01M0ZCNNA321EJ9QCHT1BAEY26: 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: 01M0ZCP342YQWEE9PYF4QHQSHT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T15:59:00.884Zjob assigned to worker 01M0ZCPBESGA8KETKGHTY1RGNQ [factory aws, i-0bbb70886542fe36b] (queued for 51 s)
 
22026-08-26T15:59:08.455Zstarting task 0: "setup"
32026-08-26T15:59:08.458Z++ uname -s
42026-08-26T15:59:08.462Z+ kern=SunOS
52026-08-26T15:59:08.462Z+ build_user=build
62026-08-26T15:59:08.462Z+ build_uid=12345
72026-08-26T15:59:08.462Z+ work_dir=/work
82026-08-26T15:59:08.462Z+ input_dir=/input
92026-08-26T15:59:08.462Z+ [[ 0 == 12345 ]]
102026-08-26T15:59:08.462Z+ case "$kern" in
112026-08-26T15:59:08.462Z+ groupadd -g 12345 build
122026-08-26T15:59:08.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T15:59:10.469Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T15:59:10.523Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T15:59:10.526Z+ home_fs=zfs
162026-08-26T15:59:10.526Z+ [[ zfs == autofs ]]
172026-08-26T15:59:10.526Z+ mkdir -p /home/build
182026-08-26T15:59:10.526Z+ chown build:build /home/build /work
192026-08-26T15:59:12.528Z+ chmod 0700 /home/build /work
202026-08-26T15:59:12.532Zprocess exited: duration 4078 ms, exit code 0
 
212026-08-26T15:59:12.540Zstarting task 1: "rust-toolchain"
222026-08-26T15:59:12.545Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T15:59:12.545Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-26T15:59:12.545Z * rust toolchain channel = "1.97.1"
252026-08-26T15:59:12.545Z * rust toolchain profile = "default"
262026-08-26T15:59:12.545Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T15:59:12.545Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T15:59:12.549Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T15:59:12.549Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T15:59:12.632Zinfo: downloading installer
312026-08-26T15:59:14.302Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T15:59:14.302Zwarn: /home/build/.rustup/settings.toml
332026-08-26T15:59:14.302Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T15:59:14.302Zwarn: instead of the one inferred from the default host triple.
352026-08-26T15:59:14.315Zinfo: profile set to default
362026-08-26T15:59:14.315Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T15:59:14.319Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T15:59:14.444Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T15:59:14.448Zinfo: downloading 6 components
402026-08-26T15:59:28.884Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T15:59:28.884Z
422026-08-26T15:59:28.914Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T15:59:28.914Z
442026-08-26T15:59:28.914Z
452026-08-26T15:59:28.914ZRust is installed now. Great!
462026-08-26T15:59:28.914Z
472026-08-26T15:59:28.914ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T15:59:28.914Zenvironment variable. This has not been done automatically.
492026-08-26T15:59:28.914Z
502026-08-26T15:59:28.914ZTo configure your current shell, you need to source
512026-08-26T15:59:28.914Zthe corresponding env file under $HOME/.cargo.
522026-08-26T15:59:28.914Z
532026-08-26T15:59:28.914ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T15:59:28.914Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T15:59:28.914Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T15:59:28.914Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T15:59:28.914Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T15:59:28.914Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T15:59:28.915Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T15:59:28.918Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T15:59:28.918Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T15:59:29.018Z+ rustup --version
632026-08-26T15:59:29.023Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T15:59:29.027Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T15:59:29.043Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T15:59:29.047Z+ cargo --version
672026-08-26T15:59:29.054Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T15:59:29.058Z+ rustc --version
692026-08-26T15:59:29.077Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T15:59:29.080Zprocess exited: duration 16539 ms, exit code 0
 
712026-08-26T15:59:29.087Zstarting task 2: "authentication"
722026-08-26T15:59:29.104Zprocess exited: duration 17 ms, exit code 0
 
732026-08-26T15:59:29.113Zstarting task 3: "clone repository"
742026-08-26T15:59:29.117Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-26T15:59:29.120Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-26T15:59:29.147ZCloning into '/work/oxidecomputer/omicron'...
772026-08-26T15:59:48.845Z+ cd /work/oxidecomputer/omicron
782026-08-26T15:59:48.845Z+ git fetch origin aa4095c1d7e62bed4cffc801852b6f853dd1689d
792026-08-26T15:59:49.459ZFrom https://github.com/oxidecomputer/omicron
802026-08-26T15:59:49.459Z * branch aa4095c1d7e62bed4cffc801852b6f853dd1689d -> FETCH_HEAD
812026-08-26T15:59:49.473Z+ [[ -n '' ]]
822026-08-26T15:59:49.473Z+ git reset --hard aa4095c1d7e62bed4cffc801852b6f853dd1689d
832026-08-26T15:59:49.728ZHEAD is now at aa4095c1d InlineErrorChain for sled_client_ext and progenitor function
842026-08-26T15:59:49.731Zprocess exited: duration 20619 ms, exit code 0
 
852026-08-26T15:59:49.738Zstarting task 4: "build"
862026-08-26T15:59:49.743Z+ source .github/buildomat/ci-env.sh
872026-08-26T15:59:49.743Z++ export CARGO_TERM_COLOR=always
882026-08-26T15:59:49.743Z++ CARGO_TERM_COLOR=always
892026-08-26T15:59:49.747Z+++ uname -s
902026-08-26T15:59:49.747Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-26T15:59:49.747Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-26T15:59:49.750Z+ cargo --version
932026-08-26T15:59:49.757Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-26T15:59:49.760Z+ rustc --version
952026-08-26T15:59:49.779Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-26T15:59:49.783Z+ cargo tree --locked
972026-08-26T15:59:49.952Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-26T15:59:50.274Z Updating crates.io index
992026-08-26T15:59:50.277Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-26T15:59:50.543Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-26T15:59:50.911Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-26T15:59:52.199Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-26T15:59:52.845Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-26T15:59:54.809Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-26T15:59:56.094Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-26T15:59:56.430Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-26T15:59:56.789Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-26T15:59:58.166Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-26T15:59:58.450Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-26T15:59:58.875Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-26T15:59:59.152Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-26T15:59:59.431Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-26T15:59:59.697Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-26T16:00:00.023Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-26T16:00:00.314Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-26T16:00:00.629Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-08-26T16:00:01.284Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-26T16:00:01.799Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1192026-08-26T16:00:02.149Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-26T16:00:02.938Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-26T16:00:04.236Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-26T16:00:04.804Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-26T16:00:05.230Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-26T16:00:05.692Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-26T16:00:06.162Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-26T16:00:06.461Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-26T16:00:06.776Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-26T16:00:07.155Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-26T16:00:07.489Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-26T16:00:07.850Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-26T16:00:08.254Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-26T16:00:08.992Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-26T16:00:09.322Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-26T16:00:09.624Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-26T16:00:09.990Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-26T16:00:10.494Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-26T16:00:10.795Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-26T16:00:11.085Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-26T16:00:11.389Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-26T16:00:11.679Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-26T16:00:11.946Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-26T16:00:14.677Z Downloading crates ...
1432026-08-26T16:00:14.724Z Downloaded addr2line v0.25.1
1442026-08-26T16:00:14.728Z Downloaded clap_lex v1.0.0
1452026-08-26T16:00:14.732Z Downloaded clang-sys v1.8.1
1462026-08-26T16:00:14.737Z Downloaded colorchoice v1.0.4
1472026-08-26T16:00:14.737Z Downloaded crc32fast v1.5.0
1482026-08-26T16:00:14.737Z Downloaded convert_case v0.10.0
1492026-08-26T16:00:14.741Z Downloaded crc v3.4.0
1502026-08-26T16:00:14.741Z Downloaded cookie_store v0.22.1
1512026-08-26T16:00:14.744Z Downloaded console v0.15.11
1522026-08-26T16:00:14.749Z Downloaded cmov v0.5.4
1532026-08-26T16:00:14.749Z Downloaded convert_case v0.4.0
1542026-08-26T16:00:14.749Z Downloaded cpubits v0.1.1
1552026-08-26T16:00:14.753Z Downloaded concurrent-queue v2.5.0
1562026-08-26T16:00:14.756Z Downloaded const_format_proc_macros v0.2.34
1572026-08-26T16:00:14.756Z Downloaded cpufeatures v0.3.0
1582026-08-26T16:00:14.760Z Downloaded cpufeatures v0.2.17
1592026-08-26T16:00:14.764Z Downloaded compression-core v0.4.31
1602026-08-26T16:00:14.764Z Downloaded crc-catalog v2.4.0
1612026-08-26T16:00:14.767Z Downloaded constant_time_eq v0.3.1
1622026-08-26T16:00:14.771Z Downloaded cipher v0.5.2
1632026-08-26T16:00:14.774Z Downloaded cmake v0.1.57
1642026-08-26T16:00:14.774Z Downloaded crucible-workspace-hack v0.1.0
1652026-08-26T16:00:14.775Z Downloaded cobs v0.3.0
1662026-08-26T16:00:14.779Z Downloaded hex v0.4.3
1672026-08-26T16:00:14.783Z Downloaded crc8 v0.1.1
1682026-08-26T16:00:14.783Z Downloaded crunchy v0.2.4
1692026-08-26T16:00:14.783Z Downloaded heck v0.5.0
1702026-08-26T16:00:14.783Z Downloaded keccak v0.1.6
1712026-08-26T16:00:14.786Z Downloaded corncobs v0.1.4
1722026-08-26T16:00:14.786Z Downloaded compression-codecs v0.4.37
1732026-08-26T16:00:14.789Z Downloaded const-oid v0.9.6
1742026-08-26T16:00:14.793Z Downloaded headers-core v0.3.0
1752026-08-26T16:00:14.793Z Downloaded hex-literal v0.4.1
1762026-08-26T16:00:14.793Z Downloaded derive_builder_macro v0.20.2
1772026-08-26T16:00:14.799Z Downloaded hash32 v0.3.1
1782026-08-26T16:00:14.803Z Downloaded defmt v0.3.100
1792026-08-26T16:00:14.803Z Downloaded crypto-common v0.1.7
1802026-08-26T16:00:14.803Z Downloaded darling_macro v0.13.4
1812026-08-26T16:00:14.803Z Downloaded debug-ignore v1.0.5
1822026-08-26T16:00:14.806Z Downloaded darling_macro v0.23.0
1832026-08-26T16:00:14.810Z Downloaded heck v0.4.1
1842026-08-26T16:00:14.813Z Downloaded hex-literal v1.1.0
1852026-08-26T16:00:14.817Z Downloaded diesel_table_macro_syntax v0.3.0
1862026-08-26T16:00:14.820Z Downloaded hyper-tls v0.6.0
1872026-08-26T16:00:14.820Z Downloaded hostname v0.4.2
1882026-08-26T16:00:14.820Z Downloaded crypto-common v0.2.2
1892026-08-26T16:00:14.820Z Downloaded curve25519-dalek-derive v0.1.1
1902026-08-26T16:00:14.820Z Downloaded darling_macro v0.20.11
1912026-08-26T16:00:14.824Z Downloaded home v0.5.12
1922026-08-26T16:00:14.827Z Downloaded hubpack_derive v0.1.1
1932026-08-26T16:00:14.827Z Downloaded hyper-staticfile v0.10.1
1942026-08-26T16:00:14.827Z Downloaded http-range v0.1.5
1952026-08-26T16:00:14.827Z Downloaded is-terminal v0.4.17
1962026-08-26T16:00:14.827Z Downloaded http-body v1.0.1
1972026-08-26T16:00:14.827Z Downloaded indent_write v2.2.0
1982026-08-26T16:00:14.831Z Downloaded cstr-argument v0.1.2
1992026-08-26T16:00:14.831Z Downloaded defmt-parser v1.0.0
2002026-08-26T16:00:14.834Z Downloaded highway v1.3.0
2012026-08-26T16:00:14.844Z Downloaded approx v0.5.1
2022026-08-26T16:00:14.847Z Downloaded darling_macro v0.21.3
2032026-08-26T16:00:14.847Z Downloaded httpdate v1.0.3
2042026-08-26T16:00:14.847Z Downloaded criterion-plot v0.6.0
2052026-08-26T16:00:14.850Z Downloaded crossbeam-deque v0.8.6
2062026-08-26T16:00:14.850Z Downloaded hash32 v0.2.1
2072026-08-26T16:00:14.855Z Downloaded hostname v0.3.1
2082026-08-26T16:00:14.859Z Downloaded is_terminal_polyfill v1.70.2
2092026-08-26T16:00:14.862Z Downloaded assert_matches v1.5.0
2102026-08-26T16:00:14.862Z Downloaded illumos-nvpair v0.3.0
2112026-08-26T16:00:14.862Z Downloaded idna_adapter v1.2.1
2122026-08-26T16:00:14.866Z Downloaded console v0.16.2
2132026-08-26T16:00:14.869Z Downloaded cookie v0.18.1
2142026-08-26T16:00:14.869Z Downloaded is_ci v1.2.0
2152026-08-26T16:00:14.873Z Downloaded itoa v1.0.17
2162026-08-26T16:00:14.873Z Downloaded kem v0.3.0
2172026-08-26T16:00:14.873Z Downloaded instability v0.3.11
2182026-08-26T16:00:14.873Z Downloaded async-object-pool v0.2.0
2192026-08-26T16:00:14.879Z Downloaded bb8 v0.8.6
2202026-08-26T16:00:14.883Z Downloaded bcrypt-pbkdf v0.11.0
2212026-08-26T16:00:14.883Z Downloaded cfg_aliases v0.2.1
2222026-08-26T16:00:14.883Z Downloaded opaque-debug v0.3.1
2232026-08-26T16:00:14.883Z Downloaded openssl-probe v0.1.6
2242026-08-26T16:00:14.883Z Downloaded csv-core v0.1.13
2252026-08-26T16:00:14.886Z Downloaded internet-checksum v0.2.1
2262026-08-26T16:00:14.886Z Downloaded ctutils v0.4.2
2272026-08-26T16:00:14.890Z Downloaded derive_builder_core v0.20.2
2282026-08-26T16:00:14.893Z Downloaded instant v0.1.13
2292026-08-26T16:00:14.893Z Downloaded ident_case v1.0.1
2302026-08-26T16:00:14.896Z Downloaded delegate v0.13.5
2312026-08-26T16:00:14.896Z Downloaded jiff-static v0.2.34
2322026-08-26T16:00:14.896Z Downloaded darling v0.13.4
2332026-08-26T16:00:14.900Z Downloaded data-encoding v2.10.0
2342026-08-26T16:00:14.900Z Downloaded defmt-macros v1.0.1
2352026-08-26T16:00:14.900Z Downloaded diesel-dtrace v0.5.0
2362026-08-26T16:00:14.900Z Downloaded inout v0.2.2
2372026-08-26T16:00:14.903Z Downloaded humantime v2.3.0
2382026-08-26T16:00:14.903Z Downloaded deranged v0.5.8
2392026-08-26T16:00:14.906Z Downloaded http-body-util v0.1.3
2402026-08-26T16:00:14.910Z Downloaded anstyle v1.0.14
2412026-08-26T16:00:14.910Z Downloaded der_derive v0.7.3
2422026-08-26T16:00:14.910Z Downloaded hubpack v0.1.2
2432026-08-26T16:00:14.910Z Downloaded illumos-nvpair-sys v0.2.0
2442026-08-26T16:00:14.913Z Downloaded indoc v1.0.9
2452026-08-26T16:00:14.916Z Downloaded cast v0.3.0
2462026-08-26T16:00:14.916Z Downloaded oso-derive v0.27.3
2472026-08-26T16:00:14.917Z Downloaded parse-size v1.1.0
2482026-08-26T16:00:14.920Z Downloaded parse-display v0.10.0
2492026-08-26T16:00:14.920Z Downloaded hmac v0.13.0
2502026-08-26T16:00:14.920Z Downloaded httparse v1.10.1
2512026-08-26T16:00:14.920Z Downloaded clap_derive v4.6.1
2522026-08-26T16:00:14.923Z Downloaded peg-runtime v0.8.5
2532026-08-26T16:00:14.923Z Downloaded daft-derive v0.1.8
2542026-08-26T16:00:14.927Z Downloaded ctr v0.10.1
2552026-08-26T16:00:14.930Z Downloaded olpc-cjson v0.1.4
2562026-08-26T16:00:14.930Z Downloaded darling v0.21.3
2572026-08-26T16:00:14.933Z Downloaded colored v2.2.0
2582026-08-26T16:00:14.933Z Downloaded constant_time_eq v0.4.2
2592026-08-26T16:00:14.933Z Downloaded critical-section v1.2.0
2602026-08-26T16:00:14.945Z Downloaded oxide-generation-macros v0.2.0
2612026-08-26T16:00:14.945Z Downloaded autocfg v1.5.0
2622026-08-26T16:00:14.946Z Downloaded base16ct v1.0.0
2632026-08-26T16:00:14.946Z Downloaded async-trait v0.1.89
2642026-08-26T16:00:14.946Z Downloaded arrayvec v0.7.6
2652026-08-26T16:00:14.946Z Downloaded percent-encoding v2.3.2
2662026-08-26T16:00:14.946Z Downloaded bitfield v0.19.4
2672026-08-26T16:00:14.950Z Downloaded pretty-hex v0.4.1
2682026-08-26T16:00:14.950Z Downloaded proc-macro-error-attr v1.0.4
2692026-08-26T16:00:14.950Z Downloaded progenitor-client v0.14.0
2702026-08-26T16:00:14.957Z Downloaded indoc v2.0.7
2712026-08-26T16:00:14.961Z Downloaded des v0.9.0
2722026-08-26T16:00:14.964Z Downloaded chacha20 v0.9.1
2732026-08-26T16:00:14.964Z Downloaded darling v0.20.11
2742026-08-26T16:00:14.969Z Downloaded ipnet v2.12.0
2752026-08-26T16:00:14.969Z Downloaded daft v0.1.8
2762026-08-26T16:00:14.969Z Downloaded darling v0.23.0
2772026-08-26T16:00:14.973Z Downloaded datatest-stable v0.3.3
2782026-08-26T16:00:14.973Z Downloaded jobserver v0.1.34
2792026-08-26T16:00:14.973Z Downloaded inout v0.1.4
2802026-08-26T16:00:14.976Z Downloaded ingot-types v0.2.0
2812026-08-26T16:00:14.976Z Downloaded crossbeam-utils v0.8.21
2822026-08-26T16:00:14.976Z Downloaded derive_builder v0.20.2
2832026-08-26T16:00:14.979Z Downloaded crossbeam-epoch v0.9.18
2842026-08-26T16:00:14.979Z Downloaded keccak v0.2.0
2852026-08-26T16:00:14.979Z Downloaded defmt v1.0.1
2862026-08-26T16:00:14.983Z Downloaded derive-ex v0.1.8
2872026-08-26T16:00:14.983Z Downloaded byteorder v1.5.0
2882026-08-26T16:00:14.986Z Downloaded impl-trait-for-tuples v0.2.3
2892026-08-26T16:00:14.986Z Downloaded parse-display-derive v0.10.0
2902026-08-26T16:00:14.986Z Downloaded ingot v0.2.1
2912026-08-26T16:00:14.990Z Downloaded hybrid-array v0.4.13
2922026-08-26T16:00:14.993Z Downloaded iana-time-zone v0.1.65
2932026-08-26T16:00:14.993Z Downloaded secrecy v0.10.3
2942026-08-26T16:00:14.993Z Downloaded ipnetwork v0.21.1
2952026-08-26T16:00:14.997Z Downloaded hmac v0.12.1
2962026-08-26T16:00:14.997Z Downloaded hyper-rustls v0.27.7
2972026-08-26T16:00:15.001Z Downloaded ref-cast v1.0.25
2982026-08-26T16:00:15.001Z Downloaded rfc6979 v0.4.0
2992026-08-26T16:00:15.001Z Downloaded rustc_version v0.1.7
3002026-08-26T16:00:15.006Z Downloaded anyhow v1.0.104
3012026-08-26T16:00:15.009Z Downloaded compact_str v0.8.1
3022026-08-26T16:00:15.013Z Downloaded heapless v0.7.17
3032026-08-26T16:00:15.013Z Downloaded crc-any v2.5.0
3042026-08-26T16:00:15.016Z Downloaded cexpr v0.6.0
3052026-08-26T16:00:15.016Z Downloaded heapless v0.8.0
3062026-08-26T16:00:15.016Z Downloaded scroll_derive v0.13.1
3072026-08-26T16:00:15.016Z Downloaded same-file v1.0.6
3082026-08-26T16:00:15.020Z Downloaded serde_plain v1.0.2
3092026-08-26T16:00:15.020Z Downloaded signal-hook-mio v0.2.5
3102026-08-26T16:00:15.023Z Downloaded buf-list v1.1.2
3112026-08-26T16:00:15.023Z Downloaded pkg-config v0.3.32
3122026-08-26T16:00:15.023Z Downloaded progenitor-extras v0.2.0
3132026-08-26T16:00:15.023Z Downloaded oxide-tokio-rt v0.1.4
3142026-08-26T16:00:15.026Z Downloaded rand_core v0.6.4
3152026-08-26T16:00:15.026Z Downloaded rand_chacha v0.9.0
3162026-08-26T16:00:15.030Z Downloaded phf v0.12.1
3172026-08-26T16:00:15.033Z Downloaded strip-ansi-escapes v0.2.1
3182026-08-26T16:00:15.033Z Downloaded strum v0.26.3
3192026-08-26T16:00:15.033Z Downloaded sync_wrapper v1.0.2
3202026-08-26T16:00:15.033Z Downloaded postgres-protocol v0.6.10
3212026-08-26T16:00:15.033Z Downloaded psm v0.1.30
3222026-08-26T16:00:15.037Z Downloaded serde_spanned v1.1.1
3232026-08-26T16:00:15.037Z Downloaded structmeta-derive v0.3.0
3242026-08-26T16:00:15.037Z Downloaded termtree v0.5.1
3252026-08-26T16:00:15.040Z Downloaded slog-envlogger v2.2.0
3262026-08-26T16:00:15.040Z Downloaded target-triple v1.0.0
3272026-08-26T16:00:15.040Z Downloaded tinyvec_macros v0.1.1
3282026-08-26T16:00:15.040Z Downloaded thread-id v5.1.0
3292026-08-26T16:00:15.040Z Downloaded clap v4.6.1
3302026-08-26T16:00:15.044Z Downloaded blake2b_simd v1.0.4
3312026-08-26T16:00:15.047Z Downloaded supports-hyperlinks v3.2.0
3322026-08-26T16:00:15.047Z Downloaded hashbrown v0.14.5
3332026-08-26T16:00:15.050Z Downloaded bitflags v2.11.0
3342026-08-26T16:00:15.050Z Downloaded httptest v0.16.4
3352026-08-26T16:00:15.053Z Downloaded derive_more v0.99.20
3362026-08-26T16:00:15.054Z Downloaded colored v3.1.1
3372026-08-26T16:00:15.057Z Downloaded const-oid v0.10.2
3382026-08-26T16:00:15.057Z Downloaded bzip2 v0.4.4
3392026-08-26T16:00:15.063Z Downloaded rpassword v7.5.4
3402026-08-26T16:00:15.067Z Downloaded sapling-renderdag v0.1.0
3412026-08-26T16:00:15.067Z Downloaded tokio-macros v2.7.0
3422026-08-26T16:00:15.070Z Downloaded tower-service v0.3.3
3432026-08-26T16:00:15.070Z Downloaded darling_core v0.13.4
3442026-08-26T16:00:15.070Z Downloaded derive-where v1.6.0
3452026-08-26T16:00:15.074Z Downloaded supports-hyperlinks v2.1.0
3462026-08-26T16:00:15.077Z Downloaded scrypt v0.12.0
3472026-08-26T16:00:15.077Z Downloaded const_format v0.2.35
3482026-08-26T16:00:15.080Z Downloaded toml_write v0.1.2
3492026-08-26T16:00:15.084Z Downloaded darling_core v0.21.3
3502026-08-26T16:00:15.088Z Downloaded relative-path v1.9.3
3512026-08-26T16:00:15.091Z Downloaded unicode-truncate v1.1.0
3522026-08-26T16:00:15.095Z Downloaded version_check v0.9.5
3532026-08-26T16:00:15.099Z Downloaded pkcs8 v0.10.2
3542026-08-26T16:00:15.102Z Downloaded pkcs8 v0.11.0
3552026-08-26T16:00:15.102Z Downloaded quinn-udp v0.5.14
3562026-08-26T16:00:15.105Z Downloaded trait-variant v0.1.2
3572026-08-26T16:00:15.105Z Downloaded signal-hook-registry v1.4.8
3582026-08-26T16:00:15.105Z Downloaded support-bundle-viewer v0.1.2
3592026-08-26T16:00:15.106Z Downloaded synstructure v0.13.2
3602026-08-26T16:00:15.109Z Downloaded tap v1.0.1
3612026-08-26T16:00:15.109Z Downloaded usdt-attr-macro v0.5.0
3622026-08-26T16:00:15.109Z Downloaded usdt-macro v0.6.0
3632026-08-26T16:00:15.109Z Downloaded void v1.0.2
3642026-08-26T16:00:15.109Z Downloaded zerofrom-derive v0.1.6
3652026-08-26T16:00:15.109Z Downloaded snafu-derive v0.8.9
3662026-08-26T16:00:15.112Z Downloaded serde-hex v0.1.0
3672026-08-26T16:00:15.112Z Downloaded sha2 v0.10.9
3682026-08-26T16:00:15.112Z Downloaded dtrace-parser v0.3.0
3692026-08-26T16:00:15.112Z Downloaded dunce v1.0.5
3702026-08-26T16:00:15.112Z Downloaded embedded-io v0.4.0
3712026-08-26T16:00:15.116Z Downloaded icu_properties v2.1.2
3722026-08-26T16:00:15.116Z Downloaded ingot-macros v0.2.0
3732026-08-26T16:00:15.116Z Downloaded postcard v1.1.3
3742026-08-26T16:00:15.119Z Downloaded phc v0.6.1
3752026-08-26T16:00:15.122Z Downloaded proc-macro-error v1.0.4
3762026-08-26T16:00:15.123Z Downloaded smf v0.2.3
3772026-08-26T16:00:15.123Z Downloaded sqlformat v0.3.5
3782026-08-26T16:00:15.123Z Downloaded stable_deref_trait v1.2.1
3792026-08-26T16:00:15.127Z Downloaded xshell-macros v0.2.7
3802026-08-26T16:00:15.127Z Downloaded darling_core v0.20.11
3812026-08-26T16:00:15.130Z Downloaded difflib v0.4.0
3822026-08-26T16:00:15.130Z Downloaded document-features v0.2.12
3832026-08-26T16:00:15.134Z Downloaded dropshot-api-manager-types v0.8.0
3842026-08-26T16:00:15.134Z Downloaded endian-type v0.1.2
3852026-08-26T16:00:15.134Z Downloaded parking_lot v0.11.2
3862026-08-26T16:00:15.134Z Downloaded escape8259 v0.5.3
3872026-08-26T16:00:15.138Z Downloaded tokio-tungstenite v0.21.0
3882026-08-26T16:00:15.138Z Downloaded funty v2.0.0
3892026-08-26T16:00:15.138Z Downloaded hashbrown v0.17.0
3902026-08-26T16:00:15.142Z Downloaded hickory-client v0.25.2
3912026-08-26T16:00:15.145Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3922026-08-26T16:00:15.145Z Downloaded fnv v1.0.7
3932026-08-26T16:00:15.150Z Downloaded indexmap v1.9.3
3942026-08-26T16:00:15.153Z Downloaded generic-array v0.14.7
3952026-08-26T16:00:15.153Z Downloaded gethostname v0.5.0
3962026-08-26T16:00:15.158Z Downloaded ignore v0.4.25
3972026-08-26T16:00:15.161Z Downloaded icu_provider v2.1.1
3982026-08-26T16:00:15.161Z Downloaded termcolor v1.4.1
3992026-08-26T16:00:15.165Z Downloaded thread_local v1.1.9
4002026-08-26T16:00:15.165Z Downloaded futures-task v0.3.32
4012026-08-26T16:00:15.165Z Downloaded globwalk v0.9.1
4022026-08-26T16:00:15.168Z Downloaded uzers v0.12.2
4032026-08-26T16:00:15.168Z Downloaded whoami v1.6.1
4042026-08-26T16:00:15.168Z Downloaded form_urlencoded v1.2.2
4052026-08-26T16:00:15.168Z Downloaded headers v0.4.1
4062026-08-26T16:00:15.172Z Downloaded kstat-rs v0.2.5
4072026-08-26T16:00:15.175Z Downloaded lzss v0.8.2
4082026-08-26T16:00:15.176Z Downloaded new_debug_unreachable v1.0.6
4092026-08-26T16:00:15.179Z Downloaded multimap v0.10.1
4102026-08-26T16:00:15.182Z Downloaded whoami v2.1.0
4112026-08-26T16:00:15.185Z Downloaded spin v0.9.8
4122026-08-26T16:00:15.185Z Downloaded hickory-server v0.25.2
4132026-08-26T16:00:15.189Z Downloaded md-5 v0.10.6
4142026-08-26T16:00:15.189Z Downloaded wyz v0.5.1
4152026-08-26T16:00:15.189Z Downloaded yoke-derive v0.8.1
4162026-08-26T16:00:15.193Z Downloaded newtype_derive v0.1.6
4172026-08-26T16:00:15.193Z Downloaded nodrop v0.1.14
4182026-08-26T16:00:15.197Z Downloaded num-derive v0.4.2
4192026-08-26T16:00:15.197Z Downloaded rustls-pki-types v1.14.0
4202026-08-26T16:00:15.200Z Downloaded maybe-uninit v2.0.0
4212026-08-26T16:00:15.200Z Downloaded half v2.7.1
4222026-08-26T16:00:15.204Z Downloaded papergrid v0.11.0
4232026-08-26T16:00:15.208Z Downloaded pin-project v1.1.11
4242026-08-26T16:00:15.212Z Downloaded crossbeam-channel v0.5.15
4252026-08-26T16:00:15.215Z Downloaded darling_core v0.23.0
4262026-08-26T16:00:15.219Z Downloaded der v0.7.10
4272026-08-26T16:00:15.222Z Downloaded bytes v1.11.1
4282026-08-26T16:00:15.222Z Downloaded aead v0.5.2
4292026-08-26T16:00:15.222Z Downloaded anstyle-query v1.1.5
4302026-08-26T16:00:15.225Z Downloaded assert-json-diff v2.0.2
4312026-08-26T16:00:15.225Z Downloaded serde_derive v1.0.228
4322026-08-26T16:00:15.225Z Downloaded crypto-bigint v0.5.5
4332026-08-26T16:00:15.228Z Downloaded futures-executor v0.3.32
4342026-08-26T16:00:15.232Z Downloaded displaydoc v0.2.5
4352026-08-26T16:00:15.232Z Downloaded env_logger v0.11.11
4362026-08-26T16:00:15.232Z Downloaded icu_locale_core v2.1.1
4372026-08-26T16:00:15.235Z Downloaded atomic-waker v1.1.2
4382026-08-26T16:00:15.235Z Downloaded base16ct v0.2.0
4392026-08-26T16:00:15.239Z Downloaded block-buffer v0.10.4
4402026-08-26T16:00:15.239Z Downloaded block-buffer v0.12.1
4412026-08-26T16:00:15.239Z Downloaded block-padding v0.4.2
4422026-08-26T16:00:15.244Z Downloaded icu_normalizer v2.1.1
4432026-08-26T16:00:15.252Z Downloaded ucd-trie v0.1.7
4442026-08-26T16:00:15.256Z Downloaded unicode-properties v0.1.4
4452026-08-26T16:00:15.256Z Downloaded libsw-core v0.3.2
4462026-08-26T16:00:15.259Z Downloaded globset v0.4.18
4472026-08-26T16:00:15.263Z Downloaded progenitor-macro v0.14.0
4482026-08-26T16:00:15.263Z Downloaded signal-hook v0.3.18
4492026-08-26T16:00:15.266Z Downloaded libloading v0.8.9
4502026-08-26T16:00:15.266Z Downloaded slog-term v2.9.2
4512026-08-26T16:00:15.269Z Downloaded textwrap v0.15.2
4522026-08-26T16:00:15.269Z Downloaded textwrap v0.16.2
4532026-08-26T16:00:15.269Z Downloaded toml_parser v1.1.2+spec-1.1.0
4542026-08-26T16:00:15.273Z Downloaded rcgen v0.12.1
4552026-08-26T16:00:15.273Z Downloaded toml v0.8.23
4562026-08-26T16:00:15.273Z Downloaded num-integer v0.1.46
4572026-08-26T16:00:15.276Z Downloaded num-iter v0.1.45
4582026-08-26T16:00:15.276Z Downloaded anstream v0.6.21
4592026-08-26T16:00:15.276Z Downloaded recursive v0.1.1
4602026-08-26T16:00:15.276Z Downloaded ref-cast-impl v1.0.25
4612026-08-26T16:00:15.276Z Downloaded precomputed-hash v0.1.1
4622026-08-26T16:00:15.279Z Downloaded hashbrown v0.12.3
4632026-08-26T16:00:15.280Z Downloaded http v1.4.2
4642026-08-26T16:00:15.283Z Downloaded diesel_derives v2.3.7
4652026-08-26T16:00:15.286Z Downloaded fallible-iterator v0.2.0
4662026-08-26T16:00:15.286Z Downloaded p384 v0.14.0
4672026-08-26T16:00:15.290Z Downloaded mime_guess v2.0.5
4682026-08-26T16:00:15.290Z Downloaded rand_xorshift v0.4.0
4692026-08-26T16:00:15.290Z Downloaded tinyvec v1.10.0
4702026-08-26T16:00:15.290Z Downloaded rfc6979 v0.6.0
4712026-08-26T16:00:15.293Z Downloaded rustc_version v0.4.1
4722026-08-26T16:00:15.293Z Downloaded scroll_derive v0.12.1
4732026-08-26T16:00:15.293Z Downloaded seq-macro v0.3.6
4742026-08-26T16:00:15.296Z Downloaded serde_regex v1.1.0
4752026-08-26T16:00:15.300Z Downloaded slog-bunyan v2.5.0
4762026-08-26T16:00:15.303Z Downloaded foldhash v0.1.5
4772026-08-26T16:00:15.303Z Downloaded slog v2.8.2
4782026-08-26T16:00:15.307Z Downloaded zeroize v1.9.0
4792026-08-26T16:00:15.307Z Downloaded diff v0.1.13
4802026-08-26T16:00:15.307Z Downloaded find-msvc-tools v0.1.9
4812026-08-26T16:00:15.307Z Downloaded backoff v0.4.0
4822026-08-26T16:00:15.310Z Downloaded bit-vec v0.6.3
4832026-08-26T16:00:15.310Z Downloaded bitflags v1.3.2
4842026-08-26T16:00:15.310Z Downloaded camino-tempfile-ext v0.3.3
4852026-08-26T16:00:15.314Z Downloaded cargo-platform v0.3.2
4862026-08-26T16:00:15.314Z Downloaded sha1 v0.10.6
4872026-08-26T16:00:15.314Z Downloaded owo-colors v3.5.0
4882026-08-26T16:00:15.314Z Downloaded sigpipe v0.1.3
4892026-08-26T16:00:15.320Z Downloaded litemap v0.8.1
4902026-08-26T16:00:15.323Z Downloaded litrs v1.0.0
4912026-08-26T16:00:15.323Z Downloaded criterion v0.7.0
4922026-08-26T16:00:15.327Z Downloaded serde_yaml v0.9.34+deprecated
4932026-08-26T16:00:15.331Z Downloaded tungstenite v0.23.0
4942026-08-26T16:00:15.334Z Downloaded tungstenite v0.21.0
4952026-08-26T16:00:15.334Z Downloaded libtest-mimic v0.8.1
4962026-08-26T16:00:15.337Z Downloaded ml-kem v0.3.2
4972026-08-26T16:00:15.337Z Downloaded proc-macro-error2 v2.0.1
4982026-08-26T16:00:15.340Z Downloaded icu_normalizer_data v2.1.1
4992026-08-26T16:00:15.340Z Downloaded progenitor v0.14.0
5002026-08-26T16:00:15.341Z Downloaded camino-tempfile v1.4.1
5012026-08-26T16:00:15.344Z Downloaded rand_core v0.10.0
5022026-08-26T16:00:15.344Z Downloaded indicatif v0.18.4
5032026-08-26T16:00:15.347Z Downloaded path-tree v0.8.3
5042026-08-26T16:00:15.350Z Downloaded ahash v0.8.12
5052026-08-26T16:00:15.353Z Downloaded testing_table v0.3.0
5062026-08-26T16:00:15.354Z Downloaded thread-id v4.2.2
5072026-08-26T16:00:15.354Z Downloaded peg-macros v0.8.5
5082026-08-26T16:00:15.354Z Downloaded toml_datetime v0.6.11
5092026-08-26T16:00:15.359Z Downloaded derive_more v2.1.1
5102026-08-26T16:00:15.366Z Downloaded derive_more-impl v2.1.1
5112026-08-26T16:00:15.370Z Downloaded tagptr v0.2.0
5122026-08-26T16:00:15.374Z Downloaded rsa v0.9.10
5132026-08-26T16:00:15.374Z Downloaded argon2 v0.6.0-rc.8
5142026-08-26T16:00:15.377Z Downloaded rusty-fork v0.3.1
5152026-08-26T16:00:15.377Z Downloaded secrecy v0.8.0
5162026-08-26T16:00:15.377Z Downloaded poly1305 v0.8.0
5172026-08-26T16:00:15.377Z Downloaded predicates v3.1.4
5182026-08-26T16:00:15.381Z Downloaded unicode-linebreak v0.1.5
5192026-08-26T16:00:15.381Z Downloaded unicode-bidi v0.3.18
5202026-08-26T16:00:15.381Z Downloaded async-lock v3.4.2
5212026-08-26T16:00:15.384Z Downloaded quote v1.0.45
5222026-08-26T16:00:15.384Z Downloaded chumsky v0.9.3
5232026-08-26T16:00:15.387Z Downloaded ciborium v0.2.2
5242026-08-26T16:00:15.387Z Downloaded serde_tokenstream v0.3.0
5252026-08-26T16:00:15.387Z Downloaded pest_meta v2.8.6
5262026-08-26T16:00:15.390Z Downloaded pretty_assertions v1.4.1
5272026-08-26T16:00:15.391Z Downloaded simd-adler32 v0.3.8
5282026-08-26T16:00:15.394Z Downloaded slog-dtrace v0.3.0
5292026-08-26T16:00:15.394Z Downloaded utf8parse v0.2.2
5302026-08-26T16:00:15.394Z Downloaded utf8_iter v1.0.4
5312026-08-26T16:00:15.394Z Downloaded zopfli v0.8.3
5322026-08-26T16:00:15.397Z Downloaded serdect v0.4.3
5332026-08-26T16:00:15.397Z Downloaded universal-hash v0.5.1
5342026-08-26T16:00:15.397Z Downloaded libbz2-rs-sys v0.2.2
5352026-08-26T16:00:15.397Z Downloaded crossterm v0.28.1
5362026-08-26T16:00:15.401Z Downloaded primeorder v0.14.0
5372026-08-26T16:00:15.404Z Downloaded uuid v1.23.4
5382026-08-26T16:00:15.404Z Downloaded strum_macros v0.27.2
5392026-08-26T16:00:15.408Z Downloaded downcast-rs v2.0.2
5402026-08-26T16:00:15.408Z Downloaded dirs-sys-next v0.1.2
5412026-08-26T16:00:15.408Z Downloaded rand v0.8.6
5422026-08-26T16:00:15.411Z Downloaded hickory-resolver v0.24.4
5432026-08-26T16:00:15.411Z Downloaded hashbrown v0.13.2
5442026-08-26T16:00:15.415Z Downloaded hickory-resolver v0.25.2
5452026-08-26T16:00:15.418Z Downloaded embedded-io v0.6.1
5462026-08-26T16:00:15.418Z Downloaded fastrand v2.3.0
5472026-08-26T16:00:15.418Z Downloaded samael v0.0.19
5482026-08-26T16:00:15.422Z Downloaded foreign-types-shared v0.1.1
5492026-08-26T16:00:15.422Z Downloaded thiserror-impl v1.0.69
5502026-08-26T16:00:15.425Z Downloaded zip v0.6.6
5512026-08-26T16:00:15.425Z Downloaded parking_lot v0.12.5
5522026-08-26T16:00:15.430Z Downloaded password-hash v0.5.0
5532026-08-26T16:00:15.430Z Downloaded futures-io v0.3.32
5542026-08-26T16:00:15.430Z Downloaded md5 v0.8.0
5552026-08-26T16:00:15.430Z Downloaded cancel-safe-futures v0.1.5
5562026-08-26T16:00:15.435Z Downloaded stringprep v0.1.5
5572026-08-26T16:00:15.435Z Downloaded env_filter v2.0.0
5582026-08-26T16:00:15.435Z Downloaded memoffset v0.9.1
5592026-08-26T16:00:15.435Z Downloaded flagset v0.4.7
5602026-08-26T16:00:15.435Z Downloaded float-cmp v0.10.0
5612026-08-26T16:00:15.435Z Downloaded pest_derive v2.8.6
5622026-08-26T16:00:15.435Z Downloaded pest_generator v2.8.6
5632026-08-26T16:00:15.439Z Downloaded pkcs1 v0.7.5
5642026-08-26T16:00:15.439Z Downloaded stacker v0.1.23
5652026-08-26T16:00:15.439Z Downloaded stringmetrics v2.2.2
5662026-08-26T16:00:15.442Z Downloaded target-lexicon v0.13.3
5672026-08-26T16:00:15.442Z Downloaded icu_collections v2.1.1
5682026-08-26T16:00:15.446Z Downloaded untrusted v0.9.0
5692026-08-26T16:00:15.446Z Downloaded mime v0.3.17
5702026-08-26T16:00:15.446Z Downloaded target-spec v3.5.7
5712026-08-26T16:00:15.449Z Downloaded tiny-keccak v2.0.2
5722026-08-26T16:00:15.449Z Downloaded macaddr v1.0.1
5732026-08-26T16:00:15.449Z Downloaded libscf-sys v1.2.0
5742026-08-26T16:00:15.450Z Downloaded hyper-util v0.1.20
5752026-08-26T16:00:15.453Z Downloaded nibble_vec v0.1.0
5762026-08-26T16:00:15.456Z Downloaded newtype-uuid-macros v0.1.0
5772026-08-26T16:00:15.456Z Downloaded postgres-types v0.2.12
5782026-08-26T16:00:15.457Z Downloaded generic-array v1.4.3
5792026-08-26T16:00:15.460Z Downloaded oso v0.27.3
5802026-08-26T16:00:15.460Z Downloaded crossterm v0.29.0
5812026-08-26T16:00:15.463Z Downloaded hashbrown v0.16.1
5822026-08-26T16:00:15.467Z Downloaded serde_with_macros v3.21.0
5832026-08-26T16:00:15.470Z Downloaded usdt-impl v0.5.0
5842026-08-26T16:00:15.470Z Downloaded num-conv v0.2.0
5852026-08-26T16:00:15.470Z Downloaded ascii-canvas v3.0.0
5862026-08-26T16:00:15.470Z Downloaded salsa20 v0.11.0
5872026-08-26T16:00:15.473Z Downloaded ecdsa v0.16.9
5882026-08-26T16:00:15.473Z Downloaded ed25519 v3.0.0
5892026-08-26T16:00:15.477Z Downloaded async-recursion v1.1.1
5902026-08-26T16:00:15.477Z Downloaded atty v0.2.14
5912026-08-26T16:00:15.480Z Downloaded zmij v1.0.21
5922026-08-26T16:00:15.480Z Downloaded foreign-types-shared v0.3.1
5932026-08-26T16:00:15.480Z Downloaded backtrace-ext v0.2.1
5942026-08-26T16:00:15.480Z Downloaded packed_struct_codegen v0.10.1
5952026-08-26T16:00:15.484Z Downloaded vergen-git2 v9.1.0
5962026-08-26T16:00:15.484Z Downloaded internal-russh-num-bigint v0.5.0
5972026-08-26T16:00:15.487Z Downloaded ff v0.14.0
5982026-08-26T16:00:15.487Z Downloaded itertools v0.10.5
5992026-08-26T16:00:15.490Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6002026-08-26T16:00:15.493Z Downloaded indexmap v2.14.0
6012026-08-26T16:00:15.496Z Downloaded knus-derive v3.4.0
6022026-08-26T16:00:15.500Z Downloaded libefi-sys v0.1.0
6032026-08-26T16:00:15.500Z Downloaded omicron-zone-package v0.12.3
6042026-08-26T16:00:15.503Z Downloaded path-slash v0.1.5
6052026-08-26T16:00:15.507Z Downloaded proc-macro-crate v1.3.1
6062026-08-26T16:00:15.510Z Downloaded multer v3.1.0
6072026-08-26T16:00:15.510Z Downloaded psl-types v2.0.11
6082026-08-26T16:00:15.510Z Downloaded rustyline v14.0.0
6092026-08-26T16:00:15.513Z Downloaded der v0.8.0
6102026-08-26T16:00:15.516Z Downloaded fancy-regex v0.14.0
6112026-08-26T16:00:15.519Z Downloaded flate2 v1.1.9
6122026-08-26T16:00:15.522Z Downloaded ryu v1.0.23
6132026-08-26T16:00:15.522Z Downloaded serde_cbor v0.11.2
6142026-08-26T16:00:15.526Z Downloaded nu-ansi-term v0.50.3
6152026-08-26T16:00:15.526Z Downloaded rand_chacha v0.3.1
6162026-08-26T16:00:15.526Z Downloaded scopeguard v1.2.0
6172026-08-26T16:00:15.529Z Downloaded tinystr v0.8.2
6182026-08-26T16:00:15.529Z Downloaded sha1 v0.11.0
6192026-08-26T16:00:15.529Z Downloaded tokio-rustls v0.26.4
6202026-08-26T16:00:15.532Z Downloaded hashbrown v0.15.5
6212026-08-26T16:00:15.535Z Downloaded signature v3.0.0
6222026-08-26T16:00:15.535Z Downloaded twox-hash v2.1.2
6232026-08-26T16:00:15.535Z Downloaded git-stub-vcs v0.1.0
6242026-08-26T16:00:15.535Z Downloaded openssl-sys v0.9.117
6252026-08-26T16:00:15.538Z Downloaded anstream v1.0.0
6262026-08-26T16:00:15.541Z Downloaded semver v0.1.20
6272026-08-26T16:00:15.541Z Downloaded num-rational v0.4.2
6282026-08-26T16:00:15.541Z Downloaded strum v0.27.2
6292026-08-26T16:00:15.545Z Downloaded hkdf v0.13.0
6302026-08-26T16:00:15.545Z Downloaded bcs v0.1.6
6312026-08-26T16:00:15.552Z Downloaded subprocess v0.2.15
6322026-08-26T16:00:15.557Z Downloaded vergen v9.1.0
6332026-08-26T16:00:15.560Z Downloaded subtle v2.6.1
6342026-08-26T16:00:15.560Z Downloaded supports-unicode v3.0.0
6352026-08-26T16:00:15.567Z Downloaded cipher v0.4.4
6362026-08-26T16:00:15.570Z Downloaded terminal_size v0.4.3
6372026-08-26T16:00:15.570Z Downloaded terminal_size v0.1.17
6382026-08-26T16:00:15.570Z Downloaded tabled_derive v0.7.0
6392026-08-26T16:00:15.570Z Downloaded try-lock v0.2.5
6402026-08-26T16:00:15.574Z Downloaded yasna v0.5.2
6412026-08-26T16:00:15.574Z Downloaded socket2 v0.6.3
6422026-08-26T16:00:15.577Z Downloaded jiff-core v0.1.0
6432026-08-26T16:00:15.581Z Downloaded half v1.8.3
6442026-08-26T16:00:15.584Z Downloaded pem v3.0.6
6452026-08-26T16:00:15.584Z Downloaded plotters-backend v0.3.7
6462026-08-26T16:00:15.587Z Downloaded dirs-next v2.0.0
6472026-08-26T16:00:15.590Z Downloaded enum_dispatch v0.3.13
6482026-08-26T16:00:15.591Z Downloaded unarray v0.1.4
6492026-08-26T16:00:15.594Z Downloaded unit-prefix v0.5.2
6502026-08-26T16:00:15.594Z Downloaded untrusted v0.7.1
6512026-08-26T16:00:15.594Z Downloaded waitgroup v0.1.2
6522026-08-26T16:00:15.594Z Downloaded zerofrom v0.1.6
6532026-08-26T16:00:15.597Z Downloaded primefield v0.14.0
6542026-08-26T16:00:15.597Z Downloaded primeorder v0.13.6
6552026-08-26T16:00:15.597Z Downloaded unicode-ident v1.0.24
6562026-08-26T16:00:15.598Z Downloaded p256 v0.14.0
6572026-08-26T16:00:15.601Z Downloaded icu_properties_data v2.1.2
6582026-08-26T16:00:15.605Z Downloaded phf_shared v0.12.1
6592026-08-26T16:00:15.608Z Downloaded rust-argon2 v2.1.0
6602026-08-26T16:00:15.608Z Downloaded num_enum_derive v0.7.6
6612026-08-26T16:00:15.608Z Downloaded port-file v0.1.0
6622026-08-26T16:00:15.608Z Downloaded digest-io v0.1.0
6632026-08-26T16:00:15.611Z Downloaded float-ord v0.3.2
6642026-08-26T16:00:15.611Z Downloaded foreign-types v0.5.0
6652026-08-26T16:00:15.612Z Downloaded ppv-lite86 v0.2.21
6662026-08-26T16:00:15.612Z Downloaded dsl_auto_type v0.2.0
6672026-08-26T16:00:15.612Z Downloaded equivalent v1.0.2
6682026-08-26T16:00:15.612Z Downloaded git-stub v1.0.0
6692026-08-26T16:00:15.612Z Downloaded url v2.5.8
6702026-08-26T16:00:15.615Z Downloaded guppy v0.17.25
6712026-08-26T16:00:15.619Z Downloaded rustls-native-certs v0.8.3
6722026-08-26T16:00:15.619Z Downloaded itertools v0.12.1
6732026-08-26T16:00:15.622Z Downloaded serde_path_to_error v0.1.20
6742026-08-26T16:00:15.622Z Downloaded zerocopy-derive v0.7.35
6752026-08-26T16:00:15.627Z Downloaded linked-hash-map v0.5.6
6762026-08-26T16:00:15.627Z Downloaded spki v0.7.3
6772026-08-26T16:00:15.630Z Downloaded unicode-segmentation v1.12.0
6782026-08-26T16:00:15.633Z Downloaded lru-slab v0.1.2
6792026-08-26T16:00:15.633Z Downloaded rstest v0.25.0
6802026-08-26T16:00:15.637Z Downloaded ssh-cipher v0.3.0
6812026-08-26T16:00:15.637Z Downloaded usdt-impl v0.6.0
6822026-08-26T16:00:15.640Z Downloaded vergen-lib v0.1.6
6832026-08-26T16:00:15.640Z Downloaded slog-scope v4.4.1
6842026-08-26T16:00:15.640Z Downloaded slog-stdlog v4.1.1
6852026-08-26T16:00:15.640Z Downloaded serde_with v1.14.0
6862026-08-26T16:00:15.643Z Downloaded adler2 v2.0.1
6872026-08-26T16:00:15.647Z Downloaded array-init v0.0.4
6882026-08-26T16:00:15.647Z Downloaded ssh-encoding v0.3.0
6892026-08-26T16:00:15.650Z Downloaded bitfield-macros v0.19.4
6902026-08-26T16:00:15.650Z Downloaded castaway v0.2.4
6912026-08-26T16:00:15.650Z Downloaded termios v0.3.3
6922026-08-26T16:00:15.650Z Downloaded thiserror v1.0.69
6932026-08-26T16:00:15.654Z Downloaded num-bigint v0.4.6
6942026-08-26T16:00:15.657Z Downloaded tracing-core v0.1.36
6952026-08-26T16:00:15.660Z Downloaded iri-string v0.7.10
6962026-08-26T16:00:15.664Z Downloaded parking_lot_core v0.9.12
6972026-08-26T16:00:15.667Z Downloaded openssl-macros v0.1.1
6982026-08-26T16:00:15.667Z Downloaded zerovec-derive v0.11.2
6992026-08-26T16:00:15.667Z Downloaded zone v0.3.1
7002026-08-26T16:00:15.671Z Downloaded itertools v0.13.0
7012026-08-26T16:00:15.674Z Downloaded dropshot_endpoint v0.17.1
7022026-08-26T16:00:15.674Z Downloaded oxnet v0.1.6
7032026-08-26T16:00:15.677Z Downloaded pkcs1 v0.8.0-rc.4
7042026-08-26T16:00:15.677Z Downloaded cfg_aliases v0.1.1
7052026-08-26T16:00:15.677Z Downloaded ed25519 v2.2.3
7062026-08-26T16:00:15.677Z Downloaded knuffel v3.2.0
7072026-08-26T16:00:15.681Z Downloaded pathdiff v0.2.3
7082026-08-26T16:00:15.681Z Downloaded hyper v1.10.1
7092026-08-26T16:00:15.684Z Downloaded getrandom v0.4.3
7102026-08-26T16:00:15.688Z Downloaded clap_builder v4.6.0
7112026-08-26T16:00:15.691Z Downloaded proc-macro-crate v3.4.0
7122026-08-26T16:00:15.691Z Downloaded base64 v0.21.7
7132026-08-26T16:00:15.691Z Downloaded predicates-core v1.0.10
7142026-08-26T16:00:15.696Z Downloaded progenitor-macro v0.13.0
7152026-08-26T16:00:15.696Z Downloaded rand_pcg v0.10.2
7162026-08-26T16:00:15.696Z Downloaded russh-util v0.52.0
7172026-08-26T16:00:15.699Z Downloaded scheduled-thread-pool v0.2.7
7182026-08-26T16:00:15.703Z Downloaded strsim v0.10.0
7192026-08-26T16:00:15.707Z Downloaded linear-map v1.2.0
7202026-08-26T16:00:15.707Z Downloaded camino v1.2.5
7212026-08-26T16:00:15.707Z Downloaded erased-serde v0.3.31
7222026-08-26T16:00:15.710Z Downloaded fs_extra v1.3.0
7232026-08-26T16:00:15.710Z Downloaded group v0.14.0
7242026-08-26T16:00:15.713Z Downloaded memmap v0.7.0
7252026-08-26T16:00:15.718Z Downloaded module-lattice v0.2.3
7262026-08-26T16:00:15.722Z Downloaded num_enum v0.5.11
7272026-08-26T16:00:15.725Z Downloaded thiserror-impl-no-std v2.0.2
7282026-08-26T16:00:15.728Z Downloaded ed25519-dalek v3.0.0
7292026-08-26T16:00:15.728Z Downloaded blake2 v0.11.0-rc.6
7302026-08-26T16:00:15.732Z Downloaded tokio-test v0.4.5
7312026-08-26T16:00:15.732Z Downloaded utf-8 v0.7.6
7322026-08-26T16:00:15.732Z Downloaded xattr v1.6.1
7332026-08-26T16:00:15.735Z Downloaded aead v0.6.1
7342026-08-26T16:00:15.735Z Downloaded thiserror v2.0.18
7352026-08-26T16:00:15.738Z Downloaded toml_edit v0.19.15
7362026-08-26T16:00:15.745Z Downloaded serde_spanned v0.6.9
7372026-08-26T16:00:15.749Z Downloaded swrite v0.1.0
7382026-08-26T16:00:15.749Z Downloaded tabwriter v1.4.1
7392026-08-26T16:00:15.749Z Downloaded oxide-update-engine v0.1.2
7402026-08-26T16:00:15.749Z Downloaded phf_shared v0.11.3
7412026-08-26T16:00:15.749Z Downloaded parking_lot_core v0.8.6
7422026-08-26T16:00:15.753Z Downloaded tracing-attributes v0.1.31
7432026-08-26T16:00:15.756Z Downloaded itertools v0.15.0
7442026-08-26T16:00:15.760Z Downloaded ron v0.8.1
7452026-08-26T16:00:15.763Z Downloaded bs58 v0.5.1
7462026-08-26T16:00:15.766Z Downloaded blowfish v0.10.0
7472026-08-26T16:00:15.766Z Downloaded unicode-xid v0.2.6
7482026-08-26T16:00:15.766Z Downloaded event-listener-strategy v0.5.4
7492026-08-26T16:00:15.766Z Downloaded hkdf v0.12.4
7502026-08-26T16:00:15.770Z Downloaded similar v2.7.0
7512026-08-26T16:00:15.773Z Downloaded crypto-primes v0.7.2
7522026-08-26T16:00:15.773Z Downloaded ff v0.13.1
7532026-08-26T16:00:15.777Z Downloaded pem-rfc7468 v1.0.0
7542026-08-26T16:00:15.777Z Downloaded dtrace-parser v0.2.0
7552026-08-26T16:00:15.777Z Downloaded foreign-types v0.3.2
7562026-08-26T16:00:15.781Z Downloaded progenitor-client v0.13.0
7572026-08-26T16:00:15.781Z Downloaded rustls-pemfile v2.2.0
7582026-08-26T16:00:15.781Z Downloaded ghash v0.6.0
7592026-08-26T16:00:15.781Z Downloaded qorb v0.4.1
7602026-08-26T16:00:15.784Z Downloaded itertools v0.14.0
7612026-08-26T16:00:15.788Z Downloaded r2d2 v0.8.10
7622026-08-26T16:00:15.788Z Downloaded newline-converter v0.3.0
7632026-08-26T16:00:15.791Z Downloaded sec1 v0.8.1
7642026-08-26T16:00:15.795Z Downloaded rand_seeder v0.4.0
7652026-08-26T16:00:15.795Z Downloaded maplit v1.0.2
7662026-08-26T16:00:15.795Z Downloaded managed v0.8.0
7672026-08-26T16:00:15.798Z Downloaded bit-set v0.8.0
7682026-08-26T16:00:15.801Z Downloaded miette v7.6.0
7692026-08-26T16:00:15.802Z Downloaded async-stream v0.3.6
7702026-08-26T16:00:15.805Z Downloaded openssl-probe v0.2.1
7712026-08-26T16:00:15.805Z Downloaded ciborium-ll v0.2.2
7722026-08-26T16:00:15.809Z Downloaded potential_utf v0.1.4
7732026-08-26T16:00:15.809Z Downloaded proc-macro-error-attr2 v2.0.0
7742026-08-26T16:00:15.809Z Downloaded cfg-if v1.0.4
7752026-08-26T16:00:15.809Z Downloaded tokio-dtrace v0.1.1
7762026-08-26T16:00:15.812Z Downloaded shlex v1.3.0
7772026-08-26T16:00:15.815Z Downloaded rand v0.9.2
7782026-08-26T16:00:15.821Z Downloaded ssh-key v0.7.0-rc.11
7792026-08-26T16:00:15.825Z Downloaded test-strategy v0.4.5
7802026-08-26T16:00:15.828Z Downloaded shell-words v1.1.1
7812026-08-26T16:00:15.828Z Downloaded strum_macros v0.26.4
7822026-08-26T16:00:15.831Z Downloaded tinytemplate v1.2.1
7832026-08-26T16:00:15.831Z Downloaded plain v0.2.3
7842026-08-26T16:00:15.835Z Downloaded goblin v0.8.2
7852026-08-26T16:00:15.838Z Downloaded tui-tree-widget v0.23.1
7862026-08-26T16:00:15.838Z Downloaded idna v1.1.0
7872026-08-26T16:00:15.842Z Downloaded minimal-lexical v0.2.1
7882026-08-26T16:00:15.842Z Downloaded digest v0.10.7
7892026-08-26T16:00:15.848Z Downloaded filetime v0.2.27
7902026-08-26T16:00:15.852Z Downloaded similar-asserts v1.7.0
7912026-08-26T16:00:15.852Z Downloaded strsim v0.11.1
7922026-08-26T16:00:15.852Z Downloaded supports-color v3.0.2
7932026-08-26T16:00:15.855Z Downloaded time-core v0.1.8
7942026-08-26T16:00:15.856Z Downloaded foldhash v0.2.0
7952026-08-26T16:00:15.856Z Downloaded futures-sink v0.3.32
7962026-08-26T16:00:15.859Z Downloaded lock_api v0.4.14
7972026-08-26T16:00:15.862Z Downloaded smawk v0.3.2
7982026-08-26T16:00:15.862Z Downloaded topological-sort v0.2.2
7992026-08-26T16:00:15.865Z Downloaded wait-timeout v0.2.1
8002026-08-26T16:00:15.865Z Downloaded num-complex v0.4.6
8012026-08-26T16:00:15.865Z Downloaded supports-unicode v2.1.0
8022026-08-26T16:00:15.865Z Downloaded poly1305 v0.9.0
8032026-08-26T16:00:15.869Z Downloaded usdt-macro v0.5.0
8042026-08-26T16:00:15.872Z Downloaded getrandom v0.2.17
8052026-08-26T16:00:15.876Z Downloaded futures v0.3.32
8062026-08-26T16:00:15.880Z Downloaded nonempty v0.12.0
8072026-08-26T16:00:15.884Z Downloaded cargo_metadata v0.23.1
8082026-08-26T16:00:15.884Z Downloaded semver v1.0.28
8092026-08-26T16:00:15.884Z Downloaded term v0.7.0
8102026-08-26T16:00:15.887Z Downloaded num-traits v0.2.19
8112026-08-26T16:00:15.887Z Downloaded owo-colors v4.3.0
8122026-08-26T16:00:15.887Z Downloaded partial-io v0.5.4
8132026-08-26T16:00:15.891Z Downloaded wnaf v0.14.0
8142026-08-26T16:00:15.891Z Downloaded dof v0.3.0
8152026-08-26T16:00:15.891Z Downloaded errno v0.3.14
8162026-08-26T16:00:15.891Z Downloaded fd-lock v4.0.4
8172026-08-26T16:00:15.894Z Downloaded sha2 v0.11.0
8182026-08-26T16:00:15.897Z Downloaded peg v0.8.5
8192026-08-26T16:00:15.900Z Downloaded toml_edit v0.22.27
8202026-08-26T16:00:15.904Z Downloaded arc-swap v1.8.2
8212026-08-26T16:00:15.907Z Downloaded yansi v1.0.1
8222026-08-26T16:00:15.907Z Downloaded backon v1.6.0
8232026-08-26T16:00:15.907Z Downloaded resolv-conf v0.7.6
8242026-08-26T16:00:15.911Z Downloaded zerocopy v0.6.6
8252026-08-26T16:00:15.911Z Downloaded rand_core v0.9.5
8262026-08-26T16:00:15.911Z Downloaded lru v0.12.5
8272026-08-26T16:00:15.911Z Downloaded display-error-chain v0.2.2
8282026-08-26T16:00:15.914Z Downloaded linkme-impl v0.3.35
8292026-08-26T16:00:15.914Z Downloaded nested v0.1.1
8302026-08-26T16:00:15.914Z Downloaded ciborium-io v0.2.2
8312026-08-26T16:00:15.914Z Downloaded normalize-line-endings v0.3.0
8322026-08-26T16:00:15.914Z Downloaded arrayref v0.3.9
8332026-08-26T16:00:15.914Z Downloaded blake3 v1.8.5
8342026-08-26T16:00:15.918Z Downloaded cc v1.2.56
8352026-08-26T16:00:15.922Z Downloaded rayon-core v1.13.0
8362026-08-26T16:00:15.922Z Downloaded pkcs5 v0.8.1
8372026-08-26T16:00:15.925Z Downloaded group v0.13.0
8382026-08-26T16:00:15.925Z Downloaded chacha20 v0.10.0
8392026-08-26T16:00:15.928Z Downloaded knus v3.4.0
8402026-08-26T16:00:15.940Z Downloaded sec1 v0.7.3
8412026-08-26T16:00:15.943Z Downloaded recursive-proc-macro-impl v0.1.1
8422026-08-26T16:00:15.943Z Downloaded signature v2.2.0
8432026-08-26T16:00:15.947Z Downloaded schemars v0.8.22
8442026-08-26T16:00:15.953Z Downloaded zip v4.6.1
8452026-08-26T16:00:15.956Z Downloaded radium v0.7.0
8462026-08-26T16:00:15.956Z Downloaded phf_shared v0.13.1
8472026-08-26T16:00:15.956Z Downloaded bumpalo v3.20.2
8482026-08-26T16:00:15.961Z Downloaded rustls-webpki v0.103.13
8492026-08-26T16:00:15.964Z Downloaded schemars v0.9.0
8502026-08-26T16:00:15.969Z Downloaded socket2 v0.5.10
8512026-08-26T16:00:15.972Z Downloaded fixedbitset v0.4.2
8522026-08-26T16:00:15.973Z Downloaded zone_cfg_derive v0.3.1
8532026-08-26T16:00:15.973Z Downloaded rtoolbox v0.0.3
8542026-08-26T16:00:15.973Z Downloaded serde-big-array v0.5.1
8552026-08-26T16:00:15.973Z Downloaded structmeta v0.3.0
8562026-08-26T16:00:15.977Z Downloaded usdt v0.6.0
8572026-08-26T16:00:15.977Z Downloaded zeroize_derive v1.5.0
8582026-08-26T16:00:15.977Z Downloaded tokio-stream v0.1.18
8592026-08-26T16:00:15.981Z Downloaded quick-xml v0.37.5
8602026-08-26T16:00:15.984Z Downloaded portable-atomic v1.13.1
8612026-08-26T16:00:15.987Z Downloaded rsa v0.10.0-rc.18
8622026-08-26T16:00:15.991Z Downloaded glob v0.3.3
8632026-08-26T16:00:15.991Z Downloaded serde_core v1.0.228
8642026-08-26T16:00:15.991Z Downloaded anstyle-parse v0.2.7
8652026-08-26T16:00:15.994Z Downloaded atomicwrites v0.4.4
8662026-08-26T16:00:15.995Z Downloaded num_enum v0.7.6
8672026-08-26T16:00:15.995Z Downloaded enum-as-inner v0.6.1
8682026-08-26T16:00:15.998Z Downloaded usdt v0.5.0
8692026-08-26T16:00:16.002Z Downloaded dyn-clone v1.0.20
8702026-08-26T16:00:16.002Z Downloaded ed25519-dalek v2.2.0
8712026-08-26T16:00:16.005Z Downloaded slog-async v2.8.0
8722026-08-26T16:00:16.005Z Downloaded unsafe-libyaml v0.2.11
8732026-08-26T16:00:16.008Z Downloaded iddqd v0.4.2
8742026-08-26T16:00:16.012Z Downloaded plotters-svg v0.3.7
8752026-08-26T16:00:16.012Z Downloaded plotters v0.3.7
8762026-08-26T16:00:16.019Z Downloaded match_cfg v0.1.0
8772026-08-26T16:00:16.023Z Downloaded term v1.2.1
8782026-08-26T16:00:16.023Z Downloaded rustversion v1.0.22
8792026-08-26T16:00:16.023Z Downloaded slog-json v2.6.1
8802026-08-26T16:00:16.026Z Downloaded string_cache v0.8.9
8812026-08-26T16:00:16.030Z Downloaded sponge-cursor v0.1.0
8822026-08-26T16:00:16.030Z Downloaded snafu v0.8.9
8832026-08-26T16:00:16.033Z Downloaded pest v2.8.6
8842026-08-26T16:00:16.036Z Downloaded cbc v0.2.1
8852026-08-26T16:00:16.036Z Downloaded oxide-update-engine-display v0.1.2
8862026-08-26T16:00:16.040Z Downloaded predicates-tree v1.0.13
8872026-08-26T16:00:16.043Z Downloaded schemars_derive v0.8.22
8882026-08-26T16:00:16.047Z Downloaded tls_codec_derive v0.4.2
8892026-08-26T16:00:16.050Z Downloaded typify-macro v0.6.2
8902026-08-26T16:00:16.053Z Downloaded serde_tokenstream v0.2.3
8912026-08-26T16:00:16.063Z Downloaded spki v0.8.0
8922026-08-26T16:00:16.063Z Downloaded sqlparser_derive v0.5.0
8932026-08-26T16:00:16.063Z Downloaded x509-cert v0.2.5
8942026-08-26T16:00:16.063Z Downloaded lalrpop-util v0.19.12
8952026-08-26T16:00:16.063Z Downloaded writeable v0.6.2
8962026-08-26T16:00:16.063Z Downloaded ena v0.14.4
8972026-08-26T16:00:16.063Z Downloaded fixedbitset v0.5.7
8982026-08-26T16:00:16.063Z Downloaded usdt-attr-macro v0.6.0
8992026-08-26T16:00:16.063Z Downloaded dof v0.4.0
9002026-08-26T16:00:16.067Z Downloaded futures-timer v3.0.3
9012026-08-26T16:00:16.070Z Downloaded fxhash v0.2.1
9022026-08-26T16:00:16.073Z Downloaded lru-cache v0.1.2
9032026-08-26T16:00:16.073Z Downloaded async-stream-impl v0.3.6
9042026-08-26T16:00:16.077Z Downloaded byte-wrapper v0.1.0
9052026-08-26T16:00:16.080Z Downloaded num_enum_derive v0.5.11
9062026-08-26T16:00:16.080Z Downloaded newtype-uuid v1.3.2
9072026-08-26T16:00:16.084Z Downloaded aws-lc-rs v1.16.3
9082026-08-26T16:00:16.087Z Downloaded num v0.4.3
9092026-08-26T16:00:16.087Z Downloaded signal-hook-tokio v0.3.1
9102026-08-26T16:00:16.087Z Downloaded bitfield-struct v0.6.2
9112026-08-26T16:00:16.090Z Downloaded vte v0.14.1
9122026-08-26T16:00:16.090Z Downloaded packed_struct v0.10.1
9132026-08-26T16:00:16.090Z Downloaded libsw v3.5.0
9142026-08-26T16:00:16.095Z Downloaded serde_repr v0.1.20
9152026-08-26T16:00:16.099Z Downloaded rustls-platform-verifier v0.6.2
9162026-08-26T16:00:16.103Z Downloaded fs-err v3.3.0
9172026-08-26T16:00:16.103Z Downloaded assert_cmd v2.1.2
9182026-08-26T16:00:16.107Z Downloaded russh-cryptovec v0.62.0
9192026-08-26T16:00:16.107Z Downloaded universal-hash v0.6.1
9202026-08-26T16:00:16.107Z Downloaded walkdir v2.5.0
9212026-08-26T16:00:16.107Z Downloaded memchr v2.8.0
9222026-08-26T16:00:16.110Z Downloaded scroll v0.12.0
9232026-08-26T16:00:16.111Z Downloaded serde_bytes v0.11.19
9242026-08-26T16:00:16.111Z Downloaded pbkdf2 v0.13.0
9252026-08-26T16:00:16.111Z Downloaded pem-rfc7468 v0.7.0
9262026-08-26T16:00:16.115Z Downloaded pin-project-internal v1.1.11
9272026-08-26T16:00:16.119Z Downloaded bytecount v0.6.9
9282026-08-26T16:00:16.122Z Downloaded sync-ptr v0.1.4
9292026-08-26T16:00:16.122Z Downloaded elliptic-curve v0.13.8
9302026-08-26T16:00:16.126Z Downloaded siphasher v1.0.2
9312026-08-26T16:00:16.126Z Downloaded tokio-native-tls v0.3.1
9322026-08-26T16:00:16.126Z Downloaded rand_distr v0.5.1
9332026-08-26T16:00:16.130Z Downloaded yoke v0.8.1
9342026-08-26T16:00:16.130Z Downloaded progenitor v0.13.0
9352026-08-26T16:00:16.130Z Downloaded digest v0.11.3
9362026-08-26T16:00:16.135Z Downloaded toml v0.7.8
9372026-08-26T16:00:16.135Z Downloaded password-hash v0.6.1
9382026-08-26T16:00:16.135Z Downloaded base64 v0.22.1
9392026-08-26T16:00:16.135Z Downloaded rand v0.10.1
9402026-08-26T16:00:16.138Z Downloaded static_assertions v1.1.0
9412026-08-26T16:00:16.138Z Downloaded tokio-util v0.7.18
9422026-08-26T16:00:16.142Z Downloaded log v0.4.33
9432026-08-26T16:00:16.145Z Downloaded tokio-tungstenite v0.23.1
9442026-08-26T16:00:16.145Z Downloaded futures-core v0.3.32
9452026-08-26T16:00:16.145Z Downloaded miette-derive v5.10.0
9462026-08-26T16:00:16.145Z Downloaded fs-err v2.11.0
9472026-08-26T16:00:16.148Z Downloaded getrandom v0.3.4
9482026-08-26T16:00:16.152Z Downloaded async-compression v0.4.41
9492026-08-26T16:00:16.155Z Downloaded prettyplease v0.2.37
9502026-08-26T16:00:16.159Z Downloaded oxide-generation v0.1.3
9512026-08-26T16:00:16.163Z Downloaded num_threads v0.1.7
9522026-08-26T16:00:16.163Z Downloaded powerfmt v0.2.0
9532026-08-26T16:00:16.166Z Downloaded foreign-types-macros v0.2.3
9542026-08-26T16:00:16.170Z Downloaded anes v0.1.6
9552026-08-26T16:00:16.174Z Downloaded phf v0.13.1
9562026-08-26T16:00:16.177Z Downloaded progenitor-impl v0.14.0
9572026-08-26T16:00:16.181Z Downloaded bzip2 v0.6.1
9582026-08-26T16:00:16.187Z Downloaded futures-macro v0.3.32
9592026-08-26T16:00:16.190Z Downloaded serde_urlencoded v0.7.1
9602026-08-26T16:00:16.194Z Downloaded memmap2 v0.9.10
9612026-08-26T16:00:16.194Z Downloaded smallvec v1.15.1
9622026-08-26T16:00:16.202Z Downloaded async-bb8-diesel v0.2.1
9632026-08-26T16:00:16.208Z Downloaded want v0.3.1
9642026-08-26T16:00:16.212Z Downloaded papergrid v0.18.0
9652026-08-26T16:00:16.216Z Downloaded knuffel-derive v3.2.0
9662026-08-26T16:00:16.221Z Downloaded base64ct v1.8.3
9672026-08-26T16:00:16.221Z Downloaded tower-layer v0.3.3
9682026-08-26T16:00:16.224Z Downloaded proc-macro2 v1.0.106
9692026-08-26T16:00:16.245Z Downloaded oorandom v11.1.5
9702026-08-26T16:00:16.252Z Downloaded polyval v0.7.1
9712026-08-26T16:00:16.255Z Downloaded prefix-trie v0.7.0
9722026-08-26T16:00:16.255Z Downloaded strum_macros v0.24.3
9732026-08-26T16:00:16.259Z Downloaded thiserror-impl v2.0.18
9742026-08-26T16:00:16.259Z Downloaded vergen-lib v9.1.0
9752026-08-26T16:00:16.259Z Downloaded serde_with_macros v1.5.2
9762026-08-26T16:00:16.262Z Downloaded quick-error v1.2.3
9772026-08-26T16:00:16.265Z Downloaded rustc-hash v2.1.1
9782026-08-26T16:00:16.283Z Downloaded tar v0.4.46
9792026-08-26T16:00:16.286Z Downloaded ecdsa v0.17.0
9802026-08-26T16:00:16.289Z Downloaded either v1.15.0
9812026-08-26T16:00:16.289Z Downloaded zstd v0.13.3
9822026-08-26T16:00:16.289Z Downloaded bit-set v0.5.3
9832026-08-26T16:00:16.293Z Downloaded supports-color v2.1.0
9842026-08-26T16:00:16.293Z Downloaded guppy-workspace-hack v0.1.0
9852026-08-26T16:00:16.293Z Downloaded blake2 v0.10.6
9862026-08-26T16:00:16.296Z Downloaded parking v2.2.1
9872026-08-26T16:00:16.296Z Downloaded time-macros v0.2.27
9882026-08-26T16:00:16.303Z Downloaded nom v7.1.3
9892026-08-26T16:00:16.306Z Downloaded trybuild v1.0.116
9902026-08-26T16:00:16.310Z Downloaded vsss-rs v3.3.4
9912026-08-26T16:00:16.310Z Downloaded tough v0.22.0
9922026-08-26T16:00:16.313Z Downloaded take_mut v0.2.2
9932026-08-26T16:00:16.317Z Downloaded rstest_macros v0.25.0
9942026-08-26T16:00:16.317Z Downloaded libm v0.2.16
9952026-08-26T16:00:16.320Z Downloaded cassowary v0.3.0
9962026-08-26T16:00:16.324Z Downloaded argon2 v0.5.3
9972026-08-26T16:00:16.327Z Downloaded cfg-expr v0.20.6
9982026-08-26T16:00:16.330Z Downloaded miette-derive v7.6.0
9992026-08-26T16:00:16.330Z Downloaded thiserror-no-std v2.0.2
10002026-08-26T16:00:16.334Z Downloaded unicase v2.9.0
10012026-08-26T16:00:16.334Z Downloaded futures-util v0.3.32
10022026-08-26T16:00:16.338Z Downloaded winnow v0.6.26
10032026-08-26T16:00:16.343Z Downloaded linkme v0.3.35
10042026-08-26T16:00:16.346Z Downloaded anstyle-parse v1.0.0
10052026-08-26T16:00:16.346Z Downloaded pin-project-lite v0.2.17
10062026-08-26T16:00:16.350Z Downloaded regex v1.12.3
10072026-08-26T16:00:16.353Z Downloaded reqwest v0.13.2
10082026-08-26T16:00:16.356Z Downloaded oxide-update-engine-types v0.1.2
10092026-08-26T16:00:16.356Z Downloaded vergen-gitcl v1.0.8
10102026-08-26T16:00:16.357Z Downloaded scroll v0.13.0
10112026-08-26T16:00:16.357Z Downloaded rustc-demangle v0.1.27
10122026-08-26T16:00:16.360Z Downloaded serde_json v1.0.151
10132026-08-26T16:00:16.363Z Downloaded nanorand v0.7.0
10142026-08-26T16:00:16.363Z Downloaded xshell v0.2.7
10152026-08-26T16:00:16.363Z Downloaded backtrace v0.3.76
10162026-08-26T16:00:16.366Z Downloaded mio v1.2.0
10172026-08-26T16:00:16.370Z Downloaded serde v1.0.228
10182026-08-26T16:00:16.373Z Downloaded futures-channel v0.3.32
10192026-08-26T16:00:16.373Z Downloaded progenitor-impl v0.13.0
10202026-08-26T16:00:16.373Z Downloaded once_cell v1.21.3
10212026-08-26T16:00:16.376Z Downloaded lazy_static v1.5.0
10222026-08-26T16:00:16.376Z Downloaded paste v1.0.15
10232026-08-26T16:00:16.392Z Downloaded serde_derive_internals v0.29.1
10242026-08-26T16:00:16.395Z Downloaded russh v0.62.4
10252026-08-26T16:00:16.399Z Downloaded native-tls v0.2.18
10262026-08-26T16:00:16.399Z Downloaded smallvec v0.6.14
10272026-08-26T16:00:16.402Z Downloaded toml v1.1.2+spec-1.1.0
10282026-08-26T16:00:16.402Z Downloaded toml_writer v1.1.1+spec-1.1.0
10292026-08-26T16:00:16.402Z Downloaded zerovec v0.11.5
10302026-08-26T16:00:16.407Z Downloaded fatfs v0.3.6
10312026-08-26T16:00:16.411Z Downloaded event-listener v5.4.1
10322026-08-26T16:00:16.411Z Downloaded miniz_oxide v0.8.9
10332026-08-26T16:00:16.411Z Downloaded slab v0.4.12
10342026-08-26T16:00:16.414Z Downloaded tls_codec v0.4.2
10352026-08-26T16:00:16.414Z Downloaded aes-gcm v0.11.0
10362026-08-26T16:00:16.418Z Downloaded tower-http v0.6.8
10372026-08-26T16:00:16.422Z Downloaded typed-path v0.9.3
10382026-08-26T16:00:16.425Z Downloaded tempfile v3.27.0
10392026-08-26T16:00:16.428Z Downloaded typify v0.6.2
10402026-08-26T16:00:16.432Z Downloaded libxml v0.3.3
10412026-08-26T16:00:16.435Z Downloaded zerotrie v0.2.3
10422026-08-26T16:00:16.439Z Downloaded crypto-bigint v0.7.5
10432026-08-26T16:00:16.445Z Downloaded allocator-api2 v0.2.21
10442026-08-26T16:00:16.448Z Downloaded p521 v0.14.0
10452026-08-26T16:00:16.448Z Downloaded tabled v0.15.0
10462026-08-26T16:00:16.457Z Downloaded tower v0.5.3
10472026-08-26T16:00:16.462Z Downloaded drift v0.2.0
10482026-08-26T16:00:16.468Z Downloaded zstd-safe v7.2.4
10492026-08-26T16:00:16.471Z Downloaded tokio-postgres v0.7.16
10502026-08-26T16:00:16.477Z Downloaded bit-vec v0.8.0
10512026-08-26T16:00:16.481Z Downloaded elliptic-curve v0.14.1
10522026-08-26T16:00:16.485Z Downloaded aes v0.9.1
10532026-08-26T16:00:16.491Z Downloaded miette v5.10.0
10542026-08-26T16:00:16.500Z Downloaded unicode-normalization v0.1.25
10552026-08-26T16:00:16.503Z Downloaded expectorate v1.2.0
10562026-08-26T16:00:16.503Z Downloaded dropshot-api-manager v0.8.0
10572026-08-26T16:00:16.507Z Downloaded typenum v1.20.1
10582026-08-26T16:00:16.507Z Downloaded flume v0.11.1
10592026-08-26T16:00:16.511Z Downloaded winnow v0.7.14
10602026-08-26T16:00:16.515Z Downloaded reedline v0.40.0
10612026-08-26T16:00:16.519Z Downloaded curve25519-dalek v4.1.3
10622026-08-26T16:00:16.526Z Downloaded scuffle v0.1.0
10632026-08-26T16:00:16.530Z Downloaded sha3 v0.12.0
10642026-08-26T16:00:16.533Z Downloaded steno v0.4.1
10652026-08-26T16:00:16.533Z Downloaded chacha20poly1305 v0.10.1
10662026-08-26T16:00:16.536Z Downloaded publicsuffix v2.3.0
10672026-08-26T16:00:16.540Z Downloaded zlib-rs v0.6.2
10682026-08-26T16:00:16.546Z Downloaded winnow v0.5.40
10692026-08-26T16:00:16.551Z Downloaded toml_edit v0.23.10+spec-1.0.0
10702026-08-26T16:00:16.554Z Downloaded zerocopy-derive v0.8.55
10712026-08-26T16:00:16.559Z Downloaded curve25519-dalek v5.0.0
10722026-08-26T16:00:16.565Z Downloaded schemars v1.2.1
10732026-08-26T16:00:16.573Z Downloaded vcpkg v0.2.15
10742026-08-26T16:00:16.597Z Downloaded aho-corasick v1.1.4
10752026-08-26T16:00:16.600Z Downloaded unicode_categories v0.1.1
10762026-08-26T16:00:16.603Z Downloaded quinn v0.11.11
10772026-08-26T16:00:16.603Z Downloaded syn v1.0.109
10782026-08-26T16:00:16.608Z Downloaded zerocopy v0.7.35
10792026-08-26T16:00:16.617Z Downloaded ar_archive_writer v0.5.1
10802026-08-26T16:00:16.634Z Downloaded git2 v0.20.4
10812026-08-26T16:00:16.639Z Downloaded smoltcp v0.9.1
10822026-08-26T16:00:16.645Z Downloaded bindgen v0.71.1
10832026-08-26T16:00:16.651Z Downloaded moka v0.12.13
10842026-08-26T16:00:16.657Z Downloaded tabled v0.21.0
10852026-08-26T16:00:16.668Z Downloaded reqwest v0.12.28
10862026-08-26T16:00:16.672Z Downloaded serde_with v3.21.0
10872026-08-26T16:00:16.680Z Downloaded num-bigint-dig v0.8.6
10882026-08-26T16:00:16.683Z Downloaded zerocopy v0.8.55
10892026-08-26T16:00:16.694Z Downloaded rawzip v0.4.4
10902026-08-26T16:00:16.698Z Downloaded quinn-proto v0.11.16
10912026-08-26T16:00:16.702Z Downloaded chrono v0.4.45
10922026-08-26T16:00:16.707Z Downloaded h2 v0.4.15
10932026-08-26T16:00:16.714Z Downloaded nix v0.31.2
10942026-08-26T16:00:16.722Z Downloaded nom v8.0.0
10952026-08-26T16:00:16.737Z Downloaded hickory-proto v0.24.4
10962026-08-26T16:00:16.747Z Downloaded petname v2.0.2
10972026-08-26T16:00:16.750Z Downloaded object v0.30.4
10982026-08-26T16:00:16.757Z Downloaded time v0.3.47
10992026-08-26T16:00:16.770Z Downloaded lalrpop v0.19.12
11002026-08-26T16:00:16.777Z Downloaded diesel v2.3.7
11012026-08-26T16:00:16.791Z Downloaded openssl v0.10.80
11022026-08-26T16:00:16.797Z Downloaded unicode-width v0.1.14
11032026-08-26T16:00:16.802Z Downloaded rustls v0.23.41
11042026-08-26T16:00:16.814Z Downloaded proptest v1.11.0
11052026-08-26T16:00:16.820Z Downloaded rayon v1.11.0
11062026-08-26T16:00:16.826Z Downloaded nix v0.28.0
11072026-08-26T16:00:16.833Z Downloaded salty v0.3.0
11082026-08-26T16:00:16.836Z Downloaded radix_trie v0.2.1
11092026-08-26T16:00:16.848Z Downloaded nix v0.27.1
11102026-08-26T16:00:16.854Z Downloaded p384 v0.13.1
11112026-08-26T16:00:16.861Z Downloaded openapiv3 v2.2.0
11122026-08-26T16:00:16.868Z Downloaded hickory-proto v0.25.2
11132026-08-26T16:00:16.878Z Downloaded bstr v1.12.1
11142026-08-26T16:00:16.886Z Downloaded rustix v0.38.44
11152026-08-26T16:00:16.900Z Downloaded winnow v1.0.3
11162026-08-26T16:00:16.906Z Downloaded object v0.37.3
11172026-08-26T16:00:16.912Z Downloaded bitvec v1.0.1
11182026-08-26T16:00:16.921Z Downloaded polar-core v0.27.3
11192026-08-26T16:00:16.926Z Downloaded regex-syntax v0.6.29
11202026-08-26T16:00:16.931Z Downloaded sha3 v0.11.0
11212026-08-26T16:00:16.934Z Downloaded typify-impl v0.6.2
11222026-08-26T16:00:16.943Z Downloaded unicode-width v0.2.0
11232026-08-26T16:00:16.947Z Downloaded gimli v0.32.3
11242026-08-26T16:00:16.952Z Downloaded tracing v0.1.44
11252026-08-26T16:00:16.966Z Downloaded regress v0.11.1
11262026-08-26T16:00:16.972Z Downloaded goblin v0.10.5
11272026-08-26T16:00:16.976Z Downloaded rustix v1.1.4
11282026-08-26T16:00:16.992Z Downloaded regex-automata v0.4.14
11292026-08-26T16:00:17.001Z Downloaded smoltcp v0.11.0
11302026-08-26T16:00:17.008Z Downloaded sqlparser v0.61.0
11312026-08-26T16:00:17.022Z Downloaded syn v2.0.117
11322026-08-26T16:00:17.029Z Downloaded syn v3.0.3
11332026-08-26T16:00:17.036Z Downloaded regress v0.10.5
11342026-08-26T16:00:17.042Z Downloaded ratatui v0.29.0
11352026-08-26T16:00:17.054Z Downloaded sled v0.34.7
11362026-08-26T16:00:17.061Z Downloaded zerocopy-derive v0.6.6
11372026-08-26T16:00:17.067Z Downloaded regex-syntax v0.8.10
11382026-08-26T16:00:17.072Z Downloaded bzip2-sys v0.1.13+1.0.8
11392026-08-26T16:00:17.086Z Downloaded dropshot v0.17.1
11402026-08-26T16:00:17.111Z Downloaded csv v1.4.0
11412026-08-26T16:00:17.123Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11422026-08-26T16:00:17.135Z Downloaded jiff v0.2.34
11432026-08-26T16:00:17.166Z Downloaded chrono-tz v0.10.4
11442026-08-26T16:00:17.178Z Downloaded tokio v1.52.1
11452026-08-26T16:00:17.204Z Downloaded libz-sys v1.1.24
11462026-08-26T16:00:17.217Z Downloaded encoding_rs v0.8.35
11472026-08-26T16:00:17.254Z Downloaded petgraph v0.8.3
11482026-08-26T16:00:17.292Z Downloaded petgraph v0.6.5
11492026-08-26T16:00:17.304Z Downloaded libc v0.2.185
11502026-08-26T16:00:17.330Z Downloaded sha3 v0.10.8
11512026-08-26T16:00:17.524Z Downloaded ring v0.17.14
11522026-08-26T16:00:17.552Z Downloaded httpmock v0.8.3
11532026-08-26T16:00:17.574Z Downloaded libgit2-sys v0.18.3+1.9.2
11542026-08-26T16:00:18.172Z Downloaded aws-lc-sys v0.40.0
11552026-08-26T16:00:18.609Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11562026-08-26T16:00:23.430Z Startup: Refreshing catalog 'helios' ... Done
11572026-08-26T16:00:23.843Z Startup: Caching catalogs ... Done
11582026-08-26T16:00:26.024ZPlanning: Solver setup ... Done (2.065s)
11592026-08-26T16:00:26.087ZPlanning: Running solver ... Done (0.063s)
11602026-08-26T16:00:26.136ZPlanning: Finding local manifests ... Done (0.003s)
11612026-08-26T16:00:26.147ZPlanning: Fetching manifests: 0/2 0% complete
11622026-08-26T16:00:26.162ZPlanning: Fetching manifests: 2/2 100% complete
11632026-08-26T16:00:26.176ZPlanning: Package planning ... Done (0.013s)
11642026-08-26T16:00:26.179ZPlanning: Merging actions ... Done (0.002s)
11652026-08-26T16:00:26.402ZPlanning: Checking for conflicting actions ... Done (0.224s)
11662026-08-26T16:00:26.405ZPlanning: Consolidating action changes ... Done (0.001s)
11672026-08-26T16:00:27.319ZPlanning: Evaluating mediators ... Done (0.872s)
11682026-08-26T16:00:27.392ZPlanning: Planning completed in 3.40 seconds
11692026-08-26T16:00:27.392Z Packages to install: 2
11702026-08-26T16:00:27.393Z Estimated space available: 155.73 GB
11712026-08-26T16:00:27.393ZEstimated space to be consumed: 80.56 MB
11722026-08-26T16:00:27.393Z Create boot environment: No
11732026-08-26T16:00:27.393ZCreate backup boot environment: No
11742026-08-26T16:00:27.393Z Rebuild boot archive: No
11752026-08-26T16:00:27.393Z
11762026-08-26T16:00:27.393ZChanged packages:
11772026-08-26T16:00:27.393Zhelios
11782026-08-26T16:00:27.393Z developer/build-essential
11792026-08-26T16:00:27.393Z None -> 11-3.0
11802026-08-26T16:00:27.393Z library/libxmlsec1
11812026-08-26T16:00:27.393Z None -> 1.2.35-3.0
11822026-08-26T16:00:27.393Z
11832026-08-26T16:00:27.393ZDownload: 0/214 items 0.0/1.3MB 0% complete
11842026-08-26T16:00:27.483ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
11852026-08-26T16:00:27.531Z Actions: 1/268 actions (Installing new actions)
11862026-08-26T16:00:27.585Z Actions: Completed 268 actions in 0.04 seconds.
11872026-08-26T16:00:27.628ZFinalize: Updating package state database ... Done (0.037s)
11882026-08-26T16:00:27.628ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-26T16:00:27.694ZFinalize: Updating image state ... Done (0.091s)
11902026-08-26T16:00:30.283ZFinalize: Creating fast lookup database ... Done (2.571s)
11912026-08-26T16:00:30.357ZFinalize: Reading search index ... Done (0.013s)
11922026-08-26T16:00:30.371ZFinalize: Updating search index ... Done (0.000s)
11932026-08-26T16:00:30.465ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-26T16:00:30.826ZPlanning: Evaluating mediator changes ... Done
11952026-08-26T16:00:30.930ZPlanning: Checking for conflicting actions ... Done
11962026-08-26T16:00:30.934ZPlanning: Consolidating action changes ... Done
11972026-08-26T16:00:31.089ZPlanning: Evaluating mediators ... Done
11982026-08-26T16:00:31.093ZPlanning: Planning completed in 0.26 seconds
11992026-08-26T16:00:31.113Z Mediators to change: 2
12002026-08-26T16:00:31.113Z Create boot environment: No
12012026-08-26T16:00:31.113ZCreate backup boot environment: No
12022026-08-26T16:00:31.182ZFinalize: Updating package state database ... Done
12032026-08-26T16:00:31.182ZFinalize: Updating package cache ... Done
12042026-08-26T16:00:31.239ZFinalize: Updating image state ... Done
12052026-08-26T16:00:33.169ZFinalize: Creating fast lookup database ... Done
12062026-08-26T16:00:33.229ZFinalize: Reading search index ... Done
12072026-08-26T16:00:33.232ZFinalize: Updating search index ... Done
12082026-08-26T16:00:33.319ZFinalize: Updating package cache ... Done
12092026-08-26T16:00:33.605ZPlanning: Evaluating mediator changes ... Done
12102026-08-26T16:00:33.712ZPlanning: Checking for conflicting actions ... Done
12112026-08-26T16:00:33.715ZPlanning: Consolidating action changes ... Done
12122026-08-26T16:00:33.870ZPlanning: Evaluating mediators ... Done
12132026-08-26T16:00:33.873ZPlanning: Planning completed in 0.27 seconds
12142026-08-26T16:00:33.893Z Mediators to change: 1
12152026-08-26T16:00:33.893Z Create boot environment: No
12162026-08-26T16:00:33.893ZCreate backup boot environment: No
12172026-08-26T16:00:33.938ZFinalize: Updating package state database ... Done
12182026-08-26T16:00:33.938ZFinalize: Updating package cache ... Done
12192026-08-26T16:00:33.998ZFinalize: Updating image state ... Done
12202026-08-26T16:00:35.957ZFinalize: Creating fast lookup database ... Done
12212026-08-26T16:00:36.019ZFinalize: Reading search index ... Done
12222026-08-26T16:00:36.022ZFinalize: Updating search index ... Done
12232026-08-26T16:00:36.131ZFinalize: Updating package cache ... Done
12242026-08-26T16:00:36.447ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12252026-08-26T16:00:36.447Zapache system 2.4 system
12262026-08-26T16:00:36.447Zclang system 15 system
12272026-08-26T16:00:36.447Zcsh system system illumos
12282026-08-26T16:00:36.447Zctags system system illumos
12292026-08-26T16:00:36.447Zfile vendor vendor darwinsys
12302026-08-26T16:00:36.447Zfile system system illumos
12312026-08-26T16:00:36.447Zgcc vendor 14 vendor
12322026-08-26T16:00:36.447Zgcc system 13 system
12332026-08-26T16:00:36.447Zgcc system 10 system
12342026-08-26T16:00:36.447Zgo system 1.25 system
12352026-08-26T16:00:36.447Zllvm system 15 system
12362026-08-26T16:00:36.447Zmariadb system 11.4 system
12372026-08-26T16:00:36.447Zmta vendor vendor dma
12382026-08-26T16:00:36.447Zopenjdk system 17 system
12392026-08-26T16:00:36.447Zopenjdk system 11 system
12402026-08-26T16:00:36.447Zopenssl vendor 3 vendor
12412026-08-26T16:00:36.447Zperl system 5.40 system
12422026-08-26T16:00:36.447Zpostgresql system 18 system
12432026-08-26T16:00:36.447Zpostgresql system 17 system
12442026-08-26T16:00:36.447Zpython vendor 3 vendor
12452026-08-26T16:00:36.447Zpython system 2 system
12462026-08-26T16:00:36.447Zpython3 vendor 3.13 vendor
12472026-08-26T16:00:36.447Zruby system 3.4 system
12482026-08-26T16:00:36.447Zruby system 3.0 system
12492026-08-26T16:00:36.447Zwords vendor vendor american-english
12502026-08-26T16:00:36.447Zwords system system australian-english
12512026-08-26T16:00:36.447Zwords system system british-english
12522026-08-26T16:00:36.447Zwords system system canadian-english
12532026-08-26T16:00:36.447Zwords system system french
12542026-08-26T16:00:36.448Zwords system system italian
12552026-08-26T16:00:36.448Zwords system system ngerman
12562026-08-26T16:00:36.448Zwords system system ogerman
12572026-08-26T16:00:36.448Zwords system system spanish
12582026-08-26T16:00:36.699ZPUBLISHER TYPE STATUS P LOCATION
12592026-08-26T16:00:36.699Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12602026-08-26T16:00:37.185ZFMRI IFO
12612026-08-26T16:00:37.185Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12622026-08-26T16:00:37.185Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12632026-08-26T16:00:37.185Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12642026-08-26T16:00:37.185Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12652026-08-26T16:00:37.185Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12662026-08-26T16:00:37.186Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12672026-08-26T16:00:37.186Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12682026-08-26T16:00:37.186Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12692026-08-26T16:00:37.186Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12702026-08-26T16:00:37.805Z Downloading crates ...
12712026-08-26T16:00:37.852Z Downloaded cargo_toml v0.21.0
12722026-08-26T16:00:37.900Z Compiling proc-macro2 v1.0.106
12732026-08-26T16:00:37.900Z Compiling quote v1.0.45
12742026-08-26T16:00:37.900Z Compiling unicode-ident v1.0.24
12752026-08-26T16:00:37.904Z Compiling serde_core v1.0.228
12762026-08-26T16:00:37.904Z Compiling libc v0.2.185
12772026-08-26T16:00:37.904Z Compiling version_check v0.9.5
12782026-08-26T16:00:37.980Z Compiling memchr v2.8.0
12792026-08-26T16:00:37.985Z Compiling serde v1.0.228
12802026-08-26T16:00:37.985Z Compiling zmij v1.0.21
12812026-08-26T16:00:37.985Z Compiling thiserror v1.0.69
12822026-08-26T16:00:37.985Z Compiling itoa v1.0.17
12832026-08-26T16:00:37.985Z Compiling ucd-trie v0.1.7
12842026-08-26T16:00:37.985Z Compiling byteorder v1.5.0
12852026-08-26T16:00:37.985Z Compiling rustix v1.1.4
12862026-08-26T16:00:38.133Z Compiling bitflags v2.11.0
12872026-08-26T16:00:38.244Z Compiling serde_json v1.0.151
12882026-08-26T16:00:38.364Z Compiling camino v1.2.5
12892026-08-26T16:00:38.401Z Compiling pest v2.8.6
12902026-08-26T16:00:38.411Z Compiling syn v1.0.109
12912026-08-26T16:00:38.445Z Compiling proc-macro-error-attr v1.0.4
12922026-08-26T16:00:38.458Z Compiling usdt-impl v0.5.0
12932026-08-26T16:00:38.512Z Compiling proc-macro-error v1.0.4
12942026-08-26T16:00:38.531Z Compiling equivalent v1.0.2
12952026-08-26T16:00:38.561Z Compiling hashbrown v0.17.0
12962026-08-26T16:00:38.634Z Compiling utf8parse v0.2.2
12972026-08-26T16:00:38.645Z Compiling plain v0.2.3
12982026-08-26T16:00:38.648Z Compiling log v0.4.33
12992026-08-26T16:00:38.742Z Compiling getrandom v0.4.3
13002026-08-26T16:00:38.746Z Compiling anstyle-parse v1.0.0
13012026-08-26T16:00:38.773Z Compiling colorchoice v1.0.4
13022026-08-26T16:00:38.778Z Compiling pretty-hex v0.4.1
13032026-08-26T16:00:38.778Z Compiling cfg-if v1.0.4
13042026-08-26T16:00:38.827Z Compiling anstyle-query v1.1.5
13052026-08-26T16:00:38.844Z Compiling winnow v0.7.14
13062026-08-26T16:00:38.856Z Compiling autocfg v1.5.0
13072026-08-26T16:00:38.861Z Compiling toml_write v0.1.2
13082026-08-26T16:00:38.886Z Compiling errno v0.3.14
13092026-08-26T16:00:38.914Z Compiling thread-id v4.2.2
13102026-08-26T16:00:38.925Z Compiling is_terminal_polyfill v1.70.2
13112026-08-26T16:00:38.935Z Compiling thiserror v2.0.18
13122026-08-26T16:00:38.947Z Compiling anstyle v1.0.14
13132026-08-26T16:00:38.961Z Compiling unicode-width v0.1.14
13142026-08-26T16:00:39.060Z Compiling clap_lex v1.0.0
13152026-08-26T16:00:39.085Z Compiling fastrand v2.3.0
13162026-08-26T16:00:39.158Z Compiling indexmap v2.14.0
13172026-08-26T16:00:39.178Z Compiling anstream v1.0.0
13182026-08-26T16:00:39.229Z Compiling heck v0.4.1
13192026-08-26T16:00:39.295Z Compiling syn v2.0.117
13202026-08-26T16:00:39.335Z Compiling fs-err v3.3.0
13212026-08-26T16:00:39.357Z Compiling heck v0.5.0
13222026-08-26T16:00:39.385Z Compiling once_cell v1.21.3
13232026-08-26T16:00:39.398Z Compiling fnv v1.0.7
13242026-08-26T16:00:39.468Z Compiling pest_meta v2.8.6
13252026-08-26T16:00:39.497Z Compiling strsim v0.11.1
13262026-08-26T16:00:39.507Z Compiling bytecount v0.6.9
13272026-08-26T16:00:39.537Z Compiling anyhow v1.0.104
13282026-08-26T16:00:39.600Z Compiling papergrid v0.11.0
13292026-08-26T16:00:39.614Z Compiling memmap v0.7.0
13302026-08-26T16:00:39.647Z Compiling smawk v0.3.2
13312026-08-26T16:00:39.665Z Compiling unicode-width v0.2.0
13322026-08-26T16:00:39.706Z Compiling unicode-linebreak v0.1.5
13332026-08-26T16:00:39.795Z Compiling swrite v0.1.0
13342026-08-26T16:00:39.961Z Compiling terminal_size v0.4.3
13352026-08-26T16:00:39.961Z Compiling tempfile v3.27.0
13362026-08-26T16:00:40.053Z Compiling clap_builder v4.6.0
13372026-08-26T16:00:40.053Z Compiling textwrap v0.16.2
13382026-08-26T16:00:40.251Z Compiling cargo-platform v0.3.2
13392026-08-26T16:00:40.343Z Compiling semver v1.0.28
13402026-08-26T16:00:40.477Z Compiling camino-tempfile v1.4.1
13412026-08-26T16:00:40.782Z Compiling tabled_derive v0.7.0
13422026-08-26T16:00:41.406Z Compiling pest_generator v2.8.6
13432026-08-26T16:00:41.453Z Compiling tabled v0.15.0
13442026-08-26T16:00:41.893Z Compiling serde_derive v1.0.228
13452026-08-26T16:00:41.898Z Compiling thiserror-impl v1.0.69
13462026-08-26T16:00:41.898Z Compiling zerocopy-derive v0.7.35
13472026-08-26T16:00:41.898Z Compiling scroll_derive v0.12.1
13482026-08-26T16:00:41.898Z Compiling thiserror-impl v2.0.18
13492026-08-26T16:00:41.898Z Compiling clap_derive v4.6.1
13502026-08-26T16:00:41.922Z Compiling pest_derive v2.8.6
13512026-08-26T16:00:42.512Z Compiling scroll v0.12.0
13522026-08-26T16:00:42.588Z Compiling zerocopy v0.7.35
13532026-08-26T16:00:42.714Z Compiling goblin v0.8.2
13542026-08-26T16:00:42.921Z Compiling dtrace-parser v0.2.0
13552026-08-26T16:00:43.229Z Compiling clap v4.6.1
13562026-08-26T16:00:44.247Z Compiling dof v0.3.0
13572026-08-26T16:00:44.248Z Compiling serde_tokenstream v0.2.3
13582026-08-26T16:00:44.257Z Compiling toml_datetime v0.6.11
13592026-08-26T16:00:44.261Z Compiling serde_spanned v0.6.9
13602026-08-26T16:00:44.261Z Compiling cargo_metadata v0.23.1
13612026-08-26T16:00:44.261Z Compiling macaddr v1.0.1
13622026-08-26T16:00:44.261Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13632026-08-26T16:00:44.434Z Compiling toml_edit v0.22.27
13642026-08-26T16:00:44.901Z Compiling usdt-macro v0.5.0
13652026-08-26T16:00:44.905Z Compiling usdt-attr-macro v0.5.0
13662026-08-26T16:00:45.504Z Compiling usdt v0.5.0
13672026-08-26T16:00:45.670Z Compiling toml v0.8.23
13682026-08-26T16:00:45.979Z Compiling cargo_toml v0.21.0
13692026-08-26T16:00:47.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702026-08-26T16:00:49.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.93s
13712026-08-26T16:00:49.328Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13722026-08-26T16:00:50.096Z Compiling serde_core v1.0.228
13732026-08-26T16:00:50.096Z Compiling libc v0.2.185
13742026-08-26T16:00:50.096Z Compiling serde v1.0.228
13752026-08-26T16:00:50.100Z Compiling log v0.4.33
13762026-08-26T16:00:50.100Z Compiling smallvec v1.15.1
13772026-08-26T16:00:50.100Z Compiling find-msvc-tools v0.1.9
13782026-08-26T16:00:50.100Z Compiling shlex v1.3.0
13792026-08-26T16:00:50.100Z Compiling subtle v2.6.1
13802026-08-26T16:00:50.258Z Compiling scopeguard v1.2.0
13812026-08-26T16:00:50.270Z Compiling typenum v1.20.1
13822026-08-26T16:00:50.274Z Compiling stable_deref_trait v1.2.1
13832026-08-26T16:00:50.274Z Compiling zerocopy v0.8.55
13842026-08-26T16:00:50.274Z Compiling portable-atomic v1.13.1
13852026-08-26T16:00:50.324Z Compiling serde_json v1.0.151
13862026-08-26T16:00:50.336Z Compiling syn v2.0.117
13872026-08-26T16:00:50.362Z Compiling critical-section v1.2.0
13882026-08-26T16:00:50.412Z Compiling libm v0.2.16
13892026-08-26T16:00:50.424Z Compiling num-traits v0.2.19
13902026-08-26T16:00:50.439Z Compiling lock_api v0.4.14
13912026-08-26T16:00:50.454Z Compiling pkg-config v0.3.32
13922026-08-26T16:00:50.468Z Compiling generic-array v0.14.7
13932026-08-26T16:00:50.481Z Compiling const-oid v0.9.6
13942026-08-26T16:00:50.497Z Compiling pin-project-lite v0.2.17
13952026-08-26T16:00:50.568Z Compiling parking_lot_core v0.9.12
13962026-08-26T16:00:50.586Z Compiling getrandom v0.4.3
13972026-08-26T16:00:50.599Z Compiling rand_core v0.10.0
13982026-08-26T16:00:50.626Z Compiling litemap v0.8.1
13992026-08-26T16:00:50.690Z Compiling writeable v0.6.2
14002026-08-26T16:00:50.733Z Compiling percent-encoding v2.3.2
14012026-08-26T16:00:50.761Z Compiling futures-core v0.3.32
14022026-08-26T16:00:50.793Z Compiling icu_normalizer_data v2.1.1
14032026-08-26T16:00:50.834Z Compiling icu_properties_data v2.1.2
14042026-08-26T16:00:50.847Z Compiling rustix v1.1.4
14052026-08-26T16:00:50.922Z Compiling getrandom v0.3.4
14062026-08-26T16:00:50.955Z Compiling futures-sink v0.3.32
14072026-08-26T16:00:50.982Z Compiling utf8_iter v1.0.4
14082026-08-26T16:00:50.997Z Compiling slab v0.4.12
14092026-08-26T16:00:51.030Z Compiling futures-task v0.3.32
14102026-08-26T16:00:51.073Z Compiling futures-channel v0.3.32
14112026-08-26T16:00:51.077Z Compiling futures-io v0.3.32
14122026-08-26T16:00:51.150Z Compiling form_urlencoded v1.2.2
14132026-08-26T16:00:51.179Z Compiling rustversion v1.0.22
14142026-08-26T16:00:51.198Z Compiling iana-time-zone v0.1.65
14152026-08-26T16:00:51.226Z Compiling base64ct v1.8.3
14162026-08-26T16:00:51.245Z Compiling errno v0.3.14
14172026-08-26T16:00:51.260Z Compiling jobserver v0.1.34
14182026-08-26T16:00:51.311Z Compiling getrandom v0.2.17
14192026-08-26T16:00:51.345Z Compiling mio v1.2.0
14202026-08-26T16:00:51.348Z Compiling socket2 v0.6.3
14212026-08-26T16:00:51.442Z Compiling once_cell v1.21.3
14222026-08-26T16:00:51.459Z Compiling rand_core v0.6.4
14232026-08-26T16:00:51.478Z Compiling cc v1.2.56
14242026-08-26T16:00:51.536Z Compiling signal-hook-registry v1.4.8
14252026-08-26T16:00:51.569Z Compiling pem-rfc7468 v0.7.0
14262026-08-26T16:00:51.582Z Compiling parking_lot v0.12.5
14272026-08-26T16:00:51.639Z Compiling flagset v0.4.7
14282026-08-26T16:00:51.682Z Compiling dunce v1.0.5
14292026-08-26T16:00:51.698Z Compiling regex-syntax v0.8.10
14302026-08-26T16:00:51.745Z Compiling fs_extra v1.3.0
14312026-08-26T16:00:51.794Z Compiling ident_case v1.0.1
14322026-08-26T16:00:51.807Z Compiling base64 v0.22.1
14332026-08-26T16:00:51.835Z Compiling rand_core v0.9.5
14342026-08-26T16:00:51.849Z Compiling syn v1.0.109
14352026-08-26T16:00:51.881Z Compiling vcpkg v0.2.15
14362026-08-26T16:00:51.895Z Compiling tracing-core v0.1.36
14372026-08-26T16:00:51.912Z Compiling schemars v0.8.22
14382026-08-26T16:00:51.926Z Compiling simd-adler32 v0.3.8
14392026-08-26T16:00:51.970Z Compiling aws-lc-rs v1.16.3
14402026-08-26T16:00:51.984Z Compiling cpufeatures v0.2.17
14412026-08-26T16:00:52.027Z Compiling dyn-clone v1.0.20
14422026-08-26T16:00:52.071Z Compiling spin v0.9.8
14432026-08-26T16:00:52.127Z Compiling tinyvec_macros v0.1.1
14442026-08-26T16:00:52.157Z Compiling adler2 v2.0.1
14452026-08-26T16:00:52.178Z Compiling crc32fast v1.5.0
14462026-08-26T16:00:52.194Z Compiling openssl-probe v0.2.1
14472026-08-26T16:00:52.197Z Compiling httparse v1.10.1
14482026-08-26T16:00:52.237Z Compiling cmake v0.1.57
14492026-08-26T16:00:52.264Z Compiling cmov v0.5.4
14502026-08-26T16:00:52.277Z Compiling miniz_oxide v0.8.9
14512026-08-26T16:00:52.293Z Compiling tinyvec v1.10.0
14522026-08-26T16:00:52.297Z Compiling aho-corasick v1.1.4
14532026-08-26T16:00:52.322Z Compiling try-lock v0.2.5
14542026-08-26T16:00:52.400Z Compiling bitflags v2.11.0
14552026-08-26T16:00:52.472Z Compiling semver v1.0.28
14562026-08-26T16:00:52.476Z Compiling indexmap v2.14.0
14572026-08-26T16:00:52.501Z Compiling uuid v1.23.4
14582026-08-26T16:00:52.625Z Compiling ctutils v0.4.2
14592026-08-26T16:00:52.643Z Compiling radium v0.7.0
14602026-08-26T16:00:52.658Z Compiling tower-service v0.3.3
14612026-08-26T16:00:52.658Z Compiling atomic-waker v1.1.2
14622026-08-26T16:00:52.671Z Compiling tower-layer v0.3.3
14632026-08-26T16:00:52.764Z Compiling rustc_version v0.4.1
14642026-08-26T16:00:52.806Z Compiling untrusted v0.7.1
14652026-08-26T16:00:52.880Z Compiling want v0.3.1
14662026-08-26T16:00:52.893Z Compiling maybe-uninit v2.0.0
14672026-08-26T16:00:52.931Z Compiling untrusted v0.9.0
14682026-08-26T16:00:52.944Z Compiling rustls v0.23.41
14692026-08-26T16:00:53.046Z Compiling aws-lc-sys v0.40.0
14702026-08-26T16:00:53.061Z Compiling openssl-sys v0.9.117
14712026-08-26T16:00:53.064Z Compiling openssl v0.10.80
14722026-08-26T16:00:53.088Z Compiling httpdate v1.0.3
14732026-08-26T16:00:53.101Z Compiling tap v1.0.1
14742026-08-26T16:00:53.124Z Compiling foreign-types-shared v0.1.1
14752026-08-26T16:00:53.139Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-08-26T16:00:53.154Z Compiling synstructure v0.13.2
14772026-08-26T16:00:53.181Z Compiling serde_derive_internals v0.29.1
14782026-08-26T16:00:53.195Z Compiling pest_generator v2.8.6
14792026-08-26T16:00:53.222Z Compiling darling_core v0.20.11
14802026-08-26T16:00:53.225Z Compiling regex-automata v0.4.14
14812026-08-26T16:00:53.317Z Compiling foreign-types v0.3.2
14822026-08-26T16:00:53.331Z Compiling wyz v0.5.1
14832026-08-26T16:00:53.449Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-08-26T16:00:53.529Z Compiling tempfile v3.27.0
14852026-08-26T16:00:53.554Z Compiling terminal_size v0.4.3
14862026-08-26T16:00:53.704Z Compiling unicode-normalization v0.1.25
14872026-08-26T16:00:53.742Z Compiling num-integer v0.1.46
14882026-08-26T16:00:53.756Z Compiling wait-timeout v0.2.1
14892026-08-26T16:00:53.760Z Compiling ahash v0.8.12
14902026-08-26T16:00:53.796Z Compiling num-bigint-dig v0.8.6
14912026-08-26T16:00:53.916Z Compiling num-conv v0.2.0
14922026-08-26T16:00:53.933Z Compiling bit-vec v0.8.0
14932026-08-26T16:00:53.991Z Compiling packed_struct v0.10.1
14942026-08-26T16:00:54.007Z Compiling funty v2.0.0
14952026-08-26T16:00:54.035Z Compiling native-tls v0.2.18
14962026-08-26T16:00:54.050Z Compiling powerfmt v0.2.0
14972026-08-26T16:00:54.067Z Compiling quick-error v1.2.3
14982026-08-26T16:00:54.086Z Compiling time-core v0.1.8
14992026-08-26T16:00:54.090Z Compiling clap_builder v4.6.0
15002026-08-26T16:00:54.180Z Compiling rusty-fork v0.3.1
15012026-08-26T16:00:54.184Z Compiling bit-set v0.8.0
15022026-08-26T16:00:54.209Z Compiling deranged v0.5.8
15032026-08-26T16:00:54.213Z Compiling num-iter v0.1.45
15042026-08-26T16:00:54.253Z Compiling time-macros v0.2.27
15052026-08-26T16:00:54.339Z Compiling bitvec v1.0.1
15062026-08-26T16:00:54.351Z Compiling lazy_static v1.5.0
15072026-08-26T16:00:54.367Z Compiling rand_xorshift v0.4.0
15082026-08-26T16:00:54.402Z Compiling sync_wrapper v1.0.2
15092026-08-26T16:00:54.453Z Compiling indexmap v1.9.3
15102026-08-26T16:00:54.516Z Compiling object v0.37.3
15112026-08-26T16:00:54.516Z Compiling zlib-rs v0.6.2
15122026-08-26T16:00:54.545Z Compiling num_threads v0.1.7
15132026-08-26T16:00:54.596Z Compiling crossbeam-utils v0.8.21
15142026-08-26T16:00:54.654Z Compiling crc-catalog v2.4.0
15152026-08-26T16:00:54.668Z Compiling unicode-segmentation v1.12.0
15162026-08-26T16:00:54.756Z Compiling siphasher v1.0.2
15172026-08-26T16:00:54.795Z Compiling nodrop v0.1.14
15182026-08-26T16:00:54.863Z Compiling serde_derive v1.0.228
15192026-08-26T16:00:54.897Z Compiling zeroize_derive v1.5.0
15202026-08-26T16:00:54.909Z Compiling zerofrom-derive v0.1.6
15212026-08-26T16:00:54.956Z Compiling zerocopy-derive v0.8.55
15222026-08-26T16:00:55.048Z Compiling yoke-derive v0.8.1
15232026-08-26T16:00:55.213Z Compiling zerovec-derive v0.11.2
15242026-08-26T16:00:55.237Z Compiling displaydoc v0.2.5
15252026-08-26T16:00:55.325Z Compiling tokio-macros v2.7.0
15262026-08-26T16:00:55.553Z Compiling futures-macro v0.3.32
15272026-08-26T16:00:55.567Z Compiling der_derive v0.7.3
15282026-08-26T16:00:55.766Z Compiling thiserror-impl v2.0.18
15292026-08-26T16:00:56.014Z Compiling tracing-attributes v0.1.31
15302026-08-26T16:00:56.144Z Compiling schemars_derive v0.8.22
15312026-08-26T16:00:56.157Z Compiling scroll_derive v0.13.1
15322026-08-26T16:00:56.253Z Compiling pest_derive v2.8.6
15332026-08-26T16:00:56.396Z Compiling zerofrom v0.1.6
15342026-08-26T16:00:56.424Z Compiling darling_macro v0.20.11
15352026-08-26T16:00:56.448Z Compiling futures-util v0.3.32
15362026-08-26T16:00:56.541Z Compiling yoke v0.8.1
15372026-08-26T16:00:56.619Z Compiling openssl-macros v0.1.1
15382026-08-26T16:00:56.728Z Compiling zerovec v0.11.5
15392026-08-26T16:00:56.744Z Compiling zerotrie v0.2.3
15402026-08-26T16:00:56.949Z Compiling thiserror-impl v1.0.69
15412026-08-26T16:00:56.995Z Compiling scroll v0.13.0
15422026-08-26T16:00:57.064Z Compiling darling v0.20.11
15432026-08-26T16:00:57.159Z Compiling packed_struct_codegen v0.10.1
15442026-08-26T16:00:57.175Z Compiling zerocopy-derive v0.6.6
15452026-08-26T16:00:57.200Z Compiling tinystr v0.8.2
15462026-08-26T16:00:57.260Z Compiling potential_utf v0.1.4
15472026-08-26T16:00:57.285Z Compiling thiserror v2.0.18
15482026-08-26T16:00:57.409Z Compiling icu_locale_core v2.1.1
15492026-08-26T16:00:57.423Z Compiling icu_collections v2.1.1
15502026-08-26T16:00:57.439Z Compiling tracing v0.1.44
15512026-08-26T16:00:57.442Z Compiling goblin v0.10.5
15522026-08-26T16:00:57.470Z Compiling clap_derive v4.6.1
15532026-08-26T16:00:57.474Z Compiling bitfield-macros v0.19.4
15542026-08-26T16:00:57.729Z Compiling paste v1.0.15
15552026-08-26T16:00:57.813Z Compiling usdt-impl v0.6.0
15562026-08-26T16:00:57.932Z Compiling unarray v0.1.4
15572026-08-26T16:00:58.062Z Compiling icu_provider v2.1.1
15582026-08-26T16:00:58.066Z Compiling zerocopy v0.6.6
15592026-08-26T16:00:58.091Z Compiling flate2 v1.1.9
15602026-08-26T16:00:58.095Z Compiling dtrace-parser v0.3.0
15612026-08-26T16:00:58.244Z Compiling bitfield v0.19.4
15622026-08-26T16:00:58.282Z Compiling thiserror v1.0.69
15632026-08-26T16:00:58.302Z Compiling derive_builder_core v0.20.2
15642026-08-26T16:00:58.340Z Compiling icu_properties v2.1.2
15652026-08-26T16:00:58.406Z Compiling zeroize v1.9.0
15662026-08-26T16:00:58.413Z Compiling bytes v1.11.1
15672026-08-26T16:00:58.428Z Compiling icu_normalizer v2.1.1
15682026-08-26T16:00:58.466Z Compiling chrono v0.4.45
15692026-08-26T16:00:58.524Z Compiling ipnet v2.12.0
15702026-08-26T16:00:58.551Z Compiling hex v0.4.3
15712026-08-26T16:00:58.837Z Compiling der v0.7.10
15722026-08-26T16:00:58.882Z Compiling rustls-pki-types v1.14.0
15732026-08-26T16:00:58.910Z Compiling tokio v1.52.1
15742026-08-26T16:00:58.985Z Compiling http v1.4.2
15752026-08-26T16:00:59.044Z Compiling hybrid-array v0.4.13
15762026-08-26T16:00:59.057Z Compiling toml_datetime v0.6.11
15772026-08-26T16:00:59.178Z Compiling crypto-common v0.1.7
15782026-08-26T16:00:59.213Z Compiling block-buffer v0.10.4
15792026-08-26T16:00:59.316Z Compiling idna_adapter v1.2.1
15802026-08-26T16:00:59.332Z Compiling serde_spanned v0.6.9
15812026-08-26T16:00:59.347Z Compiling clap v4.6.1
15822026-08-26T16:00:59.363Z Compiling digest v0.10.7
15832026-08-26T16:00:59.436Z Compiling ppv-lite86 v0.2.21
15842026-08-26T16:00:59.451Z Compiling idna v1.1.0
15852026-08-26T16:00:59.627Z Compiling http-body v1.0.1
15862026-08-26T16:00:59.630Z Compiling sha2 v0.10.9
15872026-08-26T16:00:59.708Z Compiling spki v0.7.3
15882026-08-26T16:00:59.727Z Compiling rand_chacha v0.9.0
15892026-08-26T16:00:59.767Z Compiling url v2.5.8
15902026-08-26T16:00:59.802Z Compiling rand_chacha v0.3.1
15912026-08-26T16:00:59.830Z Compiling signature v2.2.0
15922026-08-26T16:00:59.844Z Compiling hmac v0.12.1
15932026-08-26T16:00:59.904Z Compiling pkcs8 v0.10.2
15942026-08-26T16:00:59.933Z Compiling rand v0.9.2
15952026-08-26T16:01:00.024Z Compiling rand v0.8.6
15962026-08-26T16:01:00.039Z Compiling http-body-util v0.1.3
15972026-08-26T16:01:00.053Z Compiling time v0.3.47
15982026-08-26T16:01:00.083Z Compiling pkcs1 v0.7.5
15992026-08-26T16:01:00.206Z Compiling dof v0.4.0
16002026-08-26T16:01:00.225Z Compiling array-init v0.0.4
16012026-08-26T16:01:00.438Z Compiling scroll_derive v0.12.1
16022026-08-26T16:01:00.490Z Compiling proptest v1.11.0
16032026-08-26T16:01:00.579Z Compiling structmeta-derive v0.3.0
16042026-08-26T16:01:00.595Z Compiling crc v3.4.0
16052026-08-26T16:01:00.711Z Compiling smallvec v0.6.14
16062026-08-26T16:01:00.792Z Compiling darling_core v0.23.0
16072026-08-26T16:01:00.821Z Compiling heapless v0.7.17
16082026-08-26T16:01:00.835Z Compiling slog v2.8.2
16092026-08-26T16:01:00.927Z Compiling thread-id v5.1.0
16102026-08-26T16:01:00.963Z Compiling env_filter v2.0.0
16112026-08-26T16:01:01.024Z Compiling syn v3.0.3
16122026-08-26T16:01:01.068Z Compiling ipnetwork v0.21.1
16132026-08-26T16:01:01.144Z Compiling cookie v0.18.1
16142026-08-26T16:01:01.170Z Compiling unicode-bidi v0.3.18
16152026-08-26T16:01:01.307Z Compiling anyhow v1.0.104
16162026-08-26T16:01:01.340Z Compiling zstd-safe v7.2.4
16172026-08-26T16:01:01.354Z Compiling gimli v0.32.3
16182026-08-26T16:01:01.462Z Compiling signal-hook v0.3.18
16192026-08-26T16:01:01.531Z Compiling iri-string v0.7.10
16202026-08-26T16:01:01.560Z Compiling base64 v0.21.7
16212026-08-26T16:01:01.630Z Compiling ryu v1.0.23
16222026-08-26T16:01:01.646Z Compiling hashbrown v0.12.3
16232026-08-26T16:01:01.660Z Compiling unicode-properties v0.1.4
16242026-08-26T16:01:01.697Z Compiling winnow v0.5.40
16252026-08-26T16:01:01.725Z Compiling allocator-api2 v0.2.21
16262026-08-26T16:01:01.747Z Compiling structmeta v0.3.0
16272026-08-26T16:01:01.808Z Compiling ron v0.8.1
16282026-08-26T16:01:01.829Z Compiling serde_urlencoded v0.7.1
16292026-08-26T16:01:01.885Z Compiling stringprep v0.1.5
16302026-08-26T16:01:01.916Z Compiling rsa v0.9.10
16312026-08-26T16:01:02.137Z Compiling oxnet v0.1.6
16322026-08-26T16:01:02.241Z Compiling scroll v0.12.0
16332026-08-26T16:01:02.265Z Compiling env_logger v0.11.11
16342026-08-26T16:01:02.491Z Compiling serde-hex v0.1.0
16352026-08-26T16:01:02.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-26T16:01:02.586Z Compiling camino v1.2.5
16372026-08-26T16:01:02.726Z Compiling tokio-util v0.7.18
16382026-08-26T16:01:02.776Z Compiling tower v0.5.3
16392026-08-26T16:01:02.996Z Compiling newtype-uuid v1.3.2
16402026-08-26T16:01:03.033Z Compiling addr2line v0.25.1
16412026-08-26T16:01:03.080Z Compiling toml_edit v0.19.15
16422026-08-26T16:01:03.166Z Compiling tokio-native-tls v0.3.1
16432026-08-26T16:01:03.273Z Compiling tower-http v0.6.8
16442026-08-26T16:01:03.306Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16452026-08-26T16:01:03.374Z Compiling bzip2 v0.4.4
16462026-08-26T16:01:03.388Z Compiling x509-cert v0.2.5
16472026-08-26T16:01:03.404Z Compiling darling_macro v0.23.0
16482026-08-26T16:01:03.597Z Compiling h2 v0.4.15
16492026-08-26T16:01:03.703Z Compiling block-buffer v0.12.1
16502026-08-26T16:01:03.816Z Compiling crypto-common v0.2.2
16512026-08-26T16:01:03.883Z Compiling block-padding v0.4.2
16522026-08-26T16:01:03.917Z Compiling hashbrown v0.13.2
16532026-08-26T16:01:03.931Z Compiling md-5 v0.10.6
16542026-08-26T16:01:04.068Z Compiling rustls-native-certs v0.8.3
16552026-08-26T16:01:04.113Z Compiling derive_builder_macro v0.20.2
16562026-08-26T16:01:04.265Z Compiling serde_tokenstream v0.2.3
16572026-08-26T16:01:04.377Z Compiling erased-serde v0.3.31
16582026-08-26T16:01:04.536Z Compiling daft-derive v0.1.8
16592026-08-26T16:01:04.599Z Compiling bstr v1.12.1
16602026-08-26T16:01:04.615Z Compiling zerocopy-derive v0.7.35
16612026-08-26T16:01:04.690Z Compiling pin-project-internal v1.1.11
16622026-08-26T16:01:04.876Z Compiling async-trait v0.1.89
16632026-08-26T16:01:04.923Z Compiling curve25519-dalek v4.1.3
16642026-08-26T16:01:05.007Z Compiling vergen-lib v9.1.0
16652026-08-26T16:01:05.022Z Compiling hash32 v0.2.1
16662026-08-26T16:01:05.206Z Compiling memoffset v0.9.1
16672026-08-26T16:01:05.225Z Compiling encoding_rs v0.8.35
16682026-08-26T16:01:05.265Z Compiling psl-types v2.0.11
16692026-08-26T16:01:05.279Z Compiling smoltcp v0.9.1
16702026-08-26T16:01:05.295Z Compiling owo-colors v4.3.0
16712026-08-26T16:01:05.411Z Compiling rustc-demangle v0.1.27
16722026-08-26T16:01:05.426Z Compiling litrs v1.0.0
16732026-08-26T16:01:05.455Z Compiling fallible-iterator v0.2.0
16742026-08-26T16:01:05.516Z Compiling cfg_aliases v0.2.1
16752026-08-26T16:01:05.556Z Compiling ref-cast v1.0.25
16762026-08-26T16:01:05.602Z Compiling rustix v0.38.44
16772026-08-26T16:01:05.633Z Compiling crc-any v2.5.0
16782026-08-26T16:01:05.636Z Compiling mime v0.3.17
16792026-08-26T16:01:05.767Z Compiling postgres-protocol v0.6.10
16802026-08-26T16:01:05.787Z Compiling backtrace v0.3.76
16812026-08-26T16:01:05.839Z Compiling pin-project v1.1.11
16822026-08-26T16:01:05.893Z Compiling nix v0.31.2
16832026-08-26T16:01:05.909Z Compiling zerocopy v0.7.35
16842026-08-26T16:01:05.938Z Compiling publicsuffix v2.3.0
16852026-08-26T16:01:05.966Z Compiling daft v0.1.8
16862026-08-26T16:01:05.970Z Compiling document-features v0.2.12
16872026-08-26T16:01:06.127Z Compiling derive_builder v0.20.2
16882026-08-26T16:01:06.159Z Compiling toml v0.7.8
16892026-08-26T16:01:06.272Z Compiling object v0.30.4
16902026-08-26T16:01:06.287Z Compiling inout v0.2.2
16912026-08-26T16:01:06.339Z Compiling darling v0.23.0
16922026-08-26T16:01:06.354Z Compiling zip v0.6.6
16932026-08-26T16:01:06.368Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-26T16:01:06.433Z Compiling goblin v0.8.2
16952026-08-26T16:01:06.601Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16962026-08-26T16:01:06.674Z Compiling derive-ex v0.1.8
16972026-08-26T16:01:06.761Z Compiling hyper v1.10.1
16982026-08-26T16:01:06.776Z Compiling futures-executor v0.3.32
16992026-08-26T16:01:06.792Z Compiling hubpack_derive v0.1.1
17002026-08-26T16:01:06.892Z Compiling regex v1.12.3
17012026-08-26T16:01:06.940Z Compiling convert_case v0.10.0
17022026-08-26T16:01:06.960Z Compiling phf_shared v0.13.1
17032026-08-26T16:01:07.040Z Compiling strum_macros v0.27.2
17042026-08-26T16:01:07.040Z Compiling snafu-derive v0.8.9
17052026-08-26T16:01:07.069Z Compiling curve25519-dalek-derive v0.1.1
17062026-08-26T16:01:07.218Z Compiling ref-cast-impl v1.0.25
17072026-08-26T16:01:07.265Z Compiling cargo-platform v0.3.2
17082026-08-26T16:01:07.279Z Compiling vergen v9.1.0
17092026-08-26T16:01:07.345Z Compiling ff v0.13.1
17102026-08-26T16:01:07.478Z Compiling fs-err v3.3.0
17112026-08-26T16:01:07.500Z Compiling same-file v1.0.6
17122026-08-26T16:01:07.557Z Compiling foldhash v0.1.5
17132026-08-26T16:01:07.685Z Compiling is_ci v1.2.0
17142026-08-26T16:01:07.699Z Compiling base16ct v0.2.0
17152026-08-26T16:01:07.749Z Compiling bumpalo v3.20.2
17162026-08-26T16:01:07.764Z Compiling jiff-core v0.1.0
17172026-08-26T16:01:07.811Z Compiling either v1.15.0
17182026-08-26T16:01:07.826Z Compiling libbz2-rs-sys v0.2.2
17192026-08-26T16:01:07.839Z Compiling foldhash v0.2.0
17202026-08-26T16:01:07.896Z Compiling hyper-util v0.1.20
17212026-08-26T16:01:08.003Z Compiling path-slash v0.1.5
17222026-08-26T16:01:08.021Z Compiling managed v0.8.0
17232026-08-26T16:01:08.034Z Compiling bitflags v1.3.2
17242026-08-26T16:01:08.084Z Compiling textwrap v0.16.2
17252026-08-26T16:01:08.120Z Compiling hashbrown v0.16.1
17262026-08-26T16:01:08.156Z Compiling zopfli v0.8.3
17272026-08-26T16:01:08.258Z Compiling bzip2 v0.6.1
17282026-08-26T16:01:08.389Z Compiling test-strategy v0.4.5
17292026-08-26T16:01:08.481Z Compiling sec1 v0.7.3
17302026-08-26T16:01:08.524Z Compiling jiff v0.2.34
17312026-08-26T16:01:08.677Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17322026-08-26T16:01:08.737Z Compiling dof v0.3.0
17332026-08-26T16:01:08.782Z Compiling supports-color v3.0.2
17342026-08-26T16:01:08.970Z Compiling hashbrown v0.15.5
17352026-08-26T16:01:08.985Z Compiling walkdir v2.5.0
17362026-08-26T16:01:09.015Z Compiling snafu v0.8.9
17372026-08-26T16:01:09.073Z Compiling strum v0.27.2
17382026-08-26T16:01:09.228Z Compiling group v0.13.0
17392026-08-26T16:01:09.256Z Compiling cargo_metadata v0.23.1
17402026-08-26T16:01:09.270Z Compiling hubpack v0.1.2
17412026-08-26T16:01:09.314Z Compiling hyper-tls v0.6.0
17422026-08-26T16:01:09.381Z Compiling derive_more-impl v2.1.1
17432026-08-26T16:01:09.432Z Compiling phf v0.13.1
17442026-08-26T16:01:09.469Z Compiling futures v0.3.32
17452026-08-26T16:01:09.502Z Compiling reqwest v0.12.28
17462026-08-26T16:01:09.535Z Compiling signal-hook-mio v0.2.5
17472026-08-26T16:01:09.564Z Compiling cookie_store v0.22.1
17482026-08-26T16:01:09.606Z Compiling zstd v0.13.3
17492026-08-26T16:01:09.666Z Compiling serde_with_macros v3.21.0
17502026-08-26T16:01:09.683Z Compiling cipher v0.5.2
17512026-08-26T16:01:09.904Z Compiling backtrace-ext v0.2.1
17522026-08-26T16:01:09.925Z Compiling postgres-types v0.2.12
17532026-08-26T16:01:10.091Z Compiling globset v0.4.18
17542026-08-26T16:01:10.106Z Compiling usdt-attr-macro v0.6.0
17552026-08-26T16:01:10.109Z Compiling usdt-macro v0.6.0
17562026-08-26T16:01:10.228Z Compiling byte-wrapper v0.1.0
17572026-08-26T16:01:10.493Z Compiling ed25519 v2.2.3
17582026-08-26T16:01:10.546Z Compiling hkdf v0.12.4
17592026-08-26T16:01:10.580Z Compiling crypto-bigint v0.5.5
17602026-08-26T16:01:10.625Z Compiling serde_plain v1.0.2
17612026-08-26T16:01:10.735Z Compiling serde-big-array v0.5.1
17622026-08-26T16:01:10.750Z Compiling olpc-cjson v0.1.4
17632026-08-26T16:01:10.777Z Compiling dtrace-parser v0.2.0
17642026-08-26T16:01:10.825Z Compiling phf_shared v0.11.3
17652026-08-26T16:01:10.845Z Compiling miette-derive v7.6.0
17662026-08-26T16:01:10.893Z Compiling strum_macros v0.26.4
17672026-08-26T16:01:10.924Z Compiling enum-as-inner v0.6.1
17682026-08-26T16:01:10.927Z Compiling async-recursion v1.1.1
17692026-08-26T16:01:10.955Z Compiling serde_repr v0.1.20
17702026-08-26T16:01:11.025Z Compiling float-cmp v0.10.0
17712026-08-26T16:01:11.140Z Compiling pem v3.0.6
17722026-08-26T16:01:11.204Z Compiling thread-id v4.2.2
17732026-08-26T16:01:11.298Z Compiling memmap2 v0.9.10
17742026-08-26T16:01:11.417Z Compiling fixedbitset v0.4.2
17752026-08-26T16:01:11.500Z Compiling supports-hyperlinks v3.2.0
17762026-08-26T16:01:11.522Z Compiling keccak v0.1.6
17772026-08-26T16:01:11.542Z Compiling cpufeatures v0.3.0
17782026-08-26T16:01:11.584Z Compiling const-oid v0.10.2
17792026-08-26T16:01:11.598Z Compiling new_debug_unreachable v1.0.6
17802026-08-26T16:01:11.645Z Compiling normalize-line-endings v0.3.0
17812026-08-26T16:01:11.659Z Compiling supports-unicode v3.0.0
17822026-08-26T16:01:11.672Z Compiling typed-path v0.9.3
17832026-08-26T16:01:11.675Z Compiling predicates-core v1.0.10
17842026-08-26T16:01:11.701Z Compiling winnow v1.0.3
17852026-08-26T16:01:11.750Z Compiling static_assertions v1.1.0
17862026-08-26T16:01:11.766Z Compiling precomputed-hash v0.1.1
17872026-08-26T16:01:11.800Z Compiling data-encoding v2.10.0
17882026-08-26T16:01:11.815Z Compiling difflib v0.4.0
17892026-08-26T16:01:11.836Z Compiling whoami v2.1.0
17902026-08-26T16:01:11.860Z Compiling fixedbitset v0.5.7
17912026-08-26T16:01:11.874Z Compiling string_cache v0.8.9
17922026-08-26T16:01:11.890Z Compiling toml_edit v0.22.27
17932026-08-26T16:01:12.120Z Compiling hickory-proto v0.25.2
17942026-08-26T16:01:12.123Z Compiling miette v7.6.0
17952026-08-26T16:01:12.135Z Compiling petgraph v0.8.3
17962026-08-26T16:01:12.192Z Compiling tokio-postgres v0.7.16
17972026-08-26T16:01:12.240Z Compiling predicates v3.1.4
17982026-08-26T16:01:12.294Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-08-26T16:01:12.395Z Compiling digest v0.11.3
18002026-08-26T16:01:12.533Z Compiling sha3 v0.10.8
18012026-08-26T16:01:12.644Z Compiling toml_parser v1.1.2+spec-1.1.0
18022026-08-26T16:01:12.765Z Compiling strum v0.26.3
18032026-08-26T16:01:12.805Z Compiling chacha20 v0.10.0
18042026-08-26T16:01:12.820Z Compiling elliptic-curve v0.13.8
18052026-08-26T16:01:12.901Z Compiling petgraph v0.6.5
18062026-08-26T16:01:12.914Z Compiling usdt v0.6.0
18072026-08-26T16:01:12.932Z Compiling usdt-impl v0.5.0
18082026-08-26T16:01:13.019Z Compiling serde_with v3.21.0
18092026-08-26T16:01:13.206Z Compiling crossterm v0.28.1
18102026-08-26T16:01:13.219Z Compiling zip v4.6.1
18112026-08-26T16:01:13.250Z Compiling ed25519-dalek v2.2.0
18122026-08-26T16:01:13.305Z Compiling derive_more v2.1.1
18132026-08-26T16:01:13.330Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18142026-08-26T16:01:13.764Z Compiling iddqd v0.4.2
18152026-08-26T16:01:13.784Z Compiling itertools v0.15.0
18162026-08-26T16:01:13.959Z Compiling itertools v0.13.0
18172026-08-26T16:01:14.150Z Compiling similar v2.7.0
18182026-08-26T16:01:14.174Z Compiling crossbeam-epoch v0.9.18
18192026-08-26T16:01:14.415Z Compiling tokio-stream v0.1.18
18202026-08-26T16:01:14.482Z Compiling buf-list v1.1.2
18212026-08-26T16:01:14.498Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18222026-08-26T16:01:14.511Z Compiling openapiv3 v2.2.0
18232026-08-26T16:01:14.695Z Compiling heck v0.4.1
18242026-08-26T16:01:14.774Z Compiling lalrpop-util v0.19.12
18252026-08-26T16:01:14.822Z Compiling peg-runtime v0.8.5
18262026-08-26T16:01:14.837Z Compiling thread_local v1.1.9
18272026-08-26T16:01:14.850Z Compiling slog-async v2.8.0
18282026-08-26T16:01:14.884Z Compiling crossbeam-channel v0.5.15
18292026-08-26T16:01:14.934Z Compiling is-terminal v0.4.17
18302026-08-26T16:01:14.984Z Compiling filetime v0.2.27
18312026-08-26T16:01:15.010Z Compiling term v1.2.1
18322026-08-26T16:01:15.049Z Compiling xattr v1.6.1
18332026-08-26T16:01:15.052Z Compiling take_mut v0.2.2
18342026-08-26T16:01:15.116Z Compiling camino-tempfile v1.4.1
18352026-08-26T16:01:15.177Z Compiling tar v0.4.46
18362026-08-26T16:01:15.290Z Compiling slog-term v2.9.2
18372026-08-26T16:01:32.453Z Compiling rustls-webpki v0.103.13
18382026-08-26T16:01:35.134Z Compiling tokio-rustls v0.26.4
18392026-08-26T16:01:35.134Z Compiling rustls-platform-verifier v0.6.2
18402026-08-26T16:01:35.137Z Compiling tough v0.22.0
18412026-08-26T16:01:35.326Z Compiling hyper-rustls v0.27.7
18422026-08-26T16:01:35.511Z Compiling reqwest v0.13.2
18432026-08-26T16:01:37.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442026-08-26T16:01:37.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18452026-08-26T16:01:40.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.43s
18462026-08-26T16:01:40.931Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18472026-08-26T16:01:40.982ZAug 26 16:01:40.413 INFO Starting download, target: Cockroach
18482026-08-26T16:01:40.982ZAug 26 16:01:40.414 INFO Starting download, target: DendriteStub
18492026-08-26T16:01:40.982ZAug 26 16:01:40.414 INFO Starting download, target: Clickhouse
18502026-08-26T16:01:40.982ZAug 26 16:01:40.414 INFO Starting download, target: Console
18512026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Starting download, target: MaghemiteMgd
18522026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Starting download, target: MaghemiteDdmd
18532026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Starting download, target: TransceiverControl
18542026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18552026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18562026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18572026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18582026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18602026-08-26T16:01:40.985ZAug 26 16:01:40.414 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18612026-08-26T16:01:42.061ZAug 26 16:01:41.477 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18622026-08-26T16:01:42.275ZAug 26 16:01:41.702 INFO Download complete, target: TransceiverControl
18632026-08-26T16:01:42.790ZAug 26 16:01:42.220 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18642026-08-26T16:01:42.802ZAug 26 16:01:42.224 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18652026-08-26T16:01:42.802ZAug 26 16:01:42.224 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18662026-08-26T16:01:42.989ZAug 26 16:01:42.419 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18672026-08-26T16:01:43.050ZAug 26 16:01:42.481 INFO Download complete, target: Console
18682026-08-26T16:01:43.487ZAug 26 16:01:42.918 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18692026-08-26T16:01:43.487ZAug 26 16:01:42.918 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18702026-08-26T16:01:44.153ZAug 26 16:01:43.581 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18712026-08-26T16:01:44.810ZAug 26 16:01:44.241 INFO Download complete, target: MaghemiteDdmd
18722026-08-26T16:01:45.445ZAug 26 16:01:44.876 INFO Download complete, target: DendriteStub
18732026-08-26T16:01:45.771ZAug 26 16:01:45.200 INFO Download complete, target: MaghemiteMgd
18742026-08-26T16:01:48.242ZAug 26 16:01:47.674 INFO Checking that binary works, target: Cockroach
18752026-08-26T16:01:48.365ZAug 26 16:01:47.797 INFO Download complete, target: Cockroach
18762026-08-26T16:01:50.930ZAug 26 16:01:50.361 INFO Checking that binary works, target: Clickhouse
18772026-08-26T16:01:51.012ZAug 26 16:01:50.443 INFO Download complete, target: Clickhouse
18782026-08-26T16:01:51.019ZAll prerequisites installed successfully
18792026-08-26T16:01:51.023Z
18802026-08-26T16:01:51.023Zreal 1:32.407004594
18812026-08-26T16:01:51.023Zuser 7:17.750564948
18822026-08-26T16:01:51.023Zsys 1:41.021289235
18832026-08-26T16:01:51.023Ztrap 0.259919471
18842026-08-26T16:01:51.023Ztflt 0.892193879
18852026-08-26T16:01:51.023Zdflt 1.719298802
18862026-08-26T16:01:51.023Zkflt 0.022763803
18872026-08-26T16:01:51.023Zlock 27:23.943518733
18882026-08-26T16:01:51.023Zslp 19:40.528791671
18892026-08-26T16:01:51.023Zlat 25.743243553
18902026-08-26T16:01:51.023Zstop 2:55.051435962
18912026-08-26T16:01:51.023Z+ source ./tools/include/force-git-over-https.sh
18922026-08-26T16:01:51.023Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18932026-08-26T16:01:51.023Z++ (( i = 0 ))
18942026-08-26T16:01:51.023Z++ (( i < 5 ))
18952026-08-26T16:01:51.023Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18962026-08-26T16:01:51.026Z++ (( i++ ))
18972026-08-26T16:01:51.026Z++ (( i < 5 ))
18982026-08-26T16:01:51.026Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18992026-08-26T16:01:51.030Z++ (( i++ ))
19002026-08-26T16:01:51.030Z++ (( i < 5 ))
19012026-08-26T16:01:51.030Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19022026-08-26T16:01:51.030Z++ (( i++ ))
19032026-08-26T16:01:51.030Z++ (( i < 5 ))
19042026-08-26T16:01:51.030Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19052026-08-26T16:01:51.033Z++ (( i++ ))
19062026-08-26T16:01:51.033Z++ (( i < 5 ))
19072026-08-26T16:01:51.033Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19082026-08-26T16:01:51.036Z++ (( i++ ))
19092026-08-26T16:01:51.036Z++ (( i < 5 ))
19102026-08-26T16:01:51.036Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19112026-08-26T16:01:51.036Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19122026-08-26T16:01:51.036Z+ rc=0
19132026-08-26T16:01:51.036Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19142026-08-26T16:01:57.902Z+ case $rc in
19152026-08-26T16:01:57.902Z+ pfexec zfs create -p rpool/images/build/host
19162026-08-26T16:01:58.109Z+ pfexec zfs create -p rpool/images/build/recovery
19172026-08-26T16:01:58.180Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19182026-08-26T16:01:58.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19192026-08-26T16:01:58.642Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19202026-08-26T16:01:59.483Z Compiling proc-macro2 v1.0.106
19212026-08-26T16:01:59.483Z Compiling quote v1.0.45
19222026-08-26T16:01:59.486Z Compiling unicode-ident v1.0.24
19232026-08-26T16:01:59.486Z Compiling serde_core v1.0.228
19242026-08-26T16:01:59.487Z Compiling libc v0.2.185
19252026-08-26T16:01:59.487Z Compiling serde v1.0.228
19262026-08-26T16:01:59.487Z Compiling cfg-if v1.0.4
19272026-08-26T16:01:59.487Z Compiling find-msvc-tools v0.1.9
19282026-08-26T16:01:59.487Z Compiling shlex v1.3.0
19292026-08-26T16:01:59.487Z Compiling autocfg v1.5.0
19302026-08-26T16:01:59.618Z Compiling version_check v0.9.5
19312026-08-26T16:01:59.621Z Compiling zerocopy v0.8.55
19322026-08-26T16:01:59.621Z Compiling portable-atomic v1.13.1
19332026-08-26T16:01:59.621Z Compiling memchr v2.8.0
19342026-08-26T16:01:59.621Z Compiling zmij v1.0.21
19352026-08-26T16:01:59.800Z Compiling serde_json v1.0.151
19362026-08-26T16:01:59.856Z Compiling libm v0.2.16
19372026-08-26T16:01:59.968Z Compiling getrandom v0.4.3
19382026-08-26T16:01:59.986Z Compiling generic-array v0.14.7
19392026-08-26T16:02:00.090Z Compiling parking_lot_core v0.9.12
19402026-08-26T16:02:00.107Z Compiling pkg-config v0.3.32
19412026-08-26T16:02:00.110Z Compiling icu_normalizer_data v2.1.1
19422026-08-26T16:02:00.125Z Compiling icu_properties_data v2.1.2
19432026-08-26T16:02:00.171Z Compiling num-traits v0.2.19
19442026-08-26T16:02:00.175Z Compiling smallvec v1.15.1
19452026-08-26T16:02:00.237Z Compiling rustix v1.1.4
19462026-08-26T16:02:00.286Z Compiling log v0.4.33
19472026-08-26T16:02:00.336Z Compiling itoa v1.0.17
19482026-08-26T16:02:00.360Z Compiling getrandom v0.3.4
19492026-08-26T16:02:00.378Z Compiling subtle v2.6.1
19502026-08-26T16:02:00.488Z Compiling stable_deref_trait v1.2.1
19512026-08-26T16:02:00.575Z Compiling scopeguard v1.2.0
19522026-08-26T16:02:00.591Z Compiling typenum v1.20.1
19532026-08-26T16:02:00.622Z Compiling heck v0.5.0
19542026-08-26T16:02:00.622Z Compiling critical-section v1.2.0
19552026-08-26T16:02:00.696Z Compiling lock_api v0.4.14
19562026-08-26T16:02:00.728Z Compiling errno v0.3.14
19572026-08-26T16:02:00.756Z Compiling jobserver v0.1.34
19582026-08-26T16:02:00.823Z Compiling thiserror v2.0.18
19592026-08-26T16:02:00.840Z Compiling rand_core v0.10.0
19602026-08-26T16:02:00.870Z Compiling syn v2.0.117
19612026-08-26T16:02:00.973Z Compiling cc v1.2.56
19622026-08-26T16:02:01.038Z Compiling getrandom v0.2.17
19632026-08-26T16:02:01.075Z Compiling dunce v1.0.5
19642026-08-26T16:02:01.091Z Compiling fs_extra v1.3.0
19652026-08-26T16:02:01.160Z Compiling writeable v0.6.2
19662026-08-26T16:02:01.182Z Compiling rand_core v0.6.4
19672026-08-26T16:02:01.198Z Compiling percent-encoding v2.3.2
19682026-08-26T16:02:01.235Z Compiling once_cell v1.21.3
19692026-08-26T16:02:01.239Z Compiling litemap v0.8.1
19702026-08-26T16:02:01.335Z Compiling const-oid v0.9.6
19712026-08-26T16:02:01.508Z Compiling pin-project-lite v0.2.17
19722026-08-26T16:02:01.538Z Compiling schemars v0.8.22
19732026-08-26T16:02:01.636Z Compiling equivalent v1.0.2
19742026-08-26T16:02:01.658Z Compiling signal-hook-registry v1.4.8
19752026-08-26T16:02:01.690Z Compiling aws-lc-rs v1.16.3
19762026-08-26T16:02:01.726Z Compiling cmake v0.1.57
19772026-08-26T16:02:01.783Z Compiling rustversion v1.0.22
19782026-08-26T16:02:01.829Z Compiling bitflags v2.11.0
19792026-08-26T16:02:01.898Z Compiling semver v1.0.28
19802026-08-26T16:02:02.086Z Compiling futures-core v0.3.32
19812026-08-26T16:02:02.118Z Compiling parking_lot v0.12.5
19822026-08-26T16:02:02.203Z Compiling mio v1.2.0
19832026-08-26T16:02:02.281Z Compiling utf8_iter v1.0.4
19842026-08-26T16:02:02.284Z Compiling aws-lc-sys v0.40.0
19852026-08-26T16:02:02.315Z Compiling crc32fast v1.5.0
19862026-08-26T16:02:02.405Z Compiling form_urlencoded v1.2.2
19872026-08-26T16:02:02.567Z Compiling fnv v1.0.7
19882026-08-26T16:02:02.678Z Compiling syn v1.0.109
19892026-08-26T16:02:02.695Z Compiling byteorder v1.5.0
19902026-08-26T16:02:02.727Z Compiling vcpkg v0.2.15
19912026-08-26T16:02:02.742Z Compiling strsim v0.11.1
19922026-08-26T16:02:02.768Z Compiling hashbrown v0.17.0
19932026-08-26T16:02:03.039Z Compiling socket2 v0.6.3
19942026-08-26T16:02:03.163Z Compiling futures-sink v0.3.32
19952026-08-26T16:02:03.166Z Compiling radium v0.7.0
19962026-08-26T16:02:03.196Z Compiling httparse v1.10.1
19972026-08-26T16:02:03.293Z Compiling futures-channel v0.3.32
19982026-08-26T16:02:03.354Z Compiling openssl-sys v0.9.117
19992026-08-26T16:02:03.354Z Compiling futures-io v0.3.32
20002026-08-26T16:02:03.387Z Compiling futures-task v0.3.32
20012026-08-26T16:02:03.413Z Compiling thiserror v1.0.69
20022026-08-26T16:02:03.495Z Compiling indexmap v2.14.0
20032026-08-26T16:02:03.498Z Compiling iana-time-zone v0.1.65
20042026-08-26T16:02:03.537Z Compiling slab v0.4.12
20052026-08-26T16:02:03.584Z Compiling base64 v0.22.1
20062026-08-26T16:02:03.644Z Compiling maybe-uninit v2.0.0
20072026-08-26T16:02:03.706Z Compiling synstructure v0.13.2
20082026-08-26T16:02:03.737Z Compiling serde_derive_internals v0.29.1
20092026-08-26T16:02:03.740Z Compiling rustls v0.23.41
20102026-08-26T16:02:03.841Z Compiling rustc_version v0.4.1
20112026-08-26T16:02:04.053Z Compiling bzip2-sys v0.1.13+1.0.8
20122026-08-26T16:02:04.079Z Compiling uuid v1.23.4
20132026-08-26T16:02:04.120Z Compiling ahash v0.8.12
20142026-08-26T16:02:04.134Z Compiling ident_case v1.0.1
20152026-08-26T16:02:04.137Z Compiling ucd-trie v0.1.7
20162026-08-26T16:02:04.232Z Compiling packed_struct v0.10.1
20172026-08-26T16:02:04.235Z Compiling num-bigint-dig v0.8.6
20182026-08-26T16:02:04.248Z Compiling regex-syntax v0.8.10
20192026-08-26T16:02:04.276Z Compiling base64ct v1.8.3
20202026-08-26T16:02:04.307Z Compiling pest v2.8.6
20212026-08-26T16:02:04.370Z Compiling rand_core v0.9.5
20222026-08-26T16:02:04.403Z Compiling fastrand v2.3.0
20232026-08-26T16:02:04.491Z Compiling dyn-clone v1.0.20
20242026-08-26T16:02:04.494Z Compiling openssl v0.10.80
20252026-08-26T16:02:04.551Z Compiling pem-rfc7468 v0.7.0
20262026-08-26T16:02:04.648Z Compiling flagset v0.4.7
20272026-08-26T16:02:04.668Z Compiling tempfile v3.27.0
20282026-08-26T16:02:04.726Z Compiling indexmap v1.9.3
20292026-08-26T16:02:04.783Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20302026-08-26T16:02:04.823Z Compiling native-tls v0.2.18
20312026-08-26T16:02:04.869Z Compiling simd-adler32 v0.3.8
20322026-08-26T16:02:04.872Z Compiling cpufeatures v0.2.17
20332026-08-26T16:02:05.244Z Compiling serde_derive v1.0.228
20342026-08-26T16:02:05.252Z Compiling zeroize_derive v1.5.0
20352026-08-26T16:02:05.252Z Compiling zerofrom-derive v0.1.6
20362026-08-26T16:02:05.252Z Compiling zerocopy-derive v0.8.55
20372026-08-26T16:02:05.252Z Compiling yoke-derive v0.8.1
20382026-08-26T16:02:05.252Z Compiling zerovec-derive v0.11.2
20392026-08-26T16:02:05.252Z Compiling displaydoc v0.2.5
20402026-08-26T16:02:05.252Z Compiling tokio-macros v2.7.0
20412026-08-26T16:02:05.267Z Compiling futures-macro v0.3.32
20422026-08-26T16:02:06.538Z Compiling der_derive v0.7.3
20432026-08-26T16:02:06.548Z Compiling thiserror-impl v2.0.18
20442026-08-26T16:02:06.548Z Compiling schemars_derive v0.8.22
20452026-08-26T16:02:06.548Z Compiling tracing-attributes v0.1.31
20462026-08-26T16:02:06.548Z Compiling thiserror-impl v1.0.69
20472026-08-26T16:02:06.548Z Compiling clap_derive v4.6.1
20482026-08-26T16:02:06.548Z Compiling futures-util v0.3.32
20492026-08-26T16:02:06.548Z Compiling pest_meta v2.8.6
20502026-08-26T16:02:06.548Z Compiling zerofrom v0.1.6
20512026-08-26T16:02:06.548Z Compiling yoke v0.8.1
20522026-08-26T16:02:06.548Z Compiling packed_struct_codegen v0.10.1
20532026-08-26T16:02:06.590Z Compiling zerovec v0.11.5
20542026-08-26T16:02:07.441Z Compiling zerotrie v0.2.3
20552026-08-26T16:02:07.444Z Compiling zerocopy-derive v0.6.6
20562026-08-26T16:02:07.444Z Compiling bitfield-macros v0.19.4
20572026-08-26T16:02:07.444Z Compiling tinystr v0.8.2
20582026-08-26T16:02:07.445Z Compiling potential_utf v0.1.4
20592026-08-26T16:02:07.445Z Compiling pest_generator v2.8.6
20602026-08-26T16:02:07.445Z Compiling icu_locale_core v2.1.1
20612026-08-26T16:02:07.445Z Compiling icu_collections v2.1.1
20622026-08-26T16:02:07.688Z Compiling openssl-macros v0.1.1
20632026-08-26T16:02:07.863Z Compiling paste v1.0.15
20642026-08-26T16:02:07.935Z Compiling scroll_derive v0.13.1
20652026-08-26T16:02:08.904Z Compiling pest_derive v2.8.6
20662026-08-26T16:02:08.934Z Compiling icu_provider v2.1.1
20672026-08-26T16:02:08.934Z Compiling syn v3.0.3
20682026-08-26T16:02:08.934Z Compiling zeroize v1.9.0
20692026-08-26T16:02:08.934Z Compiling bytes v1.11.1
20702026-08-26T16:02:08.948Z Compiling icu_normalizer v2.1.1
20712026-08-26T16:02:08.948Z Compiling icu_properties v2.1.2
20722026-08-26T16:02:08.948Z Compiling chrono v0.4.45
20732026-08-26T16:02:08.948Z Compiling der v0.7.10
20742026-08-26T16:02:09.077Z Compiling tokio v1.52.1
20752026-08-26T16:02:09.166Z Compiling crypto-common v0.1.7
20762026-08-26T16:02:09.217Z Compiling block-buffer v0.10.4
20772026-08-26T16:02:09.332Z Compiling digest v0.10.7
20782026-08-26T16:02:09.460Z Compiling hex v0.4.3
20792026-08-26T16:02:09.606Z Compiling idna_adapter v1.2.1
20802026-08-26T16:02:09.671Z Compiling ppv-lite86 v0.2.21
20812026-08-26T16:02:09.767Z Compiling idna v1.1.0
20822026-08-26T16:02:09.804Z Compiling spki v0.7.3
20832026-08-26T16:02:09.865Z Compiling utf8parse v0.2.2
20842026-08-26T16:02:10.018Z Compiling rand_chacha v0.9.0
20852026-08-26T16:02:10.039Z Compiling anstyle v1.0.14
20862026-08-26T16:02:10.133Z Compiling crossbeam-utils v0.8.21
20872026-08-26T16:02:10.151Z Compiling url v2.5.8
20882026-08-26T16:02:10.165Z Compiling camino v1.2.5
20892026-08-26T16:02:10.423Z Compiling rand v0.9.2
20902026-08-26T16:02:10.480Z Compiling adler2 v2.0.1
20912026-08-26T16:02:10.609Z Compiling pkcs8 v0.10.2
20922026-08-26T16:02:10.970Z Compiling miniz_oxide v0.8.9
20932026-08-26T16:02:10.988Z Compiling anstyle-parse v1.0.0
20942026-08-26T16:02:11.094Z Compiling sha2 v0.10.9
20952026-08-26T16:02:11.183Z Compiling http v1.4.2
20962026-08-26T16:02:11.241Z Compiling rustls-pki-types v1.14.0
20972026-08-26T16:02:11.293Z Compiling daft-derive v0.1.8
20982026-08-26T16:02:11.644Z Compiling terminal_size v0.4.3
20992026-08-26T16:02:11.797Z Compiling spin v0.9.8
21002026-08-26T16:02:11.821Z Compiling time-core v0.1.8
21012026-08-26T16:02:11.918Z Compiling colorchoice v1.0.4
21022026-08-26T16:02:11.986Z Compiling is_terminal_polyfill v1.70.2
21032026-08-26T16:02:12.025Z Compiling num-conv v0.2.0
21042026-08-26T16:02:12.042Z Compiling tinyvec_macros v0.1.1
21052026-08-26T16:02:12.060Z Compiling anstyle-query v1.1.5
21062026-08-26T16:02:12.106Z Compiling async-trait v0.1.89
21072026-08-26T16:02:12.130Z Compiling tinyvec v1.10.0
21082026-08-26T16:02:12.155Z Compiling structmeta-derive v0.3.0
21092026-08-26T16:02:12.173Z Compiling time-macros v0.2.27
21102026-08-26T16:02:12.188Z Compiling anstream v1.0.0
21112026-08-26T16:02:12.357Z Compiling tracing-core v0.1.36
21122026-08-26T16:02:12.495Z Compiling untrusted v0.7.1
21132026-08-26T16:02:12.596Z Compiling object v0.37.3
21142026-08-26T16:02:12.630Z Compiling plain v0.2.3
21152026-08-26T16:02:12.644Z Compiling cmov v0.5.4
21162026-08-26T16:02:12.744Z Compiling tracing v0.1.44
21172026-08-26T16:02:12.863Z Compiling ctutils v0.4.2
21182026-08-26T16:02:12.884Z Compiling http-body v1.0.1
21192026-08-26T16:02:13.061Z Compiling serde_spanned v0.6.9
21202026-08-26T16:02:13.074Z Compiling toml_datetime v0.6.11
21212026-08-26T16:02:13.090Z Compiling pin-project-internal v1.1.11
21222026-08-26T16:02:13.155Z Compiling tokio-util v0.7.18
21232026-08-26T16:02:13.211Z Compiling structmeta v0.3.0
21242026-08-26T16:02:13.280Z Compiling slog v2.8.2
21252026-08-26T16:02:13.330Z Compiling wait-timeout v0.2.1
21262026-08-26T16:02:13.392Z Compiling cookie v0.18.1
21272026-08-26T16:02:13.432Z Compiling openssl-probe v0.2.1
21282026-08-26T16:02:13.517Z Compiling clap_lex v1.0.0
21292026-08-26T16:02:13.520Z Compiling zstd-safe v7.2.4
21302026-08-26T16:02:13.725Z Compiling untrusted v0.9.0
21312026-08-26T16:02:13.740Z Compiling tap v1.0.1
21322026-08-26T16:02:13.795Z Compiling bit-vec v0.8.0
21332026-08-26T16:02:13.810Z Compiling quick-error v1.2.3
21342026-08-26T16:02:13.880Z Compiling wyz v0.5.1
21352026-08-26T16:02:13.911Z Compiling rusty-fork v0.3.1
21362026-08-26T16:02:14.025Z Compiling bit-set v0.8.0
21372026-08-26T16:02:14.111Z Compiling clap_builder v4.6.0
21382026-08-26T16:02:14.127Z Compiling derive-ex v0.1.8
21392026-08-26T16:02:14.233Z Compiling hybrid-array v0.4.13
21402026-08-26T16:02:14.300Z Compiling unicode-normalization v0.1.25
21412026-08-26T16:02:14.432Z Compiling rand_chacha v0.3.1
21422026-08-26T16:02:14.477Z Compiling signature v2.2.0
21432026-08-26T16:02:14.536Z Compiling scroll_derive v0.12.1
21442026-08-26T16:02:14.641Z Compiling rand_xorshift v0.4.0
21452026-08-26T16:02:14.675Z Compiling heapless v0.7.17
21462026-08-26T16:02:14.843Z Compiling num-integer v0.1.46
21472026-08-26T16:02:14.865Z Compiling aho-corasick v1.1.4
21482026-08-26T16:02:14.913Z Compiling zlib-rs v0.6.2
21492026-08-26T16:02:14.944Z Compiling signal-hook v0.3.18
21502026-08-26T16:02:15.086Z Compiling tower-service v0.3.3
21512026-08-26T16:02:15.161Z Compiling rustix v0.38.44
21522026-08-26T16:02:15.184Z Compiling anyhow v1.0.104
21532026-08-26T16:02:15.200Z Compiling atomic-waker v1.1.2
21542026-08-26T16:02:15.214Z Compiling pretty-hex v0.4.1
21552026-08-26T16:02:15.346Z Compiling usdt-impl v0.6.0
21562026-08-26T16:02:15.365Z Compiling tower-layer v0.3.3
21572026-08-26T16:02:15.365Z Compiling unarray v0.1.4
21582026-08-26T16:02:15.496Z Compiling try-lock v0.2.5
21592026-08-26T16:02:15.548Z Compiling funty v2.0.0
21602026-08-26T16:02:15.577Z Compiling proptest v1.11.0
21612026-08-26T16:02:15.580Z Compiling h2 v0.4.15
21622026-08-26T16:02:15.629Z Compiling want v0.3.1
21632026-08-26T16:02:15.697Z Compiling test-strategy v0.4.5
21642026-08-26T16:02:15.764Z Compiling regex-automata v0.4.14
21652026-08-26T16:02:15.908Z Compiling bitvec v1.0.1
21662026-08-26T16:02:16.007Z Compiling clap v4.6.1
21672026-08-26T16:02:16.118Z Compiling num-iter v0.1.45
21682026-08-26T16:02:16.578Z Compiling rand v0.8.6
21692026-08-26T16:02:16.810Z Compiling lazy_static v1.5.0
21702026-08-26T16:02:16.927Z Compiling ipnetwork v0.21.1
21712026-08-26T16:02:16.956Z Compiling scroll v0.13.0
21722026-08-26T16:02:17.242Z Compiling flate2 v1.1.9
21732026-08-26T16:02:17.329Z Compiling ipnet v2.12.0
21742026-08-26T16:02:17.715Z Compiling strum_macros v0.26.4
21752026-08-26T16:02:17.774Z Compiling snafu-derive v0.8.9
21762026-08-26T16:02:18.485Z Compiling darling_core v0.23.0
21772026-08-26T16:02:18.842Z Compiling darling_core v0.20.11
21782026-08-26T16:02:19.136Z Compiling httpdate v1.0.3
21792026-08-26T16:02:19.494Z Compiling winnow v0.5.40
21802026-08-26T16:02:19.519Z Compiling crc-catalog v2.4.0
21812026-08-26T16:02:19.522Z Compiling nodrop v0.1.14
21822026-08-26T16:02:19.551Z Compiling foreign-types-shared v0.1.1
21832026-08-26T16:02:19.630Z Compiling foreign-types v0.3.2
21842026-08-26T16:02:19.654Z Compiling array-init v0.0.4
21852026-08-26T16:02:19.657Z Compiling crc v3.4.0
21862026-08-26T16:02:19.719Z Compiling hyper v1.10.1
21872026-08-26T16:02:20.120Z Compiling newtype-uuid v1.3.2
21882026-08-26T16:02:20.691Z Compiling darling_macro v0.23.0
21892026-08-26T16:02:20.798Z Compiling darling_macro v0.20.11
21902026-08-26T16:02:20.832Z Compiling oxnet v0.1.6
21912026-08-26T16:02:21.041Z Compiling toml_edit v0.19.15
21922026-08-26T16:02:21.240Z Compiling goblin v0.10.5
21932026-08-26T16:02:21.255Z Compiling smallvec v0.6.14
21942026-08-26T16:02:21.525Z Compiling pkcs1 v0.7.5
21952026-08-26T16:02:21.926Z Compiling bitfield v0.19.4
21962026-08-26T16:02:22.000Z Compiling zerocopy v0.6.6
21972026-08-26T16:02:22.112Z Compiling zerocopy-derive v0.7.35
21982026-08-26T16:02:22.210Z Compiling curve25519-dalek v4.1.3
21992026-08-26T16:02:22.470Z Compiling env_filter v2.0.0
22002026-08-26T16:02:22.508Z Compiling memoffset v0.9.1
22012026-08-26T16:02:22.674Z Compiling hashbrown v0.12.3
22022026-08-26T16:02:22.718Z Compiling unicode-segmentation v1.12.0
22032026-08-26T16:02:22.750Z Compiling owo-colors v4.3.0
22042026-08-26T16:02:22.900Z Compiling smoltcp v0.9.1
22052026-08-26T16:02:23.104Z Compiling ref-cast v1.0.25
22062026-08-26T16:02:23.200Z Compiling base64 v0.21.7
22072026-08-26T16:02:23.218Z Compiling litrs v1.0.0
22082026-08-26T16:02:23.506Z Compiling ron v0.8.1
22092026-08-26T16:02:23.692Z Compiling document-features v0.2.12
22102026-08-26T16:02:23.822Z Compiling env_logger v0.11.11
22112026-08-26T16:02:23.868Z Compiling toml v0.7.8
22122026-08-26T16:02:23.933Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22132026-08-26T16:02:24.091Z Compiling dof v0.4.0
22142026-08-26T16:02:24.121Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22152026-08-26T16:02:24.239Z Compiling rsa v0.9.10
22162026-08-26T16:02:24.639Z Compiling serde-hex v0.1.0
22172026-08-26T16:02:24.773Z Compiling darling v0.20.11
22182026-08-26T16:02:24.877Z Compiling darling v0.23.0
22192026-08-26T16:02:24.930Z Compiling daft v0.1.8
22202026-08-26T16:02:24.972Z Compiling hyper-util v0.1.20
22212026-08-26T16:02:25.130Z Compiling bzip2 v0.4.4
22222026-08-26T16:02:25.157Z Compiling hashbrown v0.13.2
22232026-08-26T16:02:25.589Z Compiling x509-cert v0.2.5
22242026-08-26T16:02:25.725Z Compiling hmac v0.12.1
22252026-08-26T16:02:25.752Z Compiling dtrace-parser v0.3.0
22262026-08-26T16:02:26.040Z Compiling async-recursion v1.1.1
22272026-08-26T16:02:26.169Z Compiling sync_wrapper v1.0.2
22282026-08-26T16:02:26.332Z Compiling thread-id v5.1.0
22292026-08-26T16:02:26.579Z Compiling siphasher v1.0.2
22302026-08-26T16:02:26.648Z Compiling cfg_aliases v0.2.1
22312026-08-26T16:02:26.651Z Compiling powerfmt v0.2.0
22322026-08-26T16:02:26.736Z Compiling crc-any v2.5.0
22332026-08-26T16:02:26.770Z Compiling nix v0.31.2
22342026-08-26T16:02:26.936Z Compiling deranged v0.5.8
22352026-08-26T16:02:27.180Z Compiling tower v0.5.3
22362026-08-26T16:02:27.751Z Compiling object v0.30.4
22372026-08-26T16:02:27.957Z Compiling zip v0.6.6
22382026-08-26T16:02:28.178Z Compiling serde_with_macros v3.21.0
22392026-08-26T16:02:28.527Z Compiling derive_builder_core v0.20.2
22402026-08-26T16:02:28.760Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22412026-08-26T16:02:29.051Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-26T16:02:29.236Z Compiling bstr v1.12.1
22432026-08-26T16:02:29.266Z Compiling crypto-common v0.2.2
22442026-08-26T16:02:29.316Z Compiling block-buffer v0.12.1
22452026-08-26T16:02:29.690Z Compiling http-body-util v0.1.3
22462026-08-26T16:02:29.933Z Compiling futures-executor v0.3.32
22472026-08-26T16:02:29.953Z Compiling serde_tokenstream v0.2.3
22482026-08-26T16:02:29.969Z Compiling erased-serde v0.3.31
22492026-08-26T16:02:30.260Z Compiling hubpack_derive v0.1.1
22502026-08-26T16:02:30.393Z Compiling curve25519-dalek-derive v0.1.1
22512026-08-26T16:02:30.417Z Compiling ref-cast-impl v1.0.25
22522026-08-26T16:02:30.419Z Compiling strum_macros v0.27.2
22532026-08-26T16:02:30.578Z Compiling fs-err v3.3.0
22542026-08-26T16:02:30.594Z Compiling usdt-impl v0.5.0
22552026-08-26T16:02:30.793Z Compiling unicode-bidi v0.3.18
22562026-08-26T16:02:30.826Z Compiling iri-string v0.7.10
22572026-08-26T16:02:30.910Z Compiling allocator-api2 v0.2.21
22582026-08-26T16:02:31.017Z Compiling ryu v1.0.23
22592026-08-26T16:02:31.169Z Compiling num_threads v0.1.7
22602026-08-26T16:02:31.277Z Compiling unicode-properties v0.1.4
22612026-08-26T16:02:31.359Z Compiling gimli v0.32.3
22622026-08-26T16:02:31.497Z Compiling path-slash v0.1.5
22632026-08-26T16:02:31.743Z Compiling same-file v1.0.6
22642026-08-26T16:02:31.882Z Compiling walkdir v2.5.0
22652026-08-26T16:02:31.937Z Compiling time v0.3.47
22662026-08-26T16:02:32.202Z Compiling tower-http v0.6.8
22672026-08-26T16:02:32.562Z Compiling serde_urlencoded v0.7.1
22682026-08-26T16:02:32.819Z Compiling stringprep v0.1.5
22692026-08-26T16:02:33.198Z Compiling addr2line v0.25.1
22702026-08-26T16:02:33.552Z Compiling futures v0.3.32
22712026-08-26T16:02:34.003Z Compiling derive_builder_macro v0.20.2
22722026-08-26T16:02:34.243Z Compiling tokio-native-tls v0.3.1
22732026-08-26T16:02:34.367Z Compiling convert_case v0.10.0
22742026-08-26T16:02:34.432Z Compiling strum v0.26.3
22752026-08-26T16:02:34.571Z Compiling block-padding v0.4.2
22762026-08-26T16:02:34.602Z Compiling scroll v0.12.0
22772026-08-26T16:02:34.695Z Compiling pin-project v1.1.11
22782026-08-26T16:02:34.711Z Compiling rustls-native-certs v0.8.3
22792026-08-26T16:02:34.814Z Compiling md-5 v0.10.6
22802026-08-26T16:02:34.843Z Compiling vergen-lib v9.1.0
22812026-08-26T16:02:34.884Z Compiling hash32 v0.2.1
22822026-08-26T16:02:34.988Z Compiling encoding_rs v0.8.35
22832026-08-26T16:02:35.027Z Compiling rustc-demangle v0.1.27
22842026-08-26T16:02:35.048Z Compiling mime v0.3.17
22852026-08-26T16:02:35.079Z Compiling jiff-core v0.1.0
22862026-08-26T16:02:35.093Z Compiling fallible-iterator v0.2.0
22872026-08-26T16:02:35.387Z Compiling psl-types v2.0.11
22882026-08-26T16:02:35.422Z Compiling cpufeatures v0.3.0
22892026-08-26T16:02:35.508Z Compiling publicsuffix v2.3.0
22902026-08-26T16:02:35.522Z Compiling postgres-protocol v0.6.10
22912026-08-26T16:02:35.705Z Compiling goblin v0.8.2
22922026-08-26T16:02:36.017Z Compiling jiff v0.2.34
22932026-08-26T16:02:36.044Z Compiling snafu v0.8.9
22942026-08-26T16:02:36.063Z Compiling backtrace v0.3.76
22952026-08-26T16:02:36.066Z Compiling inout v0.2.2
22962026-08-26T16:02:36.230Z Compiling derive_more-impl v2.1.1
22972026-08-26T16:02:36.334Z Compiling derive_builder v0.20.2
22982026-08-26T16:02:36.471Z Compiling hyper-tls v0.6.0
22992026-08-26T16:02:36.825Z Compiling usdt-attr-macro v0.6.0
23002026-08-26T16:02:36.898Z Compiling usdt-macro v0.6.0
23012026-08-26T16:02:36.960Z Compiling globset v0.4.18
23022026-08-26T16:02:36.980Z Compiling phf_shared v0.13.1
23032026-08-26T16:02:36.995Z Compiling crossbeam-epoch v0.9.18
23042026-08-26T16:02:37.241Z Compiling zerocopy v0.7.35
23052026-08-26T16:02:37.383Z Compiling regex v1.12.3
23062026-08-26T16:02:37.672Z Compiling serde_plain v1.0.2
23072026-08-26T16:02:37.734Z Compiling miette-derive v7.6.0
23082026-08-26T16:02:37.796Z Compiling serde_repr v0.1.20
23092026-08-26T16:02:37.810Z Compiling enum-as-inner v0.6.1
23102026-08-26T16:02:37.934Z Compiling pem v3.0.6
23112026-08-26T16:02:37.962Z Compiling vergen v9.1.0
23122026-08-26T16:02:37.977Z Compiling cargo-platform v0.3.2
23132026-08-26T16:02:38.093Z Compiling ff v0.13.1
23142026-08-26T16:02:38.194Z Compiling filetime v0.2.27
23152026-08-26T16:02:38.260Z Compiling xattr v1.6.1
23162026-08-26T16:02:38.288Z Compiling either v1.15.0
23172026-08-26T16:02:38.364Z Compiling smawk v0.3.2
23182026-08-26T16:02:38.380Z Compiling foldhash v0.2.0
23192026-08-26T16:02:38.421Z Compiling bumpalo v3.20.2
23202026-08-26T16:02:38.474Z Compiling unicode-width v0.2.0
23212026-08-26T16:02:38.515Z Compiling base16ct v0.2.0
23222026-08-26T16:02:38.530Z Compiling bitflags v1.3.2
23232026-08-26T16:02:38.626Z Compiling is_ci v1.2.0
23242026-08-26T16:02:38.700Z Compiling const-oid v0.10.2
23252026-08-26T16:02:38.772Z Compiling unicode-linebreak v0.1.5
23262026-08-26T16:02:38.805Z Compiling typed-path v0.9.3
23272026-08-26T16:02:38.822Z Compiling libbz2-rs-sys v0.2.2
23282026-08-26T16:02:38.946Z Compiling foldhash v0.1.5
23292026-08-26T16:02:39.020Z Compiling managed v0.8.0
23302026-08-26T16:02:39.037Z Compiling textwrap v0.16.2
23312026-08-26T16:02:39.255Z Compiling bzip2 v0.6.1
23322026-08-26T16:02:39.335Z Compiling hashbrown v0.15.5
23332026-08-26T16:02:39.449Z Compiling digest v0.11.3
23342026-08-26T16:02:39.476Z Compiling supports-color v3.0.2
23352026-08-26T16:02:39.479Z Compiling sec1 v0.7.3
23362026-08-26T16:02:39.641Z Compiling zopfli v0.8.3
23372026-08-26T16:02:39.657Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23382026-08-26T16:02:39.681Z Compiling hashbrown v0.16.1
23392026-08-26T16:02:39.700Z Compiling tar v0.4.46
23402026-08-26T16:02:39.776Z Compiling group v0.13.0
23412026-08-26T16:02:39.902Z Compiling cargo_metadata v0.23.1
23422026-08-26T16:02:39.918Z Compiling dof v0.3.0
23432026-08-26T16:02:41.520Z Compiling phf v0.13.1
23442026-08-26T16:02:41.632Z Compiling zstd v0.13.3
23452026-08-26T16:02:41.692Z Compiling reqwest v0.12.28
23462026-08-26T16:02:41.707Z Compiling backtrace-ext v0.2.1
23472026-08-26T16:02:41.833Z Compiling signal-hook-mio v0.2.5
23482026-08-26T16:02:41.882Z Compiling cipher v0.5.2
23492026-08-26T16:02:41.904Z Compiling cookie_store v0.22.1
23502026-08-26T16:02:41.931Z Compiling postgres-types v0.2.12
23512026-08-26T16:02:42.080Z Compiling strum v0.27.2
23522026-08-26T16:02:42.288Z Compiling hubpack v0.1.2
23532026-08-26T16:02:42.361Z Compiling phf_shared v0.11.3
23542026-08-26T16:02:42.441Z Compiling hkdf v0.12.4
23552026-08-26T16:02:42.488Z Compiling dtrace-parser v0.2.0
23562026-08-26T16:02:42.522Z Compiling byte-wrapper v0.1.0
23572026-08-26T16:02:42.557Z Compiling ed25519 v2.2.3
23582026-08-26T16:02:42.573Z Compiling olpc-cjson v0.1.4
23592026-08-26T16:02:42.830Z Compiling crypto-bigint v0.5.5
23602026-08-26T16:02:42.846Z Compiling serde-big-array v0.5.1
23612026-08-26T16:02:43.038Z Compiling float-cmp v0.10.0
23622026-08-26T16:02:43.122Z Compiling memmap2 v0.9.10
23632026-08-26T16:02:43.158Z Compiling thread-id v4.2.2
23642026-08-26T16:02:43.295Z Compiling whoami v2.1.0
23652026-08-26T16:02:43.370Z Compiling precomputed-hash v0.1.1
23662026-08-26T16:02:43.522Z Compiling winnow v1.0.3
23672026-08-26T16:02:43.538Z Compiling toml_write v0.1.2
23682026-08-26T16:02:43.556Z Compiling rayon-core v1.13.0
23692026-08-26T16:02:43.576Z Compiling data-encoding v2.10.0
23702026-08-26T16:02:43.647Z Compiling supports-hyperlinks v3.2.0
23712026-08-26T16:02:43.669Z Compiling fixedbitset v0.5.7
23722026-08-26T16:02:43.767Z Compiling difflib v0.4.0
23732026-08-26T16:02:43.836Z Compiling winnow v0.7.14
23742026-08-26T16:02:43.962Z Compiling keccak v0.1.6
23752026-08-26T16:02:44.119Z Compiling static_assertions v1.1.0
23762026-08-26T16:02:44.174Z Compiling unicode-width v0.1.14
23772026-08-26T16:02:44.387Z Compiling new_debug_unreachable v1.0.6
23782026-08-26T16:02:44.459Z Compiling supports-unicode v3.0.0
23792026-08-26T16:02:44.474Z Compiling normalize-line-endings v0.3.0
23802026-08-26T16:02:44.584Z Compiling fixedbitset v0.4.2
23812026-08-26T16:02:44.591Z Compiling predicates-core v1.0.10
23822026-08-26T16:02:44.614Z Compiling miette v7.6.0
23832026-08-26T16:02:44.732Z Compiling predicates v3.1.4
23842026-08-26T16:02:44.784Z Compiling petgraph v0.6.5
23852026-08-26T16:02:45.163Z Compiling toml_edit v0.22.27
23862026-08-26T16:02:45.225Z Compiling string_cache v0.8.9
23872026-08-26T16:02:45.299Z Compiling toml_parser v1.1.2+spec-1.1.0
23882026-08-26T16:02:45.453Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23892026-08-26T16:02:45.470Z Compiling sha3 v0.10.8
23902026-08-26T16:02:45.608Z Compiling petgraph v0.8.3
23912026-08-26T16:02:45.867Z Compiling hickory-proto v0.25.2
23922026-08-26T16:02:46.073Z Compiling elliptic-curve v0.13.8
23932026-08-26T16:02:46.294Z Compiling chacha20 v0.10.0
23942026-08-26T16:02:46.438Z Compiling tokio-postgres v0.7.16
23952026-08-26T16:02:46.991Z Compiling usdt v0.6.0
23962026-08-26T16:02:47.346Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23972026-08-26T16:02:48.224Z Compiling ed25519-dalek v2.2.0
23982026-08-26T16:02:48.563Z Compiling crossterm v0.28.1
23992026-08-26T16:02:48.962Z Compiling zip v4.6.1
24002026-08-26T16:02:49.293Z Compiling iddqd v0.4.2
24012026-08-26T16:02:49.859Z Compiling itertools v0.13.0
24022026-08-26T16:02:49.974Z Compiling itertools v0.15.0
24032026-08-26T16:02:50.044Z Compiling derive_more v2.1.1
24042026-08-26T16:02:50.159Z Compiling similar v2.7.0
24052026-08-26T16:02:50.461Z Compiling serde_with v3.21.0
24062026-08-26T16:02:51.027Z Compiling heck v0.4.1
24072026-08-26T16:02:51.279Z Compiling tokio-stream v0.1.18
24082026-08-26T16:02:51.294Z Compiling buf-list v1.1.2
24092026-08-26T16:02:51.369Z Compiling half v2.7.1
24102026-08-26T16:02:51.455Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24112026-08-26T16:02:51.571Z Compiling openapiv3 v2.2.0
24122026-08-26T16:02:51.746Z Compiling ciborium-io v0.2.2
24132026-08-26T16:02:52.110Z Compiling lalrpop-util v0.19.12
24142026-08-26T16:02:52.305Z Compiling peg-runtime v0.8.5
24152026-08-26T16:02:52.599Z Compiling ciborium-ll v0.2.2
24162026-08-26T16:02:53.818Z Compiling crossbeam-deque v0.8.6
24172026-08-26T16:02:54.243Z Compiling camino-tempfile v1.4.1
24182026-08-26T16:02:54.636Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24192026-08-26T16:02:55.128Z Compiling blake3 v1.8.5
24202026-08-26T16:02:55.248Z Compiling fs-err v2.11.0
24212026-08-26T16:02:56.564Z Compiling rustls-webpki v0.103.13
24222026-08-26T16:02:57.859Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24232026-08-26T16:02:59.530Z Compiling ciborium v0.2.2
24242026-08-26T16:02:59.964Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24252026-08-26T16:03:00.212Z Compiling tokio-rustls v0.26.4
24262026-08-26T16:03:00.227Z Compiling rustls-platform-verifier v0.6.2
24272026-08-26T16:03:00.351Z Compiling tough v0.22.0
24282026-08-26T16:03:00.447Z Compiling hyper-rustls v0.27.7
24292026-08-26T16:03:00.746Z Compiling reqwest v0.13.2
24302026-08-26T16:03:00.762Z Compiling thread_local v1.1.9
24312026-08-26T16:03:01.113Z Compiling constant_time_eq v0.4.2
24322026-08-26T16:03:01.227Z Compiling arrayvec v0.7.6
24332026-08-26T16:03:01.325Z Compiling arrayref v0.3.9
24342026-08-26T16:03:01.339Z Compiling slog-async v2.8.0
24352026-08-26T16:03:01.429Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24362026-08-26T16:03:01.484Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24372026-08-26T16:03:01.681Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24382026-08-26T16:03:01.785Z Compiling toml v0.8.23
24392026-08-26T16:03:01.801Z Compiling atomicwrites v0.4.4
24402026-08-26T16:03:02.002Z Compiling sha2 v0.11.0
24412026-08-26T16:03:02.029Z Compiling digest-io v0.1.0
24422026-08-26T16:03:02.073Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24432026-08-26T16:03:02.097Z Compiling crossbeam-channel v0.5.15
24442026-08-26T16:03:02.115Z Compiling serde_path_to_error v0.1.20
24452026-08-26T16:03:02.199Z Compiling is-terminal v0.4.17
24462026-08-26T16:03:02.316Z Compiling topological-sort v0.2.2
24472026-08-26T16:03:02.506Z Compiling rawzip v0.4.4
24482026-08-26T16:03:02.574Z Compiling debug-ignore v1.0.5
24492026-08-26T16:03:02.589Z Compiling take_mut v0.2.2
24502026-08-26T16:03:02.636Z Compiling indent_write v2.2.0
24512026-08-26T16:03:02.700Z Compiling term v1.2.1
24522026-08-26T16:03:02.723Z Compiling parse-size v1.1.0
24532026-08-26T16:03:02.849Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24542026-08-26T16:03:02.934Z Compiling shell-words v1.1.1
24552026-08-26T16:03:03.018Z Compiling slog-term v2.9.2
24562026-08-26T16:03:03.918Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24572026-08-26T16:03:10.501Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24582026-08-26T16:03:12.553Z Compiling omicron-zone-package v0.12.3
24592026-08-26T16:03:12.875Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-08-26T16:03:13.159Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-26T16:03:13.206Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24622026-08-26T16:03:18.144Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-08-26T16:03:30.517Z Finished `release` profile [optimized] target(s) in 1m 31s
24642026-08-26T16:03:30.664Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24652026-08-26T16:03:30.722ZAug 26 16:03:30.152 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-08-26T16:03:30.816ZAug 26 16:03:30.247 DEBG running: git rev-parse HEAD
24672026-08-26T16:03:30.819ZAug 26 16:03:30.249 DEBG process exited with exit status: 0 (2.425632ms)
24682026-08-26T16:03:30.820ZAug 26 16:03:30.249 INFO version: 23.0.0-0.ci+gitaa4095c1d7e
24692026-08-26T16:03:30.828ZAug 26 16:03:30.258 INFO cloning helios to /work/oxidecomputer/helios
24702026-08-26T16:03:30.828ZAug 26 16:03:30.258 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-08-26T16:03:30.830ZCloning into '/work/oxidecomputer/helios'...
24722026-08-26T16:03:31.443ZAug 26 16:03:30.873 DEBG process exited with exit status: 0 (615.077963ms)
24732026-08-26T16:03:31.443ZAug 26 16:03:30.873 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-08-26T16:03:31.445ZAug 26 16:03:30.875 DEBG process exited with exit status: 0 (2.360852ms)
24752026-08-26T16:03:31.445ZAug 26 16:03:30.875 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-08-26T16:03:31.813ZAug 26 16:03:31.243 DEBG process exited with exit status: 0 (368.269607ms)
24772026-08-26T16:03:31.813ZAug 26 16:03:31.243 DEBG running: zfs list rpool/images/build/host
24782026-08-26T16:03:31.817ZNAME USED AVAIL REFER MOUNTPOINT
24792026-08-26T16:03:31.817Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24802026-08-26T16:03:31.820ZAug 26 16:03:31.248 DEBG process exited with exit status: 0 (4.564364ms)
24812026-08-26T16:03:31.820ZAug 26 16:03:31.248 DEBG running: zfs list rpool/images/build/recovery
24822026-08-26T16:03:31.823ZNAME USED AVAIL REFER MOUNTPOINT
24832026-08-26T16:03:31.823Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24842026-08-26T16:03:31.823ZAug 26 16:03:31.252 DEBG process exited with exit status: 0 (3.556773ms)
24852026-08-26T16:03:31.823ZAug 26 16:03:31.252 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24862026-08-26T16:03:31.834ZAug 26 16:03:31.265 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
24872026-08-26T16:03:31.838ZAug 26 16:03:31.265 INFO [hubris-staging] running task
24882026-08-26T16:03:31.838ZAug 26 16:03:31.265 INFO [incorp-manifest] running task
24892026-08-26T16:03:31.838ZAug 26 16:03:31.265 INFO [hubris-production] running task
24902026-08-26T16:03:31.838ZAug 26 16:03:31.265 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24912026-08-26T16:03:31.838ZAug 26 16:03:31.266 INFO [incorp-create] running: pkgrepo create /work/incorporation
24922026-08-26T16:03:31.838ZAug 26 16:03:31.267 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
24932026-08-26T16:03:31.838ZAug 26 16:03:31.268 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24942026-08-26T16:03:31.878Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24952026-08-26T16:03:31.945Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-08-26T16:03:32.067ZAug 26 16:03:31.497 INFO [incorp-create] process exited with exit status: 0 (231.056164ms)
24972026-08-26T16:03:32.070ZAug 26 16:03:31.497 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24982026-08-26T16:03:32.386ZAug 26 16:03:31.816 INFO [incorp-publisher] process exited with exit status: 0 (318.968589ms)
24992026-08-26T16:03:32.645Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-08-26T16:03:32.897ZAug 26 16:03:32.327 INFO [hubris-production] task succeeded (1.061441629s)
25012026-08-26T16:03:33.938Z[ omicron-package] Compiling macaddr v1.0.1
25022026-08-26T16:03:33.938Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25032026-08-26T16:03:33.945Z[ omicron-package] Compiling secrecy v0.10.3
25042026-08-26T16:03:33.945Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052026-08-26T16:03:33.945Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25062026-08-26T16:03:33.945Z[ omicron-package] Compiling heapless v0.8.0
25072026-08-26T16:03:33.946Z[ omicron-package] Compiling ingot-macros v0.2.0
25082026-08-26T16:03:33.946Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-26T16:03:33.946Z[ omicron-package] Compiling inout v0.1.4
25102026-08-26T16:03:33.946Z[ omicron-package] Compiling multer v3.1.0
25112026-08-26T16:03:33.946Z[ omicron-package] Compiling match_cfg v0.1.0
25122026-08-26T16:03:33.946Z[ omicron-package] Compiling compression-core v0.4.31
25132026-08-26T16:03:33.946Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-08-26T16:03:33.946Z[ omicron-package] Compiling smoltcp v0.11.0
25152026-08-26T16:03:33.946Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-08-26T16:03:33.946Z[ omicron-package] Compiling slog-json v2.6.1
25172026-08-26T16:03:34.185ZAug 26 16:03:33.615 DEBG process exited with exit status: 0 (2.35004212s)
25182026-08-26T16:03:34.188ZAug 26 16:03:33.616 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25192026-08-26T16:03:34.732Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25202026-08-26T16:03:34.791Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-08-26T16:03:34.818Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25222026-08-26T16:03:35.105Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25232026-08-26T16:03:35.181Z[ omicron-package] Compiling cipher v0.4.4
25242026-08-26T16:03:35.234Z[ omicron-package] Compiling compression-codecs v0.4.37
25252026-08-26T16:03:35.234Z[ omicron-package] Compiling hostname v0.3.1
25262026-08-26T16:03:35.237Z[ omicron-package] Compiling cobs v0.3.0
25272026-08-26T16:03:35.237Z[ omicron-package] Compiling universal-hash v0.5.1
25282026-08-26T16:03:35.387Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25292026-08-26T16:03:35.390Z[ omicron-package] Compiling dropshot v0.17.1
25302026-08-26T16:03:35.390Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25312026-08-26T16:03:35.537Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-26T16:03:35.537Z[ omicron-package] Compiling serde_spanned v1.1.1
25332026-08-26T16:03:35.578Z[ omicron-package] Compiling async-stream-impl v0.3.6
25342026-08-26T16:03:35.675Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25352026-08-26T16:03:35.679Z[ omicron-package] Compiling opaque-debug v0.3.1
25362026-08-26T16:03:35.679Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25372026-08-26T16:03:35.679Z[ omicron-package] Compiling convert_case v0.4.0
25382026-08-26T16:03:35.736Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25392026-08-26T16:03:35.771Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25402026-08-26T16:03:35.945Z[ omicron-package] Compiling async-compression v0.4.41
25412026-08-26T16:03:36.080Z[ omicron-package] Compiling derive_more v0.99.20
25422026-08-26T16:03:36.133Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25432026-08-26T16:03:36.136Z[ omicron-package] Compiling poly1305 v0.8.0
25442026-08-26T16:03:36.136Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25452026-08-26T16:03:36.139Z[ omicron-package] Compiling chacha20 v0.9.1
25462026-08-26T16:03:36.143Z[ omicron-package] Compiling postcard v1.1.3
25472026-08-26T16:03:36.417Z[ omicron-package] Compiling async-stream v0.3.6
25482026-08-26T16:03:36.437Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25492026-08-26T16:03:36.440Z[ omicron-package] Compiling slog-bunyan v2.5.0
25502026-08-26T16:03:36.440Z[ omicron-package] Compiling num_enum_derive v0.7.6
25512026-08-26T16:03:36.627Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25522026-08-26T16:03:36.630Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25532026-08-26T16:03:36.664Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25542026-08-26T16:03:36.667Z[ omicron-package] Compiling sha1 v0.11.0
25552026-08-26T16:03:36.750ZAug 26 16:03:36.180 DEBG process exited with exit status: 0 (2.56349437s)
25562026-08-26T16:03:36.757ZAug 26 16:03:36.187 INFO [incorp-manifest] task succeeded (4.921499997s)
25572026-08-26T16:03:36.759ZAug 26 16:03:36.187 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25582026-08-26T16:03:36.784Z[ omicron-package] Compiling progenitor-client v0.14.0
25592026-08-26T16:03:36.787Z[ omicron-package] Compiling oxide-generation v0.1.3
25602026-08-26T16:03:36.904Z[ omicron-package] Compiling parse-display-derive v0.10.0
25612026-08-26T16:03:36.995Z[ omicron-package] Compiling waitgroup v0.1.2
25622026-08-26T16:03:36.998ZAug 26 16:03:36.425 INFO [incorp-fmt] process exited with exit status: 0 (237.940449ms)
25632026-08-26T16:03:36.998ZAug 26 16:03:36.425 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25642026-08-26T16:03:37.083Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25652026-08-26T16:03:37.245Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25662026-08-26T16:03:37.341Z[ omicron-package] Compiling backon v1.6.0
25672026-08-26T16:03:37.348Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260826T160336Z
25682026-08-26T16:03:37.348Z[ incorp-pkgsend] PUBLISHED
25692026-08-26T16:03:37.398ZAug 26 16:03:36.828 INFO [incorp-pkgsend] process exited with exit status: 0 (402.795653ms)
25702026-08-26T16:03:37.401ZAug 26 16:03:36.828 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25712026-08-26T16:03:37.447Z[ omicron-package] Compiling password-hash v0.5.0
25722026-08-26T16:03:37.489Z[ omicron-package] Compiling ingot-types v0.2.0
25732026-08-26T16:03:37.529Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25742026-08-26T16:03:37.614Z[ omicron-package] Compiling blake2 v0.10.6
25752026-08-26T16:03:37.676Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25762026-08-26T16:03:37.705Z[ helios-incorp] Retrieving packages for publisher helios ...
25772026-08-26T16:03:37.716Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25782026-08-26T16:03:37.721Z[ omicron-package] Compiling aead v0.5.2
25792026-08-26T16:03:37.738Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25802026-08-26T16:03:37.739Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25812026-08-26T16:03:37.739Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25822026-08-26T16:03:37.743Z[ helios-incorp]
25832026-08-26T16:03:37.744Z[ helios-incorp] Archiving packages ...
25842026-08-26T16:03:37.744Z[ helios-incorp] Packages to add: 1
25852026-08-26T16:03:37.747Z[ helios-incorp] Files to retrieve: 0
25862026-08-26T16:03:37.747Z[ helios-incorp] Estimated transfer size: 0.00 B
25872026-08-26T16:03:37.747Z[ helios-incorp]
25882026-08-26T16:03:37.747Z[ helios-incorp] Packages to archive:
25892026-08-26T16:03:37.747Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260826T160336Z
25902026-08-26T16:03:37.747Z[ helios-incorp]
25912026-08-26T16:03:37.747Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25922026-08-26T16:03:37.747Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25932026-08-26T16:03:37.784Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25942026-08-26T16:03:37.806ZAug 26 16:03:37.236 INFO [helios-incorp] process exited with exit status: 0 (407.781198ms)
25952026-08-26T16:03:37.821Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25962026-08-26T16:03:37.866Z[ omicron-package] Compiling proc-macro-error v1.0.4
25972026-08-26T16:03:37.883Z[ omicron-package] Compiling hostname v0.4.2
25982026-08-26T16:03:38.061Z[ omicron-package] Compiling ingot v0.2.1
25992026-08-26T16:03:38.111Z[ omicron-package] Compiling instant v0.1.13
26002026-08-26T16:03:38.173Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26012026-08-26T16:03:38.176Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26022026-08-26T16:03:38.244Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26032026-08-26T16:03:38.338Z[ omicron-package] Compiling backoff v0.4.0
26042026-08-26T16:03:38.394Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26052026-08-26T16:03:38.527Z[ omicron-package] Compiling argon2 v0.5.3
26062026-08-26T16:03:38.554Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26072026-08-26T16:03:38.554Z[ omicron-package] Compiling num_enum v0.7.6
26082026-08-26T16:03:38.604Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26092026-08-26T16:03:38.644Z[ omicron-package] Compiling progenitor-extras v0.2.0
26102026-08-26T16:03:38.666Z[ omicron-package] Compiling parse-display v0.10.0
26112026-08-26T16:03:38.670Z[ omicron-package] Compiling num_enum_derive v0.5.11
26122026-08-26T16:03:38.720Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132026-08-26T16:03:38.740Z[ omicron-package] Compiling vsss-rs v3.3.4
26142026-08-26T16:03:38.957Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26152026-08-26T16:03:38.961Z[ omicron-package] Compiling foreign-types v0.5.0
26162026-08-26T16:03:39.075Z[ omicron-package] Compiling regress v0.10.5
26172026-08-26T16:03:39.080Z[ omicron-package] Compiling itertools v0.14.0
26182026-08-26T16:03:39.172Z[ omicron-package] Compiling tabwriter v1.4.1
26192026-08-26T16:03:39.338Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26202026-08-26T16:03:39.471Z[ omicron-package] Compiling cstr-argument v0.1.2
26212026-08-26T16:03:39.528Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26222026-08-26T16:03:39.661Z[ omicron-package] Compiling humantime v2.3.0
26232026-08-26T16:03:39.685Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26242026-08-26T16:03:39.729Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26252026-08-26T16:03:39.835Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26262026-08-26T16:03:39.901Z[ omicron-package] Compiling num_enum v0.5.11
26272026-08-26T16:03:39.967Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26282026-08-26T16:03:40.163Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26292026-08-26T16:03:40.187Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-08-26T16:03:40.263Z[ omicron-package] Compiling rayon v1.11.0
26312026-08-26T16:03:40.266Z[ omicron-package] Compiling rand v0.10.1
26322026-08-26T16:03:40.342Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26332026-08-26T16:03:40.428Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-08-26T16:03:40.471Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26352026-08-26T16:03:40.512Z[ omicron-package] Compiling colored v3.1.1
26362026-08-26T16:03:40.551Z[ omicron-package] Compiling libefi-sys v0.1.0
26372026-08-26T16:03:40.574Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26382026-08-26T16:03:40.644Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26392026-08-26T16:03:40.669Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26402026-08-26T16:03:40.749Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-26T16:03:40.985Z[ omicron-package] Compiling itertools v0.12.1
26422026-08-26T16:03:41.018Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-26T16:03:41.050Z[ omicron-package] Compiling usdt-macro v0.5.0
26442026-08-26T16:03:41.127Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26452026-08-26T16:03:41.161Z[ omicron-package] Compiling memmap v0.7.0
26462026-08-26T16:03:41.161Z[ omicron-package] Compiling sigpipe v0.1.3
26472026-08-26T16:03:41.254Z[ omicron-package] Compiling bitfield-struct v0.6.2
26482026-08-26T16:03:41.302Z[ omicron-package] Compiling num-derive v0.4.2
26492026-08-26T16:03:41.335Z[ omicron-package] Compiling swrite v0.1.0
26502026-08-26T16:03:41.425Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26512026-08-26T16:03:41.642Z[ omicron-package] Compiling glob v0.3.3
26522026-08-26T16:03:42.154Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26532026-08-26T16:03:42.248Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26542026-08-26T16:03:42.305Z[ omicron-package] Compiling usdt v0.5.0
26552026-08-26T16:03:42.365Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26562026-08-26T16:03:42.503Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26572026-08-26T16:03:42.614Z[ omicron-package] Compiling zone v0.3.1
26582026-08-26T16:03:42.726Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-26T16:03:42.810Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26602026-08-26T16:03:42.833Z[ omicron-package] Compiling smf v0.2.3
26612026-08-26T16:03:42.959Z[ omicron-package] Compiling whoami v1.6.1
26622026-08-26T16:03:42.962Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-08-26T16:03:43.013Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26642026-08-26T16:03:43.057Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26652026-08-26T16:03:43.133Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662026-08-26T16:03:43.234Z[ omicron-package] Compiling gethostname v0.5.0
26672026-08-26T16:03:43.402Z[ omicron-package] Compiling console v0.16.2
26682026-08-26T16:03:43.439Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26692026-08-26T16:03:43.476Z[ omicron-package] Compiling unit-prefix v0.5.2
26702026-08-26T16:03:43.519Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26712026-08-26T16:03:44.032Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26722026-08-26T16:03:44.059Z[ omicron-package] Compiling indicatif v0.18.4
26732026-08-26T16:03:47.505ZAug 26 16:03:46.904 INFO [hubris-staging] task succeeded (15.63821847s)
26742026-08-26T16:03:47.509Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26752026-08-26T16:03:48.106Z[ helios-setup] Aug 26 16:03:47.536 INFO helios repository root is: /work/oxidecomputer/helios
26762026-08-26T16:03:48.109Z[ helios-setup] Aug 26 16:03:47.537 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
26772026-08-26T16:03:48.109Z[ helios-setup] Aug 26 16:03:47.537 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26782026-08-26T16:03:48.110Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26792026-08-26T16:03:49.315Z[ helios-setup] Aug 26 16:03:48.745 INFO clone ok!, project: pilot
26802026-08-26T16:03:49.318Z[ helios-setup] Aug 26 16:03:48.745 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
26812026-08-26T16:03:49.318Z[ helios-setup] Aug 26 16:03:48.745 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26822026-08-26T16:03:49.318Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26832026-08-26T16:03:49.843Z[ helios-setup] Aug 26 16:03:49.273 INFO clone ok!, project: pinprick
26842026-08-26T16:03:49.843Z[ helios-setup] Aug 26 16:03:49.273 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
26852026-08-26T16:03:49.846Z[ helios-setup] Aug 26 16:03:49.273 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26862026-08-26T16:03:49.846Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26872026-08-26T16:03:56.626Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26882026-08-26T16:03:56.905Z[ helios-setup] Aug 26 16:03:56.334 INFO clone ok!, project: amd-firmware
26892026-08-26T16:03:56.908Z[ helios-setup] Aug 26 16:03:56.334 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26902026-08-26T16:03:56.908Z[ helios-setup] Aug 26 16:03:56.334 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
26912026-08-26T16:03:56.908Z[ helios-setup] Aug 26 16:03:56.334 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26922026-08-26T16:03:56.908Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26932026-08-26T16:03:57.847Z[ helios-setup] Aug 26 16:03:57.277 INFO clone ok!, project: chelsio-t6-roms
26942026-08-26T16:03:57.850Z[ helios-setup] Aug 26 16:03:57.277 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26952026-08-26T16:03:57.850Z[ helios-setup] Aug 26 16:03:57.277 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
26962026-08-26T16:03:57.850Z[ helios-setup] Aug 26 16:03:57.277 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
26972026-08-26T16:03:57.850Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26982026-08-26T16:03:58.762Z[ helios-setup] Aug 26 16:03:58.192 INFO clone ok!, project: amd-host-image-builder
26992026-08-26T16:03:58.766Z[ helios-setup] Aug 26 16:03:58.192 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
27002026-08-26T16:03:58.766Z[ helios-setup] Aug 26 16:03:58.192 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27012026-08-26T16:03:58.766Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27022026-08-26T16:03:59.387Z[ helios-setup] Aug 26 16:03:58.816 INFO clone ok!, project: bootserver
27032026-08-26T16:03:59.387Z[ helios-setup] Aug 26 16:03:58.816 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
27042026-08-26T16:03:59.390Z[ helios-setup] Aug 26 16:03:58.816 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27052026-08-26T16:03:59.390Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27062026-08-26T16:04:00.028Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27072026-08-26T16:04:00.166Z[ helios-setup] Aug 26 16:03:59.596 INFO clone ok!, project: dmar-report
27082026-08-26T16:04:00.169Z[ helios-setup] Aug 26 16:03:59.596 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
27092026-08-26T16:04:00.169Z[ helios-setup] Aug 26 16:03:59.596 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27102026-08-26T16:04:00.169Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27112026-08-26T16:04:00.875Z[ helios-setup] Aug 26 16:04:00.304 INFO clone ok!, project: phbl
27122026-08-26T16:04:00.875Z[ helios-setup] Aug 26 16:04:00.305 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
27132026-08-26T16:04:00.878Z[ helios-setup] Aug 26 16:04:00.305 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27142026-08-26T16:04:00.878Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27152026-08-26T16:04:01.143Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27162026-08-26T16:04:01.522Z[ helios-setup] Aug 26 16:04:00.951 INFO clone ok!, project: image-builder
27172026-08-26T16:04:01.522Z[ helios-setup] Aug 26 16:04:00.952 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27182026-08-26T16:04:01.525Z[ helios-setup] Aug 26 16:04:00.952 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27192026-08-26T16:04:01.751Z[ helios-setup] Aug 26 16:04:01.180 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27202026-08-26T16:04:01.969Z[ helios-setup] Aug 26 16:04:01.399 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27212026-08-26T16:04:01.969Z[ helios-setup] Aug 26 16:04:01.399 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27222026-08-26T16:04:02.204Z[ helios-setup] Aug 26 16:04:01.634 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27232026-08-26T16:04:02.432Z[ helios-setup] Aug 26 16:04:01.861 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27242026-08-26T16:04:02.432Z[ helios-setup] Aug 26 16:04:01.861 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27252026-08-26T16:04:02.676Z[ helios-setup] Aug 26 16:04:02.106 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27262026-08-26T16:04:02.922Z[ helios-setup] Aug 26 16:04:02.351 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27272026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.351 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27282026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.351 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27292026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO ok!
27302026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27312026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27322026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO ok!
27332026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27342026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27352026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO ok!
27362026-08-26T16:04:02.925Z[ helios-setup] Aug 26 16:04:02.352 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27372026-08-26T16:04:02.929Z[ helios-setup] Aug 26 16:04:02.359 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27382026-08-26T16:04:02.929Z[ helios-setup] Aug 26 16:04:02.359 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27392026-08-26T16:04:02.932Z[ helios-setup] Aug 26 16:04:02.359 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27402026-08-26T16:04:03.006Z[ helios-setup] Aug 26 16:04:02.435 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27412026-08-26T16:04:03.692Z[ helios-setup] Aug 26 16:04:03.122 INFO E| From https://github.com/jclulow/hiercmd
27422026-08-26T16:04:03.692Z[ helios-setup] Aug 26 16:04:03.122 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27432026-08-26T16:04:03.702Z[ helios-setup] Aug 26 16:04:03.132 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27442026-08-26T16:04:04.042Z[ helios-setup] Aug 26 16:04:03.472 INFO E| From https://github.com/oxidecomputer/network-interface
27452026-08-26T16:04:04.043Z[ helios-setup] Aug 26 16:04:03.472 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27462026-08-26T16:04:04.052Z[ helios-setup] Aug 26 16:04:03.481 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27472026-08-26T16:04:04.374Z[ helios-setup] Aug 26 16:04:03.804 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27482026-08-26T16:04:04.374Z[ helios-setup] Aug 26 16:04:03.804 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27492026-08-26T16:04:04.387Z[ helios-setup] Aug 26 16:04:03.817 INFO E| Updating crates.io index
27502026-08-26T16:04:04.691Z[ helios-setup] Aug 26 16:04:04.121 INFO E| Downloading crates ...
27512026-08-26T16:04:04.737Z[ helios-setup] Aug 26 16:04:04.166 INFO E| Downloaded anstyle-query v1.1.4
27522026-08-26T16:04:04.750Z[ helios-setup] Aug 26 16:04:04.180 INFO E| Downloaded futures-io v0.3.31
27532026-08-26T16:04:04.754Z[ helios-setup] Aug 26 16:04:04.182 INFO E| Downloaded anstyle v1.0.13
27542026-08-26T16:04:04.758Z[ helios-setup] Aug 26 16:04:04.188 INFO E| Downloaded anyhow v1.0.100
27552026-08-26T16:04:04.763Z[ helios-setup] Aug 26 16:04:04.190 INFO E| Downloaded bitflags v2.10.0
27562026-08-26T16:04:04.766Z[ helios-setup] Aug 26 16:04:04.194 INFO E| Downloaded futures-sink v0.3.31
27572026-08-26T16:04:04.766Z[ helios-setup] Aug 26 16:04:04.194 INFO E| Downloaded futures-macro v0.3.31
27582026-08-26T16:04:04.766Z[ helios-setup] Aug 26 16:04:04.195 INFO E| Downloaded itoa v1.0.15
27592026-08-26T16:04:04.772Z[ helios-setup] Aug 26 16:04:04.202 INFO E| Downloaded futures-task v0.3.31
27602026-08-26T16:04:04.781Z[ helios-setup] Aug 26 16:04:04.210 INFO E| Downloaded env_filter v0.1.4
27612026-08-26T16:04:04.789Z[ helios-setup] Aug 26 16:04:04.219 INFO E| Downloaded clap_lex v0.7.6
27622026-08-26T16:04:04.792Z[ helios-setup] Aug 26 16:04:04.220 INFO E| Downloaded bitfield-macros v0.19.3
27632026-08-26T16:04:04.797Z[ helios-setup] Aug 26 16:04:04.227 INFO E| Downloaded devinfo v0.1.0
27642026-08-26T16:04:04.800Z[ helios-setup] Aug 26 16:04:04.228 INFO E| Downloaded futures-core v0.3.31
27652026-08-26T16:04:04.804Z[ helios-setup] Aug 26 16:04:04.234 INFO E| Downloaded libdevinfo-sys v1.1.0
27662026-08-26T16:04:04.807Z[ helios-setup] Aug 26 16:04:04.236 INFO E| Downloaded crc v3.3.0
27672026-08-26T16:04:04.820Z[ helios-setup] Aug 26 16:04:04.250 INFO E| Downloaded simd-adler32 v0.3.7
27682026-08-26T16:04:04.824Z[ helios-setup] Aug 26 16:04:04.253 INFO E| Downloaded time-core v0.1.6
27692026-08-26T16:04:04.831Z[ helios-setup] Aug 26 16:04:04.261 INFO E| Downloaded serde_spanned v1.0.3
27702026-08-26T16:04:04.843Z[ helios-setup] Aug 26 16:04:04.273 INFO E| Downloaded pin-utils v0.1.0
27712026-08-26T16:04:04.847Z[ helios-setup] Aug 26 16:04:04.273 INFO E| Downloaded tokio-macros v2.6.0
27722026-08-26T16:04:04.853Z[ helios-setup] Aug 26 16:04:04.282 INFO E| Downloaded getopts v0.2.24
27732026-08-26T16:04:04.858Z[ helios-setup] Aug 26 16:04:04.286 INFO E| Downloaded env_logger v0.11.8
27742026-08-26T16:04:04.861Z[ helios-setup] Aug 26 16:04:04.289 INFO E| Downloaded find-msvc-tools v0.1.4
27752026-08-26T16:04:04.864Z[ helios-setup] Aug 26 16:04:04.294 INFO E| Downloaded generic-array v0.14.9
27762026-08-26T16:04:04.867Z[ helios-setup] Aug 26 16:04:04.297 INFO E| Downloaded quote v1.0.41
27772026-08-26T16:04:04.870Z[ helios-setup] Aug 26 16:04:04.298 INFO E| Downloaded bytes v1.10.1
27782026-08-26T16:04:04.873Z[ helios-setup] Aug 26 16:04:04.301 INFO E| Downloaded num_enum_derive v0.7.5
27792026-08-26T16:04:04.873Z[ helios-setup] Aug 26 16:04:04.301 INFO E| Downloaded bitfield v0.19.3
27802026-08-26T16:04:04.873Z[ helios-setup] Aug 26 16:04:04.302 INFO E| Downloaded futures-channel v0.3.31
27812026-08-26T16:04:04.876Z[ helios-setup] Aug 26 16:04:04.303 INFO E| Downloaded deranged v0.5.5
27822026-08-26T16:04:04.879Z[ helios-setup] Aug 26 16:04:04.309 INFO E| Downloaded toml_datetime v0.7.3
27832026-08-26T16:04:04.882Z[ helios-setup] Aug 26 16:04:04.310 INFO E| Downloaded zeroize v1.8.2
27842026-08-26T16:04:04.887Z[ helios-setup] Aug 26 16:04:04.317 INFO E| Downloaded signal-hook-registry v1.4.6
27852026-08-26T16:04:04.890Z[ helios-setup] Aug 26 16:04:04.318 INFO E| Downloaded time-macros v0.2.24
27862026-08-26T16:04:04.890Z[ helios-setup] Aug 26 16:04:04.319 INFO E| Downloaded zeroize_derive v1.4.2
27872026-08-26T16:04:04.894Z[ helios-setup] Aug 26 16:04:04.321 INFO E| Downloaded thiserror v2.0.17
27882026-08-26T16:04:04.897Z[ helios-setup] Aug 26 16:04:04.325 INFO E| Downloaded thiserror-impl v2.0.17
27892026-08-26T16:04:04.897Z[ helios-setup] Aug 26 16:04:04.326 INFO E| Downloaded toml_writer v1.0.4
27902026-08-26T16:04:04.900Z[ helios-setup] Aug 26 16:04:04.327 INFO E| Downloaded iana-time-zone v0.1.64
27912026-08-26T16:04:04.900Z[ helios-setup] Aug 26 16:04:04.329 INFO E| Downloaded slab v0.4.11
27922026-08-26T16:04:04.904Z[ helios-setup] Aug 26 16:04:04.333 INFO E| Downloaded getrandom v0.2.16
27932026-08-26T16:04:04.911Z[ helios-setup] Aug 26 16:04:04.341 INFO E| Downloaded num_enum v0.7.5
27942026-08-26T16:04:04.920Z[ helios-setup] Aug 26 16:04:04.349 INFO E| Downloaded futures-executor v0.3.31
27952026-08-26T16:04:04.925Z[ helios-setup] Aug 26 16:04:04.355 INFO E| Downloaded base64ct v1.8.0
27962026-08-26T16:04:04.929Z[ helios-setup] Aug 26 16:04:04.357 INFO E| Downloaded clap_derive v4.5.49
27972026-08-26T16:04:04.932Z[ helios-setup] Aug 26 16:04:04.359 INFO E| Downloaded pin-project-lite v0.2.16
27982026-08-26T16:04:04.932Z[ helios-setup] Aug 26 16:04:04.362 INFO E| Downloaded term v1.2.0
27992026-08-26T16:04:04.935Z[ helios-setup] Aug 26 16:04:04.363 INFO E| Downloaded toml_parser v1.0.4
28002026-08-26T16:04:04.938Z[ helios-setup] Aug 26 16:04:04.366 INFO E| Downloaded ryu v1.0.20
28012026-08-26T16:04:04.944Z[ helios-setup] Aug 26 16:04:04.374 INFO E| Downloaded unicode-ident v1.0.22
28022026-08-26T16:04:04.966Z[ helios-setup] Aug 26 16:04:04.395 INFO E| Downloaded clap v4.5.51
28032026-08-26T16:04:04.971Z[ helios-setup] Aug 26 16:04:04.401 INFO E| Downloaded futures v0.3.31
28042026-08-26T16:04:04.977Z[ helios-setup] Aug 26 16:04:04.406 INFO E| Downloaded socket2 v0.6.1
28052026-08-26T16:04:04.980Z[ helios-setup] Aug 26 16:04:04.408 INFO E| Downloaded uuid v1.18.1
28062026-08-26T16:04:04.994Z[ helios-setup] Aug 26 16:04:04.424 INFO E| Downloaded flate2 v1.1.5
28072026-08-26T16:04:04.998Z[ helios-setup] Aug 26 16:04:04.426 INFO E| Downloaded log v0.4.28
28082026-08-26T16:04:05.002Z[ helios-setup] Aug 26 16:04:04.431 INFO E| Downloaded toml v0.9.8
28092026-08-26T16:04:05.005Z[ helios-setup] Aug 26 16:04:04.435 INFO E| Downloaded typenum v1.19.0
28102026-08-26T16:04:05.011Z[ helios-setup] Aug 26 16:04:04.440 INFO E| Downloaded toml_edit v0.23.7
28112026-08-26T16:04:05.027Z[ helios-setup] Aug 26 16:04:04.457 INFO E| Downloaded cc v1.2.44
28122026-08-26T16:04:05.034Z[ helios-setup] Aug 26 16:04:04.463 INFO E| Downloaded memchr v2.7.6
28132026-08-26T16:04:05.037Z[ helios-setup] Aug 26 16:04:04.466 INFO E| Downloaded proc-macro2 v1.0.103
28142026-08-26T16:04:05.040Z[ helios-setup] Aug 26 16:04:04.467 INFO E| Downloaded rand v0.8.5
28152026-08-26T16:04:05.043Z[ helios-setup] Aug 26 16:04:04.471 INFO E| Downloaded mio v1.1.0
28162026-08-26T16:04:05.046Z[ helios-setup] Aug 26 16:04:04.476 INFO E| Downloaded indexmap v2.12.0
28172026-08-26T16:04:05.054Z[ helios-setup] Aug 26 16:04:04.484 INFO E| Downloaded zerocopy-derive v0.8.27
28182026-08-26T16:04:05.059Z[ helios-setup] Aug 26 16:04:04.489 INFO E| Downloaded rsa v0.9.8
28192026-08-26T16:04:05.066Z[ helios-setup] Aug 26 16:04:04.496 INFO E| Downloaded iddqd v0.3.14
28202026-08-26T16:04:05.084Z[ helios-setup] Aug 26 16:04:04.513 INFO E| Downloaded num-bigint-dig v0.8.4
28212026-08-26T16:04:05.107Z[ helios-setup] Aug 26 16:04:04.536 INFO E| Downloaded hashbrown v0.16.0
28222026-08-26T16:04:05.110Z[ helios-setup] Aug 26 16:04:04.540 INFO E| Downloaded time v0.3.44
28232026-08-26T16:04:05.115Z[ helios-setup] Aug 26 16:04:04.544 INFO E| Downloaded libm v0.2.15
28242026-08-26T16:04:05.121Z[ helios-setup] Aug 26 16:04:04.551 INFO E| Downloaded clap_builder v4.5.51
28252026-08-26T16:04:05.125Z[ helios-setup] Aug 26 16:04:04.554 INFO E| Downloaded serde_json v1.0.145
28262026-08-26T16:04:05.139Z[ helios-setup] Aug 26 16:04:04.569 INFO E| Downloaded futures-util v0.3.31
28272026-08-26T16:04:05.145Z[ helios-setup] Aug 26 16:04:04.575 INFO E| Downloaded winnow v0.7.13
28282026-08-26T16:04:05.180Z[ helios-setup] Aug 26 16:04:04.609 INFO E| Downloaded zerocopy v0.8.27
28292026-08-26T16:04:05.192Z[ helios-setup] Aug 26 16:04:04.621 INFO E| Downloaded chrono v0.4.42
28302026-08-26T16:04:05.196Z[ helios-setup] Aug 26 16:04:04.625 INFO E| Downloaded unicode-width v0.2.2
28312026-08-26T16:04:05.199Z[ helios-setup] Aug 26 16:04:04.628 INFO E| Downloaded syn v2.0.108
28322026-08-26T16:04:05.225Z[ helios-setup] Aug 26 16:04:04.654 INFO E| Downloaded rustix v1.1.2
28332026-08-26T16:04:05.279Z[ helios-setup] Aug 26 16:04:04.708 INFO E| Downloaded libc v0.2.177
28342026-08-26T16:04:05.293Z[ helios-setup] Aug 26 16:04:04.723 INFO E| Downloaded tokio v1.48.0
28352026-08-26T16:04:05.373Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling proc-macro2 v1.0.103
28362026-08-26T16:04:05.373Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling unicode-ident v1.0.22
28372026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling quote v1.0.41
28382026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling libc v0.2.177
28392026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling serde_core v1.0.228
28402026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling cfg-if v1.0.4
28412026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling serde v1.0.228
28422026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling version_check v0.9.5
28432026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling autocfg v1.5.0
28442026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling typenum v1.19.0
28452026-08-26T16:04:05.376Z[ helios-setup] Aug 26 16:04:04.802 INFO E| Compiling const-oid v0.9.6
28462026-08-26T16:04:05.406Z[ helios-setup] Aug 26 16:04:04.836 INFO E| Compiling libm v0.2.15
28472026-08-26T16:04:05.409Z[ helios-setup] Aug 26 16:04:04.836 INFO E| Compiling zerocopy v0.8.27
28482026-08-26T16:04:05.409Z[ helios-setup] Aug 26 16:04:04.836 INFO E| Compiling rustversion v1.0.22
28492026-08-26T16:04:05.409Z[ helios-setup] Aug 26 16:04:04.836 INFO E| Compiling smallvec v1.15.1
28502026-08-26T16:04:05.409Z[ helios-setup] Aug 26 16:04:04.836 INFO E| Compiling base64ct v1.8.0
28512026-08-26T16:04:05.499Z[ helios-setup] Aug 26 16:04:04.928 INFO E| Compiling zeroize v1.8.2
28522026-08-26T16:04:05.552Z[ helios-setup] Aug 26 16:04:04.982 INFO E| Compiling anyhow v1.0.100
28532026-08-26T16:04:05.701Z[ helios-setup] Aug 26 16:04:05.129 INFO E| Compiling generic-array v0.14.9
28542026-08-26T16:04:05.733Z[ helios-setup] Aug 26 16:04:05.162 INFO E| Compiling pem-rfc7468 v0.7.0
28552026-08-26T16:04:05.742Z[ helios-setup] Aug 26 16:04:05.172 INFO E| Compiling memchr v2.7.6
28562026-08-26T16:04:05.774Z[ helios-setup] Aug 26 16:04:05.203 INFO E| Compiling flagset v0.4.7
28572026-08-26T16:04:05.781Z[ helios-setup] Aug 26 16:04:05.211 INFO E| Compiling num-traits v0.2.19
28582026-08-26T16:04:05.814Z[ helios-setup] Aug 26 16:04:05.243 INFO E| Compiling winnow v0.7.13
28592026-08-26T16:04:05.823Z[ helios-setup] Aug 26 16:04:05.252 INFO E| Compiling rustix v1.1.2
28602026-08-26T16:04:05.923Z[ helios-setup] Aug 26 16:04:05.353 INFO E| Compiling utf8parse v0.2.2
28612026-08-26T16:04:05.927Z[ helios-setup] Aug 26 16:04:05.353 INFO E| Compiling crc32fast v1.5.0
28622026-08-26T16:04:05.955Z[ helios-setup] Aug 26 16:04:05.384 INFO E| Compiling equivalent v1.0.2
28632026-08-26T16:04:06.047Z[ helios-setup] Aug 26 16:04:05.476 INFO E| Compiling byteorder v1.5.0
28642026-08-26T16:04:06.061Z[ helios-setup] Aug 26 16:04:05.489 INFO E| Compiling hashbrown v0.16.0
28652026-08-26T16:04:06.105Z[ helios-setup] Aug 26 16:04:05.535 INFO E| Compiling anstyle-parse v0.2.7
28662026-08-26T16:04:06.233Z[ helios-setup] Aug 26 16:04:05.663 INFO E| Compiling getrandom v0.2.16
28672026-08-26T16:04:06.285Z[ helios-setup] Aug 26 16:04:05.714 INFO E| Compiling errno v0.3.14
28682026-08-26T16:04:06.333Z[ helios-setup] Aug 26 16:04:05.763 INFO E| Compiling anstyle v1.0.13
28692026-08-26T16:04:06.377Z[ helios-setup] Aug 26 16:04:05.806 INFO E| Compiling rand_core v0.6.4
28702026-08-26T16:04:06.393Z[ helios-setup] Aug 26 16:04:05.822 INFO E| Compiling anstyle-query v1.1.4
28712026-08-26T16:04:06.479Z[ helios-setup] Aug 26 16:04:05.908 INFO E| Compiling radium v0.7.0
28722026-08-26T16:04:06.504Z[ helios-setup] Aug 26 16:04:05.933 INFO E| Compiling cpufeatures v0.2.17
28732026-08-26T16:04:06.510Z[ helios-setup] Aug 26 16:04:05.939 INFO E| Compiling shlex v1.3.0
28742026-08-26T16:04:06.525Z[ helios-setup] Aug 26 16:04:05.955 INFO E| Compiling colorchoice v1.0.4
28752026-08-26T16:04:06.532Z[ helios-setup] Aug 26 16:04:05.961 INFO E| Compiling syn v1.0.109
28762026-08-26T16:04:06.541Z[ helios-setup] Aug 26 16:04:05.969 INFO E| Compiling toml_datetime v0.7.3
28772026-08-26T16:04:06.578Z[ helios-setup] Aug 26 16:04:06.007 INFO E| Compiling indexmap v2.12.0
28782026-08-26T16:04:06.645Z[ helios-setup] Aug 26 16:04:06.074 INFO E| Compiling find-msvc-tools v0.1.4
28792026-08-26T16:04:06.659Z[ helios-setup] Aug 26 16:04:06.089 INFO E| Compiling syn v2.0.108
28802026-08-26T16:04:06.674Z[ helios-setup] Aug 26 16:04:06.104 INFO E| Compiling is_terminal_polyfill v1.70.2
28812026-08-26T16:04:06.691Z[ helios-setup] Aug 26 16:04:06.120 INFO E| Compiling allocator-api2 v0.2.21
28822026-08-26T16:04:06.745Z[ helios-setup] Aug 26 16:04:06.174 INFO E| Compiling anstream v0.6.21
28832026-08-26T16:04:06.780Z[ helios-setup] Aug 26 16:04:06.209 INFO E| Compiling slog v2.8.2
28842026-08-26T16:04:06.807Z[ helios-setup] Aug 26 16:04:06.236 INFO E| Compiling cc v1.2.44
28852026-08-26T16:04:06.896Z[ helios-setup] Aug 26 16:04:06.322 INFO E| Compiling futures-core v0.3.31
28862026-08-26T16:04:06.931Z[ helios-setup] Aug 26 16:04:06.361 INFO E| Compiling maybe-uninit v2.0.0
28872026-08-26T16:04:07.024Z[ helios-setup] Aug 26 16:04:06.454 INFO E| Compiling crypto-common v0.1.6
28882026-08-26T16:04:07.042Z[ helios-setup] Aug 26 16:04:06.471 INFO E| Compiling block-buffer v0.10.4
28892026-08-26T16:04:07.073Z[ helios-setup] Aug 26 16:04:06.501 INFO E| Compiling tap v1.0.1
28902026-08-26T16:04:07.122Z[ helios-setup] Aug 26 16:04:06.552 INFO E| Compiling pkg-config v0.3.32
28912026-08-26T16:04:07.168Z[ helios-setup] Aug 26 16:04:06.598 INFO E| Compiling digest v0.10.7
28922026-08-26T16:04:07.189Z[ helios-setup] Aug 26 16:04:06.619 INFO E| Compiling unicode-width v0.2.2
28932026-08-26T16:04:07.216Z[ helios-setup] Aug 26 16:04:06.646 INFO E| Compiling parking_lot_core v0.9.12
28942026-08-26T16:04:07.217Z[ helios-setup] Aug 26 16:04:06.646 INFO E| Compiling pin-project-lite v0.2.16
28952026-08-26T16:04:07.233Z[ helios-setup] Aug 26 16:04:06.660 INFO E| Compiling futures-sink v0.3.31
28962026-08-26T16:04:07.295Z[ helios-setup] Aug 26 16:04:06.725 INFO E| Compiling toml_parser v1.0.4
28972026-08-26T16:04:07.317Z[ helios-setup] Aug 26 16:04:06.746 INFO E| Compiling futures-channel v0.3.31
28982026-08-26T16:04:07.341Z[ helios-setup] Aug 26 16:04:06.771 INFO E| Compiling num-integer v0.1.46
28992026-08-26T16:04:07.377Z[ helios-setup] Aug 26 16:04:06.807 INFO E| Compiling sha2 v0.10.9
29002026-08-26T16:04:07.416Z[ helios-setup] Aug 26 16:04:06.846 INFO E| Compiling wyz v0.5.1
29012026-08-26T16:04:07.437Z[ helios-setup] Aug 26 16:04:06.866 INFO E| Compiling getopts v0.2.24
29022026-08-26T16:04:07.531Z[ helios-setup] Aug 26 16:04:06.961 INFO E| Compiling ahash v0.8.12
29032026-08-26T16:04:07.543Z[ helios-setup] Aug 26 16:04:06.973 INFO E| Compiling clap_lex v0.7.6
29042026-08-26T16:04:07.572Z[ helios-setup] Aug 26 16:04:07.001 INFO E| Compiling slab v0.4.11
29052026-08-26T16:04:07.589Z[ helios-setup] Aug 26 16:04:07.019 INFO E| Compiling heck v0.5.0
29062026-08-26T16:04:07.607Z[ helios-setup] Aug 26 16:04:07.037 INFO E| Compiling powerfmt v0.2.0
29072026-08-26T16:04:07.630Z[ helios-setup] Aug 26 16:04:07.060 INFO E| Compiling time-core v0.1.6
29082026-08-26T16:04:07.709Z[ helios-setup] Aug 26 16:04:07.138 INFO E| Compiling toml_edit v0.23.7
29092026-08-26T16:04:07.795Z[ helios-setup] Aug 26 16:04:07.225 INFO E| Compiling bitflags v2.10.0
29102026-08-26T16:04:07.804Z[ helios-setup] Aug 26 16:04:07.234 INFO E| Compiling getrandom v0.3.4
29112026-08-26T16:04:07.811Z[ helios-setup] Aug 26 16:04:07.240 INFO E| Compiling num-bigint-dig v0.8.4
29122026-08-26T16:04:07.824Z[ helios-setup] Aug 26 16:04:07.253 INFO E| Compiling pin-utils v0.1.0
29132026-08-26T16:04:07.824Z[ helios-setup] Aug 26 16:04:07.253 INFO E| Compiling bytes v1.10.1
29142026-08-26T16:04:07.871Z[ helios-setup] Aug 26 16:04:07.301 INFO E| Compiling strsim v0.11.1
29152026-08-26T16:04:07.891Z[ helios-setup] Aug 26 16:04:07.320 INFO E| Compiling funty v2.0.0
29162026-08-26T16:04:07.899Z[ helios-setup] Aug 26 16:04:07.329 INFO E| Compiling futures-io v0.3.31
29172026-08-26T16:04:07.908Z[ helios-setup] Aug 26 16:04:07.338 INFO E| Compiling packed_struct v0.10.1
29182026-08-26T16:04:07.937Z[ helios-setup] Aug 26 16:04:07.366 INFO E| Compiling thiserror v1.0.69
29192026-08-26T16:04:08.023Z[ helios-setup] Aug 26 16:04:07.450 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29202026-08-26T16:04:08.062Z[ helios-setup] Aug 26 16:04:07.491 INFO E| Compiling itoa v1.0.15
29212026-08-26T16:04:08.122Z[ helios-setup] Aug 26 16:04:07.551 INFO E| Compiling futures-task v0.3.31
29222026-08-26T16:04:08.195Z[ helios-setup] Aug 26 16:04:07.624 INFO E| Compiling scopeguard v1.2.0
29232026-08-26T16:04:08.210Z[ helios-setup] Aug 26 16:04:07.640 INFO E| Compiling spin v0.9.8
29242026-08-26T16:04:08.294Z[ helios-setup] Aug 26 16:04:07.723 INFO E| Compiling num-conv v0.1.0
29252026-08-26T16:04:08.311Z[ helios-setup] Aug 26 16:04:07.740 INFO E| Compiling proc-macro-crate v3.4.0
29262026-08-26T16:04:08.319Z[ helios-setup] Aug 26 16:04:07.748 INFO E| Compiling lazy_static v1.5.0
29272026-08-26T16:04:08.391Z[ helios-setup] Aug 26 16:04:07.820 INFO E| Compiling lock_api v0.4.14
29282026-08-26T16:04:08.399Z[ helios-setup] Aug 26 16:04:07.828 INFO E| Compiling bitvec v1.0.1
29292026-08-26T16:04:08.445Z[ helios-setup] Aug 26 16:04:07.874 INFO E| Compiling time-macros v0.2.24
29302026-08-26T16:04:08.494Z[ helios-setup] Aug 26 16:04:07.924 INFO E| Compiling deranged v0.5.5
29312026-08-26T16:04:08.548Z[ helios-setup] Aug 26 16:04:07.977 INFO E| Compiling num-iter v0.1.45
29322026-08-26T16:04:08.664Z[ helios-setup] Aug 26 16:04:08.093 INFO E| Compiling terminal_size v0.4.3
29332026-08-26T16:04:08.722Z[ helios-setup] Aug 26 16:04:08.151 INFO E| Compiling indexmap v1.9.3
29342026-08-26T16:04:08.757Z[ helios-setup] Aug 26 16:04:08.187 INFO E| Compiling clap_builder v4.5.51
29352026-08-26T16:04:08.767Z[ helios-setup] Aug 26 16:04:08.195 INFO E| Compiling crc-catalog v2.4.0
29362026-08-26T16:04:08.767Z[ helios-setup] Aug 26 16:04:08.195 INFO E| Compiling log v0.4.28
29372026-08-26T16:04:08.778Z[ helios-setup] Aug 26 16:04:08.207 INFO E| Compiling iana-time-zone v0.1.64
29382026-08-26T16:04:08.862Z[ helios-setup] Aug 26 16:04:08.291 INFO E| Compiling thiserror v2.0.17
29392026-08-26T16:04:08.966Z[ helios-setup] Aug 26 16:04:08.395 INFO E| Compiling adler2 v2.0.1
29402026-08-26T16:04:08.991Z[ helios-setup] Aug 26 16:04:08.421 INFO E| Compiling serde_json v1.0.145
29412026-08-26T16:04:09.067Z[ helios-setup] Aug 26 16:04:08.496 INFO E| Compiling once_cell v1.21.3
29422026-08-26T16:04:09.095Z[ helios-setup] Aug 26 16:04:08.525 INFO E| Compiling simd-adler32 v0.3.7
29432026-08-26T16:04:09.110Z[ helios-setup] Aug 26 16:04:08.540 INFO E| Compiling nodrop v0.1.14
29442026-08-26T16:04:09.128Z[ helios-setup] Aug 26 16:04:08.557 INFO E| Compiling env_filter v0.1.4
29452026-08-26T16:04:09.134Z[ helios-setup] Aug 26 16:04:08.564 INFO E| Compiling parking_lot v0.12.5
29462026-08-26T16:04:09.146Z[ helios-setup] Aug 26 16:04:08.575 INFO E| Compiling chrono v0.4.42
29472026-08-26T16:04:09.212Z[ helios-setup] Aug 26 16:04:08.642 INFO E| Compiling array-init v0.0.4
29482026-08-26T16:04:09.254Z[ helios-setup] Aug 26 16:04:08.683 INFO E| Compiling miniz_oxide v0.8.9
29492026-08-26T16:04:09.291Z[ helios-setup] Aug 26 16:04:08.721 INFO E| Compiling crc v3.3.0
29502026-08-26T16:04:09.485Z[ helios-setup] Aug 26 16:04:08.914 INFO E| Compiling smallvec v0.6.14
29512026-08-26T16:04:09.642Z[ helios-setup] Aug 26 16:04:09.072 INFO E| Compiling serde_spanned v1.0.3
29522026-08-26T16:04:09.731Z[ helios-setup] Aug 26 16:04:09.161 INFO E| Compiling time v0.3.44
29532026-08-26T16:04:09.794Z[ helios-setup] Aug 26 16:04:09.224 INFO E| Compiling signature v2.2.0
29542026-08-26T16:04:09.821Z[ helios-setup] Aug 26 16:04:09.250 INFO E| Compiling signal-hook-registry v1.4.6
29552026-08-26T16:04:09.914Z[ helios-setup] Aug 26 16:04:09.343 INFO E| Compiling socket2 v0.6.1
29562026-08-26T16:04:10.025Z[ helios-setup] Aug 26 16:04:09.453 INFO E| Compiling mio v1.1.0
29572026-08-26T16:04:10.117Z[ helios-setup] Aug 26 16:04:09.546 INFO E| Compiling is-terminal v0.4.17
29582026-08-26T16:04:10.169Z[ helios-setup] Aug 26 16:04:09.598 INFO E| Compiling thread_local v1.1.9
29592026-08-26T16:04:10.185Z[ helios-setup] Aug 26 16:04:09.614 INFO E| Compiling toml_writer v1.0.4
29602026-08-26T16:04:10.220Z[ helios-setup] Aug 26 16:04:09.649 INFO E| Compiling ryu v1.0.20
29612026-08-26T16:04:10.515Z[ helios-setup] Aug 26 16:04:09.945 INFO E| Compiling packed_struct_codegen v0.10.1
29622026-08-26T16:04:10.596Z[ helios-setup] Aug 26 16:04:10.025 INFO E| Compiling term v1.2.0
29632026-08-26T16:04:10.617Z[ helios-setup] Aug 26 16:04:10.046 INFO E| Compiling subtle v2.6.1
29642026-08-26T16:04:10.627Z[ helios-setup] Aug 26 16:04:10.057 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29652026-08-26T16:04:10.677Z[ helios-setup] Aug 26 16:04:10.107 INFO E| Compiling base64 v0.21.7
29662026-08-26T16:04:10.701Z[ helios-setup] Aug 26 16:04:10.130 INFO E| Compiling winnow v0.5.40
29672026-08-26T16:04:10.717Z[ helios-setup] Aug 26 16:04:10.147 INFO E| Compiling libdevinfo-sys v1.1.0
29682026-08-26T16:04:10.725Z[ helios-setup] Aug 26 16:04:10.154 INFO E| Compiling serde_derive v1.0.228
29692026-08-26T16:04:10.829Z[ helios-setup] Aug 26 16:04:10.258 INFO E| Compiling zerocopy-derive v0.8.27
29702026-08-26T16:04:10.838Z[ helios-setup] Aug 26 16:04:10.267 INFO E| Compiling der_derive v0.7.3
29712026-08-26T16:04:10.844Z[ helios-setup] Aug 26 16:04:10.274 INFO E| Compiling futures-macro v0.3.31
29722026-08-26T16:04:10.890Z[ helios-setup] Aug 26 16:04:10.320 INFO E| Compiling zerocopy-derive v0.6.6
29732026-08-26T16:04:10.923Z[ helios-setup] Aug 26 16:04:10.351 INFO E| Compiling clap_derive v4.5.49
29742026-08-26T16:04:10.972Z[ helios-setup] Aug 26 16:04:10.401 INFO E| Compiling thiserror-impl v1.0.69
29752026-08-26T16:04:11.021Z[ helios-setup] Aug 26 16:04:10.450 INFO E| Compiling bitfield-macros v0.19.3
29762026-08-26T16:04:11.349Z[ helios-setup] Aug 26 16:04:10.779 INFO E| Compiling num_enum_derive v0.7.5
29772026-08-26T16:04:11.856Z[ helios-setup] Aug 26 16:04:11.279 INFO E| Compiling zerocopy v0.6.6
29782026-08-26T16:04:12.041Z[ helios-setup] Aug 26 16:04:11.471 INFO E| Compiling tokio-macros v2.6.0
29792026-08-26T16:04:12.081Z[ helios-setup] Aug 26 16:04:11.511 INFO E| Compiling thiserror-impl v2.0.17
29802026-08-26T16:04:12.109Z[ helios-setup] Aug 26 16:04:11.538 INFO E| Compiling futures-util v0.3.31
29812026-08-26T16:04:12.135Z[ helios-setup] Aug 26 16:04:11.564 INFO E| Compiling bitfield v0.19.3
29822026-08-26T16:04:12.299Z[ helios-setup] Aug 26 16:04:11.728 INFO E| Compiling der v0.7.10
29832026-08-26T16:04:12.363Z[ helios-setup] Aug 26 16:04:11.792 INFO E| Compiling hashbrown v0.12.3
29842026-08-26T16:04:12.400Z[ helios-setup] Aug 26 16:04:11.830 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29852026-08-26T16:04:12.557Z[ helios-setup] Aug 26 16:04:11.986 INFO E| Compiling bzip2 v0.4.4
29862026-08-26T16:04:12.620Z[ helios-setup] Aug 26 16:04:12.049 INFO E| Compiling toml v0.9.8
29872026-08-26T16:04:13.060Z[ helios-setup] Aug 26 16:04:12.489 INFO E| Compiling flate2 v1.1.5
29882026-08-26T16:04:13.144Z[ helios-setup] Aug 26 16:04:12.573 INFO E| Compiling uuid v1.18.1
29892026-08-26T16:04:13.331Z[ helios-setup] Aug 26 16:04:12.760 INFO E| Compiling num_enum v0.7.5
29902026-08-26T16:04:13.402Z[ helios-setup] Aug 26 16:04:12.831 INFO E| Compiling tokio v1.48.0
29912026-08-26T16:04:13.411Z[ helios-setup] Aug 26 16:04:12.841 INFO E| Compiling env_logger v0.11.8
29922026-08-26T16:04:13.428Z[ helios-setup] Aug 26 16:04:12.858 INFO E| Compiling devinfo v0.1.0
29932026-08-26T16:04:13.462Z[ helios-setup] Aug 26 16:04:12.892 INFO E| Compiling rustc-hash v2.1.1
29942026-08-26T16:04:13.515Z[ helios-setup] Aug 26 16:04:12.944 INFO E| Compiling clap v4.5.51
29952026-08-26T16:04:13.604Z[ helios-setup] Aug 26 16:04:13.034 INFO E| Compiling foldhash v0.2.0
29962026-08-26T16:04:13.607Z[ helios-setup] Aug 26 16:04:13.035 INFO E| Compiling hex v0.4.3
29972026-08-26T16:04:13.752Z[ helios-setup] Aug 26 16:04:13.181 INFO E| Compiling crc-any v2.5.0
29982026-08-26T16:04:13.862Z[ helios-setup] Aug 26 16:04:13.291 INFO E| Compiling bitflags v1.3.2
29992026-08-26T16:04:13.941Z[ helios-setup] Aug 26 16:04:13.371 INFO E| Compiling spki v0.7.3
30002026-08-26T16:04:14.019Z[ helios-setup] Aug 26 16:04:13.447 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30012026-08-26T16:04:14.074Z[ helios-setup] Aug 26 16:04:13.503 INFO E| Compiling iddqd v0.3.14
30022026-08-26T16:04:14.133Z[ helios-setup] Aug 26 16:04:13.563 INFO E| Compiling zip v0.6.6
30032026-08-26T16:04:14.218Z[ helios-setup] Aug 26 16:04:13.647 INFO E| Compiling pkcs8 v0.10.2
30042026-08-26T16:04:14.369Z[ helios-setup] Aug 26 16:04:13.798 INFO E| Compiling x509-cert v0.2.5
30052026-08-26T16:04:14.483Z[ helios-setup] Aug 26 16:04:13.913 INFO E| Compiling pkcs1 v0.7.5
30062026-08-26T16:04:14.491Z[ helios-setup] Aug 26 16:04:13.920 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30072026-08-26T16:04:14.867Z[ helios-setup] Aug 26 16:04:14.296 INFO E| Compiling ppv-lite86 v0.2.21
30082026-08-26T16:04:14.974Z[ helios-setup] Aug 26 16:04:14.403 INFO E| Compiling path-slash v0.1.5
30092026-08-26T16:04:15.057Z[ helios-setup] Aug 26 16:04:14.487 INFO E| Compiling erased-serde v0.3.31
30102026-08-26T16:04:15.140Z[ helios-setup] Aug 26 16:04:14.569 INFO E| Compiling futures-executor v0.3.31
30112026-08-26T16:04:15.208Z[ helios-setup] Aug 26 16:04:14.638 INFO E| Compiling rand_chacha v0.3.1
30122026-08-26T16:04:15.226Z[ helios-setup] Aug 26 16:04:14.655 INFO E| Compiling serde_spanned v0.6.9
30132026-08-26T16:04:15.392Z[ helios-setup] Aug 26 16:04:14.822 INFO E| Compiling toml_datetime v0.6.11
30142026-08-26T16:04:15.406Z[ helios-setup] Aug 26 16:04:14.835 INFO E| Compiling rand v0.8.5
30152026-08-26T16:04:15.480Z[ helios-setup] Aug 26 16:04:14.909 INFO E| Compiling futures v0.3.31
30162026-08-26T16:04:15.511Z[ helios-setup] Aug 26 16:04:14.940 INFO E| Compiling hashbrown v0.13.2
30172026-08-26T16:04:15.684Z[ helios-setup] Aug 26 16:04:15.114 INFO E| Compiling toml_edit v0.19.15
30182026-08-26T16:04:15.685Z[ helios-setup] Aug 26 16:04:15.114 INFO E| Compiling serde-hex v0.1.0
30192026-08-26T16:04:15.714Z[ helios-setup] Aug 26 16:04:15.143 INFO E| Compiling ron v0.8.1
30202026-08-26T16:04:15.999Z[ helios-setup] Aug 26 16:04:15.428 INFO E| Compiling slog-term v2.9.2
30212026-08-26T16:04:16.116Z[ helios-setup] Aug 26 16:04:15.545 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30222026-08-26T16:04:16.154Z[ helios-setup] Aug 26 16:04:15.583 INFO E| Compiling object v0.30.4
30232026-08-26T16:04:16.482Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.63s
30242026-08-26T16:04:16.747Z[ omicron-package]
30252026-08-26T16:04:16.747Z[ omicron-package] real 44.837752725
30262026-08-26T16:04:16.747Z[ omicron-package] user 3:55.320398659
30272026-08-26T16:04:16.747Z[ omicron-package] sys 27.809852021
30282026-08-26T16:04:16.747Z[ omicron-package] trap 0.494504910
30292026-08-26T16:04:16.748Z[ omicron-package] tflt 0.865220800
30302026-08-26T16:04:16.748Z[ omicron-package] dflt 2.801948052
30312026-08-26T16:04:16.748Z[ omicron-package] kflt 0.003314282
30322026-08-26T16:04:16.748Z[ omicron-package] lock 12:23.323658093
30332026-08-26T16:04:16.748Z[ omicron-package] slp 6:31.118240269
30342026-08-26T16:04:16.748Z[ omicron-package] lat 1:06.890271885
30352026-08-26T16:04:16.748Z[ omicron-package] stop 1:53.868560385
30362026-08-26T16:04:16.748ZAug 26 16:04:16.176 INFO [omicron-package] process exited with exit status: 0 (44.908668099s)
30372026-08-26T16:04:16.748ZAug 26 16:04:16.176 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30382026-08-26T16:04:16.752ZAug 26 16:04:16.177 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30392026-08-26T16:04:16.756Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30402026-08-26T16:04:16.756Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30412026-08-26T16:04:16.759Z[ host-target] Created new build target 'host' and set it as active
30422026-08-26T16:04:16.759Z[ recovery-target] Created new build target 'recovery' and set it as active
30432026-08-26T16:04:16.763ZAug 26 16:04:16.190 INFO [host-target] process exited with exit status: 0 (13.85165ms)
30442026-08-26T16:04:16.763ZAug 26 16:04:16.190 INFO [recovery-target] process exited with exit status: 0 (13.52473ms)
30452026-08-26T16:04:16.763ZAug 26 16:04:16.190 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30462026-08-26T16:04:16.767Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30472026-08-26T16:04:16.870Z[ helios-setup] Aug 26 16:04:16.299 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30482026-08-26T16:04:17.045Z[ helios-setup] Aug 26 16:04:16.475 INFO E| Compiling rsa v0.9.8
30492026-08-26T16:04:17.141Z[ helios-setup] Aug 26 16:04:16.571 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30502026-08-26T16:04:17.253Z[ helios-setup] Aug 26 16:04:16.683 INFO E| Compiling toml v0.7.8
30512026-08-26T16:04:17.950Z[ helios-setup] Aug 26 16:04:17.380 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30522026-08-26T16:04:18.111Z[ helios-setup] Aug 26 16:04:17.540 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30532026-08-26T16:04:18.753Z[ host-package] Compiling heck v0.5.0
30542026-08-26T16:04:18.756Z[ host-package] Compiling regress v0.11.1
30552026-08-26T16:04:18.756Z[ host-package] Compiling unsafe-libyaml v0.2.11
30562026-08-26T16:04:18.756Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-08-26T16:04:19.169Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30582026-08-26T16:04:19.174Z[ host-package] Compiling derive-where v1.6.0
30592026-08-26T16:04:19.174Z[ host-package] Compiling bytecount v0.6.9
30602026-08-26T16:04:19.174Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-08-26T16:04:19.174Z[ host-package] Compiling atomicwrites v0.4.4
30622026-08-26T16:04:19.174Z[ host-package] Compiling is-terminal v0.4.17
30632026-08-26T16:04:19.174Z[ host-package] Compiling prettyplease v0.2.37
30642026-08-26T16:04:19.174Z[ host-package] Compiling newline-converter v0.3.0
30652026-08-26T16:04:19.174Z[ host-package] Compiling console v0.15.11
30662026-08-26T16:04:19.174Z[ host-package] Compiling slog-dtrace v0.3.0
30672026-08-26T16:04:19.174Z[ host-package] Compiling cancel-safe-futures v0.1.5
30682026-08-26T16:04:19.647Z[ host-package] Compiling resolv-conf v0.7.6
30692026-08-26T16:04:19.841Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30702026-08-26T16:04:20.003Z[ host-package] Compiling num-rational v0.4.2
30712026-08-26T16:04:20.637Z[ host-package] Compiling num-complex v0.4.6
30722026-08-26T16:04:20.641Z[ host-package] Compiling thread_local v1.1.9
30732026-08-26T16:04:20.641Z[ host-package] Compiling match_cfg v0.1.0
30742026-08-26T16:04:20.664Z[ host-package] Compiling compression-core v0.4.31
30752026-08-26T16:04:20.919Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30762026-08-26T16:04:20.919Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30772026-08-26T16:04:20.934Z[ host-package] Compiling hostname v0.3.1
30782026-08-26T16:04:21.169Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30792026-08-26T16:04:21.242Z[ host-package] Compiling typify-impl v0.6.2
30802026-08-26T16:04:21.246Z[ host-package] Compiling expectorate v1.2.0
30812026-08-26T16:04:21.343Z[ host-package] Compiling compression-codecs v0.4.37
30822026-08-26T16:04:21.525Z[ host-package] Compiling num v0.4.3
30832026-08-26T16:04:21.621Z[ host-package] Compiling multer v3.1.0
30842026-08-26T16:04:21.656Z[ host-package] Compiling slog-async v2.8.0
30852026-08-26T16:04:21.681Z[ host-package] Compiling crossbeam-channel v0.5.15
30862026-08-26T16:04:21.712Z[ host-package] Compiling slog-json v2.6.1
30872026-08-26T16:04:21.715Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30882026-08-26T16:04:21.734Z[ host-package] Compiling serde_spanned v1.1.1
30892026-08-26T16:04:21.790Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30902026-08-26T16:04:21.823Z[ host-package] Compiling float-ord v0.3.2
30912026-08-26T16:04:21.884Z[ host-package] Compiling take_mut v0.2.2
30922026-08-26T16:04:21.955Z[ host-package] Compiling linked-hash-map v0.5.6
30932026-08-26T16:04:21.979Z[ host-package] Compiling term v1.2.1
30942026-08-26T16:04:22.013Z[ host-package] Compiling linear-map v1.2.0
30952026-08-26T16:04:22.052Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30962026-08-26T16:04:22.052Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30972026-08-26T16:04:22.116Z[ host-package] Compiling slog-bunyan v2.5.0
30982026-08-26T16:04:22.128Z[ helios-setup] Aug 26 16:04:21.558 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30992026-08-26T16:04:22.158Z[ host-package] Compiling lru-cache v0.1.2
31002026-08-26T16:04:22.300Z[ host-package] Compiling slog-term v2.9.2
31012026-08-26T16:04:22.348Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31022026-08-26T16:04:22.559Z[ host-package] Compiling async-compression v0.4.41
31032026-08-26T16:04:22.640Z[ host-package] Compiling async-stream v0.3.6
31042026-08-26T16:04:22.659Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31052026-08-26T16:04:22.808Z[ host-package] Compiling dropshot v0.17.1
31062026-08-26T16:04:22.860Z[ host-package] Compiling sha1 v0.11.0
31072026-08-26T16:04:22.917Z[ host-package] Compiling progenitor-client v0.14.0
31082026-08-26T16:04:22.981Z[ host-package] Compiling oxide-generation v0.1.3
31092026-08-26T16:04:22.981Z[ host-package] Compiling waitgroup v0.1.2
31102026-08-26T16:04:23.006Z[ host-package] Compiling oxide-update-engine v0.1.2
31112026-08-26T16:04:23.009Z[ host-package] Compiling rustls-pemfile v2.2.0
31122026-08-26T16:04:23.281Z[ host-package] Compiling backon v1.6.0
31132026-08-26T16:04:23.337Z[ helios-setup] Aug 26 16:04:22.766 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31142026-08-26T16:04:23.351Z[ host-package] Compiling serde_path_to_error v0.1.20
31152026-08-26T16:04:23.400Z[ host-package] Compiling hostname v0.4.2
31162026-08-26T16:04:23.403Z[ host-package] Compiling instant v0.1.13
31172026-08-26T16:04:23.640Z[ host-package] Compiling debug-ignore v1.0.5
31182026-08-26T16:04:23.643Z[ host-package] Compiling minimal-lexical v0.2.1
31192026-08-26T16:04:23.646Z[ host-package] Compiling progenitor-extras v0.2.0
31202026-08-26T16:04:23.691Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31212026-08-26T16:04:23.920Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31222026-08-26T16:04:23.924Z[ host-package] Compiling backoff v0.4.0
31232026-08-26T16:04:23.924Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31242026-08-26T16:04:24.110Z[ host-package] Compiling nom v7.1.3
31252026-08-26T16:04:24.335Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31262026-08-26T16:04:24.478Z[ host-package] Compiling parse-display v0.10.0
31272026-08-26T16:04:24.481Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31282026-08-26T16:04:24.481Z[ host-package] Compiling hickory-proto v0.24.4
31292026-08-26T16:04:24.592Z[ host-package] Compiling regress v0.10.5
31302026-08-26T16:04:24.647Z[ host-package] Compiling itertools v0.14.0
31312026-08-26T16:04:25.121Z[ host-package] Compiling macaddr v1.0.1
31322026-08-26T16:04:25.196Z[ host-package] Compiling typify-macro v0.6.2
31332026-08-26T16:04:25.397Z[ host-package] Compiling humantime v2.3.0
31342026-08-26T16:04:25.619Z[ host-package] Compiling unicode-xid v0.2.6
31352026-08-26T16:04:25.713Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31362026-08-26T16:04:25.930Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31372026-08-26T16:04:26.051Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31382026-08-26T16:04:26.054Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31392026-08-26T16:04:26.245Z[ host-package] Compiling toml v0.8.23
31402026-08-26T16:04:26.376Z[ host-package] Compiling papergrid v0.11.0
31412026-08-26T16:04:26.451Z[ host-package] Compiling tabled_derive v0.7.0
31422026-08-26T16:04:26.563Z[ host-package] Compiling termtree v0.5.1
31432026-08-26T16:04:26.827Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31442026-08-26T16:04:26.940Z[ host-package] Compiling crossterm v0.29.0
31452026-08-26T16:04:27.122Z[ helios-setup] Aug 26 16:04:26.551 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31462026-08-26T16:04:27.141Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31472026-08-26T16:04:27.240Z[ host-package] Compiling typify v0.6.2
31482026-08-26T16:04:27.361Z[ host-package] Compiling phf_shared v0.12.1
31492026-08-26T16:04:27.412Z[ host-package] Compiling progenitor-impl v0.14.0
31502026-08-26T16:04:27.439Z[ host-package] Compiling hickory-resolver v0.24.4
31512026-08-26T16:04:27.713Z[ host-package] Compiling tabled v0.15.0
31522026-08-26T16:04:28.257Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31532026-08-26T16:04:29.480Z[ host-package] Compiling qorb v0.4.1
31542026-08-26T16:04:29.854Z[ host-package] Compiling progenitor-macro v0.14.0
31552026-08-26T16:04:29.907Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31562026-08-26T16:04:29.948Z[ host-package] Compiling csv-core v0.1.13
31572026-08-26T16:04:30.656Z[ host-package] Compiling vte v0.14.1
31582026-08-26T16:04:30.740Z[ host-package] Compiling highway v1.3.0
31592026-08-26T16:04:31.004Z[ host-package] Compiling chrono-tz v0.10.4
31602026-08-26T16:04:31.354Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-08-26T16:04:31.665Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31622026-08-26T16:04:32.674Z[ host-package] Compiling csv v1.4.0
31632026-08-26T16:04:32.777Z[ host-package] Compiling phf v0.12.1
31642026-08-26T16:04:32.995Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31652026-08-26T16:04:33.170Z[ host-package] Compiling const_format_proc_macros v0.2.34
31662026-08-26T16:04:33.249Z[ host-package] Compiling fd-lock v4.0.4
31672026-08-26T16:04:33.531Z[ host-package] Compiling peg-macros v0.8.5
31682026-08-26T16:04:33.659Z[ host-package] Compiling nu-ansi-term v0.50.3
31692026-08-26T16:04:34.293Z[ host-package] Compiling reedline v0.40.0
31702026-08-26T16:04:34.724Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31712026-08-26T16:04:34.901Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31722026-08-26T16:04:34.999Z[ host-package] Compiling const_format v0.2.35
31732026-08-26T16:04:35.223Z[ host-package] Compiling progenitor v0.14.0
31742026-08-26T16:04:35.509Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31752026-08-26T16:04:35.672Z[ host-package] Compiling peg v0.8.5
31762026-08-26T16:04:35.856Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31772026-08-26T16:04:36.880Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-26T16:04:37.141Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31792026-08-26T16:04:37.404Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31802026-08-26T16:04:37.576Z[ host-package] Compiling bcs v0.1.6
31812026-08-26T16:04:37.982Z[ host-package] Compiling nom v8.0.0
31822026-08-26T16:04:38.102Z[ host-package] Compiling semver v0.1.20
31832026-08-26T16:04:38.460Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31842026-08-26T16:04:38.624Z[ helios-setup] Aug 26 16:04:38.049 INFO E| Finished `release` profile [optimized] target(s) in 35.68s
31852026-08-26T16:04:38.627Z[ helios-setup] Aug 26 16:04:38.052 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31862026-08-26T16:04:38.627Z[ helios-setup] Aug 26 16:04:38.052 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31872026-08-26T16:04:38.681Z[ helios-setup] Aug 26 16:04:38.109 INFO building project "pilot" ok (35 seconds)
31882026-08-26T16:04:38.681Z[ helios-setup] Aug 26 16:04:38.109 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
31892026-08-26T16:04:38.690Z[ helios-setup] Aug 26 16:04:38.119 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
31902026-08-26T16:04:38.690Z[ helios-setup] Aug 26 16:04:38.119 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31912026-08-26T16:04:38.690Z[ helios-setup] Aug 26 16:04:38.119 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31922026-08-26T16:04:38.814Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31932026-08-26T16:04:38.868Z[ helios-setup] Aug 26 16:04:38.298 INFO E| Downloading crates ...
31942026-08-26T16:04:38.923Z[ host-package] Compiling rustc_version v0.1.7
31952026-08-26T16:04:38.926Z[ helios-setup] Aug 26 16:04:38.353 INFO E| Downloaded miniz_oxide v0.8.8
31962026-08-26T16:04:38.926Z[ helios-setup] Aug 26 16:04:38.355 INFO E| Downloaded adler2 v2.0.0
31972026-08-26T16:04:38.964Z[ helios-setup] Aug 26 16:04:38.393 INFO E| Compiling adler2 v2.0.0
31982026-08-26T16:04:39.095Z[ helios-setup] Aug 26 16:04:38.508 INFO E| Compiling miniz_oxide v0.8.8
31992026-08-26T16:04:39.190Z[ host-package] Compiling newtype_derive v0.1.6
32002026-08-26T16:04:39.421Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32012026-08-26T16:04:39.446Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32022026-08-26T16:04:39.725Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32032026-08-26T16:04:39.912Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32042026-08-26T16:04:40.101Z[ helios-setup] Aug 26 16:04:39.530 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32052026-08-26T16:04:40.133Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32062026-08-26T16:04:40.621Z[ helios-setup] Aug 26 16:04:40.050 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
32072026-08-26T16:04:40.632Z[ helios-setup] Aug 26 16:04:40.061 INFO building project "pinprick" ok (1 seconds)
32082026-08-26T16:04:40.636Z[ helios-setup] Aug 26 16:04:40.061 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32092026-08-26T16:04:40.673Z[ helios-setup] Aug 26 16:04:40.102 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')"
32102026-08-26T16:04:40.676Z[ helios-setup] Aug 26 16:04:40.102 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32112026-08-26T16:04:40.676Z[ helios-setup] Aug 26 16:04:40.102 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32122026-08-26T16:04:40.874Z[ helios-setup] Aug 26 16:04:40.303 INFO E| Updating crates.io index
32132026-08-26T16:04:40.878Z[ helios-setup] Aug 26 16:04:40.304 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32142026-08-26T16:04:40.906Z[ host-package] Compiling steno v0.4.1
32152026-08-26T16:04:40.959Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32162026-08-26T16:04:41.240Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32172026-08-26T16:04:41.352Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32182026-08-26T16:04:41.668Z[ helios-setup] Aug 26 16:04:41.098 INFO E| From https://github.com/oxidecomputer/amd-apcb
32192026-08-26T16:04:41.668Z[ helios-setup] Aug 26 16:04:41.098 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32202026-08-26T16:04:41.684Z[ helios-setup] Aug 26 16:04:41.112 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32212026-08-26T16:04:41.842Z[ host-package] Compiling sha1 v0.10.6
32222026-08-26T16:04:41.865Z[ host-package] Compiling utf-8 v0.7.6
32232026-08-26T16:04:41.950Z[ host-package] Compiling tagptr v0.2.0
32242026-08-26T16:04:42.102Z[ helios-setup] Aug 26 16:04:41.510 INFO E| From https://github.com/oxidecomputer/amd-efs
32252026-08-26T16:04:42.112Z[ helios-setup] Aug 26 16:04:41.510 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32262026-08-26T16:04:42.121Z[ host-package] Compiling moka v0.12.13
32272026-08-26T16:04:42.188Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32282026-08-26T16:04:42.326Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32292026-08-26T16:04:42.352Z[ host-package] Compiling tungstenite v0.21.0
32302026-08-26T16:04:42.437Z[ helios-setup] Aug 26 16:04:41.867 INFO E| Downloading crates ...
32312026-08-26T16:04:42.492Z[ helios-setup] Aug 26 16:04:41.922 INFO E| Downloaded modular-bitfield v0.13.1
32322026-08-26T16:04:42.520Z[ helios-setup] Aug 26 16:04:41.947 INFO E| Downloaded modular-bitfield-impl v0.13.1
32332026-08-26T16:04:42.523Z[ helios-setup] Aug 26 16:04:41.948 INFO E| Downloaded ansi_term v0.12.1
32342026-08-26T16:04:42.523Z[ helios-setup] Aug 26 16:04:41.949 INFO E| Downloaded autocfg v1.4.0
32352026-08-26T16:04:42.523Z[ helios-setup] Aug 26 16:04:41.950 INFO E| Downloaded unic-ucd-version v0.9.0
32362026-08-26T16:04:42.523Z[ helios-setup] Aug 26 16:04:41.951 INFO E| Downloaded bytesize v2.0.1
32372026-08-26T16:04:42.523Z[ helios-setup] Aug 26 16:04:41.952 INFO E| Downloaded parse_int v0.9.0
32382026-08-26T16:04:42.526Z[ helios-setup] Aug 26 16:04:41.952 INFO E| Downloaded serde_derive v1.0.219
32392026-08-26T16:04:42.526Z[ helios-setup] Aug 26 16:04:41.954 INFO E| Downloaded zerocopy-derive v0.8.25
32402026-08-26T16:04:42.529Z[ helios-setup] Aug 26 16:04:41.958 INFO E| Downloaded strsim v0.8.0
32412026-08-26T16:04:42.530Z[ helios-setup] Aug 26 16:04:41.959 INFO E| Downloaded heck v0.3.3
32422026-08-26T16:04:42.533Z[ helios-setup] Aug 26 16:04:41.959 INFO E| Downloaded unic-common v0.9.0
32432026-08-26T16:04:42.533Z[ helios-setup] Aug 26 16:04:41.960 INFO E| Downloaded strum v0.27.1
32442026-08-26T16:04:42.533Z[ helios-setup] Aug 26 16:04:41.960 INFO E| Downloaded fletcher v1.0.0
32452026-08-26T16:04:42.533Z[ helios-setup] Aug 26 16:04:41.961 INFO E| Downloaded unic-char-property v0.9.0
32462026-08-26T16:04:42.533Z[ helios-setup] Aug 26 16:04:41.961 INFO E| Downloaded unic-char-range v0.9.0
32472026-08-26T16:04:42.536Z[ helios-setup] Aug 26 16:04:41.962 INFO E| Downloaded unic-ucd-ident v0.9.0
32482026-08-26T16:04:42.536Z[ helios-setup] Aug 26 16:04:41.963 INFO E| Downloaded dyn-clone v1.0.19
32492026-08-26T16:04:42.536Z[ helios-setup] Aug 26 16:04:41.964 INFO E| Downloaded vec_map v0.8.2
32502026-08-26T16:04:42.536Z[ helios-setup] Aug 26 16:04:41.965 INFO E| Downloaded modular-bitfield-impl v0.11.2
32512026-08-26T16:04:42.536Z[ helios-setup] Aug 26 16:04:41.965 INFO E| Downloaded textwrap v0.11.0
32522026-08-26T16:04:42.546Z[ helios-setup] Aug 26 16:04:41.976 INFO E| Downloaded quote v1.0.40
32532026-08-26T16:04:42.549Z[ helios-setup] Aug 26 16:04:41.977 INFO E| Downloaded thiserror-impl v2.0.12
32542026-08-26T16:04:42.549Z[ helios-setup] Aug 26 16:04:41.978 INFO E| Downloaded four-cc v0.4.0
32552026-08-26T16:04:42.552Z[ helios-setup] Aug 26 16:04:41.979 INFO E| Downloaded thiserror v2.0.12
32562026-08-26T16:04:42.555Z[ helios-setup] Aug 26 16:04:41.984 INFO E| Downloaded rustversion v1.0.20
32572026-08-26T16:04:42.558Z[ helios-setup] Aug 26 16:04:41.985 INFO E| Downloaded structopt-derive v0.4.18
32582026-08-26T16:04:42.558Z[ helios-setup] Aug 26 16:04:41.986 INFO E| Downloaded pest_generator v2.8.0
32592026-08-26T16:04:42.558Z[ helios-setup] Aug 26 16:04:41.987 INFO E| Downloaded modular-bitfield v0.11.2
32602026-08-26T16:04:42.563Z[ helios-setup] Aug 26 16:04:41.993 INFO E| Downloaded unicode-ident v1.0.18
32612026-08-26T16:04:42.566Z[ helios-setup] Aug 26 16:04:41.994 INFO E| Downloaded strum_macros v0.27.1
32622026-08-26T16:04:42.566Z[ helios-setup] Aug 26 16:04:41.995 INFO E| Downloaded log v0.4.27
32632026-08-26T16:04:42.587Z[ helios-setup] Aug 26 16:04:42.016 INFO E| Downloaded pest_derive v2.8.0
32642026-08-26T16:04:42.592Z[ helios-setup] Aug 26 16:04:42.017 INFO E| Downloaded pest_meta v2.8.0
32652026-08-26T16:04:42.592Z[ helios-setup] Aug 26 16:04:42.018 INFO E| Downloaded structopt v0.3.26
32662026-08-26T16:04:42.599Z[ helios-setup] Aug 26 16:04:42.026 INFO E| Downloaded proc-macro2 v1.0.95
32672026-08-26T16:04:42.606Z[ helios-setup] Aug 26 16:04:42.028 INFO E| Downloaded typenum v1.18.0
32682026-08-26T16:04:42.606Z[ helios-setup] Aug 26 16:04:42.030 INFO E| Downloaded serde v1.0.219
32692026-08-26T16:04:42.606Z[ helios-setup] Aug 26 16:04:42.032 INFO E| Downloaded memchr v2.7.4
32702026-08-26T16:04:42.629Z[ helios-setup] Aug 26 16:04:42.049 INFO E| Downloaded pest v2.8.0
32712026-08-26T16:04:42.629Z[ helios-setup] Aug 26 16:04:42.055 INFO E| Downloaded serde_json v1.0.140
32722026-08-26T16:04:42.638Z[ helios-setup] Aug 26 16:04:42.066 INFO E| Downloaded goblin v0.9.3
32732026-08-26T16:04:42.643Z[ helios-setup] Aug 26 16:04:42.070 INFO E| Downloaded clap v2.34.0
32742026-08-26T16:04:42.648Z[ helios-setup] Aug 26 16:04:42.075 INFO E| Downloaded zerocopy v0.8.25
32752026-08-26T16:04:42.661Z[ helios-setup] Aug 26 16:04:42.090 INFO E| Downloaded syn v2.0.101
32762026-08-26T16:04:42.669Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32772026-08-26T16:04:42.682Z[ helios-setup] Aug 26 16:04:42.111 INFO E| Downloaded libc v0.2.172
32782026-08-26T16:04:42.751Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling proc-macro2 v1.0.95
32792026-08-26T16:04:42.751Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling unicode-ident v1.0.18
32802026-08-26T16:04:42.751Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling memchr v2.7.4
32812026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling autocfg v1.4.0
32822026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling thiserror v2.0.12
32832026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling syn v1.0.109
32842026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling serde v1.0.219
32852026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling version_check v0.9.5
32862026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling serde_json v1.0.140
32872026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling itoa v1.0.15
32882026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling schemars v0.8.22
32892026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling ryu v1.0.20
32902026-08-26T16:04:42.755Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling rustversion v1.0.20
32912026-08-26T16:04:42.756Z[ helios-setup] Aug 26 16:04:42.180 INFO E| Compiling paste v1.0.15
32922026-08-26T16:04:42.762Z[ host-package] Compiling darling_core v0.21.3
32932026-08-26T16:04:42.804Z[ helios-setup] Aug 26 16:04:42.233 INFO E| Compiling libc v0.2.172
32942026-08-26T16:04:42.804Z[ helios-setup] Aug 26 16:04:42.233 INFO E| Compiling ucd-trie v0.1.7
32952026-08-26T16:04:43.299Z[ helios-setup] Aug 26 16:04:42.727 INFO E| Compiling dyn-clone v1.0.19
32962026-08-26T16:04:43.566Z[ host-package] Compiling hickory-resolver v0.25.2
32972026-08-26T16:04:43.628Z[ helios-setup] Aug 26 16:04:43.057 INFO E| Compiling static_assertions v1.1.0
32982026-08-26T16:04:43.631Z[ helios-setup] Aug 26 16:04:43.058 INFO E| Compiling zerocopy v0.8.25
32992026-08-26T16:04:43.655Z[ helios-setup] Aug 26 16:04:43.084 INFO E| Compiling num-traits v0.2.19
33002026-08-26T16:04:43.718Z[ helios-setup] Aug 26 16:04:43.147 INFO E| Compiling memoffset v0.9.1
33012026-08-26T16:04:43.743Z[ helios-setup] Aug 26 16:04:43.172 INFO E| Compiling once_cell v1.21.3
33022026-08-26T16:04:44.025Z[ helios-setup] Aug 26 16:04:43.455 INFO E| Compiling unicode-width v0.1.14
33032026-08-26T16:04:44.048Z[ helios-setup] Aug 26 16:04:43.477 INFO E| Compiling heck v0.5.0
33042026-08-26T16:04:44.113Z[ helios-setup] Aug 26 16:04:43.542 INFO E| Compiling unicode-segmentation v1.12.0
33052026-08-26T16:04:44.163Z[ helios-setup] Aug 26 16:04:43.592 INFO E| Compiling unic-char-range v0.9.0
33062026-08-26T16:04:44.393Z[ helios-setup] Aug 26 16:04:43.822 INFO E| Compiling bitflags v1.3.2
33072026-08-26T16:04:44.418Z[ helios-setup] Aug 26 16:04:43.847 INFO E| Compiling atty v0.2.14
33082026-08-26T16:04:44.445Z[ helios-setup] Aug 26 16:04:43.874 INFO E| Compiling textwrap v0.11.0
33092026-08-26T16:04:44.450Z[ helios-setup] Aug 26 16:04:43.879 INFO E| Compiling byteorder v1.5.0
33102026-08-26T16:04:44.457Z[ helios-setup] Aug 26 16:04:43.886 INFO E| Compiling proc-macro-error-attr v1.0.4
33112026-08-26T16:04:44.493Z[ helios-setup] Aug 26 16:04:43.922 INFO E| Compiling proc-macro-error v1.0.4
33122026-08-26T16:04:44.544Z[ helios-setup] Aug 26 16:04:43.973 INFO E| Compiling vec_map v0.8.2
33132026-08-26T16:04:44.627Z[ helios-setup] Aug 26 16:04:44.055 INFO E| Compiling ansi_term v0.12.1
33142026-08-26T16:04:44.671Z[ helios-setup] Aug 26 16:04:44.100 INFO E| Compiling fletcher v1.0.0
33152026-08-26T16:04:44.726Z[ helios-setup] Aug 26 16:04:44.154 INFO E| Compiling strum v0.27.1
33162026-08-26T16:04:44.838Z[ helios-setup] Aug 26 16:04:44.267 INFO E| Compiling heck v0.3.3
33172026-08-26T16:04:44.847Z[ helios-setup] Aug 26 16:04:44.277 INFO E| Compiling strsim v0.8.0
33182026-08-26T16:04:44.921Z[ helios-setup] Aug 26 16:04:44.351 INFO E| Compiling unic-common v0.9.0
33192026-08-26T16:04:44.983Z[ helios-setup] Aug 26 16:04:44.412 INFO E| Compiling unic-char-property v0.9.0
33202026-08-26T16:04:45.011Z[ helios-setup] Aug 26 16:04:44.437 INFO E| Compiling unic-ucd-version v0.9.0
33212026-08-26T16:04:45.025Z[ helios-setup] Aug 26 16:04:44.453 INFO E| Compiling lazy_static v1.5.0
33222026-08-26T16:04:45.041Z[ helios-setup] Aug 26 16:04:44.470 INFO E| Compiling plain v0.2.3
33232026-08-26T16:04:45.059Z[ helios-setup] Aug 26 16:04:44.488 INFO E| Compiling log v0.4.27
33242026-08-26T16:04:45.086Z[ helios-setup] Aug 26 16:04:44.515 INFO E| Compiling unic-ucd-ident v0.9.0
33252026-08-26T16:04:45.114Z[ helios-setup] Aug 26 16:04:44.543 INFO E| Compiling bytesize v2.0.1
33262026-08-26T16:04:45.207Z[ helios-setup] Aug 26 16:04:44.636 INFO E| Compiling clap v2.34.0
33272026-08-26T16:04:45.312Z[ host-package] Compiling tokio-tungstenite v0.21.0
33282026-08-26T16:04:45.522Z[ helios-setup] Aug 26 16:04:44.951 INFO E| Compiling parse_int v0.9.0
33292026-08-26T16:04:45.659Z[ helios-setup] Aug 26 16:04:45.088 INFO E| Compiling quote v1.0.40
33302026-08-26T16:04:45.776Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33312026-08-26T16:04:45.899Z[ helios-setup] Aug 26 16:04:45.328 INFO E| Compiling syn v2.0.101
33322026-08-26T16:04:45.959Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-08-26T16:04:46.420Z[ host-package] Compiling display-error-chain v0.2.2
33342026-08-26T16:04:46.594Z[ host-package] Compiling darling_macro v0.21.3
33352026-08-26T16:04:46.657Z[ host-package] Compiling libscf-sys v1.2.0
33362026-08-26T16:04:46.873Z[ host-package] Compiling vergen-lib v0.1.6
33372026-08-26T16:04:46.973Z[ host-package] Compiling diesel_derives v2.3.7
33382026-08-26T16:04:47.290Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33392026-08-26T16:04:47.342Z[ host-package] Compiling darling v0.21.3
33402026-08-26T16:04:47.449Z[ host-package] Compiling vergen-gitcl v1.0.8
33412026-08-26T16:04:47.535Z[ host-package] Compiling dsl_auto_type v0.2.0
33422026-08-26T16:04:47.693Z[ host-package] Compiling dirs-sys-next v0.1.2
33432026-08-26T16:04:47.940Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33442026-08-26T16:04:48.033Z[ host-package] Compiling glob v0.3.3
33452026-08-26T16:04:48.357Z[ host-package] Compiling crunchy v0.2.4
33462026-08-26T16:04:48.409Z[ host-package] Compiling maplit v1.0.2
33472026-08-26T16:04:48.561Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33482026-08-26T16:04:48.618Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33492026-08-26T16:04:48.683Z[ helios-setup] Aug 26 16:04:48.112 INFO E| Compiling serde_derive_internals v0.29.1
33502026-08-26T16:04:48.868Z[ helios-setup] Aug 26 16:04:48.297 INFO E| Compiling modular-bitfield-impl v0.11.2
33512026-08-26T16:04:48.868Z[ helios-setup] Aug 26 16:04:48.297 INFO E| Compiling structopt-derive v0.4.18
33522026-08-26T16:04:49.014Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33532026-08-26T16:04:49.110Z[ host-package] Compiling clang-sys v1.8.1
33542026-08-26T16:04:49.181Z[ host-package] Compiling dirs-next v2.0.0
33552026-08-26T16:04:49.636Z[ host-package] Compiling r2d2 v0.8.10
33562026-08-26T16:04:49.773Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33572026-08-26T16:04:49.854Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling thiserror-impl v2.0.12
33582026-08-26T16:04:49.854Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling serde_derive v1.0.219
33592026-08-26T16:04:49.854Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling zerocopy-derive v0.8.25
33602026-08-26T16:04:49.858Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling modular-bitfield-impl v0.13.1
33612026-08-26T16:04:49.858Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling num-derive v0.4.2
33622026-08-26T16:04:49.858Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling scroll_derive v0.12.1
33632026-08-26T16:04:49.858Z[ helios-setup] Aug 26 16:04:49.283 INFO E| Compiling strum_macros v0.27.1
33642026-08-26T16:04:49.946Z[ helios-setup] Aug 26 16:04:49.375 INFO E| Compiling schemars_derive v0.8.22
33652026-08-26T16:04:50.046Z[ host-package] Compiling papergrid v0.18.0
33662026-08-26T16:04:50.374Z[ helios-setup] Aug 26 16:04:49.803 INFO E| Compiling structopt v0.3.26
33672026-08-26T16:04:50.459Z[ helios-setup] Aug 26 16:04:49.888 INFO E| Compiling modular-bitfield v0.11.2
33682026-08-26T16:04:50.468Z[ host-package] Compiling downcast-rs v2.0.2
33692026-08-26T16:04:50.726Z[ host-package] Compiling tiny-keccak v2.0.2
33702026-08-26T16:04:50.795Z[ host-package] Compiling xshell-macros v0.2.7
33712026-08-26T16:04:51.178Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33722026-08-26T16:04:51.287Z[ helios-setup] Aug 26 16:04:50.716 INFO E| Compiling scroll v0.12.0
33732026-08-26T16:04:51.315Z[ host-package] Compiling term v0.7.0
33742026-08-26T16:04:51.543Z[ helios-setup] Aug 26 16:04:50.972 INFO E| Compiling goblin v0.9.3
33752026-08-26T16:04:51.805Z[ helios-setup] Aug 26 16:04:51.234 INFO E| Compiling pest v2.8.0
33762026-08-26T16:04:51.995Z[ host-package] Compiling tabled v0.21.0
33772026-08-26T16:04:52.065Z[ host-package] Compiling xshell v0.2.7
33782026-08-26T16:04:52.285Z[ helios-setup] Aug 26 16:04:51.714 INFO E| Compiling modular-bitfield v0.13.1
33792026-08-26T16:04:52.341Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33802026-08-26T16:04:52.483Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33812026-08-26T16:04:52.831Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33822026-08-26T16:04:53.094Z[ helios-setup] Aug 26 16:04:52.521 INFO E| Compiling pest_meta v2.8.0
33832026-08-26T16:04:53.138Z[ host-package] Compiling bit-vec v0.6.3
33842026-08-26T16:04:53.450Z[ host-package] Compiling bit-set v0.5.3
33852026-08-26T16:04:53.501Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-08-26T16:04:53.571Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33872026-08-26T16:04:53.630Z[ host-package] Compiling ascii-canvas v3.0.0
33882026-08-26T16:04:53.669Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33892026-08-26T16:04:53.801Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-08-26T16:04:53.921Z[ helios-setup] Aug 26 16:04:53.349 INFO E| Compiling pest_generator v2.8.0
33912026-08-26T16:04:54.021Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33922026-08-26T16:04:54.327Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33932026-08-26T16:04:54.513Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33942026-08-26T16:04:54.799Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33952026-08-26T16:04:54.838Z[ helios-setup] Aug 26 16:04:54.267 INFO E| Compiling pest_derive v2.8.0
33962026-08-26T16:04:54.895Z[ host-package] Compiling itertools v0.10.5
33972026-08-26T16:04:54.987Z[ host-package] Compiling ena v0.14.4
33982026-08-26T16:04:55.160Z[ host-package] Compiling libloading v0.8.9
33992026-08-26T16:04:55.194Z[ host-package] Compiling regex-syntax v0.6.29
34002026-08-26T16:04:55.430Z[ host-package] Compiling diesel v2.3.7
34012026-08-26T16:04:55.481Z[ host-package] Compiling bindgen v0.71.1
34022026-08-26T16:04:55.549Z[ host-package] Compiling unicase v2.9.0
34032026-08-26T16:04:55.968Z[ helios-setup] Aug 26 16:04:55.391 INFO E| Compiling json5 v0.4.1
34042026-08-26T16:04:55.974Z[ host-package] Compiling diff v0.1.13
34052026-08-26T16:04:56.414Z[ host-package] Compiling cexpr v0.6.0
34062026-08-26T16:04:56.484Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34072026-08-26T16:04:56.743Z[ host-package] Compiling crc8 v0.1.1
34082026-08-26T16:04:56.790Z[ host-package] Compiling lalrpop v0.19.12
34092026-08-26T16:04:56.907Z[ host-package] Compiling rustc-hash v2.1.1
34102026-08-26T16:04:57.243Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34112026-08-26T16:04:57.247Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34122026-08-26T16:04:57.469Z[ helios-setup] Aug 26 16:04:56.898 INFO E| Compiling four-cc v0.4.0
34132026-08-26T16:04:57.470Z[ helios-setup] Aug 26 16:04:56.899 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34142026-08-26T16:04:57.472Z[ host-package] Compiling headers-core v0.3.0
34152026-08-26T16:04:57.534Z[ host-package] Compiling libxml v0.3.3
34162026-08-26T16:04:57.633Z[ helios-setup] Aug 26 16:04:57.057 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34172026-08-26T16:04:57.672Z[ host-package] Compiling headers v0.4.1
34182026-08-26T16:04:58.122Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34192026-08-26T16:04:58.415Z[ host-package] Compiling strum_macros v0.24.3
34202026-08-26T16:04:58.816Z[ host-package] Compiling indoc v1.0.9
34212026-08-26T16:04:58.969Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34222026-08-26T16:04:59.331Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34232026-08-26T16:04:59.376Z[ host-package] Compiling derive_builder v0.20.2
34242026-08-26T16:04:59.652Z[ host-package] Compiling oso-derive v0.27.3
34252026-08-26T16:04:59.738Z[ host-package] Compiling quick-xml v0.37.5
34262026-08-26T16:04:59.868Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34272026-08-26T16:05:00.015Z[ host-package] Compiling openssl-probe v0.1.6
34282026-08-26T16:05:00.372Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34292026-08-26T16:05:00.403Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34302026-08-26T16:05:00.455Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34312026-08-26T16:05:00.974Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34322026-08-26T16:05:01.103Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34332026-08-26T16:05:01.143Z[ host-package] Compiling bb8 v0.8.6
34342026-08-26T16:05:01.188Z[ host-package] Compiling trait-variant v0.1.2
34352026-08-26T16:05:01.240Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34362026-08-26T16:05:01.363Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34372026-08-26T16:05:01.611Z[ host-package] Compiling half v1.8.3
34382026-08-26T16:05:01.723Z[ host-package] Compiling proc-macro-error2 v2.0.1
34392026-08-26T16:05:01.758Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34402026-08-26T16:05:01.781Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34412026-08-26T16:05:01.899Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34422026-08-26T16:05:02.044Z[ host-package] Compiling serde_cbor v0.11.2
34432026-08-26T16:05:02.070Z[ host-package] Compiling hashbrown v0.14.5
34442026-08-26T16:05:02.203Z[ host-package] Compiling rfc6979 v0.4.0
34452026-08-26T16:05:02.480Z[ host-package] Compiling salty v0.3.0
34462026-08-26T16:05:02.536Z[ host-package] Compiling ecdsa v0.16.9
34472026-08-26T16:05:02.708Z[ host-package] Compiling chumsky v0.9.3
34482026-08-26T16:05:02.853Z[ host-package] Compiling knus-derive v3.4.0
34492026-08-26T16:05:03.062Z[ host-package] Compiling samael v0.0.19
34502026-08-26T16:05:03.157Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34512026-08-26T16:05:03.261Z[ host-package] Compiling progenitor-impl v0.13.0
34522026-08-26T16:05:03.537Z[ host-package] Compiling primeorder v0.13.6
34532026-08-26T16:05:04.102Z[ host-package] Compiling nonempty v0.12.0
34542026-08-26T16:05:04.102Z[ host-package] Compiling p384 v0.13.1
34552026-08-26T16:05:04.316Z[ host-package] Compiling knus v3.4.0
34562026-08-26T16:05:04.356Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34572026-08-26T16:05:04.798Z[ host-package] Compiling polar-core v0.27.3
34582026-08-26T16:05:05.219Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34592026-08-26T16:05:05.570Z[ host-package] Compiling progenitor-macro v0.13.0
34602026-08-26T16:05:05.672Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34612026-08-26T16:05:06.466Z[ host-package] Compiling progenitor-client v0.13.0
34622026-08-26T16:05:07.068Z[ host-package] Compiling fxhash v0.2.1
34632026-08-26T16:05:07.153Z[ host-package] Compiling libz-sys v1.1.24
34642026-08-26T16:05:07.316Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34652026-08-26T16:05:07.439Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34662026-08-26T16:05:07.779Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34672026-08-26T16:05:08.036Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34682026-08-26T16:05:08.469Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34692026-08-26T16:05:08.694Z[ host-package] Compiling kstat-rs v0.2.5
34702026-08-26T16:05:09.544Z[ host-package] Compiling mime_guess v2.0.5
34712026-08-26T16:05:09.857Z[ host-package] Compiling progenitor v0.13.0
34722026-08-26T16:05:10.070Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34732026-08-26T16:05:11.017Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34742026-08-26T16:05:11.220Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34752026-08-26T16:05:11.513Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34762026-08-26T16:05:11.640Z[ host-package] Compiling nanorand v0.7.0
34772026-08-26T16:05:11.929Z[ helios-setup] Aug 26 16:05:11.357 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34782026-08-26T16:05:12.223Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34792026-08-26T16:05:12.377Z[ host-package] Compiling parking_lot_core v0.8.6
34802026-08-26T16:05:12.452Z[ host-package] Compiling flume v0.11.1
34812026-08-26T16:05:12.850Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34822026-08-26T16:05:12.931Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34832026-08-26T16:05:13.254Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34842026-08-26T16:05:14.182Z[ host-package] Compiling async-bb8-diesel v0.2.1
34852026-08-26T16:05:14.311Z[ host-package] Compiling oso v0.27.3
34862026-08-26T16:05:14.735Z[ host-package] Compiling diesel-dtrace v0.5.0
34872026-08-26T16:05:15.248Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34882026-08-26T16:05:15.723Z[ helios-setup] Aug 26 16:05:15.152 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34892026-08-26T16:05:15.906Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34902026-08-26T16:05:16.422Z[ host-package] Compiling git-stub v1.0.0
34912026-08-26T16:05:16.557Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34922026-08-26T16:05:16.687Z[ host-package] Compiling strsim v0.10.0
34932026-08-26T16:05:16.825Z[ host-package] Compiling instability v0.3.11
34942026-08-26T16:05:16.999Z[ host-package] Compiling corncobs v0.1.4
34952026-08-26T16:05:17.104Z[ host-package] Compiling http-range v0.1.5
34962026-08-26T16:05:17.295Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34972026-08-26T16:05:17.504Z[ host-package] Compiling darling_core v0.13.4
34982026-08-26T16:05:17.826Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34992026-08-26T16:05:17.963Z[ host-package] Compiling git-stub-vcs v0.1.0
35002026-08-26T16:05:19.229Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35012026-08-26T16:05:20.060Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35022026-08-26T16:05:20.446Z[ host-package] Compiling ignore v0.4.25
35032026-08-26T16:05:21.251Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35042026-08-26T16:05:21.426Z[ host-package] Compiling anstyle-parse v0.2.7
35052026-08-26T16:05:21.762Z[ host-package] Compiling secrecy v0.8.0
35062026-08-26T16:05:21.812Z[ host-package] Compiling vergen-git2 v9.1.0
35072026-08-26T16:05:21.966Z[ host-package] Compiling castaway v0.2.4
35082026-08-26T16:05:22.103Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35092026-08-26T16:05:22.213Z[ host-package] Compiling indoc v2.0.7
35102026-08-26T16:05:22.393Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35112026-08-26T16:05:22.812Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35122026-08-26T16:05:22.880Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35132026-08-26T16:05:23.832Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35142026-08-26T16:05:24.003Z[ host-package] Compiling compact_str v0.8.1
35152026-08-26T16:05:24.933Z[ host-package] Compiling anstream v0.6.21
35162026-08-26T16:05:25.114Z[ host-package] Compiling globwalk v0.9.1
35172026-08-26T16:05:25.606Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35182026-08-26T16:05:25.694Z[ host-package] Compiling parking_lot v0.11.2
35192026-08-26T16:05:25.829Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35202026-08-26T16:05:26.558Z[ host-package] Compiling hyper-staticfile v0.10.1
35212026-08-26T16:05:26.657Z[ host-package] Compiling darling_macro v0.13.4
35222026-08-26T16:05:27.061Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35232026-08-26T16:05:27.313Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35242026-08-26T16:05:27.333Z[ helios-setup] Aug 26 16:05:26.761 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.62s
35252026-08-26T16:05:27.354Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35262026-08-26T16:05:27.369Z[ helios-setup] Aug 26 16:05:26.798 INFO building project "amd-host-image-builder" ok (46 seconds)
35272026-08-26T16:05:27.370Z[ helios-setup] Aug 26 16:05:26.798 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35282026-08-26T16:05:27.378Z[ helios-setup] Aug 26 16:05:26.807 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
35292026-08-26T16:05:27.378Z[ helios-setup] Aug 26 16:05:26.807 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35302026-08-26T16:05:27.381Z[ helios-setup] Aug 26 16:05:26.807 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35312026-08-26T16:05:27.492Z[ helios-setup] Aug 26 16:05:26.921 INFO E| Downloading crates ...
35322026-08-26T16:05:27.541Z[ helios-setup] Aug 26 16:05:26.970 INFO E| Downloaded anyhow v1.0.62
35332026-08-26T16:05:27.544Z[ helios-setup] Aug 26 16:05:26.972 INFO E| Downloaded sha2 v0.10.5
35342026-08-26T16:05:27.547Z[ helios-setup] Aug 26 16:05:26.974 INFO E| Downloaded generic-array v0.14.6
35352026-08-26T16:05:27.547Z[ helios-setup] Aug 26 16:05:26.975 INFO E| Downloaded typenum v1.15.0
35362026-08-26T16:05:27.551Z[ helios-setup] Aug 26 16:05:26.980 INFO E| Downloaded cpufeatures v0.2.5
35372026-08-26T16:05:27.554Z[ helios-setup] Aug 26 16:05:26.981 INFO E| Downloaded block-buffer v0.10.3
35382026-08-26T16:05:27.554Z[ helios-setup] Aug 26 16:05:26.982 INFO E| Downloaded digest v0.10.3
35392026-08-26T16:05:27.557Z[ helios-setup] Aug 26 16:05:26.985 INFO E| Downloaded unicode-width v0.1.10
35402026-08-26T16:05:27.564Z[ helios-setup] Aug 26 16:05:26.992 INFO E| Downloaded bytes v1.2.1
35412026-08-26T16:05:27.567Z[ helios-setup] Aug 26 16:05:26.995 INFO E| Downloaded flate2 v1.0.25
35422026-08-26T16:05:27.569Z[ helios-setup] Aug 26 16:05:26.997 INFO E| Downloaded miniz_oxide v0.6.2
35432026-08-26T16:05:27.612Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling version_check v0.9.4
35442026-08-26T16:05:27.612Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling typenum v1.15.0
35452026-08-26T16:05:27.618Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling cfg-if v1.0.0
35462026-08-26T16:05:27.618Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling crc32fast v1.3.2
35472026-08-26T16:05:27.618Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling anyhow v1.0.62
35482026-08-26T16:05:27.618Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling adler v1.0.2
35492026-08-26T16:05:27.618Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling unicode-width v0.1.10
35502026-08-26T16:05:27.618Z[ helios-setup] Aug 26 16:05:27.041 INFO E| Compiling cpufeatures v0.2.5
35512026-08-26T16:05:27.645Z[ helios-setup] Aug 26 16:05:27.074 INFO E| Compiling bitflags v1.3.2
35522026-08-26T16:05:27.645Z[ helios-setup] Aug 26 16:05:27.074 INFO E| Compiling bytes v1.2.1
35532026-08-26T16:05:27.806Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35542026-08-26T16:05:27.846Z[ helios-setup] Aug 26 16:05:27.268 INFO E| Compiling getopts v0.2.21
35552026-08-26T16:05:27.882Z[ helios-setup] Aug 26 16:05:27.309 INFO E| Compiling miniz_oxide v0.6.2
35562026-08-26T16:05:27.986Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35572026-08-26T16:05:28.055Z[ host-package] Compiling predicates-tree v1.0.13
35582026-08-26T16:05:28.153Z[ helios-setup] Aug 26 16:05:27.550 INFO E| Compiling generic-array v0.14.6
35592026-08-26T16:05:28.402Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35602026-08-26T16:05:28.482Z[ host-package] Compiling unicode-truncate v1.1.0
35612026-08-26T16:05:28.533Z[ helios-setup] Aug 26 16:05:27.961 INFO E| Compiling flate2 v1.0.25
35622026-08-26T16:05:28.842Z[ host-package] Compiling lru v0.12.5
35632026-08-26T16:05:28.880Z[ host-package] Compiling prefix-trie v0.7.0
35642026-08-26T16:05:28.930Z[ host-package] Compiling rand_seeder v0.4.0
35652026-08-26T16:05:29.144Z[ host-package] Compiling cassowary v0.3.0
35662026-08-26T16:05:29.381Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35672026-08-26T16:05:29.504Z[ host-package] Compiling ratatui v0.29.0
35682026-08-26T16:05:29.540Z[ host-package] Compiling hickory-server v0.25.2
35692026-08-26T16:05:29.663Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35702026-08-26T16:05:29.752Z[ helios-setup] Aug 26 16:05:29.180 INFO E| Compiling crypto-common v0.1.6
35712026-08-26T16:05:29.752Z[ helios-setup] Aug 26 16:05:29.180 INFO E| Compiling block-buffer v0.10.3
35722026-08-26T16:05:29.867Z[ helios-setup] Aug 26 16:05:29.295 INFO E| Compiling digest v0.10.3
35732026-08-26T16:05:29.931Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35742026-08-26T16:05:30.020Z[ host-package] Compiling darling v0.13.4
35752026-08-26T16:05:30.037Z[ helios-setup] Aug 26 16:05:29.465 INFO E| Compiling sha2 v0.10.5
35762026-08-26T16:05:30.139Z[ host-package] Compiling sled v0.34.7
35772026-08-26T16:05:30.284Z[ helios-setup] Aug 26 16:05:29.712 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35782026-08-26T16:05:30.445Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35792026-08-26T16:05:30.889Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-08-26T16:05:31.252Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35812026-08-26T16:05:31.419Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35822026-08-26T16:05:31.772Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35832026-08-26T16:05:32.167Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35842026-08-26T16:05:32.252Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35852026-08-26T16:05:32.655Z[ helios-setup] Aug 26 16:05:32.083 INFO E| Finished `release` profile [optimized] target(s) in 5.26s
35862026-08-26T16:05:32.668Z[ helios-setup] Aug 26 16:05:32.096 INFO building project "bootserver" ok (5 seconds)
35872026-08-26T16:05:32.668Z[ helios-setup] Aug 26 16:05:32.096 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35882026-08-26T16:05:32.678Z[ helios-setup] Aug 26 16:05:32.107 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35892026-08-26T16:05:32.678Z[ helios-setup] Aug 26 16:05:32.107 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35902026-08-26T16:05:32.681Z[ helios-setup] Aug 26 16:05:32.107 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35912026-08-26T16:05:32.874Z[ helios-setup] Aug 26 16:05:32.302 INFO E| Downloading crates ...
35922026-08-26T16:05:32.914Z[ helios-setup] Aug 26 16:05:32.342 INFO E| Downloaded errno v0.3.12
35932026-08-26T16:05:32.926Z[ helios-setup] Aug 26 16:05:32.355 INFO E| Downloaded serde_with_macros v3.12.0
35942026-08-26T16:05:32.929Z[ helios-setup] Aug 26 16:05:32.357 INFO E| Downloaded anyhow v1.0.98
35952026-08-26T16:05:32.938Z[ helios-setup] Aug 26 16:05:32.365 INFO E| Downloaded time-core v0.1.4
35962026-08-26T16:05:32.943Z[ helios-setup] Aug 26 16:05:32.372 INFO E| Downloaded deranged v0.4.0
35972026-08-26T16:05:32.946Z[ helios-setup] Aug 26 16:05:32.374 INFO E| Downloaded time-macros v0.2.22
35982026-08-26T16:05:32.949Z[ helios-setup] Aug 26 16:05:32.376 INFO E| Downloaded bitflags v2.9.1
35992026-08-26T16:05:32.953Z[ helios-setup] Aug 26 16:05:32.382 INFO E| Downloaded tempfile v3.20.0
36002026-08-26T16:05:32.962Z[ helios-setup] Aug 26 16:05:32.391 INFO E| Downloaded iana-time-zone v0.1.63
36012026-08-26T16:05:32.969Z[ helios-setup] Aug 26 16:05:32.397 INFO E| Downloaded getrandom v0.3.3
36022026-08-26T16:05:32.980Z[ helios-setup] Aug 26 16:05:32.408 INFO E| Downloaded indexmap v2.9.0
36032026-08-26T16:05:32.988Z[ helios-setup] Aug 26 16:05:32.417 INFO E| Downloaded time v0.3.41
36042026-08-26T16:05:32.993Z[ helios-setup] Aug 26 16:05:32.421 INFO E| Downloaded hashbrown v0.15.3
36052026-08-26T16:05:32.995Z[ helios-setup] Aug 26 16:05:32.424 INFO E| Downloaded serde_with v3.12.0
36062026-08-26T16:05:33.002Z[ helios-setup] Aug 26 16:05:32.430 INFO E| Downloaded chrono v0.4.41
36072026-08-26T16:05:33.015Z[ helios-setup] Aug 26 16:05:32.443 INFO E| Downloaded rustix v1.0.7
36082026-08-26T16:05:33.076Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling proc-macro2 v1.0.95
36092026-08-26T16:05:33.076Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling unicode-ident v1.0.18
36102026-08-26T16:05:33.076Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling libc v0.2.172
36112026-08-26T16:05:33.079Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling strsim v0.11.1
36122026-08-26T16:05:33.079Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling fnv v1.0.7
36132026-08-26T16:05:33.079Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling ident_case v1.0.1
36142026-08-26T16:05:33.079Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling serde v1.0.219
36152026-08-26T16:05:33.079Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling getrandom v0.3.3
36162026-08-26T16:05:33.079Z[ helios-setup] Aug 26 16:05:32.505 INFO E| Compiling rustix v1.0.7
36172026-08-26T16:05:33.093Z[ helios-setup] Aug 26 16:05:32.520 INFO E| Compiling bitflags v2.9.1
36182026-08-26T16:05:33.093Z[ helios-setup] Aug 26 16:05:32.520 INFO E| Compiling thiserror v2.0.12
36192026-08-26T16:05:33.096Z[ helios-setup] Aug 26 16:05:32.520 INFO E| Compiling anyhow v1.0.98
36202026-08-26T16:05:33.096Z[ helios-setup] Aug 26 16:05:32.520 INFO E| Compiling serde_json v1.0.140
36212026-08-26T16:05:33.111Z[ helios-setup] Aug 26 16:05:32.540 INFO E| Compiling cfg-if v1.0.0
36222026-08-26T16:05:33.111Z[ helios-setup] Aug 26 16:05:32.540 INFO E| Compiling itoa v1.0.15
36232026-08-26T16:05:33.114Z[ helios-setup] Aug 26 16:05:32.540 INFO E| Compiling ryu v1.0.20
36242026-08-26T16:05:33.496Z[ helios-setup] Aug 26 16:05:32.921 INFO E| Compiling once_cell v1.21.3
36252026-08-26T16:05:33.519Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36262026-08-26T16:05:33.633Z[ helios-setup] Aug 26 16:05:33.061 INFO E| Compiling memchr v2.7.4
36272026-08-26T16:05:33.645Z[ helios-setup] Aug 26 16:05:33.074 INFO E| Compiling fastrand v2.3.0
36282026-08-26T16:05:33.659Z[ helios-setup] Aug 26 16:05:33.087 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36292026-08-26T16:05:34.545Z[ helios-setup] Aug 26 16:05:33.973 INFO E| Compiling quote v1.0.40
36302026-08-26T16:05:34.552Z[ helios-setup] Aug 26 16:05:33.981 INFO E| Compiling errno v0.3.12
36312026-08-26T16:05:34.783Z[ helios-setup] Aug 26 16:05:34.212 INFO E| Compiling syn v2.0.101
36322026-08-26T16:05:34.828Z[ host-package] Compiling serde_with_macros v1.5.2
36332026-08-26T16:05:35.398Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36342026-08-26T16:05:35.472Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36352026-08-26T16:05:35.558Z[ helios-setup] Aug 26 16:05:34.987 INFO E| Compiling tempfile v3.20.0
36362026-08-26T16:05:36.075Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36372026-08-26T16:05:36.386Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36382026-08-26T16:05:36.649Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36392026-08-26T16:05:36.875Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36402026-08-26T16:05:37.138Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36412026-08-26T16:05:37.357Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36422026-08-26T16:05:37.517Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36432026-08-26T16:05:37.540Z[ helios-setup] Aug 26 16:05:36.969 INFO E| Compiling darling_core v0.20.11
36442026-08-26T16:05:37.583Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36452026-08-26T16:05:37.697Z[ host-package] Compiling arc-swap v1.8.2
36462026-08-26T16:05:37.811Z[ host-package] Compiling void v1.0.2
36472026-08-26T16:05:37.953Z[ host-package] Compiling lzss v0.8.2
36482026-08-26T16:05:38.042Z[ host-package] Compiling slog-scope v4.4.1
36492026-08-26T16:05:38.483Z[ host-package] Compiling serde_with v1.14.0
36502026-08-26T16:05:38.506Z[ helios-setup] Aug 26 16:05:37.934 INFO E| Compiling serde_derive v1.0.219
36512026-08-26T16:05:38.506Z[ helios-setup] Aug 26 16:05:37.934 INFO E| Compiling thiserror-impl v2.0.12
36522026-08-26T16:05:39.099Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36532026-08-26T16:05:39.419Z[ host-package] Compiling git2 v0.20.4
36542026-08-26T16:05:39.565Z[ helios-setup] Aug 26 16:05:38.994 INFO E| Compiling darling_macro v0.20.11
36552026-08-26T16:05:39.595Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36562026-08-26T16:05:39.742Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36572026-08-26T16:05:40.349Z[ helios-setup] Aug 26 16:05:39.775 INFO E| Compiling darling v0.20.11
36582026-08-26T16:05:40.438Z[ helios-setup] Aug 26 16:05:39.866 INFO E| Compiling serde_with_macros v3.12.0
36592026-08-26T16:05:40.735Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36602026-08-26T16:05:41.660Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36612026-08-26T16:05:42.966Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36622026-08-26T16:05:43.008Z[ host-package] Compiling scuffle v0.1.0
36632026-08-26T16:05:43.300Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36642026-08-26T16:05:43.809Z[ helios-setup] Aug 26 16:05:43.236 INFO E| Compiling serde_with v3.12.0
36652026-08-26T16:05:44.207Z[ host-package] Compiling tungstenite v0.23.0
36662026-08-26T16:05:44.268Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36672026-08-26T16:05:45.234Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36682026-08-26T16:05:45.852Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36692026-08-26T16:05:46.086Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36702026-08-26T16:05:46.309Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36712026-08-26T16:05:46.337Z[ host-package] Compiling nix v0.27.1
36722026-08-26T16:05:46.633Z[ host-package] Compiling twox-hash v2.1.2
36732026-08-26T16:05:46.656Z[ host-package] Compiling libsw-core v0.3.2
36742026-08-26T16:05:46.781Z[ host-package] Compiling atty v0.2.14
36752026-08-26T16:05:46.969Z[ host-package] Compiling serde_bytes v0.11.19
36762026-08-26T16:05:47.022Z[ host-package] Compiling libsw v3.5.0
36772026-08-26T16:05:47.436Z[ host-package] Compiling tokio-tungstenite v0.23.1
36782026-08-26T16:05:47.462Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36792026-08-26T16:05:47.490Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36802026-08-26T16:05:47.543Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36812026-08-26T16:05:47.571Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36822026-08-26T16:05:47.790Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36832026-08-26T16:05:47.824Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36842026-08-26T16:05:48.134Z[ helios-setup] Aug 26 16:05:47.562 INFO E| Finished `release` profile [optimized] target(s) in 15.44s
36852026-08-26T16:05:48.158Z[ helios-setup] Aug 26 16:05:47.586 INFO building project "dmar-report" ok (15 seconds)
36862026-08-26T16:05:48.158Z[ helios-setup] Aug 26 16:05:47.586 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36872026-08-26T16:05:48.231Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36882026-08-26T16:05:51.901Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36892026-08-26T16:05:52.106Z[ host-package] Compiling slog-stdlog v4.1.1
36902026-08-26T16:05:52.165Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36912026-08-26T16:05:52.618Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36922026-08-26T16:05:53.129Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36932026-08-26T16:05:53.256Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36942026-08-26T16:05:53.357Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36952026-08-26T16:05:53.412Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36962026-08-26T16:05:53.412Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36972026-08-26T16:05:55.386Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36982026-08-26T16:05:56.607Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36992026-08-26T16:05:57.466Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37002026-08-26T16:05:57.493Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37012026-08-26T16:05:58.230Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37022026-08-26T16:05:59.694Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37032026-08-26T16:06:01.769Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37042026-08-26T16:06:02.360Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37052026-08-26T16:06:03.306Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37062026-08-26T16:06:04.123Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37072026-08-26T16:06:05.059Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37082026-08-26T16:06:05.287Z[ host-package] Compiling signal-hook-tokio v0.3.1
37092026-08-26T16:06:05.502Z[ host-package] Compiling fatfs v0.3.6
37102026-08-26T16:06:06.346Z[ host-package] Compiling yasna v0.5.2
37112026-08-26T16:06:06.614Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37122026-08-26T16:06:06.751Z[ host-package] Compiling assert_matches v1.5.0
37132026-08-26T16:06:06.816Z[ host-package] Compiling seq-macro v0.3.6
37142026-08-26T16:06:06.867Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37152026-08-26T16:06:06.937Z[ host-package] Compiling rcgen v0.12.1
37162026-08-26T16:06:08.201Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37172026-08-26T16:06:08.782Z[ host-package] Compiling slog-envlogger v2.2.0
37182026-08-26T16:06:09.761Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37192026-08-26T16:06:10.113Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37202026-08-26T16:06:10.613Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37212026-08-26T16:06:10.740Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37222026-08-26T16:06:10.987Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37232026-08-26T16:06:11.257Z[ host-package] Compiling port-file v0.1.0
37242026-08-26T16:06:11.628Z[ host-package] Compiling subprocess v0.2.15
37252026-08-26T16:06:11.696Z[ helios-setup] Aug 26 16:06:11.125 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')"
37262026-08-26T16:06:11.701Z[ helios-setup] Aug 26 16:06:11.125 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37272026-08-26T16:06:11.705Z[ helios-setup] Aug 26 16:06:11.134 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37282026-08-26T16:06:11.705Z[ helios-setup] Aug 26 16:06:11.134 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37292026-08-26T16:06:11.708Z[ helios-setup] Aug 26 16:06:11.134 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37302026-08-26T16:06:11.793Z[ host-package] Compiling rtoolbox v0.0.3
37312026-08-26T16:06:11.817Z[ helios-setup] Aug 26 16:06:11.245 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37322026-08-26T16:06:12.038Z[ host-package] Compiling rpassword v7.5.4
37332026-08-26T16:06:12.127Z[ helios-setup] Aug 26 16:06:11.552 INFO E| From https://github.com/jclulow/rust-jmclib
37342026-08-26T16:06:12.127Z[ helios-setup] Aug 26 16:06:11.552 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37352026-08-26T16:06:12.130Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37362026-08-26T16:06:12.136Z[ helios-setup] Aug 26 16:06:11.564 INFO E| Updating crates.io index
37372026-08-26T16:06:12.186Z[ helios-setup] Aug 26 16:06:11.614 INFO E| Downloading crates ...
37382026-08-26T16:06:12.245Z[ helios-setup] Aug 26 16:06:11.674 INFO E| Downloaded quote v1.0.31
37392026-08-26T16:06:12.249Z[ helios-setup] Aug 26 16:06:11.675 INFO E| Downloaded libdevinfo-sys v1.0.0
37402026-08-26T16:06:12.249Z[ helios-setup] Aug 26 16:06:11.676 INFO E| Downloaded once_cell v1.18.0
37412026-08-26T16:06:12.251Z[ helios-setup] Aug 26 16:06:11.678 INFO E| Downloaded fastrand v2.0.0
37422026-08-26T16:06:12.251Z[ helios-setup] Aug 26 16:06:11.678 INFO E| Downloaded digest v0.9.0
37432026-08-26T16:06:12.251Z[ helios-setup] Aug 26 16:06:11.679 INFO E| Downloaded md-5 v0.9.1
37442026-08-26T16:06:12.255Z[ helios-setup] Aug 26 16:06:11.683 INFO E| Downloaded errno v0.3.1
37452026-08-26T16:06:12.263Z[ helios-setup] Aug 26 16:06:11.691 INFO E| Downloaded sha-1 v0.9.8
37462026-08-26T16:06:12.266Z[ helios-setup] Aug 26 16:06:11.693 INFO E| Downloaded cpufeatures v0.2.9
37472026-08-26T16:06:12.270Z[ helios-setup] Aug 26 16:06:11.699 INFO E| Downloaded block-buffer v0.9.0
37482026-08-26T16:06:12.290Z[ helios-setup] Aug 26 16:06:11.719 INFO E| Downloaded tempfile v3.7.0
37492026-08-26T16:06:12.293Z[ helios-setup] Aug 26 16:06:11.720 INFO E| Downloaded glob v0.3.1
37502026-08-26T16:06:12.293Z[ helios-setup] Aug 26 16:06:11.721 INFO E| Downloaded walkdir v2.3.3
37512026-08-26T16:06:12.299Z[ helios-setup] Aug 26 16:06:11.727 INFO E| Downloaded anyhow v1.0.72
37522026-08-26T16:06:12.302Z[ helios-setup] Aug 26 16:06:11.729 INFO E| Downloaded bitflags v2.3.3
37532026-08-26T16:06:12.304Z[ helios-setup] Aug 26 16:06:11.731 INFO E| Downloaded getrandom v0.2.10
37542026-08-26T16:06:12.304Z[ helios-setup] Aug 26 16:06:11.733 INFO E| Downloaded proc-macro2 v1.0.66
37552026-08-26T16:06:12.307Z[ helios-setup] Aug 26 16:06:11.734 INFO E| Downloaded typenum v1.16.0
37562026-08-26T16:06:12.307Z[ helios-setup] Aug 26 16:06:11.735 INFO E| Downloaded unicode-ident v1.0.11
37572026-08-26T16:06:12.310Z[ helios-setup] Aug 26 16:06:11.737 INFO E| Downloaded uuid v0.8.2
37582026-08-26T16:06:12.313Z[ helios-setup] Aug 26 16:06:11.739 INFO E| Downloaded serde_derive v1.0.193
37592026-08-26T16:06:12.313Z[ helios-setup] Aug 26 16:06:11.740 INFO E| Downloaded toml v0.5.11
37602026-08-26T16:06:12.316Z[ helios-setup] Aug 26 16:06:11.743 INFO E| Downloaded serde v1.0.193
37612026-08-26T16:06:12.340Z[ helios-setup] Aug 26 16:06:11.768 INFO E| Downloaded serde_json v1.0.103
37622026-08-26T16:06:12.361Z[ helios-setup] Aug 26 16:06:11.790 INFO E| Downloaded syn v2.0.32
37632026-08-26T16:06:12.399Z[ helios-setup] Aug 26 16:06:11.828 INFO E| Downloaded rustix v0.38.4
37642026-08-26T16:06:12.443Z[ helios-setup] Aug 26 16:06:11.872 INFO E| Downloaded libc v0.2.147
37652026-08-26T16:06:12.507Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling libc v0.2.147
37662026-08-26T16:06:12.507Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling proc-macro2 v1.0.66
37672026-08-26T16:06:12.507Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling cfg-if v1.0.0
37682026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling unicode-ident v1.0.11
37692026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling typenum v1.16.0
37702026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling version_check v0.9.4
37712026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling serde v1.0.193
37722026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling slog v2.7.0
37732026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling rustix v0.38.4
37742026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling num-conv v0.1.0
37752026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling powerfmt v0.2.0
37762026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling itoa v1.0.9
37772026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling time-core v0.1.2
37782026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling bitflags v2.3.3
37792026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling num_threads v0.1.6
37802026-08-26T16:06:12.510Z[ helios-setup] Aug 26 16:06:11.934 INFO E| Compiling once_cell v1.18.0
37812026-08-26T16:06:12.831Z[ helios-setup] Aug 26 16:06:12.259 INFO E| Compiling serde_json v1.0.103
37822026-08-26T16:06:12.872Z[ helios-setup] Aug 26 16:06:12.301 INFO E| Compiling opaque-debug v0.3.0
37832026-08-26T16:06:12.951Z[ helios-setup] Aug 26 16:06:12.380 INFO E| Compiling thread_local v1.1.7
37842026-08-26T16:06:13.062Z[ helios-setup] Aug 26 16:06:12.490 INFO E| Compiling deranged v0.3.11
37852026-08-26T16:06:13.110Z[ helios-setup] Aug 26 16:06:12.538 INFO E| Compiling fastrand v2.0.0
37862026-08-26T16:06:13.113Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37872026-08-26T16:06:13.120Z[ helios-setup] Aug 26 16:06:12.548 INFO E| Compiling anyhow v1.0.72
37882026-08-26T16:06:13.120Z[ helios-setup] Aug 26 16:06:12.548 INFO E| Compiling time-macros v0.2.18
37892026-08-26T16:06:13.231Z[ helios-setup] Aug 26 16:06:12.659 INFO E| Compiling cpufeatures v0.2.9
37902026-08-26T16:06:13.250Z[ helios-setup] Aug 26 16:06:12.678 INFO E| Compiling generic-array v0.14.7
37912026-08-26T16:06:13.312Z[ helios-setup] Aug 26 16:06:12.740 INFO E| Compiling unicode-width v0.1.10
37922026-08-26T16:06:13.434Z[ helios-setup] Aug 26 16:06:12.861 INFO E| Compiling ryu v1.0.15
37932026-08-26T16:06:13.500Z[ helios-setup] Aug 26 16:06:12.928 INFO E| Compiling same-file v1.0.6
37942026-08-26T16:06:13.655Z[ helios-setup] Aug 26 16:06:13.083 INFO E| Compiling walkdir v2.3.3
37952026-08-26T16:06:13.676Z[ helios-setup] Aug 26 16:06:13.104 INFO E| Compiling getopts v0.2.21
37962026-08-26T16:06:13.719Z[ helios-setup] Aug 26 16:06:13.108 INFO E| Compiling glob v0.3.1
37972026-08-26T16:06:13.719Z[ helios-setup] Aug 26 16:06:13.122 INFO E| Compiling libdevinfo-sys v1.0.0
37982026-08-26T16:06:14.119Z[ helios-setup] Aug 26 16:06:13.548 INFO E| Compiling quote v1.0.31
37992026-08-26T16:06:14.293Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38002026-08-26T16:06:14.363Z[ helios-setup] Aug 26 16:06:13.791 INFO E| Compiling dirs-sys-next v0.1.2
38012026-08-26T16:06:14.363Z[ helios-setup] Aug 26 16:06:13.791 INFO E| Compiling errno v0.3.1
38022026-08-26T16:06:14.363Z[ helios-setup] Aug 26 16:06:13.791 INFO E| Compiling atty v0.2.14
38032026-08-26T16:06:14.366Z[ helios-setup] Aug 26 16:06:13.791 INFO E| Compiling getrandom v0.2.10
38042026-08-26T16:06:14.373Z[ helios-setup] Aug 26 16:06:13.802 INFO E| Compiling syn v2.0.32
38052026-08-26T16:06:14.610Z[ helios-setup] Aug 26 16:06:14.038 INFO E| Compiling dirs-next v2.0.0
38062026-08-26T16:06:14.638Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38072026-08-26T16:06:14.726Z[ helios-setup] Aug 26 16:06:14.154 INFO E| Compiling term v0.7.0
38082026-08-26T16:06:15.082Z[ helios-setup] Aug 26 16:06:14.510 INFO E| Compiling time v0.3.36
38092026-08-26T16:06:15.098Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38102026-08-26T16:06:15.299Z[ helios-setup] Aug 26 16:06:14.727 INFO E| Compiling tempfile v3.7.0
38112026-08-26T16:06:15.643Z[ helios-setup] Aug 26 16:06:15.069 INFO E| Compiling block-buffer v0.9.0
38122026-08-26T16:06:15.643Z[ helios-setup] Aug 26 16:06:15.069 INFO E| Compiling digest v0.9.0
38132026-08-26T16:06:15.840Z[ helios-setup] Aug 26 16:06:15.267 INFO E| Compiling sha-1 v0.9.8
38142026-08-26T16:06:15.840Z[ helios-setup] Aug 26 16:06:15.268 INFO E| Compiling md-5 v0.9.1
38152026-08-26T16:06:16.276Z[ helios-setup] Aug 26 16:06:15.704 INFO E| Compiling slog-term v2.9.0
38162026-08-26T16:06:16.996Z[ helios-setup] Aug 26 16:06:16.424 INFO E| Compiling serde_derive v1.0.193
38172026-08-26T16:06:17.478Z[ host-package] Compiling tui-tree-widget v0.23.1
38182026-08-26T16:06:17.737Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38192026-08-26T16:06:17.793Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38202026-08-26T16:06:19.207Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38212026-08-26T16:06:19.998Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38222026-08-26T16:06:20.569Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38232026-08-26T16:06:20.816Z[ host-package] Compiling uzers v0.12.2
38242026-08-26T16:06:21.417Z[ helios-setup] Aug 26 16:06:20.845 INFO E| Compiling toml v0.5.11
38252026-08-26T16:06:21.417Z[ helios-setup] Aug 26 16:06:20.845 INFO E| Compiling uuid v0.8.2
38262026-08-26T16:06:21.638Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38272026-08-26T16:06:22.213Z[ helios-setup] Aug 26 16:06:21.641 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
38282026-08-26T16:06:22.488Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38292026-08-26T16:06:22.909Z[ helios-setup] Aug 26 16:06:22.337 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
38302026-08-26T16:06:23.351Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38312026-08-26T16:06:23.855Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38322026-08-26T16:06:24.201Z[ host-package] Compiling support-bundle-viewer v0.1.2
38332026-08-26T16:06:24.626Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38342026-08-26T16:06:26.156Z[ host-package] Compiling multimap v0.10.1
38352026-08-26T16:06:27.735Z[ helios-setup] Aug 26 16:06:27.163 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s
38362026-08-26T16:06:27.763Z[ helios-setup] Aug 26 16:06:27.187 INFO building project "image-builder" ok (16 seconds)
38372026-08-26T16:06:27.770Z[ helios-setup] rm -f helios-build
38382026-08-26T16:06:27.770Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38392026-08-26T16:06:27.770Z[ helios-setup]
38402026-08-26T16:06:27.770Z[ helios-setup] Setup complete! ./helios-build is now available.
38412026-08-26T16:06:27.770Z[ helios-setup]
38422026-08-26T16:06:27.773Z[ helios-setup]
38432026-08-26T16:06:27.774Z[ helios-setup] real 2:55.926093420
38442026-08-26T16:06:27.774Z[ helios-setup] user 7:03.680545853
38452026-08-26T16:06:27.774Z[ helios-setup] sys 1:16.778115521
38462026-08-26T16:06:27.775Z[ helios-setup] trap 0.526202101
38472026-08-26T16:06:27.775Z[ helios-setup] tflt 2.623500973
38482026-08-26T16:06:27.775Z[ helios-setup] dflt 7.088905888
38492026-08-26T16:06:27.775Z[ helios-setup] kflt 0.000546710
38502026-08-26T16:06:27.775Z[ helios-setup] lock 49:57.607607349
38512026-08-26T16:06:27.775Z[ helios-setup] slp 30:42.167127407
38522026-08-26T16:06:27.775Z[ helios-setup] lat 4:17.852940266
38532026-08-26T16:06:27.775Z[ helios-setup] stop 1:29.796951350
38542026-08-26T16:06:27.775ZAug 26 16:06:27.197 INFO [helios-setup] process exited with exit status: 0 (175.929111402s)
38552026-08-26T16:06:27.776ZAug 26 16:06:27.197 INFO [helios-record] running task
38562026-08-26T16:06:27.776ZAug 26 16:06:27.197 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38572026-08-26T16:06:27.780ZAug 26 16:06:27.202 DEBG process exited with exit status: 0 (4.806854ms)
38582026-08-26T16:06:27.780ZAug 26 16:06:27.202 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38592026-08-26T16:06:27.780ZAug 26 16:06:27.206 DEBG process exited with exit status: 0 (3.989913ms)
38602026-08-26T16:06:27.780ZAug 26 16:06:27.206 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38612026-08-26T16:06:27.786ZAug 26 16:06:27.209 DEBG process exited with exit status: 0 (3.274273ms)
38622026-08-26T16:06:27.786ZAug 26 16:06:27.209 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38632026-08-26T16:06:27.789ZAug 26 16:06:27.212 DEBG process exited with exit status: 0 (3.176212ms)
38642026-08-26T16:06:27.789ZAug 26 16:06:27.212 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38652026-08-26T16:06:27.789ZAug 26 16:06:27.215 DEBG process exited with exit status: 0 (2.934472ms)
38662026-08-26T16:06:27.789ZAug 26 16:06:27.215 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38672026-08-26T16:06:27.843ZAug 26 16:06:27.229 DEBG process exited with exit status: 0 (14.092961ms)
38682026-08-26T16:06:27.843ZAug 26 16:06:27.229 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38692026-08-26T16:06:27.846ZAug 26 16:06:27.233 DEBG process exited with exit status: 0 (3.658913ms)
38702026-08-26T16:06:27.846ZAug 26 16:06:27.233 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38712026-08-26T16:06:27.847ZAug 26 16:06:27.236 DEBG process exited with exit status: 0 (3.286192ms)
38722026-08-26T16:06:27.847ZAug 26 16:06:27.236 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38732026-08-26T16:06:27.847ZAug 26 16:06:27.244 DEBG process exited with exit status: 0 (7.681576ms)
38742026-08-26T16:06:27.847ZAug 26 16:06:27.244 INFO [helios-record] task succeeded (47.675476ms)
38752026-08-26T16:06:34.963Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38762026-08-26T16:06:40.477Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38772026-08-26T16:06:42.976Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38782026-08-26T16:06:46.392Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38792026-08-26T16:06:46.867Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38802026-08-26T16:16:25.999Z[ host-package] Finished `release` profile [optimized] target(s) in 12m 09s
38812026-08-26T16:16:26.003Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38822026-08-26T16:16:26.003Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38832026-08-26T16:17:16.468ZAug 26 16:17:15.888 INFO [host-package] process exited with exit status: 0 (779.697942701s)
38842026-08-26T16:17:16.468ZAug 26 16:17:15.888 INFO [host-libraries] running task
38852026-08-26T16:17:16.468ZAug 26 16:17:15.888 INFO [host-stamp] running task
38862026-08-26T16:17:16.471ZAug 26 16:17:15.891 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+gitaa4095c1d7e
38872026-08-26T16:17:16.471ZAug 26 16:17:15.891 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+gitaa4095c1d7e
38882026-08-26T16:17:16.471ZAug 26 16:17:15.892 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+gitaa4095c1d7e
38892026-08-26T16:17:16.474ZAug 26 16:17:15.892 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+gitaa4095c1d7e
38902026-08-26T16:17:16.474ZAug 26 16:17:15.892 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+gitaa4095c1d7e
38912026-08-26T16:17:16.474ZAug 26 16:17:15.892 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+gitaa4095c1d7e
38922026-08-26T16:17:16.474ZAug 26 16:17:15.893 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+gitaa4095c1d7e
38932026-08-26T16:17:16.474ZAug 26 16:17:15.893 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+gitaa4095c1d7e
38942026-08-26T16:17:16.480Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-08-26T16:17:16.483Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-08-26T16:17:16.483Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-08-26T16:17:16.483Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-26T16:17:16.483Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-26T16:17:16.483Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-26T16:17:16.483Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-26T16:17:16.483Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-26T16:17:16.483Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39032026-08-26T16:17:16.486ZAug 26 16:17:15.906 INFO [stamp-overlay] process exited with exit status: 0 (13.11121ms)
39042026-08-26T16:17:16.490Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39052026-08-26T16:17:16.493ZAug 26 16:17:15.915 INFO [stamp-oxlog] process exited with exit status: 0 (22.535387ms)
39062026-08-26T16:17:16.527Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39072026-08-26T16:17:16.530ZAug 26 16:17:15.952 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.869485ms)
39082026-08-26T16:17:16.534Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39092026-08-26T16:17:16.537ZAug 26 16:17:15.958 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (66.81596ms)
39102026-08-26T16:17:16.653Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39112026-08-26T16:17:16.656ZAug 26 16:17:16.077 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (185.13355ms)
39122026-08-26T16:17:17.023Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39132026-08-26T16:17:17.026ZAug 26 16:17:16.447 INFO [stamp-propolis-server] process exited with exit status: 0 (554.215628ms)
39142026-08-26T16:17:17.085Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39152026-08-26T16:17:17.088ZAug 26 16:17:16.509 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (616.638715ms)
39162026-08-26T16:17:18.278ZAug 26 16:17:17.699 INFO [host-libraries] task succeeded (1.810392704s)
39172026-08-26T16:17:18.281ZAug 26 16:17:17.699 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39182026-08-26T16:17:18.285Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39192026-08-26T16:17:19.246Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39202026-08-26T16:17:20.107Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39212026-08-26T16:17:23.695Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39222026-08-26T16:17:23.698ZAug 26 16:17:23.119 INFO [stamp-switch-asic] process exited with exit status: 0 (7.227510085s)
39232026-08-26T16:17:23.698ZAug 26 16:17:23.119 INFO [host-stamp] task succeeded (7.230755877s)
39242026-08-26T16:17:23.698ZAug 26 16:17:23.119 INFO [host-proto] running task
39252026-08-26T16:17:24.212ZAug 26 16:17:23.632 INFO [host-proto] task succeeded (513.062537ms)
39262026-08-26T16:17:24.212ZAug 26 16:17:23.632 INFO [host-profile] running task
39272026-08-26T16:17:24.215ZAug 26 16:17:23.632 INFO [host-profile] task succeeded (206.69µs)
39282026-08-26T16:17:24.215ZAug 26 16:17:23.632 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/.tmpGwSQKH/proto/host/root -N 'ci aa4095c/${os_short_commit} 2026-08-26 16:03' -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/'
39292026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.638 INFO Checking files for board 'cosmo-mbist-noaggr'
39302026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39312026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO Checking files for board 'cosmo'
39322026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39332026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39342026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO Checking files for board 'cosmo-mbist'
39352026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39362026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO Checking files for board 'gimlet'
39372026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39382026-08-26T16:17:24.218Z[ host-image] Aug 26 16:17:23.639 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39392026-08-26T16:17:24.226Z[ host-image] Aug 26 16:17:23.647 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGwSQKH/proto/host/root"
39402026-08-26T16:17:24.229Z[ host-image] Aug 26 16:17:23.647 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39412026-08-26T16:17:24.229Z[ host-image] Aug 26 16:17:23.647 INFO image builder template: ramdisk-01-os...
39422026-08-26T16:17:24.229Z[ host-image] Aug 26 16:17:23.647 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/.tmpGwSQKH/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39432026-08-26T16:17:24.238Z[ host-image] Aug 26 16:17:23.659 INFO O| Aug 26 16:17:23.659 INFO CREATE DATASET: rpool/images/build/host/output
39442026-08-26T16:17:26.031Z[ host-image] Aug 26 16:17:25.452 INFO O| Aug 26 16:17:25.452 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39452026-08-26T16:17:26.034Z[ host-image] Aug 26 16:17:25.455 INFO O| Aug 26 16:17:25.454 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39462026-08-26T16:17:26.235Z[ host-image] Aug 26 16:17:25.655 INFO O| Aug 26 16:17:25.655 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39472026-08-26T16:17:26.302Z[ host-image] Aug 26 16:17:25.722 INFO O| Aug 26 16:17:25.722 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39482026-08-26T16:17:26.302Z[ host-image] Aug 26 16:17:25.722 INFO O| Aug 26 16:17:25.722 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39492026-08-26T16:17:26.305Z[ host-image] Aug 26 16:17:25.722 INFO O| Aug 26 16:17:25.722 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39502026-08-26T16:17:26.305Z[ host-image] Aug 26 16:17:25.722 INFO O| Aug 26 16:17:25.722 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39512026-08-26T16:17:26.308Z[ host-image] Aug 26 16:17:25.727 INFO O| Aug 26 16:17:25.727 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39522026-08-26T16:17:26.531Z[ host-image] Aug 26 16:17:25.951 INFO O| Aug 26 16:17:25.951 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-26T16:17:26.538Z[ host-image] Aug 26 16:17:25.959 INFO O| Aug 26 16:17:25.959 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39542026-08-26T16:17:26.811Z[ host-image] Aug 26 16:17:26.230 INFO O| Aug 26 16:17:26.230 INFO O| Caching catalogs ... Done
39552026-08-26T16:17:26.872Z[ host-image] Aug 26 16:17:26.292 INFO O| Aug 26 16:17:26.292 INFO STEP 0 (pkg_image_create) COMPLETE
39562026-08-26T16:17:26.872Z[ host-image] Aug 26 16:17:26.293 INFO O| Aug 26 16:17:26.292 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-26T16:17:26.880Z[ host-image] Aug 26 16:17:26.301 INFO O| Aug 26 16:17:26.301 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"]
39582026-08-26T16:17:27.124Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO STEP 1 (pkg_set_publisher) COMPLETE
39592026-08-26T16:17:27.124Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-26T16:17:27.124Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO skip step because feature "publisher_1_name" is not enabled
39612026-08-26T16:17:27.127Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-26T16:17:27.127Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO skip step because feature "publisher_2_name" is not enabled
39632026-08-26T16:17:27.127Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-26T16:17:27.127Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO skip step because feature "publisher_3_name" is not enabled
39652026-08-26T16:17:27.127Z[ host-image] Aug 26 16:17:26.545 INFO O| Aug 26 16:17:26.545 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-26T16:17:27.449Z[ host-image] Aug 26 16:17:26.869 INFO O| Aug 26 16:17:26.869 INFO variant opensolaris.zone is already global
39672026-08-26T16:17:27.449Z[ host-image] Aug 26 16:17:26.869 INFO O| Aug 26 16:17:26.869 INFO STEP 5 (pkg_change_variant) COMPLETE
39682026-08-26T16:17:27.449Z[ host-image] Aug 26 16:17:26.869 INFO O| Aug 26 16:17:26.869 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-26T16:17:27.748Z[ host-image] Aug 26 16:17:27.168 INFO O| Aug 26 16:17:27.168 INFO variant opensolaris.imagetype is full; changing to partial
39702026-08-26T16:17:27.751Z[ host-image] Aug 26 16:17:27.168 INFO O| Aug 26 16:17:27.168 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39712026-08-26T16:17:29.488Z[ host-image] Aug 26 16:17:28.908 INFO O| Aug 26 16:17:28.908 INFO O| Startup: Refreshing catalog 'helios' ... Done
39722026-08-26T16:17:29.889Z[ host-image] Aug 26 16:17:29.309 INFO O| Aug 26 16:17:29.309 INFO O| Startup: Caching catalogs ... Done
39732026-08-26T16:17:29.903Z[ host-image] Aug 26 16:17:29.323 INFO O| Aug 26 16:17:29.323 INFO O| Planning: Planning completed in 0.00 seconds
39742026-08-26T16:17:29.906Z[ host-image] Aug 26 16:17:29.323 INFO O| Aug 26 16:17:29.323 INFO O| Planning: Consolidating action changes ... Done
39752026-08-26T16:17:29.906Z[ host-image] Aug 26 16:17:29.324 INFO O| Aug 26 16:17:29.324 INFO O| Planning: Evaluating mediators ... Done
39762026-08-26T16:17:29.906Z[ host-image] Aug 26 16:17:29.324 INFO O| Aug 26 16:17:29.324 INFO O| Planning: Planning completed in 0.00 seconds
39772026-08-26T16:17:29.906Z[ host-image] Aug 26 16:17:29.324 INFO O| Aug 26 16:17:29.324 INFO O| Variants/Facets to change: 1
39782026-08-26T16:17:29.912Z[ host-image] Aug 26 16:17:29.333 INFO O| Aug 26 16:17:29.333 INFO O| Finalize: Updating package state database ... Done
39792026-08-26T16:17:29.912Z[ host-image] Aug 26 16:17:29.333 INFO O| Aug 26 16:17:29.333 INFO O| Finalize: Updating package cache ... Done
39802026-08-26T16:17:29.977Z[ host-image] Aug 26 16:17:29.398 INFO O| Aug 26 16:17:29.398 INFO O| Finalize: Updating image state ... Done
39812026-08-26T16:17:29.987Z[ host-image] Aug 26 16:17:29.408 INFO O| Aug 26 16:17:29.408 INFO O| Finalize: Creating fast lookup database ... Done
39822026-08-26T16:17:29.991Z[ host-image] Aug 26 16:17:29.409 INFO O| Aug 26 16:17:29.409 INFO O| Finalize: Reading search index ... Done
39832026-08-26T16:17:29.991Z[ host-image] Aug 26 16:17:29.409 INFO O| Aug 26 16:17:29.409 INFO O| Finalize: Updating search index ... Done
39842026-08-26T16:17:29.991Z[ host-image] Aug 26 16:17:29.409 INFO O| Aug 26 16:17:29.409 INFO O| Finalize: Updating package cache ... Done
39852026-08-26T16:17:30.180Z[ host-image] Aug 26 16:17:29.601 INFO O| Aug 26 16:17:29.600 INFO STEP 6 (pkg_change_variant) COMPLETE
39862026-08-26T16:17:30.180Z[ host-image] Aug 26 16:17:29.601 INFO O| Aug 26 16:17:29.600 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39872026-08-26T16:17:30.180Z[ host-image] Aug 26 16:17:29.601 INFO O| Aug 26 16:17:29.601 INFO skip step because feature "debug_variant" is not enabled
39882026-08-26T16:17:30.183Z[ host-image] Aug 26 16:17:29.601 INFO O| Aug 26 16:17:29.601 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39892026-08-26T16:17:30.429Z[ host-image] Aug 26 16:17:29.849 INFO O| Aug 26 16:17:29.849 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39902026-08-26T16:17:31.385Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.98s
39912026-08-26T16:17:32.068Z[ host-image] Aug 26 16:17:31.488 INFO O| Aug 26 16:17:31.488 INFO O| Startup: Refreshing catalog 'helios' ... Done
39922026-08-26T16:17:32.469Z[ host-image] Aug 26 16:17:31.888 INFO O| Aug 26 16:17:31.888 INFO O| Startup: Caching catalogs ... Done
39932026-08-26T16:17:32.486Z[ host-image] Aug 26 16:17:31.904 INFO O| Aug 26 16:17:31.904 INFO O| Planning: Planning completed in 0.00 seconds
39942026-08-26T16:17:32.491Z[ host-image] Aug 26 16:17:31.904 INFO O| Aug 26 16:17:31.904 INFO O| Planning: Consolidating action changes ... Done
39952026-08-26T16:17:32.491Z[ host-image] Aug 26 16:17:31.904 INFO O| Aug 26 16:17:31.904 INFO O| Planning: Evaluating mediators ... Done
39962026-08-26T16:17:32.491Z[ host-image] Aug 26 16:17:31.904 INFO O| Aug 26 16:17:31.904 INFO O| Planning: Planning completed in 0.00 seconds
39972026-08-26T16:17:32.491Z[ host-image] Aug 26 16:17:31.905 INFO O| Aug 26 16:17:31.905 INFO O| Variants/Facets to change: 1
39982026-08-26T16:17:32.495Z[ host-image] Aug 26 16:17:31.913 INFO O| Aug 26 16:17:31.913 INFO O| Finalize: Updating package state database ... Done
39992026-08-26T16:17:32.496Z[ host-image] Aug 26 16:17:31.913 INFO O| Aug 26 16:17:31.913 INFO O| Finalize: Updating package cache ... Done
40002026-08-26T16:17:32.561Z[ host-image] Aug 26 16:17:31.981 INFO O| Aug 26 16:17:31.981 INFO O| Finalize: Updating image state ... Done
40012026-08-26T16:17:32.572Z[ host-image] Aug 26 16:17:31.992 INFO O| Aug 26 16:17:31.992 INFO O| Finalize: Creating fast lookup database ... Done
40022026-08-26T16:17:32.576Z[ host-image] Aug 26 16:17:31.992 INFO O| Aug 26 16:17:31.992 INFO O| Finalize: Reading search index ... Done
40032026-08-26T16:17:32.576Z[ host-image] Aug 26 16:17:31.992 INFO O| Aug 26 16:17:31.992 INFO O| Finalize: Updating search index ... Done
40042026-08-26T16:17:32.576Z[ host-image] Aug 26 16:17:31.993 INFO O| Aug 26 16:17:31.993 INFO O| Finalize: Updating package cache ... Done
40052026-08-26T16:17:32.781Z[ host-image] Aug 26 16:17:32.202 INFO O| Aug 26 16:17:32.202 INFO STEP 8 (pkg_change_facet) COMPLETE
40062026-08-26T16:17:32.781Z[ host-image] Aug 26 16:17:32.202 INFO O| Aug 26 16:17:32.202 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-08-26T16:17:32.781Z[ host-image] Aug 26 16:17:32.202 INFO O| Aug 26 16:17:32.202 INFO skip step because feature "recovery" is not enabled
40082026-08-26T16:17:32.784Z[ host-image] Aug 26 16:17:32.202 INFO O| Aug 26 16:17:32.202 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-08-26T16:17:32.784Z[ host-image] Aug 26 16:17:32.202 INFO O| Aug 26 16:17:32.202 INFO skip step because feature "recovery" is not enabled
40102026-08-26T16:17:32.784Z[ host-image] Aug 26 16:17:32.202 INFO O| Aug 26 16:17:32.202 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40112026-08-26T16:17:32.788Z[ host-image] Aug 26 16:17:32.209 INFO O| Aug 26 16:17:32.209 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"]
40122026-08-26T16:17:34.162ZAug 26 16:17:33.582 INFO [recovery-package] process exited with exit status: 0 (15.883148493s)
40132026-08-26T16:17:34.162ZAug 26 16:17:33.582 INFO [recovery-libraries] running task
40142026-08-26T16:17:34.162ZAug 26 16:17:33.582 INFO [recovery-stamp] running task
40152026-08-26T16:17:34.166ZAug 26 16:17:33.582 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+gitaa4095c1d7e
40162026-08-26T16:17:34.166ZAug 26 16:17:33.583 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitaa4095c1d7e
40172026-08-26T16:17:34.169Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40182026-08-26T16:17:34.175Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40192026-08-26T16:17:34.213ZAug 26 16:17:33.634 INFO [recovery-libraries] task succeeded (52.006079ms)
40202026-08-26T16:17:34.216ZAug 26 16:17:33.634 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40212026-08-26T16:17:34.286Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40222026-08-26T16:17:34.289ZAug 26 16:17:33.709 INFO [stamp-installinator] process exited with exit status: 0 (125.954165ms)
40232026-08-26T16:17:34.352Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40242026-08-26T16:17:34.355ZAug 26 16:17:33.776 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (193.289726ms)
40252026-08-26T16:17:34.355ZAug 26 16:17:33.776 INFO [recovery-stamp] task succeeded (193.713626ms)
40262026-08-26T16:17:34.355ZAug 26 16:17:33.776 INFO [recovery-proto] running task
40272026-08-26T16:17:34.355ZAug 26 16:17:33.776 INFO [tuf-stamp] running task
40282026-08-26T16:17:34.358ZAug 26 16:17:33.776 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+gitaa4095c1d7e
40292026-08-26T16:17:34.358ZAug 26 16:17:33.777 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+gitaa4095c1d7e
40302026-08-26T16:17:34.358ZAug 26 16:17:33.777 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+gitaa4095c1d7e
40312026-08-26T16:17:34.358ZAug 26 16:17:33.777 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+gitaa4095c1d7e
40322026-08-26T16:17:34.358ZAug 26 16:17:33.777 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+gitaa4095c1d7e
40332026-08-26T16:17:34.358ZAug 26 16:17:33.778 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+gitaa4095c1d7e
40342026-08-26T16:17:34.358ZAug 26 16:17:33.778 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+gitaa4095c1d7e
40352026-08-26T16:17:34.358ZAug 26 16:17:33.778 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+gitaa4095c1d7e
40362026-08-26T16:17:34.361ZAug 26 16:17:33.780 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+gitaa4095c1d7e
40372026-08-26T16:17:34.362ZAug 26 16:17:33.780 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+gitaa4095c1d7e
40382026-08-26T16:17:34.362ZAug 26 16:17:33.780 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+gitaa4095c1d7e
40392026-08-26T16:17:34.362ZAug 26 16:17:33.780 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+gitaa4095c1d7e
40402026-08-26T16:17:34.368Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-26T16:17:34.368Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-26T16:17:34.368Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-26T16:17:34.368Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-26T16:17:34.376Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-26T16:17:34.376Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-26T16:17:34.376Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-26T16:17:34.376Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-26T16:17:34.376Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-26T16:17:34.376Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-26T16:17:34.376Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-26T16:17:34.376Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-26T16:17:34.414Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40532026-08-26T16:17:34.418ZAug 26 16:17:33.839 INFO [stamp-probe] process exited with exit status: 0 (60.855375ms)
40542026-08-26T16:17:34.437Z[ host-image] Aug 26 16:17:33.857 INFO O| Aug 26 16:17:33.857 INFO O| Startup: Refreshing catalog 'helios' ... Done
40552026-08-26T16:17:34.487ZAug 26 16:17:33.908 INFO [recovery-proto] task succeeded (132.047518ms)
40562026-08-26T16:17:34.490ZAug 26 16:17:33.908 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/.tmpGwSQKH/proto/recovery/root -N 'recovery aa4095c/${os_short_commit} 2026-08-26 16:03' -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/'
40572026-08-26T16:17:34.494Z[ recovery-image] Aug 26 16:17:33.915 INFO Checking files for board 'cosmo'
40582026-08-26T16:17:34.494Z[ recovery-image] Aug 26 16:17:33.915 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40592026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40602026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO Checking files for board 'cosmo-mbist'
40612026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40622026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO Checking files for board 'cosmo-mbist-noaggr'
40632026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40642026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO Checking files for board 'gimlet'
40652026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40662026-08-26T16:17:34.497Z[ recovery-image] Aug 26 16:17:33.915 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40672026-08-26T16:17:34.505Z[ recovery-image] Aug 26 16:17:33.926 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGwSQKH/proto/recovery/root"
40682026-08-26T16:17:34.508Z[ recovery-image] Aug 26 16:17:33.926 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40692026-08-26T16:17:34.508Z[ recovery-image] Aug 26 16:17:33.926 INFO image builder template: ramdisk-01-os...
40702026-08-26T16:17:34.508Z[ recovery-image] Aug 26 16:17:33.926 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/.tmpGwSQKH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40712026-08-26T16:17:34.522Z[ recovery-image] Aug 26 16:17:33.943 INFO O| Aug 26 16:17:33.943 INFO CREATE DATASET: rpool/images/build/recovery/output
40722026-08-26T16:17:34.756Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40732026-08-26T16:17:34.782Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40742026-08-26T16:17:34.873Z[ host-image] Aug 26 16:17:34.293 INFO O| Aug 26 16:17:34.293 INFO O| Startup: Caching catalogs ... Done
40752026-08-26T16:17:34.885Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40762026-08-26T16:17:34.889ZAug 26 16:17:34.310 INFO [stamp-ntp] process exited with exit status: 0 (533.672402ms)
40772026-08-26T16:17:34.990Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40782026-08-26T16:17:34.994ZAug 26 16:17:34.414 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (635.260188ms)
40792026-08-26T16:17:35.109Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40802026-08-26T16:17:35.112ZAug 26 16:17:34.533 INFO [stamp-internal-dns] process exited with exit status: 0 (753.769767ms)
40812026-08-26T16:17:35.117Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40822026-08-26T16:17:35.120ZAug 26 16:17:34.538 INFO [stamp-external-dns] process exited with exit status: 0 (758.901331ms)
40832026-08-26T16:17:35.196Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40842026-08-26T16:17:35.200ZAug 26 16:17:34.621 INFO [stamp-crucible-zone] process exited with exit status: 0 (843.791675ms)
40852026-08-26T16:17:35.291Z[ recovery-image] Aug 26 16:17:34.711 INFO O| Aug 26 16:17:34.711 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40862026-08-26T16:17:35.295Z[ recovery-image] Aug 26 16:17:34.715 INFO O| Aug 26 16:17:34.715 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-26T16:17:35.465Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40882026-08-26T16:17:35.469ZAug 26 16:17:34.889 INFO [stamp-oximeter] process exited with exit status: 0 (1.110182515s)
40892026-08-26T16:17:37.038Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40902026-08-26T16:17:37.056ZAug 26 16:17:36.459 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.681256869s)
40912026-08-26T16:17:37.407Z[ host-image] Aug 26 16:17:36.792 INFO O| Aug 26 16:17:36.792 INFO O| Planning: Solver setup ... Done
40922026-08-26T16:17:37.615Z[ host-image] Aug 26 16:17:37.033 INFO O| Aug 26 16:17:37.033 INFO O| Planning: Running solver ... Done
40932026-08-26T16:17:37.663Z[ host-image] Aug 26 16:17:37.082 INFO O| Aug 26 16:17:37.082 INFO O| Planning: Finding local manifests ... Done
40942026-08-26T16:17:37.680Z[ host-image] Aug 26 16:17:37.100 INFO O| Aug 26 16:17:37.100 INFO O| Planning: Fetching manifests: 0/130 0% complete
40952026-08-26T16:17:38.712Z[ recovery-image] Aug 26 16:17:38.126 INFO O| Aug 26 16:17:38.126 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40962026-08-26T16:17:39.015Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40972026-08-26T16:17:39.019ZAug 26 16:17:38.438 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.662093331s)
40982026-08-26T16:17:39.289Z[ host-image] Aug 26 16:17:38.706 INFO O| Aug 26 16:17:38.706 INFO O| Planning: Fetching manifests: 130/130 100% complete
40992026-08-26T16:17:39.300Z[verify-libraries] Compiling match_cfg v0.1.0
41002026-08-26T16:17:39.300Z[verify-libraries] Compiling slog-json v2.6.1
41012026-08-26T16:17:39.304Z[verify-libraries] Compiling debug-ignore v1.0.5
41022026-08-26T16:17:39.305Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41032026-08-26T16:17:39.305ZAug 26 16:17:38.720 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.942624353s)
41042026-08-26T16:17:39.347Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41052026-08-26T16:17:39.354ZAug 26 16:17:38.761 INFO [stamp-clickhouse] process exited with exit status: 0 (4.982932933s)
41062026-08-26T16:17:39.549Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41072026-08-26T16:17:39.549Z[verify-libraries] Compiling sha1 v0.11.0
41082026-08-26T16:17:39.561Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41092026-08-26T16:17:39.561Z[verify-libraries] Compiling multer v3.1.0
41102026-08-26T16:17:39.561Z[verify-libraries] Compiling compression-core v0.4.31
41112026-08-26T16:17:39.561Z[verify-libraries] Compiling progenitor-client v0.14.0
41122026-08-26T16:17:39.561Z[verify-libraries] Compiling async-stream-impl v0.3.6
41132026-08-26T16:17:39.567Z[verify-libraries] Compiling serde_spanned v1.1.1
41142026-08-26T16:17:39.567Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41152026-08-26T16:17:39.567Z[verify-libraries] Compiling dropshot v0.17.1
41162026-08-26T16:17:39.738Z[verify-libraries] Compiling hostname v0.3.1
41172026-08-26T16:17:39.761Z[verify-libraries] Compiling compression-codecs v0.4.37
41182026-08-26T16:17:39.762Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41192026-08-26T16:17:39.765Z[verify-libraries] Compiling waitgroup v0.1.2
41202026-08-26T16:17:39.765Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41212026-08-26T16:17:39.807Z[ host-image] Aug 26 16:17:39.219 INFO O| Aug 26 16:17:39.218 INFO O| Planning: Package planning ... Done
41222026-08-26T16:17:39.850Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41232026-08-26T16:17:39.850Z[verify-libraries] Compiling hostname v0.4.2
41242026-08-26T16:17:39.860Z[verify-libraries] Compiling atomicwrites v0.4.4
41252026-08-26T16:17:39.890Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41262026-08-26T16:17:39.894Z[verify-libraries] Compiling slog-bunyan v2.5.0
41272026-08-26T16:17:39.899Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41282026-08-26T16:17:39.899ZAug 26 16:17:39.316 INFO [stamp-nexus] process exited with exit status: 0 (5.53751265s)
41292026-08-26T16:17:39.899ZAug 26 16:17:39.316 INFO [tuf-stamp] task succeeded (5.540266262s)
41302026-08-26T16:17:39.899ZAug 26 16:17:39.316 INFO [tuf-v2-zones] running task
41312026-08-26T16:17:39.973Z[verify-libraries] Compiling regress v0.10.5
41322026-08-26T16:17:40.001Z[verify-libraries] Compiling async-compression v0.4.41
41332026-08-26T16:17:40.006Z[verify-libraries] Compiling macaddr v1.0.1
41342026-08-26T16:17:40.030ZAug 26 16:17:39.450 INFO [tuf-v2-zones] task succeeded (133.770061ms)
41352026-08-26T16:17:40.061Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41362026-08-26T16:17:40.061Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41372026-08-26T16:17:40.073Z[verify-libraries] Compiling instant v0.1.13
41382026-08-26T16:17:40.073Z[verify-libraries] Compiling oxide-generation v0.1.3
41392026-08-26T16:17:40.115Z[verify-libraries] Compiling parse-display-derive v0.10.0
41402026-08-26T16:17:40.130Z[ host-image] Aug 26 16:17:39.550 INFO O| Aug 26 16:17:39.550 INFO O| Planning: Merging actions ... Done
41412026-08-26T16:17:40.151Z[verify-libraries] Compiling itertools v0.14.0
41422026-08-26T16:17:40.218Z[verify-libraries] Compiling backoff v0.4.0
41432026-08-26T16:17:40.236Z[verify-libraries] Compiling backon v1.6.0
41442026-08-26T16:17:40.237Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41452026-08-26T16:17:40.268Z[ host-image] Aug 26 16:17:39.678 INFO O| Aug 26 16:17:39.678 INFO O| Planning: Checking for conflicting actions ... Done
41462026-08-26T16:17:40.278Z[verify-libraries] Compiling async-stream v0.3.6
41472026-08-26T16:17:40.340Z[verify-libraries] Compiling humantime v2.3.0
41482026-08-26T16:17:40.376Z[ host-image] Aug 26 16:17:39.796 INFO O| Aug 26 16:17:39.796 INFO O| Planning: Consolidating action changes ... Done
41492026-08-26T16:17:40.388Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41502026-08-26T16:17:40.398Z[verify-libraries] Compiling convert_case v0.4.0
41512026-08-26T16:17:40.447Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41522026-08-26T16:17:40.447Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41532026-08-26T16:17:40.493Z[verify-libraries] Compiling progenitor-extras v0.2.0
41542026-08-26T16:17:40.498Z[verify-libraries] Compiling half v2.7.1
41552026-08-26T16:17:40.498Z[verify-libraries] Compiling ciborium-io v0.2.2
41562026-08-26T16:17:40.540Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41572026-08-26T16:17:40.580Z[ host-image] Aug 26 16:17:39.991 INFO O| Aug 26 16:17:39.991 INFO O| Planning: Evaluating mediators ... Done
41582026-08-26T16:17:40.647Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41592026-08-26T16:17:40.663Z[verify-libraries] Compiling indent_write v2.2.0
41602026-08-26T16:17:40.667Z[verify-libraries] Compiling regress v0.11.1
41612026-08-26T16:17:40.719Z[verify-libraries] Compiling secrecy v0.10.3
41622026-08-26T16:17:40.806Z[verify-libraries] Compiling ciborium-ll v0.2.2
41632026-08-26T16:17:40.831Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41642026-08-26T16:17:40.876Z[verify-libraries] Compiling derive_more v0.99.20
41652026-08-26T16:17:40.883Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41662026-08-26T16:17:40.917Z[verify-libraries] Compiling inout v0.1.4
41672026-08-26T16:17:40.959Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41682026-08-26T16:17:40.974Z[ recovery-image] Aug 26 16:17:40.393 INFO O| Aug 26 16:17:40.393 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41692026-08-26T16:17:40.975Z[ recovery-image] Aug 26 16:17:40.393 INFO O| Aug 26 16:17:40.393 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41702026-08-26T16:17:40.978Z[ recovery-image] Aug 26 16:17:40.393 INFO O| Aug 26 16:17:40.393 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41712026-08-26T16:17:40.978Z[ recovery-image] Aug 26 16:17:40.393 INFO O| Aug 26 16:17:40.393 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41722026-08-26T16:17:40.982Z[ recovery-image] Aug 26 16:17:40.400 INFO O| Aug 26 16:17:40.400 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41732026-08-26T16:17:41.041Z[verify-libraries] Compiling ciborium v0.2.2
41742026-08-26T16:17:41.095Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41752026-08-26T16:17:41.143Z[verify-libraries] Compiling cipher v0.4.4
41762026-08-26T16:17:41.191Z[verify-libraries] Compiling universal-hash v0.5.1
41772026-08-26T16:17:41.286Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41782026-08-26T16:17:41.309Z[verify-libraries] Compiling opaque-debug v0.3.1
41792026-08-26T16:17:41.348Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41802026-08-26T16:17:41.385Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41812026-08-26T16:17:41.414Z[verify-libraries] Compiling poly1305 v0.8.0
41822026-08-26T16:17:41.443Z[verify-libraries] Compiling chacha20 v0.9.1
41832026-08-26T16:17:41.492Z[verify-libraries] Compiling blake2 v0.10.6
41842026-08-26T16:17:41.561Z[verify-libraries] Compiling aead v0.5.2
41852026-08-26T16:17:41.616Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41862026-08-26T16:17:41.662Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41872026-08-26T16:17:41.689Z[verify-libraries] Compiling password-hash v0.5.0
41882026-08-26T16:17:41.804Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41892026-08-26T16:17:41.826Z[verify-libraries] Compiling num-derive v0.4.2
41902026-08-26T16:17:41.851Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41912026-08-26T16:17:41.851Z[verify-libraries] Compiling rayon-core v1.13.0
41922026-08-26T16:17:42.003Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41932026-08-26T16:17:42.043Z[ host-image] Aug 26 16:17:41.458 INFO O| Aug 26 16:17:41.458 INFO O| Planning: Planning completed in 7.15 seconds
41942026-08-26T16:17:42.049Z[ host-image] Aug 26 16:17:41.464 INFO O| Aug 26 16:17:41.460 INFO O| Packages to install: 130
41952026-08-26T16:17:42.050Z[ host-image] Aug 26 16:17:41.464 INFO O| Aug 26 16:17:41.461 INFO O| Mediators to change: 5
41962026-08-26T16:17:42.050Z[ host-image] Aug 26 16:17:41.464 INFO O| Aug 26 16:17:41.461 INFO O| Services to change: 6
41972026-08-26T16:17:42.074Z[ host-image] Aug 26 16:17:41.494 INFO O| Aug 26 16:17:41.494 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41982026-08-26T16:17:42.089Z[verify-libraries] Compiling parse-display v0.10.0
41992026-08-26T16:17:42.119Z[verify-libraries] Compiling argon2 v0.5.3
42002026-08-26T16:17:42.193Z[verify-libraries] Compiling glob v0.3.3
42012026-08-26T16:17:42.215Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42022026-08-26T16:17:42.251Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42032026-08-26T16:17:42.346Z[verify-libraries] Compiling usdt-macro v0.5.0
42042026-08-26T16:17:42.446Z[verify-libraries] Compiling typify-impl v0.6.2
42052026-08-26T16:17:42.600Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42062026-08-26T16:17:42.657Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42072026-08-26T16:17:42.733Z[verify-libraries] Compiling vsss-rs v3.3.4
42082026-08-26T16:17:42.962Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42092026-08-26T16:17:43.145Z[ recovery-image] Aug 26 16:17:42.558 INFO O| Aug 26 16:17:42.557 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-08-26T16:17:43.154Z[ recovery-image] Aug 26 16:17:42.568 INFO O| Aug 26 16:17:42.568 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42112026-08-26T16:17:43.159Z[verify-libraries] Compiling memmap v0.7.0
42122026-08-26T16:17:43.190Z[verify-libraries] Compiling heapless v0.8.0
42132026-08-26T16:17:43.285Z[verify-libraries] Compiling proc-macro-error v1.0.4
42142026-08-26T16:17:43.335Z[verify-libraries] Compiling ingot-macros v0.2.0
42152026-08-26T16:17:43.376Z[verify-libraries] Compiling usdt v0.5.0
42162026-08-26T16:17:43.413Z[verify-libraries] Compiling tabwriter v1.4.1
42172026-08-26T16:17:43.450Z[verify-libraries] Compiling hash32 v0.3.1
42182026-08-26T16:17:43.453Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42192026-08-26T16:17:43.503Z[verify-libraries] Compiling smoltcp v0.11.0
42202026-08-26T16:17:43.510Z[ recovery-image] Aug 26 16:17:42.928 INFO O| Aug 26 16:17:42.927 INFO O| Caching catalogs ... Done
42212026-08-26T16:17:43.612Z[ recovery-image] Aug 26 16:17:43.028 INFO O| Aug 26 16:17:43.028 INFO STEP 0 (pkg_image_create) COMPLETE
42222026-08-26T16:17:43.612Z[ recovery-image] Aug 26 16:17:43.028 INFO O| Aug 26 16:17:43.028 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42232026-08-26T16:17:43.615Z[verify-libraries] Compiling num_enum_derive v0.7.6
42242026-08-26T16:17:43.619Z[ recovery-image] Aug 26 16:17:43.039 INFO O| Aug 26 16:17:43.039 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"]
42252026-08-26T16:17:43.693Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42262026-08-26T16:17:43.713Z[verify-libraries] Compiling cobs v0.3.0
42272026-08-26T16:17:43.713Z[verify-libraries] Compiling colored v3.1.1
42282026-08-26T16:17:43.713Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42292026-08-26T16:17:43.733Z[verify-libraries] Compiling rayon v1.11.0
42302026-08-26T16:17:43.791Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42312026-08-26T16:17:43.873Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42322026-08-26T16:17:43.967Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO STEP 1 (pkg_set_publisher) COMPLETE
42332026-08-26T16:17:43.967Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-08-26T16:17:43.967Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO skip step because feature "publisher_1_name" is not enabled
42352026-08-26T16:17:43.967Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-08-26T16:17:43.967Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO skip step because feature "publisher_2_name" is not enabled
42372026-08-26T16:17:43.974Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-08-26T16:17:43.974Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO skip step because feature "publisher_3_name" is not enabled
42392026-08-26T16:17:43.974Z[ recovery-image] Aug 26 16:17:43.386 INFO O| Aug 26 16:17:43.386 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-08-26T16:17:44.018Z[verify-libraries] Compiling postcard v1.1.3
42412026-08-26T16:17:44.087Z[verify-libraries] Compiling rand v0.10.1
42422026-08-26T16:17:44.093Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42432026-08-26T16:17:44.148Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42442026-08-26T16:17:44.161Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42452026-08-26T16:17:44.234Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42462026-08-26T16:17:44.290Z[ recovery-image] Aug 26 16:17:43.710 INFO O| Aug 26 16:17:43.710 INFO variant opensolaris.zone is already global
42472026-08-26T16:17:44.290Z[ recovery-image] Aug 26 16:17:43.710 INFO O| Aug 26 16:17:43.710 INFO STEP 5 (pkg_change_variant) COMPLETE
42482026-08-26T16:17:44.296Z[ recovery-image] Aug 26 16:17:43.710 INFO O| Aug 26 16:17:43.710 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42492026-08-26T16:17:44.297Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42502026-08-26T16:17:44.481Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42512026-08-26T16:17:44.539Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42522026-08-26T16:17:44.607Z[ recovery-image] Aug 26 16:17:44.026 INFO O| Aug 26 16:17:44.026 INFO variant opensolaris.imagetype is full; changing to partial
42532026-08-26T16:17:44.610Z[ recovery-image] Aug 26 16:17:44.026 INFO O| Aug 26 16:17:44.026 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42542026-08-26T16:17:44.630Z[verify-libraries] Compiling num_enum_derive v0.5.11
42552026-08-26T16:17:44.672Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42562026-08-26T16:17:44.747Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42572026-08-26T16:17:44.793Z[verify-libraries] Compiling num_enum v0.7.6
42582026-08-26T16:17:44.856Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42592026-08-26T16:17:44.902Z[verify-libraries] Compiling cstr-argument v0.1.2
42602026-08-26T16:17:44.936Z[verify-libraries] Compiling foreign-types v0.5.0
42612026-08-26T16:17:44.936Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42622026-08-26T16:17:45.002Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42632026-08-26T16:17:45.022Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42642026-08-26T16:17:45.048Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42652026-08-26T16:17:45.074Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42662026-08-26T16:17:45.103Z[verify-libraries] Compiling sigpipe v0.1.3
42672026-08-26T16:17:45.235Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42682026-08-26T16:17:45.267Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42692026-08-26T16:17:45.326Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42702026-08-26T16:17:45.351Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42712026-08-26T16:17:45.368Z[verify-libraries] Compiling itertools v0.12.1
42722026-08-26T16:17:45.418Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42732026-08-26T16:17:45.450Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42742026-08-26T16:17:45.548Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42752026-08-26T16:17:45.570Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42762026-08-26T16:17:45.573Z[verify-libraries] Compiling toml v0.8.23
42772026-08-26T16:17:45.713Z[verify-libraries] Compiling smf v0.2.3
42782026-08-26T16:17:45.740Z[verify-libraries] Compiling whoami v1.6.1
42792026-08-26T16:17:45.896Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42802026-08-26T16:17:45.945Z[verify-libraries] Compiling num_enum v0.5.11
42812026-08-26T16:17:45.987Z[verify-libraries] Compiling derive-where v1.6.0
42822026-08-26T16:17:46.093Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42832026-08-26T16:17:46.137Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42842026-08-26T16:17:46.177Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42852026-08-26T16:17:46.230Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42862026-08-26T16:17:46.277Z[verify-libraries] Compiling gethostname v0.5.0
42872026-08-26T16:17:46.336Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42882026-08-26T16:17:46.464Z[verify-libraries] Compiling newline-converter v0.3.0
42892026-08-26T16:17:46.493Z[verify-libraries] Compiling console v0.15.11
42902026-08-26T16:17:46.500Z[verify-libraries] Compiling ingot-types v0.2.0
42912026-08-26T16:17:46.554Z[verify-libraries] Compiling linear-map v1.2.0
42922026-08-26T16:17:46.586Z[verify-libraries] Compiling resolv-conf v0.7.6
42932026-08-26T16:17:46.622Z[verify-libraries] Compiling num-rational v0.4.2
42942026-08-26T16:17:46.660Z[verify-libraries] Compiling zone v0.3.1
42952026-08-26T16:17:46.682Z[ recovery-image] Aug 26 16:17:46.102 INFO O| Aug 26 16:17:46.102 INFO O| Startup: Refreshing catalog 'helios' ... Done
42962026-08-26T16:17:46.748Z[verify-libraries] Compiling num-complex v0.4.6
42972026-08-26T16:17:46.820Z[verify-libraries] Compiling slog-dtrace v0.3.0
42982026-08-26T16:17:46.828Z[verify-libraries] Compiling prettyplease v0.2.37
42992026-08-26T16:17:46.979Z[verify-libraries] Compiling ingot v0.2.1
43002026-08-26T16:17:47.019Z[verify-libraries] Compiling expectorate v1.2.0
43012026-08-26T16:17:47.091Z[ host-image] Aug 26 16:17:46.511 INFO O| Aug 26 16:17:46.511 INFO O| Download: 13187/23888 items 119.6/222.8MB 53% complete (24.1M/s)
43022026-08-26T16:17:47.155Z[verify-libraries] Compiling float-ord v0.3.2
43032026-08-26T16:17:47.169Z[ recovery-image] Aug 26 16:17:46.586 INFO O| Aug 26 16:17:46.586 INFO O| Startup: Caching catalogs ... Done
43042026-08-26T16:17:47.177Z[verify-libraries] Compiling num v0.4.3
43052026-08-26T16:17:47.194Z[ recovery-image] Aug 26 16:17:46.604 INFO O| Aug 26 16:17:46.604 INFO O| Planning: Planning completed in 0.00 seconds
43062026-08-26T16:17:47.200Z[ recovery-image] Aug 26 16:17:46.605 INFO O| Aug 26 16:17:46.605 INFO O| Planning: Consolidating action changes ... Done
43072026-08-26T16:17:47.200Z[ recovery-image] Aug 26 16:17:46.605 INFO O| Aug 26 16:17:46.605 INFO O| Planning: Evaluating mediators ... Done
43082026-08-26T16:17:47.200Z[ recovery-image] Aug 26 16:17:46.605 INFO O| Aug 26 16:17:46.605 INFO O| Planning: Planning completed in 0.00 seconds
43092026-08-26T16:17:47.200Z[ recovery-image] Aug 26 16:17:46.606 INFO O| Aug 26 16:17:46.606 INFO O| Variants/Facets to change: 1
43102026-08-26T16:17:47.200Z[ recovery-image] Aug 26 16:17:46.615 INFO O| Aug 26 16:17:46.615 INFO O| Finalize: Updating package state database ... Done
43112026-08-26T16:17:47.200Z[ recovery-image] Aug 26 16:17:46.616 INFO O| Aug 26 16:17:46.615 INFO O| Finalize: Updating package cache ... Done
43122026-08-26T16:17:47.233Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43132026-08-26T16:17:47.259Z[verify-libraries] Compiling linked-hash-map v0.5.6
43142026-08-26T16:17:47.274Z[verify-libraries] Compiling hickory-proto v0.24.4
43152026-08-26T16:17:47.283Z[ recovery-image] Aug 26 16:17:46.698 INFO O| Aug 26 16:17:46.698 INFO O| Finalize: Updating image state ... Done
43162026-08-26T16:17:47.299Z[ recovery-image] Aug 26 16:17:46.715 INFO O| Aug 26 16:17:46.715 INFO O| Finalize: Creating fast lookup database ... Done
43172026-08-26T16:17:47.303Z[ recovery-image] Aug 26 16:17:46.716 INFO O| Aug 26 16:17:46.716 INFO O| Finalize: Reading search index ... Done
43182026-08-26T16:17:47.304Z[ recovery-image] Aug 26 16:17:46.716 INFO O| Aug 26 16:17:46.716 INFO O| Finalize: Updating search index ... Done
43192026-08-26T16:17:47.304Z[ recovery-image] Aug 26 16:17:46.717 INFO O| Aug 26 16:17:46.717 INFO O| Finalize: Updating package cache ... Done
43202026-08-26T16:17:47.345Z[verify-libraries] Compiling minimal-lexical v0.2.1
43212026-08-26T16:17:47.372Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43222026-08-26T16:17:47.377Z[verify-libraries] Compiling unicode-xid v0.2.6
43232026-08-26T16:17:47.454Z[verify-libraries] Compiling typify-macro v0.6.2
43242026-08-26T16:17:47.520Z[verify-libraries] Compiling tabled_derive v0.7.0
43252026-08-26T16:17:47.535Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43262026-08-26T16:17:47.579Z[verify-libraries] Compiling lru-cache v0.1.2
43272026-08-26T16:17:47.598Z[verify-libraries] Compiling nom v7.1.3
43282026-08-26T16:17:47.598Z[ recovery-image] Aug 26 16:17:47.004 INFO O| Aug 26 16:17:47.004 INFO STEP 6 (pkg_change_variant) COMPLETE
43292026-08-26T16:17:47.598Z[ recovery-image] Aug 26 16:17:47.004 INFO O| Aug 26 16:17:47.004 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43302026-08-26T16:17:47.599Z[ recovery-image] Aug 26 16:17:47.004 INFO O| Aug 26 16:17:47.004 INFO skip step because feature "debug_variant" is not enabled
43312026-08-26T16:17:47.599Z[ recovery-image] Aug 26 16:17:47.004 INFO O| Aug 26 16:17:47.004 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43322026-08-26T16:17:47.644Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43332026-08-26T16:17:47.753Z[verify-libraries] Compiling fd-lock v4.0.4
43342026-08-26T16:17:47.799Z[verify-libraries] Compiling vte v0.14.1
43352026-08-26T16:17:47.921Z[verify-libraries] Compiling display-error-chain v0.2.2
43362026-08-26T16:17:47.967Z[verify-libraries] Compiling crossterm v0.29.0
43372026-08-26T16:17:48.037Z[ recovery-image] Aug 26 16:17:47.448 INFO O| Aug 26 16:17:47.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43382026-08-26T16:17:48.123Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43392026-08-26T16:17:48.178Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43402026-08-26T16:17:48.274Z[verify-libraries] Compiling stacker v0.1.23
43412026-08-26T16:17:48.402Z[verify-libraries] Compiling cfg_aliases v0.1.1
43422026-08-26T16:17:48.530Z[verify-libraries] Compiling reedline v0.40.0
43432026-08-26T16:17:48.597Z[verify-libraries] Compiling nix v0.28.0
43442026-08-26T16:17:48.597Z[verify-libraries] Compiling termtree v0.5.1
43452026-08-26T16:17:48.671Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43462026-08-26T16:17:48.825Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43472026-08-26T16:17:48.859Z[verify-libraries] Compiling psm v0.1.30
43482026-08-26T16:17:48.869Z[verify-libraries] Compiling semver v0.1.20
43492026-08-26T16:17:48.913Z[verify-libraries] Compiling tabled v0.15.0
43502026-08-26T16:17:49.032Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43512026-08-26T16:17:49.101Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43522026-08-26T16:17:49.163Z[verify-libraries] Compiling rustc_version v0.1.7
43532026-08-26T16:17:49.243Z[verify-libraries] Compiling phf_shared v0.12.1
43542026-08-26T16:17:49.265Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43552026-08-26T16:17:49.270Z[verify-libraries] Compiling nibble_vec v0.1.0
43562026-08-26T16:17:49.381Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43572026-08-26T16:17:49.424Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43582026-08-26T16:17:49.464Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43592026-08-26T16:17:49.492Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43602026-08-26T16:17:49.562Z[verify-libraries] Compiling highway v1.3.0
43612026-08-26T16:17:49.653Z[verify-libraries] Compiling chrono-tz v0.10.4
43622026-08-26T16:17:49.684Z[verify-libraries] Compiling typify v0.6.2
43632026-08-26T16:17:49.783Z[verify-libraries] Compiling hickory-resolver v0.24.4
43642026-08-26T16:17:49.812Z[verify-libraries] Compiling progenitor-impl v0.14.0
43652026-08-26T16:17:49.884Z[verify-libraries] Compiling endian-type v0.1.2
43662026-08-26T16:17:50.048Z[verify-libraries] Compiling recursive v0.1.1
43672026-08-26T16:17:50.145Z[verify-libraries] Compiling radix_trie v0.2.1
43682026-08-26T16:17:50.149Z[verify-libraries] Compiling newtype_derive v0.1.6
43692026-08-26T16:17:50.149Z[ recovery-image] Aug 26 16:17:49.546 INFO O| Aug 26 16:17:49.545 INFO O| Startup: Refreshing catalog 'helios' ... Done
43702026-08-26T16:17:50.262Z[verify-libraries] Compiling phf v0.12.1
43712026-08-26T16:17:50.374Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43722026-08-26T16:17:50.434Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43732026-08-26T16:17:50.511Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43742026-08-26T16:17:50.622Z[ recovery-image] Aug 26 16:17:50.042 INFO O| Aug 26 16:17:50.042 INFO O| Startup: Caching catalogs ... Done
43752026-08-26T16:17:50.622Z[ recovery-image] Aug 26 16:17:50.042 INFO O| Aug 26 16:17:50.042 INFO O| Planning: Planning completed in 0.00 seconds
43762026-08-26T16:17:50.626Z[ recovery-image] Aug 26 16:17:50.042 INFO O| Aug 26 16:17:50.042 INFO O| Planning: Consolidating action changes ... Done
43772026-08-26T16:17:50.627Z[ recovery-image] Aug 26 16:17:50.042 INFO O| Aug 26 16:17:50.042 INFO O| Planning: Evaluating mediators ... Done
43782026-08-26T16:17:50.627Z[ recovery-image] Aug 26 16:17:50.042 INFO O| Aug 26 16:17:50.042 INFO O| Planning: Planning completed in 0.00 seconds
43792026-08-26T16:17:50.627Z[ recovery-image] Aug 26 16:17:50.042 INFO O| Aug 26 16:17:50.042 INFO O| Variants/Facets to change: 1
43802026-08-26T16:17:50.652Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43812026-08-26T16:17:50.656Z[ recovery-image] Aug 26 16:17:50.067 INFO O| Aug 26 16:17:50.067 INFO O| Finalize: Updating package state database ... Done
43822026-08-26T16:17:50.656Z[ recovery-image] Aug 26 16:17:50.068 INFO O| Aug 26 16:17:50.067 INFO O| Finalize: Updating package cache ... Done
43832026-08-26T16:17:50.751Z[ recovery-image] Aug 26 16:17:50.169 INFO O| Aug 26 16:17:50.169 INFO O| Finalize: Updating image state ... Done
43842026-08-26T16:17:50.770Z[ recovery-image] Aug 26 16:17:50.189 INFO O| Aug 26 16:17:50.189 INFO O| Finalize: Creating fast lookup database ... Done
43852026-08-26T16:17:50.776Z[ recovery-image] Aug 26 16:17:50.190 INFO O| Aug 26 16:17:50.190 INFO O| Finalize: Reading search index ... Done
43862026-08-26T16:17:50.776Z[ recovery-image] Aug 26 16:17:50.190 INFO O| Aug 26 16:17:50.190 INFO O| Finalize: Updating search index ... Done
43872026-08-26T16:17:50.776Z[ recovery-image] Aug 26 16:17:50.192 INFO O| Aug 26 16:17:50.192 INFO O| Finalize: Updating package cache ... Done
43882026-08-26T16:17:50.979Z[verify-libraries] Compiling qorb v0.4.1
43892026-08-26T16:17:51.071Z[ recovery-image] Aug 26 16:17:50.490 INFO O| Aug 26 16:17:50.490 INFO STEP 8 (pkg_change_facet) COMPLETE
43902026-08-26T16:17:51.071Z[ recovery-image] Aug 26 16:17:50.490 INFO O| Aug 26 16:17:50.490 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43912026-08-26T16:17:51.088Z[verify-libraries] Compiling peg-macros v0.8.5
43922026-08-26T16:17:51.189Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43932026-08-26T16:17:51.390Z[ recovery-image] Aug 26 16:17:50.810 INFO O| Aug 26 16:17:50.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43942026-08-26T16:17:51.489Z[verify-libraries] Compiling csv-core v0.1.13
43952026-08-26T16:17:51.518Z[verify-libraries] Compiling winnow v0.6.26
43962026-08-26T16:17:51.525Z[verify-libraries] Compiling home v0.5.12
43972026-08-26T16:17:51.541Z[verify-libraries] Compiling unicode_categories v0.1.1
43982026-08-26T16:17:51.720Z[verify-libraries] Compiling csv v1.4.0
43992026-08-26T16:17:51.813Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44002026-08-26T16:17:51.946Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44012026-08-26T16:17:51.967Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44022026-08-26T16:17:52.041Z[verify-libraries] Compiling rustyline v14.0.0
44032026-08-26T16:17:52.064Z[verify-libraries] Compiling const_format v0.2.35
44042026-08-26T16:17:52.093Z[verify-libraries] Compiling sqlparser v0.61.0
44052026-08-26T16:17:52.121Z[ host-image] Aug 26 16:17:51.537 INFO O| Aug 26 16:17:51.536 INFO O| Download: 23162/23888 items 219.9/222.8MB 98% complete (21.9M/s)
44062026-08-26T16:17:52.302Z[ host-image] Aug 26 16:17:51.714 INFO O| Aug 26 16:17:51.714 INFO O| Download: Completed 222.83 MB in 10.22 seconds (21.8M/s)
44072026-08-26T16:17:52.341Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44082026-08-26T16:17:52.398Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44092026-08-26T16:17:52.513Z[verify-libraries] Compiling bcs v0.1.6
44102026-08-26T16:17:52.638Z[verify-libraries] Compiling peg v0.8.5
44112026-08-26T16:17:52.654Z[ host-image] Aug 26 16:17:52.075 INFO O| Aug 26 16:17:52.074 INFO O| Actions: 1/54182 actions (Installing new actions)
44122026-08-26T16:17:52.734Z[verify-libraries] Compiling progenitor-macro v0.14.0
44132026-08-26T16:17:52.882Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44142026-08-26T16:17:52.916Z[verify-libraries] Compiling nom v8.0.0
44152026-08-26T16:17:52.940Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44162026-08-26T16:17:53.043Z[verify-libraries] Compiling sqlformat v0.3.5
44172026-08-26T16:17:53.086Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44182026-08-26T16:17:53.168Z[verify-libraries] Compiling steno v0.4.1
44192026-08-26T16:17:53.265Z[verify-libraries] Compiling sha1 v0.10.6
44202026-08-26T16:17:53.288Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44212026-08-26T16:17:53.624Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44222026-08-26T16:17:53.789Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44232026-08-26T16:17:53.840Z[ recovery-image] Aug 26 16:17:53.260 INFO O| Aug 26 16:17:53.260 INFO O| Startup: Refreshing catalog 'helios' ... Done
44242026-08-26T16:17:53.865Z[verify-libraries] Compiling tagptr v0.2.0
44252026-08-26T16:17:53.968Z[verify-libraries] Compiling utf-8 v0.7.6
44262026-08-26T16:17:54.008Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44272026-08-26T16:17:54.040Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44282026-08-26T16:17:54.116Z[verify-libraries] Compiling moka v0.12.13
44292026-08-26T16:17:54.187Z[verify-libraries] Compiling tungstenite v0.21.0
44302026-08-26T16:17:54.219Z[verify-libraries] Compiling libefi-sys v0.1.0
44312026-08-26T16:17:54.249Z[verify-libraries] Compiling bitfield-struct v0.6.2
44322026-08-26T16:17:54.257Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44332026-08-26T16:17:54.279Z[ recovery-image] Aug 26 16:17:53.697 INFO O| Aug 26 16:17:53.697 INFO O| Startup: Caching catalogs ... Done
44342026-08-26T16:17:54.294Z[ recovery-image] Aug 26 16:17:53.714 INFO O| Aug 26 16:17:53.713 INFO O| Planning: Planning completed in 0.00 seconds
44352026-08-26T16:17:54.299Z[ recovery-image] Aug 26 16:17:53.714 INFO O| Aug 26 16:17:53.714 INFO O| Planning: Consolidating action changes ... Done
44362026-08-26T16:17:54.300Z[ recovery-image] Aug 26 16:17:53.714 INFO O| Aug 26 16:17:53.714 INFO O| Planning: Evaluating mediators ... Done
44372026-08-26T16:17:54.300Z[ recovery-image] Aug 26 16:17:53.714 INFO O| Aug 26 16:17:53.714 INFO O| Planning: Planning completed in 0.00 seconds
44382026-08-26T16:17:54.300Z[ recovery-image] Aug 26 16:17:53.715 INFO O| Aug 26 16:17:53.714 INFO O| Variants/Facets to change: 1
44392026-08-26T16:17:54.306Z[ recovery-image] Aug 26 16:17:53.725 INFO O| Aug 26 16:17:53.725 INFO O| Finalize: Updating package state database ... Done
44402026-08-26T16:17:54.306Z[ recovery-image] Aug 26 16:17:53.725 INFO O| Aug 26 16:17:53.725 INFO O| Finalize: Updating package cache ... Done
44412026-08-26T16:17:54.376Z[verify-libraries] Compiling xshell-macros v0.2.7
44422026-08-26T16:17:54.384Z[ recovery-image] Aug 26 16:17:53.801 INFO O| Aug 26 16:17:53.801 INFO O| Finalize: Updating image state ... Done
44432026-08-26T16:17:54.406Z[ recovery-image] Aug 26 16:17:53.818 INFO O| Aug 26 16:17:53.818 INFO O| Finalize: Creating fast lookup database ... Done
44442026-08-26T16:17:54.412Z[ recovery-image] Aug 26 16:17:53.819 INFO O| Aug 26 16:17:53.819 INFO O| Finalize: Reading search index ... Done
44452026-08-26T16:17:54.412Z[ recovery-image] Aug 26 16:17:53.819 INFO O| Aug 26 16:17:53.819 INFO O| Finalize: Updating search index ... Done
44462026-08-26T16:17:54.412Z[ recovery-image] Aug 26 16:17:53.820 INFO O| Aug 26 16:17:53.820 INFO O| Finalize: Updating package cache ... Done
44472026-08-26T16:17:54.584Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44482026-08-26T16:17:54.671Z[verify-libraries] Compiling libscf-sys v1.2.0
44492026-08-26T16:17:54.692Z[ recovery-image] Aug 26 16:17:54.111 INFO O| Aug 26 16:17:54.110 INFO STEP 9 (pkg_change_facet) COMPLETE
44502026-08-26T16:17:54.693Z[ recovery-image] Aug 26 16:17:54.111 INFO O| Aug 26 16:17:54.110 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44512026-08-26T16:17:54.701Z[verify-libraries] Compiling papergrid v0.18.0
44522026-08-26T16:17:54.909Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44532026-08-26T16:17:54.982Z[verify-libraries] Compiling hickory-resolver v0.25.2
44542026-08-26T16:17:55.028Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44552026-08-26T16:17:55.032Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44562026-08-26T16:17:55.032Z[verify-libraries] Compiling xshell v0.2.7
44572026-08-26T16:17:55.038Z[ recovery-image] Aug 26 16:17:54.457 INFO O| Aug 26 16:17:54.457 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44582026-08-26T16:17:55.137Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44592026-08-26T16:17:55.137Z[verify-libraries] Compiling sha2 v0.11.0
44602026-08-26T16:17:55.326Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44612026-08-26T16:17:55.397Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44622026-08-26T16:17:55.408Z[verify-libraries] Compiling subprocess v0.2.15
44632026-08-26T16:17:55.488Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44642026-08-26T16:17:55.636Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44652026-08-26T16:17:55.682Z[verify-libraries] Compiling headers-core v0.3.0
44662026-08-26T16:17:55.846Z[verify-libraries] Compiling tabled v0.21.0
44672026-08-26T16:17:55.935Z[verify-libraries] Compiling unicase v2.9.0
44682026-08-26T16:17:55.966Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44692026-08-26T16:17:56.122Z[verify-libraries] Compiling headers v0.4.1
44702026-08-26T16:17:56.303Z[verify-libraries] Compiling darling_core v0.21.3
44712026-08-26T16:17:56.423Z[verify-libraries] Compiling crc8 v0.1.1
44722026-08-26T16:17:56.714Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44732026-08-26T16:17:56.847Z[verify-libraries] Compiling maplit v1.0.2
44742026-08-26T16:17:56.927Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44752026-08-26T16:17:57.000Z[verify-libraries] Compiling yasna v0.5.2
44762026-08-26T16:17:57.488Z[verify-libraries] Compiling vergen-lib v0.1.6
44772026-08-26T16:17:57.492Z[verify-libraries] Compiling diesel_derives v2.3.7
44782026-08-26T16:17:57.492Z[ recovery-image] Aug 26 16:17:56.892 INFO O| Aug 26 16:17:56.892 INFO O| Startup: Refreshing catalog 'helios' ... Done
44792026-08-26T16:17:57.503Z[verify-libraries] Compiling port-file v0.1.0
44802026-08-26T16:17:57.568Z[verify-libraries] Compiling rcgen v0.12.1
44812026-08-26T16:17:57.654Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44822026-08-26T16:17:57.673Z[ host-image] Aug 26 16:17:57.076 INFO O| Aug 26 16:17:57.076 INFO O| Actions: 25102/54182 actions (Installing new actions)
44832026-08-26T16:17:57.715Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44842026-08-26T16:17:57.828Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44852026-08-26T16:17:57.934Z[ recovery-image] Aug 26 16:17:57.354 INFO O| Aug 26 16:17:57.354 INFO O| Startup: Caching catalogs ... Done
44862026-08-26T16:17:57.951Z[ recovery-image] Aug 26 16:17:57.371 INFO O| Aug 26 16:17:57.371 INFO O| Planning: Planning completed in 0.00 seconds
44872026-08-26T16:17:57.969Z[ recovery-image] Aug 26 16:17:57.371 INFO O| Aug 26 16:17:57.371 INFO O| Planning: Consolidating action changes ... Done
44882026-08-26T16:17:57.969Z[ recovery-image] Aug 26 16:17:57.371 INFO O| Aug 26 16:17:57.371 INFO O| Planning: Evaluating mediators ... Done
44892026-08-26T16:17:57.969Z[ recovery-image] Aug 26 16:17:57.372 INFO O| Aug 26 16:17:57.372 INFO O| Planning: Planning completed in 0.00 seconds
44902026-08-26T16:17:57.969Z[ recovery-image] Aug 26 16:17:57.372 INFO O| Aug 26 16:17:57.372 INFO O| Variants/Facets to change: 1
44912026-08-26T16:17:57.991Z[ recovery-image] Aug 26 16:17:57.384 INFO O| Aug 26 16:17:57.384 INFO O| Finalize: Updating package state database ... Done
44922026-08-26T16:17:57.991Z[ recovery-image] Aug 26 16:17:57.384 INFO O| Aug 26 16:17:57.384 INFO O| Finalize: Updating package cache ... Done
44932026-08-26T16:17:58.003Z[verify-libraries] Compiling half v1.8.3
44942026-08-26T16:17:58.039Z[ recovery-image] Aug 26 16:17:57.458 INFO O| Aug 26 16:17:57.458 INFO O| Finalize: Updating image state ... Done
44952026-08-26T16:17:58.055Z[ recovery-image] Aug 26 16:17:57.475 INFO O| Aug 26 16:17:57.475 INFO O| Finalize: Creating fast lookup database ... Done
44962026-08-26T16:17:58.060Z[ recovery-image] Aug 26 16:17:57.475 INFO O| Aug 26 16:17:57.475 INFO O| Finalize: Reading search index ... Done
44972026-08-26T16:17:58.060Z[ recovery-image] Aug 26 16:17:57.475 INFO O| Aug 26 16:17:57.475 INFO O| Finalize: Updating search index ... Done
44982026-08-26T16:17:58.060Z[ recovery-image] Aug 26 16:17:57.476 INFO O| Aug 26 16:17:57.476 INFO O| Finalize: Updating package cache ... Done
44992026-08-26T16:17:58.060Z[verify-libraries] Compiling r2d2 v0.8.10
45002026-08-26T16:17:58.164Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45012026-08-26T16:17:58.331Z[verify-libraries] Compiling serde_cbor v0.11.2
45022026-08-26T16:17:58.344Z[ recovery-image] Aug 26 16:17:57.764 INFO O| Aug 26 16:17:57.764 INFO STEP 10 (pkg_change_facet) COMPLETE
45032026-08-26T16:17:58.344Z[ recovery-image] Aug 26 16:17:57.764 INFO O| Aug 26 16:17:57.764 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45042026-08-26T16:17:58.354Z[ recovery-image] Aug 26 16:17:57.774 INFO O| Aug 26 16:17:57.774 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"]
45052026-08-26T16:17:58.401Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45062026-08-26T16:17:58.506Z[verify-libraries] Compiling cpubits v0.1.1
45072026-08-26T16:17:58.544Z[verify-libraries] Compiling crunchy v0.2.4
45082026-08-26T16:17:58.597Z[verify-libraries] Compiling downcast-rs v2.0.2
45092026-08-26T16:17:58.597Z[verify-libraries] Compiling progenitor v0.14.0
45102026-08-26T16:17:58.660Z[verify-libraries] Compiling dirs-next v2.0.0
45112026-08-26T16:17:58.838Z[verify-libraries] Compiling clang-sys v1.8.1
45122026-08-26T16:17:58.910Z[verify-libraries] Compiling tiny-keccak v2.0.2
45132026-08-26T16:17:58.971Z[verify-libraries] Compiling term v0.7.0
45142026-08-26T16:17:59.029Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-08-26T16:17:59.095Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45162026-08-26T16:17:59.219Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45172026-08-26T16:17:59.256Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45182026-08-26T16:17:59.389Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45192026-08-26T16:17:59.447Z[verify-libraries] Compiling darling_macro v0.21.3
45202026-08-26T16:17:59.522Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45212026-08-26T16:17:59.559Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45222026-08-26T16:17:59.603Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45232026-08-26T16:17:59.603Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45242026-08-26T16:17:59.669Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45252026-08-26T16:17:59.826Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45262026-08-26T16:17:59.912Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45272026-08-26T16:17:59.970Z[verify-libraries] Compiling bit-vec v0.6.3
45282026-08-26T16:18:00.037Z[verify-libraries] Compiling diff v0.1.13
45292026-08-26T16:18:00.102Z[ host-image] Aug 26 16:17:59.522 INFO O| Aug 26 16:17:59.522 INFO O| Actions: Completed 54182 actions in 7.44 seconds.
45302026-08-26T16:18:00.139Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45312026-08-26T16:18:00.147Z[verify-libraries] Compiling darling v0.21.3
45322026-08-26T16:18:00.196Z[ host-image] Aug 26 16:17:59.616 INFO O| Aug 26 16:17:59.616 INFO O| Finalize: Updating package state database ... Done
45332026-08-26T16:18:00.196Z[ host-image] Aug 26 16:17:59.616 INFO O| Aug 26 16:17:59.616 INFO O| Finalize: Updating package cache ... Done
45342026-08-26T16:18:00.234Z[verify-libraries] Compiling bit-set v0.5.3
45352026-08-26T16:18:00.312Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45362026-08-26T16:18:00.329Z[verify-libraries] Compiling ascii-canvas v3.0.0
45372026-08-26T16:18:00.330Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45382026-08-26T16:18:00.342Z[ host-image] Aug 26 16:17:59.747 INFO O| Aug 26 16:17:59.747 INFO O| Finalize: Updating image state ... Done
45392026-08-26T16:18:00.342Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45402026-08-26T16:18:00.352Z[verify-libraries] Compiling itertools v0.10.5
45412026-08-26T16:18:00.487Z[verify-libraries] Compiling libloading v0.8.9
45422026-08-26T16:18:00.571Z[verify-libraries] Compiling ena v0.14.4
45432026-08-26T16:18:00.640Z[ recovery-image] Aug 26 16:17:59.987 INFO O| Aug 26 16:17:59.987 INFO O| Startup: Refreshing catalog 'helios' ... Done
45442026-08-26T16:18:00.640Z[verify-libraries] Compiling bindgen v0.71.1
45452026-08-26T16:18:00.684Z[verify-libraries] Compiling regex-syntax v0.6.29
45462026-08-26T16:18:00.738Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45472026-08-26T16:18:00.782Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45482026-08-26T16:18:01.037Z[ recovery-image] Aug 26 16:18:00.457 INFO O| Aug 26 16:18:00.457 INFO O| Startup: Caching catalogs ... Done
45492026-08-26T16:18:01.079Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45502026-08-26T16:18:01.235Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45512026-08-26T16:18:01.245Z[verify-libraries] Compiling cexpr v0.6.0
45522026-08-26T16:18:01.305Z[ host-image] Aug 26 16:18:00.725 INFO O| Aug 26 16:18:00.725 INFO O| Finalize: Creating fast lookup database ... Done
45532026-08-26T16:18:01.314Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45542026-08-26T16:18:01.334Z[ host-image] Aug 26 16:18:00.754 INFO O| Aug 26 16:18:00.754 INFO O| Finalize: Reading search index ... Done
45552026-08-26T16:18:01.359Z[verify-libraries] Compiling rustc-hash v2.1.1
45562026-08-26T16:18:01.632Z[verify-libraries] Compiling rfc6979 v0.4.0
45572026-08-26T16:18:01.692Z[verify-libraries] Compiling libxml v0.3.3
45582026-08-26T16:18:01.692Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45592026-08-26T16:18:01.767Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45602026-08-26T16:18:01.886Z[verify-libraries] Compiling ecdsa v0.16.9
45612026-08-26T16:18:02.025Z[verify-libraries] Compiling strum_macros v0.24.3
45622026-08-26T16:18:02.074Z[verify-libraries] Compiling lalrpop v0.19.12
45632026-08-26T16:18:02.119Z[verify-libraries] Compiling primeorder v0.13.6
45642026-08-26T16:18:02.222Z[verify-libraries] Compiling hashbrown v0.14.5
45652026-08-26T16:18:02.338Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45662026-08-26T16:18:02.501Z[verify-libraries] Compiling hmac v0.13.0
45672026-08-26T16:18:02.624Z[verify-libraries] Compiling universal-hash v0.6.1
45682026-08-26T16:18:02.767Z[verify-libraries] Compiling fxhash v0.2.1
45692026-08-26T16:18:02.841Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45702026-08-26T16:18:02.884Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45712026-08-26T16:18:02.929Z[verify-libraries] Compiling salty v0.3.0
45722026-08-26T16:18:02.952Z[verify-libraries] Compiling indoc v1.0.9
45732026-08-26T16:18:02.979Z[verify-libraries] Compiling chumsky v0.9.3
45742026-08-26T16:18:03.049Z[verify-libraries] Compiling knus-derive v3.4.0
45752026-08-26T16:18:03.418Z[verify-libraries] Compiling p384 v0.13.1
45762026-08-26T16:18:03.603Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45772026-08-26T16:18:03.603Z[verify-libraries] Compiling progenitor-impl v0.13.0
45782026-08-26T16:18:03.686Z[ recovery-image] Aug 26 16:18:03.106 INFO O| Aug 26 16:18:03.106 INFO O| Planning: Solver setup ... Done
45792026-08-26T16:18:04.214Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45802026-08-26T16:18:04.231Z[ recovery-image] Aug 26 16:18:03.651 INFO O| Aug 26 16:18:03.651 INFO O| Planning: Running solver ... Done
45812026-08-26T16:18:04.245Z[ host-image] Aug 26 16:18:03.656 INFO O| Aug 26 16:18:03.656 INFO O| Finalize: Building new search index ... Done
45822026-08-26T16:18:04.283Z[ recovery-image] Aug 26 16:18:03.702 INFO O| Aug 26 16:18:03.702 INFO O| Planning: Finding local manifests ... Done
45832026-08-26T16:18:04.340Z[ recovery-image] Aug 26 16:18:03.760 INFO O| Aug 26 16:18:03.760 INFO O| Planning: Fetching manifests: 0/130 0% complete
45842026-08-26T16:18:04.733Z[ host-image] Aug 26 16:18:04.153 INFO O| Aug 26 16:18:04.153 INFO O| Finalize: Updating package cache ... Done
45852026-08-26T16:18:04.746Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45862026-08-26T16:18:04.861Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45872026-08-26T16:18:04.903Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45882026-08-26T16:18:05.048Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45892026-08-26T16:18:05.079Z[ host-image] Aug 26 16:18:04.498 INFO O| Aug 26 16:18:04.498 INFO STEP 11 (pkg_install) COMPLETE
45902026-08-26T16:18:05.079Z[ host-image] Aug 26 16:18:04.498 INFO O| Aug 26 16:18:04.498 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45912026-08-26T16:18:05.088Z[ host-image] Aug 26 16:18:04.508 INFO O| Aug 26 16:18:04.508 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"]
45922026-08-26T16:18:05.381Z[verify-libraries] Compiling oso-derive v0.27.3
45932026-08-26T16:18:05.937Z[verify-libraries] Compiling quick-xml v0.37.5
45942026-08-26T16:18:06.008Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45952026-08-26T16:18:10.750Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45962026-08-26T16:18:10.791Z[verify-libraries] Compiling openssl-probe v0.1.6
45972026-08-26T16:18:10.791Z[verify-libraries] Compiling diesel v2.3.7
45982026-08-26T16:18:10.791Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45992026-08-26T16:18:10.791Z[verify-libraries] Compiling progenitor-macro v0.13.0
46002026-08-26T16:18:10.791Z[ host-image] Aug 26 16:18:06.671 INFO O| Aug 26 16:18:06.671 INFO O| Startup: Refreshing catalog 'helios' ... Done
46012026-08-26T16:18:10.791Z[verify-libraries] Compiling knus v3.4.0
46022026-08-26T16:18:10.791Z[ recovery-image] Aug 26 16:18:07.043 INFO O| Aug 26 16:18:07.043 INFO O| Planning: Fetching manifests: 130/130 100% complete
46032026-08-26T16:18:10.791Z[ host-image] Aug 26 16:18:07.159 INFO O| Aug 26 16:18:07.158 INFO O| Startup: Caching catalogs ... Done
46042026-08-26T16:18:10.791Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46052026-08-26T16:18:10.791Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46062026-08-26T16:18:10.791Z[ recovery-image] Aug 26 16:18:07.533 INFO O| Aug 26 16:18:07.533 INFO O| Planning: Package planning ... Done
46072026-08-26T16:18:10.791Z[ recovery-image] Aug 26 16:18:07.689 INFO O| Aug 26 16:18:07.688 INFO O| Planning: Merging actions ... Done
46082026-08-26T16:18:10.791Z[ host-image] Aug 26 16:18:07.797 INFO O| Aug 26 16:18:07.797 INFO O| Planning: Solver setup ... Done
46092026-08-26T16:18:10.791Z[ host-image] Aug 26 16:18:07.802 INFO O| Aug 26 16:18:07.802 INFO O| Planning: Running solver ... Done
46102026-08-26T16:18:10.792Z[ host-image] Aug 26 16:18:07.819 INFO O| Aug 26 16:18:07.819 INFO O| Planning: Finding local manifests ... Done
46112026-08-26T16:18:10.836Z[ host-image] Aug 26 16:18:07.917 INFO O| Aug 26 16:18:07.917 INFO O| Planning: Fetching manifests: 0/6 0% complete
46122026-08-26T16:18:10.836Z[verify-libraries] Compiling polyval v0.7.1
46132026-08-26T16:18:10.836Z[ recovery-image] Aug 26 16:18:08.017 INFO O| Aug 26 16:18:08.017 INFO O| Planning: Checking for conflicting actions ... Done
46142026-08-26T16:18:10.836Z[ recovery-image] Aug 26 16:18:08.076 INFO O| Aug 26 16:18:08.076 INFO O| Planning: Consolidating action changes ... Done
46152026-08-26T16:18:10.836Z[ host-image] Aug 26 16:18:08.098 INFO O| Aug 26 16:18:08.098 INFO O| Planning: Fetching manifests: 6/6 100% complete
46162026-08-26T16:18:10.836Z[ host-image] Aug 26 16:18:08.136 INFO O| Aug 26 16:18:08.136 INFO O| Planning: Package planning ... Done
46172026-08-26T16:18:10.836Z[ host-image] Aug 26 16:18:08.138 INFO O| Aug 26 16:18:08.138 INFO O| Planning: Merging actions ... Done
46182026-08-26T16:18:10.836Z[ host-image] Aug 26 16:18:08.194 INFO O| Aug 26 16:18:08.194 INFO O| Planning: Checking for conflicting actions ... Done
46192026-08-26T16:18:10.836Z[ host-image] Aug 26 16:18:08.195 INFO O| Aug 26 16:18:08.195 INFO O| Planning: Consolidating action changes ... Done
46202026-08-26T16:18:10.836Z[verify-libraries] Compiling der v0.8.0
46212026-08-26T16:18:10.836Z[ recovery-image] Aug 26 16:18:08.303 INFO O| Aug 26 16:18:08.302 INFO O| Planning: Evaluating mediators ... Done
46222026-08-26T16:18:10.837Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46232026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:08.368 INFO O| Aug 26 16:18:08.368 INFO O| Planning: Evaluating mediators ... Done
46242026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:08.369 INFO O| Aug 26 16:18:08.369 INFO O| Planning: Planning completed in 1.19 seconds
46252026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:08.370 INFO O| Aug 26 16:18:08.370 INFO O| Packages to install: 6
46262026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:08.370 INFO O| Aug 26 16:18:08.370 INFO O| Services to change: 2
46272026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:08.382 INFO O| Aug 26 16:18:08.382 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46282026-08-26T16:18:10.837Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46292026-08-26T16:18:10.837Z[verify-libraries] Compiling progenitor-client v0.13.0
46302026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:08.705 INFO O| Aug 26 16:18:08.705 INFO O| Download: Completed 1.76 MB in 0.32 seconds (5.4M/s)
46312026-08-26T16:18:10.837Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46322026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:09.201 INFO O| Aug 26 16:18:09.201 INFO O| Actions: 1/391 actions (Installing new actions)
46332026-08-26T16:18:10.837Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46342026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:09.360 INFO O| Aug 26 16:18:09.360 INFO O| Actions: Completed 391 actions in 0.16 seconds.
46352026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:09.406 INFO O| Aug 26 16:18:09.406 INFO O| Finalize: Updating package state database ... Done
46362026-08-26T16:18:10.837Z[ host-image] Aug 26 16:18:09.406 INFO O| Aug 26 16:18:09.406 INFO O| Finalize: Updating package cache ... Done
46372026-08-26T16:18:10.838Z[ host-image] Aug 26 16:18:09.528 INFO O| Aug 26 16:18:09.528 INFO O| Finalize: Updating image state ... Done
46382026-08-26T16:18:10.838Z[verify-libraries] Compiling git-stub v1.0.0
46392026-08-26T16:18:10.838Z[verify-libraries] Compiling kstat-rs v0.2.5
46402026-08-26T16:18:10.838Z[verify-libraries] Compiling trait-variant v0.1.2
46412026-08-26T16:18:10.838Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46422026-08-26T16:18:10.838Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46432026-08-26T16:18:10.838Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46442026-08-26T16:18:11.113Z[ recovery-image] Aug 26 16:18:10.299 INFO O| Aug 26 16:18:10.299 INFO O| Planning: Planning completed in 9.83 seconds
46452026-08-26T16:18:11.121Z[ recovery-image] Aug 26 16:18:10.301 INFO O| Aug 26 16:18:10.301 INFO O| Packages to install: 130
46462026-08-26T16:18:11.122Z[ recovery-image] Aug 26 16:18:10.301 INFO O| Aug 26 16:18:10.301 INFO O| Mediators to change: 5
46472026-08-26T16:18:11.122Z[ recovery-image] Aug 26 16:18:10.301 INFO O| Aug 26 16:18:10.301 INFO O| Services to change: 5
46482026-08-26T16:18:11.122Z[ recovery-image] Aug 26 16:18:10.328 INFO O| Aug 26 16:18:10.328 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46492026-08-26T16:18:11.122Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46502026-08-26T16:18:11.122Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46512026-08-26T16:18:11.122Z[verify-libraries] Compiling ghash v0.6.0
46522026-08-26T16:18:11.154Z[ host-image] Aug 26 16:18:10.574 INFO O| Aug 26 16:18:10.574 INFO O| Finalize: Creating fast lookup database ... Done
46532026-08-26T16:18:11.183Z[ host-image] Aug 26 16:18:10.603 INFO O| Aug 26 16:18:10.603 INFO O| Finalize: Reading search index ... Done
46542026-08-26T16:18:11.183Z[ host-image] Aug 26 16:18:10.603 INFO O| Aug 26 16:18:10.603 INFO O| Finalize: Updating search index ... Done
46552026-08-26T16:18:11.198Z[ host-image] Aug 26 16:18:10.618 INFO O| Aug 26 16:18:10.618 INFO O| Finalize: Updating package cache ... Done
46562026-08-26T16:18:11.303Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46572026-08-26T16:18:11.348Z[verify-libraries] Compiling pbkdf2 v0.13.0
46582026-08-26T16:18:11.376Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46592026-08-26T16:18:11.416Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46602026-08-26T16:18:11.507Z[ host-image] Aug 26 16:18:10.924 INFO O| Aug 26 16:18:10.924 INFO STEP 12 (pkg_install) COMPLETE
46612026-08-26T16:18:11.507Z[ host-image] Aug 26 16:18:10.924 INFO O| Aug 26 16:18:10.924 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46622026-08-26T16:18:11.515Z[ host-image] Aug 26 16:18:10.935 INFO O| Aug 26 16:18:10.935 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46632026-08-26T16:18:11.537Z[verify-libraries] Compiling aes v0.9.1
46642026-08-26T16:18:11.574Z[verify-libraries] Compiling crypto-bigint v0.7.5
46652026-08-26T16:18:11.635Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46662026-08-26T16:18:11.679Z[verify-libraries] Compiling ctr v0.10.1
46672026-08-26T16:18:11.976Z[verify-libraries] Compiling aead v0.6.1
46682026-08-26T16:18:12.150Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46692026-08-26T16:18:12.208Z[verify-libraries] Compiling bb8 v0.8.6
46702026-08-26T16:18:12.243Z[verify-libraries] Compiling parking_lot_core v0.8.6
46712026-08-26T16:18:12.568Z[verify-libraries] Compiling aes-gcm v0.11.0
46722026-08-26T16:18:12.627Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46732026-08-26T16:18:12.813Z[verify-libraries] Compiling spki v0.8.0
46742026-08-26T16:18:12.848Z[verify-libraries] Compiling mime_guess v2.0.5
46752026-08-26T16:18:13.064Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46762026-08-26T16:18:13.128Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46772026-08-26T16:18:13.202Z[verify-libraries] Compiling salsa20 v0.11.0
46782026-08-26T16:18:13.285Z[verify-libraries] Compiling progenitor v0.13.0
46792026-08-26T16:18:13.410Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46802026-08-26T16:18:13.466Z[verify-libraries] Compiling nanorand v0.7.0
46812026-08-26T16:18:13.587Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46822026-08-26T16:18:13.622Z[verify-libraries] Compiling scrypt v0.12.0
46832026-08-26T16:18:13.793Z[verify-libraries] Compiling flume v0.11.1
46842026-08-26T16:18:13.884Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46852026-08-26T16:18:14.081Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46862026-08-26T16:18:14.125Z[verify-libraries] Compiling cbc v0.2.1
46872026-08-26T16:18:14.171Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46882026-08-26T16:18:14.266Z[ host-image] Aug 26 16:18:13.686 INFO O| Aug 26 16:18:13.686 INFO O| Startup: Refreshing catalog 'helios' ... Done
46892026-08-26T16:18:14.364Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46902026-08-26T16:18:14.392Z[verify-libraries] Compiling nonempty v0.12.0
46912026-08-26T16:18:14.428Z[verify-libraries] Compiling http-range v0.1.5
46922026-08-26T16:18:14.490Z[verify-libraries] Compiling corncobs v0.1.4
46932026-08-26T16:18:14.578Z[verify-libraries] Compiling pkcs5 v0.8.1
46942026-08-26T16:18:14.636Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46952026-08-26T16:18:14.695Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46962026-08-26T16:18:14.733Z[verify-libraries] Compiling parking_lot v0.11.2
46972026-08-26T16:18:14.736Z[ host-image] Aug 26 16:18:14.153 INFO O| Aug 26 16:18:14.153 INFO O| Startup: Caching catalogs ... Done
46982026-08-26T16:18:14.736Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46992026-08-26T16:18:15.178Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47002026-08-26T16:18:15.206Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47012026-08-26T16:18:15.241Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47022026-08-26T16:18:15.310Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47032026-08-26T16:18:15.391Z[ host-image] Aug 26 16:18:14.811 INFO O| Aug 26 16:18:14.811 INFO O| Planning: Solver setup ... Done
47042026-08-26T16:18:15.396Z[ host-image] Aug 26 16:18:14.816 INFO O| Aug 26 16:18:14.816 INFO O| Planning: Running solver ... Done
47052026-08-26T16:18:15.412Z[ host-image] Aug 26 16:18:14.832 INFO O| Aug 26 16:18:14.832 INFO O| Planning: Finding local manifests ... Done
47062026-08-26T16:18:15.438Z[ host-image] Aug 26 16:18:14.858 INFO O| Aug 26 16:18:14.857 INFO O| Planning: Fetching manifests: 0/6 0% complete
47072026-08-26T16:18:15.457Z[verify-libraries] Compiling digest-io v0.1.0
47082026-08-26T16:18:15.552Z[ host-image] Aug 26 16:18:14.971 INFO O| Aug 26 16:18:14.971 INFO O| Planning: Fetching manifests: 6/6 100% complete
47092026-08-26T16:18:15.597Z[ host-image] Aug 26 16:18:15.017 INFO O| Aug 26 16:18:15.017 INFO O| Planning: Package planning ... Done
47102026-08-26T16:18:15.606Z[ host-image] Aug 26 16:18:15.026 INFO O| Aug 26 16:18:15.025 INFO O| Planning: Merging actions ... Done
47112026-08-26T16:18:15.661Z[ host-image] Aug 26 16:18:15.081 INFO O| Aug 26 16:18:15.081 INFO O| Planning: Checking for conflicting actions ... Done
47122026-08-26T16:18:15.664Z[ host-image] Aug 26 16:18:15.084 INFO O| Aug 26 16:18:15.084 INFO O| Planning: Consolidating action changes ... Done
47132026-08-26T16:18:15.675Z[verify-libraries] Compiling prefix-trie v0.7.0
47142026-08-26T16:18:15.705Z[verify-libraries] Compiling secrecy v0.8.0
47152026-08-26T16:18:15.850Z[ host-image] Aug 26 16:18:15.270 INFO O| Aug 26 16:18:15.269 INFO O| Planning: Evaluating mediators ... Done
47162026-08-26T16:18:15.853Z[ host-image] Aug 26 16:18:15.272 INFO O| Aug 26 16:18:15.272 INFO O| Planning: Planning completed in 1.10 seconds
47172026-08-26T16:18:15.853Z[ host-image] Aug 26 16:18:15.273 INFO O| Aug 26 16:18:15.273 INFO O| Packages to install: 6
47182026-08-26T16:18:15.856Z[ host-image] Aug 26 16:18:15.273 INFO O| Aug 26 16:18:15.273 INFO O| Mediators to change: 1
47192026-08-26T16:18:15.856Z[ host-image] Aug 26 16:18:15.273 INFO O| Aug 26 16:18:15.273 INFO O| Services to change: 1
47202026-08-26T16:18:15.864Z[ host-image] Aug 26 16:18:15.284 INFO O| Aug 26 16:18:15.284 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47212026-08-26T16:18:15.912Z[ recovery-image] Aug 26 16:18:15.332 INFO O| Aug 26 16:18:15.332 INFO O| Download: 9505/16682 items 103.2/200.0MB 51% complete (20.7M/s)
47222026-08-26T16:18:15.974Z[verify-libraries] Compiling rawzip v0.4.4
47232026-08-26T16:18:16.092Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47242026-08-26T16:18:16.186Z[verify-libraries] Compiling hickory-server v0.25.2
47252026-08-26T16:18:16.384Z[ host-image] Aug 26 16:18:15.803 INFO O| Aug 26 16:18:15.803 INFO O| Download: Completed 7.84 MB in 0.52 seconds (15.1M/s)
47262026-08-26T16:18:16.454Z[ host-image] Aug 26 16:18:15.873 INFO O| Aug 26 16:18:15.873 INFO O| Actions: 1/1366 actions (Installing new actions)
47272026-08-26T16:18:16.496Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47282026-08-26T16:18:16.524Z[verify-libraries] Compiling sled v0.34.7
47292026-08-26T16:18:16.681Z[verify-libraries] Compiling pkcs8 v0.11.0
47302026-08-26T16:18:16.713Z[ host-image] Aug 26 16:18:16.133 INFO O| Aug 26 16:18:16.133 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
47312026-08-26T16:18:16.766Z[ host-image] Aug 26 16:18:16.186 INFO O| Aug 26 16:18:16.186 INFO O| Finalize: Updating package state database ... Done
47322026-08-26T16:18:16.766Z[ host-image] Aug 26 16:18:16.186 INFO O| Aug 26 16:18:16.186 INFO O| Finalize: Updating package cache ... Done
47332026-08-26T16:18:16.772Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47342026-08-26T16:18:16.903Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47352026-08-26T16:18:16.916Z[ host-image] Aug 26 16:18:16.336 INFO O| Aug 26 16:18:16.336 INFO O| Finalize: Updating image state ... Done
47362026-08-26T16:18:17.211Z[verify-libraries] Compiling ignore v0.4.25
47372026-08-26T16:18:17.314Z[verify-libraries] Compiling anstyle-parse v0.2.7
47382026-08-26T16:18:17.447Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47392026-08-26T16:18:17.591Z[verify-libraries] Compiling ff v0.14.0
47402026-08-26T16:18:17.683Z[verify-libraries] Compiling anstream v0.6.21
47412026-08-26T16:18:17.800Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47422026-08-26T16:18:17.803Z[verify-libraries] Compiling predicates-tree v1.0.13
47432026-08-26T16:18:18.059Z[ host-image] Aug 26 16:18:17.479 INFO O| Aug 26 16:18:17.478 INFO O| Finalize: Creating fast lookup database ... Done
47442026-08-26T16:18:18.063Z[verify-libraries] Compiling globwalk v0.9.1
47452026-08-26T16:18:18.090Z[ host-image] Aug 26 16:18:17.509 INFO O| Aug 26 16:18:17.509 INFO O| Finalize: Reading search index ... Done
47462026-08-26T16:18:18.090Z[ host-image] Aug 26 16:18:17.509 INFO O| Aug 26 16:18:17.509 INFO O| Finalize: Updating search index ... Done
47472026-08-26T16:18:18.123Z[ host-image] Aug 26 16:18:17.542 INFO O| Aug 26 16:18:17.542 INFO O| Finalize: Updating package cache ... Done
47482026-08-26T16:18:18.231Z[verify-libraries] Compiling libz-sys v1.1.24
47492026-08-26T16:18:18.271Z[verify-libraries] Compiling rand_seeder v0.4.0
47502026-08-26T16:18:18.370Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47512026-08-26T16:18:18.414Z[ host-image] Aug 26 16:18:17.833 INFO O| Aug 26 16:18:17.833 INFO STEP 13 (pkg_install) COMPLETE
47522026-08-26T16:18:18.414Z[ host-image] Aug 26 16:18:17.833 INFO O| Aug 26 16:18:17.833 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47532026-08-26T16:18:18.424Z[ host-image] Aug 26 16:18:17.844 INFO O| Aug 26 16:18:17.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47542026-08-26T16:18:18.888Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47552026-08-26T16:18:19.054Z[verify-libraries] Compiling group v0.14.0
47562026-08-26T16:18:19.091Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47572026-08-26T16:18:19.125Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47582026-08-26T16:18:19.214Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47592026-08-26T16:18:19.330Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47602026-08-26T16:18:19.426Z[verify-libraries] Compiling signature v3.0.0
47612026-08-26T16:18:19.619Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47622026-08-26T16:18:19.680Z[verify-libraries] Compiling base16ct v1.0.0
47632026-08-26T16:18:19.877Z[verify-libraries] Compiling instability v0.3.11
47642026-08-26T16:18:20.023Z[verify-libraries] Compiling sec1 v0.8.1
47652026-08-26T16:18:20.089Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47662026-08-26T16:18:20.133Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47672026-08-26T16:18:20.171Z[ recovery-image] Aug 26 16:18:19.591 INFO O| Aug 26 16:18:19.590 INFO O| Download: Completed 200.00 MB in 9.26 seconds (21.5M/s)
47682026-08-26T16:18:20.242Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47692026-08-26T16:18:20.320Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47702026-08-26T16:18:20.388Z[verify-libraries] Compiling hkdf v0.13.0
47712026-08-26T16:18:20.435Z[ recovery-image] Aug 26 16:18:19.855 INFO O| Aug 26 16:18:19.855 INFO O| Actions: 1/27580 actions (Installing new actions)
47722026-08-26T16:18:20.690Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47732026-08-26T16:18:20.724Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47742026-08-26T16:18:20.761Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47752026-08-26T16:18:20.806Z[verify-libraries] Compiling scuffle v0.1.0
47762026-08-26T16:18:20.864Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47772026-08-26T16:18:21.137Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47782026-08-26T16:18:21.152Z[ host-image] Aug 26 16:18:20.571 INFO O| Aug 26 16:18:20.571 INFO O| Startup: Refreshing catalog 'helios' ... Done
47792026-08-26T16:18:21.254Z[verify-libraries] Compiling castaway v0.2.4
47802026-08-26T16:18:21.443Z[verify-libraries] Compiling indoc v2.0.7
47812026-08-26T16:18:21.606Z[ host-image] Aug 26 16:18:21.026 INFO O| Aug 26 16:18:21.025 INFO O| Startup: Caching catalogs ... Done
47822026-08-26T16:18:21.661Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47832026-08-26T16:18:21.882Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47842026-08-26T16:18:21.918Z[verify-libraries] Compiling compact_str v0.8.1
47852026-08-26T16:18:21.998Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47862026-08-26T16:18:22.055Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47872026-08-26T16:18:22.171Z[ host-image] Aug 26 16:18:21.591 INFO O| Aug 26 16:18:21.591 INFO O| Planning: Solver setup ... Done
47882026-08-26T16:18:22.176Z[ host-image] Aug 26 16:18:21.596 INFO O| Aug 26 16:18:21.596 INFO O| Planning: Running solver ... Done
47892026-08-26T16:18:22.191Z[ host-image] Aug 26 16:18:21.610 INFO O| Aug 26 16:18:21.610 INFO O| Planning: Finding local manifests ... Done
47902026-08-26T16:18:22.227Z[ host-image] Aug 26 16:18:21.646 INFO O| Aug 26 16:18:21.646 INFO O| Planning: Fetching manifests: 0/1 0% complete
47912026-08-26T16:18:22.233Z[ host-image] Aug 26 16:18:21.652 INFO O| Aug 26 16:18:21.652 INFO O| Planning: Fetching manifests: 1/1 100% complete
47922026-08-26T16:18:22.251Z[ host-image] Aug 26 16:18:21.671 INFO O| Aug 26 16:18:21.670 INFO O| Planning: Package planning ... Done
47932026-08-26T16:18:22.251Z[ host-image] Aug 26 16:18:21.671 INFO O| Aug 26 16:18:21.671 INFO O| Planning: Merging actions ... Done
47942026-08-26T16:18:22.290Z[ host-image] Aug 26 16:18:21.709 INFO O| Aug 26 16:18:21.709 INFO O| Planning: Checking for conflicting actions ... Done
47952026-08-26T16:18:22.293Z[ host-image] Aug 26 16:18:21.709 INFO O| Aug 26 16:18:21.709 INFO O| Planning: Consolidating action changes ... Done
47962026-08-26T16:18:22.487Z[ host-image] Aug 26 16:18:21.906 INFO O| Aug 26 16:18:21.906 INFO O| Planning: Evaluating mediators ... Done
47972026-08-26T16:18:22.490Z[ host-image] Aug 26 16:18:21.906 INFO O| Aug 26 16:18:21.906 INFO O| Planning: Planning completed in 0.87 seconds
47982026-08-26T16:18:22.490Z[ host-image] Aug 26 16:18:21.907 INFO O| Aug 26 16:18:21.907 INFO O| Packages to install: 1
47992026-08-26T16:18:22.500Z[ host-image] Aug 26 16:18:21.919 INFO O| Aug 26 16:18:21.919 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48002026-08-26T16:18:22.644Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48012026-08-26T16:18:22.675Z[ host-image] Aug 26 16:18:22.095 INFO O| Aug 26 16:18:22.095 INFO O| Download: Completed 13.27 MB in 0.18 seconds (75.7M/s)
48022026-08-26T16:18:22.682Z[verify-libraries] Compiling elliptic-curve v0.14.1
48032026-08-26T16:18:23.022Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48042026-08-26T16:18:23.026Z[ host-image] Aug 26 16:18:22.445 INFO O| Aug 26 16:18:22.445 INFO O| Actions: 1/22 actions (Installing new actions)
48052026-08-26T16:18:23.087Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48062026-08-26T16:18:23.247Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48072026-08-26T16:18:23.250Z[ host-image] Aug 26 16:18:22.669 INFO O| Aug 26 16:18:22.669 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48082026-08-26T16:18:23.293Z[ host-image] Aug 26 16:18:22.710 INFO O| Aug 26 16:18:22.710 INFO O| Finalize: Updating package state database ... Done
48092026-08-26T16:18:23.297Z[ host-image] Aug 26 16:18:22.710 INFO O| Aug 26 16:18:22.710 INFO O| Finalize: Updating package cache ... Done
48102026-08-26T16:18:23.388Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48112026-08-26T16:18:23.395Z[ host-image] Aug 26 16:18:22.812 INFO O| Aug 26 16:18:22.812 INFO O| Finalize: Updating image state ... Done
48122026-08-26T16:18:23.422Z[verify-libraries] Compiling lru v0.12.5
48132026-08-26T16:18:23.663Z[verify-libraries] Compiling unicode-truncate v1.1.0
48142026-08-26T16:18:23.777Z[verify-libraries] Compiling arc-swap v1.8.2
48152026-08-26T16:18:23.885Z[verify-libraries] Compiling cassowary v0.3.0
48162026-08-26T16:18:23.915Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48172026-08-26T16:18:23.937Z[verify-libraries] Compiling wnaf v0.14.0
48182026-08-26T16:18:24.123Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48192026-08-26T16:18:24.173Z[verify-libraries] Compiling slog-scope v4.4.1
48202026-08-26T16:18:24.272Z[verify-libraries] Compiling ratatui v0.29.0
48212026-08-26T16:18:24.358Z[ host-image] Aug 26 16:18:23.778 INFO O| Aug 26 16:18:23.777 INFO O| Finalize: Creating fast lookup database ... Done
48222026-08-26T16:18:24.389Z[ host-image] Aug 26 16:18:23.808 INFO O| Aug 26 16:18:23.808 INFO O| Finalize: Reading search index ... Done
48232026-08-26T16:18:24.389Z[ host-image] Aug 26 16:18:23.808 INFO O| Aug 26 16:18:23.808 INFO O| Finalize: Updating search index ... Done
48242026-08-26T16:18:24.400Z[ host-image] Aug 26 16:18:23.819 INFO O| Aug 26 16:18:23.819 INFO O| Finalize: Updating package cache ... Done
48252026-08-26T16:18:24.588Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48262026-08-26T16:18:24.688Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 14 (pkg_install) COMPLETE
48272026-08-26T16:18:24.688Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48282026-08-26T16:18:24.688Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO skip step because feature "mbist" is not enabled
48292026-08-26T16:18:24.688Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48302026-08-26T16:18:24.691Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO skip step because feature "mfg" is not enabled
48312026-08-26T16:18:24.691Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48322026-08-26T16:18:24.691Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO skip step because feature "compliance" is not enabled
48332026-08-26T16:18:24.691Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48342026-08-26T16:18:24.691Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO skip step because feature "stress" is not enabled
48352026-08-26T16:18:24.691Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48362026-08-26T16:18:24.692Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO skip step because feature "compliance" is not enabled
48372026-08-26T16:18:24.692Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48382026-08-26T16:18:24.692Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO skip step because feature "nfs" is not enabled
48392026-08-26T16:18:24.692Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48402026-08-26T16:18:24.692Z[ host-image] Aug 26 16:18:24.107 INFO O| Aug 26 16:18:24.107 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48412026-08-26T16:18:24.772Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48422026-08-26T16:18:25.160Z[ host-image] Aug 26 16:18:24.579 INFO O| Aug 26 16:18:24.579 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48432026-08-26T16:18:25.224Z[verify-libraries] Compiling primefield v0.14.0
48442026-08-26T16:18:25.299Z[verify-libraries] Compiling rfc6979 v0.6.0
48452026-08-26T16:18:25.324Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48462026-08-26T16:18:25.403Z[ host-image] Aug 26 16:18:24.822 INFO O| Aug 26 16:18:24.822 INFO completed processing sled/ramdisk-01-os
48472026-08-26T16:18:25.406Z[ host-image] Aug 26 16:18:24.825 INFO omicron1 baseline generation...
48482026-08-26T16:18:25.406Z[ host-image] Aug 26 16:18:24.825 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48492026-08-26T16:18:25.436Z[ recovery-image] Aug 26 16:18:24.855 INFO O| Aug 26 16:18:24.855 INFO O| Actions: 20937/27580 actions (Installing new actions)
48502026-08-26T16:18:25.536Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48512026-08-26T16:18:25.570Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48522026-08-26T16:18:25.633Z[verify-libraries] Compiling vergen-git2 v9.1.0
48532026-08-26T16:18:25.671Z[verify-libraries] Compiling strsim v0.10.0
48542026-08-26T16:18:25.790Z[ host-image] Aug 26 16:18:25.210 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
48552026-08-26T16:18:25.817Z[verify-libraries] Compiling ecdsa v0.17.0
48562026-08-26T16:18:25.910Z[verify-libraries] Compiling darling_core v0.13.4
48572026-08-26T16:18:26.050Z[verify-libraries] Compiling primeorder v0.14.0
48582026-08-26T16:18:26.110Z[verify-libraries] Compiling slog-stdlog v4.1.1
48592026-08-26T16:18:26.434Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48602026-08-26T16:18:26.456Z[ recovery-image] Aug 26 16:18:25.876 INFO O| Aug 26 16:18:25.876 INFO O| Actions: Completed 27580 actions in 6.02 seconds.
48612026-08-26T16:18:26.479Z[verify-libraries] Compiling tungstenite v0.23.0
48622026-08-26T16:18:26.534Z[ recovery-image] Aug 26 16:18:25.953 INFO O| Aug 26 16:18:25.953 INFO O| Finalize: Updating package state database ... Done
48632026-08-26T16:18:26.534Z[ recovery-image] Aug 26 16:18:25.953 INFO O| Aug 26 16:18:25.953 INFO O| Finalize: Updating package cache ... Done
48642026-08-26T16:18:26.567Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48652026-08-26T16:18:26.667Z[ recovery-image] Aug 26 16:18:26.086 INFO O| Aug 26 16:18:26.086 INFO O| Finalize: Updating image state ... Done
48662026-08-26T16:18:26.931Z[verify-libraries] Compiling console v0.16.2
48672026-08-26T16:18:27.165Z[verify-libraries] Compiling libsw-core v0.3.2
48682026-08-26T16:18:27.212Z[verify-libraries] Compiling assert_matches v1.5.0
48692026-08-26T16:18:27.289Z[verify-libraries] Compiling unit-prefix v0.5.2
48702026-08-26T16:18:27.344Z[verify-libraries] Compiling void v1.0.2
48712026-08-26T16:18:27.450Z[ recovery-image] Aug 26 16:18:26.869 INFO O| Aug 26 16:18:26.868 INFO O| Finalize: Creating fast lookup database ... Done
48722026-08-26T16:18:27.468Z[verify-libraries] Compiling lzss v0.8.2
48732026-08-26T16:18:27.471Z[ recovery-image] Aug 26 16:18:26.888 INFO O| Aug 26 16:18:26.887 INFO O| Finalize: Reading search index ... Done
48742026-08-26T16:18:27.499Z[verify-libraries] Compiling indicatif v0.18.4
48752026-08-26T16:18:27.531Z[verify-libraries] Compiling libsw v3.5.0
48762026-08-26T16:18:27.589Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48772026-08-26T16:18:27.650Z[verify-libraries] Compiling slog-envlogger v2.2.0
48782026-08-26T16:18:27.727Z[verify-libraries] Compiling ssh-encoding v0.3.0
48792026-08-26T16:18:27.799Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48802026-08-26T16:18:27.894Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48812026-08-26T16:18:28.083Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48822026-08-26T16:18:28.132Z[verify-libraries] Compiling darling_macro v0.13.4
48832026-08-26T16:18:28.166Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48842026-08-26T16:18:28.191Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48852026-08-26T16:18:28.368Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48862026-08-26T16:18:28.460Z[verify-libraries] Compiling nix v0.27.1
48872026-08-26T16:18:28.513Z[verify-libraries] Compiling colored v2.2.0
48882026-08-26T16:18:28.574Z[verify-libraries] Compiling blake3 v1.8.5
48892026-08-26T16:18:28.700Z[verify-libraries] Compiling serde_bytes v0.11.19
48902026-08-26T16:18:28.743Z[verify-libraries] Compiling keccak v0.2.0
48912026-08-26T16:18:28.979Z[verify-libraries] Compiling shell-words v1.1.1
48922026-08-26T16:18:29.016Z[verify-libraries] Compiling darling v0.13.4
48932026-08-26T16:18:29.045Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48942026-08-26T16:18:29.171Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48952026-08-26T16:18:29.200Z[ recovery-image] Aug 26 16:18:28.618 INFO O| Aug 26 16:18:28.618 INFO O| Finalize: Building new search index ... Done
48962026-08-26T16:18:29.343Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48972026-08-26T16:18:29.510Z[ recovery-image] Aug 26 16:18:28.930 INFO O| Aug 26 16:18:28.930 INFO O| Finalize: Updating package cache ... Done
48982026-08-26T16:18:29.559Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48992026-08-26T16:18:29.809Z[verify-libraries] Compiling ed25519 v3.0.0
49002026-08-26T16:18:29.926Z[ recovery-image] Aug 26 16:18:29.345 INFO O| Aug 26 16:18:29.345 INFO STEP 11 (pkg_install) COMPLETE
49012026-08-26T16:18:29.926Z[ recovery-image] Aug 26 16:18:29.345 INFO O| Aug 26 16:18:29.345 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49022026-08-26T16:18:29.926Z[ recovery-image] Aug 26 16:18:29.345 INFO O| Aug 26 16:18:29.345 INFO skip step because feature "recovery" is enabled
49032026-08-26T16:18:29.929Z[ recovery-image] Aug 26 16:18:29.345 INFO O| Aug 26 16:18:29.345 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-08-26T16:18:29.930Z[ recovery-image] Aug 26 16:18:29.345 INFO O| Aug 26 16:18:29.345 INFO skip step because feature "omicron1" is not enabled
49052026-08-26T16:18:29.930Z[ recovery-image] Aug 26 16:18:29.345 INFO O| Aug 26 16:18:29.345 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49062026-08-26T16:18:29.935Z[ recovery-image] Aug 26 16:18:29.355 INFO O| Aug 26 16:18:29.355 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49072026-08-26T16:18:29.949Z[verify-libraries] Compiling crypto-primes v0.7.2
49082026-08-26T16:18:30.011Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49092026-08-26T16:18:30.688Z[verify-libraries] Compiling poly1305 v0.9.0
49102026-08-26T16:18:31.267Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49112026-08-26T16:18:31.409Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49122026-08-26T16:18:31.562Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49132026-08-26T16:18:31.648Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49142026-08-26T16:18:31.695Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49152026-08-26T16:18:31.817Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49162026-08-26T16:18:31.855Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49172026-08-26T16:18:31.969Z[verify-libraries] Compiling blowfish v0.10.0
49182026-08-26T16:18:32.069Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49192026-08-26T16:18:32.143Z[verify-libraries] Compiling petname v2.0.2
49202026-08-26T16:18:32.219Z[verify-libraries] Compiling constant_time_eq v0.4.2
49212026-08-26T16:18:32.335Z[verify-libraries] Compiling arrayvec v0.7.6
49222026-08-26T16:18:32.409Z[verify-libraries] Compiling arrayref v0.3.9
49232026-08-26T16:18:32.456Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49242026-08-26T16:18:32.656Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49252026-08-26T16:18:32.904Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49262026-08-26T16:18:32.937Z[verify-libraries] Compiling ssh-cipher v0.3.0
49272026-08-26T16:18:32.993Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49282026-08-26T16:18:33.053Z[ recovery-image] Aug 26 16:18:32.473 INFO O| Aug 26 16:18:32.472 INFO O| Startup: Refreshing catalog 'helios' ... Done
49292026-08-26T16:18:33.058Z[verify-libraries] Compiling serde_with_macros v1.5.2
49302026-08-26T16:18:33.108Z[verify-libraries] Compiling sha3 v0.11.0
49312026-08-26T16:18:33.182Z[verify-libraries] Compiling p521 v0.14.0
49322026-08-26T16:18:33.301Z[verify-libraries] Compiling p384 v0.14.0
49332026-08-26T16:18:33.519Z[ recovery-image] Aug 26 16:18:32.938 INFO O| Aug 26 16:18:32.938 INFO O| Startup: Caching catalogs ... Done
49342026-08-26T16:18:33.607Z[verify-libraries] Compiling p256 v0.14.0
49352026-08-26T16:18:33.656Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49362026-08-26T16:18:33.718Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49372026-08-26T16:18:33.866Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49382026-08-26T16:18:34.054Z[verify-libraries] Compiling twox-hash v2.1.2
49392026-08-26T16:18:34.121Z[ recovery-image] Aug 26 16:18:33.540 INFO O| Aug 26 16:18:33.540 INFO O| Planning: Solver setup ... Done
49402026-08-26T16:18:34.121Z[ recovery-image] Aug 26 16:18:33.540 INFO O| Aug 26 16:18:33.540 INFO O| Planning: Running solver ... Done
49412026-08-26T16:18:34.129Z[ recovery-image] Aug 26 16:18:33.547 INFO O| Aug 26 16:18:33.547 INFO O| Planning: Finding local manifests ... Done
49422026-08-26T16:18:34.164Z[verify-libraries] Compiling kem v0.3.0
49432026-08-26T16:18:34.168Z[ recovery-image] Aug 26 16:18:33.584 INFO O| Aug 26 16:18:33.584 INFO O| Planning: Fetching manifests: 0/1 0% complete
49442026-08-26T16:18:34.173Z[ recovery-image] Aug 26 16:18:33.593 INFO O| Aug 26 16:18:33.593 INFO O| Planning: Fetching manifests: 1/1 100% complete
49452026-08-26T16:18:34.191Z[ recovery-image] Aug 26 16:18:33.610 INFO O| Aug 26 16:18:33.610 INFO O| Planning: Package planning ... Done
49462026-08-26T16:18:34.191Z[ recovery-image] Aug 26 16:18:33.610 INFO O| Aug 26 16:18:33.610 INFO O| Planning: Merging actions ... Done
49472026-08-26T16:18:34.212Z[ recovery-image] Aug 26 16:18:33.631 INFO O| Aug 26 16:18:33.631 INFO O| Planning: Checking for conflicting actions ... Done
49482026-08-26T16:18:34.215Z[ recovery-image] Aug 26 16:18:33.632 INFO O| Aug 26 16:18:33.632 INFO O| Planning: Consolidating action changes ... Done
49492026-08-26T16:18:34.323Z[verify-libraries] Compiling module-lattice v0.2.3
49502026-08-26T16:18:34.327Z[ recovery-image] Aug 26 16:18:33.743 INFO O| Aug 26 16:18:33.742 INFO O| Planning: Evaluating mediators ... Done
49512026-08-26T16:18:34.327Z[ recovery-image] Aug 26 16:18:33.743 INFO O| Aug 26 16:18:33.743 INFO O| Planning: Planning completed in 0.79 seconds
49522026-08-26T16:18:34.327Z[ recovery-image] Aug 26 16:18:33.743 INFO O| Aug 26 16:18:33.743 INFO O| Packages to install: 1
49532026-08-26T16:18:34.334Z[ recovery-image] Aug 26 16:18:33.754 INFO O| Aug 26 16:18:33.754 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49542026-08-26T16:18:34.396Z[verify-libraries] Compiling rtoolbox v0.0.3
49552026-08-26T16:18:34.565Z[verify-libraries] Compiling atty v0.2.14
49562026-08-26T16:18:34.624Z[verify-libraries] Compiling topological-sort v0.2.2
49572026-08-26T16:18:34.691Z[verify-libraries] Compiling sponge-cursor v0.1.0
49582026-08-26T16:18:34.721Z[verify-libraries] Compiling rpassword v7.5.4
49592026-08-26T16:18:34.731Z[ recovery-image] Aug 26 16:18:34.150 INFO O| Aug 26 16:18:34.150 INFO O| Download: Completed 13.27 MB in 0.40 seconds (33.5M/s)
49602026-08-26T16:18:34.752Z[ recovery-image] Aug 26 16:18:34.170 INFO O| Aug 26 16:18:34.170 INFO O| Actions: 1/22 actions (Installing new actions)
49612026-08-26T16:18:34.808Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49622026-08-26T16:18:34.839Z[verify-libraries] Compiling ml-kem v0.3.2
49632026-08-26T16:18:34.928Z[verify-libraries] Compiling sha3 v0.12.0
49642026-08-26T16:18:34.963Z[verify-libraries] Compiling serde_with v1.14.0
49652026-08-26T16:18:35.034Z[ recovery-image] Aug 26 16:18:34.453 INFO O| Aug 26 16:18:34.453 INFO O| Actions: Completed 22 actions in 0.28 seconds.
49662026-08-26T16:18:35.073Z[ recovery-image] Aug 26 16:18:34.493 INFO O| Aug 26 16:18:34.492 INFO O| Finalize: Updating package state database ... Done
49672026-08-26T16:18:35.074Z[ recovery-image] Aug 26 16:18:34.493 INFO O| Aug 26 16:18:34.493 INFO O| Finalize: Updating package cache ... Done
49682026-08-26T16:18:35.183Z[ recovery-image] Aug 26 16:18:34.602 INFO O| Aug 26 16:18:34.602 INFO O| Finalize: Updating image state ... Done
49692026-08-26T16:18:35.584Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49702026-08-26T16:18:35.961Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49712026-08-26T16:18:36.013Z[ recovery-image] Aug 26 16:18:35.425 INFO O| Aug 26 16:18:35.424 INFO O| Finalize: Creating fast lookup database ... Done
49722026-08-26T16:18:36.019Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49732026-08-26T16:18:36.040Z[ recovery-image] Aug 26 16:18:35.459 INFO O| Aug 26 16:18:35.459 INFO O| Finalize: Reading search index ... Done
49742026-08-26T16:18:36.040Z[ recovery-image] Aug 26 16:18:35.459 INFO O| Aug 26 16:18:35.459 INFO O| Finalize: Updating search index ... Done
49752026-08-26T16:18:36.053Z[ recovery-image] Aug 26 16:18:35.470 INFO O| Aug 26 16:18:35.470 INFO O| Finalize: Updating package cache ... Done
49762026-08-26T16:18:36.061Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49772026-08-26T16:18:36.246Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49782026-08-26T16:18:36.431Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49792026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 14 (pkg_install) COMPLETE
49802026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO skip step because feature "mbist" is not enabled
49822026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO skip step because feature "mfg" is not enabled
49842026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO skip step because feature "compliance" is not enabled
49862026-08-26T16:18:36.435Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO skip step because feature "stress" is not enabled
49882026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49892026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO skip step because feature "compliance" is not enabled
49902026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49912026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO skip step because feature "nfs" is not enabled
49922026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49932026-08-26T16:18:36.436Z[ recovery-image] Aug 26 16:18:35.851 INFO O| Aug 26 16:18:35.851 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49942026-08-26T16:18:36.547Z[ recovery-image] Aug 26 16:18:35.966 INFO O| Aug 26 16:18:35.966 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49952026-08-26T16:18:36.642Z[ recovery-image] Aug 26 16:18:36.062 INFO O| Aug 26 16:18:36.062 INFO completed processing sled/ramdisk-01-os
49962026-08-26T16:18:36.646Z[ recovery-image] Aug 26 16:18:36.064 INFO image builder template: ramdisk-02-trim...
49972026-08-26T16:18:36.646Z[ recovery-image] Aug 26 16:18:36.064 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/.tmpGwSQKH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49982026-08-26T16:18:36.677Z[ recovery-image] Aug 26 16:18:36.096 INFO O| Aug 26 16:18:36.096 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49992026-08-26T16:18:36.681Z[ recovery-image] Aug 26 16:18:36.100 INFO O| Aug 26 16:18:36.100 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50002026-08-26T16:18:36.737Z[ recovery-image] Aug 26 16:18:36.156 INFO O| Aug 26 16:18:36.156 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50012026-08-26T16:18:36.786Z[ recovery-image] Aug 26 16:18:36.205 INFO O| Aug 26 16:18:36.205 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50022026-08-26T16:18:36.786Z[ recovery-image] Aug 26 16:18:36.205 INFO O| Aug 26 16:18:36.205 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50032026-08-26T16:18:36.791Z[ recovery-image] Aug 26 16:18:36.211 INFO O| Aug 26 16:18:36.211 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50042026-08-26T16:18:36.796Z[ recovery-image] Aug 26 16:18:36.215 INFO O| Aug 26 16:18:36.215 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50052026-08-26T16:18:36.800Z[ recovery-image] Aug 26 16:18:36.220 INFO O| Aug 26 16:18:36.219 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50062026-08-26T16:18:37.177Z[ recovery-image] Aug 26 16:18:36.596 INFO O| Aug 26 16:18:36.596 INFO rolled back to input snapshot; work may begin
50072026-08-26T16:18:37.178Z[ recovery-image] Aug 26 16:18:36.596 INFO O| Aug 26 16:18:36.596 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50082026-08-26T16:18:37.182Z[ recovery-image] Aug 26 16:18:36.602 INFO O| Aug 26 16:18:36.602 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-26T16:18:37.193Z[ recovery-image] Aug 26 16:18:36.612 INFO O| Aug 26 16:18:36.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50102026-08-26T16:18:37.234Z[ recovery-image] Aug 26 16:18:36.653 INFO O| Aug 26 16:18:36.653 INFO STEP 0 (remove_files) COMPLETE
50112026-08-26T16:18:37.234Z[ recovery-image] Aug 26 16:18:36.653 INFO O| Aug 26 16:18:36.653 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-26T16:18:37.244Z[ recovery-image] Aug 26 16:18:36.663 INFO O| Aug 26 16:18:36.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50132026-08-26T16:18:37.248Z[ recovery-image] Aug 26 16:18:36.665 INFO O| Aug 26 16:18:36.665 INFO STEP 1 (remove_files) COMPLETE
50142026-08-26T16:18:37.248Z[ recovery-image] Aug 26 16:18:36.665 INFO O| Aug 26 16:18:36.665 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-26T16:18:37.255Z[ recovery-image] Aug 26 16:18:36.675 INFO O| Aug 26 16:18:36.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50162026-08-26T16:18:37.295Z[ recovery-image] Aug 26 16:18:36.714 INFO O| Aug 26 16:18:36.714 INFO STEP 2 (remove_files) COMPLETE
50172026-08-26T16:18:37.295Z[ recovery-image] Aug 26 16:18:36.714 INFO O| Aug 26 16:18:36.714 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-26T16:18:37.307Z[ recovery-image] Aug 26 16:18:36.725 INFO O| Aug 26 16:18:36.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50192026-08-26T16:18:37.311Z[ recovery-image] Aug 26 16:18:36.727 INFO O| Aug 26 16:18:36.727 INFO STEP 3 (remove_files) COMPLETE
50202026-08-26T16:18:37.311Z[ recovery-image] Aug 26 16:18:36.727 INFO O| Aug 26 16:18:36.727 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-26T16:18:37.318Z[ recovery-image] Aug 26 16:18:36.737 INFO O| Aug 26 16:18:36.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50222026-08-26T16:18:37.321Z[ recovery-image] Aug 26 16:18:36.741 INFO O| Aug 26 16:18:36.741 INFO STEP 4 (remove_files) COMPLETE
50232026-08-26T16:18:37.321Z[ recovery-image] Aug 26 16:18:36.741 INFO O| Aug 26 16:18:36.741 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-26T16:18:37.345Z[ recovery-image] Aug 26 16:18:36.750 INFO O| Aug 26 16:18:36.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50252026-08-26T16:18:37.345Z[ recovery-image] Aug 26 16:18:36.750 INFO O| Aug 26 16:18:36.750 INFO STEP 5 (remove_files) COMPLETE
50262026-08-26T16:18:37.345Z[ recovery-image] Aug 26 16:18:36.750 INFO O| Aug 26 16:18:36.750 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.758 INFO O| Aug 26 16:18:36.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50282026-08-26T16:18:37.366Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50292026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO STEP 6 (remove_files) COMPLETE
50302026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO skip step because feature "heliosv2" is not enabled
50322026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO skip step because feature "recovery" is enabled
50342026-08-26T16:18:37.366Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO skip step because feature "recovery" is enabled
50362026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO skip step because feature "recovery" is enabled
50382026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.770 INFO O| Aug 26 16:18:36.770 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.780 INFO O| Aug 26 16:18:36.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50402026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.783 INFO O| Aug 26 16:18:36.783 INFO STEP 11 (remove_files) COMPLETE
50412026-08-26T16:18:37.367Z[ recovery-image] Aug 26 16:18:36.783 INFO O| Aug 26 16:18:36.783 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-26T16:18:37.380Z[ recovery-image] Aug 26 16:18:36.799 INFO O| Aug 26 16:18:36.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50432026-08-26T16:18:37.404Z[ recovery-image] Aug 26 16:18:36.800 INFO O| Aug 26 16:18:36.800 INFO STEP 12 (remove_files) COMPLETE
50442026-08-26T16:18:37.404Z[ recovery-image] Aug 26 16:18:36.800 INFO O| Aug 26 16:18:36.800 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-26T16:18:37.404Z[ recovery-image] Aug 26 16:18:36.809 INFO O| Aug 26 16:18:36.809 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50462026-08-26T16:18:37.404Z[ recovery-image] Aug 26 16:18:36.810 INFO O| Aug 26 16:18:36.810 INFO STEP 13 (remove_files) COMPLETE
50472026-08-26T16:18:37.404Z[ recovery-image] Aug 26 16:18:36.810 INFO O| Aug 26 16:18:36.810 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-26T16:18:37.410Z[ recovery-image] Aug 26 16:18:36.819 INFO O| Aug 26 16:18:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50492026-08-26T16:18:37.410Z[ recovery-image] Aug 26 16:18:36.819 INFO O| Aug 26 16:18:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50502026-08-26T16:18:37.529Z[ recovery-image] Aug 26 16:18:36.948 INFO O| Aug 26 16:18:36.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50512026-08-26T16:18:37.555Z[ recovery-image] Aug 26 16:18:36.972 INFO O| Aug 26 16:18:36.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50522026-08-26T16:18:37.583Z[ recovery-image] Aug 26 16:18:36.999 INFO O| Aug 26 16:18:36.999 INFO STEP 14 (remove_files) COMPLETE
50532026-08-26T16:18:37.583Z[ recovery-image] Aug 26 16:18:36.999 INFO O| Aug 26 16:18:36.999 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-26T16:18:37.592Z[ recovery-image] Aug 26 16:18:37.012 INFO O| Aug 26 16:18:37.011 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50552026-08-26T16:18:37.596Z[ recovery-image] Aug 26 16:18:37.013 INFO O| Aug 26 16:18:37.013 INFO STEP 15 (remove_files) COMPLETE
50562026-08-26T16:18:37.596Z[ recovery-image] Aug 26 16:18:37.013 INFO O| Aug 26 16:18:37.013 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-26T16:18:37.605Z[ recovery-image] Aug 26 16:18:37.024 INFO O| Aug 26 16:18:37.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50582026-08-26T16:18:37.612Z[ recovery-image] Aug 26 16:18:37.031 INFO O| Aug 26 16:18:37.031 INFO STEP 16 (remove_files) COMPLETE
50592026-08-26T16:18:37.612Z[ recovery-image] Aug 26 16:18:37.031 INFO O| Aug 26 16:18:37.031 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-26T16:18:37.626Z[ recovery-image] Aug 26 16:18:37.042 INFO O| Aug 26 16:18:37.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50612026-08-26T16:18:37.630Z[ recovery-image] Aug 26 16:18:37.043 INFO O| Aug 26 16:18:37.043 INFO STEP 17 (remove_files) COMPLETE
50622026-08-26T16:18:37.630Z[ recovery-image] Aug 26 16:18:37.043 INFO O| Aug 26 16:18:37.043 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-26T16:18:37.635Z[ recovery-image] Aug 26 16:18:37.054 INFO O| Aug 26 16:18:37.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50642026-08-26T16:18:37.639Z[ recovery-image] Aug 26 16:18:37.055 INFO O| Aug 26 16:18:37.055 INFO STEP 18 (remove_files) COMPLETE
50652026-08-26T16:18:37.639Z[ recovery-image] Aug 26 16:18:37.056 INFO O| Aug 26 16:18:37.055 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-26T16:18:37.647Z[ recovery-image] Aug 26 16:18:37.066 INFO O| Aug 26 16:18:37.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50672026-08-26T16:18:37.650Z[ recovery-image] Aug 26 16:18:37.066 INFO O| Aug 26 16:18:37.066 INFO STEP 19 (remove_files) COMPLETE
50682026-08-26T16:18:37.650Z[ recovery-image] Aug 26 16:18:37.066 INFO O| Aug 26 16:18:37.066 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-26T16:18:37.657Z[ recovery-image] Aug 26 16:18:37.077 INFO O| Aug 26 16:18:37.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50702026-08-26T16:18:37.657Z[ recovery-image] Aug 26 16:18:37.077 INFO O| Aug 26 16:18:37.077 INFO STEP 20 (remove_files) COMPLETE
50712026-08-26T16:18:37.657Z[ recovery-image] Aug 26 16:18:37.077 INFO O| Aug 26 16:18:37.077 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-26T16:18:37.668Z[ recovery-image] Aug 26 16:18:37.087 INFO O| Aug 26 16:18:37.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50732026-08-26T16:18:37.668Z[ recovery-image] Aug 26 16:18:37.087 INFO O| Aug 26 16:18:37.087 INFO STEP 21 (remove_files) COMPLETE
50742026-08-26T16:18:37.668Z[ recovery-image] Aug 26 16:18:37.087 INFO O| Aug 26 16:18:37.087 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-26T16:18:37.678Z[ recovery-image] Aug 26 16:18:37.098 INFO O| Aug 26 16:18:37.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50762026-08-26T16:18:37.679Z[ recovery-image] Aug 26 16:18:37.098 INFO O| Aug 26 16:18:37.098 INFO STEP 22 (remove_files) COMPLETE
50772026-08-26T16:18:37.679Z[ recovery-image] Aug 26 16:18:37.098 INFO O| Aug 26 16:18:37.098 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-26T16:18:37.688Z[ recovery-image] Aug 26 16:18:37.107 INFO O| Aug 26 16:18:37.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50792026-08-26T16:18:37.688Z[ recovery-image] Aug 26 16:18:37.107 INFO O| Aug 26 16:18:37.107 INFO STEP 23 (remove_files) COMPLETE
50802026-08-26T16:18:37.688Z[ recovery-image] Aug 26 16:18:37.107 INFO O| Aug 26 16:18:37.107 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-26T16:18:37.698Z[ recovery-image] Aug 26 16:18:37.117 INFO O| Aug 26 16:18:37.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50822026-08-26T16:18:37.698Z[ recovery-image] Aug 26 16:18:37.117 INFO O| Aug 26 16:18:37.117 INFO STEP 24 (remove_files) COMPLETE
50832026-08-26T16:18:37.698Z[ recovery-image] Aug 26 16:18:37.117 INFO O| Aug 26 16:18:37.117 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-26T16:18:37.709Z[ recovery-image] Aug 26 16:18:37.128 INFO O| Aug 26 16:18:37.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50852026-08-26T16:18:37.709Z[ recovery-image] Aug 26 16:18:37.128 INFO O| Aug 26 16:18:37.128 INFO STEP 25 (remove_files) COMPLETE
50862026-08-26T16:18:37.709Z[ recovery-image] Aug 26 16:18:37.128 INFO O| Aug 26 16:18:37.128 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-26T16:18:37.718Z[ recovery-image] Aug 26 16:18:37.137 INFO O| Aug 26 16:18:37.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50882026-08-26T16:18:37.718Z[ recovery-image] Aug 26 16:18:37.137 INFO O| Aug 26 16:18:37.137 INFO STEP 26 (remove_files) COMPLETE
50892026-08-26T16:18:37.718Z[ recovery-image] Aug 26 16:18:37.137 INFO O| Aug 26 16:18:37.137 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-26T16:18:37.726Z[ recovery-image] Aug 26 16:18:37.146 INFO O| Aug 26 16:18:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50912026-08-26T16:18:37.726Z[ recovery-image] Aug 26 16:18:37.146 INFO O| Aug 26 16:18:37.146 INFO STEP 27 (remove_files) COMPLETE
50922026-08-26T16:18:37.730Z[ recovery-image] Aug 26 16:18:37.146 INFO O| Aug 26 16:18:37.146 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-26T16:18:37.735Z[ recovery-image] Aug 26 16:18:37.155 INFO O| Aug 26 16:18:37.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50942026-08-26T16:18:37.736Z[ recovery-image] Aug 26 16:18:37.155 INFO O| Aug 26 16:18:37.155 INFO STEP 28 (remove_files) COMPLETE
50952026-08-26T16:18:37.736Z[ recovery-image] Aug 26 16:18:37.155 INFO O| Aug 26 16:18:37.155 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-26T16:18:37.745Z[ recovery-image] Aug 26 16:18:37.165 INFO O| Aug 26 16:18:37.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50972026-08-26T16:18:37.746Z[ recovery-image] Aug 26 16:18:37.165 INFO O| Aug 26 16:18:37.165 INFO STEP 29 (remove_files) COMPLETE
50982026-08-26T16:18:37.746Z[ recovery-image] Aug 26 16:18:37.165 INFO O| Aug 26 16:18:37.165 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-26T16:18:37.755Z[ recovery-image] Aug 26 16:18:37.175 INFO O| Aug 26 16:18:37.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51002026-08-26T16:18:37.755Z[ recovery-image] Aug 26 16:18:37.175 INFO O| Aug 26 16:18:37.175 INFO STEP 30 (remove_files) COMPLETE
51012026-08-26T16:18:37.755Z[ recovery-image] Aug 26 16:18:37.175 INFO O| Aug 26 16:18:37.175 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-26T16:18:37.764Z[ recovery-image] Aug 26 16:18:37.184 INFO O| Aug 26 16:18:37.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51032026-08-26T16:18:37.764Z[ recovery-image] Aug 26 16:18:37.184 INFO O| Aug 26 16:18:37.184 INFO STEP 31 (remove_files) COMPLETE
51042026-08-26T16:18:37.764Z[ recovery-image] Aug 26 16:18:37.184 INFO O| Aug 26 16:18:37.184 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-26T16:18:37.773Z[ recovery-image] Aug 26 16:18:37.193 INFO O| Aug 26 16:18:37.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51062026-08-26T16:18:37.773Z[ recovery-image] Aug 26 16:18:37.193 INFO O| Aug 26 16:18:37.193 INFO STEP 32 (remove_files) COMPLETE
51072026-08-26T16:18:37.774Z[ recovery-image] Aug 26 16:18:37.193 INFO O| Aug 26 16:18:37.193 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-26T16:18:37.782Z[ recovery-image] Aug 26 16:18:37.201 INFO O| Aug 26 16:18:37.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51092026-08-26T16:18:37.782Z[ recovery-image] Aug 26 16:18:37.201 INFO O| Aug 26 16:18:37.201 INFO STEP 33 (remove_files) COMPLETE
51102026-08-26T16:18:37.785Z[ recovery-image] Aug 26 16:18:37.201 INFO O| Aug 26 16:18:37.201 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-26T16:18:37.791Z[ recovery-image] Aug 26 16:18:37.210 INFO O| Aug 26 16:18:37.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51122026-08-26T16:18:37.791Z[ recovery-image] Aug 26 16:18:37.210 INFO O| Aug 26 16:18:37.210 INFO STEP 34 (remove_files) COMPLETE
51132026-08-26T16:18:37.794Z[ recovery-image] Aug 26 16:18:37.210 INFO O| Aug 26 16:18:37.210 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-26T16:18:37.801Z[ recovery-image] Aug 26 16:18:37.221 INFO O| Aug 26 16:18:37.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51152026-08-26T16:18:37.801Z[ recovery-image] Aug 26 16:18:37.221 INFO O| Aug 26 16:18:37.221 INFO STEP 35 (remove_files) COMPLETE
51162026-08-26T16:18:37.801Z[ recovery-image] Aug 26 16:18:37.221 INFO O| Aug 26 16:18:37.221 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-26T16:18:37.812Z[ recovery-image] Aug 26 16:18:37.231 INFO O| Aug 26 16:18:37.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51182026-08-26T16:18:37.812Z[ recovery-image] Aug 26 16:18:37.231 INFO O| Aug 26 16:18:37.231 INFO STEP 36 (remove_files) COMPLETE
51192026-08-26T16:18:37.812Z[ recovery-image] Aug 26 16:18:37.231 INFO O| Aug 26 16:18:37.231 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-26T16:18:37.823Z[ recovery-image] Aug 26 16:18:37.242 INFO O| Aug 26 16:18:37.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51212026-08-26T16:18:37.823Z[ recovery-image] Aug 26 16:18:37.242 INFO O| Aug 26 16:18:37.242 INFO STEP 37 (remove_files) COMPLETE
51222026-08-26T16:18:37.823Z[ recovery-image] Aug 26 16:18:37.242 INFO O| Aug 26 16:18:37.242 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-26T16:18:37.833Z[ recovery-image] Aug 26 16:18:37.253 INFO O| Aug 26 16:18:37.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51242026-08-26T16:18:37.833Z[ recovery-image] Aug 26 16:18:37.253 INFO O| Aug 26 16:18:37.253 INFO STEP 38 (remove_files) COMPLETE
51252026-08-26T16:18:37.837Z[ recovery-image] Aug 26 16:18:37.253 INFO O| Aug 26 16:18:37.253 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-26T16:18:37.844Z[ recovery-image] Aug 26 16:18:37.264 INFO O| Aug 26 16:18:37.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51272026-08-26T16:18:37.844Z[ recovery-image] Aug 26 16:18:37.264 INFO O| Aug 26 16:18:37.264 INFO STEP 39 (remove_files) COMPLETE
51282026-08-26T16:18:37.844Z[ recovery-image] Aug 26 16:18:37.264 INFO O| Aug 26 16:18:37.264 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-26T16:18:37.855Z[ recovery-image] Aug 26 16:18:37.274 INFO O| Aug 26 16:18:37.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51302026-08-26T16:18:37.855Z[ recovery-image] Aug 26 16:18:37.274 INFO O| Aug 26 16:18:37.274 INFO STEP 40 (remove_files) COMPLETE
51312026-08-26T16:18:37.855Z[ recovery-image] Aug 26 16:18:37.274 INFO O| Aug 26 16:18:37.274 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-26T16:18:37.865Z[ recovery-image] Aug 26 16:18:37.285 INFO O| Aug 26 16:18:37.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51332026-08-26T16:18:37.865Z[ recovery-image] Aug 26 16:18:37.285 INFO O| Aug 26 16:18:37.285 INFO STEP 41 (remove_files) COMPLETE
51342026-08-26T16:18:37.865Z[ recovery-image] Aug 26 16:18:37.285 INFO O| Aug 26 16:18:37.285 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-26T16:18:37.875Z[ recovery-image] Aug 26 16:18:37.295 INFO O| Aug 26 16:18:37.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51362026-08-26T16:18:37.875Z[ recovery-image] Aug 26 16:18:37.295 INFO O| Aug 26 16:18:37.295 INFO STEP 42 (remove_files) COMPLETE
51372026-08-26T16:18:37.876Z[ recovery-image] Aug 26 16:18:37.295 INFO O| Aug 26 16:18:37.295 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-26T16:18:37.885Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51392026-08-26T16:18:37.888Z[ recovery-image] Aug 26 16:18:37.305 INFO O| Aug 26 16:18:37.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51402026-08-26T16:18:37.888Z[ recovery-image] Aug 26 16:18:37.305 INFO O| Aug 26 16:18:37.305 INFO STEP 43 (remove_files) COMPLETE
51412026-08-26T16:18:37.888Z[ recovery-image] Aug 26 16:18:37.305 INFO O| Aug 26 16:18:37.305 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-26T16:18:37.919Z[ recovery-image] Aug 26 16:18:37.335 INFO O| Aug 26 16:18:37.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51432026-08-26T16:18:37.921Z[ recovery-image] Aug 26 16:18:37.335 INFO O| Aug 26 16:18:37.335 INFO STEP 44 (remove_files) COMPLETE
51442026-08-26T16:18:37.923Z[ recovery-image] Aug 26 16:18:37.335 INFO O| Aug 26 16:18:37.335 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-26T16:18:37.930Z[ recovery-image] Aug 26 16:18:37.350 INFO O| Aug 26 16:18:37.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51462026-08-26T16:18:37.931Z[ recovery-image] Aug 26 16:18:37.350 INFO O| Aug 26 16:18:37.350 INFO STEP 45 (remove_files) COMPLETE
51472026-08-26T16:18:37.931Z[ recovery-image] Aug 26 16:18:37.350 INFO O| Aug 26 16:18:37.350 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-26T16:18:37.941Z[ recovery-image] Aug 26 16:18:37.361 INFO O| Aug 26 16:18:37.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51492026-08-26T16:18:37.942Z[ recovery-image] Aug 26 16:18:37.361 INFO O| Aug 26 16:18:37.361 INFO STEP 46 (remove_files) COMPLETE
51502026-08-26T16:18:37.942Z[ recovery-image] Aug 26 16:18:37.361 INFO O| Aug 26 16:18:37.361 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-26T16:18:37.952Z[ recovery-image] Aug 26 16:18:37.371 INFO O| Aug 26 16:18:37.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51522026-08-26T16:18:37.952Z[ recovery-image] Aug 26 16:18:37.371 INFO O| Aug 26 16:18:37.371 INFO STEP 47 (remove_files) COMPLETE
51532026-08-26T16:18:37.952Z[ recovery-image] Aug 26 16:18:37.371 INFO O| Aug 26 16:18:37.371 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-26T16:18:37.961Z[ recovery-image] Aug 26 16:18:37.381 INFO O| Aug 26 16:18:37.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51552026-08-26T16:18:37.962Z[ recovery-image] Aug 26 16:18:37.381 INFO O| Aug 26 16:18:37.381 INFO STEP 48 (remove_files) COMPLETE
51562026-08-26T16:18:37.962Z[ recovery-image] Aug 26 16:18:37.381 INFO O| Aug 26 16:18:37.381 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-26T16:18:37.970Z[ recovery-image] Aug 26 16:18:37.390 INFO O| Aug 26 16:18:37.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51582026-08-26T16:18:37.971Z[ recovery-image] Aug 26 16:18:37.390 INFO O| Aug 26 16:18:37.390 INFO STEP 49 (remove_files) COMPLETE
51592026-08-26T16:18:37.971Z[ recovery-image] Aug 26 16:18:37.390 INFO O| Aug 26 16:18:37.390 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-26T16:18:37.980Z[ recovery-image] Aug 26 16:18:37.399 INFO O| Aug 26 16:18:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51612026-08-26T16:18:37.980Z[ recovery-image] Aug 26 16:18:37.399 INFO O| Aug 26 16:18:37.399 INFO STEP 50 (remove_files) COMPLETE
51622026-08-26T16:18:37.980Z[ recovery-image] Aug 26 16:18:37.399 INFO O| Aug 26 16:18:37.399 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-26T16:18:37.989Z[ recovery-image] Aug 26 16:18:37.409 INFO O| Aug 26 16:18:37.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51642026-08-26T16:18:37.990Z[ recovery-image] Aug 26 16:18:37.409 INFO O| Aug 26 16:18:37.409 INFO STEP 51 (remove_files) COMPLETE
51652026-08-26T16:18:37.990Z[ recovery-image] Aug 26 16:18:37.409 INFO O| Aug 26 16:18:37.409 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-26T16:18:38.000Z[ recovery-image] Aug 26 16:18:37.419 INFO O| Aug 26 16:18:37.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51672026-08-26T16:18:38.000Z[ recovery-image] Aug 26 16:18:37.419 INFO O| Aug 26 16:18:37.419 INFO STEP 52 (remove_files) COMPLETE
51682026-08-26T16:18:38.000Z[ recovery-image] Aug 26 16:18:37.419 INFO O| Aug 26 16:18:37.419 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-26T16:18:38.011Z[ recovery-image] Aug 26 16:18:37.430 INFO O| Aug 26 16:18:37.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51702026-08-26T16:18:38.011Z[ recovery-image] Aug 26 16:18:37.430 INFO O| Aug 26 16:18:37.430 INFO STEP 53 (remove_files) COMPLETE
51712026-08-26T16:18:38.011Z[ recovery-image] Aug 26 16:18:37.430 INFO O| Aug 26 16:18:37.430 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-26T16:18:38.022Z[ recovery-image] Aug 26 16:18:37.441 INFO O| Aug 26 16:18:37.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51732026-08-26T16:18:38.022Z[ recovery-image] Aug 26 16:18:37.441 INFO O| Aug 26 16:18:37.441 INFO STEP 54 (remove_files) COMPLETE
51742026-08-26T16:18:38.022Z[ recovery-image] Aug 26 16:18:37.441 INFO O| Aug 26 16:18:37.441 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-26T16:18:38.033Z[ recovery-image] Aug 26 16:18:37.452 INFO O| Aug 26 16:18:37.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51762026-08-26T16:18:38.033Z[ recovery-image] Aug 26 16:18:37.452 INFO O| Aug 26 16:18:37.452 INFO STEP 55 (remove_files) COMPLETE
51772026-08-26T16:18:38.033Z[ recovery-image] Aug 26 16:18:37.452 INFO O| Aug 26 16:18:37.452 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-26T16:18:38.044Z[ recovery-image] Aug 26 16:18:37.463 INFO O| Aug 26 16:18:37.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51792026-08-26T16:18:38.044Z[ recovery-image] Aug 26 16:18:37.463 INFO O| Aug 26 16:18:37.463 INFO STEP 56 (remove_files) COMPLETE
51802026-08-26T16:18:38.044Z[ recovery-image] Aug 26 16:18:37.463 INFO O| Aug 26 16:18:37.463 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-26T16:18:38.054Z[ recovery-image] Aug 26 16:18:37.473 INFO O| Aug 26 16:18:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51822026-08-26T16:18:38.054Z[ recovery-image] Aug 26 16:18:37.473 INFO O| Aug 26 16:18:37.473 INFO STEP 57 (remove_files) COMPLETE
51832026-08-26T16:18:38.054Z[ recovery-image] Aug 26 16:18:37.473 INFO O| Aug 26 16:18:37.473 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-26T16:18:38.064Z[ recovery-image] Aug 26 16:18:37.484 INFO O| Aug 26 16:18:37.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51852026-08-26T16:18:38.064Z[ recovery-image] Aug 26 16:18:37.484 INFO O| Aug 26 16:18:37.484 INFO STEP 58 (remove_files) COMPLETE
51862026-08-26T16:18:38.064Z[ recovery-image] Aug 26 16:18:37.484 INFO O| Aug 26 16:18:37.484 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-26T16:18:38.076Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51882026-08-26T16:18:38.076Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51892026-08-26T16:18:38.076Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51902026-08-26T16:18:38.076Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51912026-08-26T16:18:38.080Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51922026-08-26T16:18:38.080Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51932026-08-26T16:18:38.080Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO ok!
51942026-08-26T16:18:38.080Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO STEP 59 (ensure_file) COMPLETE
51952026-08-26T16:18:38.080Z[ recovery-image] Aug 26 16:18:37.496 INFO O| Aug 26 16:18:37.496 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-26T16:18:38.087Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51972026-08-26T16:18:38.087Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51982026-08-26T16:18:38.087Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51992026-08-26T16:18:38.090Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52002026-08-26T16:18:38.090Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52012026-08-26T16:18:38.090Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52022026-08-26T16:18:38.090Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO ok!
52032026-08-26T16:18:38.090Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO STEP 60 (ensure_file) COMPLETE
52042026-08-26T16:18:38.090Z[ recovery-image] Aug 26 16:18:37.507 INFO O| Aug 26 16:18:37.507 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-26T16:18:38.094Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52062026-08-26T16:18:38.098Z[ recovery-image] Aug 26 16:18:37.518 INFO O| Aug 26 16:18:37.518 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52072026-08-26T16:18:38.098Z[ recovery-image] Aug 26 16:18:37.518 INFO O| Aug 26 16:18:37.518 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52082026-08-26T16:18:38.098Z[ recovery-image] Aug 26 16:18:37.518 INFO O| Aug 26 16:18:37.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52092026-08-26T16:18:38.102Z[ recovery-image] Aug 26 16:18:37.518 INFO O| Aug 26 16:18:37.518 INFO ok!
52102026-08-26T16:18:38.102Z[ recovery-image] Aug 26 16:18:37.518 INFO O| Aug 26 16:18:37.518 INFO STEP 61 (ensure_file) COMPLETE
52112026-08-26T16:18:38.102Z[ recovery-image] Aug 26 16:18:37.518 INFO O| Aug 26 16:18:37.518 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-08-26T16:18:38.109Z[ recovery-image] Aug 26 16:18:37.529 INFO O| Aug 26 16:18:37.529 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52132026-08-26T16:18:38.109Z[ recovery-image] Aug 26 16:18:37.529 INFO O| Aug 26 16:18:37.529 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52142026-08-26T16:18:38.109Z[ recovery-image] Aug 26 16:18:37.529 INFO O| Aug 26 16:18:37.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52152026-08-26T16:18:38.113Z[ recovery-image] Aug 26 16:18:37.529 INFO O| Aug 26 16:18:37.529 INFO ok!
52162026-08-26T16:18:38.113Z[ recovery-image] Aug 26 16:18:37.529 INFO O| Aug 26 16:18:37.529 INFO STEP 62 (ensure_file) COMPLETE
52172026-08-26T16:18:38.113Z[ recovery-image] Aug 26 16:18:37.529 INFO O| Aug 26 16:18:37.529 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-26T16:18:38.119Z[ recovery-image] Aug 26 16:18:37.538 INFO O| Aug 26 16:18:37.538 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52192026-08-26T16:18:38.119Z[ recovery-image] Aug 26 16:18:37.538 INFO O| Aug 26 16:18:37.538 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52202026-08-26T16:18:38.122Z[ recovery-image] Aug 26 16:18:37.539 INFO O| Aug 26 16:18:37.538 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52212026-08-26T16:18:38.122Z[ recovery-image] Aug 26 16:18:37.539 INFO O| Aug 26 16:18:37.539 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52222026-08-26T16:18:38.122Z[ recovery-image] Aug 26 16:18:37.539 INFO O| Aug 26 16:18:37.539 INFO ok!
52232026-08-26T16:18:38.122Z[ recovery-image] Aug 26 16:18:37.539 INFO O| Aug 26 16:18:37.539 INFO STEP 63 (ensure_file) COMPLETE
52242026-08-26T16:18:38.122Z[ recovery-image] Aug 26 16:18:37.539 INFO O| Aug 26 16:18:37.539 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-26T16:18:38.127Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52262026-08-26T16:18:38.127Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52272026-08-26T16:18:38.131Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52282026-08-26T16:18:38.131Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52292026-08-26T16:18:38.131Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO ok!
52302026-08-26T16:18:38.131Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO STEP 64 (ensure_file) COMPLETE
52312026-08-26T16:18:38.131Z[ recovery-image] Aug 26 16:18:37.547 INFO O| Aug 26 16:18:37.547 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-08-26T16:18:38.135Z[ recovery-image] Aug 26 16:18:37.554 INFO O| Aug 26 16:18:37.554 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52332026-08-26T16:18:38.135Z[ recovery-image] Aug 26 16:18:37.555 INFO O| Aug 26 16:18:37.554 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52342026-08-26T16:18:38.142Z[ recovery-image] Aug 26 16:18:37.555 INFO O| Aug 26 16:18:37.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52352026-08-26T16:18:38.142Z[ recovery-image] Aug 26 16:18:37.555 INFO O| Aug 26 16:18:37.554 INFO ok!
52362026-08-26T16:18:38.142Z[ recovery-image] Aug 26 16:18:37.555 INFO O| Aug 26 16:18:37.555 INFO STEP 65 (assemble_files) COMPLETE
52372026-08-26T16:18:38.142Z[ recovery-image] Aug 26 16:18:37.555 INFO O| Aug 26 16:18:37.555 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-08-26T16:18:38.145Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52392026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52402026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52412026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52422026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO ok!
52432026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO STEP 66 (ensure_file) COMPLETE
52442026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO skip step because feature "omicron1" is not enabled
52462026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO skip step because feature "omicron1" is not enabled
52482026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO skip step because feature "omicron1" is not enabled
52502026-08-26T16:18:38.146Z[ recovery-image] Aug 26 16:18:37.562 INFO O| Aug 26 16:18:37.562 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-08-26T16:18:38.161Z[ recovery-image] Aug 26 16:18:37.580 INFO O| Aug 26 16:18:37.579 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52522026-08-26T16:18:38.161Z[ recovery-image] Aug 26 16:18:37.580 INFO O| Aug 26 16:18:37.580 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52532026-08-26T16:18:38.900Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52542026-08-26T16:18:38.944Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52552026-08-26T16:18:39.116Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52562026-08-26T16:18:39.620Z[ recovery-image] Aug 26 16:18:39.039 INFO O| Aug 26 16:18:39.039 INFO STEP 70 (pack_tar) COMPLETE
52572026-08-26T16:18:39.620Z[ recovery-image] Aug 26 16:18:39.039 INFO O| Aug 26 16:18:39.039 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52582026-08-26T16:18:39.620Z[ recovery-image] Aug 26 16:18:39.039 INFO O| Aug 26 16:18:39.039 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52592026-08-26T16:18:39.821Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52602026-08-26T16:18:39.860Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52612026-08-26T16:18:40.170Z[ recovery-image] Aug 26 16:18:39.589 INFO O| Aug 26 16:18:39.589 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52622026-08-26T16:18:40.369Z[ recovery-image] Aug 26 16:18:39.789 INFO O| Aug 26 16:18:39.789 INFO completed processing sled/ramdisk-02-trim
52632026-08-26T16:18:40.373Z[ recovery-image] Aug 26 16:18:39.791 INFO image builder template: ramdisk-03-recovery-trim...
52642026-08-26T16:18:40.373Z[ recovery-image] Aug 26 16:18:39.791 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/.tmpGwSQKH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52652026-08-26T16:18:40.377Z[ recovery-image] Aug 26 16:18:39.796 INFO O| Aug 26 16:18:39.796 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52662026-08-26T16:18:40.419Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52672026-08-26T16:18:40.452Z[ recovery-image] Aug 26 16:18:39.871 INFO O| Aug 26 16:18:39.871 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52682026-08-26T16:18:40.455Z[ recovery-image] Aug 26 16:18:39.875 INFO O| Aug 26 16:18:39.875 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52692026-08-26T16:18:40.590Z[ recovery-image] Aug 26 16:18:40.009 INFO O| Aug 26 16:18:40.009 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52702026-08-26T16:18:40.665Z[ recovery-image] Aug 26 16:18:40.084 INFO O| Aug 26 16:18:40.084 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52712026-08-26T16:18:40.666Z[ recovery-image] Aug 26 16:18:40.084 INFO O| Aug 26 16:18:40.084 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52722026-08-26T16:18:40.669Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52732026-08-26T16:18:40.672Z[ recovery-image] Aug 26 16:18:40.091 INFO O| Aug 26 16:18:40.091 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52742026-08-26T16:18:40.680Z[ recovery-image] Aug 26 16:18:40.094 INFO O| Aug 26 16:18:40.094 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52752026-08-26T16:18:40.684Z[ recovery-image] Aug 26 16:18:40.100 INFO O| Aug 26 16:18:40.100 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52762026-08-26T16:18:41.193Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52772026-08-26T16:18:41.259Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52782026-08-26T16:18:41.325Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52792026-08-26T16:18:41.470Z[ recovery-image] Aug 26 16:18:40.889 INFO O| Aug 26 16:18:40.889 INFO rolled back to input snapshot; work may begin
52802026-08-26T16:18:41.470Z[ recovery-image] Aug 26 16:18:40.889 INFO O| Aug 26 16:18:40.889 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52812026-08-26T16:18:41.475Z[ recovery-image] Aug 26 16:18:40.895 INFO O| Aug 26 16:18:40.894 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-26T16:18:41.485Z[ recovery-image] Aug 26 16:18:40.904 INFO O| Aug 26 16:18:40.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52832026-08-26T16:18:41.490Z[ recovery-image] Aug 26 16:18:40.907 INFO O| Aug 26 16:18:40.907 INFO STEP 0 (remove_files) COMPLETE
52842026-08-26T16:18:41.491Z[ recovery-image] Aug 26 16:18:40.907 INFO O| Aug 26 16:18:40.907 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-26T16:18:41.498Z[ recovery-image] Aug 26 16:18:40.917 INFO O| Aug 26 16:18:40.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52862026-08-26T16:18:41.501Z[ recovery-image] Aug 26 16:18:40.918 INFO O| Aug 26 16:18:40.918 INFO STEP 1 (remove_files) COMPLETE
52872026-08-26T16:18:41.501Z[ recovery-image] Aug 26 16:18:40.918 INFO O| Aug 26 16:18:40.918 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-26T16:18:41.515Z[ recovery-image] Aug 26 16:18:40.929 INFO O| Aug 26 16:18:40.929 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52892026-08-26T16:18:41.522Z[ recovery-image] Aug 26 16:18:40.936 INFO O| Aug 26 16:18:40.936 INFO STEP 2 (remove_files) COMPLETE
52902026-08-26T16:18:41.522Z[ recovery-image] Aug 26 16:18:40.936 INFO O| Aug 26 16:18:40.936 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-26T16:18:41.528Z[ recovery-image] Aug 26 16:18:40.947 INFO O| Aug 26 16:18:40.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52922026-08-26T16:18:41.581Z[ recovery-image] Aug 26 16:18:41.001 INFO O| Aug 26 16:18:41.001 INFO STEP 3 (remove_files) COMPLETE
52932026-08-26T16:18:41.582Z[ recovery-image] Aug 26 16:18:41.001 INFO O| Aug 26 16:18:41.001 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-26T16:18:41.592Z[ recovery-image] Aug 26 16:18:41.011 INFO O| Aug 26 16:18:41.011 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52952026-08-26T16:18:41.596Z[ recovery-image] Aug 26 16:18:41.015 INFO O| Aug 26 16:18:41.015 INFO STEP 4 (remove_files) COMPLETE
52962026-08-26T16:18:41.596Z[ recovery-image] Aug 26 16:18:41.015 INFO O| Aug 26 16:18:41.015 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-26T16:18:41.608Z[ recovery-image] Aug 26 16:18:41.026 INFO O| Aug 26 16:18:41.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52982026-08-26T16:18:41.643Z[ recovery-image] Aug 26 16:18:41.063 INFO O| Aug 26 16:18:41.063 INFO STEP 5 (remove_files) COMPLETE
52992026-08-26T16:18:41.644Z[ recovery-image] Aug 26 16:18:41.063 INFO O| Aug 26 16:18:41.063 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-26T16:18:41.654Z[ recovery-image] Aug 26 16:18:41.073 INFO O| Aug 26 16:18:41.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53012026-08-26T16:18:41.672Z[ recovery-image] Aug 26 16:18:41.091 INFO O| Aug 26 16:18:41.091 INFO STEP 6 (remove_files) COMPLETE
53022026-08-26T16:18:41.676Z[ recovery-image] Aug 26 16:18:41.092 INFO O| Aug 26 16:18:41.091 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-26T16:18:41.683Z[ recovery-image] Aug 26 16:18:41.102 INFO O| Aug 26 16:18:41.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53042026-08-26T16:18:41.686Z[ recovery-image] Aug 26 16:18:41.104 INFO O| Aug 26 16:18:41.104 INFO STEP 7 (remove_files) COMPLETE
53052026-08-26T16:18:41.686Z[ recovery-image] Aug 26 16:18:41.104 INFO O| Aug 26 16:18:41.104 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-26T16:18:41.694Z[ recovery-image] Aug 26 16:18:41.113 INFO O| Aug 26 16:18:41.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53072026-08-26T16:18:41.697Z[ recovery-image] Aug 26 16:18:41.116 INFO O| Aug 26 16:18:41.116 INFO STEP 8 (remove_files) COMPLETE
53082026-08-26T16:18:41.697Z[ recovery-image] Aug 26 16:18:41.116 INFO O| Aug 26 16:18:41.116 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-26T16:18:41.707Z[ recovery-image] Aug 26 16:18:41.126 INFO O| Aug 26 16:18:41.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53102026-08-26T16:18:41.710Z[ recovery-image] Aug 26 16:18:41.130 INFO O| Aug 26 16:18:41.130 INFO STEP 9 (remove_files) COMPLETE
53112026-08-26T16:18:41.710Z[ recovery-image] Aug 26 16:18:41.130 INFO O| Aug 26 16:18:41.130 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-26T16:18:41.719Z[ recovery-image] Aug 26 16:18:41.139 INFO O| Aug 26 16:18:41.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53132026-08-26T16:18:41.723Z[ recovery-image] Aug 26 16:18:41.140 INFO O| Aug 26 16:18:41.140 INFO STEP 10 (remove_files) COMPLETE
53142026-08-26T16:18:41.723Z[ recovery-image] Aug 26 16:18:41.140 INFO O| Aug 26 16:18:41.140 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-26T16:18:41.730Z[ recovery-image] Aug 26 16:18:41.149 INFO O| Aug 26 16:18:41.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53162026-08-26T16:18:41.733Z[ recovery-image] Aug 26 16:18:41.151 INFO O| Aug 26 16:18:41.151 INFO STEP 11 (remove_files) COMPLETE
53172026-08-26T16:18:41.734Z[ recovery-image] Aug 26 16:18:41.151 INFO O| Aug 26 16:18:41.151 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-26T16:18:41.743Z[ recovery-image] Aug 26 16:18:41.162 INFO O| Aug 26 16:18:41.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53192026-08-26T16:18:41.801Z[ recovery-image] Aug 26 16:18:41.220 INFO O| Aug 26 16:18:41.220 INFO STEP 12 (remove_files) COMPLETE
53202026-08-26T16:18:41.801Z[ recovery-image] Aug 26 16:18:41.220 INFO O| Aug 26 16:18:41.220 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-26T16:18:41.811Z[ recovery-image] Aug 26 16:18:41.230 INFO O| Aug 26 16:18:41.230 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53222026-08-26T16:18:41.814Z[ recovery-image] Aug 26 16:18:41.232 INFO O| Aug 26 16:18:41.232 INFO STEP 13 (remove_files) COMPLETE
53232026-08-26T16:18:41.814Z[ recovery-image] Aug 26 16:18:41.232 INFO O| Aug 26 16:18:41.232 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-26T16:18:41.823Z[ recovery-image] Aug 26 16:18:41.243 INFO O| Aug 26 16:18:41.243 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53252026-08-26T16:18:41.827Z[ recovery-image] Aug 26 16:18:41.245 INFO O| Aug 26 16:18:41.245 INFO STEP 14 (remove_files) COMPLETE
53262026-08-26T16:18:41.827Z[ recovery-image] Aug 26 16:18:41.245 INFO O| Aug 26 16:18:41.245 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-26T16:18:41.837Z[ recovery-image] Aug 26 16:18:41.257 INFO O| Aug 26 16:18:41.257 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53282026-08-26T16:18:41.842Z[ recovery-image] Aug 26 16:18:41.258 INFO O| Aug 26 16:18:41.258 INFO STEP 15 (remove_files) COMPLETE
53292026-08-26T16:18:41.842Z[ recovery-image] Aug 26 16:18:41.258 INFO O| Aug 26 16:18:41.258 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-26T16:18:41.849Z[ recovery-image] Aug 26 16:18:41.269 INFO O| Aug 26 16:18:41.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53312026-08-26T16:18:41.853Z[ recovery-image] Aug 26 16:18:41.270 INFO O| Aug 26 16:18:41.270 INFO STEP 16 (remove_files) COMPLETE
53322026-08-26T16:18:41.853Z[ recovery-image] Aug 26 16:18:41.270 INFO O| Aug 26 16:18:41.270 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-26T16:18:41.861Z[ recovery-image] Aug 26 16:18:41.281 INFO O| Aug 26 16:18:41.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53342026-08-26T16:18:41.879Z[ recovery-image] Aug 26 16:18:41.299 INFO O| Aug 26 16:18:41.299 INFO STEP 17 (remove_files) COMPLETE
53352026-08-26T16:18:41.879Z[ recovery-image] Aug 26 16:18:41.299 INFO O| Aug 26 16:18:41.299 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-26T16:18:41.891Z[ recovery-image] Aug 26 16:18:41.310 INFO O| Aug 26 16:18:41.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53372026-08-26T16:18:41.891Z[ recovery-image] Aug 26 16:18:41.310 INFO O| Aug 26 16:18:41.310 INFO STEP 18 (remove_files) COMPLETE
53382026-08-26T16:18:41.894Z[ recovery-image] Aug 26 16:18:41.310 INFO O| Aug 26 16:18:41.310 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-26T16:18:41.901Z[ recovery-image] Aug 26 16:18:41.320 INFO O| Aug 26 16:18:41.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53402026-08-26T16:18:41.901Z[ recovery-image] Aug 26 16:18:41.321 INFO O| Aug 26 16:18:41.321 INFO STEP 19 (remove_files) COMPLETE
53412026-08-26T16:18:41.901Z[ recovery-image] Aug 26 16:18:41.321 INFO O| Aug 26 16:18:41.321 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-26T16:18:41.912Z[ recovery-image] Aug 26 16:18:41.331 INFO O| Aug 26 16:18:41.331 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53432026-08-26T16:18:41.955Z[ recovery-image] Aug 26 16:18:41.374 INFO O| Aug 26 16:18:41.374 INFO STEP 20 (remove_files) COMPLETE
53442026-08-26T16:18:41.955Z[ recovery-image] Aug 26 16:18:41.374 INFO O| Aug 26 16:18:41.374 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-26T16:18:41.965Z[ recovery-image] Aug 26 16:18:41.384 INFO O| Aug 26 16:18:41.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53462026-08-26T16:18:41.970Z[ recovery-image] Aug 26 16:18:41.390 INFO O| Aug 26 16:18:41.385 INFO STEP 21 (remove_files) COMPLETE
53472026-08-26T16:18:41.970Z[ recovery-image] Aug 26 16:18:41.390 INFO O| Aug 26 16:18:41.385 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-26T16:18:41.975Z[ recovery-image] Aug 26 16:18:41.395 INFO O| Aug 26 16:18:41.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53492026-08-26T16:18:41.978Z[ recovery-image] Aug 26 16:18:41.396 INFO O| Aug 26 16:18:41.396 INFO STEP 22 (remove_files) COMPLETE
53502026-08-26T16:18:41.979Z[ recovery-image] Aug 26 16:18:41.396 INFO O| Aug 26 16:18:41.396 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-26T16:18:41.985Z[ recovery-image] Aug 26 16:18:41.405 INFO O| Aug 26 16:18:41.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53522026-08-26T16:18:41.989Z[ recovery-image] Aug 26 16:18:41.405 INFO O| Aug 26 16:18:41.405 INFO STEP 23 (remove_files) COMPLETE
53532026-08-26T16:18:41.989Z[ recovery-image] Aug 26 16:18:41.405 INFO O| Aug 26 16:18:41.405 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-26T16:18:41.995Z[ recovery-image] Aug 26 16:18:41.414 INFO O| Aug 26 16:18:41.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53552026-08-26T16:18:41.995Z[ recovery-image] Aug 26 16:18:41.414 INFO O| Aug 26 16:18:41.414 INFO STEP 24 (remove_files) COMPLETE
53562026-08-26T16:18:41.995Z[ recovery-image] Aug 26 16:18:41.414 INFO O| Aug 26 16:18:41.414 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-26T16:18:42.005Z[ recovery-image] Aug 26 16:18:41.424 INFO O| Aug 26 16:18:41.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53582026-08-26T16:18:42.005Z[ recovery-image] Aug 26 16:18:41.424 INFO O| Aug 26 16:18:41.424 INFO STEP 25 (remove_files) COMPLETE
53592026-08-26T16:18:42.005Z[ recovery-image] Aug 26 16:18:41.424 INFO O| Aug 26 16:18:41.424 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-26T16:18:42.014Z[ recovery-image] Aug 26 16:18:41.434 INFO O| Aug 26 16:18:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53612026-08-26T16:18:42.014Z[ recovery-image] Aug 26 16:18:41.434 INFO O| Aug 26 16:18:41.434 INFO STEP 26 (remove_files) COMPLETE
53622026-08-26T16:18:42.014Z[ recovery-image] Aug 26 16:18:41.434 INFO O| Aug 26 16:18:41.434 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-26T16:18:42.023Z[ recovery-image] Aug 26 16:18:41.442 INFO O| Aug 26 16:18:41.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53642026-08-26T16:18:42.026Z[ recovery-image] Aug 26 16:18:41.443 INFO O| Aug 26 16:18:41.443 INFO STEP 27 (remove_files) COMPLETE
53652026-08-26T16:18:42.026Z[ recovery-image] Aug 26 16:18:41.443 INFO O| Aug 26 16:18:41.443 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-26T16:18:42.033Z[ recovery-image] Aug 26 16:18:41.452 INFO O| Aug 26 16:18:41.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53672026-08-26T16:18:42.033Z[ recovery-image] Aug 26 16:18:41.452 INFO O| Aug 26 16:18:41.452 INFO STEP 28 (remove_files) COMPLETE
53682026-08-26T16:18:42.033Z[ recovery-image] Aug 26 16:18:41.452 INFO O| Aug 26 16:18:41.452 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-26T16:18:42.042Z[ recovery-image] Aug 26 16:18:41.461 INFO O| Aug 26 16:18:41.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53702026-08-26T16:18:42.042Z[ recovery-image] Aug 26 16:18:41.461 INFO O| Aug 26 16:18:41.461 INFO STEP 29 (remove_files) COMPLETE
53712026-08-26T16:18:42.042Z[ recovery-image] Aug 26 16:18:41.461 INFO O| Aug 26 16:18:41.461 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-26T16:18:42.050Z[ recovery-image] Aug 26 16:18:41.470 INFO O| Aug 26 16:18:41.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53732026-08-26T16:18:42.051Z[ recovery-image] Aug 26 16:18:41.470 INFO O| Aug 26 16:18:41.470 INFO STEP 30 (remove_files) COMPLETE
53742026-08-26T16:18:42.051Z[ recovery-image] Aug 26 16:18:41.470 INFO O| Aug 26 16:18:41.470 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-26T16:18:42.060Z[ recovery-image] Aug 26 16:18:41.480 INFO O| Aug 26 16:18:41.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53762026-08-26T16:18:42.060Z[ recovery-image] Aug 26 16:18:41.480 INFO O| Aug 26 16:18:41.480 INFO STEP 31 (remove_files) COMPLETE
53772026-08-26T16:18:42.061Z[ recovery-image] Aug 26 16:18:41.480 INFO O| Aug 26 16:18:41.480 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-26T16:18:42.070Z[ recovery-image] Aug 26 16:18:41.489 INFO O| Aug 26 16:18:41.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53792026-08-26T16:18:42.070Z[ recovery-image] Aug 26 16:18:41.489 INFO O| Aug 26 16:18:41.489 INFO STEP 32 (remove_files) COMPLETE
53802026-08-26T16:18:42.074Z[ recovery-image] Aug 26 16:18:41.489 INFO O| Aug 26 16:18:41.489 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-26T16:18:42.079Z[ recovery-image] Aug 26 16:18:41.499 INFO O| Aug 26 16:18:41.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53822026-08-26T16:18:42.079Z[ recovery-image] Aug 26 16:18:41.499 INFO O| Aug 26 16:18:41.499 INFO STEP 33 (remove_files) COMPLETE
53832026-08-26T16:18:42.079Z[ recovery-image] Aug 26 16:18:41.499 INFO O| Aug 26 16:18:41.499 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-26T16:18:42.089Z[ recovery-image] Aug 26 16:18:41.508 INFO O| Aug 26 16:18:41.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53852026-08-26T16:18:42.089Z[ recovery-image] Aug 26 16:18:41.508 INFO O| Aug 26 16:18:41.508 INFO STEP 34 (remove_files) COMPLETE
53862026-08-26T16:18:42.089Z[ recovery-image] Aug 26 16:18:41.508 INFO O| Aug 26 16:18:41.508 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-26T16:18:42.097Z[ recovery-image] Aug 26 16:18:41.517 INFO O| Aug 26 16:18:41.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53882026-08-26T16:18:42.097Z[ recovery-image] Aug 26 16:18:41.517 INFO O| Aug 26 16:18:41.517 INFO STEP 35 (remove_files) COMPLETE
53892026-08-26T16:18:42.098Z[ recovery-image] Aug 26 16:18:41.517 INFO O| Aug 26 16:18:41.517 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-26T16:18:42.106Z[ recovery-image] Aug 26 16:18:41.525 INFO O| Aug 26 16:18:41.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53912026-08-26T16:18:42.109Z[ recovery-image] Aug 26 16:18:41.526 INFO O| Aug 26 16:18:41.526 INFO STEP 36 (remove_files) COMPLETE
53922026-08-26T16:18:42.109Z[ recovery-image] Aug 26 16:18:41.526 INFO O| Aug 26 16:18:41.526 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-26T16:18:42.115Z[ recovery-image] Aug 26 16:18:41.534 INFO O| Aug 26 16:18:41.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53942026-08-26T16:18:42.115Z[ recovery-image] Aug 26 16:18:41.534 INFO O| Aug 26 16:18:41.534 INFO STEP 37 (remove_files) COMPLETE
53952026-08-26T16:18:42.118Z[ recovery-image] Aug 26 16:18:41.534 INFO O| Aug 26 16:18:41.534 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-26T16:18:42.126Z[ recovery-image] Aug 26 16:18:41.546 INFO O| Aug 26 16:18:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53972026-08-26T16:18:42.126Z[ recovery-image] Aug 26 16:18:41.546 INFO O| Aug 26 16:18:41.546 INFO STEP 38 (remove_files) COMPLETE
53982026-08-26T16:18:42.127Z[ recovery-image] Aug 26 16:18:41.546 INFO O| Aug 26 16:18:41.546 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-26T16:18:42.136Z[ recovery-image] Aug 26 16:18:41.556 INFO O| Aug 26 16:18:41.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54002026-08-26T16:18:42.136Z[ recovery-image] Aug 26 16:18:41.556 INFO O| Aug 26 16:18:41.556 INFO STEP 39 (remove_files) COMPLETE
54012026-08-26T16:18:42.137Z[ recovery-image] Aug 26 16:18:41.556 INFO O| Aug 26 16:18:41.556 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-26T16:18:42.146Z[ recovery-image] Aug 26 16:18:41.565 INFO O| Aug 26 16:18:41.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54032026-08-26T16:18:42.146Z[ recovery-image] Aug 26 16:18:41.566 INFO O| Aug 26 16:18:41.565 INFO STEP 40 (remove_files) COMPLETE
54042026-08-26T16:18:42.149Z[ recovery-image] Aug 26 16:18:41.566 INFO O| Aug 26 16:18:41.565 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-26T16:18:42.155Z[ recovery-image] Aug 26 16:18:41.574 INFO O| Aug 26 16:18:41.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54062026-08-26T16:18:42.155Z[ recovery-image] Aug 26 16:18:41.575 INFO O| Aug 26 16:18:41.575 INFO STEP 41 (remove_files) COMPLETE
54072026-08-26T16:18:42.159Z[ recovery-image] Aug 26 16:18:41.575 INFO O| Aug 26 16:18:41.575 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-26T16:18:42.164Z[ recovery-image] Aug 26 16:18:41.583 INFO O| Aug 26 16:18:41.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54092026-08-26T16:18:42.167Z[ recovery-image] Aug 26 16:18:41.583 INFO O| Aug 26 16:18:41.583 INFO STEP 42 (remove_files) COMPLETE
54102026-08-26T16:18:42.167Z[ recovery-image] Aug 26 16:18:41.583 INFO O| Aug 26 16:18:41.583 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-26T16:18:42.173Z[ recovery-image] Aug 26 16:18:41.593 INFO O| Aug 26 16:18:41.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54122026-08-26T16:18:42.173Z[ recovery-image] Aug 26 16:18:41.593 INFO O| Aug 26 16:18:41.593 INFO STEP 43 (remove_files) COMPLETE
54132026-08-26T16:18:42.177Z[ recovery-image] Aug 26 16:18:41.593 INFO O| Aug 26 16:18:41.593 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-26T16:18:42.182Z[verify-libraries] Compiling tui-tree-widget v0.23.1
54152026-08-26T16:18:42.185Z[ recovery-image] Aug 26 16:18:41.602 INFO O| Aug 26 16:18:41.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54162026-08-26T16:18:42.186Z[ recovery-image] Aug 26 16:18:41.602 INFO O| Aug 26 16:18:41.602 INFO STEP 44 (remove_files) COMPLETE
54172026-08-26T16:18:42.186Z[ recovery-image] Aug 26 16:18:41.602 INFO O| Aug 26 16:18:41.602 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-26T16:18:42.203Z[ recovery-image] Aug 26 16:18:41.620 INFO O| Aug 26 16:18:41.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54192026-08-26T16:18:42.204Z[ recovery-image] Aug 26 16:18:41.620 INFO O| Aug 26 16:18:41.618 INFO STEP 45 (remove_files) COMPLETE
54202026-08-26T16:18:42.204Z[ recovery-image] Aug 26 16:18:41.620 INFO O| Aug 26 16:18:41.618 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-26T16:18:42.207Z[ recovery-image] Aug 26 16:18:41.626 INFO O| Aug 26 16:18:41.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54222026-08-26T16:18:42.220Z[ recovery-image] Aug 26 16:18:41.640 INFO O| Aug 26 16:18:41.640 INFO STEP 46 (remove_files) COMPLETE
54232026-08-26T16:18:42.221Z[ recovery-image] Aug 26 16:18:41.640 INFO O| Aug 26 16:18:41.640 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-26T16:18:42.232Z[ recovery-image] Aug 26 16:18:41.651 INFO O| Aug 26 16:18:41.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54252026-08-26T16:18:42.232Z[ recovery-image] Aug 26 16:18:41.651 INFO O| Aug 26 16:18:41.651 INFO STEP 47 (remove_files) COMPLETE
54262026-08-26T16:18:42.232Z[ recovery-image] Aug 26 16:18:41.651 INFO O| Aug 26 16:18:41.651 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-26T16:18:42.249Z[ recovery-image] Aug 26 16:18:41.668 INFO O| Aug 26 16:18:41.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54282026-08-26T16:18:42.249Z[ recovery-image] Aug 26 16:18:41.668 INFO O| Aug 26 16:18:41.668 INFO STEP 48 (remove_files) COMPLETE
54292026-08-26T16:18:42.249Z[ recovery-image] Aug 26 16:18:41.668 INFO O| Aug 26 16:18:41.668 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-26T16:18:42.260Z[ recovery-image] Aug 26 16:18:41.677 INFO O| Aug 26 16:18:41.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54312026-08-26T16:18:42.261Z[ recovery-image] Aug 26 16:18:41.677 INFO O| Aug 26 16:18:41.677 INFO STEP 49 (remove_files) COMPLETE
54322026-08-26T16:18:42.261Z[ recovery-image] Aug 26 16:18:41.677 INFO O| Aug 26 16:18:41.677 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-26T16:18:42.272Z[ recovery-image] Aug 26 16:18:41.691 INFO O| Aug 26 16:18:41.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54342026-08-26T16:18:42.272Z[ recovery-image] Aug 26 16:18:41.691 INFO O| Aug 26 16:18:41.691 INFO STEP 50 (remove_files) COMPLETE
54352026-08-26T16:18:42.272Z[ recovery-image] Aug 26 16:18:41.691 INFO O| Aug 26 16:18:41.691 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-26T16:18:42.287Z[ recovery-image] Aug 26 16:18:41.706 INFO O| Aug 26 16:18:41.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54372026-08-26T16:18:42.287Z[ recovery-image] Aug 26 16:18:41.706 INFO O| Aug 26 16:18:41.706 INFO STEP 51 (remove_files) COMPLETE
54382026-08-26T16:18:42.287Z[ recovery-image] Aug 26 16:18:41.706 INFO O| Aug 26 16:18:41.706 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-26T16:18:42.296Z[ recovery-image] Aug 26 16:18:41.715 INFO O| Aug 26 16:18:41.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54402026-08-26T16:18:42.300Z[ recovery-image] Aug 26 16:18:41.717 INFO O| Aug 26 16:18:41.717 INFO STEP 52 (remove_files) COMPLETE
54412026-08-26T16:18:42.300Z[ recovery-image] Aug 26 16:18:41.717 INFO O| Aug 26 16:18:41.717 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-26T16:18:42.315Z[ recovery-image] Aug 26 16:18:41.734 INFO O| Aug 26 16:18:41.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54432026-08-26T16:18:42.315Z[ recovery-image] Aug 26 16:18:41.734 INFO O| Aug 26 16:18:41.734 INFO STEP 53 (remove_files) COMPLETE
54442026-08-26T16:18:42.315Z[ recovery-image] Aug 26 16:18:41.734 INFO O| Aug 26 16:18:41.734 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-26T16:18:42.332Z[ recovery-image] Aug 26 16:18:41.751 INFO O| Aug 26 16:18:41.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54462026-08-26T16:18:42.332Z[ recovery-image] Aug 26 16:18:41.751 INFO O| Aug 26 16:18:41.751 INFO STEP 54 (remove_files) COMPLETE
54472026-08-26T16:18:42.335Z[ recovery-image] Aug 26 16:18:41.751 INFO O| Aug 26 16:18:41.751 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-26T16:18:42.341Z[ recovery-image] Aug 26 16:18:41.760 INFO O| Aug 26 16:18:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54492026-08-26T16:18:42.341Z[ recovery-image] Aug 26 16:18:41.760 INFO O| Aug 26 16:18:41.760 INFO STEP 55 (remove_files) COMPLETE
54502026-08-26T16:18:42.341Z[ recovery-image] Aug 26 16:18:41.760 INFO O| Aug 26 16:18:41.760 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-26T16:18:42.357Z[ recovery-image] Aug 26 16:18:41.776 INFO O| Aug 26 16:18:41.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54522026-08-26T16:18:42.357Z[ recovery-image] Aug 26 16:18:41.776 INFO O| Aug 26 16:18:41.776 INFO STEP 56 (remove_files) COMPLETE
54532026-08-26T16:18:42.357Z[ recovery-image] Aug 26 16:18:41.776 INFO O| Aug 26 16:18:41.776 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-26T16:18:42.370Z[ recovery-image] Aug 26 16:18:41.785 INFO O| Aug 26 16:18:41.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54552026-08-26T16:18:42.370Z[ recovery-image] Aug 26 16:18:41.785 INFO O| Aug 26 16:18:41.785 INFO STEP 57 (remove_files) COMPLETE
54562026-08-26T16:18:42.370Z[ recovery-image] Aug 26 16:18:41.785 INFO O| Aug 26 16:18:41.785 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-26T16:18:42.375Z[ recovery-image] Aug 26 16:18:41.794 INFO O| Aug 26 16:18:41.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54582026-08-26T16:18:42.375Z[ recovery-image] Aug 26 16:18:41.794 INFO O| Aug 26 16:18:41.794 INFO STEP 58 (remove_files) COMPLETE
54592026-08-26T16:18:42.375Z[ recovery-image] Aug 26 16:18:41.794 INFO O| Aug 26 16:18:41.794 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-26T16:18:42.385Z[ recovery-image] Aug 26 16:18:41.803 INFO O| Aug 26 16:18:41.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54612026-08-26T16:18:42.385Z[ recovery-image] Aug 26 16:18:41.804 INFO O| Aug 26 16:18:41.803 INFO STEP 59 (remove_files) COMPLETE
54622026-08-26T16:18:42.385Z[ recovery-image] Aug 26 16:18:41.804 INFO O| Aug 26 16:18:41.803 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-26T16:18:42.400Z[ recovery-image] Aug 26 16:18:41.820 INFO O| Aug 26 16:18:41.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54642026-08-26T16:18:42.401Z[ recovery-image] Aug 26 16:18:41.820 INFO O| Aug 26 16:18:41.820 INFO STEP 60 (remove_files) COMPLETE
54652026-08-26T16:18:42.401Z[ recovery-image] Aug 26 16:18:41.820 INFO O| Aug 26 16:18:41.820 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-26T16:18:42.420Z[ recovery-image] Aug 26 16:18:41.839 INFO O| Aug 26 16:18:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54672026-08-26T16:18:42.420Z[ recovery-image] Aug 26 16:18:41.839 INFO O| Aug 26 16:18:41.839 INFO STEP 61 (remove_files) COMPLETE
54682026-08-26T16:18:42.420Z[ recovery-image] Aug 26 16:18:41.839 INFO O| Aug 26 16:18:41.839 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-26T16:18:42.429Z[ recovery-image] Aug 26 16:18:41.849 INFO O| Aug 26 16:18:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54702026-08-26T16:18:42.429Z[ recovery-image] Aug 26 16:18:41.849 INFO O| Aug 26 16:18:41.849 INFO STEP 62 (remove_files) COMPLETE
54712026-08-26T16:18:42.430Z[ recovery-image] Aug 26 16:18:41.849 INFO O| Aug 26 16:18:41.849 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-26T16:18:42.438Z[ recovery-image] Aug 26 16:18:41.857 INFO O| Aug 26 16:18:41.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54732026-08-26T16:18:42.438Z[ recovery-image] Aug 26 16:18:41.857 INFO O| Aug 26 16:18:41.857 INFO STEP 63 (remove_files) COMPLETE
54742026-08-26T16:18:42.438Z[ recovery-image] Aug 26 16:18:41.857 INFO O| Aug 26 16:18:41.857 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-26T16:18:42.444Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
54762026-08-26T16:18:42.448Z[ recovery-image] Aug 26 16:18:41.867 INFO O| Aug 26 16:18:41.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54772026-08-26T16:18:42.452Z[ recovery-image] Aug 26 16:18:41.871 INFO O| Aug 26 16:18:41.871 INFO STEP 64 (remove_files) COMPLETE
54782026-08-26T16:18:42.452Z[ recovery-image] Aug 26 16:18:41.871 INFO O| Aug 26 16:18:41.871 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-26T16:18:42.468Z[ recovery-image] Aug 26 16:18:41.888 INFO O| Aug 26 16:18:41.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54802026-08-26T16:18:42.469Z[ recovery-image] Aug 26 16:18:41.888 INFO O| Aug 26 16:18:41.885 INFO STEP 65 (remove_files) COMPLETE
54812026-08-26T16:18:42.472Z[ recovery-image] Aug 26 16:18:41.888 INFO O| Aug 26 16:18:41.885 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-26T16:18:42.485Z[ recovery-image] Aug 26 16:18:41.905 INFO O| Aug 26 16:18:41.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54832026-08-26T16:18:42.485Z[ recovery-image] Aug 26 16:18:41.905 INFO O| Aug 26 16:18:41.905 INFO STEP 66 (remove_files) COMPLETE
54842026-08-26T16:18:42.485Z[ recovery-image] Aug 26 16:18:41.905 INFO O| Aug 26 16:18:41.905 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-26T16:18:42.501Z[ recovery-image] Aug 26 16:18:41.920 INFO O| Aug 26 16:18:41.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54862026-08-26T16:18:42.501Z[ recovery-image] Aug 26 16:18:41.920 INFO O| Aug 26 16:18:41.920 INFO STEP 67 (remove_files) COMPLETE
54872026-08-26T16:18:42.505Z[ recovery-image] Aug 26 16:18:41.920 INFO O| Aug 26 16:18:41.920 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-26T16:18:42.536Z[ recovery-image] Aug 26 16:18:41.955 INFO O| Aug 26 16:18:41.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54892026-08-26T16:18:42.536Z[ recovery-image] Aug 26 16:18:41.955 INFO O| Aug 26 16:18:41.955 INFO STEP 68 (remove_files) COMPLETE
54902026-08-26T16:18:42.536Z[ recovery-image] Aug 26 16:18:41.955 INFO O| Aug 26 16:18:41.955 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-26T16:18:42.545Z[ recovery-image] Aug 26 16:18:41.965 INFO O| Aug 26 16:18:41.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54922026-08-26T16:18:42.545Z[ recovery-image] Aug 26 16:18:41.965 INFO O| Aug 26 16:18:41.965 INFO STEP 69 (remove_files) COMPLETE
54932026-08-26T16:18:42.546Z[ recovery-image] Aug 26 16:18:41.965 INFO O| Aug 26 16:18:41.965 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-26T16:18:42.555Z[ recovery-image] Aug 26 16:18:41.974 INFO O| Aug 26 16:18:41.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54952026-08-26T16:18:42.555Z[ recovery-image] Aug 26 16:18:41.974 INFO O| Aug 26 16:18:41.974 INFO STEP 70 (remove_files) COMPLETE
54962026-08-26T16:18:42.555Z[ recovery-image] Aug 26 16:18:41.974 INFO O| Aug 26 16:18:41.974 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-26T16:18:42.564Z[ recovery-image] Aug 26 16:18:41.983 INFO O| Aug 26 16:18:41.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54982026-08-26T16:18:42.564Z[ recovery-image] Aug 26 16:18:41.983 INFO O| Aug 26 16:18:41.983 INFO STEP 71 (remove_files) COMPLETE
54992026-08-26T16:18:42.564Z[ recovery-image] Aug 26 16:18:41.983 INFO O| Aug 26 16:18:41.983 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-26T16:18:42.574Z[ recovery-image] Aug 26 16:18:41.994 INFO O| Aug 26 16:18:41.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55012026-08-26T16:18:42.574Z[ recovery-image] Aug 26 16:18:41.994 INFO O| Aug 26 16:18:41.994 INFO STEP 72 (remove_files) COMPLETE
55022026-08-26T16:18:42.574Z[ recovery-image] Aug 26 16:18:41.994 INFO O| Aug 26 16:18:41.994 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-26T16:18:42.584Z[ recovery-image] Aug 26 16:18:42.003 INFO O| Aug 26 16:18:42.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55042026-08-26T16:18:42.584Z[ recovery-image] Aug 26 16:18:42.003 INFO O| Aug 26 16:18:42.003 INFO STEP 73 (remove_files) COMPLETE
55052026-08-26T16:18:42.587Z[ recovery-image] Aug 26 16:18:42.003 INFO O| Aug 26 16:18:42.003 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-26T16:18:42.594Z[ recovery-image] Aug 26 16:18:42.014 INFO O| Aug 26 16:18:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55072026-08-26T16:18:42.594Z[ recovery-image] Aug 26 16:18:42.014 INFO O| Aug 26 16:18:42.014 INFO STEP 74 (remove_files) COMPLETE
55082026-08-26T16:18:42.597Z[ recovery-image] Aug 26 16:18:42.014 INFO O| Aug 26 16:18:42.014 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-26T16:18:42.603Z[ recovery-image] Aug 26 16:18:42.022 INFO O| Aug 26 16:18:42.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55102026-08-26T16:18:42.603Z[ recovery-image] Aug 26 16:18:42.022 INFO O| Aug 26 16:18:42.022 INFO STEP 75 (remove_files) COMPLETE
55112026-08-26T16:18:42.603Z[ recovery-image] Aug 26 16:18:42.022 INFO O| Aug 26 16:18:42.022 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-26T16:18:42.612Z[ recovery-image] Aug 26 16:18:42.031 INFO O| Aug 26 16:18:42.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55132026-08-26T16:18:42.612Z[ recovery-image] Aug 26 16:18:42.031 INFO O| Aug 26 16:18:42.031 INFO STEP 76 (remove_files) COMPLETE
55142026-08-26T16:18:42.615Z[ recovery-image] Aug 26 16:18:42.031 INFO O| Aug 26 16:18:42.031 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-26T16:18:42.619Z[ recovery-image] Aug 26 16:18:42.039 INFO O| Aug 26 16:18:42.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55162026-08-26T16:18:42.619Z[ recovery-image] Aug 26 16:18:42.039 INFO O| Aug 26 16:18:42.039 INFO STEP 77 (remove_files) COMPLETE
55172026-08-26T16:18:42.619Z[ recovery-image] Aug 26 16:18:42.039 INFO O| Aug 26 16:18:42.039 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-26T16:18:42.627Z[ recovery-image] Aug 26 16:18:42.047 INFO O| Aug 26 16:18:42.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55192026-08-26T16:18:42.627Z[ recovery-image] Aug 26 16:18:42.047 INFO O| Aug 26 16:18:42.047 INFO STEP 78 (remove_files) COMPLETE
55202026-08-26T16:18:42.627Z[ recovery-image] Aug 26 16:18:42.047 INFO O| Aug 26 16:18:42.047 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-26T16:18:42.638Z[ recovery-image] Aug 26 16:18:42.057 INFO O| Aug 26 16:18:42.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55222026-08-26T16:18:42.638Z[ recovery-image] Aug 26 16:18:42.057 INFO O| Aug 26 16:18:42.057 INFO STEP 79 (remove_files) COMPLETE
55232026-08-26T16:18:42.638Z[ recovery-image] Aug 26 16:18:42.057 INFO O| Aug 26 16:18:42.057 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-26T16:18:42.648Z[ recovery-image] Aug 26 16:18:42.068 INFO O| Aug 26 16:18:42.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55252026-08-26T16:18:42.648Z[ recovery-image] Aug 26 16:18:42.068 INFO O| Aug 26 16:18:42.068 INFO STEP 80 (remove_files) COMPLETE
55262026-08-26T16:18:42.648Z[ recovery-image] Aug 26 16:18:42.068 INFO O| Aug 26 16:18:42.068 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-26T16:18:42.659Z[ recovery-image] Aug 26 16:18:42.078 INFO O| Aug 26 16:18:42.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55282026-08-26T16:18:42.659Z[ recovery-image] Aug 26 16:18:42.078 INFO O| Aug 26 16:18:42.078 INFO STEP 81 (remove_files) COMPLETE
55292026-08-26T16:18:42.659Z[ recovery-image] Aug 26 16:18:42.078 INFO O| Aug 26 16:18:42.078 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-26T16:18:42.670Z[ recovery-image] Aug 26 16:18:42.089 INFO O| Aug 26 16:18:42.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55312026-08-26T16:18:42.670Z[ recovery-image] Aug 26 16:18:42.089 INFO O| Aug 26 16:18:42.089 INFO STEP 82 (remove_files) COMPLETE
55322026-08-26T16:18:42.673Z[ recovery-image] Aug 26 16:18:42.089 INFO O| Aug 26 16:18:42.089 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-26T16:18:42.680Z[ recovery-image] Aug 26 16:18:42.100 INFO O| Aug 26 16:18:42.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55342026-08-26T16:18:42.680Z[ recovery-image] Aug 26 16:18:42.100 INFO O| Aug 26 16:18:42.100 INFO STEP 83 (remove_files) COMPLETE
55352026-08-26T16:18:42.680Z[ recovery-image] Aug 26 16:18:42.100 INFO O| Aug 26 16:18:42.100 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-26T16:18:42.690Z[ recovery-image] Aug 26 16:18:42.110 INFO O| Aug 26 16:18:42.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55372026-08-26T16:18:42.694Z[ recovery-image] Aug 26 16:18:42.111 INFO O| Aug 26 16:18:42.111 INFO STEP 84 (remove_files) COMPLETE
55382026-08-26T16:18:42.694Z[ recovery-image] Aug 26 16:18:42.111 INFO O| Aug 26 16:18:42.111 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-26T16:18:42.701Z[ recovery-image] Aug 26 16:18:42.121 INFO O| Aug 26 16:18:42.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55402026-08-26T16:18:42.702Z[ recovery-image] Aug 26 16:18:42.121 INFO O| Aug 26 16:18:42.121 INFO STEP 85 (remove_files) COMPLETE
55412026-08-26T16:18:42.702Z[ recovery-image] Aug 26 16:18:42.121 INFO O| Aug 26 16:18:42.121 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-26T16:18:42.711Z[ recovery-image] Aug 26 16:18:42.131 INFO O| Aug 26 16:18:42.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55432026-08-26T16:18:42.712Z[ recovery-image] Aug 26 16:18:42.131 INFO O| Aug 26 16:18:42.131 INFO STEP 86 (remove_files) COMPLETE
55442026-08-26T16:18:42.712Z[ recovery-image] Aug 26 16:18:42.131 INFO O| Aug 26 16:18:42.131 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-26T16:18:42.722Z[ recovery-image] Aug 26 16:18:42.141 INFO O| Aug 26 16:18:42.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55462026-08-26T16:18:42.722Z[ recovery-image] Aug 26 16:18:42.141 INFO O| Aug 26 16:18:42.141 INFO STEP 87 (remove_files) COMPLETE
55472026-08-26T16:18:42.725Z[ recovery-image] Aug 26 16:18:42.141 INFO O| Aug 26 16:18:42.141 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-26T16:18:42.731Z[ recovery-image] Aug 26 16:18:42.150 INFO O| Aug 26 16:18:42.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55492026-08-26T16:18:42.731Z[ recovery-image] Aug 26 16:18:42.150 INFO O| Aug 26 16:18:42.150 INFO STEP 88 (remove_files) COMPLETE
55502026-08-26T16:18:42.734Z[ recovery-image] Aug 26 16:18:42.150 INFO O| Aug 26 16:18:42.150 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-26T16:18:42.741Z[ recovery-image] Aug 26 16:18:42.161 INFO O| Aug 26 16:18:42.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55522026-08-26T16:18:42.741Z[ recovery-image] Aug 26 16:18:42.161 INFO O| Aug 26 16:18:42.161 INFO STEP 89 (remove_files) COMPLETE
55532026-08-26T16:18:42.741Z[ recovery-image] Aug 26 16:18:42.161 INFO O| Aug 26 16:18:42.161 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-26T16:18:42.752Z[ recovery-image] Aug 26 16:18:42.172 INFO O| Aug 26 16:18:42.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55552026-08-26T16:18:42.752Z[ recovery-image] Aug 26 16:18:42.172 INFO O| Aug 26 16:18:42.172 INFO STEP 90 (remove_files) COMPLETE
55562026-08-26T16:18:42.752Z[ recovery-image] Aug 26 16:18:42.172 INFO O| Aug 26 16:18:42.172 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-26T16:18:42.762Z[ recovery-image] Aug 26 16:18:42.181 INFO O| Aug 26 16:18:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55582026-08-26T16:18:42.762Z[ recovery-image] Aug 26 16:18:42.182 INFO O| Aug 26 16:18:42.181 INFO STEP 91 (remove_files) COMPLETE
55592026-08-26T16:18:42.766Z[ recovery-image] Aug 26 16:18:42.182 INFO O| Aug 26 16:18:42.182 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-26T16:18:42.772Z[ recovery-image] Aug 26 16:18:42.192 INFO O| Aug 26 16:18:42.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55612026-08-26T16:18:42.775Z[ recovery-image] Aug 26 16:18:42.192 INFO O| Aug 26 16:18:42.192 INFO STEP 92 (remove_files) COMPLETE
55622026-08-26T16:18:42.775Z[ recovery-image] Aug 26 16:18:42.193 INFO O| Aug 26 16:18:42.192 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-26T16:18:42.783Z[ recovery-image] Aug 26 16:18:42.203 INFO O| Aug 26 16:18:42.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55642026-08-26T16:18:42.783Z[ recovery-image] Aug 26 16:18:42.203 INFO O| Aug 26 16:18:42.203 INFO STEP 93 (remove_files) COMPLETE
55652026-08-26T16:18:42.783Z[ recovery-image] Aug 26 16:18:42.203 INFO O| Aug 26 16:18:42.203 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-26T16:18:42.793Z[ recovery-image] Aug 26 16:18:42.212 INFO O| Aug 26 16:18:42.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55672026-08-26T16:18:42.793Z[ recovery-image] Aug 26 16:18:42.212 INFO O| Aug 26 16:18:42.212 INFO STEP 94 (remove_files) COMPLETE
55682026-08-26T16:18:42.796Z[ recovery-image] Aug 26 16:18:42.212 INFO O| Aug 26 16:18:42.212 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-26T16:18:42.803Z[ recovery-image] Aug 26 16:18:42.222 INFO O| Aug 26 16:18:42.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55702026-08-26T16:18:42.803Z[ recovery-image] Aug 26 16:18:42.222 INFO O| Aug 26 16:18:42.222 INFO STEP 95 (remove_files) COMPLETE
55712026-08-26T16:18:42.803Z[ recovery-image] Aug 26 16:18:42.222 INFO O| Aug 26 16:18:42.222 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.231 INFO O| Aug 26 16:18:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55732026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.231 INFO O| Aug 26 16:18:42.231 INFO STEP 96 (remove_files) COMPLETE
55742026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.231 INFO O| Aug 26 16:18:42.231 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.242 INFO O| Aug 26 16:18:42.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55762026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.242 INFO O| Aug 26 16:18:42.242 INFO STEP 97 (remove_files) COMPLETE
55772026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.242 INFO O| Aug 26 16:18:42.242 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.253 INFO O| Aug 26 16:18:42.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55792026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.253 INFO O| Aug 26 16:18:42.253 INFO STEP 98 (remove_files) COMPLETE
55802026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.253 INFO O| Aug 26 16:18:42.253 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.262 INFO O| Aug 26 16:18:42.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55822026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.262 INFO O| Aug 26 16:18:42.262 INFO STEP 99 (remove_files) COMPLETE
55832026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.262 INFO O| Aug 26 16:18:42.262 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-26T16:18:42.873Z[ recovery-image] Aug 26 16:18:42.271 INFO O| Aug 26 16:18:42.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55852026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.271 INFO O| Aug 26 16:18:42.271 INFO STEP 100 (remove_files) COMPLETE
55862026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.271 INFO O| Aug 26 16:18:42.271 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.279 INFO O| Aug 26 16:18:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55882026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.279 INFO O| Aug 26 16:18:42.279 INFO STEP 101 (remove_files) COMPLETE
55892026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.279 INFO O| Aug 26 16:18:42.279 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.290 INFO O| Aug 26 16:18:42.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55912026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.290 INFO O| Aug 26 16:18:42.290 INFO STEP 102 (remove_files) COMPLETE
55922026-08-26T16:18:42.874Z[ recovery-image] Aug 26 16:18:42.290 INFO O| Aug 26 16:18:42.290 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-26T16:18:42.880Z[ recovery-image] Aug 26 16:18:42.300 INFO O| Aug 26 16:18:42.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55942026-08-26T16:18:42.881Z[ recovery-image] Aug 26 16:18:42.300 INFO O| Aug 26 16:18:42.300 INFO STEP 103 (remove_files) COMPLETE
55952026-08-26T16:18:42.881Z[ recovery-image] Aug 26 16:18:42.300 INFO O| Aug 26 16:18:42.300 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-26T16:18:42.890Z[ recovery-image] Aug 26 16:18:42.310 INFO O| Aug 26 16:18:42.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55972026-08-26T16:18:42.890Z[ recovery-image] Aug 26 16:18:42.310 INFO O| Aug 26 16:18:42.310 INFO STEP 104 (remove_files) COMPLETE
55982026-08-26T16:18:42.891Z[ recovery-image] Aug 26 16:18:42.310 INFO O| Aug 26 16:18:42.310 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-26T16:18:42.900Z[ recovery-image] Aug 26 16:18:42.319 INFO O| Aug 26 16:18:42.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56002026-08-26T16:18:42.900Z[ recovery-image] Aug 26 16:18:42.319 INFO O| Aug 26 16:18:42.319 INFO STEP 105 (remove_files) COMPLETE
56012026-08-26T16:18:42.904Z[ recovery-image] Aug 26 16:18:42.319 INFO O| Aug 26 16:18:42.319 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-26T16:18:42.910Z[ recovery-image] Aug 26 16:18:42.330 INFO O| Aug 26 16:18:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56032026-08-26T16:18:42.910Z[ recovery-image] Aug 26 16:18:42.330 INFO O| Aug 26 16:18:42.330 INFO STEP 106 (remove_files) COMPLETE
56042026-08-26T16:18:42.911Z[ recovery-image] Aug 26 16:18:42.330 INFO O| Aug 26 16:18:42.330 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-26T16:18:42.921Z[ recovery-image] Aug 26 16:18:42.340 INFO O| Aug 26 16:18:42.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56062026-08-26T16:18:42.921Z[ recovery-image] Aug 26 16:18:42.340 INFO O| Aug 26 16:18:42.340 INFO STEP 107 (remove_files) COMPLETE
56072026-08-26T16:18:42.921Z[ recovery-image] Aug 26 16:18:42.340 INFO O| Aug 26 16:18:42.340 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-26T16:18:42.931Z[ recovery-image] Aug 26 16:18:42.350 INFO O| Aug 26 16:18:42.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56092026-08-26T16:18:42.931Z[ recovery-image] Aug 26 16:18:42.350 INFO O| Aug 26 16:18:42.350 INFO STEP 108 (remove_files) COMPLETE
56102026-08-26T16:18:42.931Z[ recovery-image] Aug 26 16:18:42.350 INFO O| Aug 26 16:18:42.350 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-26T16:18:42.940Z[ recovery-image] Aug 26 16:18:42.359 INFO O| Aug 26 16:18:42.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56122026-08-26T16:18:42.940Z[ recovery-image] Aug 26 16:18:42.359 INFO O| Aug 26 16:18:42.359 INFO STEP 109 (remove_files) COMPLETE
56132026-08-26T16:18:42.940Z[ recovery-image] Aug 26 16:18:42.359 INFO O| Aug 26 16:18:42.359 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-26T16:18:42.949Z[ recovery-image] Aug 26 16:18:42.369 INFO O| Aug 26 16:18:42.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56152026-08-26T16:18:42.949Z[ recovery-image] Aug 26 16:18:42.369 INFO O| Aug 26 16:18:42.369 INFO STEP 110 (remove_files) COMPLETE
56162026-08-26T16:18:42.950Z[ recovery-image] Aug 26 16:18:42.369 INFO O| Aug 26 16:18:42.369 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-26T16:18:42.957Z[ recovery-image] Aug 26 16:18:42.377 INFO O| Aug 26 16:18:42.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56182026-08-26T16:18:42.958Z[ recovery-image] Aug 26 16:18:42.377 INFO O| Aug 26 16:18:42.377 INFO STEP 111 (remove_files) COMPLETE
56192026-08-26T16:18:42.958Z[ recovery-image] Aug 26 16:18:42.377 INFO O| Aug 26 16:18:42.377 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-26T16:18:42.966Z[ recovery-image] Aug 26 16:18:42.385 INFO O| Aug 26 16:18:42.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56212026-08-26T16:18:42.966Z[ recovery-image] Aug 26 16:18:42.385 INFO O| Aug 26 16:18:42.385 INFO STEP 112 (remove_files) COMPLETE
56222026-08-26T16:18:42.966Z[ recovery-image] Aug 26 16:18:42.385 INFO O| Aug 26 16:18:42.385 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-26T16:18:42.974Z[ recovery-image] Aug 26 16:18:42.393 INFO O| Aug 26 16:18:42.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56242026-08-26T16:18:42.974Z[ recovery-image] Aug 26 16:18:42.394 INFO O| Aug 26 16:18:42.393 INFO STEP 113 (remove_files) COMPLETE
56252026-08-26T16:18:42.978Z[ recovery-image] Aug 26 16:18:42.394 INFO O| Aug 26 16:18:42.393 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-26T16:18:42.984Z[ recovery-image] Aug 26 16:18:42.403 INFO O| Aug 26 16:18:42.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56272026-08-26T16:18:42.984Z[ recovery-image] Aug 26 16:18:42.403 INFO O| Aug 26 16:18:42.403 INFO STEP 114 (remove_files) COMPLETE
56282026-08-26T16:18:42.987Z[ recovery-image] Aug 26 16:18:42.403 INFO O| Aug 26 16:18:42.403 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-26T16:18:42.992Z[ recovery-image] Aug 26 16:18:42.412 INFO O| Aug 26 16:18:42.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56302026-08-26T16:18:42.992Z[ recovery-image] Aug 26 16:18:42.412 INFO O| Aug 26 16:18:42.412 INFO STEP 115 (remove_files) COMPLETE
56312026-08-26T16:18:42.996Z[ recovery-image] Aug 26 16:18:42.412 INFO O| Aug 26 16:18:42.412 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-26T16:18:43.002Z[ recovery-image] Aug 26 16:18:42.421 INFO O| Aug 26 16:18:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56332026-08-26T16:18:43.002Z[ recovery-image] Aug 26 16:18:42.421 INFO O| Aug 26 16:18:42.421 INFO STEP 116 (remove_files) COMPLETE
56342026-08-26T16:18:43.007Z[ recovery-image] Aug 26 16:18:42.421 INFO O| Aug 26 16:18:42.421 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-26T16:18:43.011Z[ recovery-image] Aug 26 16:18:42.430 INFO O| Aug 26 16:18:42.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56362026-08-26T16:18:43.011Z[ recovery-image] Aug 26 16:18:42.431 INFO O| Aug 26 16:18:42.431 INFO STEP 117 (remove_files) COMPLETE
56372026-08-26T16:18:43.014Z[ recovery-image] Aug 26 16:18:42.431 INFO O| Aug 26 16:18:42.431 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-26T16:18:43.020Z[ recovery-image] Aug 26 16:18:42.439 INFO O| Aug 26 16:18:42.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56392026-08-26T16:18:43.020Z[ recovery-image] Aug 26 16:18:42.439 INFO O| Aug 26 16:18:42.439 INFO STEP 118 (remove_files) COMPLETE
56402026-08-26T16:18:43.020Z[ recovery-image] Aug 26 16:18:42.439 INFO O| Aug 26 16:18:42.439 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-26T16:18:43.029Z[ recovery-image] Aug 26 16:18:42.448 INFO O| Aug 26 16:18:42.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56422026-08-26T16:18:43.029Z[ recovery-image] Aug 26 16:18:42.448 INFO O| Aug 26 16:18:42.448 INFO STEP 119 (remove_files) COMPLETE
56432026-08-26T16:18:43.029Z[ recovery-image] Aug 26 16:18:42.448 INFO O| Aug 26 16:18:42.448 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-26T16:18:43.039Z[ recovery-image] Aug 26 16:18:42.458 INFO O| Aug 26 16:18:42.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56452026-08-26T16:18:43.039Z[ recovery-image] Aug 26 16:18:42.458 INFO O| Aug 26 16:18:42.458 INFO STEP 120 (remove_files) COMPLETE
56462026-08-26T16:18:43.042Z[ recovery-image] Aug 26 16:18:42.458 INFO O| Aug 26 16:18:42.458 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-26T16:18:43.047Z[ recovery-image] Aug 26 16:18:42.467 INFO O| Aug 26 16:18:42.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56482026-08-26T16:18:43.047Z[ recovery-image] Aug 26 16:18:42.467 INFO O| Aug 26 16:18:42.467 INFO STEP 121 (remove_files) COMPLETE
56492026-08-26T16:18:43.047Z[ recovery-image] Aug 26 16:18:42.467 INFO O| Aug 26 16:18:42.467 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-26T16:18:43.056Z[ recovery-image] Aug 26 16:18:42.475 INFO O| Aug 26 16:18:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56512026-08-26T16:18:43.056Z[ recovery-image] Aug 26 16:18:42.475 INFO O| Aug 26 16:18:42.475 INFO STEP 122 (remove_files) COMPLETE
56522026-08-26T16:18:43.059Z[ recovery-image] Aug 26 16:18:42.475 INFO O| Aug 26 16:18:42.475 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-26T16:18:43.064Z[ recovery-image] Aug 26 16:18:42.483 INFO O| Aug 26 16:18:42.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56542026-08-26T16:18:43.064Z[ recovery-image] Aug 26 16:18:42.483 INFO O| Aug 26 16:18:42.483 INFO STEP 123 (remove_files) COMPLETE
56552026-08-26T16:18:43.068Z[ recovery-image] Aug 26 16:18:42.483 INFO O| Aug 26 16:18:42.483 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-26T16:18:43.074Z[ recovery-image] Aug 26 16:18:42.493 INFO O| Aug 26 16:18:42.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56572026-08-26T16:18:43.074Z[ recovery-image] Aug 26 16:18:42.493 INFO O| Aug 26 16:18:42.493 INFO STEP 124 (remove_files) COMPLETE
56582026-08-26T16:18:43.077Z[ recovery-image] Aug 26 16:18:42.493 INFO O| Aug 26 16:18:42.493 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-26T16:18:43.082Z[ recovery-image] Aug 26 16:18:42.502 INFO O| Aug 26 16:18:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56602026-08-26T16:18:43.082Z[ recovery-image] Aug 26 16:18:42.502 INFO O| Aug 26 16:18:42.502 INFO STEP 125 (remove_files) COMPLETE
56612026-08-26T16:18:43.082Z[ recovery-image] Aug 26 16:18:42.502 INFO O| Aug 26 16:18:42.502 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-26T16:18:43.097Z[ recovery-image] Aug 26 16:18:42.517 INFO O| Aug 26 16:18:42.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56632026-08-26T16:18:43.097Z[ recovery-image] Aug 26 16:18:42.517 INFO O| Aug 26 16:18:42.517 INFO STEP 126 (remove_files) COMPLETE
56642026-08-26T16:18:43.098Z[ recovery-image] Aug 26 16:18:42.517 INFO O| Aug 26 16:18:42.517 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-26T16:18:43.107Z[ recovery-image] Aug 26 16:18:42.526 INFO O| Aug 26 16:18:42.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56662026-08-26T16:18:43.107Z[ recovery-image] Aug 26 16:18:42.526 INFO O| Aug 26 16:18:42.526 INFO STEP 127 (remove_files) COMPLETE
56672026-08-26T16:18:43.111Z[ recovery-image] Aug 26 16:18:42.526 INFO O| Aug 26 16:18:42.526 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-26T16:18:43.115Z[ recovery-image] Aug 26 16:18:42.535 INFO O| Aug 26 16:18:42.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56692026-08-26T16:18:43.115Z[ recovery-image] Aug 26 16:18:42.535 INFO O| Aug 26 16:18:42.535 INFO STEP 128 (remove_files) COMPLETE
56702026-08-26T16:18:43.119Z[ recovery-image] Aug 26 16:18:42.535 INFO O| Aug 26 16:18:42.535 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-26T16:18:43.123Z[ recovery-image] Aug 26 16:18:42.543 INFO O| Aug 26 16:18:42.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56722026-08-26T16:18:43.123Z[ recovery-image] Aug 26 16:18:42.543 INFO O| Aug 26 16:18:42.543 INFO STEP 129 (remove_files) COMPLETE
56732026-08-26T16:18:43.123Z[ recovery-image] Aug 26 16:18:42.543 INFO O| Aug 26 16:18:42.543 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-26T16:18:43.132Z[ recovery-image] Aug 26 16:18:42.551 INFO O| Aug 26 16:18:42.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56752026-08-26T16:18:43.132Z[ recovery-image] Aug 26 16:18:42.551 INFO O| Aug 26 16:18:42.551 INFO STEP 130 (remove_files) COMPLETE
56762026-08-26T16:18:43.132Z[ recovery-image] Aug 26 16:18:42.551 INFO O| Aug 26 16:18:42.551 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-26T16:18:43.140Z[ recovery-image] Aug 26 16:18:42.560 INFO O| Aug 26 16:18:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56782026-08-26T16:18:43.140Z[ recovery-image] Aug 26 16:18:42.560 INFO O| Aug 26 16:18:42.560 INFO STEP 131 (remove_files) COMPLETE
56792026-08-26T16:18:43.143Z[ recovery-image] Aug 26 16:18:42.560 INFO O| Aug 26 16:18:42.560 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-26T16:18:43.150Z[ recovery-image] Aug 26 16:18:42.570 INFO O| Aug 26 16:18:42.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56812026-08-26T16:18:43.150Z[ recovery-image] Aug 26 16:18:42.570 INFO O| Aug 26 16:18:42.570 INFO STEP 132 (remove_files) COMPLETE
56822026-08-26T16:18:43.150Z[ recovery-image] Aug 26 16:18:42.570 INFO O| Aug 26 16:18:42.570 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-26T16:18:43.161Z[ recovery-image] Aug 26 16:18:42.580 INFO O| Aug 26 16:18:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56842026-08-26T16:18:43.161Z[ recovery-image] Aug 26 16:18:42.580 INFO O| Aug 26 16:18:42.580 INFO STEP 133 (remove_files) COMPLETE
56852026-08-26T16:18:43.164Z[ recovery-image] Aug 26 16:18:42.580 INFO O| Aug 26 16:18:42.580 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-26T16:18:43.170Z[ recovery-image] Aug 26 16:18:42.590 INFO O| Aug 26 16:18:42.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56872026-08-26T16:18:43.170Z[ recovery-image] Aug 26 16:18:42.590 INFO O| Aug 26 16:18:42.590 INFO STEP 134 (remove_files) COMPLETE
56882026-08-26T16:18:43.170Z[ recovery-image] Aug 26 16:18:42.590 INFO O| Aug 26 16:18:42.590 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-26T16:18:43.181Z[ recovery-image] Aug 26 16:18:42.601 INFO O| Aug 26 16:18:42.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56902026-08-26T16:18:43.182Z[ recovery-image] Aug 26 16:18:42.601 INFO O| Aug 26 16:18:42.601 INFO STEP 135 (remove_files) COMPLETE
56912026-08-26T16:18:43.185Z[ recovery-image] Aug 26 16:18:42.601 INFO O| Aug 26 16:18:42.601 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-26T16:18:43.191Z[ recovery-image] Aug 26 16:18:42.610 INFO O| Aug 26 16:18:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56932026-08-26T16:18:43.191Z[ recovery-image] Aug 26 16:18:42.610 INFO O| Aug 26 16:18:42.610 INFO STEP 136 (remove_files) COMPLETE
56942026-08-26T16:18:43.191Z[ recovery-image] Aug 26 16:18:42.610 INFO O| Aug 26 16:18:42.610 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-26T16:18:43.194Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
56962026-08-26T16:18:43.202Z[ recovery-image] Aug 26 16:18:42.621 INFO O| Aug 26 16:18:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56972026-08-26T16:18:43.202Z[ recovery-image] Aug 26 16:18:42.621 INFO O| Aug 26 16:18:42.621 INFO STEP 137 (remove_files) COMPLETE
56982026-08-26T16:18:43.205Z[ recovery-image] Aug 26 16:18:42.621 INFO O| Aug 26 16:18:42.621 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-26T16:18:43.213Z[ recovery-image] Aug 26 16:18:42.632 INFO O| Aug 26 16:18:42.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57002026-08-26T16:18:43.213Z[ recovery-image] Aug 26 16:18:42.632 INFO O| Aug 26 16:18:42.632 INFO STEP 138 (remove_files) COMPLETE
57012026-08-26T16:18:43.213Z[ recovery-image] Aug 26 16:18:42.632 INFO O| Aug 26 16:18:42.632 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-26T16:18:43.223Z[ recovery-image] Aug 26 16:18:42.642 INFO O| Aug 26 16:18:42.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57032026-08-26T16:18:43.223Z[ recovery-image] Aug 26 16:18:42.642 INFO O| Aug 26 16:18:42.642 INFO STEP 139 (remove_files) COMPLETE
57042026-08-26T16:18:43.226Z[ recovery-image] Aug 26 16:18:42.642 INFO O| Aug 26 16:18:42.642 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-26T16:18:43.234Z[ recovery-image] Aug 26 16:18:42.653 INFO O| Aug 26 16:18:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57062026-08-26T16:18:43.234Z[ recovery-image] Aug 26 16:18:42.653 INFO O| Aug 26 16:18:42.653 INFO STEP 140 (remove_files) COMPLETE
57072026-08-26T16:18:43.234Z[ recovery-image] Aug 26 16:18:42.653 INFO O| Aug 26 16:18:42.653 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-26T16:18:43.244Z[ recovery-image] Aug 26 16:18:42.663 INFO O| Aug 26 16:18:42.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57092026-08-26T16:18:43.244Z[ recovery-image] Aug 26 16:18:42.663 INFO O| Aug 26 16:18:42.663 INFO STEP 141 (remove_files) COMPLETE
57102026-08-26T16:18:43.244Z[ recovery-image] Aug 26 16:18:42.663 INFO O| Aug 26 16:18:42.663 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-26T16:18:43.252Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
57122026-08-26T16:18:43.256Z[ recovery-image] Aug 26 16:18:42.675 INFO O| Aug 26 16:18:42.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57132026-08-26T16:18:43.256Z[ recovery-image] Aug 26 16:18:42.675 INFO O| Aug 26 16:18:42.675 INFO STEP 142 (remove_files) COMPLETE
57142026-08-26T16:18:43.260Z[ recovery-image] Aug 26 16:18:42.675 INFO O| Aug 26 16:18:42.675 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-26T16:18:43.267Z[ recovery-image] Aug 26 16:18:42.686 INFO O| Aug 26 16:18:42.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57162026-08-26T16:18:43.267Z[ recovery-image] Aug 26 16:18:42.686 INFO O| Aug 26 16:18:42.686 INFO STEP 143 (remove_files) COMPLETE
57172026-08-26T16:18:43.270Z[ recovery-image] Aug 26 16:18:42.686 INFO O| Aug 26 16:18:42.686 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-26T16:18:43.277Z[ recovery-image] Aug 26 16:18:42.696 INFO O| Aug 26 16:18:42.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57192026-08-26T16:18:43.277Z[ recovery-image] Aug 26 16:18:42.696 INFO O| Aug 26 16:18:42.696 INFO STEP 144 (remove_files) COMPLETE
57202026-08-26T16:18:43.277Z[ recovery-image] Aug 26 16:18:42.696 INFO O| Aug 26 16:18:42.696 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-26T16:18:43.287Z[ recovery-image] Aug 26 16:18:42.706 INFO O| Aug 26 16:18:42.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57222026-08-26T16:18:43.287Z[ recovery-image] Aug 26 16:18:42.706 INFO O| Aug 26 16:18:42.706 INFO STEP 145 (remove_files) COMPLETE
57232026-08-26T16:18:43.287Z[ recovery-image] Aug 26 16:18:42.706 INFO O| Aug 26 16:18:42.706 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-26T16:18:43.297Z[ recovery-image] Aug 26 16:18:42.716 INFO O| Aug 26 16:18:42.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57252026-08-26T16:18:43.297Z[ recovery-image] Aug 26 16:18:42.716 INFO O| Aug 26 16:18:42.715 INFO STEP 146 (remove_files) COMPLETE
57262026-08-26T16:18:43.297Z[ recovery-image] Aug 26 16:18:42.716 INFO O| Aug 26 16:18:42.715 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-26T16:18:43.307Z[ recovery-image] Aug 26 16:18:42.726 INFO O| Aug 26 16:18:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57282026-08-26T16:18:43.307Z[ recovery-image] Aug 26 16:18:42.726 INFO O| Aug 26 16:18:42.726 INFO STEP 147 (remove_files) COMPLETE
57292026-08-26T16:18:43.307Z[ recovery-image] Aug 26 16:18:42.726 INFO O| Aug 26 16:18:42.726 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-26T16:18:43.317Z[ recovery-image] Aug 26 16:18:42.737 INFO O| Aug 26 16:18:42.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57312026-08-26T16:18:43.318Z[ recovery-image] Aug 26 16:18:42.737 INFO O| Aug 26 16:18:42.737 INFO STEP 148 (remove_files) COMPLETE
57322026-08-26T16:18:43.321Z[ recovery-image] Aug 26 16:18:42.737 INFO O| Aug 26 16:18:42.737 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-26T16:18:43.326Z[ recovery-image] Aug 26 16:18:42.745 INFO O| Aug 26 16:18:42.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57342026-08-26T16:18:43.326Z[ recovery-image] Aug 26 16:18:42.745 INFO O| Aug 26 16:18:42.745 INFO STEP 149 (remove_files) COMPLETE
57352026-08-26T16:18:43.329Z[ recovery-image] Aug 26 16:18:42.745 INFO O| Aug 26 16:18:42.745 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-26T16:18:43.334Z[ recovery-image] Aug 26 16:18:42.753 INFO O| Aug 26 16:18:42.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57372026-08-26T16:18:43.337Z[ recovery-image] Aug 26 16:18:42.753 INFO O| Aug 26 16:18:42.753 INFO STEP 150 (remove_files) COMPLETE
57382026-08-26T16:18:43.337Z[ recovery-image] Aug 26 16:18:42.753 INFO O| Aug 26 16:18:42.753 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-26T16:18:43.342Z[ recovery-image] Aug 26 16:18:42.762 INFO O| Aug 26 16:18:42.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57402026-08-26T16:18:43.342Z[ recovery-image] Aug 26 16:18:42.762 INFO O| Aug 26 16:18:42.762 INFO STEP 151 (remove_files) COMPLETE
57412026-08-26T16:18:43.346Z[ recovery-image] Aug 26 16:18:42.762 INFO O| Aug 26 16:18:42.762 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-26T16:18:43.351Z[ recovery-image] Aug 26 16:18:42.771 INFO O| Aug 26 16:18:42.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57432026-08-26T16:18:43.352Z[ recovery-image] Aug 26 16:18:42.771 INFO O| Aug 26 16:18:42.771 INFO STEP 152 (remove_files) COMPLETE
57442026-08-26T16:18:43.352Z[ recovery-image] Aug 26 16:18:42.771 INFO O| Aug 26 16:18:42.771 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-26T16:18:43.356Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57462026-08-26T16:18:43.361Z[ recovery-image] Aug 26 16:18:42.780 INFO O| Aug 26 16:18:42.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57472026-08-26T16:18:43.361Z[ recovery-image] Aug 26 16:18:42.780 INFO O| Aug 26 16:18:42.780 INFO STEP 153 (remove_files) COMPLETE
57482026-08-26T16:18:43.364Z[ recovery-image] Aug 26 16:18:42.780 INFO O| Aug 26 16:18:42.780 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-26T16:18:43.370Z[ recovery-image] Aug 26 16:18:42.789 INFO O| Aug 26 16:18:42.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57502026-08-26T16:18:43.370Z[ recovery-image] Aug 26 16:18:42.789 INFO O| Aug 26 16:18:42.789 INFO STEP 154 (remove_files) COMPLETE
57512026-08-26T16:18:43.373Z[ recovery-image] Aug 26 16:18:42.789 INFO O| Aug 26 16:18:42.789 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-26T16:18:43.380Z[ recovery-image] Aug 26 16:18:42.799 INFO O| Aug 26 16:18:42.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57532026-08-26T16:18:43.380Z[ recovery-image] Aug 26 16:18:42.800 INFO O| Aug 26 16:18:42.800 INFO STEP 155 (remove_files) COMPLETE
57542026-08-26T16:18:43.384Z[ recovery-image] Aug 26 16:18:42.800 INFO O| Aug 26 16:18:42.800 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-26T16:18:43.393Z[ recovery-image] Aug 26 16:18:42.810 INFO O| Aug 26 16:18:42.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57562026-08-26T16:18:43.393Z[ recovery-image] Aug 26 16:18:42.810 INFO O| Aug 26 16:18:42.810 INFO STEP 156 (remove_files) COMPLETE
57572026-08-26T16:18:43.396Z[ recovery-image] Aug 26 16:18:42.810 INFO O| Aug 26 16:18:42.810 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-26T16:18:43.401Z[ recovery-image] Aug 26 16:18:42.820 INFO O| Aug 26 16:18:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57592026-08-26T16:18:43.401Z[ recovery-image] Aug 26 16:18:42.820 INFO O| Aug 26 16:18:42.820 INFO STEP 157 (remove_files) COMPLETE
57602026-08-26T16:18:43.404Z[ recovery-image] Aug 26 16:18:42.820 INFO O| Aug 26 16:18:42.820 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-26T16:18:43.410Z[ recovery-image] Aug 26 16:18:42.829 INFO O| Aug 26 16:18:42.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57622026-08-26T16:18:43.410Z[ recovery-image] Aug 26 16:18:42.830 INFO O| Aug 26 16:18:42.830 INFO STEP 158 (remove_files) COMPLETE
57632026-08-26T16:18:43.414Z[ recovery-image] Aug 26 16:18:42.830 INFO O| Aug 26 16:18:42.830 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-26T16:18:43.420Z[ recovery-image] Aug 26 16:18:42.839 INFO O| Aug 26 16:18:42.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57652026-08-26T16:18:43.423Z[ recovery-image] Aug 26 16:18:42.839 INFO O| Aug 26 16:18:42.839 INFO STEP 159 (remove_files) COMPLETE
57662026-08-26T16:18:43.423Z[ recovery-image] Aug 26 16:18:42.839 INFO O| Aug 26 16:18:42.839 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-26T16:18:43.429Z[ recovery-image] Aug 26 16:18:42.848 INFO O| Aug 26 16:18:42.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57682026-08-26T16:18:43.429Z[ recovery-image] Aug 26 16:18:42.849 INFO O| Aug 26 16:18:42.848 INFO STEP 160 (remove_files) COMPLETE
57692026-08-26T16:18:43.429Z[ recovery-image] Aug 26 16:18:42.849 INFO O| Aug 26 16:18:42.848 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-26T16:18:43.442Z[ recovery-image] Aug 26 16:18:42.861 INFO O| Aug 26 16:18:42.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57712026-08-26T16:18:43.445Z[ recovery-image] Aug 26 16:18:42.862 INFO O| Aug 26 16:18:42.862 INFO STEP 161 (remove_files) COMPLETE
57722026-08-26T16:18:43.445Z[ recovery-image] Aug 26 16:18:42.862 INFO O| Aug 26 16:18:42.862 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-26T16:18:43.452Z[ recovery-image] Aug 26 16:18:42.872 INFO O| Aug 26 16:18:42.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57742026-08-26T16:18:43.452Z[ recovery-image] Aug 26 16:18:42.872 INFO O| Aug 26 16:18:42.872 INFO STEP 162 (remove_files) COMPLETE
57752026-08-26T16:18:43.452Z[ recovery-image] Aug 26 16:18:42.872 INFO O| Aug 26 16:18:42.872 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-26T16:18:43.463Z[ recovery-image] Aug 26 16:18:42.882 INFO O| Aug 26 16:18:42.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57772026-08-26T16:18:43.463Z[ recovery-image] Aug 26 16:18:42.882 INFO O| Aug 26 16:18:42.882 INFO STEP 163 (remove_files) COMPLETE
57782026-08-26T16:18:43.467Z[ recovery-image] Aug 26 16:18:42.882 INFO O| Aug 26 16:18:42.882 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-26T16:18:43.472Z[ recovery-image] Aug 26 16:18:42.892 INFO O| Aug 26 16:18:42.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57802026-08-26T16:18:43.473Z[ recovery-image] Aug 26 16:18:42.892 INFO O| Aug 26 16:18:42.892 INFO STEP 164 (remove_files) COMPLETE
57812026-08-26T16:18:43.476Z[ recovery-image] Aug 26 16:18:42.892 INFO O| Aug 26 16:18:42.892 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-26T16:18:43.483Z[ recovery-image] Aug 26 16:18:42.903 INFO O| Aug 26 16:18:42.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57832026-08-26T16:18:43.483Z[ recovery-image] Aug 26 16:18:42.903 INFO O| Aug 26 16:18:42.903 INFO STEP 165 (remove_files) COMPLETE
57842026-08-26T16:18:43.483Z[ recovery-image] Aug 26 16:18:42.903 INFO O| Aug 26 16:18:42.903 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-26T16:18:43.495Z[ recovery-image] Aug 26 16:18:42.914 INFO O| Aug 26 16:18:42.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57862026-08-26T16:18:43.495Z[ recovery-image] Aug 26 16:18:42.914 INFO O| Aug 26 16:18:42.914 INFO STEP 166 (remove_files) COMPLETE
57872026-08-26T16:18:43.495Z[ recovery-image] Aug 26 16:18:42.914 INFO O| Aug 26 16:18:42.914 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-26T16:18:43.504Z[ recovery-image] Aug 26 16:18:42.923 INFO O| Aug 26 16:18:42.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57892026-08-26T16:18:43.504Z[ recovery-image] Aug 26 16:18:42.923 INFO O| Aug 26 16:18:42.923 INFO STEP 167 (remove_files) COMPLETE
57902026-08-26T16:18:43.508Z[ recovery-image] Aug 26 16:18:42.923 INFO O| Aug 26 16:18:42.923 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-26T16:18:43.513Z[ recovery-image] Aug 26 16:18:42.933 INFO O| Aug 26 16:18:42.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57922026-08-26T16:18:43.513Z[ recovery-image] Aug 26 16:18:42.933 INFO O| Aug 26 16:18:42.933 INFO STEP 168 (remove_files) COMPLETE
57932026-08-26T16:18:43.517Z[ recovery-image] Aug 26 16:18:42.933 INFO O| Aug 26 16:18:42.933 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-26T16:18:43.522Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
57952026-08-26T16:18:43.526Z[ recovery-image] Aug 26 16:18:42.943 INFO O| Aug 26 16:18:42.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57962026-08-26T16:18:43.526Z[ recovery-image] Aug 26 16:18:42.944 INFO O| Aug 26 16:18:42.944 INFO STEP 169 (remove_files) COMPLETE
57972026-08-26T16:18:43.526Z[ recovery-image] Aug 26 16:18:42.944 INFO O| Aug 26 16:18:42.944 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-26T16:18:43.534Z[ recovery-image] Aug 26 16:18:42.953 INFO O| Aug 26 16:18:42.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57992026-08-26T16:18:43.534Z[ recovery-image] Aug 26 16:18:42.953 INFO O| Aug 26 16:18:42.953 INFO STEP 170 (remove_files) COMPLETE
58002026-08-26T16:18:43.534Z[ recovery-image] Aug 26 16:18:42.953 INFO O| Aug 26 16:18:42.953 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-26T16:18:43.544Z[ recovery-image] Aug 26 16:18:42.963 INFO O| Aug 26 16:18:42.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58022026-08-26T16:18:43.544Z[ recovery-image] Aug 26 16:18:42.963 INFO O| Aug 26 16:18:42.963 INFO STEP 171 (remove_files) COMPLETE
58032026-08-26T16:18:43.544Z[ recovery-image] Aug 26 16:18:42.963 INFO O| Aug 26 16:18:42.963 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-26T16:18:43.554Z[ recovery-image] Aug 26 16:18:42.974 INFO O| Aug 26 16:18:42.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58052026-08-26T16:18:43.556Z[ recovery-image] Aug 26 16:18:42.974 INFO O| Aug 26 16:18:42.974 INFO STEP 172 (remove_files) COMPLETE
58062026-08-26T16:18:43.559Z[ recovery-image] Aug 26 16:18:42.974 INFO O| Aug 26 16:18:42.974 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-26T16:18:43.569Z[ recovery-image] Aug 26 16:18:42.988 INFO O| Aug 26 16:18:42.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58082026-08-26T16:18:43.569Z[ recovery-image] Aug 26 16:18:42.988 INFO O| Aug 26 16:18:42.988 INFO STEP 173 (remove_files) COMPLETE
58092026-08-26T16:18:43.569Z[ recovery-image] Aug 26 16:18:42.988 INFO O| Aug 26 16:18:42.988 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-26T16:18:43.587Z[ recovery-image] Aug 26 16:18:43.007 INFO O| Aug 26 16:18:43.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58112026-08-26T16:18:43.598Z[ recovery-image] Aug 26 16:18:43.017 INFO O| Aug 26 16:18:43.017 INFO STEP 174 (remove_files) COMPLETE
58122026-08-26T16:18:43.598Z[ recovery-image] Aug 26 16:18:43.017 INFO O| Aug 26 16:18:43.017 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-26T16:18:43.608Z[ recovery-image] Aug 26 16:18:43.027 INFO O| Aug 26 16:18:43.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58142026-08-26T16:18:43.608Z[ recovery-image] Aug 26 16:18:43.027 INFO O| Aug 26 16:18:43.027 INFO STEP 175 (remove_files) COMPLETE
58152026-08-26T16:18:43.612Z[ recovery-image] Aug 26 16:18:43.028 INFO O| Aug 26 16:18:43.027 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-26T16:18:43.619Z[ recovery-image] Aug 26 16:18:43.038 INFO O| Aug 26 16:18:43.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58172026-08-26T16:18:43.630Z[ recovery-image] Aug 26 16:18:43.049 INFO O| Aug 26 16:18:43.049 INFO STEP 176 (remove_files) COMPLETE
58182026-08-26T16:18:43.630Z[ recovery-image] Aug 26 16:18:43.050 INFO O| Aug 26 16:18:43.049 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-26T16:18:43.642Z[ recovery-image] Aug 26 16:18:43.062 INFO O| Aug 26 16:18:43.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58202026-08-26T16:18:43.642Z[ recovery-image] Aug 26 16:18:43.062 INFO O| Aug 26 16:18:43.062 INFO STEP 177 (remove_files) COMPLETE
58212026-08-26T16:18:43.643Z[ recovery-image] Aug 26 16:18:43.062 INFO O| Aug 26 16:18:43.062 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-26T16:18:43.654Z[ recovery-image] Aug 26 16:18:43.074 INFO O| Aug 26 16:18:43.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58232026-08-26T16:18:43.658Z[ recovery-image] Aug 26 16:18:43.075 INFO O| Aug 26 16:18:43.074 INFO STEP 178 (remove_files) COMPLETE
58242026-08-26T16:18:43.658Z[ recovery-image] Aug 26 16:18:43.075 INFO O| Aug 26 16:18:43.075 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-26T16:18:43.666Z[ recovery-image] Aug 26 16:18:43.085 INFO O| Aug 26 16:18:43.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58262026-08-26T16:18:43.666Z[ recovery-image] Aug 26 16:18:43.085 INFO O| Aug 26 16:18:43.085 INFO STEP 179 (remove_files) COMPLETE
58272026-08-26T16:18:43.666Z[ recovery-image] Aug 26 16:18:43.085 INFO O| Aug 26 16:18:43.085 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-26T16:18:43.676Z[ recovery-image] Aug 26 16:18:43.095 INFO O| Aug 26 16:18:43.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58292026-08-26T16:18:43.676Z[ recovery-image] Aug 26 16:18:43.095 INFO O| Aug 26 16:18:43.094 INFO STEP 180 (remove_files) COMPLETE
58302026-08-26T16:18:43.680Z[ recovery-image] Aug 26 16:18:43.095 INFO O| Aug 26 16:18:43.094 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-26T16:18:43.684Z[ recovery-image] Aug 26 16:18:43.103 INFO O| Aug 26 16:18:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58322026-08-26T16:18:43.684Z[ recovery-image] Aug 26 16:18:43.103 INFO O| Aug 26 16:18:43.103 INFO STEP 181 (remove_files) COMPLETE
58332026-08-26T16:18:43.684Z[ recovery-image] Aug 26 16:18:43.103 INFO O| Aug 26 16:18:43.103 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-26T16:18:43.693Z[ recovery-image] Aug 26 16:18:43.112 INFO O| Aug 26 16:18:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58352026-08-26T16:18:43.693Z[ recovery-image] Aug 26 16:18:43.112 INFO O| Aug 26 16:18:43.112 INFO STEP 182 (remove_files) COMPLETE
58362026-08-26T16:18:43.693Z[ recovery-image] Aug 26 16:18:43.112 INFO O| Aug 26 16:18:43.112 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-26T16:18:43.704Z[ recovery-image] Aug 26 16:18:43.123 INFO O| Aug 26 16:18:43.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58382026-08-26T16:18:43.708Z[ recovery-image] Aug 26 16:18:43.125 INFO O| Aug 26 16:18:43.124 INFO STEP 183 (remove_files) COMPLETE
58392026-08-26T16:18:43.708Z[ recovery-image] Aug 26 16:18:43.125 INFO O| Aug 26 16:18:43.124 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-26T16:18:43.715Z[ recovery-image] Aug 26 16:18:43.135 INFO O| Aug 26 16:18:43.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58412026-08-26T16:18:43.718Z[ recovery-image] Aug 26 16:18:43.135 INFO O| Aug 26 16:18:43.135 INFO STEP 184 (remove_files) COMPLETE
58422026-08-26T16:18:43.719Z[ recovery-image] Aug 26 16:18:43.135 INFO O| Aug 26 16:18:43.135 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-26T16:18:43.726Z[ recovery-image] Aug 26 16:18:43.145 INFO O| Aug 26 16:18:43.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58442026-08-26T16:18:43.726Z[ recovery-image] Aug 26 16:18:43.145 INFO O| Aug 26 16:18:43.145 INFO STEP 185 (remove_files) COMPLETE
58452026-08-26T16:18:43.726Z[ recovery-image] Aug 26 16:18:43.145 INFO O| Aug 26 16:18:43.145 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-26T16:18:43.736Z[ recovery-image] Aug 26 16:18:43.155 INFO O| Aug 26 16:18:43.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58472026-08-26T16:18:43.736Z[ recovery-image] Aug 26 16:18:43.155 INFO O| Aug 26 16:18:43.155 INFO STEP 186 (remove_files) COMPLETE
58482026-08-26T16:18:43.736Z[ recovery-image] Aug 26 16:18:43.155 INFO O| Aug 26 16:18:43.155 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-26T16:18:43.746Z[ recovery-image] Aug 26 16:18:43.165 INFO O| Aug 26 16:18:43.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58502026-08-26T16:18:43.746Z[ recovery-image] Aug 26 16:18:43.165 INFO O| Aug 26 16:18:43.165 INFO STEP 187 (remove_files) COMPLETE
58512026-08-26T16:18:43.746Z[ recovery-image] Aug 26 16:18:43.165 INFO O| Aug 26 16:18:43.165 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-26T16:18:43.755Z[ recovery-image] Aug 26 16:18:43.175 INFO O| Aug 26 16:18:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58532026-08-26T16:18:43.755Z[ recovery-image] Aug 26 16:18:43.175 INFO O| Aug 26 16:18:43.175 INFO STEP 188 (remove_files) COMPLETE
58542026-08-26T16:18:43.755Z[ recovery-image] Aug 26 16:18:43.175 INFO O| Aug 26 16:18:43.175 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-26T16:18:43.765Z[ recovery-image] Aug 26 16:18:43.184 INFO O| Aug 26 16:18:43.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58562026-08-26T16:18:43.765Z[ recovery-image] Aug 26 16:18:43.184 INFO O| Aug 26 16:18:43.184 INFO STEP 189 (remove_files) COMPLETE
58572026-08-26T16:18:43.765Z[ recovery-image] Aug 26 16:18:43.184 INFO O| Aug 26 16:18:43.184 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-26T16:18:43.775Z[ recovery-image] Aug 26 16:18:43.194 INFO O| Aug 26 16:18:43.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58592026-08-26T16:18:43.775Z[ recovery-image] Aug 26 16:18:43.194 INFO O| Aug 26 16:18:43.194 INFO STEP 190 (remove_files) COMPLETE
58602026-08-26T16:18:43.779Z[ recovery-image] Aug 26 16:18:43.194 INFO O| Aug 26 16:18:43.194 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-26T16:18:43.786Z[ recovery-image] Aug 26 16:18:43.204 INFO O| Aug 26 16:18:43.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58622026-08-26T16:18:43.786Z[ recovery-image] Aug 26 16:18:43.204 INFO O| Aug 26 16:18:43.204 INFO STEP 191 (remove_files) COMPLETE
58632026-08-26T16:18:43.786Z[ recovery-image] Aug 26 16:18:43.204 INFO O| Aug 26 16:18:43.204 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-26T16:18:43.794Z[ recovery-image] Aug 26 16:18:43.213 INFO O| Aug 26 16:18:43.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58652026-08-26T16:18:43.794Z[ recovery-image] Aug 26 16:18:43.213 INFO O| Aug 26 16:18:43.213 INFO STEP 192 (remove_files) COMPLETE
58662026-08-26T16:18:43.794Z[ recovery-image] Aug 26 16:18:43.214 INFO O| Aug 26 16:18:43.213 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-26T16:18:43.803Z[ recovery-image] Aug 26 16:18:43.223 INFO O| Aug 26 16:18:43.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58682026-08-26T16:18:43.807Z[ recovery-image] Aug 26 16:18:43.223 INFO O| Aug 26 16:18:43.223 INFO STEP 193 (remove_files) COMPLETE
58692026-08-26T16:18:43.807Z[ recovery-image] Aug 26 16:18:43.223 INFO O| Aug 26 16:18:43.223 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-26T16:18:43.812Z[ recovery-image] Aug 26 16:18:43.232 INFO O| Aug 26 16:18:43.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58712026-08-26T16:18:43.813Z[ recovery-image] Aug 26 16:18:43.232 INFO O| Aug 26 16:18:43.232 INFO STEP 194 (remove_files) COMPLETE
58722026-08-26T16:18:43.816Z[ recovery-image] Aug 26 16:18:43.232 INFO O| Aug 26 16:18:43.232 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-26T16:18:43.822Z[ recovery-image] Aug 26 16:18:43.241 INFO O| Aug 26 16:18:43.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58742026-08-26T16:18:43.822Z[ recovery-image] Aug 26 16:18:43.241 INFO O| Aug 26 16:18:43.241 INFO STEP 195 (remove_files) COMPLETE
58752026-08-26T16:18:43.822Z[ recovery-image] Aug 26 16:18:43.241 INFO O| Aug 26 16:18:43.241 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-26T16:18:43.831Z[ recovery-image] Aug 26 16:18:43.250 INFO O| Aug 26 16:18:43.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58772026-08-26T16:18:43.831Z[ recovery-image] Aug 26 16:18:43.250 INFO O| Aug 26 16:18:43.250 INFO STEP 196 (remove_files) COMPLETE
58782026-08-26T16:18:43.831Z[ recovery-image] Aug 26 16:18:43.250 INFO O| Aug 26 16:18:43.250 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-26T16:18:43.840Z[ recovery-image] Aug 26 16:18:43.260 INFO O| Aug 26 16:18:43.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58802026-08-26T16:18:43.841Z[ recovery-image] Aug 26 16:18:43.260 INFO O| Aug 26 16:18:43.260 INFO STEP 197 (remove_files) COMPLETE
58812026-08-26T16:18:43.844Z[ recovery-image] Aug 26 16:18:43.260 INFO O| Aug 26 16:18:43.260 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-26T16:18:43.850Z[ recovery-image] Aug 26 16:18:43.269 INFO O| Aug 26 16:18:43.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58832026-08-26T16:18:43.850Z[ recovery-image] Aug 26 16:18:43.270 INFO O| Aug 26 16:18:43.270 INFO STEP 198 (remove_files) COMPLETE
58842026-08-26T16:18:43.850Z[ recovery-image] Aug 26 16:18:43.270 INFO O| Aug 26 16:18:43.270 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-26T16:18:43.860Z[ recovery-image] Aug 26 16:18:43.280 INFO O| Aug 26 16:18:43.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58862026-08-26T16:18:43.860Z[ recovery-image] Aug 26 16:18:43.280 INFO O| Aug 26 16:18:43.280 INFO STEP 199 (remove_files) COMPLETE
58872026-08-26T16:18:43.860Z[ recovery-image] Aug 26 16:18:43.280 INFO O| Aug 26 16:18:43.280 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-26T16:18:43.871Z[ recovery-image] Aug 26 16:18:43.290 INFO O| Aug 26 16:18:43.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58892026-08-26T16:18:43.871Z[ recovery-image] Aug 26 16:18:43.290 INFO O| Aug 26 16:18:43.290 INFO STEP 200 (remove_files) COMPLETE
58902026-08-26T16:18:43.871Z[ recovery-image] Aug 26 16:18:43.290 INFO O| Aug 26 16:18:43.290 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-26T16:18:43.881Z[ recovery-image] Aug 26 16:18:43.300 INFO O| Aug 26 16:18:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58922026-08-26T16:18:43.881Z[ recovery-image] Aug 26 16:18:43.300 INFO O| Aug 26 16:18:43.300 INFO STEP 201 (remove_files) COMPLETE
58932026-08-26T16:18:43.885Z[ recovery-image] Aug 26 16:18:43.300 INFO O| Aug 26 16:18:43.300 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-26T16:18:43.891Z[ recovery-image] Aug 26 16:18:43.310 INFO O| Aug 26 16:18:43.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58952026-08-26T16:18:43.891Z[ recovery-image] Aug 26 16:18:43.311 INFO O| Aug 26 16:18:43.311 INFO STEP 202 (remove_files) COMPLETE
58962026-08-26T16:18:43.896Z[ recovery-image] Aug 26 16:18:43.311 INFO O| Aug 26 16:18:43.311 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-26T16:18:43.903Z[ recovery-image] Aug 26 16:18:43.322 INFO O| Aug 26 16:18:43.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58982026-08-26T16:18:43.903Z[ recovery-image] Aug 26 16:18:43.322 INFO O| Aug 26 16:18:43.322 INFO STEP 203 (remove_files) COMPLETE
58992026-08-26T16:18:43.903Z[ recovery-image] Aug 26 16:18:43.322 INFO O| Aug 26 16:18:43.322 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-26T16:18:43.912Z[ recovery-image] Aug 26 16:18:43.332 INFO O| Aug 26 16:18:43.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59012026-08-26T16:18:43.912Z[ recovery-image] Aug 26 16:18:43.332 INFO O| Aug 26 16:18:43.332 INFO STEP 204 (remove_files) COMPLETE
59022026-08-26T16:18:43.913Z[ recovery-image] Aug 26 16:18:43.332 INFO O| Aug 26 16:18:43.332 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-26T16:18:43.923Z[ recovery-image] Aug 26 16:18:43.342 INFO O| Aug 26 16:18:43.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59042026-08-26T16:18:43.923Z[ recovery-image] Aug 26 16:18:43.343 INFO O| Aug 26 16:18:43.343 INFO STEP 205 (remove_files) COMPLETE
59052026-08-26T16:18:43.923Z[ recovery-image] Aug 26 16:18:43.343 INFO O| Aug 26 16:18:43.343 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-26T16:18:43.935Z[ recovery-image] Aug 26 16:18:43.354 INFO O| Aug 26 16:18:43.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59072026-08-26T16:18:43.935Z[ recovery-image] Aug 26 16:18:43.354 INFO O| Aug 26 16:18:43.354 INFO STEP 206 (remove_files) COMPLETE
59082026-08-26T16:18:43.935Z[ recovery-image] Aug 26 16:18:43.354 INFO O| Aug 26 16:18:43.354 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-26T16:18:43.946Z[ recovery-image] Aug 26 16:18:43.365 INFO O| Aug 26 16:18:43.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59102026-08-26T16:18:43.946Z[ recovery-image] Aug 26 16:18:43.365 INFO O| Aug 26 16:18:43.365 INFO STEP 207 (remove_files) COMPLETE
59112026-08-26T16:18:43.950Z[ recovery-image] Aug 26 16:18:43.365 INFO O| Aug 26 16:18:43.365 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-26T16:18:43.956Z[ recovery-image] Aug 26 16:18:43.374 INFO O| Aug 26 16:18:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59132026-08-26T16:18:43.959Z[ recovery-image] Aug 26 16:18:43.374 INFO O| Aug 26 16:18:43.374 INFO STEP 208 (remove_files) COMPLETE
59142026-08-26T16:18:43.959Z[ recovery-image] Aug 26 16:18:43.374 INFO O| Aug 26 16:18:43.374 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-26T16:18:43.964Z[ recovery-image] Aug 26 16:18:43.383 INFO O| Aug 26 16:18:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59162026-08-26T16:18:43.964Z[ recovery-image] Aug 26 16:18:43.383 INFO O| Aug 26 16:18:43.383 INFO STEP 209 (remove_files) COMPLETE
59172026-08-26T16:18:43.967Z[ recovery-image] Aug 26 16:18:43.383 INFO O| Aug 26 16:18:43.383 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-26T16:18:43.973Z[ recovery-image] Aug 26 16:18:43.392 INFO O| Aug 26 16:18:43.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59192026-08-26T16:18:43.976Z[ recovery-image] Aug 26 16:18:43.392 INFO O| Aug 26 16:18:43.392 INFO STEP 210 (remove_files) COMPLETE
59202026-08-26T16:18:43.976Z[ recovery-image] Aug 26 16:18:43.392 INFO O| Aug 26 16:18:43.392 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-26T16:18:43.982Z[ recovery-image] Aug 26 16:18:43.401 INFO O| Aug 26 16:18:43.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59222026-08-26T16:18:43.982Z[ recovery-image] Aug 26 16:18:43.402 INFO O| Aug 26 16:18:43.401 INFO STEP 211 (remove_files) COMPLETE
59232026-08-26T16:18:43.982Z[ recovery-image] Aug 26 16:18:43.402 INFO O| Aug 26 16:18:43.402 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-26T16:18:43.993Z[ recovery-image] Aug 26 16:18:43.411 INFO O| Aug 26 16:18:43.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59252026-08-26T16:18:43.993Z[ recovery-image] Aug 26 16:18:43.411 INFO O| Aug 26 16:18:43.411 INFO STEP 212 (remove_files) COMPLETE
59262026-08-26T16:18:43.999Z[ recovery-image] Aug 26 16:18:43.411 INFO O| Aug 26 16:18:43.411 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-26T16:18:44.003Z[ recovery-image] Aug 26 16:18:43.420 INFO O| Aug 26 16:18:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59282026-08-26T16:18:44.003Z[ recovery-image] Aug 26 16:18:43.420 INFO O| Aug 26 16:18:43.420 INFO STEP 213 (remove_files) COMPLETE
59292026-08-26T16:18:44.003Z[ recovery-image] Aug 26 16:18:43.420 INFO O| Aug 26 16:18:43.420 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-26T16:18:44.008Z[ recovery-image] Aug 26 16:18:43.428 INFO O| Aug 26 16:18:43.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59312026-08-26T16:18:44.008Z[ recovery-image] Aug 26 16:18:43.428 INFO O| Aug 26 16:18:43.428 INFO STEP 214 (remove_files) COMPLETE
59322026-08-26T16:18:44.012Z[ recovery-image] Aug 26 16:18:43.428 INFO O| Aug 26 16:18:43.428 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-26T16:18:44.016Z[ recovery-image] Aug 26 16:18:43.436 INFO O| Aug 26 16:18:43.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59342026-08-26T16:18:44.016Z[ recovery-image] Aug 26 16:18:43.436 INFO O| Aug 26 16:18:43.436 INFO STEP 215 (remove_files) COMPLETE
59352026-08-26T16:18:44.016Z[ recovery-image] Aug 26 16:18:43.436 INFO O| Aug 26 16:18:43.436 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-26T16:18:44.025Z[ recovery-image] Aug 26 16:18:43.444 INFO O| Aug 26 16:18:43.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59372026-08-26T16:18:44.025Z[ recovery-image] Aug 26 16:18:43.444 INFO O| Aug 26 16:18:43.444 INFO STEP 216 (remove_files) COMPLETE
59382026-08-26T16:18:44.025Z[ recovery-image] Aug 26 16:18:43.444 INFO O| Aug 26 16:18:43.444 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-26T16:18:44.035Z[ recovery-image] Aug 26 16:18:43.454 INFO O| Aug 26 16:18:43.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59402026-08-26T16:18:44.038Z[ recovery-image] Aug 26 16:18:43.457 INFO O| Aug 26 16:18:43.457 INFO STEP 217 (remove_files) COMPLETE
59412026-08-26T16:18:44.038Z[ recovery-image] Aug 26 16:18:43.457 INFO O| Aug 26 16:18:43.457 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-26T16:18:44.047Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
59432026-08-26T16:18:44.050Z[ recovery-image] Aug 26 16:18:43.467 INFO O| Aug 26 16:18:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59442026-08-26T16:18:44.050Z[ recovery-image] Aug 26 16:18:43.467 INFO O| Aug 26 16:18:43.467 INFO STEP 218 (remove_files) COMPLETE
59452026-08-26T16:18:44.050Z[ recovery-image] Aug 26 16:18:43.467 INFO O| Aug 26 16:18:43.467 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-26T16:18:44.056Z[ recovery-image] Aug 26 16:18:43.476 INFO O| Aug 26 16:18:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59472026-08-26T16:18:44.060Z[ recovery-image] Aug 26 16:18:43.476 INFO O| Aug 26 16:18:43.476 INFO STEP 219 (remove_files) COMPLETE
59482026-08-26T16:18:44.060Z[ recovery-image] Aug 26 16:18:43.476 INFO O| Aug 26 16:18:43.476 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-26T16:18:44.065Z[ recovery-image] Aug 26 16:18:43.485 INFO O| Aug 26 16:18:43.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59502026-08-26T16:18:44.065Z[ recovery-image] Aug 26 16:18:43.485 INFO O| Aug 26 16:18:43.485 INFO STEP 220 (remove_files) COMPLETE
59512026-08-26T16:18:44.065Z[ recovery-image] Aug 26 16:18:43.485 INFO O| Aug 26 16:18:43.485 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-26T16:18:44.074Z[ recovery-image] Aug 26 16:18:43.494 INFO O| Aug 26 16:18:43.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59532026-08-26T16:18:44.075Z[ recovery-image] Aug 26 16:18:43.494 INFO O| Aug 26 16:18:43.494 INFO STEP 221 (remove_files) COMPLETE
59542026-08-26T16:18:44.075Z[ recovery-image] Aug 26 16:18:43.494 INFO O| Aug 26 16:18:43.494 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-26T16:18:44.084Z[ recovery-image] Aug 26 16:18:43.503 INFO O| Aug 26 16:18:43.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59562026-08-26T16:18:44.084Z[ recovery-image] Aug 26 16:18:43.503 INFO O| Aug 26 16:18:43.503 INFO STEP 222 (remove_files) COMPLETE
59572026-08-26T16:18:44.084Z[ recovery-image] Aug 26 16:18:43.503 INFO O| Aug 26 16:18:43.503 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-26T16:18:44.093Z[ recovery-image] Aug 26 16:18:43.513 INFO O| Aug 26 16:18:43.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59592026-08-26T16:18:44.094Z[ recovery-image] Aug 26 16:18:43.513 INFO O| Aug 26 16:18:43.513 INFO STEP 223 (remove_files) COMPLETE
59602026-08-26T16:18:44.094Z[ recovery-image] Aug 26 16:18:43.513 INFO O| Aug 26 16:18:43.513 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-26T16:18:44.102Z[ recovery-image] Aug 26 16:18:43.522 INFO O| Aug 26 16:18:43.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59622026-08-26T16:18:44.106Z[ recovery-image] Aug 26 16:18:43.522 INFO O| Aug 26 16:18:43.522 INFO STEP 224 (remove_files) COMPLETE
59632026-08-26T16:18:44.106Z[ recovery-image] Aug 26 16:18:43.522 INFO O| Aug 26 16:18:43.522 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-26T16:18:44.111Z[ recovery-image] Aug 26 16:18:43.531 INFO O| Aug 26 16:18:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59652026-08-26T16:18:44.111Z[ recovery-image] Aug 26 16:18:43.531 INFO O| Aug 26 16:18:43.531 INFO STEP 225 (remove_files) COMPLETE
59662026-08-26T16:18:44.111Z[ recovery-image] Aug 26 16:18:43.531 INFO O| Aug 26 16:18:43.531 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-26T16:18:44.121Z[ recovery-image] Aug 26 16:18:43.540 INFO O| Aug 26 16:18:43.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59682026-08-26T16:18:44.121Z[ recovery-image] Aug 26 16:18:43.540 INFO O| Aug 26 16:18:43.540 INFO STEP 226 (remove_files) COMPLETE
59692026-08-26T16:18:44.125Z[ recovery-image] Aug 26 16:18:43.540 INFO O| Aug 26 16:18:43.540 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-26T16:18:44.130Z[ recovery-image] Aug 26 16:18:43.550 INFO O| Aug 26 16:18:43.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59712026-08-26T16:18:44.130Z[ recovery-image] Aug 26 16:18:43.550 INFO O| Aug 26 16:18:43.550 INFO STEP 227 (remove_files) COMPLETE
59722026-08-26T16:18:44.134Z[ recovery-image] Aug 26 16:18:43.550 INFO O| Aug 26 16:18:43.550 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-26T16:18:44.140Z[ recovery-image] Aug 26 16:18:43.559 INFO O| Aug 26 16:18:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59742026-08-26T16:18:44.140Z[ recovery-image] Aug 26 16:18:43.559 INFO O| Aug 26 16:18:43.559 INFO STEP 228 (remove_files) COMPLETE
59752026-08-26T16:18:44.143Z[ recovery-image] Aug 26 16:18:43.559 INFO O| Aug 26 16:18:43.559 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-26T16:18:44.151Z[ recovery-image] Aug 26 16:18:43.570 INFO O| Aug 26 16:18:43.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59772026-08-26T16:18:44.151Z[ recovery-image] Aug 26 16:18:43.570 INFO O| Aug 26 16:18:43.570 INFO STEP 229 (remove_files) COMPLETE
59782026-08-26T16:18:44.151Z[ recovery-image] Aug 26 16:18:43.570 INFO O| Aug 26 16:18:43.570 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-26T16:18:44.161Z[ recovery-image] Aug 26 16:18:43.580 INFO O| Aug 26 16:18:43.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59802026-08-26T16:18:44.161Z[ recovery-image] Aug 26 16:18:43.580 INFO O| Aug 26 16:18:43.580 INFO STEP 230 (remove_files) COMPLETE
59812026-08-26T16:18:44.161Z[ recovery-image] Aug 26 16:18:43.580 INFO O| Aug 26 16:18:43.580 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-26T16:18:44.172Z[ recovery-image] Aug 26 16:18:43.592 INFO O| Aug 26 16:18:43.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59832026-08-26T16:18:44.172Z[ recovery-image] Aug 26 16:18:43.592 INFO O| Aug 26 16:18:43.592 INFO STEP 231 (remove_files) COMPLETE
59842026-08-26T16:18:44.172Z[ recovery-image] Aug 26 16:18:43.592 INFO O| Aug 26 16:18:43.592 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-26T16:18:44.183Z[ recovery-image] Aug 26 16:18:43.602 INFO O| Aug 26 16:18:43.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59862026-08-26T16:18:44.183Z[ recovery-image] Aug 26 16:18:43.602 INFO O| Aug 26 16:18:43.602 INFO STEP 232 (remove_files) COMPLETE
59872026-08-26T16:18:44.183Z[ recovery-image] Aug 26 16:18:43.602 INFO O| Aug 26 16:18:43.602 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-26T16:18:44.194Z[ recovery-image] Aug 26 16:18:43.613 INFO O| Aug 26 16:18:43.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59892026-08-26T16:18:44.194Z[ recovery-image] Aug 26 16:18:43.613 INFO O| Aug 26 16:18:43.613 INFO STEP 233 (remove_files) COMPLETE
59902026-08-26T16:18:44.194Z[ recovery-image] Aug 26 16:18:43.613 INFO O| Aug 26 16:18:43.613 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-26T16:18:44.204Z[ recovery-image] Aug 26 16:18:43.623 INFO O| Aug 26 16:18:43.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59922026-08-26T16:18:44.204Z[ recovery-image] Aug 26 16:18:43.623 INFO O| Aug 26 16:18:43.623 INFO STEP 234 (remove_files) COMPLETE
59932026-08-26T16:18:44.207Z[ recovery-image] Aug 26 16:18:43.623 INFO O| Aug 26 16:18:43.623 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-26T16:18:44.213Z[ recovery-image] Aug 26 16:18:43.633 INFO O| Aug 26 16:18:43.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59952026-08-26T16:18:44.213Z[ recovery-image] Aug 26 16:18:43.633 INFO O| Aug 26 16:18:43.633 INFO STEP 235 (remove_files) COMPLETE
59962026-08-26T16:18:44.216Z[ recovery-image] Aug 26 16:18:43.633 INFO O| Aug 26 16:18:43.633 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-26T16:18:44.224Z[ recovery-image] Aug 26 16:18:43.644 INFO O| Aug 26 16:18:43.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59982026-08-26T16:18:44.224Z[ recovery-image] Aug 26 16:18:43.644 INFO O| Aug 26 16:18:43.644 INFO STEP 236 (remove_files) COMPLETE
59992026-08-26T16:18:44.224Z[ recovery-image] Aug 26 16:18:43.644 INFO O| Aug 26 16:18:43.644 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-26T16:18:44.228Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
60012026-08-26T16:18:44.234Z[ recovery-image] Aug 26 16:18:43.653 INFO O| Aug 26 16:18:43.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60022026-08-26T16:18:44.234Z[ recovery-image] Aug 26 16:18:43.653 INFO O| Aug 26 16:18:43.653 INFO STEP 237 (remove_files) COMPLETE
60032026-08-26T16:18:44.234Z[ recovery-image] Aug 26 16:18:43.653 INFO O| Aug 26 16:18:43.653 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-26T16:18:44.243Z[ recovery-image] Aug 26 16:18:43.662 INFO O| Aug 26 16:18:43.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60052026-08-26T16:18:44.243Z[ recovery-image] Aug 26 16:18:43.662 INFO O| Aug 26 16:18:43.662 INFO STEP 238 (remove_files) COMPLETE
60062026-08-26T16:18:44.246Z[ recovery-image] Aug 26 16:18:43.662 INFO O| Aug 26 16:18:43.662 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-26T16:18:44.254Z[ recovery-image] Aug 26 16:18:43.674 INFO O| Aug 26 16:18:43.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60082026-08-26T16:18:44.254Z[ recovery-image] Aug 26 16:18:43.674 INFO O| Aug 26 16:18:43.674 INFO STEP 239 (remove_files) COMPLETE
60092026-08-26T16:18:44.255Z[ recovery-image] Aug 26 16:18:43.674 INFO O| Aug 26 16:18:43.674 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-26T16:18:44.265Z[ recovery-image] Aug 26 16:18:43.684 INFO O| Aug 26 16:18:43.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60112026-08-26T16:18:44.265Z[ recovery-image] Aug 26 16:18:43.684 INFO O| Aug 26 16:18:43.684 INFO STEP 240 (remove_files) COMPLETE
60122026-08-26T16:18:44.265Z[ recovery-image] Aug 26 16:18:43.684 INFO O| Aug 26 16:18:43.684 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-26T16:18:44.277Z[ recovery-image] Aug 26 16:18:43.696 INFO O| Aug 26 16:18:43.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60142026-08-26T16:18:44.277Z[ recovery-image] Aug 26 16:18:43.696 INFO O| Aug 26 16:18:43.696 INFO STEP 241 (remove_files) COMPLETE
60152026-08-26T16:18:44.281Z[ recovery-image] Aug 26 16:18:43.696 INFO O| Aug 26 16:18:43.696 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-26T16:18:44.288Z[ recovery-image] Aug 26 16:18:43.707 INFO O| Aug 26 16:18:43.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60172026-08-26T16:18:44.288Z[ recovery-image] Aug 26 16:18:43.707 INFO O| Aug 26 16:18:43.707 INFO STEP 242 (remove_files) COMPLETE
60182026-08-26T16:18:44.288Z[ recovery-image] Aug 26 16:18:43.707 INFO O| Aug 26 16:18:43.707 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-26T16:18:44.298Z[ recovery-image] Aug 26 16:18:43.718 INFO O| Aug 26 16:18:43.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60202026-08-26T16:18:44.299Z[ recovery-image] Aug 26 16:18:43.718 INFO O| Aug 26 16:18:43.718 INFO STEP 243 (remove_files) COMPLETE
60212026-08-26T16:18:44.299Z[ recovery-image] Aug 26 16:18:43.718 INFO O| Aug 26 16:18:43.718 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-26T16:18:44.309Z[ recovery-image] Aug 26 16:18:43.729 INFO O| Aug 26 16:18:43.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60232026-08-26T16:18:44.309Z[ recovery-image] Aug 26 16:18:43.729 INFO O| Aug 26 16:18:43.729 INFO STEP 244 (remove_files) COMPLETE
60242026-08-26T16:18:44.313Z[ recovery-image] Aug 26 16:18:43.729 INFO O| Aug 26 16:18:43.729 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-26T16:18:44.320Z[ recovery-image] Aug 26 16:18:43.739 INFO O| Aug 26 16:18:43.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60262026-08-26T16:18:44.320Z[ recovery-image] Aug 26 16:18:43.740 INFO O| Aug 26 16:18:43.740 INFO STEP 245 (remove_files) COMPLETE
60272026-08-26T16:18:44.324Z[ recovery-image] Aug 26 16:18:43.740 INFO O| Aug 26 16:18:43.740 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-26T16:18:44.330Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
60292026-08-26T16:18:44.334Z[ recovery-image] Aug 26 16:18:43.751 INFO O| Aug 26 16:18:43.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60302026-08-26T16:18:44.334Z[ recovery-image] Aug 26 16:18:43.751 INFO O| Aug 26 16:18:43.751 INFO STEP 246 (remove_files) COMPLETE
60312026-08-26T16:18:44.334Z[ recovery-image] Aug 26 16:18:43.751 INFO O| Aug 26 16:18:43.751 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-26T16:18:44.342Z[ recovery-image] Aug 26 16:18:43.761 INFO O| Aug 26 16:18:43.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60332026-08-26T16:18:44.342Z[ recovery-image] Aug 26 16:18:43.761 INFO O| Aug 26 16:18:43.761 INFO STEP 247 (remove_files) COMPLETE
60342026-08-26T16:18:44.345Z[ recovery-image] Aug 26 16:18:43.761 INFO O| Aug 26 16:18:43.761 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-26T16:18:44.351Z[ recovery-image] Aug 26 16:18:43.771 INFO O| Aug 26 16:18:43.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60362026-08-26T16:18:44.352Z[ recovery-image] Aug 26 16:18:43.771 INFO O| Aug 26 16:18:43.771 INFO STEP 248 (remove_files) COMPLETE
60372026-08-26T16:18:44.355Z[ recovery-image] Aug 26 16:18:43.771 INFO O| Aug 26 16:18:43.771 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-26T16:18:44.364Z[ recovery-image] Aug 26 16:18:43.784 INFO O| Aug 26 16:18:43.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60392026-08-26T16:18:44.364Z[ recovery-image] Aug 26 16:18:43.784 INFO O| Aug 26 16:18:43.784 INFO STEP 249 (remove_files) COMPLETE
60402026-08-26T16:18:44.368Z[ recovery-image] Aug 26 16:18:43.784 INFO O| Aug 26 16:18:43.784 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-26T16:18:44.371Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
60422026-08-26T16:18:44.375Z[ recovery-image] Aug 26 16:18:43.793 INFO O| Aug 26 16:18:43.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60432026-08-26T16:18:44.375Z[ recovery-image] Aug 26 16:18:43.793 INFO O| Aug 26 16:18:43.793 INFO STEP 250 (remove_files) COMPLETE
60442026-08-26T16:18:44.375Z[ recovery-image] Aug 26 16:18:43.793 INFO O| Aug 26 16:18:43.793 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-26T16:18:44.383Z[ recovery-image] Aug 26 16:18:43.802 INFO O| Aug 26 16:18:43.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60462026-08-26T16:18:44.383Z[ recovery-image] Aug 26 16:18:43.802 INFO O| Aug 26 16:18:43.802 INFO STEP 251 (remove_files) COMPLETE
60472026-08-26T16:18:44.386Z[ recovery-image] Aug 26 16:18:43.802 INFO O| Aug 26 16:18:43.802 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-26T16:18:44.391Z[ recovery-image] Aug 26 16:18:43.811 INFO O| Aug 26 16:18:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60492026-08-26T16:18:44.391Z[ recovery-image] Aug 26 16:18:43.811 INFO O| Aug 26 16:18:43.811 INFO STEP 252 (remove_files) COMPLETE
60502026-08-26T16:18:44.395Z[ recovery-image] Aug 26 16:18:43.811 INFO O| Aug 26 16:18:43.811 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-26T16:18:44.400Z[ recovery-image] Aug 26 16:18:43.819 INFO O| Aug 26 16:18:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60522026-08-26T16:18:44.400Z[ recovery-image] Aug 26 16:18:43.819 INFO O| Aug 26 16:18:43.819 INFO STEP 253 (remove_files) COMPLETE
60532026-08-26T16:18:44.400Z[ recovery-image] Aug 26 16:18:43.819 INFO O| Aug 26 16:18:43.819 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-26T16:18:44.409Z[ recovery-image] Aug 26 16:18:43.829 INFO O| Aug 26 16:18:43.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60552026-08-26T16:18:44.409Z[ recovery-image] Aug 26 16:18:43.829 INFO O| Aug 26 16:18:43.829 INFO STEP 254 (remove_files) COMPLETE
60562026-08-26T16:18:44.412Z[ recovery-image] Aug 26 16:18:43.829 INFO O| Aug 26 16:18:43.829 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-26T16:18:44.419Z[ recovery-image] Aug 26 16:18:43.838 INFO O| Aug 26 16:18:43.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60582026-08-26T16:18:44.419Z[ recovery-image] Aug 26 16:18:43.838 INFO O| Aug 26 16:18:43.838 INFO STEP 255 (remove_files) COMPLETE
60592026-08-26T16:18:44.419Z[ recovery-image] Aug 26 16:18:43.838 INFO O| Aug 26 16:18:43.838 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-26T16:18:44.429Z[ recovery-image] Aug 26 16:18:43.849 INFO O| Aug 26 16:18:43.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60612026-08-26T16:18:44.430Z[ recovery-image] Aug 26 16:18:43.849 INFO O| Aug 26 16:18:43.849 INFO STEP 256 (remove_files) COMPLETE
60622026-08-26T16:18:44.430Z[ recovery-image] Aug 26 16:18:43.849 INFO O| Aug 26 16:18:43.849 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-26T16:18:44.445Z[ recovery-image] Aug 26 16:18:43.860 INFO O| Aug 26 16:18:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60642026-08-26T16:18:44.445Z[ recovery-image] Aug 26 16:18:43.860 INFO O| Aug 26 16:18:43.860 INFO STEP 257 (remove_files) COMPLETE
60652026-08-26T16:18:44.449Z[ recovery-image] Aug 26 16:18:43.860 INFO O| Aug 26 16:18:43.860 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-26T16:18:44.453Z[ recovery-image] Aug 26 16:18:43.872 INFO O| Aug 26 16:18:43.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60672026-08-26T16:18:44.453Z[ recovery-image] Aug 26 16:18:43.872 INFO O| Aug 26 16:18:43.872 INFO STEP 258 (remove_files) COMPLETE
60682026-08-26T16:18:44.453Z[ recovery-image] Aug 26 16:18:43.872 INFO O| Aug 26 16:18:43.872 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-26T16:18:44.464Z[ recovery-image] Aug 26 16:18:43.883 INFO O| Aug 26 16:18:43.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60702026-08-26T16:18:44.464Z[ recovery-image] Aug 26 16:18:43.883 INFO O| Aug 26 16:18:43.883 INFO STEP 259 (remove_files) COMPLETE
60712026-08-26T16:18:44.464Z[ recovery-image] Aug 26 16:18:43.883 INFO O| Aug 26 16:18:43.883 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-26T16:18:44.480Z[ recovery-image] Aug 26 16:18:43.894 INFO O| Aug 26 16:18:43.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60732026-08-26T16:18:44.480Z[ recovery-image] Aug 26 16:18:43.894 INFO O| Aug 26 16:18:43.894 INFO STEP 260 (remove_files) COMPLETE
60742026-08-26T16:18:44.480Z[ recovery-image] Aug 26 16:18:43.894 INFO O| Aug 26 16:18:43.894 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-26T16:18:44.485Z[ recovery-image] Aug 26 16:18:43.904 INFO O| Aug 26 16:18:43.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60762026-08-26T16:18:44.485Z[ recovery-image] Aug 26 16:18:43.904 INFO O| Aug 26 16:18:43.904 INFO STEP 261 (remove_files) COMPLETE
60772026-08-26T16:18:44.485Z[ recovery-image] Aug 26 16:18:43.904 INFO O| Aug 26 16:18:43.904 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-26T16:18:44.496Z[ recovery-image] Aug 26 16:18:43.915 INFO O| Aug 26 16:18:43.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60792026-08-26T16:18:44.496Z[ recovery-image] Aug 26 16:18:43.915 INFO O| Aug 26 16:18:43.915 INFO STEP 262 (remove_files) COMPLETE
60802026-08-26T16:18:44.496Z[ recovery-image] Aug 26 16:18:43.915 INFO O| Aug 26 16:18:43.915 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-26T16:18:44.500Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
60822026-08-26T16:18:44.506Z[ recovery-image] Aug 26 16:18:43.926 INFO O| Aug 26 16:18:43.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60832026-08-26T16:18:44.506Z[ recovery-image] Aug 26 16:18:43.926 INFO O| Aug 26 16:18:43.926 INFO STEP 263 (remove_files) COMPLETE
60842026-08-26T16:18:44.510Z[ recovery-image] Aug 26 16:18:43.926 INFO O| Aug 26 16:18:43.926 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-26T16:18:44.520Z[ recovery-image] Aug 26 16:18:43.937 INFO O| Aug 26 16:18:43.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60862026-08-26T16:18:44.520Z[ recovery-image] Aug 26 16:18:43.937 INFO O| Aug 26 16:18:43.937 INFO STEP 264 (remove_files) COMPLETE
60872026-08-26T16:18:44.520Z[ recovery-image] Aug 26 16:18:43.937 INFO O| Aug 26 16:18:43.937 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-26T16:18:44.528Z[ recovery-image] Aug 26 16:18:43.947 INFO O| Aug 26 16:18:43.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60892026-08-26T16:18:44.528Z[ recovery-image] Aug 26 16:18:43.947 INFO O| Aug 26 16:18:43.947 INFO STEP 265 (remove_files) COMPLETE
60902026-08-26T16:18:44.531Z[ recovery-image] Aug 26 16:18:43.947 INFO O| Aug 26 16:18:43.947 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-26T16:18:44.537Z[ recovery-image] Aug 26 16:18:43.957 INFO O| Aug 26 16:18:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60922026-08-26T16:18:44.537Z[ recovery-image] Aug 26 16:18:43.957 INFO O| Aug 26 16:18:43.957 INFO STEP 266 (remove_files) COMPLETE
60932026-08-26T16:18:44.537Z[ recovery-image] Aug 26 16:18:43.957 INFO O| Aug 26 16:18:43.957 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-26T16:18:44.547Z[ recovery-image] Aug 26 16:18:43.966 INFO O| Aug 26 16:18:43.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60952026-08-26T16:18:44.547Z[ recovery-image] Aug 26 16:18:43.966 INFO O| Aug 26 16:18:43.966 INFO STEP 267 (remove_files) COMPLETE
60962026-08-26T16:18:44.547Z[ recovery-image] Aug 26 16:18:43.966 INFO O| Aug 26 16:18:43.966 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-26T16:18:44.551Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
60982026-08-26T16:18:44.559Z[ recovery-image] Aug 26 16:18:43.978 INFO O| Aug 26 16:18:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60992026-08-26T16:18:44.559Z[ recovery-image] Aug 26 16:18:43.978 INFO O| Aug 26 16:18:43.978 INFO STEP 268 (remove_files) COMPLETE
61002026-08-26T16:18:44.559Z[ recovery-image] Aug 26 16:18:43.978 INFO O| Aug 26 16:18:43.978 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-26T16:18:44.569Z[ recovery-image] Aug 26 16:18:43.989 INFO O| Aug 26 16:18:43.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61022026-08-26T16:18:44.569Z[ recovery-image] Aug 26 16:18:43.989 INFO O| Aug 26 16:18:43.989 INFO STEP 269 (remove_files) COMPLETE
61032026-08-26T16:18:44.569Z[ recovery-image] Aug 26 16:18:43.989 INFO O| Aug 26 16:18:43.989 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-26T16:18:44.580Z[ recovery-image] Aug 26 16:18:43.999 INFO O| Aug 26 16:18:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61052026-08-26T16:18:44.580Z[ recovery-image] Aug 26 16:18:43.999 INFO O| Aug 26 16:18:43.999 INFO STEP 270 (remove_files) COMPLETE
61062026-08-26T16:18:44.583Z[ recovery-image] Aug 26 16:18:43.999 INFO O| Aug 26 16:18:43.999 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-26T16:18:44.591Z[ recovery-image] Aug 26 16:18:44.010 INFO O| Aug 26 16:18:44.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61082026-08-26T16:18:44.591Z[ recovery-image] Aug 26 16:18:44.010 INFO O| Aug 26 16:18:44.010 INFO STEP 271 (remove_files) COMPLETE
61092026-08-26T16:18:44.591Z[ recovery-image] Aug 26 16:18:44.010 INFO O| Aug 26 16:18:44.010 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-26T16:18:44.604Z[verify-libraries] Compiling fatfs v0.3.6
61112026-08-26T16:18:44.623Z[ recovery-image] Aug 26 16:18:44.043 INFO O| Aug 26 16:18:44.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61122026-08-26T16:18:44.624Z[ recovery-image] Aug 26 16:18:44.043 INFO O| Aug 26 16:18:44.043 INFO STEP 272 (remove_files) COMPLETE
61132026-08-26T16:18:44.624Z[ recovery-image] Aug 26 16:18:44.043 INFO O| Aug 26 16:18:44.043 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-26T16:18:44.634Z[ recovery-image] Aug 26 16:18:44.054 INFO O| Aug 26 16:18:44.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61152026-08-26T16:18:44.634Z[ recovery-image] Aug 26 16:18:44.054 INFO O| Aug 26 16:18:44.054 INFO STEP 273 (remove_files) COMPLETE
61162026-08-26T16:18:44.634Z[ recovery-image] Aug 26 16:18:44.054 INFO O| Aug 26 16:18:44.054 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-26T16:18:44.647Z[ recovery-image] Aug 26 16:18:44.064 INFO O| Aug 26 16:18:44.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61182026-08-26T16:18:44.647Z[ recovery-image] Aug 26 16:18:44.064 INFO O| Aug 26 16:18:44.064 INFO STEP 274 (remove_files) COMPLETE
61192026-08-26T16:18:44.647Z[ recovery-image] Aug 26 16:18:44.064 INFO O| Aug 26 16:18:44.064 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-26T16:18:44.655Z[ recovery-image] Aug 26 16:18:44.074 INFO O| Aug 26 16:18:44.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61212026-08-26T16:18:44.655Z[ recovery-image] Aug 26 16:18:44.074 INFO O| Aug 26 16:18:44.074 INFO STEP 275 (remove_files) COMPLETE
61222026-08-26T16:18:44.655Z[ recovery-image] Aug 26 16:18:44.074 INFO O| Aug 26 16:18:44.074 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-26T16:18:44.672Z[ recovery-image] Aug 26 16:18:44.091 INFO O| Aug 26 16:18:44.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61242026-08-26T16:18:44.672Z[ recovery-image] Aug 26 16:18:44.091 INFO O| Aug 26 16:18:44.090 INFO STEP 276 (remove_files) COMPLETE
61252026-08-26T16:18:44.672Z[ recovery-image] Aug 26 16:18:44.091 INFO O| Aug 26 16:18:44.090 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-26T16:18:44.682Z[ recovery-image] Aug 26 16:18:44.102 INFO O| Aug 26 16:18:44.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61272026-08-26T16:18:44.682Z[ recovery-image] Aug 26 16:18:44.102 INFO O| Aug 26 16:18:44.101 INFO STEP 277 (remove_files) COMPLETE
61282026-08-26T16:18:44.683Z[ recovery-image] Aug 26 16:18:44.102 INFO O| Aug 26 16:18:44.101 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-26T16:18:44.692Z[ recovery-image] Aug 26 16:18:44.112 INFO O| Aug 26 16:18:44.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61302026-08-26T16:18:44.692Z[ recovery-image] Aug 26 16:18:44.112 INFO O| Aug 26 16:18:44.112 INFO STEP 278 (remove_files) COMPLETE
61312026-08-26T16:18:44.696Z[ recovery-image] Aug 26 16:18:44.112 INFO O| Aug 26 16:18:44.112 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-26T16:18:44.702Z[ recovery-image] Aug 26 16:18:44.122 INFO O| Aug 26 16:18:44.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61332026-08-26T16:18:44.703Z[ recovery-image] Aug 26 16:18:44.122 INFO O| Aug 26 16:18:44.122 INFO STEP 279 (remove_files) COMPLETE
61342026-08-26T16:18:44.706Z[ recovery-image] Aug 26 16:18:44.122 INFO O| Aug 26 16:18:44.122 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-26T16:18:44.713Z[ recovery-image] Aug 26 16:18:44.132 INFO O| Aug 26 16:18:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61362026-08-26T16:18:44.713Z[ recovery-image] Aug 26 16:18:44.132 INFO O| Aug 26 16:18:44.132 INFO STEP 280 (remove_files) COMPLETE
61372026-08-26T16:18:44.713Z[ recovery-image] Aug 26 16:18:44.132 INFO O| Aug 26 16:18:44.132 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-26T16:18:44.721Z[verify-libraries] Compiling num-bigint v0.4.6
61392026-08-26T16:18:44.725Z[ recovery-image] Aug 26 16:18:44.144 INFO O| Aug 26 16:18:44.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61402026-08-26T16:18:44.726Z[ recovery-image] Aug 26 16:18:44.144 INFO O| Aug 26 16:18:44.144 INFO STEP 281 (remove_files) COMPLETE
61412026-08-26T16:18:44.726Z[ recovery-image] Aug 26 16:18:44.144 INFO O| Aug 26 16:18:44.144 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-26T16:18:44.735Z[ recovery-image] Aug 26 16:18:44.154 INFO O| Aug 26 16:18:44.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61432026-08-26T16:18:44.735Z[ recovery-image] Aug 26 16:18:44.154 INFO O| Aug 26 16:18:44.154 INFO STEP 282 (remove_files) COMPLETE
61442026-08-26T16:18:44.735Z[ recovery-image] Aug 26 16:18:44.154 INFO O| Aug 26 16:18:44.154 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-26T16:18:44.745Z[ recovery-image] Aug 26 16:18:44.164 INFO O| Aug 26 16:18:44.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61462026-08-26T16:18:44.745Z[ recovery-image] Aug 26 16:18:44.164 INFO O| Aug 26 16:18:44.164 INFO STEP 283 (remove_files) COMPLETE
61472026-08-26T16:18:44.750Z[ recovery-image] Aug 26 16:18:44.164 INFO O| Aug 26 16:18:44.164 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-26T16:18:44.756Z[ recovery-image] Aug 26 16:18:44.175 INFO O| Aug 26 16:18:44.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61492026-08-26T16:18:44.756Z[ recovery-image] Aug 26 16:18:44.175 INFO O| Aug 26 16:18:44.175 INFO STEP 284 (remove_files) COMPLETE
61502026-08-26T16:18:44.756Z[ recovery-image] Aug 26 16:18:44.175 INFO O| Aug 26 16:18:44.175 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-26T16:18:44.768Z[ recovery-image] Aug 26 16:18:44.187 INFO O| Aug 26 16:18:44.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61522026-08-26T16:18:44.768Z[ recovery-image] Aug 26 16:18:44.187 INFO O| Aug 26 16:18:44.185 INFO STEP 285 (remove_files) COMPLETE
61532026-08-26T16:18:44.771Z[ recovery-image] Aug 26 16:18:44.187 INFO O| Aug 26 16:18:44.185 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-26T16:18:44.775Z[ recovery-image] Aug 26 16:18:44.193 INFO O| Aug 26 16:18:44.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61552026-08-26T16:18:44.775Z[ recovery-image] Aug 26 16:18:44.194 INFO O| Aug 26 16:18:44.193 INFO STEP 286 (remove_files) COMPLETE
61562026-08-26T16:18:44.788Z[ recovery-image] Aug 26 16:18:44.194 INFO O| Aug 26 16:18:44.194 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-26T16:18:44.788Z[ recovery-image] Aug 26 16:18:44.202 INFO O| Aug 26 16:18:44.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61582026-08-26T16:18:44.789Z[ recovery-image] Aug 26 16:18:44.202 INFO O| Aug 26 16:18:44.202 INFO STEP 287 (remove_files) COMPLETE
61592026-08-26T16:18:44.789Z[ recovery-image] Aug 26 16:18:44.202 INFO O| Aug 26 16:18:44.202 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-26T16:18:44.792Z[ recovery-image] Aug 26 16:18:44.211 INFO O| Aug 26 16:18:44.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61612026-08-26T16:18:44.792Z[ recovery-image] Aug 26 16:18:44.211 INFO O| Aug 26 16:18:44.211 INFO STEP 288 (remove_files) COMPLETE
61622026-08-26T16:18:44.792Z[ recovery-image] Aug 26 16:18:44.211 INFO O| Aug 26 16:18:44.211 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-26T16:18:44.800Z[ recovery-image] Aug 26 16:18:44.220 INFO O| Aug 26 16:18:44.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61642026-08-26T16:18:44.800Z[ recovery-image] Aug 26 16:18:44.220 INFO O| Aug 26 16:18:44.220 INFO STEP 289 (remove_files) COMPLETE
61652026-08-26T16:18:44.804Z[ recovery-image] Aug 26 16:18:44.220 INFO O| Aug 26 16:18:44.220 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-26T16:18:44.811Z[ recovery-image] Aug 26 16:18:44.230 INFO O| Aug 26 16:18:44.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61672026-08-26T16:18:44.811Z[ recovery-image] Aug 26 16:18:44.230 INFO O| Aug 26 16:18:44.230 INFO STEP 290 (remove_files) COMPLETE
61682026-08-26T16:18:44.811Z[ recovery-image] Aug 26 16:18:44.230 INFO O| Aug 26 16:18:44.230 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-26T16:18:44.814Z[verify-libraries] Compiling generic-array v1.4.3
61702026-08-26T16:18:44.820Z[ recovery-image] Aug 26 16:18:44.240 INFO O| Aug 26 16:18:44.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61712026-08-26T16:18:44.820Z[ recovery-image] Aug 26 16:18:44.240 INFO O| Aug 26 16:18:44.240 INFO STEP 291 (remove_files) COMPLETE
61722026-08-26T16:18:44.820Z[ recovery-image] Aug 26 16:18:44.240 INFO O| Aug 26 16:18:44.240 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-26T16:18:44.831Z[ recovery-image] Aug 26 16:18:44.250 INFO O| Aug 26 16:18:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61742026-08-26T16:18:44.831Z[ recovery-image] Aug 26 16:18:44.250 INFO O| Aug 26 16:18:44.250 INFO STEP 292 (remove_files) COMPLETE
61752026-08-26T16:18:44.831Z[ recovery-image] Aug 26 16:18:44.250 INFO O| Aug 26 16:18:44.250 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-26T16:18:44.840Z[ recovery-image] Aug 26 16:18:44.259 INFO O| Aug 26 16:18:44.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61772026-08-26T16:18:44.840Z[ recovery-image] Aug 26 16:18:44.260 INFO O| Aug 26 16:18:44.260 INFO STEP 293 (remove_files) COMPLETE
61782026-08-26T16:18:44.840Z[ recovery-image] Aug 26 16:18:44.260 INFO O| Aug 26 16:18:44.260 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-26T16:18:44.849Z[ recovery-image] Aug 26 16:18:44.269 INFO O| Aug 26 16:18:44.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61802026-08-26T16:18:44.849Z[ recovery-image] Aug 26 16:18:44.269 INFO O| Aug 26 16:18:44.269 INFO STEP 294 (remove_files) COMPLETE
61812026-08-26T16:18:44.849Z[ recovery-image] Aug 26 16:18:44.269 INFO O| Aug 26 16:18:44.269 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-26T16:18:44.853Z[verify-libraries] Compiling russh-util v0.52.0
61832026-08-26T16:18:44.858Z[ recovery-image] Aug 26 16:18:44.277 INFO O| Aug 26 16:18:44.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61842026-08-26T16:18:44.858Z[ recovery-image] Aug 26 16:18:44.277 INFO O| Aug 26 16:18:44.277 INFO STEP 295 (remove_files) COMPLETE
61852026-08-26T16:18:44.858Z[ recovery-image] Aug 26 16:18:44.277 INFO O| Aug 26 16:18:44.277 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-26T16:18:44.866Z[ recovery-image] Aug 26 16:18:44.285 INFO O| Aug 26 16:18:44.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61872026-08-26T16:18:44.866Z[ recovery-image] Aug 26 16:18:44.285 INFO O| Aug 26 16:18:44.285 INFO STEP 296 (remove_files) COMPLETE
61882026-08-26T16:18:44.866Z[ recovery-image] Aug 26 16:18:44.285 INFO O| Aug 26 16:18:44.285 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-26T16:18:44.874Z[ recovery-image] Aug 26 16:18:44.293 INFO O| Aug 26 16:18:44.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61902026-08-26T16:18:44.874Z[ recovery-image] Aug 26 16:18:44.293 INFO O| Aug 26 16:18:44.293 INFO STEP 297 (remove_files) COMPLETE
61912026-08-26T16:18:44.874Z[ recovery-image] Aug 26 16:18:44.293 INFO O| Aug 26 16:18:44.293 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-26T16:18:44.884Z[ recovery-image] Aug 26 16:18:44.303 INFO O| Aug 26 16:18:44.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61932026-08-26T16:18:44.884Z[ recovery-image] Aug 26 16:18:44.303 INFO O| Aug 26 16:18:44.303 INFO STEP 298 (remove_files) COMPLETE
61942026-08-26T16:18:44.884Z[ recovery-image] Aug 26 16:18:44.303 INFO O| Aug 26 16:18:44.303 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-26T16:18:44.894Z[ recovery-image] Aug 26 16:18:44.313 INFO O| Aug 26 16:18:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61962026-08-26T16:18:44.894Z[ recovery-image] Aug 26 16:18:44.314 INFO O| Aug 26 16:18:44.314 INFO STEP 299 (remove_files) COMPLETE
61972026-08-26T16:18:44.894Z[ recovery-image] Aug 26 16:18:44.314 INFO O| Aug 26 16:18:44.314 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-26T16:18:44.960Z[ recovery-image] Aug 26 16:18:44.324 INFO O| Aug 26 16:18:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61992026-08-26T16:18:44.960Z[ recovery-image] Aug 26 16:18:44.324 INFO O| Aug 26 16:18:44.324 INFO STEP 300 (remove_files) COMPLETE
62002026-08-26T16:18:44.960Z[ recovery-image] Aug 26 16:18:44.324 INFO O| Aug 26 16:18:44.324 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-26T16:18:44.961Z[verify-libraries] Compiling enum_dispatch v0.3.13
62022026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.334 INFO O| Aug 26 16:18:44.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62032026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.334 INFO O| Aug 26 16:18:44.334 INFO STEP 301 (remove_files) COMPLETE
62042026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.334 INFO O| Aug 26 16:18:44.334 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.345 INFO O| Aug 26 16:18:44.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62062026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.345 INFO O| Aug 26 16:18:44.345 INFO STEP 302 (remove_files) COMPLETE
62072026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.345 INFO O| Aug 26 16:18:44.345 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.355 INFO O| Aug 26 16:18:44.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62092026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.355 INFO O| Aug 26 16:18:44.355 INFO STEP 303 (remove_files) COMPLETE
62102026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.355 INFO O| Aug 26 16:18:44.355 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.365 INFO O| Aug 26 16:18:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62122026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.365 INFO O| Aug 26 16:18:44.365 INFO STEP 304 (remove_files) COMPLETE
62132026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.365 INFO O| Aug 26 16:18:44.365 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.374 INFO O| Aug 26 16:18:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62152026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.374 INFO O| Aug 26 16:18:44.374 INFO STEP 305 (remove_files) COMPLETE
62162026-08-26T16:18:44.961Z[ recovery-image] Aug 26 16:18:44.374 INFO O| Aug 26 16:18:44.374 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-26T16:18:44.965Z[ recovery-image] Aug 26 16:18:44.383 INFO O| Aug 26 16:18:44.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62182026-08-26T16:18:44.965Z[ recovery-image] Aug 26 16:18:44.383 INFO O| Aug 26 16:18:44.383 INFO STEP 306 (remove_files) COMPLETE
62192026-08-26T16:18:44.965Z[ recovery-image] Aug 26 16:18:44.383 INFO O| Aug 26 16:18:44.383 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-26T16:18:44.973Z[ recovery-image] Aug 26 16:18:44.392 INFO O| Aug 26 16:18:44.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62212026-08-26T16:18:44.973Z[ recovery-image] Aug 26 16:18:44.392 INFO O| Aug 26 16:18:44.392 INFO STEP 307 (remove_files) COMPLETE
62222026-08-26T16:18:44.976Z[ recovery-image] Aug 26 16:18:44.392 INFO O| Aug 26 16:18:44.392 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-26T16:18:44.982Z[ recovery-image] Aug 26 16:18:44.402 INFO O| Aug 26 16:18:44.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62242026-08-26T16:18:44.982Z[ recovery-image] Aug 26 16:18:44.402 INFO O| Aug 26 16:18:44.402 INFO STEP 308 (remove_files) COMPLETE
62252026-08-26T16:18:44.986Z[ recovery-image] Aug 26 16:18:44.402 INFO O| Aug 26 16:18:44.402 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-26T16:18:44.991Z[ recovery-image] Aug 26 16:18:44.411 INFO O| Aug 26 16:18:44.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62272026-08-26T16:18:44.991Z[ recovery-image] Aug 26 16:18:44.411 INFO O| Aug 26 16:18:44.411 INFO STEP 309 (remove_files) COMPLETE
62282026-08-26T16:18:44.992Z[ recovery-image] Aug 26 16:18:44.411 INFO O| Aug 26 16:18:44.411 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-26T16:18:45.001Z[ recovery-image] Aug 26 16:18:44.420 INFO O| Aug 26 16:18:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62302026-08-26T16:18:45.001Z[ recovery-image] Aug 26 16:18:44.420 INFO O| Aug 26 16:18:44.420 INFO STEP 310 (remove_files) COMPLETE
62312026-08-26T16:18:45.001Z[ recovery-image] Aug 26 16:18:44.420 INFO O| Aug 26 16:18:44.420 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-26T16:18:45.011Z[ recovery-image] Aug 26 16:18:44.430 INFO O| Aug 26 16:18:44.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62332026-08-26T16:18:45.011Z[ recovery-image] Aug 26 16:18:44.430 INFO O| Aug 26 16:18:44.430 INFO STEP 311 (remove_files) COMPLETE
62342026-08-26T16:18:45.011Z[ recovery-image] Aug 26 16:18:44.430 INFO O| Aug 26 16:18:44.430 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-26T16:18:45.020Z[verify-libraries] Compiling sapling-renderdag v0.1.0
62362026-08-26T16:18:45.024Z[ recovery-image] Aug 26 16:18:44.441 INFO O| Aug 26 16:18:44.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62372026-08-26T16:18:45.024Z[ recovery-image] Aug 26 16:18:44.441 INFO O| Aug 26 16:18:44.441 INFO STEP 312 (remove_files) COMPLETE
62382026-08-26T16:18:45.024Z[ recovery-image] Aug 26 16:18:44.441 INFO O| Aug 26 16:18:44.441 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-26T16:18:45.032Z[ recovery-image] Aug 26 16:18:44.452 INFO O| Aug 26 16:18:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62402026-08-26T16:18:45.033Z[ recovery-image] Aug 26 16:18:44.452 INFO O| Aug 26 16:18:44.452 INFO STEP 313 (remove_files) COMPLETE
62412026-08-26T16:18:45.033Z[ recovery-image] Aug 26 16:18:44.452 INFO O| Aug 26 16:18:44.452 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-26T16:18:45.051Z[ recovery-image] Aug 26 16:18:44.469 INFO O| Aug 26 16:18:44.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62432026-08-26T16:18:45.055Z[ recovery-image] Aug 26 16:18:44.471 INFO O| Aug 26 16:18:44.471 INFO STEP 314 (remove_files) COMPLETE
62442026-08-26T16:18:45.055Z[ recovery-image] Aug 26 16:18:44.471 INFO O| Aug 26 16:18:44.471 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-26T16:18:45.063Z[ recovery-image] Aug 26 16:18:44.482 INFO O| Aug 26 16:18:44.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62462026-08-26T16:18:45.063Z[ recovery-image] Aug 26 16:18:44.482 INFO O| Aug 26 16:18:44.482 INFO STEP 315 (remove_files) COMPLETE
62472026-08-26T16:18:45.067Z[ recovery-image] Aug 26 16:18:44.482 INFO O| Aug 26 16:18:44.482 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-26T16:18:45.078Z[ recovery-image] Aug 26 16:18:44.492 INFO O| Aug 26 16:18:44.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62492026-08-26T16:18:45.078Z[ recovery-image] Aug 26 16:18:44.492 INFO O| Aug 26 16:18:44.492 INFO STEP 316 (remove_files) COMPLETE
62502026-08-26T16:18:45.078Z[ recovery-image] Aug 26 16:18:44.492 INFO O| Aug 26 16:18:44.492 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-26T16:18:45.082Z[ recovery-image] Aug 26 16:18:44.500 INFO O| Aug 26 16:18:44.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62522026-08-26T16:18:45.082Z[ recovery-image] Aug 26 16:18:44.500 INFO O| Aug 26 16:18:44.500 INFO STEP 317 (remove_files) COMPLETE
62532026-08-26T16:18:45.082Z[ recovery-image] Aug 26 16:18:44.500 INFO O| Aug 26 16:18:44.500 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-26T16:18:45.089Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62552026-08-26T16:18:45.089Z[ recovery-image] Aug 26 16:18:44.508 INFO O| Aug 26 16:18:44.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62562026-08-26T16:18:45.090Z[ recovery-image] Aug 26 16:18:44.509 INFO O| Aug 26 16:18:44.508 INFO STEP 318 (remove_files) COMPLETE
62572026-08-26T16:18:45.090Z[ recovery-image] Aug 26 16:18:44.509 INFO O| Aug 26 16:18:44.509 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-26T16:18:45.098Z[ recovery-image] Aug 26 16:18:44.517 INFO O| Aug 26 16:18:44.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62592026-08-26T16:18:45.098Z[ recovery-image] Aug 26 16:18:44.517 INFO O| Aug 26 16:18:44.517 INFO STEP 319 (remove_files) COMPLETE
62602026-08-26T16:18:45.098Z[ recovery-image] Aug 26 16:18:44.517 INFO O| Aug 26 16:18:44.517 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-26T16:18:45.107Z[ recovery-image] Aug 26 16:18:44.526 INFO O| Aug 26 16:18:44.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62622026-08-26T16:18:45.107Z[ recovery-image] Aug 26 16:18:44.526 INFO O| Aug 26 16:18:44.526 INFO STEP 320 (remove_files) COMPLETE
62632026-08-26T16:18:45.107Z[ recovery-image] Aug 26 16:18:44.526 INFO O| Aug 26 16:18:44.526 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-26T16:18:45.234Z[ recovery-image] Aug 26 16:18:44.534 INFO O| Aug 26 16:18:44.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62652026-08-26T16:18:45.234Z[ recovery-image] Aug 26 16:18:44.534 INFO O| Aug 26 16:18:44.534 INFO STEP 321 (remove_files) COMPLETE
62662026-08-26T16:18:45.234Z[ recovery-image] Aug 26 16:18:44.534 INFO O| Aug 26 16:18:44.534 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-26T16:18:45.234Z[verify-libraries] Compiling delegate v0.13.5
62682026-08-26T16:18:45.234Z[ recovery-image] Aug 26 16:18:44.543 INFO O| Aug 26 16:18:44.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62692026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.543 INFO O| Aug 26 16:18:44.543 INFO STEP 322 (remove_files) COMPLETE
62702026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.543 INFO O| Aug 26 16:18:44.543 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.552 INFO O| Aug 26 16:18:44.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62722026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.552 INFO O| Aug 26 16:18:44.552 INFO STEP 323 (remove_files) COMPLETE
62732026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.552 INFO O| Aug 26 16:18:44.552 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.565 INFO O| Aug 26 16:18:44.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62752026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.565 INFO O| Aug 26 16:18:44.565 INFO STEP 324 (remove_files) COMPLETE
62762026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.565 INFO O| Aug 26 16:18:44.565 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.575 INFO O| Aug 26 16:18:44.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62782026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.575 INFO O| Aug 26 16:18:44.575 INFO STEP 325 (remove_files) COMPLETE
62792026-08-26T16:18:45.235Z[ recovery-image] Aug 26 16:18:44.575 INFO O| Aug 26 16:18:44.575 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.584 INFO O| Aug 26 16:18:44.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62812026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.584 INFO O| Aug 26 16:18:44.584 INFO STEP 326 (remove_files) COMPLETE
62822026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.584 INFO O| Aug 26 16:18:44.584 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.593 INFO O| Aug 26 16:18:44.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62842026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.593 INFO O| Aug 26 16:18:44.593 INFO STEP 327 (remove_files) COMPLETE
62852026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.593 INFO O| Aug 26 16:18:44.593 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.601 INFO O| Aug 26 16:18:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62872026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.602 INFO O| Aug 26 16:18:44.602 INFO STEP 328 (remove_files) COMPLETE
62882026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.602 INFO O| Aug 26 16:18:44.602 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.613 INFO O| Aug 26 16:18:44.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62902026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.613 INFO O| Aug 26 16:18:44.613 INFO STEP 329 (remove_files) COMPLETE
62912026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.613 INFO O| Aug 26 16:18:44.613 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.623 INFO O| Aug 26 16:18:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62932026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.623 INFO O| Aug 26 16:18:44.623 INFO STEP 330 (remove_files) COMPLETE
62942026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.623 INFO O| Aug 26 16:18:44.623 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.633 INFO O| Aug 26 16:18:44.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62962026-08-26T16:18:45.278Z[ recovery-image] Aug 26 16:18:44.633 INFO O| Aug 26 16:18:44.633 INFO STEP 331 (remove_files) COMPLETE
62972026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.633 INFO O| Aug 26 16:18:44.633 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.642 INFO O| Aug 26 16:18:44.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62992026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.642 INFO O| Aug 26 16:18:44.642 INFO STEP 332 (remove_files) COMPLETE
63002026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.642 INFO O| Aug 26 16:18:44.642 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.659 INFO O| Aug 26 16:18:44.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63022026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.659 INFO O| Aug 26 16:18:44.659 INFO STEP 333 (remove_files) COMPLETE
63032026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.659 INFO O| Aug 26 16:18:44.659 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.669 INFO O| Aug 26 16:18:44.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63052026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.669 INFO O| Aug 26 16:18:44.669 INFO STEP 334 (remove_files) COMPLETE
63062026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.669 INFO O| Aug 26 16:18:44.669 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.678 INFO O| Aug 26 16:18:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63082026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.678 INFO O| Aug 26 16:18:44.678 INFO STEP 335 (remove_files) COMPLETE
63092026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.678 INFO O| Aug 26 16:18:44.678 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.686 INFO O| Aug 26 16:18:44.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63112026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.686 INFO O| Aug 26 16:18:44.686 INFO STEP 336 (remove_files) COMPLETE
63122026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.686 INFO O| Aug 26 16:18:44.686 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.695 INFO O| Aug 26 16:18:44.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63142026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.695 INFO O| Aug 26 16:18:44.695 INFO STEP 337 (remove_files) COMPLETE
63152026-08-26T16:18:45.279Z[ recovery-image] Aug 26 16:18:44.695 INFO O| Aug 26 16:18:44.695 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-26T16:18:45.288Z[ recovery-image] Aug 26 16:18:44.703 INFO O| Aug 26 16:18:44.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63172026-08-26T16:18:45.288Z[ recovery-image] Aug 26 16:18:44.703 INFO O| Aug 26 16:18:44.703 INFO STEP 338 (remove_files) COMPLETE
63182026-08-26T16:18:45.288Z[ recovery-image] Aug 26 16:18:44.703 INFO O| Aug 26 16:18:44.703 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-26T16:18:45.294Z[ recovery-image] Aug 26 16:18:44.712 INFO O| Aug 26 16:18:44.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63202026-08-26T16:18:45.294Z[ recovery-image] Aug 26 16:18:44.712 INFO O| Aug 26 16:18:44.712 INFO STEP 339 (remove_files) COMPLETE
63212026-08-26T16:18:45.294Z[ recovery-image] Aug 26 16:18:44.712 INFO O| Aug 26 16:18:44.712 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-26T16:18:45.302Z[ recovery-image] Aug 26 16:18:44.721 INFO O| Aug 26 16:18:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63232026-08-26T16:18:45.302Z[ recovery-image] Aug 26 16:18:44.721 INFO O| Aug 26 16:18:44.721 INFO STEP 340 (remove_files) COMPLETE
63242026-08-26T16:18:45.305Z[ recovery-image] Aug 26 16:18:44.721 INFO O| Aug 26 16:18:44.721 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-26T16:18:45.310Z[ recovery-image] Aug 26 16:18:44.729 INFO O| Aug 26 16:18:44.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63262026-08-26T16:18:45.310Z[ recovery-image] Aug 26 16:18:44.729 INFO O| Aug 26 16:18:44.729 INFO STEP 341 (remove_files) COMPLETE
63272026-08-26T16:18:45.325Z[ recovery-image] Aug 26 16:18:44.729 INFO O| Aug 26 16:18:44.729 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-26T16:18:45.325Z[ recovery-image] Aug 26 16:18:44.738 INFO O| Aug 26 16:18:44.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63292026-08-26T16:18:45.325Z[ recovery-image] Aug 26 16:18:44.738 INFO O| Aug 26 16:18:44.738 INFO STEP 342 (remove_files) COMPLETE
63302026-08-26T16:18:45.325Z[ recovery-image] Aug 26 16:18:44.738 INFO O| Aug 26 16:18:44.738 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-26T16:18:45.329Z[ recovery-image] Aug 26 16:18:44.746 INFO O| Aug 26 16:18:44.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63322026-08-26T16:18:45.329Z[ recovery-image] Aug 26 16:18:44.747 INFO O| Aug 26 16:18:44.747 INFO STEP 343 (remove_files) COMPLETE
63332026-08-26T16:18:45.329Z[ recovery-image] Aug 26 16:18:44.747 INFO O| Aug 26 16:18:44.747 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-26T16:18:45.345Z[ recovery-image] Aug 26 16:18:44.756 INFO O| Aug 26 16:18:44.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63352026-08-26T16:18:45.345Z[ recovery-image] Aug 26 16:18:44.756 INFO O| Aug 26 16:18:44.756 INFO STEP 344 (remove_files) COMPLETE
63362026-08-26T16:18:45.345Z[ recovery-image] Aug 26 16:18:44.756 INFO O| Aug 26 16:18:44.756 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.765 INFO O| Aug 26 16:18:44.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63382026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.765 INFO O| Aug 26 16:18:44.765 INFO STEP 345 (remove_files) COMPLETE
63392026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.765 INFO O| Aug 26 16:18:44.765 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.775 INFO O| Aug 26 16:18:44.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63412026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.784 INFO O| Aug 26 16:18:44.784 INFO STEP 346 (remove_files) COMPLETE
63422026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.784 INFO O| Aug 26 16:18:44.784 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-26T16:18:45.392Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63442026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.796 INFO O| Aug 26 16:18:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63452026-08-26T16:18:45.392Z[ recovery-image] Aug 26 16:18:44.796 INFO O| Aug 26 16:18:44.796 INFO STEP 347 (remove_files) COMPLETE
63462026-08-26T16:18:45.393Z[ recovery-image] Aug 26 16:18:44.796 INFO O| Aug 26 16:18:44.796 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-26T16:18:45.393Z[ recovery-image] Aug 26 16:18:44.805 INFO O| Aug 26 16:18:44.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63482026-08-26T16:18:45.393Z[ recovery-image] Aug 26 16:18:44.805 INFO O| Aug 26 16:18:44.805 INFO STEP 348 (remove_files) COMPLETE
63492026-08-26T16:18:45.393Z[ recovery-image] Aug 26 16:18:44.805 INFO O| Aug 26 16:18:44.805 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-26T16:18:45.397Z[ recovery-image] Aug 26 16:18:44.813 INFO O| Aug 26 16:18:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63512026-08-26T16:18:45.397Z[ recovery-image] Aug 26 16:18:44.814 INFO O| Aug 26 16:18:44.814 INFO STEP 349 (remove_files) COMPLETE
63522026-08-26T16:18:45.397Z[ recovery-image] Aug 26 16:18:44.814 INFO O| Aug 26 16:18:44.814 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-26T16:18:45.403Z[ recovery-image] Aug 26 16:18:44.822 INFO O| Aug 26 16:18:44.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63542026-08-26T16:18:45.403Z[ recovery-image] Aug 26 16:18:44.822 INFO O| Aug 26 16:18:44.822 INFO STEP 350 (remove_files) COMPLETE
63552026-08-26T16:18:45.403Z[ recovery-image] Aug 26 16:18:44.823 INFO O| Aug 26 16:18:44.822 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-26T16:18:45.456Z[ recovery-image] Aug 26 16:18:44.856 INFO O| Aug 26 16:18:44.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63572026-08-26T16:18:45.457Z[ recovery-image] Aug 26 16:18:44.856 INFO O| Aug 26 16:18:44.856 INFO STEP 351 (remove_files) COMPLETE
63582026-08-26T16:18:45.460Z[ recovery-image] Aug 26 16:18:44.856 INFO O| Aug 26 16:18:44.856 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-26T16:18:45.460Z[ recovery-image] Aug 26 16:18:44.865 INFO O| Aug 26 16:18:44.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63602026-08-26T16:18:45.460Z[ recovery-image] Aug 26 16:18:44.865 INFO O| Aug 26 16:18:44.865 INFO STEP 352 (remove_files) COMPLETE
63612026-08-26T16:18:45.460Z[ recovery-image] Aug 26 16:18:44.865 INFO O| Aug 26 16:18:44.865 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-26T16:18:45.461Z[ recovery-image] Aug 26 16:18:44.873 INFO O| Aug 26 16:18:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63632026-08-26T16:18:45.461Z[ recovery-image] Aug 26 16:18:44.873 INFO O| Aug 26 16:18:44.873 INFO STEP 353 (remove_files) COMPLETE
63642026-08-26T16:18:45.461Z[ recovery-image] Aug 26 16:18:44.873 INFO O| Aug 26 16:18:44.873 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-26T16:18:45.465Z[verify-libraries] Compiling seq-macro v0.3.6
63662026-08-26T16:18:45.465Z[ recovery-image] Aug 26 16:18:44.881 INFO O| Aug 26 16:18:44.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63672026-08-26T16:18:45.466Z[ recovery-image] Aug 26 16:18:44.881 INFO O| Aug 26 16:18:44.881 INFO STEP 354 (remove_files) COMPLETE
63682026-08-26T16:18:45.466Z[ recovery-image] Aug 26 16:18:44.881 INFO O| Aug 26 16:18:44.881 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-26T16:18:45.484Z[ recovery-image] Aug 26 16:18:44.893 INFO O| Aug 26 16:18:44.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63702026-08-26T16:18:45.484Z[ recovery-image] Aug 26 16:18:44.893 INFO O| Aug 26 16:18:44.893 INFO STEP 355 (remove_files) COMPLETE
63712026-08-26T16:18:45.488Z[ recovery-image] Aug 26 16:18:44.893 INFO O| Aug 26 16:18:44.893 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-26T16:18:45.488Z[ recovery-image] Aug 26 16:18:44.904 INFO O| Aug 26 16:18:44.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63732026-08-26T16:18:45.488Z[ recovery-image] Aug 26 16:18:44.904 INFO O| Aug 26 16:18:44.904 INFO STEP 356 (remove_files) COMPLETE
63742026-08-26T16:18:45.488Z[ recovery-image] Aug 26 16:18:44.904 INFO O| Aug 26 16:18:44.904 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-26T16:18:45.497Z[ recovery-image] Aug 26 16:18:44.916 INFO O| Aug 26 16:18:44.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63762026-08-26T16:18:45.497Z[ recovery-image] Aug 26 16:18:44.916 INFO O| Aug 26 16:18:44.916 INFO STEP 357 (remove_files) COMPLETE
63772026-08-26T16:18:45.497Z[ recovery-image] Aug 26 16:18:44.916 INFO O| Aug 26 16:18:44.916 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-26T16:18:45.524Z[ recovery-image] Aug 26 16:18:44.943 INFO O| Aug 26 16:18:44.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63792026-08-26T16:18:45.524Z[ recovery-image] Aug 26 16:18:44.943 INFO O| Aug 26 16:18:44.943 INFO STEP 358 (remove_files) COMPLETE
63802026-08-26T16:18:45.524Z[ recovery-image] Aug 26 16:18:44.943 INFO O| Aug 26 16:18:44.943 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-26T16:18:45.534Z[ recovery-image] Aug 26 16:18:44.953 INFO O| Aug 26 16:18:44.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63822026-08-26T16:18:45.534Z[ recovery-image] Aug 26 16:18:44.953 INFO O| Aug 26 16:18:44.953 INFO STEP 359 (remove_files) COMPLETE
63832026-08-26T16:18:45.534Z[ recovery-image] Aug 26 16:18:44.953 INFO O| Aug 26 16:18:44.953 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-26T16:18:45.554Z[ recovery-image] Aug 26 16:18:44.962 INFO O| Aug 26 16:18:44.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63852026-08-26T16:18:45.554Z[verify-libraries] Compiling md5 v0.8.0
63862026-08-26T16:18:45.554Z[ recovery-image] Aug 26 16:18:44.969 INFO O| Aug 26 16:18:44.969 INFO STEP 360 (remove_files) COMPLETE
63872026-08-26T16:18:45.554Z[ recovery-image] Aug 26 16:18:44.969 INFO O| Aug 26 16:18:44.969 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-26T16:18:45.561Z[ recovery-image] Aug 26 16:18:44.980 INFO O| Aug 26 16:18:44.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63892026-08-26T16:18:45.561Z[ recovery-image] Aug 26 16:18:44.980 INFO O| Aug 26 16:18:44.980 INFO STEP 361 (remove_files) COMPLETE
63902026-08-26T16:18:45.565Z[ recovery-image] Aug 26 16:18:44.980 INFO O| Aug 26 16:18:44.980 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-26T16:18:45.601Z[ recovery-image] Aug 26 16:18:44.991 INFO O| Aug 26 16:18:44.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63922026-08-26T16:18:45.602Z[ recovery-image] Aug 26 16:18:44.991 INFO O| Aug 26 16:18:44.991 INFO STEP 362 (remove_files) COMPLETE
63932026-08-26T16:18:45.623Z[ recovery-image] Aug 26 16:18:44.991 INFO O| Aug 26 16:18:44.991 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-26T16:18:45.623Z[ recovery-image] Aug 26 16:18:45.001 INFO O| Aug 26 16:18:45.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63952026-08-26T16:18:45.624Z[ recovery-image] Aug 26 16:18:45.001 INFO O| Aug 26 16:18:45.001 INFO STEP 363 (remove_files) COMPLETE
63962026-08-26T16:18:45.624Z[ recovery-image] Aug 26 16:18:45.001 INFO O| Aug 26 16:18:45.001 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-26T16:18:45.624Z[ recovery-image] Aug 26 16:18:45.025 INFO O| Aug 26 16:18:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63982026-08-26T16:18:45.624Z[ recovery-image] Aug 26 16:18:45.025 INFO O| Aug 26 16:18:45.025 INFO STEP 364 (remove_files) COMPLETE
63992026-08-26T16:18:45.624Z[ recovery-image] Aug 26 16:18:45.025 INFO O| Aug 26 16:18:45.025 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-26T16:18:45.627Z[ recovery-image] Aug 26 16:18:45.035 INFO O| Aug 26 16:18:45.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64012026-08-26T16:18:45.627Z[ recovery-image] Aug 26 16:18:45.035 INFO O| Aug 26 16:18:45.035 INFO STEP 365 (remove_files) COMPLETE
64022026-08-26T16:18:45.627Z[ recovery-image] Aug 26 16:18:45.035 INFO O| Aug 26 16:18:45.035 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-26T16:18:45.628Z[ recovery-image] Aug 26 16:18:45.044 INFO O| Aug 26 16:18:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64042026-08-26T16:18:45.628Z[ recovery-image] Aug 26 16:18:45.044 INFO O| Aug 26 16:18:45.044 INFO STEP 366 (remove_files) COMPLETE
64052026-08-26T16:18:45.628Z[ recovery-image] Aug 26 16:18:45.044 INFO O| Aug 26 16:18:45.044 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.053 INFO O| Aug 26 16:18:45.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64072026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.053 INFO O| Aug 26 16:18:45.053 INFO STEP 367 (remove_files) COMPLETE
64082026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.053 INFO O| Aug 26 16:18:45.053 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.063 INFO O| Aug 26 16:18:45.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64102026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.063 INFO O| Aug 26 16:18:45.063 INFO STEP 368 (remove_files) COMPLETE
64112026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.063 INFO O| Aug 26 16:18:45.063 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.071 INFO O| Aug 26 16:18:45.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64132026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.071 INFO O| Aug 26 16:18:45.071 INFO STEP 369 (remove_files) COMPLETE
64142026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.071 INFO O| Aug 26 16:18:45.071 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.084 INFO O| Aug 26 16:18:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64162026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.084 INFO O| Aug 26 16:18:45.084 INFO STEP 370 (remove_files) COMPLETE
64172026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.084 INFO O| Aug 26 16:18:45.084 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.093 INFO O| Aug 26 16:18:45.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64192026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.093 INFO O| Aug 26 16:18:45.093 INFO STEP 371 (remove_files) COMPLETE
64202026-08-26T16:18:45.676Z[ recovery-image] Aug 26 16:18:45.093 INFO O| Aug 26 16:18:45.093 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.102 INFO O| Aug 26 16:18:45.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64222026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.102 INFO O| Aug 26 16:18:45.102 INFO STEP 372 (remove_files) COMPLETE
64232026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.102 INFO O| Aug 26 16:18:45.102 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.112 INFO O| Aug 26 16:18:45.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64252026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.112 INFO O| Aug 26 16:18:45.112 INFO STEP 373 (remove_files) COMPLETE
64262026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.112 INFO O| Aug 26 16:18:45.112 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.123 INFO O| Aug 26 16:18:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64282026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.123 INFO O| Aug 26 16:18:45.123 INFO STEP 374 (remove_files) COMPLETE
64292026-08-26T16:18:45.711Z[ recovery-image] Aug 26 16:18:45.123 INFO O| Aug 26 16:18:45.123 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-26T16:18:45.715Z[ recovery-image] Aug 26 16:18:45.132 INFO O| Aug 26 16:18:45.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64312026-08-26T16:18:45.715Z[ recovery-image] Aug 26 16:18:45.132 INFO O| Aug 26 16:18:45.132 INFO STEP 375 (remove_files) COMPLETE
64322026-08-26T16:18:45.715Z[ recovery-image] Aug 26 16:18:45.132 INFO O| Aug 26 16:18:45.132 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-26T16:18:45.723Z[ recovery-image] Aug 26 16:18:45.142 INFO O| Aug 26 16:18:45.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64342026-08-26T16:18:45.723Z[ recovery-image] Aug 26 16:18:45.142 INFO O| Aug 26 16:18:45.142 INFO STEP 376 (remove_files) COMPLETE
64352026-08-26T16:18:45.723Z[ recovery-image] Aug 26 16:18:45.142 INFO O| Aug 26 16:18:45.142 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-26T16:18:45.734Z[ recovery-image] Aug 26 16:18:45.151 INFO O| Aug 26 16:18:45.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64372026-08-26T16:18:45.734Z[ recovery-image] Aug 26 16:18:45.152 INFO O| Aug 26 16:18:45.151 INFO STEP 377 (remove_files) COMPLETE
64382026-08-26T16:18:45.734Z[ recovery-image] Aug 26 16:18:45.152 INFO O| Aug 26 16:18:45.152 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-26T16:18:45.745Z[ recovery-image] Aug 26 16:18:45.160 INFO O| Aug 26 16:18:45.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64402026-08-26T16:18:45.745Z[ recovery-image] Aug 26 16:18:45.160 INFO O| Aug 26 16:18:45.160 INFO STEP 378 (remove_files) COMPLETE
64412026-08-26T16:18:45.745Z[ recovery-image] Aug 26 16:18:45.160 INFO O| Aug 26 16:18:45.160 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.169 INFO O| Aug 26 16:18:45.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64432026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.169 INFO O| Aug 26 16:18:45.169 INFO STEP 379 (remove_files) COMPLETE
64442026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.169 INFO O| Aug 26 16:18:45.169 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.178 INFO O| Aug 26 16:18:45.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64462026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.178 INFO O| Aug 26 16:18:45.178 INFO STEP 380 (remove_files) COMPLETE
64472026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.178 INFO O| Aug 26 16:18:45.178 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.188 INFO O| Aug 26 16:18:45.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64492026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.188 INFO O| Aug 26 16:18:45.188 INFO STEP 381 (remove_files) COMPLETE
64502026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.188 INFO O| Aug 26 16:18:45.188 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.197 INFO O| Aug 26 16:18:45.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64522026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.197 INFO O| Aug 26 16:18:45.197 INFO STEP 382 (remove_files) COMPLETE
64532026-08-26T16:18:45.786Z[ recovery-image] Aug 26 16:18:45.197 INFO O| Aug 26 16:18:45.197 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-26T16:18:45.804Z[ recovery-image] Aug 26 16:18:45.208 INFO O| Aug 26 16:18:45.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64552026-08-26T16:18:45.804Z[ recovery-image] Aug 26 16:18:45.208 INFO O| Aug 26 16:18:45.208 INFO STEP 383 (remove_files) COMPLETE
64562026-08-26T16:18:45.804Z[ recovery-image] Aug 26 16:18:45.208 INFO O| Aug 26 16:18:45.208 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-26T16:18:45.804Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
64582026-08-26T16:18:45.804Z[ recovery-image] Aug 26 16:18:45.217 INFO O| Aug 26 16:18:45.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64592026-08-26T16:18:45.804Z[ recovery-image] Aug 26 16:18:45.217 INFO O| Aug 26 16:18:45.217 INFO STEP 384 (remove_files) COMPLETE
64602026-08-26T16:18:45.804Z[ recovery-image] Aug 26 16:18:45.217 INFO O| Aug 26 16:18:45.217 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-26T16:18:45.823Z[ recovery-image] Aug 26 16:18:45.225 INFO O| Aug 26 16:18:45.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64622026-08-26T16:18:45.823Z[ recovery-image] Aug 26 16:18:45.225 INFO O| Aug 26 16:18:45.225 INFO STEP 385 (remove_files) COMPLETE
64632026-08-26T16:18:45.823Z[ recovery-image] Aug 26 16:18:45.225 INFO O| Aug 26 16:18:45.225 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-26T16:18:45.823Z[ recovery-image] Aug 26 16:18:45.234 INFO O| Aug 26 16:18:45.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64652026-08-26T16:18:45.823Z[ recovery-image] Aug 26 16:18:45.234 INFO O| Aug 26 16:18:45.234 INFO STEP 386 (remove_files) COMPLETE
64662026-08-26T16:18:45.823Z[ recovery-image] Aug 26 16:18:45.234 INFO O| Aug 26 16:18:45.234 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-26T16:18:45.828Z[ recovery-image] Aug 26 16:18:45.245 INFO O| Aug 26 16:18:45.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64682026-08-26T16:18:45.828Z[ recovery-image] Aug 26 16:18:45.245 INFO O| Aug 26 16:18:45.245 INFO STEP 387 (remove_files) COMPLETE
64692026-08-26T16:18:45.828Z[ recovery-image] Aug 26 16:18:45.245 INFO O| Aug 26 16:18:45.245 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-26T16:18:45.836Z[ recovery-image] Aug 26 16:18:45.255 INFO O| Aug 26 16:18:45.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64712026-08-26T16:18:45.836Z[ recovery-image] Aug 26 16:18:45.255 INFO O| Aug 26 16:18:45.255 INFO STEP 388 (remove_files) COMPLETE
64722026-08-26T16:18:45.839Z[ recovery-image] Aug 26 16:18:45.255 INFO O| Aug 26 16:18:45.255 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-26T16:18:45.846Z[ recovery-image] Aug 26 16:18:45.264 INFO O| Aug 26 16:18:45.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64742026-08-26T16:18:45.846Z[ recovery-image] Aug 26 16:18:45.264 INFO O| Aug 26 16:18:45.264 INFO STEP 389 (remove_files) COMPLETE
64752026-08-26T16:18:45.846Z[ recovery-image] Aug 26 16:18:45.264 INFO O| Aug 26 16:18:45.264 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-26T16:18:45.854Z[ recovery-image] Aug 26 16:18:45.274 INFO O| Aug 26 16:18:45.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64772026-08-26T16:18:45.854Z[ recovery-image] Aug 26 16:18:45.274 INFO O| Aug 26 16:18:45.274 INFO STEP 390 (remove_files) COMPLETE
64782026-08-26T16:18:45.858Z[ recovery-image] Aug 26 16:18:45.274 INFO O| Aug 26 16:18:45.274 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-26T16:18:45.864Z[ recovery-image] Aug 26 16:18:45.283 INFO O| Aug 26 16:18:45.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64802026-08-26T16:18:45.864Z[ recovery-image] Aug 26 16:18:45.283 INFO O| Aug 26 16:18:45.283 INFO STEP 391 (remove_files) COMPLETE
64812026-08-26T16:18:45.868Z[ recovery-image] Aug 26 16:18:45.283 INFO O| Aug 26 16:18:45.283 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-26T16:18:45.872Z[ recovery-image] Aug 26 16:18:45.292 INFO O| Aug 26 16:18:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64832026-08-26T16:18:45.873Z[ recovery-image] Aug 26 16:18:45.292 INFO O| Aug 26 16:18:45.292 INFO STEP 392 (remove_files) COMPLETE
64842026-08-26T16:18:45.873Z[ recovery-image] Aug 26 16:18:45.292 INFO O| Aug 26 16:18:45.292 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-26T16:18:45.882Z[ recovery-image] Aug 26 16:18:45.301 INFO O| Aug 26 16:18:45.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64862026-08-26T16:18:45.882Z[ recovery-image] Aug 26 16:18:45.301 INFO O| Aug 26 16:18:45.301 INFO STEP 393 (remove_files) COMPLETE
64872026-08-26T16:18:45.885Z[ recovery-image] Aug 26 16:18:45.301 INFO O| Aug 26 16:18:45.301 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-26T16:18:45.888Z[verify-libraries] Compiling hex-literal v1.1.0
64892026-08-26T16:18:45.892Z[ recovery-image] Aug 26 16:18:45.311 INFO O| Aug 26 16:18:45.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64902026-08-26T16:18:45.892Z[ recovery-image] Aug 26 16:18:45.312 INFO O| Aug 26 16:18:45.311 INFO STEP 394 (remove_files) COMPLETE
64912026-08-26T16:18:45.892Z[ recovery-image] Aug 26 16:18:45.312 INFO O| Aug 26 16:18:45.312 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-26T16:18:45.903Z[ recovery-image] Aug 26 16:18:45.321 INFO O| Aug 26 16:18:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64932026-08-26T16:18:45.903Z[ recovery-image] Aug 26 16:18:45.321 INFO O| Aug 26 16:18:45.321 INFO STEP 395 (remove_files) COMPLETE
64942026-08-26T16:18:45.903Z[ recovery-image] Aug 26 16:18:45.321 INFO O| Aug 26 16:18:45.321 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-26T16:18:45.911Z[ recovery-image] Aug 26 16:18:45.331 INFO O| Aug 26 16:18:45.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64962026-08-26T16:18:45.912Z[ recovery-image] Aug 26 16:18:45.331 INFO O| Aug 26 16:18:45.330 INFO STEP 396 (remove_files) COMPLETE
64972026-08-26T16:18:45.912Z[ recovery-image] Aug 26 16:18:45.331 INFO O| Aug 26 16:18:45.330 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-26T16:18:45.930Z[ recovery-image] Aug 26 16:18:45.339 INFO O| Aug 26 16:18:45.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64992026-08-26T16:18:45.930Z[ recovery-image] Aug 26 16:18:45.339 INFO O| Aug 26 16:18:45.339 INFO STEP 397 (remove_files) COMPLETE
65002026-08-26T16:18:45.930Z[ recovery-image] Aug 26 16:18:45.339 INFO O| Aug 26 16:18:45.339 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-26T16:18:45.930Z[ recovery-image] Aug 26 16:18:45.349 INFO O| Aug 26 16:18:45.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65022026-08-26T16:18:45.930Z[ recovery-image] Aug 26 16:18:45.349 INFO O| Aug 26 16:18:45.349 INFO STEP 398 (remove_files) COMPLETE
65032026-08-26T16:18:45.930Z[ recovery-image] Aug 26 16:18:45.349 INFO O| Aug 26 16:18:45.349 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-26T16:18:45.936Z[verify-libraries] Compiling sync-ptr v0.1.4
65052026-08-26T16:18:45.939Z[ recovery-image] Aug 26 16:18:45.359 INFO O| Aug 26 16:18:45.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65062026-08-26T16:18:45.939Z[ recovery-image] Aug 26 16:18:45.359 INFO O| Aug 26 16:18:45.359 INFO STEP 399 (remove_files) COMPLETE
65072026-08-26T16:18:45.939Z[ recovery-image] Aug 26 16:18:45.359 INFO O| Aug 26 16:18:45.359 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-26T16:18:45.949Z[ recovery-image] Aug 26 16:18:45.368 INFO O| Aug 26 16:18:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65092026-08-26T16:18:45.949Z[ recovery-image] Aug 26 16:18:45.368 INFO O| Aug 26 16:18:45.368 INFO STEP 400 (remove_files) COMPLETE
65102026-08-26T16:18:45.949Z[ recovery-image] Aug 26 16:18:45.368 INFO O| Aug 26 16:18:45.368 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-26T16:18:45.959Z[ recovery-image] Aug 26 16:18:45.378 INFO O| Aug 26 16:18:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65122026-08-26T16:18:45.959Z[ recovery-image] Aug 26 16:18:45.378 INFO O| Aug 26 16:18:45.378 INFO STEP 401 (remove_files) COMPLETE
65132026-08-26T16:18:45.959Z[ recovery-image] Aug 26 16:18:45.378 INFO O| Aug 26 16:18:45.378 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-26T16:18:45.968Z[ recovery-image] Aug 26 16:18:45.387 INFO O| Aug 26 16:18:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65152026-08-26T16:18:45.968Z[ recovery-image] Aug 26 16:18:45.387 INFO O| Aug 26 16:18:45.387 INFO STEP 402 (remove_files) COMPLETE
65162026-08-26T16:18:45.968Z[ recovery-image] Aug 26 16:18:45.387 INFO O| Aug 26 16:18:45.387 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-26T16:18:45.982Z[ recovery-image] Aug 26 16:18:45.398 INFO O| Aug 26 16:18:45.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65182026-08-26T16:18:45.982Z[ recovery-image] Aug 26 16:18:45.398 INFO O| Aug 26 16:18:45.398 INFO STEP 403 (remove_files) COMPLETE
65192026-08-26T16:18:45.982Z[ recovery-image] Aug 26 16:18:45.398 INFO O| Aug 26 16:18:45.398 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-26T16:18:45.990Z[ recovery-image] Aug 26 16:18:45.407 INFO O| Aug 26 16:18:45.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65212026-08-26T16:18:45.990Z[ recovery-image] Aug 26 16:18:45.408 INFO O| Aug 26 16:18:45.407 INFO STEP 404 (remove_files) COMPLETE
65222026-08-26T16:18:45.990Z[ recovery-image] Aug 26 16:18:45.408 INFO O| Aug 26 16:18:45.408 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-26T16:18:45.999Z[ recovery-image] Aug 26 16:18:45.418 INFO O| Aug 26 16:18:45.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65242026-08-26T16:18:45.999Z[ recovery-image] Aug 26 16:18:45.418 INFO O| Aug 26 16:18:45.418 INFO STEP 405 (remove_files) COMPLETE
65252026-08-26T16:18:45.999Z[ recovery-image] Aug 26 16:18:45.418 INFO O| Aug 26 16:18:45.418 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-26T16:18:46.026Z[ recovery-image] Aug 26 16:18:45.427 INFO O| Aug 26 16:18:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65272026-08-26T16:18:46.026Z[ recovery-image] Aug 26 16:18:45.427 INFO O| Aug 26 16:18:45.427 INFO STEP 406 (remove_files) COMPLETE
65282026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.427 INFO O| Aug 26 16:18:45.427 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.437 INFO O| Aug 26 16:18:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65302026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.437 INFO O| Aug 26 16:18:45.437 INFO STEP 407 (remove_files) COMPLETE
65312026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.437 INFO O| Aug 26 16:18:45.437 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.447 INFO O| Aug 26 16:18:45.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65332026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.447 INFO O| Aug 26 16:18:45.447 INFO STEP 408 (remove_files) COMPLETE
65342026-08-26T16:18:46.031Z[ recovery-image] Aug 26 16:18:45.447 INFO O| Aug 26 16:18:45.447 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-26T16:18:46.037Z[ recovery-image] Aug 26 16:18:45.457 INFO O| Aug 26 16:18:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65362026-08-26T16:18:46.038Z[ recovery-image] Aug 26 16:18:45.457 INFO O| Aug 26 16:18:45.457 INFO STEP 409 (remove_files) COMPLETE
65372026-08-26T16:18:46.038Z[ recovery-image] Aug 26 16:18:45.457 INFO O| Aug 26 16:18:45.457 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-26T16:18:46.047Z[ recovery-image] Aug 26 16:18:45.466 INFO O| Aug 26 16:18:45.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65392026-08-26T16:18:46.047Z[ recovery-image] Aug 26 16:18:45.466 INFO O| Aug 26 16:18:45.466 INFO STEP 410 (remove_files) COMPLETE
65402026-08-26T16:18:46.047Z[ recovery-image] Aug 26 16:18:45.466 INFO O| Aug 26 16:18:45.466 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-26T16:18:46.057Z[ recovery-image] Aug 26 16:18:45.476 INFO O| Aug 26 16:18:45.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65422026-08-26T16:18:46.057Z[ recovery-image] Aug 26 16:18:45.476 INFO O| Aug 26 16:18:45.476 INFO STEP 411 (remove_files) COMPLETE
65432026-08-26T16:18:46.057Z[ recovery-image] Aug 26 16:18:45.477 INFO O| Aug 26 16:18:45.476 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-26T16:18:46.071Z[ recovery-image] Aug 26 16:18:45.486 INFO O| Aug 26 16:18:45.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65452026-08-26T16:18:46.071Z[ recovery-image] Aug 26 16:18:45.486 INFO O| Aug 26 16:18:45.486 INFO STEP 412 (remove_files) COMPLETE
65462026-08-26T16:18:46.071Z[ recovery-image] Aug 26 16:18:45.486 INFO O| Aug 26 16:18:45.486 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-26T16:18:46.075Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65482026-08-26T16:18:46.075Z[ recovery-image] Aug 26 16:18:45.494 INFO O| Aug 26 16:18:45.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65492026-08-26T16:18:46.076Z[ recovery-image] Aug 26 16:18:45.494 INFO O| Aug 26 16:18:45.494 INFO STEP 413 (remove_files) COMPLETE
65502026-08-26T16:18:46.076Z[ recovery-image] Aug 26 16:18:45.495 INFO O| Aug 26 16:18:45.494 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-26T16:18:46.086Z[ recovery-image] Aug 26 16:18:45.505 INFO O| Aug 26 16:18:45.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65522026-08-26T16:18:46.086Z[ recovery-image] Aug 26 16:18:45.505 INFO O| Aug 26 16:18:45.505 INFO STEP 414 (remove_files) COMPLETE
65532026-08-26T16:18:46.086Z[ recovery-image] Aug 26 16:18:45.505 INFO O| Aug 26 16:18:45.505 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-26T16:18:46.096Z[ recovery-image] Aug 26 16:18:45.515 INFO O| Aug 26 16:18:45.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65552026-08-26T16:18:46.096Z[ recovery-image] Aug 26 16:18:45.515 INFO O| Aug 26 16:18:45.515 INFO STEP 415 (remove_files) COMPLETE
65562026-08-26T16:18:46.096Z[ recovery-image] Aug 26 16:18:45.515 INFO O| Aug 26 16:18:45.515 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-26T16:18:46.104Z[ recovery-image] Aug 26 16:18:45.524 INFO O| Aug 26 16:18:45.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65582026-08-26T16:18:46.105Z[ recovery-image] Aug 26 16:18:45.524 INFO O| Aug 26 16:18:45.524 INFO STEP 416 (remove_files) COMPLETE
65592026-08-26T16:18:46.108Z[ recovery-image] Aug 26 16:18:45.524 INFO O| Aug 26 16:18:45.524 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-26T16:18:46.112Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65612026-08-26T16:18:46.116Z[ recovery-image] Aug 26 16:18:45.534 INFO O| Aug 26 16:18:45.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65622026-08-26T16:18:46.116Z[ recovery-image] Aug 26 16:18:45.534 INFO O| Aug 26 16:18:45.534 INFO STEP 417 (remove_files) COMPLETE
65632026-08-26T16:18:46.116Z[ recovery-image] Aug 26 16:18:45.534 INFO O| Aug 26 16:18:45.534 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-26T16:18:46.127Z[ recovery-image] Aug 26 16:18:45.544 INFO O| Aug 26 16:18:45.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65652026-08-26T16:18:46.127Z[ recovery-image] Aug 26 16:18:45.544 INFO O| Aug 26 16:18:45.544 INFO STEP 418 (remove_files) COMPLETE
65662026-08-26T16:18:46.127Z[ recovery-image] Aug 26 16:18:45.544 INFO O| Aug 26 16:18:45.544 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-26T16:18:46.135Z[ recovery-image] Aug 26 16:18:45.554 INFO O| Aug 26 16:18:45.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65682026-08-26T16:18:46.135Z[ recovery-image] Aug 26 16:18:45.554 INFO O| Aug 26 16:18:45.554 INFO STEP 419 (remove_files) COMPLETE
65692026-08-26T16:18:46.135Z[ recovery-image] Aug 26 16:18:45.554 INFO O| Aug 26 16:18:45.554 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-26T16:18:46.145Z[ recovery-image] Aug 26 16:18:45.564 INFO O| Aug 26 16:18:45.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65712026-08-26T16:18:46.145Z[ recovery-image] Aug 26 16:18:45.565 INFO O| Aug 26 16:18:45.565 INFO STEP 420 (remove_files) COMPLETE
65722026-08-26T16:18:46.145Z[ recovery-image] Aug 26 16:18:45.565 INFO O| Aug 26 16:18:45.565 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-26T16:18:46.156Z[ recovery-image] Aug 26 16:18:45.575 INFO O| Aug 26 16:18:45.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65742026-08-26T16:18:46.156Z[ recovery-image] Aug 26 16:18:45.575 INFO O| Aug 26 16:18:45.575 INFO STEP 421 (remove_files) COMPLETE
65752026-08-26T16:18:46.159Z[ recovery-image] Aug 26 16:18:45.575 INFO O| Aug 26 16:18:45.575 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-26T16:18:46.166Z[ recovery-image] Aug 26 16:18:45.585 INFO O| Aug 26 16:18:45.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65772026-08-26T16:18:46.166Z[ recovery-image] Aug 26 16:18:45.585 INFO O| Aug 26 16:18:45.585 INFO STEP 422 (remove_files) COMPLETE
65782026-08-26T16:18:46.170Z[ recovery-image] Aug 26 16:18:45.585 INFO O| Aug 26 16:18:45.585 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-26T16:18:46.174Z[ recovery-image] Aug 26 16:18:45.594 INFO O| Aug 26 16:18:45.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65802026-08-26T16:18:46.174Z[ recovery-image] Aug 26 16:18:45.594 INFO O| Aug 26 16:18:45.594 INFO STEP 423 (remove_files) COMPLETE
65812026-08-26T16:18:46.178Z[ recovery-image] Aug 26 16:18:45.594 INFO O| Aug 26 16:18:45.594 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-26T16:18:46.184Z[ recovery-image] Aug 26 16:18:45.603 INFO O| Aug 26 16:18:45.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65832026-08-26T16:18:46.184Z[ recovery-image] Aug 26 16:18:45.603 INFO O| Aug 26 16:18:45.603 INFO STEP 424 (remove_files) COMPLETE
65842026-08-26T16:18:46.184Z[ recovery-image] Aug 26 16:18:45.603 INFO O| Aug 26 16:18:45.603 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-26T16:18:46.194Z[ recovery-image] Aug 26 16:18:45.613 INFO O| Aug 26 16:18:45.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65862026-08-26T16:18:46.194Z[ recovery-image] Aug 26 16:18:45.613 INFO O| Aug 26 16:18:45.613 INFO STEP 425 (remove_files) COMPLETE
65872026-08-26T16:18:46.194Z[ recovery-image] Aug 26 16:18:45.613 INFO O| Aug 26 16:18:45.613 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-26T16:18:46.204Z[ recovery-image] Aug 26 16:18:45.623 INFO O| Aug 26 16:18:45.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65892026-08-26T16:18:46.204Z[ recovery-image] Aug 26 16:18:45.623 INFO O| Aug 26 16:18:45.623 INFO STEP 426 (remove_files) COMPLETE
65902026-08-26T16:18:46.204Z[ recovery-image] Aug 26 16:18:45.623 INFO O| Aug 26 16:18:45.623 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-26T16:18:46.213Z[ recovery-image] Aug 26 16:18:45.632 INFO O| Aug 26 16:18:45.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65922026-08-26T16:18:46.213Z[ recovery-image] Aug 26 16:18:45.632 INFO O| Aug 26 16:18:45.632 INFO STEP 427 (remove_files) COMPLETE
65932026-08-26T16:18:46.216Z[ recovery-image] Aug 26 16:18:45.632 INFO O| Aug 26 16:18:45.632 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-26T16:18:46.221Z[ recovery-image] Aug 26 16:18:45.641 INFO O| Aug 26 16:18:45.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65952026-08-26T16:18:46.221Z[ recovery-image] Aug 26 16:18:45.641 INFO O| Aug 26 16:18:45.641 INFO STEP 428 (remove_files) COMPLETE
65962026-08-26T16:18:46.225Z[ recovery-image] Aug 26 16:18:45.641 INFO O| Aug 26 16:18:45.641 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-26T16:18:46.225Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65982026-08-26T16:18:46.231Z[ recovery-image] Aug 26 16:18:45.651 INFO O| Aug 26 16:18:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65992026-08-26T16:18:46.231Z[ recovery-image] Aug 26 16:18:45.651 INFO O| Aug 26 16:18:45.651 INFO STEP 429 (remove_files) COMPLETE
66002026-08-26T16:18:46.235Z[ recovery-image] Aug 26 16:18:45.651 INFO O| Aug 26 16:18:45.651 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-26T16:18:46.276Z[ recovery-image] Aug 26 16:18:45.668 INFO O| Aug 26 16:18:45.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66022026-08-26T16:18:46.306Z[verify-libraries] Compiling russh v0.62.4
66032026-08-26T16:18:46.322Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.671 INFO STEP 430 (remove_files) COMPLETE
66042026-08-26T16:18:46.322Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.671 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-26T16:18:46.322Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66062026-08-26T16:18:46.325Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.683 INFO STEP 431 (remove_files) COMPLETE
66072026-08-26T16:18:46.325Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.683 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-26T16:18:46.325Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66092026-08-26T16:18:46.325Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.695 INFO STEP 432 (remove_files) COMPLETE
66102026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.695 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66122026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.707 INFO STEP 433 (remove_files) COMPLETE
66132026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.707 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66152026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.719 INFO STEP 434 (remove_files) COMPLETE
66162026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.741 INFO O| Aug 26 16:18:45.719 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.745 INFO O| Aug 26 16:18:45.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66182026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.745 INFO O| Aug 26 16:18:45.745 INFO STEP 435 (remove_files) COMPLETE
66192026-08-26T16:18:46.326Z[ recovery-image] Aug 26 16:18:45.745 INFO O| Aug 26 16:18:45.745 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-26T16:18:46.337Z[ recovery-image] Aug 26 16:18:45.756 INFO O| Aug 26 16:18:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66212026-08-26T16:18:46.338Z[ recovery-image] Aug 26 16:18:45.757 INFO O| Aug 26 16:18:45.757 INFO STEP 436 (remove_files) COMPLETE
66222026-08-26T16:18:46.338Z[ recovery-image] Aug 26 16:18:45.757 INFO O| Aug 26 16:18:45.757 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-26T16:18:46.349Z[ recovery-image] Aug 26 16:18:45.768 INFO O| Aug 26 16:18:45.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66242026-08-26T16:18:46.350Z[ recovery-image] Aug 26 16:18:45.768 INFO O| Aug 26 16:18:45.768 INFO STEP 437 (remove_files) COMPLETE
66252026-08-26T16:18:46.350Z[ recovery-image] Aug 26 16:18:45.768 INFO O| Aug 26 16:18:45.768 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-26T16:18:46.354Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
66272026-08-26T16:18:46.359Z[ recovery-image] Aug 26 16:18:45.778 INFO O| Aug 26 16:18:45.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66282026-08-26T16:18:46.359Z[ recovery-image] Aug 26 16:18:45.778 INFO O| Aug 26 16:18:45.778 INFO STEP 438 (remove_files) COMPLETE
66292026-08-26T16:18:46.359Z[ recovery-image] Aug 26 16:18:45.778 INFO O| Aug 26 16:18:45.778 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-26T16:18:46.370Z[ recovery-image] Aug 26 16:18:45.789 INFO O| Aug 26 16:18:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66312026-08-26T16:18:46.373Z[ recovery-image] Aug 26 16:18:45.791 INFO O| Aug 26 16:18:45.791 INFO STEP 439 (remove_files) COMPLETE
66322026-08-26T16:18:46.373Z[ recovery-image] Aug 26 16:18:45.791 INFO O| Aug 26 16:18:45.791 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-26T16:18:46.382Z[ recovery-image] Aug 26 16:18:45.802 INFO O| Aug 26 16:18:45.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66342026-08-26T16:18:46.383Z[ recovery-image] Aug 26 16:18:45.802 INFO O| Aug 26 16:18:45.802 INFO STEP 440 (remove_files) COMPLETE
66352026-08-26T16:18:46.383Z[ recovery-image] Aug 26 16:18:45.802 INFO O| Aug 26 16:18:45.802 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-26T16:18:46.392Z[ recovery-image] Aug 26 16:18:45.811 INFO O| Aug 26 16:18:45.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66372026-08-26T16:18:46.392Z[ recovery-image] Aug 26 16:18:45.811 INFO O| Aug 26 16:18:45.811 INFO STEP 441 (remove_files) COMPLETE
66382026-08-26T16:18:46.396Z[ recovery-image] Aug 26 16:18:45.811 INFO O| Aug 26 16:18:45.811 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-26T16:18:46.402Z[ recovery-image] Aug 26 16:18:45.821 INFO O| Aug 26 16:18:45.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66402026-08-26T16:18:46.402Z[ recovery-image] Aug 26 16:18:45.821 INFO O| Aug 26 16:18:45.821 INFO STEP 442 (remove_files) COMPLETE
66412026-08-26T16:18:46.402Z[ recovery-image] Aug 26 16:18:45.821 INFO O| Aug 26 16:18:45.821 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-26T16:18:46.411Z[ recovery-image] Aug 26 16:18:45.831 INFO O| Aug 26 16:18:45.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66432026-08-26T16:18:46.411Z[ recovery-image] Aug 26 16:18:45.831 INFO O| Aug 26 16:18:45.831 INFO STEP 443 (remove_files) COMPLETE
66442026-08-26T16:18:46.415Z[ recovery-image] Aug 26 16:18:45.831 INFO O| Aug 26 16:18:45.831 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-26T16:18:46.421Z[ recovery-image] Aug 26 16:18:45.841 INFO O| Aug 26 16:18:45.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66462026-08-26T16:18:46.421Z[ recovery-image] Aug 26 16:18:45.841 INFO O| Aug 26 16:18:45.841 INFO STEP 444 (remove_files) COMPLETE
66472026-08-26T16:18:46.421Z[ recovery-image] Aug 26 16:18:45.841 INFO O| Aug 26 16:18:45.841 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-26T16:18:46.432Z[ recovery-image] Aug 26 16:18:45.850 INFO O| Aug 26 16:18:45.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66492026-08-26T16:18:46.432Z[ recovery-image] Aug 26 16:18:45.850 INFO O| Aug 26 16:18:45.850 INFO STEP 445 (remove_files) COMPLETE
66502026-08-26T16:18:46.432Z[ recovery-image] Aug 26 16:18:45.850 INFO O| Aug 26 16:18:45.850 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-26T16:18:46.441Z[ recovery-image] Aug 26 16:18:45.860 INFO O| Aug 26 16:18:45.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66522026-08-26T16:18:46.441Z[ recovery-image] Aug 26 16:18:45.860 INFO O| Aug 26 16:18:45.860 INFO STEP 446 (remove_files) COMPLETE
66532026-08-26T16:18:46.444Z[ recovery-image] Aug 26 16:18:45.860 INFO O| Aug 26 16:18:45.860 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-26T16:18:46.451Z[ recovery-image] Aug 26 16:18:45.870 INFO O| Aug 26 16:18:45.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66552026-08-26T16:18:46.500Z[ recovery-image] Aug 26 16:18:45.871 INFO O| Aug 26 16:18:45.871 INFO STEP 447 (remove_files) COMPLETE
66562026-08-26T16:18:46.500Z[ recovery-image] Aug 26 16:18:45.871 INFO O| Aug 26 16:18:45.871 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-26T16:18:46.504Z[ recovery-image] Aug 26 16:18:45.882 INFO O| Aug 26 16:18:45.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66582026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.882 INFO O| Aug 26 16:18:45.882 INFO STEP 448 (remove_files) COMPLETE
66592026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.882 INFO O| Aug 26 16:18:45.882 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.893 INFO O| Aug 26 16:18:45.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66612026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.893 INFO O| Aug 26 16:18:45.893 INFO STEP 449 (remove_files) COMPLETE
66622026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.893 INFO O| Aug 26 16:18:45.893 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.904 INFO O| Aug 26 16:18:45.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66642026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.904 INFO O| Aug 26 16:18:45.904 INFO STEP 450 (remove_files) COMPLETE
66652026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.904 INFO O| Aug 26 16:18:45.904 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.915 INFO O| Aug 26 16:18:45.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66672026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.916 INFO O| Aug 26 16:18:45.916 INFO STEP 451 (remove_files) COMPLETE
66682026-08-26T16:18:46.505Z[ recovery-image] Aug 26 16:18:45.916 INFO O| Aug 26 16:18:45.916 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-26T16:18:46.509Z[ recovery-image] Aug 26 16:18:45.928 INFO O| Aug 26 16:18:45.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66702026-08-26T16:18:46.509Z[ recovery-image] Aug 26 16:18:45.928 INFO O| Aug 26 16:18:45.928 INFO STEP 452 (remove_files) COMPLETE
66712026-08-26T16:18:46.509Z[ recovery-image] Aug 26 16:18:45.928 INFO O| Aug 26 16:18:45.928 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-26T16:18:46.520Z[ recovery-image] Aug 26 16:18:45.939 INFO O| Aug 26 16:18:45.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66732026-08-26T16:18:46.520Z[ recovery-image] Aug 26 16:18:45.939 INFO O| Aug 26 16:18:45.939 INFO STEP 453 (remove_files) COMPLETE
66742026-08-26T16:18:46.521Z[ recovery-image] Aug 26 16:18:45.939 INFO O| Aug 26 16:18:45.939 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.950 INFO O| Aug 26 16:18:45.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66762026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.950 INFO O| Aug 26 16:18:45.950 INFO STEP 454 (remove_files) COMPLETE
66772026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.950 INFO O| Aug 26 16:18:45.950 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.960 INFO O| Aug 26 16:18:45.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66792026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.960 INFO O| Aug 26 16:18:45.960 INFO STEP 455 (remove_files) COMPLETE
66802026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.960 INFO O| Aug 26 16:18:45.960 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.972 INFO O| Aug 26 16:18:45.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66822026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.972 INFO O| Aug 26 16:18:45.972 INFO STEP 456 (remove_files) COMPLETE
66832026-08-26T16:18:46.557Z[ recovery-image] Aug 26 16:18:45.972 INFO O| Aug 26 16:18:45.972 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-26T16:18:46.563Z[ recovery-image] Aug 26 16:18:45.983 INFO O| Aug 26 16:18:45.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66852026-08-26T16:18:46.563Z[ recovery-image] Aug 26 16:18:45.983 INFO O| Aug 26 16:18:45.983 INFO STEP 457 (remove_files) COMPLETE
66862026-08-26T16:18:46.563Z[ recovery-image] Aug 26 16:18:45.983 INFO O| Aug 26 16:18:45.983 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-26T16:18:46.577Z[ recovery-image] Aug 26 16:18:45.995 INFO O| Aug 26 16:18:45.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66882026-08-26T16:18:46.577Z[ recovery-image] Aug 26 16:18:45.995 INFO O| Aug 26 16:18:45.995 INFO STEP 458 (remove_files) COMPLETE
66892026-08-26T16:18:46.577Z[ recovery-image] Aug 26 16:18:45.995 INFO O| Aug 26 16:18:45.995 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-26T16:18:46.586Z[ recovery-image] Aug 26 16:18:46.006 INFO O| Aug 26 16:18:46.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66912026-08-26T16:18:46.587Z[ recovery-image] Aug 26 16:18:46.006 INFO O| Aug 26 16:18:46.006 INFO STEP 459 (remove_files) COMPLETE
66922026-08-26T16:18:46.587Z[ recovery-image] Aug 26 16:18:46.006 INFO O| Aug 26 16:18:46.006 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-26T16:18:46.597Z[ recovery-image] Aug 26 16:18:46.017 INFO O| Aug 26 16:18:46.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66942026-08-26T16:18:46.598Z[ recovery-image] Aug 26 16:18:46.017 INFO O| Aug 26 16:18:46.017 INFO STEP 460 (remove_files) COMPLETE
66952026-08-26T16:18:46.613Z[ recovery-image] Aug 26 16:18:46.017 INFO O| Aug 26 16:18:46.017 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-26T16:18:46.613Z[ recovery-image] Aug 26 16:18:46.027 INFO O| Aug 26 16:18:46.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66972026-08-26T16:18:46.613Z[ recovery-image] Aug 26 16:18:46.027 INFO O| Aug 26 16:18:46.027 INFO STEP 461 (remove_files) COMPLETE
66982026-08-26T16:18:46.613Z[ recovery-image] Aug 26 16:18:46.027 INFO O| Aug 26 16:18:46.027 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-26T16:18:46.618Z[ recovery-image] Aug 26 16:18:46.038 INFO O| Aug 26 16:18:46.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67002026-08-26T16:18:46.619Z[ recovery-image] Aug 26 16:18:46.038 INFO O| Aug 26 16:18:46.038 INFO STEP 462 (remove_files) COMPLETE
67012026-08-26T16:18:46.633Z[ recovery-image] Aug 26 16:18:46.038 INFO O| Aug 26 16:18:46.038 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-26T16:18:46.633Z[ recovery-image] Aug 26 16:18:46.048 INFO O| Aug 26 16:18:46.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67032026-08-26T16:18:46.633Z[ recovery-image] Aug 26 16:18:46.048 INFO O| Aug 26 16:18:46.048 INFO STEP 463 (remove_files) COMPLETE
67042026-08-26T16:18:46.633Z[ recovery-image] Aug 26 16:18:46.048 INFO O| Aug 26 16:18:46.048 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-26T16:18:46.640Z[ recovery-image] Aug 26 16:18:46.059 INFO O| Aug 26 16:18:46.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67062026-08-26T16:18:46.640Z[ recovery-image] Aug 26 16:18:46.059 INFO O| Aug 26 16:18:46.059 INFO STEP 464 (remove_files) COMPLETE
67072026-08-26T16:18:46.640Z[ recovery-image] Aug 26 16:18:46.059 INFO O| Aug 26 16:18:46.059 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-26T16:18:46.657Z[ recovery-image] Aug 26 16:18:46.070 INFO O| Aug 26 16:18:46.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67092026-08-26T16:18:46.657Z[ recovery-image] Aug 26 16:18:46.070 INFO O| Aug 26 16:18:46.070 INFO STEP 465 (remove_files) COMPLETE
67102026-08-26T16:18:46.657Z[ recovery-image] Aug 26 16:18:46.070 INFO O| Aug 26 16:18:46.070 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-26T16:18:46.662Z[ recovery-image] Aug 26 16:18:46.082 INFO O| Aug 26 16:18:46.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67122026-08-26T16:18:46.662Z[ recovery-image] Aug 26 16:18:46.082 INFO O| Aug 26 16:18:46.082 INFO STEP 466 (remove_files) COMPLETE
67132026-08-26T16:18:46.666Z[ recovery-image] Aug 26 16:18:46.082 INFO O| Aug 26 16:18:46.082 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-26T16:18:46.673Z[ recovery-image] Aug 26 16:18:46.093 INFO O| Aug 26 16:18:46.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67152026-08-26T16:18:46.673Z[ recovery-image] Aug 26 16:18:46.093 INFO O| Aug 26 16:18:46.093 INFO STEP 467 (remove_files) COMPLETE
67162026-08-26T16:18:46.673Z[ recovery-image] Aug 26 16:18:46.093 INFO O| Aug 26 16:18:46.093 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-26T16:18:46.710Z[ recovery-image] Aug 26 16:18:46.103 INFO O| Aug 26 16:18:46.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67182026-08-26T16:18:46.711Z[ recovery-image] Aug 26 16:18:46.103 INFO O| Aug 26 16:18:46.103 INFO STEP 468 (remove_files) COMPLETE
67192026-08-26T16:18:46.711Z[ recovery-image] Aug 26 16:18:46.103 INFO O| Aug 26 16:18:46.103 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.114 INFO O| Aug 26 16:18:46.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67212026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.114 INFO O| Aug 26 16:18:46.114 INFO STEP 469 (remove_files) COMPLETE
67222026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.114 INFO O| Aug 26 16:18:46.114 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.124 INFO O| Aug 26 16:18:46.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67242026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.124 INFO O| Aug 26 16:18:46.124 INFO STEP 470 (remove_files) COMPLETE
67252026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.124 INFO O| Aug 26 16:18:46.124 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.134 INFO O| Aug 26 16:18:46.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67272026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.134 INFO O| Aug 26 16:18:46.134 INFO STEP 471 (remove_files) COMPLETE
67282026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.134 INFO O| Aug 26 16:18:46.134 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.145 INFO O| Aug 26 16:18:46.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67302026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.145 INFO O| Aug 26 16:18:46.145 INFO STEP 472 (remove_files) COMPLETE
67312026-08-26T16:18:46.732Z[ recovery-image] Aug 26 16:18:46.145 INFO O| Aug 26 16:18:46.145 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-26T16:18:46.752Z[ recovery-image] Aug 26 16:18:46.154 INFO O| Aug 26 16:18:46.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67332026-08-26T16:18:46.752Z[ recovery-image] Aug 26 16:18:46.154 INFO O| Aug 26 16:18:46.154 INFO STEP 473 (remove_files) COMPLETE
67342026-08-26T16:18:46.752Z[ recovery-image] Aug 26 16:18:46.154 INFO O| Aug 26 16:18:46.154 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-26T16:18:46.752Z[ recovery-image] Aug 26 16:18:46.163 INFO O| Aug 26 16:18:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67362026-08-26T16:18:46.752Z[ recovery-image] Aug 26 16:18:46.163 INFO O| Aug 26 16:18:46.163 INFO STEP 474 (remove_files) COMPLETE
67372026-08-26T16:18:46.752Z[ recovery-image] Aug 26 16:18:46.163 INFO O| Aug 26 16:18:46.163 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-26T16:18:46.765Z[ recovery-image] Aug 26 16:18:46.173 INFO O| Aug 26 16:18:46.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67392026-08-26T16:18:46.765Z[ recovery-image] Aug 26 16:18:46.173 INFO O| Aug 26 16:18:46.173 INFO STEP 475 (remove_files) COMPLETE
67402026-08-26T16:18:46.765Z[ recovery-image] Aug 26 16:18:46.173 INFO O| Aug 26 16:18:46.173 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-26T16:18:46.765Z[ recovery-image] Aug 26 16:18:46.183 INFO O| Aug 26 16:18:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67422026-08-26T16:18:46.765Z[ recovery-image] Aug 26 16:18:46.183 INFO O| Aug 26 16:18:46.183 INFO STEP 476 (remove_files) COMPLETE
67432026-08-26T16:18:46.765Z[ recovery-image] Aug 26 16:18:46.183 INFO O| Aug 26 16:18:46.183 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-26T16:18:46.773Z[ recovery-image] Aug 26 16:18:46.193 INFO O| Aug 26 16:18:46.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67452026-08-26T16:18:46.773Z[ recovery-image] Aug 26 16:18:46.193 INFO O| Aug 26 16:18:46.193 INFO STEP 477 (remove_files) COMPLETE
67462026-08-26T16:18:46.774Z[ recovery-image] Aug 26 16:18:46.193 INFO O| Aug 26 16:18:46.193 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-26T16:18:46.789Z[ recovery-image] Aug 26 16:18:46.202 INFO O| Aug 26 16:18:46.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67482026-08-26T16:18:46.789Z[ recovery-image] Aug 26 16:18:46.202 INFO O| Aug 26 16:18:46.202 INFO STEP 478 (remove_files) COMPLETE
67492026-08-26T16:18:46.789Z[ recovery-image] Aug 26 16:18:46.202 INFO O| Aug 26 16:18:46.202 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-26T16:18:46.793Z[ recovery-image] Aug 26 16:18:46.212 INFO O| Aug 26 16:18:46.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67512026-08-26T16:18:46.793Z[ recovery-image] Aug 26 16:18:46.212 INFO O| Aug 26 16:18:46.212 INFO STEP 479 (remove_files) COMPLETE
67522026-08-26T16:18:46.796Z[ recovery-image] Aug 26 16:18:46.212 INFO O| Aug 26 16:18:46.212 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-26T16:18:46.802Z[ recovery-image] Aug 26 16:18:46.222 INFO O| Aug 26 16:18:46.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67542026-08-26T16:18:46.803Z[ recovery-image] Aug 26 16:18:46.222 INFO O| Aug 26 16:18:46.222 INFO STEP 480 (remove_files) COMPLETE
67552026-08-26T16:18:46.803Z[ recovery-image] Aug 26 16:18:46.222 INFO O| Aug 26 16:18:46.222 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-26T16:18:46.814Z[ recovery-image] Aug 26 16:18:46.233 INFO O| Aug 26 16:18:46.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67572026-08-26T16:18:46.814Z[ recovery-image] Aug 26 16:18:46.233 INFO O| Aug 26 16:18:46.233 INFO STEP 481 (remove_files) COMPLETE
67582026-08-26T16:18:46.817Z[ recovery-image] Aug 26 16:18:46.233 INFO O| Aug 26 16:18:46.233 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-26T16:18:46.828Z[ recovery-image] Aug 26 16:18:46.242 INFO O| Aug 26 16:18:46.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67602026-08-26T16:18:46.828Z[ recovery-image] Aug 26 16:18:46.242 INFO O| Aug 26 16:18:46.242 INFO STEP 482 (remove_files) COMPLETE
67612026-08-26T16:18:46.828Z[ recovery-image] Aug 26 16:18:46.242 INFO O| Aug 26 16:18:46.242 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-26T16:18:46.832Z[ recovery-image] Aug 26 16:18:46.251 INFO O| Aug 26 16:18:46.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67632026-08-26T16:18:46.835Z[ recovery-image] Aug 26 16:18:46.252 INFO O| Aug 26 16:18:46.252 INFO STEP 483 (remove_files) COMPLETE
67642026-08-26T16:18:46.835Z[ recovery-image] Aug 26 16:18:46.252 INFO O| Aug 26 16:18:46.252 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-26T16:18:46.848Z[ recovery-image] Aug 26 16:18:46.267 INFO O| Aug 26 16:18:46.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67662026-08-26T16:18:46.848Z[ recovery-image] Aug 26 16:18:46.267 INFO O| Aug 26 16:18:46.267 INFO STEP 484 (remove_files) COMPLETE
67672026-08-26T16:18:46.852Z[ recovery-image] Aug 26 16:18:46.267 INFO O| Aug 26 16:18:46.267 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-26T16:18:46.858Z[ recovery-image] Aug 26 16:18:46.277 INFO O| Aug 26 16:18:46.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67692026-08-26T16:18:46.858Z[ recovery-image] Aug 26 16:18:46.277 INFO O| Aug 26 16:18:46.277 INFO STEP 485 (remove_files) COMPLETE
67702026-08-26T16:18:46.861Z[ recovery-image] Aug 26 16:18:46.277 INFO O| Aug 26 16:18:46.277 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-26T16:18:46.868Z[ recovery-image] Aug 26 16:18:46.287 INFO O| Aug 26 16:18:46.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67722026-08-26T16:18:46.868Z[ recovery-image] Aug 26 16:18:46.288 INFO O| Aug 26 16:18:46.288 INFO STEP 486 (remove_files) COMPLETE
67732026-08-26T16:18:46.868Z[ recovery-image] Aug 26 16:18:46.288 INFO O| Aug 26 16:18:46.288 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-26T16:18:46.878Z[ recovery-image] Aug 26 16:18:46.297 INFO O| Aug 26 16:18:46.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67752026-08-26T16:18:46.878Z[ recovery-image] Aug 26 16:18:46.297 INFO O| Aug 26 16:18:46.297 INFO STEP 487 (remove_files) COMPLETE
67762026-08-26T16:18:46.878Z[ recovery-image] Aug 26 16:18:46.297 INFO O| Aug 26 16:18:46.297 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-26T16:18:46.886Z[ recovery-image] Aug 26 16:18:46.305 INFO O| Aug 26 16:18:46.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67782026-08-26T16:18:46.886Z[ recovery-image] Aug 26 16:18:46.305 INFO O| Aug 26 16:18:46.305 INFO STEP 488 (remove_files) COMPLETE
67792026-08-26T16:18:46.889Z[ recovery-image] Aug 26 16:18:46.305 INFO O| Aug 26 16:18:46.305 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-26T16:18:46.894Z[ recovery-image] Aug 26 16:18:46.314 INFO O| Aug 26 16:18:46.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67812026-08-26T16:18:46.894Z[ recovery-image] Aug 26 16:18:46.314 INFO O| Aug 26 16:18:46.314 INFO STEP 489 (remove_files) COMPLETE
67822026-08-26T16:18:46.894Z[ recovery-image] Aug 26 16:18:46.314 INFO O| Aug 26 16:18:46.314 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-26T16:18:46.906Z[ recovery-image] Aug 26 16:18:46.324 INFO O| Aug 26 16:18:46.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67842026-08-26T16:18:46.906Z[ recovery-image] Aug 26 16:18:46.324 INFO O| Aug 26 16:18:46.324 INFO STEP 490 (remove_files) COMPLETE
67852026-08-26T16:18:46.906Z[ recovery-image] Aug 26 16:18:46.324 INFO O| Aug 26 16:18:46.324 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-26T16:18:46.915Z[ recovery-image] Aug 26 16:18:46.334 INFO O| Aug 26 16:18:46.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67872026-08-26T16:18:46.915Z[ recovery-image] Aug 26 16:18:46.334 INFO O| Aug 26 16:18:46.334 INFO STEP 491 (remove_files) COMPLETE
67882026-08-26T16:18:46.915Z[ recovery-image] Aug 26 16:18:46.334 INFO O| Aug 26 16:18:46.334 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-26T16:18:46.924Z[ recovery-image] Aug 26 16:18:46.343 INFO O| Aug 26 16:18:46.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67902026-08-26T16:18:46.924Z[ recovery-image] Aug 26 16:18:46.343 INFO O| Aug 26 16:18:46.343 INFO STEP 492 (remove_files) COMPLETE
67912026-08-26T16:18:46.924Z[ recovery-image] Aug 26 16:18:46.343 INFO O| Aug 26 16:18:46.343 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-26T16:18:46.933Z[ recovery-image] Aug 26 16:18:46.352 INFO O| Aug 26 16:18:46.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67932026-08-26T16:18:46.933Z[ recovery-image] Aug 26 16:18:46.352 INFO O| Aug 26 16:18:46.352 INFO STEP 493 (remove_files) COMPLETE
67942026-08-26T16:18:46.933Z[ recovery-image] Aug 26 16:18:46.352 INFO O| Aug 26 16:18:46.352 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-26T16:18:46.943Z[ recovery-image] Aug 26 16:18:46.362 INFO O| Aug 26 16:18:46.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67962026-08-26T16:18:46.943Z[ recovery-image] Aug 26 16:18:46.362 INFO O| Aug 26 16:18:46.362 INFO STEP 494 (remove_files) COMPLETE
67972026-08-26T16:18:46.943Z[ recovery-image] Aug 26 16:18:46.362 INFO O| Aug 26 16:18:46.362 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-26T16:18:46.951Z[ recovery-image] Aug 26 16:18:46.371 INFO O| Aug 26 16:18:46.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67992026-08-26T16:18:46.955Z[ recovery-image] Aug 26 16:18:46.372 INFO O| Aug 26 16:18:46.372 INFO STEP 495 (remove_files) COMPLETE
68002026-08-26T16:18:46.955Z[ recovery-image] Aug 26 16:18:46.372 INFO O| Aug 26 16:18:46.372 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-26T16:18:46.973Z[ recovery-image] Aug 26 16:18:46.381 INFO O| Aug 26 16:18:46.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68022026-08-26T16:18:46.973Z[ recovery-image] Aug 26 16:18:46.381 INFO O| Aug 26 16:18:46.381 INFO STEP 496 (remove_files) COMPLETE
68032026-08-26T16:18:46.973Z[ recovery-image] Aug 26 16:18:46.381 INFO O| Aug 26 16:18:46.381 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-26T16:18:46.977Z[ recovery-image] Aug 26 16:18:46.389 INFO O| Aug 26 16:18:46.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68052026-08-26T16:18:46.977Z[ recovery-image] Aug 26 16:18:46.389 INFO O| Aug 26 16:18:46.389 INFO STEP 497 (remove_files) COMPLETE
68062026-08-26T16:18:46.977Z[ recovery-image] Aug 26 16:18:46.389 INFO O| Aug 26 16:18:46.389 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-26T16:18:46.977Z[ recovery-image] Aug 26 16:18:46.396 INFO O| Aug 26 16:18:46.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68082026-08-26T16:18:46.977Z[ recovery-image] Aug 26 16:18:46.396 INFO O| Aug 26 16:18:46.396 INFO STEP 498 (remove_files) COMPLETE
68092026-08-26T16:18:46.977Z[ recovery-image] Aug 26 16:18:46.396 INFO O| Aug 26 16:18:46.396 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-26T16:18:46.984Z[ recovery-image] Aug 26 16:18:46.403 INFO O| Aug 26 16:18:46.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68112026-08-26T16:18:46.984Z[ recovery-image] Aug 26 16:18:46.403 INFO O| Aug 26 16:18:46.403 INFO STEP 499 (remove_files) COMPLETE
68122026-08-26T16:18:46.984Z[ recovery-image] Aug 26 16:18:46.403 INFO O| Aug 26 16:18:46.403 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-26T16:18:46.991Z[ recovery-image] Aug 26 16:18:46.410 INFO O| Aug 26 16:18:46.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68142026-08-26T16:18:46.991Z[ recovery-image] Aug 26 16:18:46.410 INFO O| Aug 26 16:18:46.410 INFO STEP 500 (remove_files) COMPLETE
68152026-08-26T16:18:46.991Z[ recovery-image] Aug 26 16:18:46.410 INFO O| Aug 26 16:18:46.410 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-26T16:18:46.998Z[ recovery-image] Aug 26 16:18:46.417 INFO O| Aug 26 16:18:46.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68172026-08-26T16:18:46.998Z[ recovery-image] Aug 26 16:18:46.417 INFO O| Aug 26 16:18:46.417 INFO STEP 501 (remove_files) COMPLETE
68182026-08-26T16:18:47.002Z[ recovery-image] Aug 26 16:18:46.417 INFO O| Aug 26 16:18:46.417 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-26T16:18:47.006Z[ recovery-image] Aug 26 16:18:46.425 INFO O| Aug 26 16:18:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68202026-08-26T16:18:47.006Z[ recovery-image] Aug 26 16:18:46.425 INFO O| Aug 26 16:18:46.425 INFO STEP 502 (remove_files) COMPLETE
68212026-08-26T16:18:47.006Z[ recovery-image] Aug 26 16:18:46.425 INFO O| Aug 26 16:18:46.425 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-26T16:18:47.013Z[ recovery-image] Aug 26 16:18:46.433 INFO O| Aug 26 16:18:46.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68232026-08-26T16:18:47.013Z[ recovery-image] Aug 26 16:18:46.433 INFO O| Aug 26 16:18:46.433 INFO STEP 503 (remove_files) COMPLETE
68242026-08-26T16:18:47.013Z[ recovery-image] Aug 26 16:18:46.433 INFO O| Aug 26 16:18:46.433 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-26T16:18:47.021Z[ recovery-image] Aug 26 16:18:46.441 INFO O| Aug 26 16:18:46.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68262026-08-26T16:18:47.021Z[ recovery-image] Aug 26 16:18:46.441 INFO O| Aug 26 16:18:46.441 INFO STEP 504 (remove_files) COMPLETE
68272026-08-26T16:18:47.021Z[ recovery-image] Aug 26 16:18:46.441 INFO O| Aug 26 16:18:46.441 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-26T16:18:47.030Z[ recovery-image] Aug 26 16:18:46.450 INFO O| Aug 26 16:18:46.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68292026-08-26T16:18:47.030Z[ recovery-image] Aug 26 16:18:46.450 INFO O| Aug 26 16:18:46.450 INFO STEP 505 (remove_files) COMPLETE
68302026-08-26T16:18:47.030Z[ recovery-image] Aug 26 16:18:46.450 INFO O| Aug 26 16:18:46.450 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-26T16:18:47.040Z[ recovery-image] Aug 26 16:18:46.459 INFO O| Aug 26 16:18:46.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68322026-08-26T16:18:47.040Z[ recovery-image] Aug 26 16:18:46.459 INFO O| Aug 26 16:18:46.459 INFO STEP 506 (remove_files) COMPLETE
68332026-08-26T16:18:47.040Z[ recovery-image] Aug 26 16:18:46.459 INFO O| Aug 26 16:18:46.459 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-26T16:18:47.048Z[ recovery-image] Aug 26 16:18:46.468 INFO O| Aug 26 16:18:46.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68352026-08-26T16:18:47.051Z[ recovery-image] Aug 26 16:18:46.469 INFO O| Aug 26 16:18:46.469 INFO STEP 507 (remove_files) COMPLETE
68362026-08-26T16:18:47.051Z[ recovery-image] Aug 26 16:18:46.469 INFO O| Aug 26 16:18:46.469 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-26T16:18:47.058Z[ recovery-image] Aug 26 16:18:46.478 INFO O| Aug 26 16:18:46.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68382026-08-26T16:18:47.059Z[ recovery-image] Aug 26 16:18:46.478 INFO O| Aug 26 16:18:46.478 INFO STEP 508 (remove_files) COMPLETE
68392026-08-26T16:18:47.059Z[ recovery-image] Aug 26 16:18:46.478 INFO O| Aug 26 16:18:46.478 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-26T16:18:47.067Z[ recovery-image] Aug 26 16:18:46.486 INFO O| Aug 26 16:18:46.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68412026-08-26T16:18:47.067Z[ recovery-image] Aug 26 16:18:46.486 INFO O| Aug 26 16:18:46.486 INFO STEP 509 (remove_files) COMPLETE
68422026-08-26T16:18:47.067Z[ recovery-image] Aug 26 16:18:46.486 INFO O| Aug 26 16:18:46.486 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-26T16:18:47.075Z[ recovery-image] Aug 26 16:18:46.494 INFO O| Aug 26 16:18:46.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68442026-08-26T16:18:47.075Z[ recovery-image] Aug 26 16:18:46.494 INFO O| Aug 26 16:18:46.494 INFO STEP 510 (remove_files) COMPLETE
68452026-08-26T16:18:47.075Z[ recovery-image] Aug 26 16:18:46.494 INFO O| Aug 26 16:18:46.494 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-26T16:18:47.083Z[ recovery-image] Aug 26 16:18:46.502 INFO O| Aug 26 16:18:46.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68472026-08-26T16:18:47.083Z[ recovery-image] Aug 26 16:18:46.502 INFO O| Aug 26 16:18:46.502 INFO STEP 511 (remove_files) COMPLETE
68482026-08-26T16:18:47.083Z[ recovery-image] Aug 26 16:18:46.502 INFO O| Aug 26 16:18:46.502 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-26T16:18:47.091Z[ recovery-image] Aug 26 16:18:46.511 INFO O| Aug 26 16:18:46.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68502026-08-26T16:18:47.091Z[ recovery-image] Aug 26 16:18:46.511 INFO O| Aug 26 16:18:46.511 INFO STEP 512 (remove_files) COMPLETE
68512026-08-26T16:18:47.091Z[ recovery-image] Aug 26 16:18:46.511 INFO O| Aug 26 16:18:46.511 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-26T16:18:47.105Z[ recovery-image] Aug 26 16:18:46.518 INFO O| Aug 26 16:18:46.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68532026-08-26T16:18:47.105Z[ recovery-image] Aug 26 16:18:46.519 INFO O| Aug 26 16:18:46.519 INFO STEP 513 (remove_files) COMPLETE
68542026-08-26T16:18:47.105Z[ recovery-image] Aug 26 16:18:46.519 INFO O| Aug 26 16:18:46.519 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-26T16:18:47.109Z[ recovery-image] Aug 26 16:18:46.527 INFO O| Aug 26 16:18:46.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68562026-08-26T16:18:47.109Z[ recovery-image] Aug 26 16:18:46.527 INFO O| Aug 26 16:18:46.527 INFO STEP 514 (remove_files) COMPLETE
68572026-08-26T16:18:47.109Z[ recovery-image] Aug 26 16:18:46.527 INFO O| Aug 26 16:18:46.527 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-26T16:18:47.115Z[ recovery-image] Aug 26 16:18:46.535 INFO O| Aug 26 16:18:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68592026-08-26T16:18:47.116Z[ recovery-image] Aug 26 16:18:46.535 INFO O| Aug 26 16:18:46.535 INFO STEP 515 (remove_files) COMPLETE
68602026-08-26T16:18:47.116Z[ recovery-image] Aug 26 16:18:46.535 INFO O| Aug 26 16:18:46.535 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-26T16:18:47.124Z[ recovery-image] Aug 26 16:18:46.544 INFO O| Aug 26 16:18:46.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68622026-08-26T16:18:47.124Z[ recovery-image] Aug 26 16:18:46.544 INFO O| Aug 26 16:18:46.544 INFO STEP 516 (remove_files) COMPLETE
68632026-08-26T16:18:47.124Z[ recovery-image] Aug 26 16:18:46.544 INFO O| Aug 26 16:18:46.544 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-26T16:18:47.134Z[ recovery-image] Aug 26 16:18:46.553 INFO O| Aug 26 16:18:46.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68652026-08-26T16:18:47.134Z[ recovery-image] Aug 26 16:18:46.553 INFO O| Aug 26 16:18:46.553 INFO STEP 517 (remove_files) COMPLETE
68662026-08-26T16:18:47.134Z[ recovery-image] Aug 26 16:18:46.553 INFO O| Aug 26 16:18:46.553 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-26T16:18:47.137Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
68682026-08-26T16:18:47.142Z[ recovery-image] Aug 26 16:18:46.561 INFO O| Aug 26 16:18:46.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68692026-08-26T16:18:47.145Z[ recovery-image] Aug 26 16:18:46.562 INFO O| Aug 26 16:18:46.561 INFO STEP 518 (remove_files) COMPLETE
68702026-08-26T16:18:47.145Z[ recovery-image] Aug 26 16:18:46.562 INFO O| Aug 26 16:18:46.562 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-26T16:18:47.153Z[ recovery-image] Aug 26 16:18:46.570 INFO O| Aug 26 16:18:46.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68722026-08-26T16:18:47.153Z[ recovery-image] Aug 26 16:18:46.570 INFO O| Aug 26 16:18:46.570 INFO STEP 519 (remove_files) COMPLETE
68732026-08-26T16:18:47.153Z[ recovery-image] Aug 26 16:18:46.571 INFO O| Aug 26 16:18:46.570 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-26T16:18:47.160Z[ recovery-image] Aug 26 16:18:46.579 INFO O| Aug 26 16:18:46.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68752026-08-26T16:18:47.160Z[ recovery-image] Aug 26 16:18:46.580 INFO O| Aug 26 16:18:46.580 INFO STEP 520 (remove_files) COMPLETE
68762026-08-26T16:18:47.160Z[ recovery-image] Aug 26 16:18:46.580 INFO O| Aug 26 16:18:46.580 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-26T16:18:47.169Z[ recovery-image] Aug 26 16:18:46.588 INFO O| Aug 26 16:18:46.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68782026-08-26T16:18:47.169Z[ recovery-image] Aug 26 16:18:46.588 INFO O| Aug 26 16:18:46.588 INFO STEP 521 (remove_files) COMPLETE
68792026-08-26T16:18:47.169Z[ recovery-image] Aug 26 16:18:46.588 INFO O| Aug 26 16:18:46.588 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-26T16:18:47.179Z[ recovery-image] Aug 26 16:18:46.599 INFO O| Aug 26 16:18:46.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68812026-08-26T16:18:47.179Z[ recovery-image] Aug 26 16:18:46.599 INFO O| Aug 26 16:18:46.599 INFO STEP 522 (remove_files) COMPLETE
68822026-08-26T16:18:47.179Z[ recovery-image] Aug 26 16:18:46.599 INFO O| Aug 26 16:18:46.599 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-26T16:18:47.189Z[ recovery-image] Aug 26 16:18:46.608 INFO O| Aug 26 16:18:46.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68842026-08-26T16:18:47.192Z[ recovery-image] Aug 26 16:18:46.609 INFO O| Aug 26 16:18:46.609 INFO STEP 523 (remove_files) COMPLETE
68852026-08-26T16:18:47.192Z[ recovery-image] Aug 26 16:18:46.609 INFO O| Aug 26 16:18:46.609 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-26T16:18:47.200Z[ recovery-image] Aug 26 16:18:46.620 INFO O| Aug 26 16:18:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68872026-08-26T16:18:47.201Z[ recovery-image] Aug 26 16:18:46.620 INFO O| Aug 26 16:18:46.620 INFO STEP 524 (remove_files) COMPLETE
68882026-08-26T16:18:47.201Z[ recovery-image] Aug 26 16:18:46.620 INFO O| Aug 26 16:18:46.620 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-26T16:18:47.210Z[ recovery-image] Aug 26 16:18:46.629 INFO O| Aug 26 16:18:46.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68902026-08-26T16:18:47.210Z[ recovery-image] Aug 26 16:18:46.629 INFO O| Aug 26 16:18:46.629 INFO STEP 525 (remove_files) COMPLETE
68912026-08-26T16:18:47.210Z[ recovery-image] Aug 26 16:18:46.629 INFO O| Aug 26 16:18:46.629 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-26T16:18:47.219Z[ recovery-image] Aug 26 16:18:46.639 INFO O| Aug 26 16:18:46.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68932026-08-26T16:18:47.223Z[ recovery-image] Aug 26 16:18:46.640 INFO O| Aug 26 16:18:46.640 INFO STEP 526 (remove_files) COMPLETE
68942026-08-26T16:18:47.223Z[ recovery-image] Aug 26 16:18:46.640 INFO O| Aug 26 16:18:46.640 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-26T16:18:47.230Z[ recovery-image] Aug 26 16:18:46.649 INFO O| Aug 26 16:18:46.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68962026-08-26T16:18:47.230Z[ recovery-image] Aug 26 16:18:46.649 INFO O| Aug 26 16:18:46.649 INFO STEP 527 (remove_files) COMPLETE
68972026-08-26T16:18:47.230Z[ recovery-image] Aug 26 16:18:46.649 INFO O| Aug 26 16:18:46.649 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-26T16:18:47.239Z[ recovery-image] Aug 26 16:18:46.658 INFO O| Aug 26 16:18:46.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68992026-08-26T16:18:47.239Z[ recovery-image] Aug 26 16:18:46.658 INFO O| Aug 26 16:18:46.658 INFO STEP 528 (remove_files) COMPLETE
69002026-08-26T16:18:47.239Z[ recovery-image] Aug 26 16:18:46.658 INFO O| Aug 26 16:18:46.658 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-26T16:18:47.249Z[ recovery-image] Aug 26 16:18:46.669 INFO O| Aug 26 16:18:46.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69022026-08-26T16:18:47.249Z[ recovery-image] Aug 26 16:18:46.669 INFO O| Aug 26 16:18:46.668 INFO STEP 529 (remove_files) COMPLETE
69032026-08-26T16:18:47.250Z[ recovery-image] Aug 26 16:18:46.669 INFO O| Aug 26 16:18:46.668 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-26T16:18:47.258Z[ recovery-image] Aug 26 16:18:46.677 INFO O| Aug 26 16:18:46.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69052026-08-26T16:18:47.258Z[ recovery-image] Aug 26 16:18:46.677 INFO O| Aug 26 16:18:46.677 INFO STEP 530 (remove_files) COMPLETE
69062026-08-26T16:18:47.258Z[ recovery-image] Aug 26 16:18:46.677 INFO O| Aug 26 16:18:46.677 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-26T16:18:47.290Z[ recovery-image] Aug 26 16:18:46.688 INFO O| Aug 26 16:18:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69082026-08-26T16:18:47.290Z[ recovery-image] Aug 26 16:18:46.688 INFO O| Aug 26 16:18:46.688 INFO STEP 531 (remove_files) COMPLETE
69092026-08-26T16:18:47.290Z[ recovery-image] Aug 26 16:18:46.688 INFO O| Aug 26 16:18:46.688 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-26T16:18:47.294Z[ recovery-image] Aug 26 16:18:46.699 INFO O| Aug 26 16:18:46.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69112026-08-26T16:18:47.294Z[ recovery-image] Aug 26 16:18:46.699 INFO O| Aug 26 16:18:46.699 INFO STEP 532 (remove_files) COMPLETE
69122026-08-26T16:18:47.294Z[ recovery-image] Aug 26 16:18:46.699 INFO O| Aug 26 16:18:46.699 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-26T16:18:47.294Z[ recovery-image] Aug 26 16:18:46.707 INFO O| Aug 26 16:18:46.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69142026-08-26T16:18:47.295Z[ recovery-image] Aug 26 16:18:46.707 INFO O| Aug 26 16:18:46.707 INFO STEP 533 (remove_files) COMPLETE
69152026-08-26T16:18:47.295Z[ recovery-image] Aug 26 16:18:46.707 INFO O| Aug 26 16:18:46.707 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-26T16:18:47.328Z[ recovery-image] Aug 26 16:18:46.716 INFO O| Aug 26 16:18:46.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69172026-08-26T16:18:47.328Z[ recovery-image] Aug 26 16:18:46.716 INFO O| Aug 26 16:18:46.716 INFO STEP 534 (remove_files) COMPLETE
69182026-08-26T16:18:47.328Z[ recovery-image] Aug 26 16:18:46.716 INFO O| Aug 26 16:18:46.716 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.726 INFO O| Aug 26 16:18:46.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69202026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.726 INFO O| Aug 26 16:18:46.726 INFO STEP 535 (remove_files) COMPLETE
69212026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.726 INFO O| Aug 26 16:18:46.726 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.736 INFO O| Aug 26 16:18:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69232026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.736 INFO O| Aug 26 16:18:46.736 INFO STEP 536 (remove_files) COMPLETE
69242026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.736 INFO O| Aug 26 16:18:46.736 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.746 INFO O| Aug 26 16:18:46.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69262026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.746 INFO O| Aug 26 16:18:46.746 INFO STEP 537 (remove_files) COMPLETE
69272026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.746 INFO O| Aug 26 16:18:46.746 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.754 INFO O| Aug 26 16:18:46.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69292026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.754 INFO O| Aug 26 16:18:46.754 INFO STEP 538 (remove_files) COMPLETE
69302026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.754 INFO O| Aug 26 16:18:46.754 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.765 INFO O| Aug 26 16:18:46.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69322026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.765 INFO O| Aug 26 16:18:46.765 INFO STEP 539 (remove_files) COMPLETE
69332026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.765 INFO O| Aug 26 16:18:46.765 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.774 INFO O| Aug 26 16:18:46.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69352026-08-26T16:18:47.401Z[ recovery-image] Aug 26 16:18:46.774 INFO O| Aug 26 16:18:46.774 INFO STEP 540 (remove_files) COMPLETE
69362026-08-26T16:18:47.402Z[ recovery-image] Aug 26 16:18:46.774 INFO O| Aug 26 16:18:46.774 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.795 INFO O| Aug 26 16:18:46.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69382026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.795 INFO O| Aug 26 16:18:46.795 INFO STEP 541 (remove_files) COMPLETE
69392026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.795 INFO O| Aug 26 16:18:46.795 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.804 INFO O| Aug 26 16:18:46.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69412026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.804 INFO O| Aug 26 16:18:46.804 INFO STEP 542 (remove_files) COMPLETE
69422026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.804 INFO O| Aug 26 16:18:46.804 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.812 INFO O| Aug 26 16:18:46.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69442026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.812 INFO O| Aug 26 16:18:46.812 INFO STEP 543 (remove_files) COMPLETE
69452026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.812 INFO O| Aug 26 16:18:46.812 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-26T16:18:47.421Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
69472026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.821 INFO O| Aug 26 16:18:46.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69482026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.821 INFO O| Aug 26 16:18:46.821 INFO STEP 544 (remove_files) COMPLETE
69492026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.821 INFO O| Aug 26 16:18:46.821 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.832 INFO O| Aug 26 16:18:46.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69512026-08-26T16:18:47.421Z[ recovery-image] Aug 26 16:18:46.832 INFO O| Aug 26 16:18:46.832 INFO STEP 545 (remove_files) COMPLETE
69522026-08-26T16:18:47.422Z[ recovery-image] Aug 26 16:18:46.832 INFO O| Aug 26 16:18:46.832 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-26T16:18:47.426Z[ recovery-image] Aug 26 16:18:46.842 INFO O| Aug 26 16:18:46.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69542026-08-26T16:18:47.426Z[ recovery-image] Aug 26 16:18:46.843 INFO O| Aug 26 16:18:46.842 INFO STEP 546 (remove_files) COMPLETE
69552026-08-26T16:18:47.426Z[ recovery-image] Aug 26 16:18:46.843 INFO O| Aug 26 16:18:46.843 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-26T16:18:47.434Z[ recovery-image] Aug 26 16:18:46.853 INFO O| Aug 26 16:18:46.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69572026-08-26T16:18:47.434Z[ recovery-image] Aug 26 16:18:46.853 INFO O| Aug 26 16:18:46.853 INFO STEP 547 (remove_files) COMPLETE
69582026-08-26T16:18:47.460Z[ recovery-image] Aug 26 16:18:46.853 INFO O| Aug 26 16:18:46.853 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-26T16:18:47.460Z[ recovery-image] Aug 26 16:18:46.864 INFO O| Aug 26 16:18:46.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69602026-08-26T16:18:47.460Z[ recovery-image] Aug 26 16:18:46.864 INFO O| Aug 26 16:18:46.864 INFO STEP 548 (remove_files) COMPLETE
69612026-08-26T16:18:47.460Z[ recovery-image] Aug 26 16:18:46.864 INFO O| Aug 26 16:18:46.864 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-26T16:18:47.461Z[ recovery-image] Aug 26 16:18:46.872 INFO O| Aug 26 16:18:46.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69632026-08-26T16:18:47.461Z[ recovery-image] Aug 26 16:18:46.872 INFO O| Aug 26 16:18:46.872 INFO STEP 549 (remove_files) COMPLETE
69642026-08-26T16:18:47.461Z[ recovery-image] Aug 26 16:18:46.872 INFO O| Aug 26 16:18:46.872 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.881 INFO O| Aug 26 16:18:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69662026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.881 INFO O| Aug 26 16:18:46.881 INFO STEP 550 (remove_files) COMPLETE
69672026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.881 INFO O| Aug 26 16:18:46.881 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.892 INFO O| Aug 26 16:18:46.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69692026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.892 INFO O| Aug 26 16:18:46.892 INFO STEP 551 (remove_files) COMPLETE
69702026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.892 INFO O| Aug 26 16:18:46.892 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.902 INFO O| Aug 26 16:18:46.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69722026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.902 INFO O| Aug 26 16:18:46.902 INFO STEP 552 (remove_files) COMPLETE
69732026-08-26T16:18:47.485Z[ recovery-image] Aug 26 16:18:46.902 INFO O| Aug 26 16:18:46.902 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-26T16:18:47.493Z[ recovery-image] Aug 26 16:18:46.912 INFO O| Aug 26 16:18:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69752026-08-26T16:18:47.493Z[ recovery-image] Aug 26 16:18:46.912 INFO O| Aug 26 16:18:46.912 INFO STEP 553 (remove_files) COMPLETE
69762026-08-26T16:18:47.493Z[ recovery-image] Aug 26 16:18:46.912 INFO O| Aug 26 16:18:46.912 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-26T16:18:47.510Z[ recovery-image] Aug 26 16:18:46.923 INFO O| Aug 26 16:18:46.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69782026-08-26T16:18:47.510Z[ recovery-image] Aug 26 16:18:46.923 INFO O| Aug 26 16:18:46.923 INFO STEP 554 (remove_files) COMPLETE
69792026-08-26T16:18:47.510Z[ recovery-image] Aug 26 16:18:46.923 INFO O| Aug 26 16:18:46.923 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-26T16:18:47.529Z[ recovery-image] Aug 26 16:18:46.934 INFO O| Aug 26 16:18:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69812026-08-26T16:18:47.529Z[ recovery-image] Aug 26 16:18:46.934 INFO O| Aug 26 16:18:46.934 INFO STEP 555 (remove_files) COMPLETE
69822026-08-26T16:18:47.529Z[ recovery-image] Aug 26 16:18:46.934 INFO O| Aug 26 16:18:46.934 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-26T16:18:47.564Z[ recovery-image] Aug 26 16:18:46.944 INFO O| Aug 26 16:18:46.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69842026-08-26T16:18:47.564Z[ recovery-image] Aug 26 16:18:46.944 INFO O| Aug 26 16:18:46.944 INFO STEP 556 (remove_files) COMPLETE
69852026-08-26T16:18:47.564Z[ recovery-image] Aug 26 16:18:46.944 INFO O| Aug 26 16:18:46.944 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-26T16:18:47.564Z[ recovery-image] Aug 26 16:18:46.955 INFO O| Aug 26 16:18:46.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69872026-08-26T16:18:47.564Z[ recovery-image] Aug 26 16:18:46.955 INFO O| Aug 26 16:18:46.955 INFO STEP 557 (remove_files) COMPLETE
69882026-08-26T16:18:47.564Z[ recovery-image] Aug 26 16:18:46.955 INFO O| Aug 26 16:18:46.955 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.964 INFO O| Aug 26 16:18:46.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69902026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.965 INFO O| Aug 26 16:18:46.965 INFO STEP 558 (remove_files) COMPLETE
69912026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.965 INFO O| Aug 26 16:18:46.965 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.975 INFO O| Aug 26 16:18:46.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69932026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.975 INFO O| Aug 26 16:18:46.975 INFO STEP 559 (remove_files) COMPLETE
69942026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.975 INFO O| Aug 26 16:18:46.975 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.989 INFO O| Aug 26 16:18:46.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69962026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.989 INFO O| Aug 26 16:18:46.989 INFO STEP 560 (remove_files) COMPLETE
69972026-08-26T16:18:47.575Z[ recovery-image] Aug 26 16:18:46.989 INFO O| Aug 26 16:18:46.989 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-26T16:18:47.579Z[ recovery-image] Aug 26 16:18:46.998 INFO O| Aug 26 16:18:46.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69992026-08-26T16:18:47.579Z[ recovery-image] Aug 26 16:18:46.999 INFO O| Aug 26 16:18:46.999 INFO STEP 561 (remove_files) COMPLETE
70002026-08-26T16:18:47.579Z[ recovery-image] Aug 26 16:18:46.999 INFO O| Aug 26 16:18:46.999 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-26T16:18:47.599Z[ recovery-image] Aug 26 16:18:47.011 INFO O| Aug 26 16:18:47.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70022026-08-26T16:18:47.599Z[ recovery-image] Aug 26 16:18:47.011 INFO O| Aug 26 16:18:47.011 INFO STEP 562 (remove_files) COMPLETE
70032026-08-26T16:18:47.599Z[ recovery-image] Aug 26 16:18:47.011 INFO O| Aug 26 16:18:47.011 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.020 INFO O| Aug 26 16:18:47.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70052026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.020 INFO O| Aug 26 16:18:47.020 INFO STEP 563 (remove_files) COMPLETE
70062026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.020 INFO O| Aug 26 16:18:47.020 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.028 INFO O| Aug 26 16:18:47.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70082026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.028 INFO O| Aug 26 16:18:47.028 INFO STEP 564 (remove_files) COMPLETE
70092026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.028 INFO O| Aug 26 16:18:47.028 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.037 INFO O| Aug 26 16:18:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70112026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.037 INFO O| Aug 26 16:18:47.037 INFO STEP 565 (remove_files) COMPLETE
70122026-08-26T16:18:47.625Z[ recovery-image] Aug 26 16:18:47.037 INFO O| Aug 26 16:18:47.037 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-26T16:18:47.629Z[ recovery-image] Aug 26 16:18:47.045 INFO O| Aug 26 16:18:47.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70142026-08-26T16:18:47.629Z[ recovery-image] Aug 26 16:18:47.045 INFO O| Aug 26 16:18:47.045 INFO STEP 566 (remove_files) COMPLETE
70152026-08-26T16:18:47.630Z[ recovery-image] Aug 26 16:18:47.045 INFO O| Aug 26 16:18:47.045 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-26T16:18:47.634Z[ recovery-image] Aug 26 16:18:47.054 INFO O| Aug 26 16:18:47.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70172026-08-26T16:18:47.635Z[ recovery-image] Aug 26 16:18:47.054 INFO O| Aug 26 16:18:47.054 INFO STEP 567 (remove_files) COMPLETE
70182026-08-26T16:18:47.635Z[ recovery-image] Aug 26 16:18:47.054 INFO O| Aug 26 16:18:47.054 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-26T16:18:47.659Z[ recovery-image] Aug 26 16:18:47.063 INFO O| Aug 26 16:18:47.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70202026-08-26T16:18:47.659Z[ recovery-image] Aug 26 16:18:47.064 INFO O| Aug 26 16:18:47.063 INFO STEP 568 (remove_files) COMPLETE
70212026-08-26T16:18:47.659Z[ recovery-image] Aug 26 16:18:47.064 INFO O| Aug 26 16:18:47.064 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-26T16:18:47.659Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
70232026-08-26T16:18:47.670Z[ recovery-image] Aug 26 16:18:47.088 INFO O| Aug 26 16:18:47.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70242026-08-26T16:18:47.670Z[ recovery-image] Aug 26 16:18:47.088 INFO O| Aug 26 16:18:47.080 INFO STEP 569 (remove_files) COMPLETE
70252026-08-26T16:18:47.670Z[ recovery-image] Aug 26 16:18:47.088 INFO O| Aug 26 16:18:47.080 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-26T16:18:47.674Z[ recovery-image] Aug 26 16:18:47.091 INFO O| Aug 26 16:18:47.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70272026-08-26T16:18:47.674Z[ recovery-image] Aug 26 16:18:47.092 INFO O| Aug 26 16:18:47.092 INFO STEP 570 (remove_files) COMPLETE
70282026-08-26T16:18:47.674Z[ recovery-image] Aug 26 16:18:47.092 INFO O| Aug 26 16:18:47.092 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-26T16:18:47.697Z[ recovery-image] Aug 26 16:18:47.101 INFO O| Aug 26 16:18:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70302026-08-26T16:18:47.697Z[ recovery-image] Aug 26 16:18:47.101 INFO O| Aug 26 16:18:47.101 INFO STEP 571 (remove_files) COMPLETE
70312026-08-26T16:18:47.697Z[ recovery-image] Aug 26 16:18:47.101 INFO O| Aug 26 16:18:47.101 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-26T16:18:47.697Z[ recovery-image] Aug 26 16:18:47.111 INFO O| Aug 26 16:18:47.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70332026-08-26T16:18:47.697Z[ recovery-image] Aug 26 16:18:47.112 INFO O| Aug 26 16:18:47.111 INFO STEP 572 (remove_files) COMPLETE
70342026-08-26T16:18:47.698Z[ recovery-image] Aug 26 16:18:47.112 INFO O| Aug 26 16:18:47.112 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-26T16:18:47.730Z[ recovery-image] Aug 26 16:18:47.122 INFO O| Aug 26 16:18:47.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70362026-08-26T16:18:47.730Z[ recovery-image] Aug 26 16:18:47.124 INFO O| Aug 26 16:18:47.124 INFO STEP 573 (remove_files) COMPLETE
70372026-08-26T16:18:47.730Z[ recovery-image] Aug 26 16:18:47.124 INFO O| Aug 26 16:18:47.124 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-26T16:18:47.730Z[ recovery-image] Aug 26 16:18:47.133 INFO O| Aug 26 16:18:47.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70392026-08-26T16:18:47.730Z[ recovery-image] Aug 26 16:18:47.134 INFO O| Aug 26 16:18:47.134 INFO STEP 574 (remove_files) COMPLETE
70402026-08-26T16:18:47.730Z[ recovery-image] Aug 26 16:18:47.134 INFO O| Aug 26 16:18:47.134 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-26T16:18:47.735Z[ recovery-image] Aug 26 16:18:47.143 INFO O| Aug 26 16:18:47.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70422026-08-26T16:18:47.735Z[ recovery-image] Aug 26 16:18:47.144 INFO O| Aug 26 16:18:47.143 INFO STEP 575 (remove_files) COMPLETE
70432026-08-26T16:18:47.736Z[ recovery-image] Aug 26 16:18:47.144 INFO O| Aug 26 16:18:47.143 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-26T16:18:47.741Z[ recovery-image] Aug 26 16:18:47.153 INFO O| Aug 26 16:18:47.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70452026-08-26T16:18:47.741Z[ recovery-image] Aug 26 16:18:47.153 INFO O| Aug 26 16:18:47.153 INFO STEP 576 (remove_files) COMPLETE
70462026-08-26T16:18:47.741Z[ recovery-image] Aug 26 16:18:47.153 INFO O| Aug 26 16:18:47.153 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-26T16:18:47.745Z[ recovery-image] Aug 26 16:18:47.161 INFO O| Aug 26 16:18:47.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70482026-08-26T16:18:47.745Z[ recovery-image] Aug 26 16:18:47.161 INFO O| Aug 26 16:18:47.161 INFO STEP 577 (remove_files) COMPLETE
70492026-08-26T16:18:47.745Z[ recovery-image] Aug 26 16:18:47.161 INFO O| Aug 26 16:18:47.161 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-26T16:18:47.751Z[ recovery-image] Aug 26 16:18:47.170 INFO O| Aug 26 16:18:47.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70512026-08-26T16:18:47.751Z[ recovery-image] Aug 26 16:18:47.170 INFO O| Aug 26 16:18:47.170 INFO STEP 578 (remove_files) COMPLETE
70522026-08-26T16:18:47.751Z[ recovery-image] Aug 26 16:18:47.170 INFO O| Aug 26 16:18:47.170 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-26T16:18:47.759Z[ recovery-image] Aug 26 16:18:47.179 INFO O| Aug 26 16:18:47.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70542026-08-26T16:18:47.760Z[ recovery-image] Aug 26 16:18:47.179 INFO O| Aug 26 16:18:47.179 INFO STEP 579 (remove_files) COMPLETE
70552026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.179 INFO O| Aug 26 16:18:47.179 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.188 INFO O| Aug 26 16:18:47.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70572026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.188 INFO O| Aug 26 16:18:47.188 INFO STEP 580 (remove_files) COMPLETE
70582026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.188 INFO O| Aug 26 16:18:47.188 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.197 INFO O| Aug 26 16:18:47.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70602026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.197 INFO O| Aug 26 16:18:47.197 INFO STEP 581 (remove_files) COMPLETE
70612026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.197 INFO O| Aug 26 16:18:47.197 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.206 INFO O| Aug 26 16:18:47.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70632026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.206 INFO O| Aug 26 16:18:47.206 INFO STEP 582 (remove_files) COMPLETE
70642026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.206 INFO O| Aug 26 16:18:47.206 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.216 INFO O| Aug 26 16:18:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70662026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.216 INFO O| Aug 26 16:18:47.216 INFO STEP 583 (remove_files) COMPLETE
70672026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.216 INFO O| Aug 26 16:18:47.216 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.226 INFO O| Aug 26 16:18:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70692026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.226 INFO O| Aug 26 16:18:47.226 INFO STEP 584 (remove_files) COMPLETE
70702026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.226 INFO O| Aug 26 16:18:47.226 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.236 INFO O| Aug 26 16:18:47.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70722026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.236 INFO O| Aug 26 16:18:47.236 INFO STEP 585 (remove_files) COMPLETE
70732026-08-26T16:18:47.862Z[ recovery-image] Aug 26 16:18:47.236 INFO O| Aug 26 16:18:47.236 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.246 INFO O| Aug 26 16:18:47.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70752026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.246 INFO O| Aug 26 16:18:47.246 INFO STEP 586 (remove_files) COMPLETE
70762026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.246 INFO O| Aug 26 16:18:47.246 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.257 INFO O| Aug 26 16:18:47.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70782026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.257 INFO O| Aug 26 16:18:47.257 INFO STEP 587 (remove_files) COMPLETE
70792026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.257 INFO O| Aug 26 16:18:47.257 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.266 INFO O| Aug 26 16:18:47.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70812026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.266 INFO O| Aug 26 16:18:47.266 INFO STEP 588 (remove_files) COMPLETE
70822026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.266 INFO O| Aug 26 16:18:47.266 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.274 INFO O| Aug 26 16:18:47.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70842026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.274 INFO O| Aug 26 16:18:47.274 INFO STEP 589 (remove_files) COMPLETE
70852026-08-26T16:18:47.863Z[ recovery-image] Aug 26 16:18:47.275 INFO O| Aug 26 16:18:47.274 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-26T16:18:47.869Z[ recovery-image] Aug 26 16:18:47.283 INFO O| Aug 26 16:18:47.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70872026-08-26T16:18:47.869Z[ recovery-image] Aug 26 16:18:47.283 INFO O| Aug 26 16:18:47.283 INFO STEP 590 (remove_files) COMPLETE
70882026-08-26T16:18:47.869Z[ recovery-image] Aug 26 16:18:47.283 INFO O| Aug 26 16:18:47.283 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-26T16:18:47.873Z[ recovery-image] Aug 26 16:18:47.293 INFO O| Aug 26 16:18:47.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70902026-08-26T16:18:47.873Z[ recovery-image] Aug 26 16:18:47.293 INFO O| Aug 26 16:18:47.293 INFO STEP 591 (remove_files) COMPLETE
70912026-08-26T16:18:47.877Z[ recovery-image] Aug 26 16:18:47.293 INFO O| Aug 26 16:18:47.293 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-26T16:18:47.883Z[ recovery-image] Aug 26 16:18:47.302 INFO O| Aug 26 16:18:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70932026-08-26T16:18:47.883Z[ recovery-image] Aug 26 16:18:47.302 INFO O| Aug 26 16:18:47.302 INFO STEP 592 (remove_files) COMPLETE
70942026-08-26T16:18:47.883Z[ recovery-image] Aug 26 16:18:47.302 INFO O| Aug 26 16:18:47.302 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-26T16:18:47.906Z[ recovery-image] Aug 26 16:18:47.312 INFO O| Aug 26 16:18:47.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70962026-08-26T16:18:47.906Z[ recovery-image] Aug 26 16:18:47.313 INFO O| Aug 26 16:18:47.313 INFO STEP 593 (remove_files) COMPLETE
70972026-08-26T16:18:47.906Z[ recovery-image] Aug 26 16:18:47.313 INFO O| Aug 26 16:18:47.313 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-26T16:18:47.910Z[ recovery-image] Aug 26 16:18:47.323 INFO O| Aug 26 16:18:47.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70992026-08-26T16:18:47.910Z[ recovery-image] Aug 26 16:18:47.323 INFO O| Aug 26 16:18:47.323 INFO STEP 594 (remove_files) COMPLETE
71002026-08-26T16:18:47.910Z[ recovery-image] Aug 26 16:18:47.323 INFO O| Aug 26 16:18:47.323 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-26T16:18:47.914Z[ recovery-image] Aug 26 16:18:47.333 INFO O| Aug 26 16:18:47.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71022026-08-26T16:18:47.914Z[ recovery-image] Aug 26 16:18:47.333 INFO O| Aug 26 16:18:47.333 INFO STEP 595 (remove_files) COMPLETE
71032026-08-26T16:18:47.914Z[ recovery-image] Aug 26 16:18:47.333 INFO O| Aug 26 16:18:47.333 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-26T16:18:47.923Z[ recovery-image] Aug 26 16:18:47.343 INFO O| Aug 26 16:18:47.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71052026-08-26T16:18:47.924Z[ recovery-image] Aug 26 16:18:47.343 INFO O| Aug 26 16:18:47.343 INFO STEP 596 (remove_files) COMPLETE
71062026-08-26T16:18:47.924Z[ recovery-image] Aug 26 16:18:47.343 INFO O| Aug 26 16:18:47.343 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-26T16:18:47.944Z[ recovery-image] Aug 26 16:18:47.353 INFO O| Aug 26 16:18:47.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71082026-08-26T16:18:47.945Z[ recovery-image] Aug 26 16:18:47.353 INFO O| Aug 26 16:18:47.353 INFO STEP 597 (remove_files) COMPLETE
71092026-08-26T16:18:47.945Z[ recovery-image] Aug 26 16:18:47.353 INFO O| Aug 26 16:18:47.353 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-26T16:18:47.962Z[ recovery-image] Aug 26 16:18:47.363 INFO O| Aug 26 16:18:47.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71112026-08-26T16:18:47.962Z[ recovery-image] Aug 26 16:18:47.363 INFO O| Aug 26 16:18:47.363 INFO STEP 598 (remove_files) COMPLETE
71122026-08-26T16:18:47.962Z[ recovery-image] Aug 26 16:18:47.363 INFO O| Aug 26 16:18:47.363 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-26T16:18:47.966Z[ recovery-image] Aug 26 16:18:47.373 INFO O| Aug 26 16:18:47.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71142026-08-26T16:18:47.967Z[ recovery-image] Aug 26 16:18:47.373 INFO O| Aug 26 16:18:47.373 INFO STEP 599 (remove_files) COMPLETE
71152026-08-26T16:18:47.967Z[ recovery-image] Aug 26 16:18:47.373 INFO O| Aug 26 16:18:47.373 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-26T16:18:47.967Z[ recovery-image] Aug 26 16:18:47.383 INFO O| Aug 26 16:18:47.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71172026-08-26T16:18:47.970Z[ recovery-image] Aug 26 16:18:47.384 INFO O| Aug 26 16:18:47.384 INFO STEP 600 (remove_files) COMPLETE
71182026-08-26T16:18:47.971Z[ recovery-image] Aug 26 16:18:47.384 INFO O| Aug 26 16:18:47.384 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-26T16:18:47.979Z[ recovery-image] Aug 26 16:18:47.394 INFO O| Aug 26 16:18:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71202026-08-26T16:18:47.979Z[ recovery-image] Aug 26 16:18:47.394 INFO O| Aug 26 16:18:47.394 INFO STEP 601 (remove_files) COMPLETE
71212026-08-26T16:18:47.979Z[ recovery-image] Aug 26 16:18:47.394 INFO O| Aug 26 16:18:47.394 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-26T16:18:47.986Z[ recovery-image] Aug 26 16:18:47.403 INFO O| Aug 26 16:18:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71232026-08-26T16:18:47.986Z[ recovery-image] Aug 26 16:18:47.403 INFO O| Aug 26 16:18:47.403 INFO STEP 602 (remove_files) COMPLETE
71242026-08-26T16:18:47.986Z[ recovery-image] Aug 26 16:18:47.403 INFO O| Aug 26 16:18:47.403 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-26T16:18:47.995Z[ recovery-image] Aug 26 16:18:47.413 INFO O| Aug 26 16:18:47.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71262026-08-26T16:18:47.996Z[ recovery-image] Aug 26 16:18:47.413 INFO O| Aug 26 16:18:47.413 INFO STEP 603 (remove_files) COMPLETE
71272026-08-26T16:18:47.996Z[ recovery-image] Aug 26 16:18:47.413 INFO O| Aug 26 16:18:47.413 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-26T16:18:48.005Z[ recovery-image] Aug 26 16:18:47.423 INFO O| Aug 26 16:18:47.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71292026-08-26T16:18:48.005Z[ recovery-image] Aug 26 16:18:47.423 INFO O| Aug 26 16:18:47.423 INFO STEP 604 (remove_files) COMPLETE
71302026-08-26T16:18:48.005Z[ recovery-image] Aug 26 16:18:47.423 INFO O| Aug 26 16:18:47.423 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-26T16:18:48.013Z[ recovery-image] Aug 26 16:18:47.433 INFO O| Aug 26 16:18:47.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71322026-08-26T16:18:48.013Z[ recovery-image] Aug 26 16:18:47.433 INFO O| Aug 26 16:18:47.433 INFO STEP 605 (remove_files) COMPLETE
71332026-08-26T16:18:48.016Z[ recovery-image] Aug 26 16:18:47.433 INFO O| Aug 26 16:18:47.433 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-26T16:18:48.022Z[ recovery-image] Aug 26 16:18:47.442 INFO O| Aug 26 16:18:47.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71352026-08-26T16:18:48.022Z[ recovery-image] Aug 26 16:18:47.442 INFO O| Aug 26 16:18:47.442 INFO STEP 606 (remove_files) COMPLETE
71362026-08-26T16:18:48.022Z[ recovery-image] Aug 26 16:18:47.442 INFO O| Aug 26 16:18:47.442 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-26T16:18:48.032Z[ recovery-image] Aug 26 16:18:47.452 INFO O| Aug 26 16:18:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71382026-08-26T16:18:48.032Z[ recovery-image] Aug 26 16:18:47.452 INFO O| Aug 26 16:18:47.452 INFO STEP 607 (remove_files) COMPLETE
71392026-08-26T16:18:48.035Z[ recovery-image] Aug 26 16:18:47.452 INFO O| Aug 26 16:18:47.452 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-26T16:18:48.041Z[ recovery-image] Aug 26 16:18:47.461 INFO O| Aug 26 16:18:47.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71412026-08-26T16:18:48.041Z[ recovery-image] Aug 26 16:18:47.461 INFO O| Aug 26 16:18:47.461 INFO STEP 608 (remove_files) COMPLETE
71422026-08-26T16:18:48.042Z[ recovery-image] Aug 26 16:18:47.461 INFO O| Aug 26 16:18:47.461 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-26T16:18:48.051Z[ recovery-image] Aug 26 16:18:47.471 INFO O| Aug 26 16:18:47.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71442026-08-26T16:18:48.051Z[ recovery-image] Aug 26 16:18:47.471 INFO O| Aug 26 16:18:47.471 INFO STEP 609 (remove_files) COMPLETE
71452026-08-26T16:18:48.055Z[ recovery-image] Aug 26 16:18:47.471 INFO O| Aug 26 16:18:47.471 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-26T16:18:48.062Z[ recovery-image] Aug 26 16:18:47.481 INFO O| Aug 26 16:18:47.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71472026-08-26T16:18:48.062Z[ recovery-image] Aug 26 16:18:47.481 INFO O| Aug 26 16:18:47.481 INFO STEP 610 (remove_files) COMPLETE
71482026-08-26T16:18:48.062Z[ recovery-image] Aug 26 16:18:47.481 INFO O| Aug 26 16:18:47.481 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-26T16:18:48.071Z[ recovery-image] Aug 26 16:18:47.490 INFO O| Aug 26 16:18:47.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71502026-08-26T16:18:48.071Z[ recovery-image] Aug 26 16:18:47.490 INFO O| Aug 26 16:18:47.490 INFO STEP 611 (remove_files) COMPLETE
71512026-08-26T16:18:48.071Z[ recovery-image] Aug 26 16:18:47.490 INFO O| Aug 26 16:18:47.490 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-26T16:18:48.090Z[ recovery-image] Aug 26 16:18:47.500 INFO O| Aug 26 16:18:47.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71532026-08-26T16:18:48.090Z[ recovery-image] Aug 26 16:18:47.500 INFO O| Aug 26 16:18:47.500 INFO STEP 612 (remove_files) COMPLETE
71542026-08-26T16:18:48.090Z[ recovery-image] Aug 26 16:18:47.500 INFO O| Aug 26 16:18:47.500 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-26T16:18:48.094Z[ recovery-image] Aug 26 16:18:47.510 INFO O| Aug 26 16:18:47.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71562026-08-26T16:18:48.094Z[ recovery-image] Aug 26 16:18:47.510 INFO O| Aug 26 16:18:47.510 INFO STEP 613 (remove_files) COMPLETE
71572026-08-26T16:18:48.094Z[ recovery-image] Aug 26 16:18:47.510 INFO O| Aug 26 16:18:47.510 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-26T16:18:48.100Z[ recovery-image] Aug 26 16:18:47.519 INFO O| Aug 26 16:18:47.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71592026-08-26T16:18:48.100Z[ recovery-image] Aug 26 16:18:47.519 INFO O| Aug 26 16:18:47.519 INFO STEP 614 (remove_files) COMPLETE
71602026-08-26T16:18:48.100Z[ recovery-image] Aug 26 16:18:47.519 INFO O| Aug 26 16:18:47.519 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-26T16:18:48.109Z[ recovery-image] Aug 26 16:18:47.528 INFO O| Aug 26 16:18:47.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71622026-08-26T16:18:48.109Z[ recovery-image] Aug 26 16:18:47.528 INFO O| Aug 26 16:18:47.528 INFO STEP 615 (remove_files) COMPLETE
71632026-08-26T16:18:48.109Z[ recovery-image] Aug 26 16:18:47.528 INFO O| Aug 26 16:18:47.528 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-26T16:18:48.114Z[verify-libraries] Compiling samael v0.0.19
71652026-08-26T16:18:48.119Z[ recovery-image] Aug 26 16:18:47.538 INFO O| Aug 26 16:18:47.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71662026-08-26T16:18:48.119Z[ recovery-image] Aug 26 16:18:47.538 INFO O| Aug 26 16:18:47.538 INFO STEP 616 (remove_files) COMPLETE
71672026-08-26T16:18:48.122Z[ recovery-image] Aug 26 16:18:47.538 INFO O| Aug 26 16:18:47.538 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-26T16:18:48.128Z[ recovery-image] Aug 26 16:18:47.548 INFO O| Aug 26 16:18:47.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71692026-08-26T16:18:48.128Z[ recovery-image] Aug 26 16:18:47.548 INFO O| Aug 26 16:18:47.548 INFO STEP 617 (remove_files) COMPLETE
71702026-08-26T16:18:48.132Z[ recovery-image] Aug 26 16:18:47.548 INFO O| Aug 26 16:18:47.548 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-26T16:18:48.140Z[ recovery-image] Aug 26 16:18:47.559 INFO O| Aug 26 16:18:47.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71722026-08-26T16:18:48.140Z[ recovery-image] Aug 26 16:18:47.559 INFO O| Aug 26 16:18:47.559 INFO STEP 618 (remove_files) COMPLETE
71732026-08-26T16:18:48.143Z[ recovery-image] Aug 26 16:18:47.559 INFO O| Aug 26 16:18:47.559 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-26T16:18:48.149Z[ recovery-image] Aug 26 16:18:47.568 INFO O| Aug 26 16:18:47.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71752026-08-26T16:18:48.149Z[ recovery-image] Aug 26 16:18:47.568 INFO O| Aug 26 16:18:47.568 INFO STEP 619 (remove_files) COMPLETE
71762026-08-26T16:18:48.149Z[ recovery-image] Aug 26 16:18:47.568 INFO O| Aug 26 16:18:47.568 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-26T16:18:48.159Z[ recovery-image] Aug 26 16:18:47.578 INFO O| Aug 26 16:18:47.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71782026-08-26T16:18:48.159Z[ recovery-image] Aug 26 16:18:47.578 INFO O| Aug 26 16:18:47.578 INFO STEP 620 (remove_files) COMPLETE
71792026-08-26T16:18:48.163Z[ recovery-image] Aug 26 16:18:47.578 INFO O| Aug 26 16:18:47.578 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-26T16:18:48.169Z[ recovery-image] Aug 26 16:18:47.588 INFO O| Aug 26 16:18:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71812026-08-26T16:18:48.169Z[ recovery-image] Aug 26 16:18:47.588 INFO O| Aug 26 16:18:47.588 INFO STEP 621 (remove_files) COMPLETE
71822026-08-26T16:18:48.172Z[ recovery-image] Aug 26 16:18:47.588 INFO O| Aug 26 16:18:47.588 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-26T16:18:48.177Z[ recovery-image] Aug 26 16:18:47.596 INFO O| Aug 26 16:18:47.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71842026-08-26T16:18:48.177Z[ recovery-image] Aug 26 16:18:47.596 INFO O| Aug 26 16:18:47.596 INFO STEP 622 (remove_files) COMPLETE
71852026-08-26T16:18:48.177Z[ recovery-image] Aug 26 16:18:47.596 INFO O| Aug 26 16:18:47.596 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-26T16:18:48.186Z[ recovery-image] Aug 26 16:18:47.606 INFO O| Aug 26 16:18:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71872026-08-26T16:18:48.186Z[ recovery-image] Aug 26 16:18:47.606 INFO O| Aug 26 16:18:47.606 INFO STEP 623 (remove_files) COMPLETE
71882026-08-26T16:18:48.190Z[ recovery-image] Aug 26 16:18:47.606 INFO O| Aug 26 16:18:47.606 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-26T16:18:48.194Z[ recovery-image] Aug 26 16:18:47.614 INFO O| Aug 26 16:18:47.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71902026-08-26T16:18:48.194Z[ recovery-image] Aug 26 16:18:47.614 INFO O| Aug 26 16:18:47.614 INFO STEP 624 (remove_files) COMPLETE
71912026-08-26T16:18:48.194Z[ recovery-image] Aug 26 16:18:47.614 INFO O| Aug 26 16:18:47.614 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-26T16:18:48.203Z[ recovery-image] Aug 26 16:18:47.622 INFO O| Aug 26 16:18:47.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71932026-08-26T16:18:48.203Z[ recovery-image] Aug 26 16:18:47.622 INFO O| Aug 26 16:18:47.622 INFO STEP 625 (remove_files) COMPLETE
71942026-08-26T16:18:48.203Z[ recovery-image] Aug 26 16:18:47.622 INFO O| Aug 26 16:18:47.622 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-26T16:18:48.211Z[ recovery-image] Aug 26 16:18:47.631 INFO O| Aug 26 16:18:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71962026-08-26T16:18:48.211Z[ recovery-image] Aug 26 16:18:47.631 INFO O| Aug 26 16:18:47.631 INFO STEP 626 (remove_files) COMPLETE
71972026-08-26T16:18:48.215Z[ recovery-image] Aug 26 16:18:47.631 INFO O| Aug 26 16:18:47.631 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-26T16:18:48.220Z[ recovery-image] Aug 26 16:18:47.639 INFO O| Aug 26 16:18:47.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71992026-08-26T16:18:48.220Z[ recovery-image] Aug 26 16:18:47.639 INFO O| Aug 26 16:18:47.639 INFO STEP 627 (remove_files) COMPLETE
72002026-08-26T16:18:48.220Z[ recovery-image] Aug 26 16:18:47.639 INFO O| Aug 26 16:18:47.639 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-26T16:18:48.262Z[ recovery-image] Aug 26 16:18:47.648 INFO O| Aug 26 16:18:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72022026-08-26T16:18:48.262Z[ recovery-image] Aug 26 16:18:47.648 INFO O| Aug 26 16:18:47.648 INFO STEP 628 (remove_files) COMPLETE
72032026-08-26T16:18:48.262Z[ recovery-image] Aug 26 16:18:47.648 INFO O| Aug 26 16:18:47.648 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-26T16:18:48.266Z[ recovery-image] Aug 26 16:18:47.658 INFO O| Aug 26 16:18:47.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72052026-08-26T16:18:48.266Z[ recovery-image] Aug 26 16:18:47.658 INFO O| Aug 26 16:18:47.658 INFO STEP 629 (remove_files) COMPLETE
72062026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.658 INFO O| Aug 26 16:18:47.658 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.666 INFO O| Aug 26 16:18:47.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72082026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.666 INFO O| Aug 26 16:18:47.666 INFO STEP 630 (remove_files) COMPLETE
72092026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.666 INFO O| Aug 26 16:18:47.666 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.674 INFO O| Aug 26 16:18:47.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72112026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.674 INFO O| Aug 26 16:18:47.674 INFO STEP 631 (remove_files) COMPLETE
72122026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.674 INFO O| Aug 26 16:18:47.674 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.682 INFO O| Aug 26 16:18:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72142026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.683 INFO O| Aug 26 16:18:47.682 INFO STEP 632 (remove_files) COMPLETE
72152026-08-26T16:18:48.267Z[ recovery-image] Aug 26 16:18:47.683 INFO O| Aug 26 16:18:47.682 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-26T16:18:48.271Z[ recovery-image] Aug 26 16:18:47.691 INFO O| Aug 26 16:18:47.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72172026-08-26T16:18:48.272Z[ recovery-image] Aug 26 16:18:47.691 INFO O| Aug 26 16:18:47.691 INFO STEP 633 (remove_files) COMPLETE
72182026-08-26T16:18:48.297Z[ recovery-image] Aug 26 16:18:47.691 INFO O| Aug 26 16:18:47.691 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-26T16:18:48.307Z[ recovery-image] Aug 26 16:18:47.700 INFO O| Aug 26 16:18:47.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72202026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.700 INFO O| Aug 26 16:18:47.700 INFO STEP 634 (remove_files) COMPLETE
72212026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.700 INFO O| Aug 26 16:18:47.700 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.710 INFO O| Aug 26 16:18:47.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72232026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.710 INFO O| Aug 26 16:18:47.710 INFO STEP 635 (remove_files) COMPLETE
72242026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.710 INFO O| Aug 26 16:18:47.710 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.721 INFO O| Aug 26 16:18:47.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72262026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.721 INFO O| Aug 26 16:18:47.721 INFO STEP 636 (remove_files) COMPLETE
72272026-08-26T16:18:48.308Z[ recovery-image] Aug 26 16:18:47.721 INFO O| Aug 26 16:18:47.721 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-26T16:18:48.315Z[ recovery-image] Aug 26 16:18:47.730 INFO O| Aug 26 16:18:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72292026-08-26T16:18:48.315Z[ recovery-image] Aug 26 16:18:47.730 INFO O| Aug 26 16:18:47.730 INFO STEP 637 (remove_files) COMPLETE
72302026-08-26T16:18:48.315Z[ recovery-image] Aug 26 16:18:47.730 INFO O| Aug 26 16:18:47.730 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-26T16:18:48.320Z[ recovery-image] Aug 26 16:18:47.740 INFO O| Aug 26 16:18:47.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72322026-08-26T16:18:48.320Z[ recovery-image] Aug 26 16:18:47.740 INFO O| Aug 26 16:18:47.740 INFO STEP 638 (remove_files) COMPLETE
72332026-08-26T16:18:48.320Z[ recovery-image] Aug 26 16:18:47.740 INFO O| Aug 26 16:18:47.740 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-26T16:18:48.334Z[ recovery-image] Aug 26 16:18:47.749 INFO O| Aug 26 16:18:47.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72352026-08-26T16:18:48.334Z[ recovery-image] Aug 26 16:18:47.749 INFO O| Aug 26 16:18:47.749 INFO STEP 639 (remove_files) COMPLETE
72362026-08-26T16:18:48.334Z[ recovery-image] Aug 26 16:18:47.749 INFO O| Aug 26 16:18:47.749 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-26T16:18:48.380Z[ recovery-image] Aug 26 16:18:47.758 INFO O| Aug 26 16:18:47.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72382026-08-26T16:18:48.380Z[ recovery-image] Aug 26 16:18:47.758 INFO O| Aug 26 16:18:47.758 INFO STEP 640 (remove_files) COMPLETE
72392026-08-26T16:18:48.380Z[ recovery-image] Aug 26 16:18:47.758 INFO O| Aug 26 16:18:47.758 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-26T16:18:48.416Z[ recovery-image] Aug 26 16:18:47.769 INFO O| Aug 26 16:18:47.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72412026-08-26T16:18:48.416Z[ recovery-image] Aug 26 16:18:47.769 INFO O| Aug 26 16:18:47.769 INFO STEP 641 (remove_files) COMPLETE
72422026-08-26T16:18:48.416Z[ recovery-image] Aug 26 16:18:47.769 INFO O| Aug 26 16:18:47.769 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-26T16:18:48.416Z[ recovery-image] Aug 26 16:18:47.779 INFO O| Aug 26 16:18:47.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72442026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.779 INFO O| Aug 26 16:18:47.779 INFO STEP 642 (remove_files) COMPLETE
72452026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.779 INFO O| Aug 26 16:18:47.779 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.787 INFO O| Aug 26 16:18:47.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72472026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.787 INFO O| Aug 26 16:18:47.787 INFO STEP 643 (remove_files) COMPLETE
72482026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.787 INFO O| Aug 26 16:18:47.787 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.796 INFO O| Aug 26 16:18:47.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72502026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.796 INFO O| Aug 26 16:18:47.796 INFO STEP 644 (remove_files) COMPLETE
72512026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.796 INFO O| Aug 26 16:18:47.796 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.805 INFO O| Aug 26 16:18:47.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72532026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.805 INFO O| Aug 26 16:18:47.805 INFO STEP 645 (remove_files) COMPLETE
72542026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.805 INFO O| Aug 26 16:18:47.805 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.813 INFO O| Aug 26 16:18:47.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72562026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.813 INFO O| Aug 26 16:18:47.813 INFO STEP 646 (remove_files) COMPLETE
72572026-08-26T16:18:48.417Z[ recovery-image] Aug 26 16:18:47.813 INFO O| Aug 26 16:18:47.813 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-26T16:18:48.456Z[ recovery-image] Aug 26 16:18:47.821 INFO O| Aug 26 16:18:47.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72592026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.821 INFO O| Aug 26 16:18:47.821 INFO STEP 647 (remove_files) COMPLETE
72602026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.821 INFO O| Aug 26 16:18:47.821 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.830 INFO O| Aug 26 16:18:47.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72622026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.830 INFO O| Aug 26 16:18:47.830 INFO STEP 648 (remove_files) COMPLETE
72632026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.830 INFO O| Aug 26 16:18:47.830 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.840 INFO O| Aug 26 16:18:47.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72652026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.840 INFO O| Aug 26 16:18:47.840 INFO STEP 649 (remove_files) COMPLETE
72662026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.840 INFO O| Aug 26 16:18:47.840 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.850 INFO O| Aug 26 16:18:47.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72682026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.850 INFO O| Aug 26 16:18:47.850 INFO STEP 650 (remove_files) COMPLETE
72692026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.850 INFO O| Aug 26 16:18:47.850 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.860 INFO O| Aug 26 16:18:47.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72712026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.860 INFO O| Aug 26 16:18:47.860 INFO STEP 651 (remove_files) COMPLETE
72722026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.860 INFO O| Aug 26 16:18:47.860 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.869 INFO O| Aug 26 16:18:47.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72742026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.869 INFO O| Aug 26 16:18:47.869 INFO STEP 652 (remove_files) COMPLETE
72752026-08-26T16:18:48.457Z[ recovery-image] Aug 26 16:18:47.869 INFO O| Aug 26 16:18:47.869 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-26T16:18:48.506Z[ recovery-image] Aug 26 16:18:47.878 INFO O| Aug 26 16:18:47.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72772026-08-26T16:18:48.506Z[ recovery-image] Aug 26 16:18:47.878 INFO O| Aug 26 16:18:47.878 INFO STEP 653 (remove_files) COMPLETE
72782026-08-26T16:18:48.506Z[ recovery-image] Aug 26 16:18:47.878 INFO O| Aug 26 16:18:47.878 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.892 INFO O| Aug 26 16:18:47.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72802026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.892 INFO O| Aug 26 16:18:47.891 INFO STEP 654 (remove_files) COMPLETE
72812026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.892 INFO O| Aug 26 16:18:47.891 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.902 INFO O| Aug 26 16:18:47.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72832026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.902 INFO O| Aug 26 16:18:47.902 INFO STEP 655 (remove_files) COMPLETE
72842026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.902 INFO O| Aug 26 16:18:47.902 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.912 INFO O| Aug 26 16:18:47.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72862026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.912 INFO O| Aug 26 16:18:47.912 INFO STEP 656 (remove_files) COMPLETE
72872026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.912 INFO O| Aug 26 16:18:47.912 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.929 INFO O| Aug 26 16:18:47.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72892026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.929 INFO O| Aug 26 16:18:47.929 INFO STEP 657 (remove_files) COMPLETE
72902026-08-26T16:18:48.510Z[ recovery-image] Aug 26 16:18:47.929 INFO O| Aug 26 16:18:47.929 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-26T16:18:48.534Z[ recovery-image] Aug 26 16:18:47.936 INFO O| Aug 26 16:18:47.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72922026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.937 INFO O| Aug 26 16:18:47.937 INFO STEP 658 (remove_files) COMPLETE
72932026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.937 INFO O| Aug 26 16:18:47.937 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.944 INFO O| Aug 26 16:18:47.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72952026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.944 INFO O| Aug 26 16:18:47.944 INFO STEP 659 (remove_files) COMPLETE
72962026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.944 INFO O| Aug 26 16:18:47.944 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.951 INFO O| Aug 26 16:18:47.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72982026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.952 INFO O| Aug 26 16:18:47.952 INFO STEP 660 (remove_files) COMPLETE
72992026-08-26T16:18:48.535Z[ recovery-image] Aug 26 16:18:47.952 INFO O| Aug 26 16:18:47.952 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-26T16:18:48.540Z[ recovery-image] Aug 26 16:18:47.959 INFO O| Aug 26 16:18:47.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73012026-08-26T16:18:48.564Z[ recovery-image] Aug 26 16:18:47.983 INFO O| Aug 26 16:18:47.983 INFO STEP 661 (remove_files) COMPLETE
73022026-08-26T16:18:48.565Z[ recovery-image] Aug 26 16:18:47.983 INFO O| Aug 26 16:18:47.983 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-26T16:18:48.575Z[ recovery-image] Aug 26 16:18:47.994 INFO O| Aug 26 16:18:47.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73042026-08-26T16:18:48.611Z[ recovery-image] Aug 26 16:18:47.997 INFO O| Aug 26 16:18:47.997 INFO STEP 662 (remove_files) COMPLETE
73052026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:47.997 INFO O| Aug 26 16:18:47.997 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.007 INFO O| Aug 26 16:18:48.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73072026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.007 INFO O| Aug 26 16:18:48.007 INFO STEP 663 (remove_files) COMPLETE
73082026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.007 INFO O| Aug 26 16:18:48.007 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.015 INFO O| Aug 26 16:18:48.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73102026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.015 INFO O| Aug 26 16:18:48.015 INFO STEP 664 (remove_files) COMPLETE
73112026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.015 INFO O| Aug 26 16:18:48.015 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.024 INFO O| Aug 26 16:18:48.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73132026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.024 INFO O| Aug 26 16:18:48.024 INFO STEP 665 (remove_files) COMPLETE
73142026-08-26T16:18:48.612Z[ recovery-image] Aug 26 16:18:48.024 INFO O| Aug 26 16:18:48.024 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-26T16:18:48.636Z[ recovery-image] Aug 26 16:18:48.051 INFO O| Aug 26 16:18:48.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73162026-08-26T16:18:48.636Z[ recovery-image] Aug 26 16:18:48.051 INFO O| Aug 26 16:18:48.051 INFO STEP 666 (remove_files) COMPLETE
73172026-08-26T16:18:48.636Z[ recovery-image] Aug 26 16:18:48.051 INFO O| Aug 26 16:18:48.051 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-26T16:18:48.641Z[ recovery-image] Aug 26 16:18:48.060 INFO O| Aug 26 16:18:48.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73192026-08-26T16:18:48.641Z[ recovery-image] Aug 26 16:18:48.060 INFO O| Aug 26 16:18:48.060 INFO STEP 667 (remove_files) COMPLETE
73202026-08-26T16:18:48.641Z[ recovery-image] Aug 26 16:18:48.060 INFO O| Aug 26 16:18:48.060 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-26T16:18:48.653Z[ recovery-image] Aug 26 16:18:48.069 INFO O| Aug 26 16:18:48.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73222026-08-26T16:18:48.656Z[ recovery-image] Aug 26 16:18:48.073 INFO O| Aug 26 16:18:48.073 INFO STEP 668 (remove_files) COMPLETE
73232026-08-26T16:18:48.656Z[ recovery-image] Aug 26 16:18:48.073 INFO O| Aug 26 16:18:48.073 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-26T16:18:48.676Z[ recovery-image] Aug 26 16:18:48.084 INFO O| Aug 26 16:18:48.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73252026-08-26T16:18:48.676Z[ recovery-image] Aug 26 16:18:48.084 INFO O| Aug 26 16:18:48.084 INFO STEP 669 (remove_files) COMPLETE
73262026-08-26T16:18:48.676Z[ recovery-image] Aug 26 16:18:48.084 INFO O| Aug 26 16:18:48.084 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-26T16:18:48.676Z[ recovery-image] Aug 26 16:18:48.092 INFO O| Aug 26 16:18:48.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73282026-08-26T16:18:48.676Z[ recovery-image] Aug 26 16:18:48.092 INFO O| Aug 26 16:18:48.092 INFO STEP 670 (remove_files) COMPLETE
73292026-08-26T16:18:48.676Z[ recovery-image] Aug 26 16:18:48.092 INFO O| Aug 26 16:18:48.092 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-26T16:18:48.683Z[ recovery-image] Aug 26 16:18:48.102 INFO O| Aug 26 16:18:48.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73312026-08-26T16:18:48.688Z[ recovery-image] Aug 26 16:18:48.103 INFO O| Aug 26 16:18:48.102 INFO STEP 671 (remove_files) COMPLETE
73322026-08-26T16:18:48.688Z[ recovery-image] Aug 26 16:18:48.103 INFO O| Aug 26 16:18:48.102 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-26T16:18:48.695Z[ recovery-image] Aug 26 16:18:48.114 INFO O| Aug 26 16:18:48.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73342026-08-26T16:18:48.695Z[ recovery-image] Aug 26 16:18:48.114 INFO O| Aug 26 16:18:48.114 INFO STEP 672 (remove_files) COMPLETE
73352026-08-26T16:18:48.695Z[ recovery-image] Aug 26 16:18:48.114 INFO O| Aug 26 16:18:48.114 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-26T16:18:48.706Z[ recovery-image] Aug 26 16:18:48.125 INFO O| Aug 26 16:18:48.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73372026-08-26T16:18:48.709Z[ recovery-image] Aug 26 16:18:48.127 INFO O| Aug 26 16:18:48.127 INFO STEP 673 (remove_files) COMPLETE
73382026-08-26T16:18:48.709Z[ recovery-image] Aug 26 16:18:48.127 INFO O| Aug 26 16:18:48.127 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-26T16:18:48.717Z[ recovery-image] Aug 26 16:18:48.136 INFO O| Aug 26 16:18:48.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73402026-08-26T16:18:48.720Z[ recovery-image] Aug 26 16:18:48.137 INFO O| Aug 26 16:18:48.137 INFO STEP 674 (remove_files) COMPLETE
73412026-08-26T16:18:48.720Z[ recovery-image] Aug 26 16:18:48.137 INFO O| Aug 26 16:18:48.137 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-26T16:18:48.729Z[ recovery-image] Aug 26 16:18:48.148 INFO O| Aug 26 16:18:48.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73432026-08-26T16:18:48.729Z[ recovery-image] Aug 26 16:18:48.149 INFO O| Aug 26 16:18:48.148 INFO STEP 675 (remove_files) COMPLETE
73442026-08-26T16:18:48.733Z[ recovery-image] Aug 26 16:18:48.149 INFO O| Aug 26 16:18:48.148 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-26T16:18:48.740Z[ recovery-image] Aug 26 16:18:48.159 INFO O| Aug 26 16:18:48.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73462026-08-26T16:18:48.740Z[ recovery-image] Aug 26 16:18:48.159 INFO O| Aug 26 16:18:48.159 INFO STEP 676 (remove_files) COMPLETE
73472026-08-26T16:18:48.740Z[ recovery-image] Aug 26 16:18:48.159 INFO O| Aug 26 16:18:48.159 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-26T16:18:48.751Z[ recovery-image] Aug 26 16:18:48.170 INFO O| Aug 26 16:18:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73492026-08-26T16:18:48.751Z[ recovery-image] Aug 26 16:18:48.170 INFO O| Aug 26 16:18:48.170 INFO STEP 677 (remove_files) COMPLETE
73502026-08-26T16:18:48.756Z[ recovery-image] Aug 26 16:18:48.170 INFO O| Aug 26 16:18:48.170 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-26T16:18:48.762Z[ recovery-image] Aug 26 16:18:48.181 INFO O| Aug 26 16:18:48.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73522026-08-26T16:18:48.762Z[ recovery-image] Aug 26 16:18:48.181 INFO O| Aug 26 16:18:48.181 INFO STEP 678 (remove_files) COMPLETE
73532026-08-26T16:18:48.765Z[ recovery-image] Aug 26 16:18:48.181 INFO O| Aug 26 16:18:48.181 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-26T16:18:48.771Z[ recovery-image] Aug 26 16:18:48.190 INFO O| Aug 26 16:18:48.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73552026-08-26T16:18:48.771Z[ recovery-image] Aug 26 16:18:48.191 INFO O| Aug 26 16:18:48.191 INFO STEP 679 (remove_files) COMPLETE
73562026-08-26T16:18:48.775Z[ recovery-image] Aug 26 16:18:48.191 INFO O| Aug 26 16:18:48.191 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-26T16:18:48.781Z[ recovery-image] Aug 26 16:18:48.200 INFO O| Aug 26 16:18:48.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73582026-08-26T16:18:48.781Z[ recovery-image] Aug 26 16:18:48.200 INFO O| Aug 26 16:18:48.200 INFO STEP 680 (remove_files) COMPLETE
73592026-08-26T16:18:48.781Z[ recovery-image] Aug 26 16:18:48.200 INFO O| Aug 26 16:18:48.200 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-26T16:18:48.791Z[ recovery-image] Aug 26 16:18:48.209 INFO O| Aug 26 16:18:48.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73612026-08-26T16:18:48.791Z[ recovery-image] Aug 26 16:18:48.209 INFO O| Aug 26 16:18:48.209 INFO STEP 681 (remove_files) COMPLETE
73622026-08-26T16:18:48.791Z[ recovery-image] Aug 26 16:18:48.209 INFO O| Aug 26 16:18:48.209 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-26T16:18:48.799Z[ recovery-image] Aug 26 16:18:48.218 INFO O| Aug 26 16:18:48.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73642026-08-26T16:18:48.799Z[ recovery-image] Aug 26 16:18:48.218 INFO O| Aug 26 16:18:48.218 INFO STEP 682 (remove_files) COMPLETE
73652026-08-26T16:18:48.799Z[ recovery-image] Aug 26 16:18:48.219 INFO O| Aug 26 16:18:48.218 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-26T16:18:48.810Z[ recovery-image] Aug 26 16:18:48.228 INFO O| Aug 26 16:18:48.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73672026-08-26T16:18:48.810Z[ recovery-image] Aug 26 16:18:48.228 INFO O| Aug 26 16:18:48.228 INFO STEP 683 (remove_files) COMPLETE
73682026-08-26T16:18:48.810Z[ recovery-image] Aug 26 16:18:48.228 INFO O| Aug 26 16:18:48.228 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-26T16:18:48.819Z[ recovery-image] Aug 26 16:18:48.238 INFO O| Aug 26 16:18:48.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73702026-08-26T16:18:48.823Z[ recovery-image] Aug 26 16:18:48.239 INFO O| Aug 26 16:18:48.239 INFO STEP 684 (remove_files) COMPLETE
73712026-08-26T16:18:48.825Z[ recovery-image] Aug 26 16:18:48.239 INFO O| Aug 26 16:18:48.239 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-26T16:18:48.830Z[ recovery-image] Aug 26 16:18:48.249 INFO O| Aug 26 16:18:48.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73732026-08-26T16:18:48.830Z[ recovery-image] Aug 26 16:18:48.249 INFO O| Aug 26 16:18:48.249 INFO STEP 685 (remove_files) COMPLETE
73742026-08-26T16:18:48.830Z[ recovery-image] Aug 26 16:18:48.249 INFO O| Aug 26 16:18:48.249 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-26T16:18:48.839Z[ recovery-image] Aug 26 16:18:48.259 INFO O| Aug 26 16:18:48.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73762026-08-26T16:18:48.839Z[ recovery-image] Aug 26 16:18:48.259 INFO O| Aug 26 16:18:48.259 INFO STEP 686 (remove_files) COMPLETE
73772026-08-26T16:18:48.839Z[ recovery-image] Aug 26 16:18:48.259 INFO O| Aug 26 16:18:48.259 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-26T16:18:48.850Z[ recovery-image] Aug 26 16:18:48.269 INFO O| Aug 26 16:18:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73792026-08-26T16:18:48.851Z[ recovery-image] Aug 26 16:18:48.269 INFO O| Aug 26 16:18:48.269 INFO STEP 687 (remove_files) COMPLETE
73802026-08-26T16:18:48.851Z[ recovery-image] Aug 26 16:18:48.269 INFO O| Aug 26 16:18:48.269 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-26T16:18:48.859Z[ recovery-image] Aug 26 16:18:48.278 INFO O| Aug 26 16:18:48.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73822026-08-26T16:18:48.859Z[ recovery-image] Aug 26 16:18:48.279 INFO O| Aug 26 16:18:48.278 INFO STEP 688 (remove_files) COMPLETE
73832026-08-26T16:18:48.859Z[ recovery-image] Aug 26 16:18:48.279 INFO O| Aug 26 16:18:48.278 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-26T16:18:48.870Z[ recovery-image] Aug 26 16:18:48.289 INFO O| Aug 26 16:18:48.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73852026-08-26T16:18:48.870Z[ recovery-image] Aug 26 16:18:48.289 INFO O| Aug 26 16:18:48.289 INFO STEP 689 (remove_files) COMPLETE
73862026-08-26T16:18:48.870Z[ recovery-image] Aug 26 16:18:48.289 INFO O| Aug 26 16:18:48.289 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-26T16:18:48.879Z[ recovery-image] Aug 26 16:18:48.298 INFO O| Aug 26 16:18:48.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73882026-08-26T16:18:48.879Z[ recovery-image] Aug 26 16:18:48.298 INFO O| Aug 26 16:18:48.298 INFO STEP 690 (remove_files) COMPLETE
73892026-08-26T16:18:48.879Z[ recovery-image] Aug 26 16:18:48.298 INFO O| Aug 26 16:18:48.298 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-26T16:18:48.889Z[ recovery-image] Aug 26 16:18:48.308 INFO O| Aug 26 16:18:48.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73912026-08-26T16:18:48.889Z[ recovery-image] Aug 26 16:18:48.308 INFO O| Aug 26 16:18:48.308 INFO STEP 691 (remove_files) COMPLETE
73922026-08-26T16:18:48.892Z[ recovery-image] Aug 26 16:18:48.308 INFO O| Aug 26 16:18:48.308 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-26T16:18:48.900Z[ recovery-image] Aug 26 16:18:48.319 INFO O| Aug 26 16:18:48.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73942026-08-26T16:18:48.900Z[ recovery-image] Aug 26 16:18:48.319 INFO O| Aug 26 16:18:48.319 INFO STEP 692 (remove_files) COMPLETE
73952026-08-26T16:18:48.900Z[ recovery-image] Aug 26 16:18:48.319 INFO O| Aug 26 16:18:48.319 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-26T16:18:48.910Z[ recovery-image] Aug 26 16:18:48.328 INFO O| Aug 26 16:18:48.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73972026-08-26T16:18:48.910Z[ recovery-image] Aug 26 16:18:48.328 INFO O| Aug 26 16:18:48.328 INFO STEP 693 (remove_files) COMPLETE
73982026-08-26T16:18:48.910Z[ recovery-image] Aug 26 16:18:48.328 INFO O| Aug 26 16:18:48.328 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-26T16:18:48.920Z[ recovery-image] Aug 26 16:18:48.338 INFO O| Aug 26 16:18:48.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74002026-08-26T16:18:48.920Z[ recovery-image] Aug 26 16:18:48.338 INFO O| Aug 26 16:18:48.338 INFO STEP 694 (remove_files) COMPLETE
74012026-08-26T16:18:48.924Z[ recovery-image] Aug 26 16:18:48.338 INFO O| Aug 26 16:18:48.338 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-26T16:18:48.931Z[ recovery-image] Aug 26 16:18:48.348 INFO O| Aug 26 16:18:48.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74032026-08-26T16:18:48.931Z[ recovery-image] Aug 26 16:18:48.348 INFO O| Aug 26 16:18:48.348 INFO STEP 695 (remove_files) COMPLETE
74042026-08-26T16:18:48.931Z[ recovery-image] Aug 26 16:18:48.348 INFO O| Aug 26 16:18:48.348 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-26T16:18:48.937Z[ recovery-image] Aug 26 16:18:48.357 INFO O| Aug 26 16:18:48.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74062026-08-26T16:18:48.937Z[ recovery-image] Aug 26 16:18:48.357 INFO O| Aug 26 16:18:48.357 INFO STEP 696 (remove_files) COMPLETE
74072026-08-26T16:18:48.938Z[ recovery-image] Aug 26 16:18:48.357 INFO O| Aug 26 16:18:48.357 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-26T16:18:48.948Z[ recovery-image] Aug 26 16:18:48.367 INFO O| Aug 26 16:18:48.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74092026-08-26T16:18:48.948Z[ recovery-image] Aug 26 16:18:48.367 INFO O| Aug 26 16:18:48.367 INFO STEP 697 (remove_files) COMPLETE
74102026-08-26T16:18:48.948Z[ recovery-image] Aug 26 16:18:48.367 INFO O| Aug 26 16:18:48.367 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-26T16:18:48.956Z[ recovery-image] Aug 26 16:18:48.375 INFO O| Aug 26 16:18:48.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74122026-08-26T16:18:48.956Z[ recovery-image] Aug 26 16:18:48.375 INFO O| Aug 26 16:18:48.375 INFO STEP 698 (remove_files) COMPLETE
74132026-08-26T16:18:48.956Z[ recovery-image] Aug 26 16:18:48.375 INFO O| Aug 26 16:18:48.375 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-26T16:18:48.964Z[ recovery-image] Aug 26 16:18:48.383 INFO O| Aug 26 16:18:48.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74152026-08-26T16:18:48.964Z[ recovery-image] Aug 26 16:18:48.383 INFO O| Aug 26 16:18:48.383 INFO STEP 699 (remove_files) COMPLETE
74162026-08-26T16:18:48.964Z[ recovery-image] Aug 26 16:18:48.383 INFO O| Aug 26 16:18:48.383 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-26T16:18:48.972Z[ recovery-image] Aug 26 16:18:48.391 INFO O| Aug 26 16:18:48.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74182026-08-26T16:18:48.972Z[ recovery-image] Aug 26 16:18:48.391 INFO O| Aug 26 16:18:48.391 INFO STEP 700 (remove_files) COMPLETE
74192026-08-26T16:18:48.975Z[ recovery-image] Aug 26 16:18:48.391 INFO O| Aug 26 16:18:48.391 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-26T16:18:48.981Z[ recovery-image] Aug 26 16:18:48.400 INFO O| Aug 26 16:18:48.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74212026-08-26T16:18:48.981Z[ recovery-image] Aug 26 16:18:48.400 INFO O| Aug 26 16:18:48.400 INFO STEP 701 (remove_files) COMPLETE
74222026-08-26T16:18:48.981Z[ recovery-image] Aug 26 16:18:48.400 INFO O| Aug 26 16:18:48.400 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-26T16:18:48.992Z[ recovery-image] Aug 26 16:18:48.412 INFO O| Aug 26 16:18:48.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74242026-08-26T16:18:48.992Z[ recovery-image] Aug 26 16:18:48.412 INFO O| Aug 26 16:18:48.412 INFO STEP 702 (remove_files) COMPLETE
74252026-08-26T16:18:48.992Z[ recovery-image] Aug 26 16:18:48.412 INFO O| Aug 26 16:18:48.412 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-26T16:18:49.007Z[ recovery-image] Aug 26 16:18:48.423 INFO O| Aug 26 16:18:48.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74272026-08-26T16:18:49.007Z[ recovery-image] Aug 26 16:18:48.423 INFO O| Aug 26 16:18:48.423 INFO STEP 703 (remove_files) COMPLETE
74282026-08-26T16:18:49.007Z[ recovery-image] Aug 26 16:18:48.423 INFO O| Aug 26 16:18:48.423 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-26T16:18:49.014Z[ recovery-image] Aug 26 16:18:48.434 INFO O| Aug 26 16:18:48.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74302026-08-26T16:18:49.015Z[ recovery-image] Aug 26 16:18:48.434 INFO O| Aug 26 16:18:48.434 INFO STEP 704 (remove_files) COMPLETE
74312026-08-26T16:18:49.015Z[ recovery-image] Aug 26 16:18:48.434 INFO O| Aug 26 16:18:48.434 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-26T16:18:49.024Z[ recovery-image] Aug 26 16:18:48.443 INFO O| Aug 26 16:18:48.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74332026-08-26T16:18:49.024Z[ recovery-image] Aug 26 16:18:48.443 INFO O| Aug 26 16:18:48.443 INFO STEP 705 (remove_files) COMPLETE
74342026-08-26T16:18:49.024Z[ recovery-image] Aug 26 16:18:48.443 INFO O| Aug 26 16:18:48.443 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-26T16:18:49.035Z[ recovery-image] Aug 26 16:18:48.454 INFO O| Aug 26 16:18:48.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74362026-08-26T16:18:49.035Z[ recovery-image] Aug 26 16:18:48.454 INFO O| Aug 26 16:18:48.454 INFO STEP 706 (remove_files) COMPLETE
74372026-08-26T16:18:49.035Z[ recovery-image] Aug 26 16:18:48.454 INFO O| Aug 26 16:18:48.454 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-26T16:18:49.046Z[ recovery-image] Aug 26 16:18:48.465 INFO O| Aug 26 16:18:48.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74392026-08-26T16:18:49.047Z[ recovery-image] Aug 26 16:18:48.465 INFO O| Aug 26 16:18:48.465 INFO STEP 707 (remove_files) COMPLETE
74402026-08-26T16:18:49.047Z[ recovery-image] Aug 26 16:18:48.465 INFO O| Aug 26 16:18:48.465 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-26T16:18:49.058Z[ recovery-image] Aug 26 16:18:48.476 INFO O| Aug 26 16:18:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74422026-08-26T16:18:49.058Z[ recovery-image] Aug 26 16:18:48.477 INFO O| Aug 26 16:18:48.476 INFO STEP 708 (remove_files) COMPLETE
74432026-08-26T16:18:49.062Z[ recovery-image] Aug 26 16:18:48.477 INFO O| Aug 26 16:18:48.477 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-26T16:18:49.068Z[ recovery-image] Aug 26 16:18:48.487 INFO O| Aug 26 16:18:48.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74452026-08-26T16:18:49.068Z[ recovery-image] Aug 26 16:18:48.487 INFO O| Aug 26 16:18:48.487 INFO STEP 709 (remove_files) COMPLETE
74462026-08-26T16:18:49.068Z[ recovery-image] Aug 26 16:18:48.487 INFO O| Aug 26 16:18:48.487 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-26T16:18:49.081Z[ recovery-image] Aug 26 16:18:48.498 INFO O| Aug 26 16:18:48.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74482026-08-26T16:18:49.081Z[ recovery-image] Aug 26 16:18:48.498 INFO O| Aug 26 16:18:48.498 INFO STEP 710 (remove_files) COMPLETE
74492026-08-26T16:18:49.081Z[ recovery-image] Aug 26 16:18:48.498 INFO O| Aug 26 16:18:48.498 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-26T16:18:49.089Z[ recovery-image] Aug 26 16:18:48.508 INFO O| Aug 26 16:18:48.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74512026-08-26T16:18:49.090Z[ recovery-image] Aug 26 16:18:48.509 INFO O| Aug 26 16:18:48.509 INFO STEP 711 (remove_files) COMPLETE
74522026-08-26T16:18:49.093Z[ recovery-image] Aug 26 16:18:48.509 INFO O| Aug 26 16:18:48.509 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-26T16:18:49.100Z[ recovery-image] Aug 26 16:18:48.517 INFO O| Aug 26 16:18:48.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74542026-08-26T16:18:49.100Z[ recovery-image] Aug 26 16:18:48.517 INFO O| Aug 26 16:18:48.517 INFO STEP 712 (remove_files) COMPLETE
74552026-08-26T16:18:49.103Z[ recovery-image] Aug 26 16:18:48.517 INFO O| Aug 26 16:18:48.517 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-26T16:18:49.113Z[ recovery-image] Aug 26 16:18:48.532 INFO O| Aug 26 16:18:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74572026-08-26T16:18:49.113Z[ recovery-image] Aug 26 16:18:48.532 INFO O| Aug 26 16:18:48.532 INFO STEP 713 (remove_files) COMPLETE
74582026-08-26T16:18:49.113Z[ recovery-image] Aug 26 16:18:48.532 INFO O| Aug 26 16:18:48.532 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-26T16:18:49.125Z[ recovery-image] Aug 26 16:18:48.544 INFO O| Aug 26 16:18:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74602026-08-26T16:18:49.125Z[ recovery-image] Aug 26 16:18:48.544 INFO O| Aug 26 16:18:48.544 INFO STEP 714 (remove_files) COMPLETE
74612026-08-26T16:18:49.125Z[ recovery-image] Aug 26 16:18:48.544 INFO O| Aug 26 16:18:48.544 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-26T16:18:49.134Z[ recovery-image] Aug 26 16:18:48.553 INFO O| Aug 26 16:18:48.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74632026-08-26T16:18:49.134Z[ recovery-image] Aug 26 16:18:48.553 INFO O| Aug 26 16:18:48.553 INFO STEP 715 (remove_files) COMPLETE
74642026-08-26T16:18:49.134Z[ recovery-image] Aug 26 16:18:48.553 INFO O| Aug 26 16:18:48.553 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-26T16:18:49.145Z[ recovery-image] Aug 26 16:18:48.564 INFO O| Aug 26 16:18:48.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74662026-08-26T16:18:49.145Z[ recovery-image] Aug 26 16:18:48.564 INFO O| Aug 26 16:18:48.564 INFO STEP 716 (remove_files) COMPLETE
74672026-08-26T16:18:49.145Z[ recovery-image] Aug 26 16:18:48.564 INFO O| Aug 26 16:18:48.564 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-26T16:18:49.155Z[ recovery-image] Aug 26 16:18:48.574 INFO O| Aug 26 16:18:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74692026-08-26T16:18:49.155Z[ recovery-image] Aug 26 16:18:48.574 INFO O| Aug 26 16:18:48.574 INFO STEP 717 (remove_files) COMPLETE
74702026-08-26T16:18:49.158Z[ recovery-image] Aug 26 16:18:48.574 INFO O| Aug 26 16:18:48.574 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-26T16:18:49.167Z[ recovery-image] Aug 26 16:18:48.586 INFO O| Aug 26 16:18:48.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74722026-08-26T16:18:49.167Z[ recovery-image] Aug 26 16:18:48.586 INFO O| Aug 26 16:18:48.586 INFO STEP 718 (remove_files) COMPLETE
74732026-08-26T16:18:49.171Z[ recovery-image] Aug 26 16:18:48.586 INFO O| Aug 26 16:18:48.586 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-26T16:18:49.182Z[ recovery-image] Aug 26 16:18:48.599 INFO O| Aug 26 16:18:48.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74752026-08-26T16:18:49.182Z[ recovery-image] Aug 26 16:18:48.599 INFO O| Aug 26 16:18:48.599 INFO STEP 719 (remove_files) COMPLETE
74762026-08-26T16:18:49.182Z[ recovery-image] Aug 26 16:18:48.599 INFO O| Aug 26 16:18:48.599 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-26T16:18:49.192Z[ recovery-image] Aug 26 16:18:48.610 INFO O| Aug 26 16:18:48.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74782026-08-26T16:18:49.192Z[ recovery-image] Aug 26 16:18:48.611 INFO O| Aug 26 16:18:48.611 INFO STEP 720 (remove_files) COMPLETE
74792026-08-26T16:18:49.192Z[ recovery-image] Aug 26 16:18:48.611 INFO O| Aug 26 16:18:48.611 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-26T16:18:49.202Z[ recovery-image] Aug 26 16:18:48.622 INFO O| Aug 26 16:18:48.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74812026-08-26T16:18:49.203Z[ recovery-image] Aug 26 16:18:48.622 INFO O| Aug 26 16:18:48.622 INFO STEP 721 (remove_files) COMPLETE
74822026-08-26T16:18:49.203Z[ recovery-image] Aug 26 16:18:48.622 INFO O| Aug 26 16:18:48.622 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-26T16:18:49.216Z[ recovery-image] Aug 26 16:18:48.635 INFO O| Aug 26 16:18:48.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74842026-08-26T16:18:49.216Z[ recovery-image] Aug 26 16:18:48.635 INFO O| Aug 26 16:18:48.635 INFO STEP 722 (remove_files) COMPLETE
74852026-08-26T16:18:49.219Z[ recovery-image] Aug 26 16:18:48.635 INFO O| Aug 26 16:18:48.635 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-26T16:18:49.228Z[ recovery-image] Aug 26 16:18:48.647 INFO O| Aug 26 16:18:48.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74872026-08-26T16:18:49.228Z[ recovery-image] Aug 26 16:18:48.647 INFO O| Aug 26 16:18:48.647 INFO STEP 723 (remove_files) COMPLETE
74882026-08-26T16:18:49.231Z[ recovery-image] Aug 26 16:18:48.647 INFO O| Aug 26 16:18:48.647 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-26T16:18:49.241Z[ recovery-image] Aug 26 16:18:48.660 INFO O| Aug 26 16:18:48.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74902026-08-26T16:18:49.241Z[ recovery-image] Aug 26 16:18:48.660 INFO O| Aug 26 16:18:48.660 INFO STEP 724 (remove_files) COMPLETE
74912026-08-26T16:18:49.246Z[ recovery-image] Aug 26 16:18:48.660 INFO O| Aug 26 16:18:48.660 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-26T16:18:49.258Z[ recovery-image] Aug 26 16:18:48.677 INFO O| Aug 26 16:18:48.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74932026-08-26T16:18:49.262Z[ recovery-image] Aug 26 16:18:48.679 INFO O| Aug 26 16:18:48.678 INFO STEP 725 (remove_files) COMPLETE
74942026-08-26T16:18:49.262Z[ recovery-image] Aug 26 16:18:48.679 INFO O| Aug 26 16:18:48.678 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-26T16:18:49.277Z[ recovery-image] Aug 26 16:18:48.696 INFO O| Aug 26 16:18:48.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74962026-08-26T16:18:49.277Z[ recovery-image] Aug 26 16:18:48.696 INFO O| Aug 26 16:18:48.696 INFO STEP 726 (remove_files) COMPLETE
74972026-08-26T16:18:49.277Z[ recovery-image] Aug 26 16:18:48.696 INFO O| Aug 26 16:18:48.696 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-26T16:18:49.290Z[ recovery-image] Aug 26 16:18:48.709 INFO O| Aug 26 16:18:48.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74992026-08-26T16:18:49.290Z[ recovery-image] Aug 26 16:18:48.709 INFO O| Aug 26 16:18:48.709 INFO STEP 727 (remove_files) COMPLETE
75002026-08-26T16:18:49.290Z[ recovery-image] Aug 26 16:18:48.709 INFO O| Aug 26 16:18:48.709 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-26T16:18:49.300Z[ recovery-image] Aug 26 16:18:48.719 INFO O| Aug 26 16:18:48.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75022026-08-26T16:18:49.300Z[ recovery-image] Aug 26 16:18:48.719 INFO O| Aug 26 16:18:48.719 INFO STEP 728 (remove_files) COMPLETE
75032026-08-26T16:18:49.300Z[ recovery-image] Aug 26 16:18:48.720 INFO O| Aug 26 16:18:48.719 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-26T16:18:49.348Z[ recovery-image] Aug 26 16:18:48.767 INFO O| Aug 26 16:18:48.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75052026-08-26T16:18:49.348Z[ recovery-image] Aug 26 16:18:48.767 INFO O| Aug 26 16:18:48.766 INFO STEP 729 (remove_files) COMPLETE
75062026-08-26T16:18:49.348Z[ recovery-image] Aug 26 16:18:48.767 INFO O| Aug 26 16:18:48.766 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-26T16:18:49.358Z[ recovery-image] Aug 26 16:18:48.777 INFO O| Aug 26 16:18:48.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75082026-08-26T16:18:49.358Z[ recovery-image] Aug 26 16:18:48.777 INFO O| Aug 26 16:18:48.777 INFO STEP 730 (remove_files) COMPLETE
75092026-08-26T16:18:49.359Z[ recovery-image] Aug 26 16:18:48.777 INFO O| Aug 26 16:18:48.777 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-26T16:18:49.400Z[ recovery-image] Aug 26 16:18:48.818 INFO O| Aug 26 16:18:48.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75112026-08-26T16:18:49.400Z[ recovery-image] Aug 26 16:18:48.818 INFO O| Aug 26 16:18:48.818 INFO STEP 731 (remove_files) COMPLETE
75122026-08-26T16:18:49.400Z[ recovery-image] Aug 26 16:18:48.818 INFO O| Aug 26 16:18:48.818 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-26T16:18:49.410Z[ recovery-image] Aug 26 16:18:48.829 INFO O| Aug 26 16:18:48.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75142026-08-26T16:18:49.410Z[ recovery-image] Aug 26 16:18:48.830 INFO O| Aug 26 16:18:48.829 INFO STEP 732 (remove_files) COMPLETE
75152026-08-26T16:18:49.414Z[ recovery-image] Aug 26 16:18:48.830 INFO O| Aug 26 16:18:48.830 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-26T16:18:49.424Z[ recovery-image] Aug 26 16:18:48.840 INFO O| Aug 26 16:18:48.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75172026-08-26T16:18:49.424Z[ recovery-image] Aug 26 16:18:48.840 INFO O| Aug 26 16:18:48.840 INFO STEP 733 (remove_files) COMPLETE
75182026-08-26T16:18:49.424Z[ recovery-image] Aug 26 16:18:48.840 INFO O| Aug 26 16:18:48.840 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-26T16:18:49.430Z[ recovery-image] Aug 26 16:18:48.849 INFO O| Aug 26 16:18:48.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75202026-08-26T16:18:49.431Z[ recovery-image] Aug 26 16:18:48.850 INFO O| Aug 26 16:18:48.849 INFO STEP 734 (remove_files) COMPLETE
75212026-08-26T16:18:49.431Z[ recovery-image] Aug 26 16:18:48.850 INFO O| Aug 26 16:18:48.850 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-26T16:18:49.440Z[ recovery-image] Aug 26 16:18:48.859 INFO O| Aug 26 16:18:48.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75232026-08-26T16:18:49.440Z[ recovery-image] Aug 26 16:18:48.859 INFO O| Aug 26 16:18:48.859 INFO STEP 735 (remove_files) COMPLETE
75242026-08-26T16:18:49.440Z[ recovery-image] Aug 26 16:18:48.859 INFO O| Aug 26 16:18:48.859 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-26T16:18:49.448Z[ recovery-image] Aug 26 16:18:48.867 INFO O| Aug 26 16:18:48.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75262026-08-26T16:18:49.448Z[ recovery-image] Aug 26 16:18:48.867 INFO O| Aug 26 16:18:48.867 INFO STEP 736 (remove_files) COMPLETE
75272026-08-26T16:18:49.448Z[ recovery-image] Aug 26 16:18:48.867 INFO O| Aug 26 16:18:48.867 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-26T16:18:49.457Z[ recovery-image] Aug 26 16:18:48.876 INFO O| Aug 26 16:18:48.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75292026-08-26T16:18:49.457Z[ recovery-image] Aug 26 16:18:48.876 INFO O| Aug 26 16:18:48.876 INFO STEP 737 (remove_files) COMPLETE
75302026-08-26T16:18:49.457Z[ recovery-image] Aug 26 16:18:48.876 INFO O| Aug 26 16:18:48.876 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-26T16:18:49.467Z[ recovery-image] Aug 26 16:18:48.886 INFO O| Aug 26 16:18:48.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75322026-08-26T16:18:49.467Z[ recovery-image] Aug 26 16:18:48.886 INFO O| Aug 26 16:18:48.886 INFO STEP 738 (remove_files) COMPLETE
75332026-08-26T16:18:49.467Z[ recovery-image] Aug 26 16:18:48.886 INFO O| Aug 26 16:18:48.886 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-26T16:18:49.471Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
75352026-08-26T16:18:49.477Z[ recovery-image] Aug 26 16:18:48.896 INFO O| Aug 26 16:18:48.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75362026-08-26T16:18:49.477Z[ recovery-image] Aug 26 16:18:48.896 INFO O| Aug 26 16:18:48.896 INFO STEP 739 (remove_files) COMPLETE
75372026-08-26T16:18:49.477Z[ recovery-image] Aug 26 16:18:48.896 INFO O| Aug 26 16:18:48.896 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-26T16:18:49.486Z[ recovery-image] Aug 26 16:18:48.905 INFO O| Aug 26 16:18:48.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75392026-08-26T16:18:49.486Z[ recovery-image] Aug 26 16:18:48.905 INFO O| Aug 26 16:18:48.905 INFO STEP 740 (remove_files) COMPLETE
75402026-08-26T16:18:49.490Z[ recovery-image] Aug 26 16:18:48.905 INFO O| Aug 26 16:18:48.905 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-26T16:18:49.501Z[ recovery-image] Aug 26 16:18:48.920 INFO O| Aug 26 16:18:48.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75422026-08-26T16:18:49.501Z[ recovery-image] Aug 26 16:18:48.920 INFO O| Aug 26 16:18:48.918 INFO STEP 741 (remove_files) COMPLETE
75432026-08-26T16:18:49.505Z[ recovery-image] Aug 26 16:18:48.920 INFO O| Aug 26 16:18:48.918 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-26T16:18:49.508Z[ recovery-image] Aug 26 16:18:48.927 INFO O| Aug 26 16:18:48.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75452026-08-26T16:18:49.508Z[ recovery-image] Aug 26 16:18:48.927 INFO O| Aug 26 16:18:48.927 INFO STEP 742 (remove_files) COMPLETE
75462026-08-26T16:18:49.508Z[ recovery-image] Aug 26 16:18:48.927 INFO O| Aug 26 16:18:48.927 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-26T16:18:49.516Z[ recovery-image] Aug 26 16:18:48.935 INFO O| Aug 26 16:18:48.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75482026-08-26T16:18:49.517Z[ recovery-image] Aug 26 16:18:48.935 INFO O| Aug 26 16:18:48.935 INFO STEP 743 (remove_files) COMPLETE
75492026-08-26T16:18:49.517Z[ recovery-image] Aug 26 16:18:48.935 INFO O| Aug 26 16:18:48.935 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-26T16:18:49.527Z[ recovery-image] Aug 26 16:18:48.946 INFO O| Aug 26 16:18:48.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75512026-08-26T16:18:49.528Z[ recovery-image] Aug 26 16:18:48.946 INFO O| Aug 26 16:18:48.946 INFO STEP 744 (remove_files) COMPLETE
75522026-08-26T16:18:49.528Z[ recovery-image] Aug 26 16:18:48.946 INFO O| Aug 26 16:18:48.946 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-26T16:18:49.543Z[ recovery-image] Aug 26 16:18:48.962 INFO O| Aug 26 16:18:48.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75542026-08-26T16:18:49.543Z[ recovery-image] Aug 26 16:18:48.962 INFO O| Aug 26 16:18:48.962 INFO STEP 745 (remove_files) COMPLETE
75552026-08-26T16:18:49.543Z[ recovery-image] Aug 26 16:18:48.962 INFO O| Aug 26 16:18:48.962 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-26T16:18:49.558Z[ recovery-image] Aug 26 16:18:48.977 INFO O| Aug 26 16:18:48.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75572026-08-26T16:18:49.561Z[ recovery-image] Aug 26 16:18:48.978 INFO O| Aug 26 16:18:48.978 INFO STEP 746 (remove_files) COMPLETE
75582026-08-26T16:18:49.561Z[ recovery-image] Aug 26 16:18:48.978 INFO O| Aug 26 16:18:48.978 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-26T16:18:49.571Z[ recovery-image] Aug 26 16:18:48.990 INFO O| Aug 26 16:18:48.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75602026-08-26T16:18:49.571Z[ recovery-image] Aug 26 16:18:48.990 INFO O| Aug 26 16:18:48.990 INFO STEP 747 (remove_files) COMPLETE
75612026-08-26T16:18:49.575Z[ recovery-image] Aug 26 16:18:48.990 INFO O| Aug 26 16:18:48.990 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-26T16:18:49.583Z[ recovery-image] Aug 26 16:18:49.000 INFO O| Aug 26 16:18:49.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75632026-08-26T16:18:49.583Z[ recovery-image] Aug 26 16:18:49.000 INFO O| Aug 26 16:18:49.000 INFO STEP 748 (remove_files) COMPLETE
75642026-08-26T16:18:49.587Z[ recovery-image] Aug 26 16:18:49.000 INFO O| Aug 26 16:18:49.000 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-26T16:18:49.614Z[ recovery-image] Aug 26 16:18:49.031 INFO O| Aug 26 16:18:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75662026-08-26T16:18:49.615Z[ recovery-image] Aug 26 16:18:49.031 INFO O| Aug 26 16:18:49.031 INFO STEP 749 (remove_files) COMPLETE
75672026-08-26T16:18:49.615Z[ recovery-image] Aug 26 16:18:49.031 INFO O| Aug 26 16:18:49.031 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-26T16:18:49.638Z[ recovery-image] Aug 26 16:18:49.055 INFO O| Aug 26 16:18:49.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75692026-08-26T16:18:49.638Z[ recovery-image] Aug 26 16:18:49.055 INFO O| Aug 26 16:18:49.055 INFO STEP 750 (remove_files) COMPLETE
75702026-08-26T16:18:49.638Z[ recovery-image] Aug 26 16:18:49.055 INFO O| Aug 26 16:18:49.055 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-26T16:18:49.650Z[ recovery-image] Aug 26 16:18:49.068 INFO O| Aug 26 16:18:49.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75722026-08-26T16:18:49.650Z[ recovery-image] Aug 26 16:18:49.069 INFO O| Aug 26 16:18:49.068 INFO STEP 751 (remove_files) COMPLETE
75732026-08-26T16:18:49.650Z[ recovery-image] Aug 26 16:18:49.069 INFO O| Aug 26 16:18:49.068 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-26T16:18:49.661Z[ recovery-image] Aug 26 16:18:49.079 INFO O| Aug 26 16:18:49.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75752026-08-26T16:18:49.661Z[ recovery-image] Aug 26 16:18:49.079 INFO O| Aug 26 16:18:49.079 INFO STEP 752 (remove_files) COMPLETE
75762026-08-26T16:18:49.665Z[ recovery-image] Aug 26 16:18:49.079 INFO O| Aug 26 16:18:49.079 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-26T16:18:49.670Z[ recovery-image] Aug 26 16:18:49.089 INFO O| Aug 26 16:18:49.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75782026-08-26T16:18:49.670Z[ recovery-image] Aug 26 16:18:49.089 INFO O| Aug 26 16:18:49.089 INFO STEP 753 (remove_files) COMPLETE
75792026-08-26T16:18:49.675Z[ recovery-image] Aug 26 16:18:49.089 INFO O| Aug 26 16:18:49.089 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-26T16:18:49.681Z[ recovery-image] Aug 26 16:18:49.100 INFO O| Aug 26 16:18:49.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75812026-08-26T16:18:49.681Z[ recovery-image] Aug 26 16:18:49.100 INFO O| Aug 26 16:18:49.100 INFO STEP 754 (remove_files) COMPLETE
75822026-08-26T16:18:49.681Z[ recovery-image] Aug 26 16:18:49.100 INFO O| Aug 26 16:18:49.100 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-26T16:18:49.693Z[ recovery-image] Aug 26 16:18:49.111 INFO O| Aug 26 16:18:49.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75842026-08-26T16:18:49.693Z[ recovery-image] Aug 26 16:18:49.111 INFO O| Aug 26 16:18:49.111 INFO STEP 755 (remove_files) COMPLETE
75852026-08-26T16:18:49.693Z[ recovery-image] Aug 26 16:18:49.111 INFO O| Aug 26 16:18:49.111 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-26T16:18:49.706Z[ recovery-image] Aug 26 16:18:49.124 INFO O| Aug 26 16:18:49.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75872026-08-26T16:18:49.706Z[ recovery-image] Aug 26 16:18:49.125 INFO O| Aug 26 16:18:49.125 INFO STEP 756 (remove_files) COMPLETE
75882026-08-26T16:18:49.710Z[ recovery-image] Aug 26 16:18:49.125 INFO O| Aug 26 16:18:49.125 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-26T16:18:49.718Z[ recovery-image] Aug 26 16:18:49.137 INFO O| Aug 26 16:18:49.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75902026-08-26T16:18:49.718Z[ recovery-image] Aug 26 16:18:49.137 INFO O| Aug 26 16:18:49.137 INFO STEP 757 (remove_files) COMPLETE
75912026-08-26T16:18:49.721Z[ recovery-image] Aug 26 16:18:49.137 INFO O| Aug 26 16:18:49.137 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-26T16:18:49.731Z[ recovery-image] Aug 26 16:18:49.150 INFO O| Aug 26 16:18:49.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75932026-08-26T16:18:49.731Z[ recovery-image] Aug 26 16:18:49.150 INFO O| Aug 26 16:18:49.150 INFO STEP 758 (remove_files) COMPLETE
75942026-08-26T16:18:49.735Z[ recovery-image] Aug 26 16:18:49.150 INFO O| Aug 26 16:18:49.150 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-26T16:18:49.742Z[ recovery-image] Aug 26 16:18:49.161 INFO O| Aug 26 16:18:49.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75962026-08-26T16:18:49.742Z[ recovery-image] Aug 26 16:18:49.161 INFO O| Aug 26 16:18:49.161 INFO STEP 759 (remove_files) COMPLETE
75972026-08-26T16:18:49.745Z[ recovery-image] Aug 26 16:18:49.161 INFO O| Aug 26 16:18:49.161 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-26T16:18:49.754Z[ recovery-image] Aug 26 16:18:49.173 INFO O| Aug 26 16:18:49.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75992026-08-26T16:18:49.754Z[ recovery-image] Aug 26 16:18:49.173 INFO O| Aug 26 16:18:49.173 INFO STEP 760 (remove_files) COMPLETE
76002026-08-26T16:18:49.754Z[ recovery-image] Aug 26 16:18:49.173 INFO O| Aug 26 16:18:49.173 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-26T16:18:49.759Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
76022026-08-26T16:18:49.766Z[ recovery-image] Aug 26 16:18:49.184 INFO O| Aug 26 16:18:49.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76032026-08-26T16:18:49.766Z[ recovery-image] Aug 26 16:18:49.184 INFO O| Aug 26 16:18:49.184 INFO STEP 761 (remove_files) COMPLETE
76042026-08-26T16:18:49.766Z[ recovery-image] Aug 26 16:18:49.184 INFO O| Aug 26 16:18:49.184 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-26T16:18:49.774Z[ recovery-image] Aug 26 16:18:49.193 INFO O| Aug 26 16:18:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76062026-08-26T16:18:49.775Z[ recovery-image] Aug 26 16:18:49.193 INFO O| Aug 26 16:18:49.193 INFO STEP 762 (remove_files) COMPLETE
76072026-08-26T16:18:49.778Z[ recovery-image] Aug 26 16:18:49.193 INFO O| Aug 26 16:18:49.193 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-26T16:18:49.784Z[ recovery-image] Aug 26 16:18:49.203 INFO O| Aug 26 16:18:49.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76092026-08-26T16:18:49.784Z[ recovery-image] Aug 26 16:18:49.203 INFO O| Aug 26 16:18:49.203 INFO STEP 763 (remove_files) COMPLETE
76102026-08-26T16:18:49.784Z[ recovery-image] Aug 26 16:18:49.203 INFO O| Aug 26 16:18:49.203 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-26T16:18:49.797Z[ recovery-image] Aug 26 16:18:49.216 INFO O| Aug 26 16:18:49.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76122026-08-26T16:18:49.797Z[ recovery-image] Aug 26 16:18:49.216 INFO O| Aug 26 16:18:49.216 INFO STEP 764 (remove_files) COMPLETE
76132026-08-26T16:18:49.797Z[ recovery-image] Aug 26 16:18:49.216 INFO O| Aug 26 16:18:49.216 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-26T16:18:49.807Z[ recovery-image] Aug 26 16:18:49.226 INFO O| Aug 26 16:18:49.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76152026-08-26T16:18:49.807Z[ recovery-image] Aug 26 16:18:49.226 INFO O| Aug 26 16:18:49.226 INFO STEP 765 (remove_files) COMPLETE
76162026-08-26T16:18:49.807Z[ recovery-image] Aug 26 16:18:49.226 INFO O| Aug 26 16:18:49.226 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-26T16:18:49.818Z[ recovery-image] Aug 26 16:18:49.238 INFO O| Aug 26 16:18:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76182026-08-26T16:18:49.819Z[ recovery-image] Aug 26 16:18:49.238 INFO O| Aug 26 16:18:49.238 INFO STEP 766 (remove_files) COMPLETE
76192026-08-26T16:18:49.819Z[ recovery-image] Aug 26 16:18:49.238 INFO O| Aug 26 16:18:49.238 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-26T16:18:49.828Z[ recovery-image] Aug 26 16:18:49.247 INFO O| Aug 26 16:18:49.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76212026-08-26T16:18:49.828Z[ recovery-image] Aug 26 16:18:49.247 INFO O| Aug 26 16:18:49.247 INFO STEP 767 (remove_files) COMPLETE
76222026-08-26T16:18:49.828Z[ recovery-image] Aug 26 16:18:49.247 INFO O| Aug 26 16:18:49.247 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-26T16:18:49.838Z[ recovery-image] Aug 26 16:18:49.257 INFO O| Aug 26 16:18:49.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76242026-08-26T16:18:49.838Z[ recovery-image] Aug 26 16:18:49.257 INFO O| Aug 26 16:18:49.257 INFO STEP 768 (remove_files) COMPLETE
76252026-08-26T16:18:49.842Z[ recovery-image] Aug 26 16:18:49.257 INFO O| Aug 26 16:18:49.257 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-26T16:18:49.846Z[verify-libraries] Compiling socket2 v0.5.10
76272026-08-26T16:18:49.849Z[ recovery-image] Aug 26 16:18:49.266 INFO O| Aug 26 16:18:49.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76282026-08-26T16:18:49.849Z[ recovery-image] Aug 26 16:18:49.266 INFO O| Aug 26 16:18:49.266 INFO STEP 769 (remove_files) COMPLETE
76292026-08-26T16:18:49.849Z[ recovery-image] Aug 26 16:18:49.266 INFO O| Aug 26 16:18:49.266 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-26T16:18:49.857Z[ recovery-image] Aug 26 16:18:49.276 INFO O| Aug 26 16:18:49.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76312026-08-26T16:18:49.857Z[ recovery-image] Aug 26 16:18:49.276 INFO O| Aug 26 16:18:49.276 INFO STEP 770 (remove_files) COMPLETE
76322026-08-26T16:18:49.857Z[ recovery-image] Aug 26 16:18:49.276 INFO O| Aug 26 16:18:49.276 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-26T16:18:49.869Z[ recovery-image] Aug 26 16:18:49.287 INFO O| Aug 26 16:18:49.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76342026-08-26T16:18:49.869Z[ recovery-image] Aug 26 16:18:49.287 INFO O| Aug 26 16:18:49.287 INFO STEP 771 (remove_files) COMPLETE
76352026-08-26T16:18:49.869Z[ recovery-image] Aug 26 16:18:49.287 INFO O| Aug 26 16:18:49.287 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-26T16:18:49.878Z[ recovery-image] Aug 26 16:18:49.297 INFO O| Aug 26 16:18:49.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76372026-08-26T16:18:49.879Z[ recovery-image] Aug 26 16:18:49.297 INFO O| Aug 26 16:18:49.297 INFO STEP 772 (remove_files) COMPLETE
76382026-08-26T16:18:49.879Z[ recovery-image] Aug 26 16:18:49.297 INFO O| Aug 26 16:18:49.297 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-26T16:18:49.889Z[ recovery-image] Aug 26 16:18:49.308 INFO O| Aug 26 16:18:49.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76402026-08-26T16:18:49.890Z[ recovery-image] Aug 26 16:18:49.308 INFO O| Aug 26 16:18:49.308 INFO STEP 773 (remove_files) COMPLETE
76412026-08-26T16:18:49.890Z[ recovery-image] Aug 26 16:18:49.308 INFO O| Aug 26 16:18:49.308 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-26T16:18:49.901Z[ recovery-image] Aug 26 16:18:49.320 INFO O| Aug 26 16:18:49.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76432026-08-26T16:18:49.901Z[ recovery-image] Aug 26 16:18:49.320 INFO O| Aug 26 16:18:49.320 INFO STEP 774 (remove_files) COMPLETE
76442026-08-26T16:18:49.902Z[ recovery-image] Aug 26 16:18:49.320 INFO O| Aug 26 16:18:49.320 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-26T16:18:49.913Z[ recovery-image] Aug 26 16:18:49.332 INFO O| Aug 26 16:18:49.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76462026-08-26T16:18:49.913Z[ recovery-image] Aug 26 16:18:49.332 INFO O| Aug 26 16:18:49.332 INFO STEP 775 (remove_files) COMPLETE
76472026-08-26T16:18:49.913Z[ recovery-image] Aug 26 16:18:49.332 INFO O| Aug 26 16:18:49.332 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-26T16:18:49.917Z[verify-libraries] Compiling fs-err v2.11.0
76492026-08-26T16:18:49.923Z[ recovery-image] Aug 26 16:18:49.342 INFO O| Aug 26 16:18:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76502026-08-26T16:18:49.926Z[ recovery-image] Aug 26 16:18:49.343 INFO O| Aug 26 16:18:49.343 INFO STEP 776 (remove_files) COMPLETE
76512026-08-26T16:18:49.926Z[ recovery-image] Aug 26 16:18:49.343 INFO O| Aug 26 16:18:49.343 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-26T16:18:49.934Z[ recovery-image] Aug 26 16:18:49.353 INFO O| Aug 26 16:18:49.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76532026-08-26T16:18:49.934Z[ recovery-image] Aug 26 16:18:49.353 INFO O| Aug 26 16:18:49.353 INFO STEP 777 (remove_files) COMPLETE
76542026-08-26T16:18:49.934Z[ recovery-image] Aug 26 16:18:49.353 INFO O| Aug 26 16:18:49.353 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-26T16:18:49.944Z[ recovery-image] Aug 26 16:18:49.363 INFO O| Aug 26 16:18:49.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76562026-08-26T16:18:49.944Z[ recovery-image] Aug 26 16:18:49.363 INFO O| Aug 26 16:18:49.363 INFO STEP 778 (remove_files) COMPLETE
76572026-08-26T16:18:49.944Z[ recovery-image] Aug 26 16:18:49.363 INFO O| Aug 26 16:18:49.363 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-26T16:18:49.954Z[ recovery-image] Aug 26 16:18:49.373 INFO O| Aug 26 16:18:49.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76592026-08-26T16:18:49.954Z[ recovery-image] Aug 26 16:18:49.373 INFO O| Aug 26 16:18:49.373 INFO STEP 779 (remove_files) COMPLETE
76602026-08-26T16:18:49.954Z[ recovery-image] Aug 26 16:18:49.373 INFO O| Aug 26 16:18:49.373 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-26T16:18:49.967Z[ recovery-image] Aug 26 16:18:49.384 INFO O| Aug 26 16:18:49.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76622026-08-26T16:18:49.967Z[ recovery-image] Aug 26 16:18:49.384 INFO O| Aug 26 16:18:49.384 INFO STEP 780 (remove_files) COMPLETE
76632026-08-26T16:18:49.967Z[ recovery-image] Aug 26 16:18:49.384 INFO O| Aug 26 16:18:49.384 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-26T16:18:49.975Z[ recovery-image] Aug 26 16:18:49.395 INFO O| Aug 26 16:18:49.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76652026-08-26T16:18:49.975Z[ recovery-image] Aug 26 16:18:49.395 INFO O| Aug 26 16:18:49.395 INFO STEP 781 (remove_files) COMPLETE
76662026-08-26T16:18:49.975Z[ recovery-image] Aug 26 16:18:49.395 INFO O| Aug 26 16:18:49.395 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-26T16:18:49.986Z[ recovery-image] Aug 26 16:18:49.404 INFO O| Aug 26 16:18:49.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76682026-08-26T16:18:49.986Z[ recovery-image] Aug 26 16:18:49.404 INFO O| Aug 26 16:18:49.404 INFO STEP 782 (remove_files) COMPLETE
76692026-08-26T16:18:49.986Z[ recovery-image] Aug 26 16:18:49.405 INFO O| Aug 26 16:18:49.404 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-26T16:18:49.995Z[ recovery-image] Aug 26 16:18:49.414 INFO O| Aug 26 16:18:49.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76712026-08-26T16:18:49.995Z[ recovery-image] Aug 26 16:18:49.414 INFO O| Aug 26 16:18:49.414 INFO STEP 783 (remove_files) COMPLETE
76722026-08-26T16:18:49.995Z[ recovery-image] Aug 26 16:18:49.414 INFO O| Aug 26 16:18:49.414 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-26T16:18:50.004Z[ recovery-image] Aug 26 16:18:49.424 INFO O| Aug 26 16:18:49.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76742026-08-26T16:18:50.004Z[ recovery-image] Aug 26 16:18:49.424 INFO O| Aug 26 16:18:49.424 INFO STEP 784 (remove_files) COMPLETE
76752026-08-26T16:18:50.005Z[ recovery-image] Aug 26 16:18:49.424 INFO O| Aug 26 16:18:49.424 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-26T16:18:50.015Z[ recovery-image] Aug 26 16:18:49.434 INFO O| Aug 26 16:18:49.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76772026-08-26T16:18:50.015Z[ recovery-image] Aug 26 16:18:49.434 INFO O| Aug 26 16:18:49.434 INFO STEP 785 (remove_files) COMPLETE
76782026-08-26T16:18:50.015Z[ recovery-image] Aug 26 16:18:49.434 INFO O| Aug 26 16:18:49.434 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-26T16:18:50.025Z[ recovery-image] Aug 26 16:18:49.444 INFO O| Aug 26 16:18:49.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76802026-08-26T16:18:50.025Z[ recovery-image] Aug 26 16:18:49.444 INFO O| Aug 26 16:18:49.444 INFO STEP 786 (remove_files) COMPLETE
76812026-08-26T16:18:50.025Z[ recovery-image] Aug 26 16:18:49.444 INFO O| Aug 26 16:18:49.444 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-26T16:18:50.035Z[ recovery-image] Aug 26 16:18:49.454 INFO O| Aug 26 16:18:49.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76832026-08-26T16:18:50.035Z[ recovery-image] Aug 26 16:18:49.454 INFO O| Aug 26 16:18:49.454 INFO STEP 787 (remove_files) COMPLETE
76842026-08-26T16:18:50.036Z[ recovery-image] Aug 26 16:18:49.454 INFO O| Aug 26 16:18:49.454 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-26T16:18:50.040Z[verify-libraries] Compiling internet-checksum v0.2.1
76862026-08-26T16:18:50.044Z[ recovery-image] Aug 26 16:18:49.464 INFO O| Aug 26 16:18:49.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76872026-08-26T16:18:50.045Z[ recovery-image] Aug 26 16:18:49.464 INFO O| Aug 26 16:18:49.464 INFO STEP 788 (remove_files) COMPLETE
76882026-08-26T16:18:50.045Z[ recovery-image] Aug 26 16:18:49.464 INFO O| Aug 26 16:18:49.464 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-26T16:18:50.054Z[ recovery-image] Aug 26 16:18:49.473 INFO O| Aug 26 16:18:49.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76902026-08-26T16:18:50.054Z[ recovery-image] Aug 26 16:18:49.473 INFO O| Aug 26 16:18:49.473 INFO STEP 789 (remove_files) COMPLETE
76912026-08-26T16:18:50.054Z[ recovery-image] Aug 26 16:18:49.473 INFO O| Aug 26 16:18:49.473 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-26T16:18:50.065Z[ recovery-image] Aug 26 16:18:49.484 INFO O| Aug 26 16:18:49.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76932026-08-26T16:18:50.065Z[ recovery-image] Aug 26 16:18:49.484 INFO O| Aug 26 16:18:49.484 INFO STEP 790 (remove_files) COMPLETE
76942026-08-26T16:18:50.065Z[ recovery-image] Aug 26 16:18:49.484 INFO O| Aug 26 16:18:49.484 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-26T16:18:50.079Z[ recovery-image] Aug 26 16:18:49.493 INFO O| Aug 26 16:18:49.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76962026-08-26T16:18:50.079Z[ recovery-image] Aug 26 16:18:49.493 INFO O| Aug 26 16:18:49.493 INFO STEP 791 (remove_files) COMPLETE
76972026-08-26T16:18:50.079Z[ recovery-image] Aug 26 16:18:49.493 INFO O| Aug 26 16:18:49.493 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-26T16:18:50.084Z[ recovery-image] Aug 26 16:18:49.504 INFO O| Aug 26 16:18:49.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76992026-08-26T16:18:50.085Z[ recovery-image] Aug 26 16:18:49.504 INFO O| Aug 26 16:18:49.504 INFO STEP 792 (remove_files) COMPLETE
77002026-08-26T16:18:50.085Z[ recovery-image] Aug 26 16:18:49.504 INFO O| Aug 26 16:18:49.504 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-26T16:18:50.088Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
77022026-08-26T16:18:50.095Z[ recovery-image] Aug 26 16:18:49.514 INFO O| Aug 26 16:18:49.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77032026-08-26T16:18:50.095Z[ recovery-image] Aug 26 16:18:49.514 INFO O| Aug 26 16:18:49.514 INFO STEP 793 (remove_files) COMPLETE
77042026-08-26T16:18:50.095Z[ recovery-image] Aug 26 16:18:49.514 INFO O| Aug 26 16:18:49.514 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-26T16:18:50.108Z[ recovery-image] Aug 26 16:18:49.525 INFO O| Aug 26 16:18:49.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77062026-08-26T16:18:50.112Z[ recovery-image] Aug 26 16:18:49.525 INFO O| Aug 26 16:18:49.525 INFO STEP 794 (remove_files) COMPLETE
77072026-08-26T16:18:50.112Z[ recovery-image] Aug 26 16:18:49.525 INFO O| Aug 26 16:18:49.525 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-26T16:18:50.115Z[ recovery-image] Aug 26 16:18:49.534 INFO O| Aug 26 16:18:49.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77092026-08-26T16:18:50.115Z[ recovery-image] Aug 26 16:18:49.534 INFO O| Aug 26 16:18:49.534 INFO STEP 795 (remove_files) COMPLETE
77102026-08-26T16:18:50.115Z[ recovery-image] Aug 26 16:18:49.534 INFO O| Aug 26 16:18:49.534 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-26T16:18:50.123Z[ recovery-image] Aug 26 16:18:49.543 INFO O| Aug 26 16:18:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77122026-08-26T16:18:50.123Z[ recovery-image] Aug 26 16:18:49.543 INFO O| Aug 26 16:18:49.543 INFO STEP 796 (remove_files) COMPLETE
77132026-08-26T16:18:50.127Z[ recovery-image] Aug 26 16:18:49.543 INFO O| Aug 26 16:18:49.543 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-26T16:18:50.131Z[ recovery-image] Aug 26 16:18:49.551 INFO O| Aug 26 16:18:49.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77152026-08-26T16:18:50.131Z[ recovery-image] Aug 26 16:18:49.551 INFO O| Aug 26 16:18:49.551 INFO STEP 797 (remove_files) COMPLETE
77162026-08-26T16:18:50.131Z[ recovery-image] Aug 26 16:18:49.551 INFO O| Aug 26 16:18:49.551 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-26T16:18:50.140Z[ recovery-image] Aug 26 16:18:49.559 INFO O| Aug 26 16:18:49.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77182026-08-26T16:18:50.140Z[ recovery-image] Aug 26 16:18:49.559 INFO O| Aug 26 16:18:49.559 INFO STEP 798 (remove_files) COMPLETE
77192026-08-26T16:18:50.144Z[ recovery-image] Aug 26 16:18:49.559 INFO O| Aug 26 16:18:49.559 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-26T16:18:50.149Z[ recovery-image] Aug 26 16:18:49.568 INFO O| Aug 26 16:18:49.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77212026-08-26T16:18:50.149Z[ recovery-image] Aug 26 16:18:49.568 INFO O| Aug 26 16:18:49.568 INFO STEP 799 (remove_files) COMPLETE
77222026-08-26T16:18:50.152Z[ recovery-image] Aug 26 16:18:49.568 INFO O| Aug 26 16:18:49.568 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-26T16:18:50.161Z[ recovery-image] Aug 26 16:18:49.577 INFO O| Aug 26 16:18:49.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77242026-08-26T16:18:50.161Z[ recovery-image] Aug 26 16:18:49.577 INFO O| Aug 26 16:18:49.577 INFO STEP 800 (remove_files) COMPLETE
77252026-08-26T16:18:50.161Z[ recovery-image] Aug 26 16:18:49.577 INFO O| Aug 26 16:18:49.577 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-26T16:18:50.168Z[ recovery-image] Aug 26 16:18:49.588 INFO O| Aug 26 16:18:49.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77272026-08-26T16:18:50.168Z[ recovery-image] Aug 26 16:18:49.588 INFO O| Aug 26 16:18:49.588 INFO STEP 801 (remove_files) COMPLETE
77282026-08-26T16:18:50.168Z[ recovery-image] Aug 26 16:18:49.588 INFO O| Aug 26 16:18:49.588 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-26T16:18:50.179Z[ recovery-image] Aug 26 16:18:49.598 INFO O| Aug 26 16:18:49.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77302026-08-26T16:18:50.179Z[ recovery-image] Aug 26 16:18:49.598 INFO O| Aug 26 16:18:49.598 INFO STEP 802 (remove_files) COMPLETE
77312026-08-26T16:18:50.179Z[ recovery-image] Aug 26 16:18:49.598 INFO O| Aug 26 16:18:49.598 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-26T16:18:50.189Z[ recovery-image] Aug 26 16:18:49.608 INFO O| Aug 26 16:18:49.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77332026-08-26T16:18:50.189Z[ recovery-image] Aug 26 16:18:49.608 INFO O| Aug 26 16:18:49.608 INFO STEP 803 (remove_files) COMPLETE
77342026-08-26T16:18:50.189Z[ recovery-image] Aug 26 16:18:49.608 INFO O| Aug 26 16:18:49.608 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-26T16:18:50.198Z[ recovery-image] Aug 26 16:18:49.617 INFO O| Aug 26 16:18:49.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77362026-08-26T16:18:50.198Z[ recovery-image] Aug 26 16:18:49.618 INFO O| Aug 26 16:18:49.618 INFO STEP 804 (remove_files) COMPLETE
77372026-08-26T16:18:50.199Z[ recovery-image] Aug 26 16:18:49.618 INFO O| Aug 26 16:18:49.618 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-26T16:18:50.214Z[ recovery-image] Aug 26 16:18:49.627 INFO O| Aug 26 16:18:49.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77392026-08-26T16:18:50.214Z[ recovery-image] Aug 26 16:18:49.627 INFO O| Aug 26 16:18:49.627 INFO STEP 805 (remove_files) COMPLETE
77402026-08-26T16:18:50.218Z[ recovery-image] Aug 26 16:18:49.627 INFO O| Aug 26 16:18:49.627 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-26T16:18:50.218Z[ recovery-image] Aug 26 16:18:49.636 INFO O| Aug 26 16:18:49.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77422026-08-26T16:18:50.218Z[ recovery-image] Aug 26 16:18:49.636 INFO O| Aug 26 16:18:49.636 INFO STEP 806 (remove_files) COMPLETE
77432026-08-26T16:18:50.218Z[ recovery-image] Aug 26 16:18:49.636 INFO O| Aug 26 16:18:49.636 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-26T16:18:50.226Z[ recovery-image] Aug 26 16:18:49.645 INFO O| Aug 26 16:18:49.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77452026-08-26T16:18:50.226Z[ recovery-image] Aug 26 16:18:49.645 INFO O| Aug 26 16:18:49.645 INFO STEP 807 (remove_files) COMPLETE
77462026-08-26T16:18:50.230Z[ recovery-image] Aug 26 16:18:49.645 INFO O| Aug 26 16:18:49.645 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-26T16:18:50.236Z[ recovery-image] Aug 26 16:18:49.655 INFO O| Aug 26 16:18:49.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77482026-08-26T16:18:50.240Z[ recovery-image] Aug 26 16:18:49.656 INFO O| Aug 26 16:18:49.656 INFO STEP 808 (remove_files) COMPLETE
77492026-08-26T16:18:50.240Z[ recovery-image] Aug 26 16:18:49.656 INFO O| Aug 26 16:18:49.656 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-26T16:18:50.251Z[ recovery-image] Aug 26 16:18:49.665 INFO O| Aug 26 16:18:49.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77512026-08-26T16:18:50.251Z[ recovery-image] Aug 26 16:18:49.666 INFO O| Aug 26 16:18:49.666 INFO STEP 809 (remove_files) COMPLETE
77522026-08-26T16:18:50.251Z[ recovery-image] Aug 26 16:18:49.666 INFO O| Aug 26 16:18:49.666 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-26T16:18:50.256Z[ recovery-image] Aug 26 16:18:49.675 INFO O| Aug 26 16:18:49.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77542026-08-26T16:18:50.256Z[ recovery-image] Aug 26 16:18:49.675 INFO O| Aug 26 16:18:49.675 INFO STEP 810 (remove_files) COMPLETE
77552026-08-26T16:18:50.259Z[ recovery-image] Aug 26 16:18:49.675 INFO O| Aug 26 16:18:49.675 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-26T16:18:50.267Z[ recovery-image] Aug 26 16:18:49.686 INFO O| Aug 26 16:18:49.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77572026-08-26T16:18:50.267Z[ recovery-image] Aug 26 16:18:49.686 INFO O| Aug 26 16:18:49.686 INFO STEP 811 (remove_files) COMPLETE
77582026-08-26T16:18:50.270Z[ recovery-image] Aug 26 16:18:49.686 INFO O| Aug 26 16:18:49.686 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-26T16:18:50.278Z[ recovery-image] Aug 26 16:18:49.697 INFO O| Aug 26 16:18:49.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77602026-08-26T16:18:50.278Z[ recovery-image] Aug 26 16:18:49.697 INFO O| Aug 26 16:18:49.697 INFO STEP 812 (remove_files) COMPLETE
77612026-08-26T16:18:50.278Z[ recovery-image] Aug 26 16:18:49.697 INFO O| Aug 26 16:18:49.697 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-26T16:18:50.288Z[ recovery-image] Aug 26 16:18:49.707 INFO O| Aug 26 16:18:49.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77632026-08-26T16:18:50.288Z[ recovery-image] Aug 26 16:18:49.707 INFO O| Aug 26 16:18:49.707 INFO STEP 813 (remove_files) COMPLETE
77642026-08-26T16:18:50.288Z[ recovery-image] Aug 26 16:18:49.707 INFO O| Aug 26 16:18:49.707 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-26T16:18:50.298Z[ recovery-image] Aug 26 16:18:49.717 INFO O| Aug 26 16:18:49.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77662026-08-26T16:18:50.298Z[ recovery-image] Aug 26 16:18:49.717 INFO O| Aug 26 16:18:49.717 INFO STEP 814 (remove_files) COMPLETE
77672026-08-26T16:18:50.299Z[ recovery-image] Aug 26 16:18:49.717 INFO O| Aug 26 16:18:49.717 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-26T16:18:50.308Z[ recovery-image] Aug 26 16:18:49.726 INFO O| Aug 26 16:18:49.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77692026-08-26T16:18:50.308Z[ recovery-image] Aug 26 16:18:49.726 INFO O| Aug 26 16:18:49.726 INFO STEP 815 (remove_files) COMPLETE
77702026-08-26T16:18:50.308Z[ recovery-image] Aug 26 16:18:49.726 INFO O| Aug 26 16:18:49.726 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-26T16:18:50.316Z[ recovery-image] Aug 26 16:18:49.735 INFO O| Aug 26 16:18:49.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77722026-08-26T16:18:50.316Z[ recovery-image] Aug 26 16:18:49.735 INFO O| Aug 26 16:18:49.735 INFO STEP 816 (remove_files) COMPLETE
77732026-08-26T16:18:50.319Z[ recovery-image] Aug 26 16:18:49.735 INFO O| Aug 26 16:18:49.735 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-26T16:18:50.324Z[ recovery-image] Aug 26 16:18:49.743 INFO O| Aug 26 16:18:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77752026-08-26T16:18:50.324Z[ recovery-image] Aug 26 16:18:49.743 INFO O| Aug 26 16:18:49.743 INFO STEP 817 (remove_files) COMPLETE
77762026-08-26T16:18:50.324Z[ recovery-image] Aug 26 16:18:49.743 INFO O| Aug 26 16:18:49.743 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-26T16:18:50.334Z[ recovery-image] Aug 26 16:18:49.753 INFO O| Aug 26 16:18:49.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77782026-08-26T16:18:50.334Z[ recovery-image] Aug 26 16:18:49.753 INFO O| Aug 26 16:18:49.753 INFO STEP 818 (remove_files) COMPLETE
77792026-08-26T16:18:50.334Z[ recovery-image] Aug 26 16:18:49.753 INFO O| Aug 26 16:18:49.753 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.764 INFO O| Aug 26 16:18:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77812026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.764 INFO O| Aug 26 16:18:49.764 INFO STEP 819 (remove_files) COMPLETE
77822026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.764 INFO O| Aug 26 16:18:49.764 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.774 INFO O| Aug 26 16:18:49.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77842026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.774 INFO O| Aug 26 16:18:49.774 INFO STEP 820 (remove_files) COMPLETE
77852026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.775 INFO O| Aug 26 16:18:49.774 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.786 INFO O| Aug 26 16:18:49.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77872026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.786 INFO O| Aug 26 16:18:49.785 INFO STEP 821 (remove_files) COMPLETE
77882026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.786 INFO O| Aug 26 16:18:49.785 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.796 INFO O| Aug 26 16:18:49.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77902026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.796 INFO O| Aug 26 16:18:49.796 INFO STEP 822 (remove_files) COMPLETE
77912026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.796 INFO O| Aug 26 16:18:49.796 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.805 INFO O| Aug 26 16:18:49.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77932026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.805 INFO O| Aug 26 16:18:49.805 INFO STEP 823 (remove_files) COMPLETE
77942026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.805 INFO O| Aug 26 16:18:49.805 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.814 INFO O| Aug 26 16:18:49.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77962026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.814 INFO O| Aug 26 16:18:49.814 INFO STEP 824 (remove_files) COMPLETE
77972026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.814 INFO O| Aug 26 16:18:49.814 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-26T16:18:50.408Z[ recovery-image] Aug 26 16:18:49.823 INFO O| Aug 26 16:18:49.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77992026-08-26T16:18:50.409Z[ recovery-image] Aug 26 16:18:49.823 INFO O| Aug 26 16:18:49.823 INFO STEP 825 (remove_files) COMPLETE
78002026-08-26T16:18:50.409Z[ recovery-image] Aug 26 16:18:49.823 INFO O| Aug 26 16:18:49.823 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-26T16:18:50.414Z[ recovery-image] Aug 26 16:18:49.833 INFO O| Aug 26 16:18:49.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78022026-08-26T16:18:50.414Z[ recovery-image] Aug 26 16:18:49.833 INFO O| Aug 26 16:18:49.833 INFO STEP 826 (remove_files) COMPLETE
78032026-08-26T16:18:50.414Z[ recovery-image] Aug 26 16:18:49.833 INFO O| Aug 26 16:18:49.833 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-26T16:18:50.422Z[ recovery-image] Aug 26 16:18:49.841 INFO O| Aug 26 16:18:49.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78052026-08-26T16:18:50.423Z[ recovery-image] Aug 26 16:18:49.842 INFO O| Aug 26 16:18:49.842 INFO STEP 827 (remove_files) COMPLETE
78062026-08-26T16:18:50.427Z[ recovery-image] Aug 26 16:18:49.842 INFO O| Aug 26 16:18:49.842 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-26T16:18:50.432Z[ recovery-image] Aug 26 16:18:49.851 INFO O| Aug 26 16:18:49.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78082026-08-26T16:18:50.432Z[ recovery-image] Aug 26 16:18:49.851 INFO O| Aug 26 16:18:49.851 INFO STEP 828 (remove_files) COMPLETE
78092026-08-26T16:18:50.433Z[ recovery-image] Aug 26 16:18:49.851 INFO O| Aug 26 16:18:49.851 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-26T16:18:50.436Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
78112026-08-26T16:18:50.441Z[ recovery-image] Aug 26 16:18:49.861 INFO O| Aug 26 16:18:49.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78122026-08-26T16:18:50.442Z[ recovery-image] Aug 26 16:18:49.861 INFO O| Aug 26 16:18:49.861 INFO STEP 829 (remove_files) COMPLETE
78132026-08-26T16:18:50.442Z[ recovery-image] Aug 26 16:18:49.861 INFO O| Aug 26 16:18:49.861 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-26T16:18:50.451Z[ recovery-image] Aug 26 16:18:49.870 INFO O| Aug 26 16:18:49.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78152026-08-26T16:18:50.451Z[ recovery-image] Aug 26 16:18:49.870 INFO O| Aug 26 16:18:49.870 INFO STEP 830 (remove_files) COMPLETE
78162026-08-26T16:18:50.455Z[ recovery-image] Aug 26 16:18:49.870 INFO O| Aug 26 16:18:49.870 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-26T16:18:50.464Z[ recovery-image] Aug 26 16:18:49.883 INFO O| Aug 26 16:18:49.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78182026-08-26T16:18:50.464Z[ recovery-image] Aug 26 16:18:49.883 INFO O| Aug 26 16:18:49.883 INFO STEP 831 (remove_files) COMPLETE
78192026-08-26T16:18:50.464Z[ recovery-image] Aug 26 16:18:49.883 INFO O| Aug 26 16:18:49.883 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-26T16:18:50.474Z[ recovery-image] Aug 26 16:18:49.893 INFO O| Aug 26 16:18:49.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78212026-08-26T16:18:50.474Z[ recovery-image] Aug 26 16:18:49.893 INFO O| Aug 26 16:18:49.893 INFO STEP 832 (remove_files) COMPLETE
78222026-08-26T16:18:50.474Z[ recovery-image] Aug 26 16:18:49.893 INFO O| Aug 26 16:18:49.893 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-26T16:18:50.483Z[ recovery-image] Aug 26 16:18:49.902 INFO O| Aug 26 16:18:49.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78242026-08-26T16:18:50.483Z[ recovery-image] Aug 26 16:18:49.902 INFO O| Aug 26 16:18:49.902 INFO STEP 833 (remove_files) COMPLETE
78252026-08-26T16:18:50.483Z[ recovery-image] Aug 26 16:18:49.902 INFO O| Aug 26 16:18:49.902 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-26T16:18:50.492Z[ recovery-image] Aug 26 16:18:49.911 INFO O| Aug 26 16:18:49.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78272026-08-26T16:18:50.492Z[ recovery-image] Aug 26 16:18:49.911 INFO O| Aug 26 16:18:49.911 INFO STEP 834 (remove_files) COMPLETE
78282026-08-26T16:18:50.492Z[ recovery-image] Aug 26 16:18:49.911 INFO O| Aug 26 16:18:49.911 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-26T16:18:50.502Z[ recovery-image] Aug 26 16:18:49.921 INFO O| Aug 26 16:18:49.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78302026-08-26T16:18:50.502Z[ recovery-image] Aug 26 16:18:49.921 INFO O| Aug 26 16:18:49.921 INFO STEP 835 (remove_files) COMPLETE
78312026-08-26T16:18:50.502Z[ recovery-image] Aug 26 16:18:49.921 INFO O| Aug 26 16:18:49.921 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-26T16:18:50.512Z[ recovery-image] Aug 26 16:18:49.931 INFO O| Aug 26 16:18:49.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78332026-08-26T16:18:50.512Z[ recovery-image] Aug 26 16:18:49.931 INFO O| Aug 26 16:18:49.931 INFO STEP 836 (remove_files) COMPLETE
78342026-08-26T16:18:50.512Z[ recovery-image] Aug 26 16:18:49.931 INFO O| Aug 26 16:18:49.931 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-26T16:18:50.521Z[ recovery-image] Aug 26 16:18:49.940 INFO O| Aug 26 16:18:49.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78362026-08-26T16:18:50.521Z[ recovery-image] Aug 26 16:18:49.941 INFO O| Aug 26 16:18:49.941 INFO STEP 837 (remove_files) COMPLETE
78372026-08-26T16:18:50.525Z[ recovery-image] Aug 26 16:18:49.941 INFO O| Aug 26 16:18:49.941 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-26T16:18:50.532Z[ recovery-image] Aug 26 16:18:49.950 INFO O| Aug 26 16:18:49.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78392026-08-26T16:18:50.532Z[ recovery-image] Aug 26 16:18:49.950 INFO O| Aug 26 16:18:49.950 INFO STEP 838 (remove_files) COMPLETE
78402026-08-26T16:18:50.532Z[ recovery-image] Aug 26 16:18:49.950 INFO O| Aug 26 16:18:49.950 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-26T16:18:50.542Z[ recovery-image] Aug 26 16:18:49.961 INFO O| Aug 26 16:18:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78422026-08-26T16:18:50.542Z[ recovery-image] Aug 26 16:18:49.961 INFO O| Aug 26 16:18:49.961 INFO STEP 839 (remove_files) COMPLETE
78432026-08-26T16:18:50.542Z[ recovery-image] Aug 26 16:18:49.961 INFO O| Aug 26 16:18:49.961 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-26T16:18:50.551Z[ recovery-image] Aug 26 16:18:49.971 INFO O| Aug 26 16:18:49.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78452026-08-26T16:18:50.552Z[ recovery-image] Aug 26 16:18:49.971 INFO O| Aug 26 16:18:49.971 INFO STEP 840 (remove_files) COMPLETE
78462026-08-26T16:18:50.552Z[ recovery-image] Aug 26 16:18:49.971 INFO O| Aug 26 16:18:49.971 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-26T16:18:50.562Z[ recovery-image] Aug 26 16:18:49.981 INFO O| Aug 26 16:18:49.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78482026-08-26T16:18:50.562Z[ recovery-image] Aug 26 16:18:49.981 INFO O| Aug 26 16:18:49.981 INFO STEP 841 (remove_files) COMPLETE
78492026-08-26T16:18:50.562Z[ recovery-image] Aug 26 16:18:49.981 INFO O| Aug 26 16:18:49.981 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-26T16:18:50.572Z[ recovery-image] Aug 26 16:18:49.991 INFO O| Aug 26 16:18:49.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78512026-08-26T16:18:50.572Z[ recovery-image] Aug 26 16:18:49.991 INFO O| Aug 26 16:18:49.991 INFO STEP 842 (remove_files) COMPLETE
78522026-08-26T16:18:50.572Z[ recovery-image] Aug 26 16:18:49.991 INFO O| Aug 26 16:18:49.991 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-26T16:18:50.583Z[ recovery-image] Aug 26 16:18:50.002 INFO O| Aug 26 16:18:50.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78542026-08-26T16:18:50.583Z[ recovery-image] Aug 26 16:18:50.002 INFO O| Aug 26 16:18:50.002 INFO STEP 843 (remove_files) COMPLETE
78552026-08-26T16:18:50.583Z[ recovery-image] Aug 26 16:18:50.002 INFO O| Aug 26 16:18:50.002 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-26T16:18:50.594Z[ recovery-image] Aug 26 16:18:50.013 INFO O| Aug 26 16:18:50.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78572026-08-26T16:18:50.594Z[ recovery-image] Aug 26 16:18:50.013 INFO O| Aug 26 16:18:50.013 INFO STEP 844 (remove_files) COMPLETE
78582026-08-26T16:18:50.594Z[ recovery-image] Aug 26 16:18:50.013 INFO O| Aug 26 16:18:50.013 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-26T16:18:50.605Z[ recovery-image] Aug 26 16:18:50.024 INFO O| Aug 26 16:18:50.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78602026-08-26T16:18:50.605Z[ recovery-image] Aug 26 16:18:50.024 INFO O| Aug 26 16:18:50.024 INFO STEP 845 (remove_files) COMPLETE
78612026-08-26T16:18:50.605Z[ recovery-image] Aug 26 16:18:50.024 INFO O| Aug 26 16:18:50.024 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-26T16:18:50.615Z[ recovery-image] Aug 26 16:18:50.034 INFO O| Aug 26 16:18:50.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78632026-08-26T16:18:50.615Z[ recovery-image] Aug 26 16:18:50.034 INFO O| Aug 26 16:18:50.034 INFO STEP 846 (remove_files) COMPLETE
78642026-08-26T16:18:50.615Z[ recovery-image] Aug 26 16:18:50.034 INFO O| Aug 26 16:18:50.034 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-26T16:18:50.626Z[ recovery-image] Aug 26 16:18:50.045 INFO O| Aug 26 16:18:50.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78662026-08-26T16:18:50.626Z[ recovery-image] Aug 26 16:18:50.045 INFO O| Aug 26 16:18:50.045 INFO STEP 847 (remove_files) COMPLETE
78672026-08-26T16:18:50.626Z[ recovery-image] Aug 26 16:18:50.045 INFO O| Aug 26 16:18:50.045 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-26T16:18:50.635Z[ recovery-image] Aug 26 16:18:50.055 INFO O| Aug 26 16:18:50.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78692026-08-26T16:18:50.636Z[ recovery-image] Aug 26 16:18:50.055 INFO O| Aug 26 16:18:50.055 INFO STEP 848 (remove_files) COMPLETE
78702026-08-26T16:18:50.639Z[ recovery-image] Aug 26 16:18:50.055 INFO O| Aug 26 16:18:50.055 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-26T16:18:50.645Z[ recovery-image] Aug 26 16:18:50.064 INFO O| Aug 26 16:18:50.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78722026-08-26T16:18:50.645Z[ recovery-image] Aug 26 16:18:50.064 INFO O| Aug 26 16:18:50.064 INFO STEP 849 (remove_files) COMPLETE
78732026-08-26T16:18:50.645Z[ recovery-image] Aug 26 16:18:50.064 INFO O| Aug 26 16:18:50.064 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-26T16:18:50.659Z[ recovery-image] Aug 26 16:18:50.078 INFO O| Aug 26 16:18:50.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78752026-08-26T16:18:50.659Z[ recovery-image] Aug 26 16:18:50.078 INFO O| Aug 26 16:18:50.078 INFO STEP 850 (remove_files) COMPLETE
78762026-08-26T16:18:50.659Z[ recovery-image] Aug 26 16:18:50.078 INFO O| Aug 26 16:18:50.078 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-26T16:18:50.670Z[ recovery-image] Aug 26 16:18:50.089 INFO O| Aug 26 16:18:50.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78782026-08-26T16:18:50.670Z[ recovery-image] Aug 26 16:18:50.089 INFO O| Aug 26 16:18:50.089 INFO STEP 851 (remove_files) COMPLETE
78792026-08-26T16:18:50.670Z[ recovery-image] Aug 26 16:18:50.089 INFO O| Aug 26 16:18:50.089 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-26T16:18:50.680Z[ recovery-image] Aug 26 16:18:50.099 INFO O| Aug 26 16:18:50.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78812026-08-26T16:18:50.680Z[ recovery-image] Aug 26 16:18:50.099 INFO O| Aug 26 16:18:50.099 INFO STEP 852 (remove_files) COMPLETE
78822026-08-26T16:18:50.683Z[ recovery-image] Aug 26 16:18:50.099 INFO O| Aug 26 16:18:50.099 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-26T16:18:50.688Z[ recovery-image] Aug 26 16:18:50.108 INFO O| Aug 26 16:18:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78842026-08-26T16:18:50.688Z[ recovery-image] Aug 26 16:18:50.108 INFO O| Aug 26 16:18:50.108 INFO STEP 853 (remove_files) COMPLETE
78852026-08-26T16:18:50.692Z[ recovery-image] Aug 26 16:18:50.108 INFO O| Aug 26 16:18:50.108 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-26T16:18:50.698Z[ recovery-image] Aug 26 16:18:50.117 INFO O| Aug 26 16:18:50.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78872026-08-26T16:18:50.698Z[ recovery-image] Aug 26 16:18:50.117 INFO O| Aug 26 16:18:50.117 INFO STEP 854 (remove_files) COMPLETE
78882026-08-26T16:18:50.698Z[ recovery-image] Aug 26 16:18:50.117 INFO O| Aug 26 16:18:50.117 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-26T16:18:50.708Z[ recovery-image] Aug 26 16:18:50.128 INFO O| Aug 26 16:18:50.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78902026-08-26T16:18:50.709Z[ recovery-image] Aug 26 16:18:50.128 INFO O| Aug 26 16:18:50.128 INFO STEP 855 (remove_files) COMPLETE
78912026-08-26T16:18:50.712Z[ recovery-image] Aug 26 16:18:50.128 INFO O| Aug 26 16:18:50.128 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-26T16:18:50.718Z[ recovery-image] Aug 26 16:18:50.137 INFO O| Aug 26 16:18:50.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78932026-08-26T16:18:50.718Z[ recovery-image] Aug 26 16:18:50.137 INFO O| Aug 26 16:18:50.137 INFO STEP 856 (remove_files) COMPLETE
78942026-08-26T16:18:50.721Z[ recovery-image] Aug 26 16:18:50.137 INFO O| Aug 26 16:18:50.137 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-26T16:18:50.728Z[ recovery-image] Aug 26 16:18:50.147 INFO O| Aug 26 16:18:50.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78962026-08-26T16:18:50.729Z[ recovery-image] Aug 26 16:18:50.148 INFO O| Aug 26 16:18:50.147 INFO STEP 857 (remove_files) COMPLETE
78972026-08-26T16:18:50.732Z[ recovery-image] Aug 26 16:18:50.148 INFO O| Aug 26 16:18:50.148 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-26T16:18:50.738Z[ recovery-image] Aug 26 16:18:50.157 INFO O| Aug 26 16:18:50.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78992026-08-26T16:18:50.738Z[ recovery-image] Aug 26 16:18:50.157 INFO O| Aug 26 16:18:50.157 INFO STEP 858 (remove_files) COMPLETE
79002026-08-26T16:18:50.742Z[ recovery-image] Aug 26 16:18:50.157 INFO O| Aug 26 16:18:50.157 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-26T16:18:50.746Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79022026-08-26T16:18:50.749Z[ recovery-image] Aug 26 16:18:50.167 INFO O| Aug 26 16:18:50.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79032026-08-26T16:18:50.749Z[ recovery-image] Aug 26 16:18:50.167 INFO O| Aug 26 16:18:50.167 INFO STEP 859 (remove_files) COMPLETE
79042026-08-26T16:18:50.749Z[ recovery-image] Aug 26 16:18:50.167 INFO O| Aug 26 16:18:50.167 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-26T16:18:50.757Z[ recovery-image] Aug 26 16:18:50.177 INFO O| Aug 26 16:18:50.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79062026-08-26T16:18:50.757Z[ recovery-image] Aug 26 16:18:50.177 INFO O| Aug 26 16:18:50.177 INFO STEP 860 (remove_files) COMPLETE
79072026-08-26T16:18:50.761Z[ recovery-image] Aug 26 16:18:50.177 INFO O| Aug 26 16:18:50.177 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-26T16:18:50.768Z[ recovery-image] Aug 26 16:18:50.187 INFO O| Aug 26 16:18:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79092026-08-26T16:18:50.768Z[ recovery-image] Aug 26 16:18:50.187 INFO O| Aug 26 16:18:50.187 INFO STEP 861 (remove_files) COMPLETE
79102026-08-26T16:18:50.772Z[ recovery-image] Aug 26 16:18:50.187 INFO O| Aug 26 16:18:50.187 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-26T16:18:50.777Z[ recovery-image] Aug 26 16:18:50.196 INFO O| Aug 26 16:18:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79122026-08-26T16:18:50.777Z[ recovery-image] Aug 26 16:18:50.196 INFO O| Aug 26 16:18:50.196 INFO STEP 862 (remove_files) COMPLETE
79132026-08-26T16:18:50.781Z[ recovery-image] Aug 26 16:18:50.196 INFO O| Aug 26 16:18:50.196 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-26T16:18:50.787Z[ recovery-image] Aug 26 16:18:50.206 INFO O| Aug 26 16:18:50.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79152026-08-26T16:18:50.787Z[ recovery-image] Aug 26 16:18:50.207 INFO O| Aug 26 16:18:50.207 INFO STEP 863 (remove_files) COMPLETE
79162026-08-26T16:18:50.792Z[ recovery-image] Aug 26 16:18:50.207 INFO O| Aug 26 16:18:50.207 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-26T16:18:50.798Z[ recovery-image] Aug 26 16:18:50.217 INFO O| Aug 26 16:18:50.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79182026-08-26T16:18:50.798Z[ recovery-image] Aug 26 16:18:50.217 INFO O| Aug 26 16:18:50.217 INFO STEP 864 (remove_files) COMPLETE
79192026-08-26T16:18:50.802Z[ recovery-image] Aug 26 16:18:50.217 INFO O| Aug 26 16:18:50.217 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-26T16:18:50.808Z[ recovery-image] Aug 26 16:18:50.227 INFO O| Aug 26 16:18:50.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79212026-08-26T16:18:50.808Z[ recovery-image] Aug 26 16:18:50.227 INFO O| Aug 26 16:18:50.227 INFO STEP 865 (remove_files) COMPLETE
79222026-08-26T16:18:50.808Z[ recovery-image] Aug 26 16:18:50.227 INFO O| Aug 26 16:18:50.227 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-26T16:18:50.820Z[ recovery-image] Aug 26 16:18:50.238 INFO O| Aug 26 16:18:50.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79242026-08-26T16:18:50.820Z[ recovery-image] Aug 26 16:18:50.238 INFO O| Aug 26 16:18:50.238 INFO STEP 866 (remove_files) COMPLETE
79252026-08-26T16:18:50.820Z[ recovery-image] Aug 26 16:18:50.238 INFO O| Aug 26 16:18:50.238 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-26T16:18:50.829Z[ recovery-image] Aug 26 16:18:50.248 INFO O| Aug 26 16:18:50.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79272026-08-26T16:18:50.829Z[ recovery-image] Aug 26 16:18:50.248 INFO O| Aug 26 16:18:50.248 INFO STEP 867 (remove_files) COMPLETE
79282026-08-26T16:18:50.829Z[ recovery-image] Aug 26 16:18:50.248 INFO O| Aug 26 16:18:50.248 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-26T16:18:50.840Z[ recovery-image] Aug 26 16:18:50.258 INFO O| Aug 26 16:18:50.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79302026-08-26T16:18:50.840Z[ recovery-image] Aug 26 16:18:50.258 INFO O| Aug 26 16:18:50.258 INFO STEP 868 (remove_files) COMPLETE
79312026-08-26T16:18:50.840Z[ recovery-image] Aug 26 16:18:50.258 INFO O| Aug 26 16:18:50.258 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-26T16:18:50.850Z[ recovery-image] Aug 26 16:18:50.269 INFO O| Aug 26 16:18:50.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79332026-08-26T16:18:50.850Z[ recovery-image] Aug 26 16:18:50.269 INFO O| Aug 26 16:18:50.269 INFO STEP 869 (remove_files) COMPLETE
79342026-08-26T16:18:50.850Z[ recovery-image] Aug 26 16:18:50.269 INFO O| Aug 26 16:18:50.269 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-26T16:18:50.859Z[ recovery-image] Aug 26 16:18:50.278 INFO O| Aug 26 16:18:50.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79362026-08-26T16:18:50.860Z[ recovery-image] Aug 26 16:18:50.279 INFO O| Aug 26 16:18:50.279 INFO STEP 870 (remove_files) COMPLETE
79372026-08-26T16:18:50.860Z[ recovery-image] Aug 26 16:18:50.279 INFO O| Aug 26 16:18:50.279 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-26T16:18:50.869Z[ recovery-image] Aug 26 16:18:50.288 INFO O| Aug 26 16:18:50.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79392026-08-26T16:18:50.869Z[ recovery-image] Aug 26 16:18:50.288 INFO O| Aug 26 16:18:50.288 INFO STEP 871 (remove_files) COMPLETE
79402026-08-26T16:18:50.869Z[ recovery-image] Aug 26 16:18:50.288 INFO O| Aug 26 16:18:50.288 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-26T16:18:50.879Z[ recovery-image] Aug 26 16:18:50.298 INFO O| Aug 26 16:18:50.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79422026-08-26T16:18:50.879Z[ recovery-image] Aug 26 16:18:50.298 INFO O| Aug 26 16:18:50.298 INFO STEP 872 (remove_files) COMPLETE
79432026-08-26T16:18:50.879Z[ recovery-image] Aug 26 16:18:50.298 INFO O| Aug 26 16:18:50.298 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-26T16:18:50.889Z[ recovery-image] Aug 26 16:18:50.308 INFO O| Aug 26 16:18:50.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79452026-08-26T16:18:50.889Z[ recovery-image] Aug 26 16:18:50.308 INFO O| Aug 26 16:18:50.308 INFO STEP 873 (remove_files) COMPLETE
79462026-08-26T16:18:50.889Z[ recovery-image] Aug 26 16:18:50.308 INFO O| Aug 26 16:18:50.308 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-26T16:18:50.900Z[ recovery-image] Aug 26 16:18:50.319 INFO O| Aug 26 16:18:50.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79482026-08-26T16:18:50.900Z[ recovery-image] Aug 26 16:18:50.319 INFO O| Aug 26 16:18:50.319 INFO STEP 874 (remove_files) COMPLETE
79492026-08-26T16:18:50.900Z[ recovery-image] Aug 26 16:18:50.319 INFO O| Aug 26 16:18:50.319 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-26T16:18:50.911Z[ recovery-image] Aug 26 16:18:50.330 INFO O| Aug 26 16:18:50.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79512026-08-26T16:18:50.912Z[ recovery-image] Aug 26 16:18:50.331 INFO O| Aug 26 16:18:50.331 INFO STEP 875 (remove_files) COMPLETE
79522026-08-26T16:18:50.912Z[ recovery-image] Aug 26 16:18:50.331 INFO O| Aug 26 16:18:50.331 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-26T16:18:50.922Z[ recovery-image] Aug 26 16:18:50.341 INFO O| Aug 26 16:18:50.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79542026-08-26T16:18:50.923Z[ recovery-image] Aug 26 16:18:50.341 INFO O| Aug 26 16:18:50.341 INFO STEP 876 (remove_files) COMPLETE
79552026-08-26T16:18:50.923Z[ recovery-image] Aug 26 16:18:50.341 INFO O| Aug 26 16:18:50.341 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-26T16:18:50.933Z[ recovery-image] Aug 26 16:18:50.352 INFO O| Aug 26 16:18:50.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79572026-08-26T16:18:50.933Z[ recovery-image] Aug 26 16:18:50.352 INFO O| Aug 26 16:18:50.352 INFO STEP 877 (remove_files) COMPLETE
79582026-08-26T16:18:50.933Z[ recovery-image] Aug 26 16:18:50.352 INFO O| Aug 26 16:18:50.352 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-26T16:18:50.943Z[ recovery-image] Aug 26 16:18:50.362 INFO O| Aug 26 16:18:50.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79602026-08-26T16:18:50.943Z[ recovery-image] Aug 26 16:18:50.362 INFO O| Aug 26 16:18:50.362 INFO STEP 878 (remove_files) COMPLETE
79612026-08-26T16:18:50.947Z[ recovery-image] Aug 26 16:18:50.362 INFO O| Aug 26 16:18:50.362 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-26T16:18:50.953Z[ recovery-image] Aug 26 16:18:50.372 INFO O| Aug 26 16:18:50.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79632026-08-26T16:18:50.956Z[ recovery-image] Aug 26 16:18:50.372 INFO O| Aug 26 16:18:50.372 INFO STEP 879 (remove_files) COMPLETE
79642026-08-26T16:18:50.957Z[ recovery-image] Aug 26 16:18:50.372 INFO O| Aug 26 16:18:50.372 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-26T16:18:50.963Z[ recovery-image] Aug 26 16:18:50.383 INFO O| Aug 26 16:18:50.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79662026-08-26T16:18:50.964Z[ recovery-image] Aug 26 16:18:50.383 INFO O| Aug 26 16:18:50.383 INFO STEP 880 (remove_files) COMPLETE
79672026-08-26T16:18:50.967Z[ recovery-image] Aug 26 16:18:50.383 INFO O| Aug 26 16:18:50.383 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-26T16:18:50.975Z[ recovery-image] Aug 26 16:18:50.394 INFO O| Aug 26 16:18:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79692026-08-26T16:18:50.975Z[ recovery-image] Aug 26 16:18:50.394 INFO O| Aug 26 16:18:50.394 INFO STEP 881 (remove_files) COMPLETE
79702026-08-26T16:18:50.975Z[ recovery-image] Aug 26 16:18:50.394 INFO O| Aug 26 16:18:50.394 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-26T16:18:50.985Z[ recovery-image] Aug 26 16:18:50.404 INFO O| Aug 26 16:18:50.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79722026-08-26T16:18:50.985Z[ recovery-image] Aug 26 16:18:50.404 INFO O| Aug 26 16:18:50.404 INFO STEP 882 (remove_files) COMPLETE
79732026-08-26T16:18:50.985Z[ recovery-image] Aug 26 16:18:50.404 INFO O| Aug 26 16:18:50.404 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-26T16:18:50.997Z[ recovery-image] Aug 26 16:18:50.414 INFO O| Aug 26 16:18:50.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79752026-08-26T16:18:50.997Z[ recovery-image] Aug 26 16:18:50.414 INFO O| Aug 26 16:18:50.414 INFO STEP 883 (remove_files) COMPLETE
79762026-08-26T16:18:51.006Z[ recovery-image] Aug 26 16:18:50.414 INFO O| Aug 26 16:18:50.414 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-26T16:18:51.006Z[ recovery-image] Aug 26 16:18:50.424 INFO O| Aug 26 16:18:50.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79782026-08-26T16:18:51.009Z[ recovery-image] Aug 26 16:18:50.424 INFO O| Aug 26 16:18:50.424 INFO STEP 884 (remove_files) COMPLETE
79792026-08-26T16:18:51.009Z[ recovery-image] Aug 26 16:18:50.424 INFO O| Aug 26 16:18:50.424 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-26T16:18:51.015Z[ recovery-image] Aug 26 16:18:50.435 INFO O| Aug 26 16:18:50.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79812026-08-26T16:18:51.015Z[ recovery-image] Aug 26 16:18:50.435 INFO O| Aug 26 16:18:50.435 INFO STEP 885 (remove_files) COMPLETE
79822026-08-26T16:18:51.021Z[ recovery-image] Aug 26 16:18:50.435 INFO O| Aug 26 16:18:50.435 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-26T16:18:51.029Z[ recovery-image] Aug 26 16:18:50.448 INFO O| Aug 26 16:18:50.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79842026-08-26T16:18:51.029Z[ recovery-image] Aug 26 16:18:50.448 INFO O| Aug 26 16:18:50.446 INFO STEP 886 (remove_files) COMPLETE
79852026-08-26T16:18:51.029Z[ recovery-image] Aug 26 16:18:50.448 INFO O| Aug 26 16:18:50.447 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-26T16:18:51.039Z[ recovery-image] Aug 26 16:18:50.456 INFO O| Aug 26 16:18:50.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79872026-08-26T16:18:51.039Z[ recovery-image] Aug 26 16:18:50.456 INFO O| Aug 26 16:18:50.456 INFO STEP 887 (remove_files) COMPLETE
79882026-08-26T16:18:51.039Z[ recovery-image] Aug 26 16:18:50.456 INFO O| Aug 26 16:18:50.456 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-26T16:18:51.046Z[ recovery-image] Aug 26 16:18:50.466 INFO O| Aug 26 16:18:50.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79902026-08-26T16:18:51.046Z[ recovery-image] Aug 26 16:18:50.466 INFO O| Aug 26 16:18:50.466 INFO STEP 888 (remove_files) COMPLETE
79912026-08-26T16:18:51.051Z[ recovery-image] Aug 26 16:18:50.466 INFO O| Aug 26 16:18:50.466 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-26T16:18:51.064Z[ recovery-image] Aug 26 16:18:50.483 INFO O| Aug 26 16:18:50.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79932026-08-26T16:18:51.064Z[ recovery-image] Aug 26 16:18:50.483 INFO O| Aug 26 16:18:50.483 INFO STEP 889 (remove_files) COMPLETE
79942026-08-26T16:18:51.064Z[ recovery-image] Aug 26 16:18:50.483 INFO O| Aug 26 16:18:50.483 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-26T16:18:51.077Z[ recovery-image] Aug 26 16:18:50.496 INFO O| Aug 26 16:18:50.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79962026-08-26T16:18:51.078Z[ recovery-image] Aug 26 16:18:50.496 INFO O| Aug 26 16:18:50.496 INFO STEP 890 (remove_files) COMPLETE
79972026-08-26T16:18:51.078Z[ recovery-image] Aug 26 16:18:50.496 INFO O| Aug 26 16:18:50.496 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-26T16:18:51.087Z[ recovery-image] Aug 26 16:18:50.506 INFO O| Aug 26 16:18:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79992026-08-26T16:18:51.087Z[ recovery-image] Aug 26 16:18:50.506 INFO O| Aug 26 16:18:50.506 INFO STEP 891 (remove_files) COMPLETE
80002026-08-26T16:18:51.087Z[ recovery-image] Aug 26 16:18:50.506 INFO O| Aug 26 16:18:50.506 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-26T16:18:51.096Z[ recovery-image] Aug 26 16:18:50.515 INFO O| Aug 26 16:18:50.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80022026-08-26T16:18:51.096Z[ recovery-image] Aug 26 16:18:50.515 INFO O| Aug 26 16:18:50.515 INFO STEP 892 (remove_files) COMPLETE
80032026-08-26T16:18:51.096Z[ recovery-image] Aug 26 16:18:50.515 INFO O| Aug 26 16:18:50.515 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-26T16:18:51.104Z[ recovery-image] Aug 26 16:18:50.523 INFO O| Aug 26 16:18:50.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80052026-08-26T16:18:51.104Z[ recovery-image] Aug 26 16:18:50.523 INFO O| Aug 26 16:18:50.523 INFO STEP 893 (remove_files) COMPLETE
80062026-08-26T16:18:51.105Z[ recovery-image] Aug 26 16:18:50.523 INFO O| Aug 26 16:18:50.523 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-26T16:18:51.114Z[ recovery-image] Aug 26 16:18:50.533 INFO O| Aug 26 16:18:50.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80082026-08-26T16:18:51.114Z[ recovery-image] Aug 26 16:18:50.533 INFO O| Aug 26 16:18:50.533 INFO STEP 894 (remove_files) COMPLETE
80092026-08-26T16:18:51.117Z[ recovery-image] Aug 26 16:18:50.533 INFO O| Aug 26 16:18:50.533 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-26T16:18:51.123Z[ recovery-image] Aug 26 16:18:50.541 INFO O| Aug 26 16:18:50.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80112026-08-26T16:18:51.123Z[ recovery-image] Aug 26 16:18:50.541 INFO O| Aug 26 16:18:50.541 INFO STEP 895 (remove_files) COMPLETE
80122026-08-26T16:18:51.123Z[ recovery-image] Aug 26 16:18:50.541 INFO O| Aug 26 16:18:50.541 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-26T16:18:51.133Z[ recovery-image] Aug 26 16:18:50.551 INFO O| Aug 26 16:18:50.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80142026-08-26T16:18:51.133Z[ recovery-image] Aug 26 16:18:50.551 INFO O| Aug 26 16:18:50.551 INFO STEP 896 (remove_files) COMPLETE
80152026-08-26T16:18:51.133Z[ recovery-image] Aug 26 16:18:50.551 INFO O| Aug 26 16:18:50.551 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-26T16:18:51.145Z[ recovery-image] Aug 26 16:18:50.564 INFO O| Aug 26 16:18:50.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80172026-08-26T16:18:51.145Z[ recovery-image] Aug 26 16:18:50.564 INFO O| Aug 26 16:18:50.564 INFO STEP 897 (remove_files) COMPLETE
80182026-08-26T16:18:51.149Z[ recovery-image] Aug 26 16:18:50.564 INFO O| Aug 26 16:18:50.564 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-26T16:18:51.154Z[ recovery-image] Aug 26 16:18:50.573 INFO O| Aug 26 16:18:50.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80202026-08-26T16:18:51.154Z[ recovery-image] Aug 26 16:18:50.573 INFO O| Aug 26 16:18:50.573 INFO STEP 898 (remove_files) COMPLETE
80212026-08-26T16:18:51.154Z[ recovery-image] Aug 26 16:18:50.573 INFO O| Aug 26 16:18:50.573 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-26T16:18:51.163Z[ recovery-image] Aug 26 16:18:50.582 INFO O| Aug 26 16:18:50.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80232026-08-26T16:18:51.166Z[ recovery-image] Aug 26 16:18:50.582 INFO O| Aug 26 16:18:50.582 INFO STEP 899 (remove_files) COMPLETE
80242026-08-26T16:18:51.166Z[ recovery-image] Aug 26 16:18:50.582 INFO O| Aug 26 16:18:50.582 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-26T16:18:51.173Z[ recovery-image] Aug 26 16:18:50.592 INFO O| Aug 26 16:18:50.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80262026-08-26T16:18:51.173Z[ recovery-image] Aug 26 16:18:50.592 INFO O| Aug 26 16:18:50.592 INFO STEP 900 (remove_files) COMPLETE
80272026-08-26T16:18:51.176Z[ recovery-image] Aug 26 16:18:50.592 INFO O| Aug 26 16:18:50.592 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-26T16:18:51.182Z[ recovery-image] Aug 26 16:18:50.602 INFO O| Aug 26 16:18:50.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80292026-08-26T16:18:51.183Z[ recovery-image] Aug 26 16:18:50.602 INFO O| Aug 26 16:18:50.602 INFO STEP 901 (remove_files) COMPLETE
80302026-08-26T16:18:51.183Z[ recovery-image] Aug 26 16:18:50.602 INFO O| Aug 26 16:18:50.602 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-26T16:18:51.192Z[ recovery-image] Aug 26 16:18:50.611 INFO O| Aug 26 16:18:50.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80322026-08-26T16:18:51.192Z[ recovery-image] Aug 26 16:18:50.611 INFO O| Aug 26 16:18:50.611 INFO STEP 902 (remove_files) COMPLETE
80332026-08-26T16:18:51.195Z[ recovery-image] Aug 26 16:18:50.611 INFO O| Aug 26 16:18:50.611 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-26T16:18:51.202Z[ recovery-image] Aug 26 16:18:50.621 INFO O| Aug 26 16:18:50.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80352026-08-26T16:18:51.202Z[ recovery-image] Aug 26 16:18:50.621 INFO O| Aug 26 16:18:50.621 INFO STEP 903 (remove_files) COMPLETE
80362026-08-26T16:18:51.206Z[ recovery-image] Aug 26 16:18:50.621 INFO O| Aug 26 16:18:50.621 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-26T16:18:51.212Z[ recovery-image] Aug 26 16:18:50.631 INFO O| Aug 26 16:18:50.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80382026-08-26T16:18:51.212Z[ recovery-image] Aug 26 16:18:50.631 INFO O| Aug 26 16:18:50.631 INFO STEP 904 (remove_files) COMPLETE
80392026-08-26T16:18:51.215Z[ recovery-image] Aug 26 16:18:50.631 INFO O| Aug 26 16:18:50.631 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-26T16:18:51.222Z[ recovery-image] Aug 26 16:18:50.641 INFO O| Aug 26 16:18:50.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80412026-08-26T16:18:51.222Z[ recovery-image] Aug 26 16:18:50.641 INFO O| Aug 26 16:18:50.641 INFO STEP 905 (remove_files) COMPLETE
80422026-08-26T16:18:51.222Z[ recovery-image] Aug 26 16:18:50.641 INFO O| Aug 26 16:18:50.641 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-26T16:18:51.258Z[ recovery-image] Aug 26 16:18:50.677 INFO O| Aug 26 16:18:50.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80442026-08-26T16:18:51.258Z[ recovery-image] Aug 26 16:18:50.677 INFO O| Aug 26 16:18:50.677 INFO STEP 906 (remove_files) COMPLETE
80452026-08-26T16:18:51.258Z[ recovery-image] Aug 26 16:18:50.677 INFO O| Aug 26 16:18:50.677 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-26T16:18:51.280Z[ recovery-image] Aug 26 16:18:50.699 INFO O| Aug 26 16:18:50.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80472026-08-26T16:18:51.280Z[ recovery-image] Aug 26 16:18:50.699 INFO O| Aug 26 16:18:50.699 INFO STEP 907 (remove_files) COMPLETE
80482026-08-26T16:18:51.280Z[ recovery-image] Aug 26 16:18:50.699 INFO O| Aug 26 16:18:50.699 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-26T16:18:51.292Z[ recovery-image] Aug 26 16:18:50.711 INFO O| Aug 26 16:18:50.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80502026-08-26T16:18:51.292Z[ recovery-image] Aug 26 16:18:50.711 INFO O| Aug 26 16:18:50.711 INFO STEP 908 (remove_files) COMPLETE
80512026-08-26T16:18:51.292Z[ recovery-image] Aug 26 16:18:50.711 INFO O| Aug 26 16:18:50.711 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-26T16:18:51.304Z[ recovery-image] Aug 26 16:18:50.723 INFO O| Aug 26 16:18:50.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80532026-08-26T16:18:51.304Z[ recovery-image] Aug 26 16:18:50.723 INFO O| Aug 26 16:18:50.723 INFO STEP 909 (remove_files) COMPLETE
80542026-08-26T16:18:51.304Z[ recovery-image] Aug 26 16:18:50.723 INFO O| Aug 26 16:18:50.723 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-26T16:18:51.315Z[ recovery-image] Aug 26 16:18:50.734 INFO O| Aug 26 16:18:50.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80562026-08-26T16:18:51.315Z[ recovery-image] Aug 26 16:18:50.734 INFO O| Aug 26 16:18:50.734 INFO STEP 910 (remove_files) COMPLETE
80572026-08-26T16:18:51.315Z[ recovery-image] Aug 26 16:18:50.734 INFO O| Aug 26 16:18:50.734 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-26T16:18:51.326Z[ recovery-image] Aug 26 16:18:50.745 INFO O| Aug 26 16:18:50.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80592026-08-26T16:18:51.326Z[ recovery-image] Aug 26 16:18:50.745 INFO O| Aug 26 16:18:50.745 INFO STEP 911 (remove_files) COMPLETE
80602026-08-26T16:18:51.326Z[ recovery-image] Aug 26 16:18:50.745 INFO O| Aug 26 16:18:50.745 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-26T16:18:51.337Z[ recovery-image] Aug 26 16:18:50.755 INFO O| Aug 26 16:18:50.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80622026-08-26T16:18:51.337Z[ recovery-image] Aug 26 16:18:50.755 INFO O| Aug 26 16:18:50.755 INFO STEP 912 (remove_files) COMPLETE
80632026-08-26T16:18:51.340Z[ recovery-image] Aug 26 16:18:50.755 INFO O| Aug 26 16:18:50.755 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-26T16:18:51.346Z[ recovery-image] Aug 26 16:18:50.765 INFO O| Aug 26 16:18:50.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80652026-08-26T16:18:51.346Z[ recovery-image] Aug 26 16:18:50.765 INFO O| Aug 26 16:18:50.765 INFO STEP 913 (remove_files) COMPLETE
80662026-08-26T16:18:51.346Z[ recovery-image] Aug 26 16:18:50.765 INFO O| Aug 26 16:18:50.765 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-26T16:18:51.353Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80682026-08-26T16:18:51.357Z[ recovery-image] Aug 26 16:18:50.776 INFO O| Aug 26 16:18:50.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80692026-08-26T16:18:51.357Z[ recovery-image] Aug 26 16:18:50.776 INFO O| Aug 26 16:18:50.776 INFO STEP 914 (remove_files) COMPLETE
80702026-08-26T16:18:51.357Z[ recovery-image] Aug 26 16:18:50.776 INFO O| Aug 26 16:18:50.776 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-26T16:18:51.368Z[ recovery-image] Aug 26 16:18:50.787 INFO O| Aug 26 16:18:50.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80722026-08-26T16:18:51.368Z[ recovery-image] Aug 26 16:18:50.787 INFO O| Aug 26 16:18:50.787 INFO STEP 915 (remove_files) COMPLETE
80732026-08-26T16:18:51.371Z[ recovery-image] Aug 26 16:18:50.787 INFO O| Aug 26 16:18:50.787 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-26T16:18:51.379Z[ recovery-image] Aug 26 16:18:50.796 INFO O| Aug 26 16:18:50.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80752026-08-26T16:18:51.379Z[ recovery-image] Aug 26 16:18:50.796 INFO O| Aug 26 16:18:50.796 INFO STEP 916 (remove_files) COMPLETE
80762026-08-26T16:18:51.379Z[ recovery-image] Aug 26 16:18:50.796 INFO O| Aug 26 16:18:50.796 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-26T16:18:51.389Z[ recovery-image] Aug 26 16:18:50.807 INFO O| Aug 26 16:18:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80782026-08-26T16:18:51.389Z[ recovery-image] Aug 26 16:18:50.808 INFO O| Aug 26 16:18:50.808 INFO STEP 917 (remove_files) COMPLETE
80792026-08-26T16:18:51.389Z[ recovery-image] Aug 26 16:18:50.808 INFO O| Aug 26 16:18:50.808 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-26T16:18:51.397Z[ recovery-image] Aug 26 16:18:50.817 INFO O| Aug 26 16:18:50.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80812026-08-26T16:18:51.401Z[ recovery-image] Aug 26 16:18:50.817 INFO O| Aug 26 16:18:50.817 INFO STEP 918 (remove_files) COMPLETE
80822026-08-26T16:18:51.401Z[ recovery-image] Aug 26 16:18:50.817 INFO O| Aug 26 16:18:50.817 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-26T16:18:51.408Z[ recovery-image] Aug 26 16:18:50.827 INFO O| Aug 26 16:18:50.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80842026-08-26T16:18:51.408Z[ recovery-image] Aug 26 16:18:50.827 INFO O| Aug 26 16:18:50.827 INFO STEP 919 (remove_files) COMPLETE
80852026-08-26T16:18:51.408Z[ recovery-image] Aug 26 16:18:50.827 INFO O| Aug 26 16:18:50.827 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-26T16:18:51.418Z[ recovery-image] Aug 26 16:18:50.837 INFO O| Aug 26 16:18:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80872026-08-26T16:18:51.418Z[ recovery-image] Aug 26 16:18:50.837 INFO O| Aug 26 16:18:50.837 INFO STEP 920 (remove_files) COMPLETE
80882026-08-26T16:18:51.418Z[ recovery-image] Aug 26 16:18:50.837 INFO O| Aug 26 16:18:50.837 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-26T16:18:51.426Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
80902026-08-26T16:18:51.430Z[ recovery-image] Aug 26 16:18:50.846 INFO O| Aug 26 16:18:50.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80912026-08-26T16:18:51.430Z[ recovery-image] Aug 26 16:18:50.846 INFO O| Aug 26 16:18:50.846 INFO STEP 921 (remove_files) COMPLETE
80922026-08-26T16:18:51.430Z[ recovery-image] Aug 26 16:18:50.846 INFO O| Aug 26 16:18:50.846 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-26T16:18:51.436Z[ recovery-image] Aug 26 16:18:50.855 INFO O| Aug 26 16:18:50.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80942026-08-26T16:18:51.436Z[ recovery-image] Aug 26 16:18:50.855 INFO O| Aug 26 16:18:50.855 INFO STEP 922 (remove_files) COMPLETE
80952026-08-26T16:18:51.436Z[ recovery-image] Aug 26 16:18:50.855 INFO O| Aug 26 16:18:50.855 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-26T16:18:51.445Z[ recovery-image] Aug 26 16:18:50.864 INFO O| Aug 26 16:18:50.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80972026-08-26T16:18:51.445Z[ recovery-image] Aug 26 16:18:50.864 INFO O| Aug 26 16:18:50.864 INFO STEP 923 (remove_files) COMPLETE
80982026-08-26T16:18:51.445Z[ recovery-image] Aug 26 16:18:50.864 INFO O| Aug 26 16:18:50.864 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-26T16:18:51.454Z[ recovery-image] Aug 26 16:18:50.873 INFO O| Aug 26 16:18:50.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81002026-08-26T16:18:51.454Z[ recovery-image] Aug 26 16:18:50.873 INFO O| Aug 26 16:18:50.873 INFO STEP 924 (remove_files) COMPLETE
81012026-08-26T16:18:51.454Z[ recovery-image] Aug 26 16:18:50.873 INFO O| Aug 26 16:18:50.873 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-26T16:18:51.465Z[ recovery-image] Aug 26 16:18:50.882 INFO O| Aug 26 16:18:50.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81032026-08-26T16:18:51.465Z[ recovery-image] Aug 26 16:18:50.882 INFO O| Aug 26 16:18:50.882 INFO STEP 925 (remove_files) COMPLETE
81042026-08-26T16:18:51.469Z[ recovery-image] Aug 26 16:18:50.882 INFO O| Aug 26 16:18:50.882 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-26T16:18:51.472Z[ recovery-image] Aug 26 16:18:50.891 INFO O| Aug 26 16:18:50.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81062026-08-26T16:18:51.473Z[ recovery-image] Aug 26 16:18:50.891 INFO O| Aug 26 16:18:50.891 INFO STEP 926 (remove_files) COMPLETE
81072026-08-26T16:18:51.473Z[ recovery-image] Aug 26 16:18:50.891 INFO O| Aug 26 16:18:50.891 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-26T16:18:51.482Z[ recovery-image] Aug 26 16:18:50.901 INFO O| Aug 26 16:18:50.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81092026-08-26T16:18:51.482Z[ recovery-image] Aug 26 16:18:50.901 INFO O| Aug 26 16:18:50.901 INFO STEP 927 (remove_files) COMPLETE
81102026-08-26T16:18:51.486Z[ recovery-image] Aug 26 16:18:50.901 INFO O| Aug 26 16:18:50.901 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-26T16:18:51.492Z[ recovery-image] Aug 26 16:18:50.912 INFO O| Aug 26 16:18:50.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81122026-08-26T16:18:51.492Z[ recovery-image] Aug 26 16:18:50.912 INFO O| Aug 26 16:18:50.912 INFO STEP 928 (remove_files) COMPLETE
81132026-08-26T16:18:51.492Z[ recovery-image] Aug 26 16:18:50.912 INFO O| Aug 26 16:18:50.912 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-26T16:18:51.503Z[ recovery-image] Aug 26 16:18:50.922 INFO O| Aug 26 16:18:50.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81152026-08-26T16:18:51.503Z[ recovery-image] Aug 26 16:18:50.922 INFO O| Aug 26 16:18:50.922 INFO STEP 929 (remove_files) COMPLETE
81162026-08-26T16:18:51.503Z[ recovery-image] Aug 26 16:18:50.922 INFO O| Aug 26 16:18:50.922 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-26T16:18:51.513Z[ recovery-image] Aug 26 16:18:50.932 INFO O| Aug 26 16:18:50.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81182026-08-26T16:18:51.513Z[ recovery-image] Aug 26 16:18:50.932 INFO O| Aug 26 16:18:50.932 INFO STEP 930 (remove_files) COMPLETE
81192026-08-26T16:18:51.513Z[ recovery-image] Aug 26 16:18:50.932 INFO O| Aug 26 16:18:50.932 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-26T16:18:51.523Z[ recovery-image] Aug 26 16:18:50.942 INFO O| Aug 26 16:18:50.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81212026-08-26T16:18:51.524Z[ recovery-image] Aug 26 16:18:50.943 INFO O| Aug 26 16:18:50.943 INFO STEP 931 (remove_files) COMPLETE
81222026-08-26T16:18:51.527Z[ recovery-image] Aug 26 16:18:50.943 INFO O| Aug 26 16:18:50.943 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-26T16:18:51.534Z[ recovery-image] Aug 26 16:18:50.953 INFO O| Aug 26 16:18:50.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81242026-08-26T16:18:51.534Z[ recovery-image] Aug 26 16:18:50.953 INFO O| Aug 26 16:18:50.953 INFO STEP 932 (remove_files) COMPLETE
81252026-08-26T16:18:51.534Z[ recovery-image] Aug 26 16:18:50.954 INFO O| Aug 26 16:18:50.953 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-26T16:18:51.547Z[ recovery-image] Aug 26 16:18:50.966 INFO O| Aug 26 16:18:50.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81272026-08-26T16:18:51.547Z[ recovery-image] Aug 26 16:18:50.966 INFO O| Aug 26 16:18:50.966 INFO STEP 933 (remove_files) COMPLETE
81282026-08-26T16:18:51.551Z[ recovery-image] Aug 26 16:18:50.966 INFO O| Aug 26 16:18:50.966 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-26T16:18:51.556Z[ recovery-image] Aug 26 16:18:50.975 INFO O| Aug 26 16:18:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81302026-08-26T16:18:51.556Z[ recovery-image] Aug 26 16:18:50.975 INFO O| Aug 26 16:18:50.975 INFO STEP 934 (remove_files) COMPLETE
81312026-08-26T16:18:51.556Z[ recovery-image] Aug 26 16:18:50.975 INFO O| Aug 26 16:18:50.975 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-26T16:18:51.571Z[ recovery-image] Aug 26 16:18:50.990 INFO O| Aug 26 16:18:50.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81332026-08-26T16:18:51.571Z[ recovery-image] Aug 26 16:18:50.990 INFO O| Aug 26 16:18:50.990 INFO STEP 935 (remove_files) COMPLETE
81342026-08-26T16:18:51.575Z[ recovery-image] Aug 26 16:18:50.990 INFO O| Aug 26 16:18:50.990 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-26T16:18:51.584Z[ recovery-image] Aug 26 16:18:51.003 INFO O| Aug 26 16:18:51.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81362026-08-26T16:18:51.584Z[ recovery-image] Aug 26 16:18:51.003 INFO O| Aug 26 16:18:51.003 INFO STEP 936 (remove_files) COMPLETE
81372026-08-26T16:18:51.584Z[ recovery-image] Aug 26 16:18:51.003 INFO O| Aug 26 16:18:51.003 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-26T16:18:51.593Z[ recovery-image] Aug 26 16:18:51.012 INFO O| Aug 26 16:18:51.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81392026-08-26T16:18:51.593Z[ recovery-image] Aug 26 16:18:51.012 INFO O| Aug 26 16:18:51.012 INFO STEP 937 (remove_files) COMPLETE
81402026-08-26T16:18:51.593Z[ recovery-image] Aug 26 16:18:51.012 INFO O| Aug 26 16:18:51.012 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-26T16:18:51.604Z[ recovery-image] Aug 26 16:18:51.023 INFO O| Aug 26 16:18:51.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81422026-08-26T16:18:51.604Z[ recovery-image] Aug 26 16:18:51.023 INFO O| Aug 26 16:18:51.023 INFO STEP 938 (remove_files) COMPLETE
81432026-08-26T16:18:51.608Z[ recovery-image] Aug 26 16:18:51.023 INFO O| Aug 26 16:18:51.023 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-26T16:18:51.613Z[ recovery-image] Aug 26 16:18:51.032 INFO O| Aug 26 16:18:51.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81452026-08-26T16:18:51.613Z[ recovery-image] Aug 26 16:18:51.033 INFO O| Aug 26 16:18:51.033 INFO STEP 939 (remove_files) COMPLETE
81462026-08-26T16:18:51.613Z[ recovery-image] Aug 26 16:18:51.033 INFO O| Aug 26 16:18:51.033 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-26T16:18:51.624Z[ recovery-image] Aug 26 16:18:51.043 INFO O| Aug 26 16:18:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81482026-08-26T16:18:51.624Z[ recovery-image] Aug 26 16:18:51.043 INFO O| Aug 26 16:18:51.043 INFO STEP 940 (remove_files) COMPLETE
81492026-08-26T16:18:51.624Z[ recovery-image] Aug 26 16:18:51.043 INFO O| Aug 26 16:18:51.043 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-26T16:18:51.636Z[ recovery-image] Aug 26 16:18:51.054 INFO O| Aug 26 16:18:51.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81512026-08-26T16:18:51.639Z[ recovery-image] Aug 26 16:18:51.057 INFO O| Aug 26 16:18:51.057 INFO STEP 941 (remove_files) COMPLETE
81522026-08-26T16:18:51.639Z[ recovery-image] Aug 26 16:18:51.057 INFO O| Aug 26 16:18:51.057 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-26T16:18:51.648Z[ recovery-image] Aug 26 16:18:51.067 INFO O| Aug 26 16:18:51.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81542026-08-26T16:18:51.648Z[ recovery-image] Aug 26 16:18:51.067 INFO O| Aug 26 16:18:51.067 INFO STEP 942 (remove_files) COMPLETE
81552026-08-26T16:18:51.648Z[ recovery-image] Aug 26 16:18:51.067 INFO O| Aug 26 16:18:51.067 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-26T16:18:51.658Z[ recovery-image] Aug 26 16:18:51.077 INFO O| Aug 26 16:18:51.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81572026-08-26T16:18:51.658Z[ recovery-image] Aug 26 16:18:51.077 INFO O| Aug 26 16:18:51.077 INFO STEP 943 (remove_files) COMPLETE
81582026-08-26T16:18:51.662Z[ recovery-image] Aug 26 16:18:51.077 INFO O| Aug 26 16:18:51.077 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-26T16:18:51.670Z[ recovery-image] Aug 26 16:18:51.089 INFO O| Aug 26 16:18:51.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81602026-08-26T16:18:51.670Z[ recovery-image] Aug 26 16:18:51.089 INFO O| Aug 26 16:18:51.089 INFO STEP 944 (remove_files) COMPLETE
81612026-08-26T16:18:51.670Z[ recovery-image] Aug 26 16:18:51.089 INFO O| Aug 26 16:18:51.089 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-26T16:18:51.680Z[ recovery-image] Aug 26 16:18:51.099 INFO O| Aug 26 16:18:51.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81632026-08-26T16:18:51.680Z[ recovery-image] Aug 26 16:18:51.099 INFO O| Aug 26 16:18:51.099 INFO STEP 945 (remove_files) COMPLETE
81642026-08-26T16:18:51.680Z[ recovery-image] Aug 26 16:18:51.099 INFO O| Aug 26 16:18:51.099 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-26T16:18:51.688Z[ recovery-image] Aug 26 16:18:51.108 INFO O| Aug 26 16:18:51.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81662026-08-26T16:18:51.688Z[ recovery-image] Aug 26 16:18:51.108 INFO O| Aug 26 16:18:51.108 INFO STEP 946 (remove_files) COMPLETE
81672026-08-26T16:18:51.688Z[ recovery-image] Aug 26 16:18:51.108 INFO O| Aug 26 16:18:51.108 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-26T16:18:51.698Z[ recovery-image] Aug 26 16:18:51.118 INFO O| Aug 26 16:18:51.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81692026-08-26T16:18:51.698Z[ recovery-image] Aug 26 16:18:51.118 INFO O| Aug 26 16:18:51.118 INFO STEP 947 (remove_files) COMPLETE
81702026-08-26T16:18:51.698Z[ recovery-image] Aug 26 16:18:51.118 INFO O| Aug 26 16:18:51.118 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-26T16:18:51.709Z[ recovery-image] Aug 26 16:18:51.128 INFO O| Aug 26 16:18:51.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81722026-08-26T16:18:51.709Z[ recovery-image] Aug 26 16:18:51.128 INFO O| Aug 26 16:18:51.128 INFO STEP 948 (remove_files) COMPLETE
81732026-08-26T16:18:51.709Z[ recovery-image] Aug 26 16:18:51.128 INFO O| Aug 26 16:18:51.128 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-26T16:18:51.720Z[ recovery-image] Aug 26 16:18:51.139 INFO O| Aug 26 16:18:51.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81752026-08-26T16:18:51.720Z[ recovery-image] Aug 26 16:18:51.139 INFO O| Aug 26 16:18:51.139 INFO STEP 949 (remove_files) COMPLETE
81762026-08-26T16:18:51.720Z[ recovery-image] Aug 26 16:18:51.139 INFO O| Aug 26 16:18:51.139 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-26T16:18:51.731Z[ recovery-image] Aug 26 16:18:51.150 INFO O| Aug 26 16:18:51.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81782026-08-26T16:18:51.731Z[ recovery-image] Aug 26 16:18:51.150 INFO O| Aug 26 16:18:51.150 INFO STEP 950 (remove_files) COMPLETE
81792026-08-26T16:18:51.735Z[ recovery-image] Aug 26 16:18:51.150 INFO O| Aug 26 16:18:51.150 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-26T16:18:51.742Z[ recovery-image] Aug 26 16:18:51.162 INFO O| Aug 26 16:18:51.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81812026-08-26T16:18:51.742Z[ recovery-image] Aug 26 16:18:51.162 INFO O| Aug 26 16:18:51.162 INFO STEP 951 (remove_files) COMPLETE
81822026-08-26T16:18:51.742Z[ recovery-image] Aug 26 16:18:51.162 INFO O| Aug 26 16:18:51.162 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-26T16:18:51.753Z[ recovery-image] Aug 26 16:18:51.172 INFO O| Aug 26 16:18:51.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81842026-08-26T16:18:51.753Z[ recovery-image] Aug 26 16:18:51.172 INFO O| Aug 26 16:18:51.172 INFO STEP 952 (remove_files) COMPLETE
81852026-08-26T16:18:51.753Z[ recovery-image] Aug 26 16:18:51.172 INFO O| Aug 26 16:18:51.172 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-26T16:18:51.763Z[ recovery-image] Aug 26 16:18:51.182 INFO O| Aug 26 16:18:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81872026-08-26T16:18:51.763Z[ recovery-image] Aug 26 16:18:51.182 INFO O| Aug 26 16:18:51.182 INFO STEP 953 (remove_files) COMPLETE
81882026-08-26T16:18:51.763Z[ recovery-image] Aug 26 16:18:51.182 INFO O| Aug 26 16:18:51.182 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-26T16:18:51.774Z[ recovery-image] Aug 26 16:18:51.192 INFO O| Aug 26 16:18:51.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81902026-08-26T16:18:51.774Z[ recovery-image] Aug 26 16:18:51.192 INFO O| Aug 26 16:18:51.192 INFO STEP 954 (remove_files) COMPLETE
81912026-08-26T16:18:51.774Z[ recovery-image] Aug 26 16:18:51.192 INFO O| Aug 26 16:18:51.192 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-26T16:18:51.790Z[ recovery-image] Aug 26 16:18:51.209 INFO O| Aug 26 16:18:51.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81932026-08-26T16:18:51.791Z[ recovery-image] Aug 26 16:18:51.209 INFO O| Aug 26 16:18:51.209 INFO STEP 955 (remove_files) COMPLETE
81942026-08-26T16:18:51.791Z[ recovery-image] Aug 26 16:18:51.209 INFO O| Aug 26 16:18:51.209 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-26T16:18:51.802Z[ recovery-image] Aug 26 16:18:51.221 INFO O| Aug 26 16:18:51.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81962026-08-26T16:18:51.802Z[ recovery-image] Aug 26 16:18:51.221 INFO O| Aug 26 16:18:51.221 INFO STEP 956 (remove_files) COMPLETE
81972026-08-26T16:18:51.802Z[ recovery-image] Aug 26 16:18:51.221 INFO O| Aug 26 16:18:51.221 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-26T16:18:51.814Z[ recovery-image] Aug 26 16:18:51.233 INFO O| Aug 26 16:18:51.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81992026-08-26T16:18:51.814Z[ recovery-image] Aug 26 16:18:51.234 INFO O| Aug 26 16:18:51.234 INFO STEP 957 (remove_files) COMPLETE
82002026-08-26T16:18:51.815Z[ recovery-image] Aug 26 16:18:51.234 INFO O| Aug 26 16:18:51.234 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-26T16:18:51.826Z[ recovery-image] Aug 26 16:18:51.245 INFO O| Aug 26 16:18:51.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82022026-08-26T16:18:51.830Z[ recovery-image] Aug 26 16:18:51.246 INFO O| Aug 26 16:18:51.246 INFO STEP 958 (remove_files) COMPLETE
82032026-08-26T16:18:51.830Z[ recovery-image] Aug 26 16:18:51.246 INFO O| Aug 26 16:18:51.246 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-26T16:18:51.837Z[ recovery-image] Aug 26 16:18:51.255 INFO O| Aug 26 16:18:51.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82052026-08-26T16:18:51.837Z[ recovery-image] Aug 26 16:18:51.255 INFO O| Aug 26 16:18:51.255 INFO STEP 959 (remove_files) COMPLETE
82062026-08-26T16:18:51.838Z[ recovery-image] Aug 26 16:18:51.255 INFO O| Aug 26 16:18:51.255 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-26T16:18:51.846Z[ recovery-image] Aug 26 16:18:51.265 INFO O| Aug 26 16:18:51.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82082026-08-26T16:18:51.846Z[ recovery-image] Aug 26 16:18:51.265 INFO O| Aug 26 16:18:51.265 INFO STEP 960 (remove_files) COMPLETE
82092026-08-26T16:18:51.846Z[ recovery-image] Aug 26 16:18:51.265 INFO O| Aug 26 16:18:51.265 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-26T16:18:51.854Z[ recovery-image] Aug 26 16:18:51.274 INFO O| Aug 26 16:18:51.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82112026-08-26T16:18:51.855Z[ recovery-image] Aug 26 16:18:51.274 INFO O| Aug 26 16:18:51.274 INFO STEP 961 (remove_files) COMPLETE
82122026-08-26T16:18:51.858Z[ recovery-image] Aug 26 16:18:51.274 INFO O| Aug 26 16:18:51.274 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-26T16:18:51.864Z[ recovery-image] Aug 26 16:18:51.283 INFO O| Aug 26 16:18:51.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82142026-08-26T16:18:51.864Z[ recovery-image] Aug 26 16:18:51.283 INFO O| Aug 26 16:18:51.283 INFO STEP 962 (remove_files) COMPLETE
82152026-08-26T16:18:51.864Z[ recovery-image] Aug 26 16:18:51.283 INFO O| Aug 26 16:18:51.283 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-26T16:18:51.874Z[ recovery-image] Aug 26 16:18:51.293 INFO O| Aug 26 16:18:51.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82172026-08-26T16:18:51.874Z[ recovery-image] Aug 26 16:18:51.293 INFO O| Aug 26 16:18:51.293 INFO STEP 963 (remove_files) COMPLETE
82182026-08-26T16:18:51.874Z[ recovery-image] Aug 26 16:18:51.293 INFO O| Aug 26 16:18:51.293 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-26T16:18:51.883Z[ recovery-image] Aug 26 16:18:51.302 INFO O| Aug 26 16:18:51.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82202026-08-26T16:18:51.883Z[ recovery-image] Aug 26 16:18:51.302 INFO O| Aug 26 16:18:51.302 INFO STEP 964 (remove_files) COMPLETE
82212026-08-26T16:18:51.883Z[ recovery-image] Aug 26 16:18:51.302 INFO O| Aug 26 16:18:51.302 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-26T16:18:51.896Z[ recovery-image] Aug 26 16:18:51.313 INFO O| Aug 26 16:18:51.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82232026-08-26T16:18:51.896Z[ recovery-image] Aug 26 16:18:51.313 INFO O| Aug 26 16:18:51.313 INFO STEP 965 (remove_files) COMPLETE
82242026-08-26T16:18:51.896Z[ recovery-image] Aug 26 16:18:51.313 INFO O| Aug 26 16:18:51.313 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-26T16:18:51.905Z[ recovery-image] Aug 26 16:18:51.324 INFO O| Aug 26 16:18:51.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82262026-08-26T16:18:51.905Z[ recovery-image] Aug 26 16:18:51.324 INFO O| Aug 26 16:18:51.324 INFO STEP 966 (remove_files) COMPLETE
82272026-08-26T16:18:51.905Z[ recovery-image] Aug 26 16:18:51.324 INFO O| Aug 26 16:18:51.324 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-26T16:18:51.914Z[ recovery-image] Aug 26 16:18:51.334 INFO O| Aug 26 16:18:51.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82292026-08-26T16:18:51.914Z[ recovery-image] Aug 26 16:18:51.334 INFO O| Aug 26 16:18:51.334 INFO STEP 967 (remove_files) COMPLETE
82302026-08-26T16:18:51.914Z[ recovery-image] Aug 26 16:18:51.334 INFO O| Aug 26 16:18:51.334 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-26T16:18:51.924Z[ recovery-image] Aug 26 16:18:51.343 INFO O| Aug 26 16:18:51.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82322026-08-26T16:18:51.925Z[ recovery-image] Aug 26 16:18:51.344 INFO O| Aug 26 16:18:51.344 INFO STEP 968 (remove_files) COMPLETE
82332026-08-26T16:18:51.925Z[ recovery-image] Aug 26 16:18:51.344 INFO O| Aug 26 16:18:51.344 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-26T16:18:51.932Z[ recovery-image] Aug 26 16:18:51.352 INFO O| Aug 26 16:18:51.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82352026-08-26T16:18:51.933Z[ recovery-image] Aug 26 16:18:51.352 INFO O| Aug 26 16:18:51.352 INFO STEP 969 (remove_files) COMPLETE
82362026-08-26T16:18:51.933Z[ recovery-image] Aug 26 16:18:51.352 INFO O| Aug 26 16:18:51.352 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-26T16:18:51.943Z[ recovery-image] Aug 26 16:18:51.362 INFO O| Aug 26 16:18:51.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82382026-08-26T16:18:51.943Z[ recovery-image] Aug 26 16:18:51.362 INFO O| Aug 26 16:18:51.362 INFO STEP 970 (remove_files) COMPLETE
82392026-08-26T16:18:51.943Z[ recovery-image] Aug 26 16:18:51.362 INFO O| Aug 26 16:18:51.362 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-26T16:18:51.954Z[ recovery-image] Aug 26 16:18:51.373 INFO O| Aug 26 16:18:51.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82412026-08-26T16:18:51.954Z[ recovery-image] Aug 26 16:18:51.373 INFO O| Aug 26 16:18:51.373 INFO STEP 971 (remove_files) COMPLETE
82422026-08-26T16:18:51.954Z[ recovery-image] Aug 26 16:18:51.373 INFO O| Aug 26 16:18:51.373 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-26T16:18:51.964Z[ recovery-image] Aug 26 16:18:51.383 INFO O| Aug 26 16:18:51.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82442026-08-26T16:18:51.964Z[ recovery-image] Aug 26 16:18:51.383 INFO O| Aug 26 16:18:51.383 INFO STEP 972 (remove_files) COMPLETE
82452026-08-26T16:18:51.964Z[ recovery-image] Aug 26 16:18:51.383 INFO O| Aug 26 16:18:51.383 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-26T16:18:51.973Z[ recovery-image] Aug 26 16:18:51.392 INFO O| Aug 26 16:18:51.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82472026-08-26T16:18:51.973Z[ recovery-image] Aug 26 16:18:51.392 INFO O| Aug 26 16:18:51.392 INFO STEP 973 (remove_files) COMPLETE
82482026-08-26T16:18:51.977Z[ recovery-image] Aug 26 16:18:51.392 INFO O| Aug 26 16:18:51.392 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-26T16:18:51.982Z[ recovery-image] Aug 26 16:18:51.401 INFO O| Aug 26 16:18:51.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82502026-08-26T16:18:51.982Z[ recovery-image] Aug 26 16:18:51.401 INFO O| Aug 26 16:18:51.401 INFO STEP 974 (remove_files) COMPLETE
82512026-08-26T16:18:51.986Z[ recovery-image] Aug 26 16:18:51.401 INFO O| Aug 26 16:18:51.401 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-26T16:18:51.993Z[ recovery-image] Aug 26 16:18:51.412 INFO O| Aug 26 16:18:51.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82532026-08-26T16:18:51.993Z[ recovery-image] Aug 26 16:18:51.412 INFO O| Aug 26 16:18:51.412 INFO STEP 975 (remove_files) COMPLETE
82542026-08-26T16:18:51.993Z[ recovery-image] Aug 26 16:18:51.412 INFO O| Aug 26 16:18:51.412 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-26T16:18:52.004Z[ recovery-image] Aug 26 16:18:51.424 INFO O| Aug 26 16:18:51.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82562026-08-26T16:18:52.004Z[ recovery-image] Aug 26 16:18:51.424 INFO O| Aug 26 16:18:51.424 INFO STEP 976 (remove_files) COMPLETE
82572026-08-26T16:18:52.004Z[ recovery-image] Aug 26 16:18:51.424 INFO O| Aug 26 16:18:51.424 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-26T16:18:52.015Z[ recovery-image] Aug 26 16:18:51.434 INFO O| Aug 26 16:18:51.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82592026-08-26T16:18:52.015Z[ recovery-image] Aug 26 16:18:51.434 INFO O| Aug 26 16:18:51.434 INFO STEP 977 (remove_files) COMPLETE
82602026-08-26T16:18:52.015Z[ recovery-image] Aug 26 16:18:51.434 INFO O| Aug 26 16:18:51.434 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-26T16:18:52.025Z[ recovery-image] Aug 26 16:18:51.444 INFO O| Aug 26 16:18:51.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82622026-08-26T16:18:52.025Z[ recovery-image] Aug 26 16:18:51.444 INFO O| Aug 26 16:18:51.444 INFO STEP 978 (remove_files) COMPLETE
82632026-08-26T16:18:52.025Z[ recovery-image] Aug 26 16:18:51.444 INFO O| Aug 26 16:18:51.444 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-26T16:18:52.035Z[ recovery-image] Aug 26 16:18:51.454 INFO O| Aug 26 16:18:51.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82652026-08-26T16:18:52.035Z[ recovery-image] Aug 26 16:18:51.455 INFO O| Aug 26 16:18:51.455 INFO STEP 979 (remove_files) COMPLETE
82662026-08-26T16:18:52.039Z[ recovery-image] Aug 26 16:18:51.455 INFO O| Aug 26 16:18:51.455 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-26T16:18:52.046Z[ recovery-image] Aug 26 16:18:51.465 INFO O| Aug 26 16:18:51.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82682026-08-26T16:18:52.046Z[ recovery-image] Aug 26 16:18:51.465 INFO O| Aug 26 16:18:51.465 INFO STEP 980 (remove_files) COMPLETE
82692026-08-26T16:18:52.047Z[ recovery-image] Aug 26 16:18:51.465 INFO O| Aug 26 16:18:51.465 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-26T16:18:52.057Z[ recovery-image] Aug 26 16:18:51.476 INFO O| Aug 26 16:18:51.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82712026-08-26T16:18:52.058Z[ recovery-image] Aug 26 16:18:51.476 INFO O| Aug 26 16:18:51.476 INFO STEP 981 (remove_files) COMPLETE
82722026-08-26T16:18:52.058Z[ recovery-image] Aug 26 16:18:51.476 INFO O| Aug 26 16:18:51.476 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-26T16:18:52.067Z[ recovery-image] Aug 26 16:18:51.486 INFO O| Aug 26 16:18:51.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82742026-08-26T16:18:52.067Z[ recovery-image] Aug 26 16:18:51.486 INFO O| Aug 26 16:18:51.486 INFO STEP 982 (remove_files) COMPLETE
82752026-08-26T16:18:52.067Z[ recovery-image] Aug 26 16:18:51.486 INFO O| Aug 26 16:18:51.486 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-26T16:18:52.076Z[ recovery-image] Aug 26 16:18:51.495 INFO O| Aug 26 16:18:51.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82772026-08-26T16:18:52.076Z[ recovery-image] Aug 26 16:18:51.495 INFO O| Aug 26 16:18:51.495 INFO STEP 983 (remove_files) COMPLETE
82782026-08-26T16:18:52.076Z[ recovery-image] Aug 26 16:18:51.495 INFO O| Aug 26 16:18:51.495 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-26T16:18:52.085Z[ recovery-image] Aug 26 16:18:51.504 INFO O| Aug 26 16:18:51.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82802026-08-26T16:18:52.085Z[ recovery-image] Aug 26 16:18:51.504 INFO O| Aug 26 16:18:51.504 INFO STEP 984 (remove_files) COMPLETE
82812026-08-26T16:18:52.085Z[ recovery-image] Aug 26 16:18:51.504 INFO O| Aug 26 16:18:51.504 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-26T16:18:52.094Z[ recovery-image] Aug 26 16:18:51.513 INFO O| Aug 26 16:18:51.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82832026-08-26T16:18:52.094Z[ recovery-image] Aug 26 16:18:51.513 INFO O| Aug 26 16:18:51.513 INFO STEP 985 (remove_files) COMPLETE
82842026-08-26T16:18:52.094Z[ recovery-image] Aug 26 16:18:51.513 INFO O| Aug 26 16:18:51.513 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-26T16:18:52.104Z[ recovery-image] Aug 26 16:18:51.523 INFO O| Aug 26 16:18:51.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82862026-08-26T16:18:52.104Z[ recovery-image] Aug 26 16:18:51.523 INFO O| Aug 26 16:18:51.523 INFO STEP 986 (remove_files) COMPLETE
82872026-08-26T16:18:52.104Z[ recovery-image] Aug 26 16:18:51.523 INFO O| Aug 26 16:18:51.523 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-26T16:18:52.114Z[ recovery-image] Aug 26 16:18:51.533 INFO O| Aug 26 16:18:51.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82892026-08-26T16:18:52.114Z[ recovery-image] Aug 26 16:18:51.533 INFO O| Aug 26 16:18:51.533 INFO STEP 987 (remove_files) COMPLETE
82902026-08-26T16:18:52.118Z[ recovery-image] Aug 26 16:18:51.534 INFO O| Aug 26 16:18:51.533 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-26T16:18:52.125Z[ recovery-image] Aug 26 16:18:51.544 INFO O| Aug 26 16:18:51.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82922026-08-26T16:18:52.125Z[ recovery-image] Aug 26 16:18:51.544 INFO O| Aug 26 16:18:51.544 INFO STEP 988 (remove_files) COMPLETE
82932026-08-26T16:18:52.125Z[ recovery-image] Aug 26 16:18:51.544 INFO O| Aug 26 16:18:51.544 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-26T16:18:52.135Z[ recovery-image] Aug 26 16:18:51.554 INFO O| Aug 26 16:18:51.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82952026-08-26T16:18:52.135Z[ recovery-image] Aug 26 16:18:51.554 INFO O| Aug 26 16:18:51.554 INFO STEP 989 (remove_files) COMPLETE
82962026-08-26T16:18:52.138Z[ recovery-image] Aug 26 16:18:51.554 INFO O| Aug 26 16:18:51.554 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-26T16:18:52.145Z[ recovery-image] Aug 26 16:18:51.563 INFO O| Aug 26 16:18:51.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82982026-08-26T16:18:52.148Z[ recovery-image] Aug 26 16:18:51.564 INFO O| Aug 26 16:18:51.564 INFO STEP 990 (remove_files) COMPLETE
82992026-08-26T16:18:52.148Z[ recovery-image] Aug 26 16:18:51.564 INFO O| Aug 26 16:18:51.564 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-26T16:18:52.154Z[ recovery-image] Aug 26 16:18:51.573 INFO O| Aug 26 16:18:51.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83012026-08-26T16:18:52.154Z[ recovery-image] Aug 26 16:18:51.573 INFO O| Aug 26 16:18:51.573 INFO STEP 991 (remove_files) COMPLETE
83022026-08-26T16:18:52.157Z[ recovery-image] Aug 26 16:18:51.573 INFO O| Aug 26 16:18:51.573 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-26T16:18:52.164Z[ recovery-image] Aug 26 16:18:51.583 INFO O| Aug 26 16:18:51.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83042026-08-26T16:18:52.164Z[ recovery-image] Aug 26 16:18:51.583 INFO O| Aug 26 16:18:51.583 INFO STEP 992 (remove_files) COMPLETE
83052026-08-26T16:18:52.164Z[ recovery-image] Aug 26 16:18:51.583 INFO O| Aug 26 16:18:51.583 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-26T16:18:52.175Z[ recovery-image] Aug 26 16:18:51.594 INFO O| Aug 26 16:18:51.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83072026-08-26T16:18:52.175Z[ recovery-image] Aug 26 16:18:51.594 INFO O| Aug 26 16:18:51.594 INFO STEP 993 (remove_files) COMPLETE
83082026-08-26T16:18:52.179Z[ recovery-image] Aug 26 16:18:51.594 INFO O| Aug 26 16:18:51.594 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-26T16:18:52.185Z[ recovery-image] Aug 26 16:18:51.604 INFO O| Aug 26 16:18:51.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83102026-08-26T16:18:52.185Z[ recovery-image] Aug 26 16:18:51.604 INFO O| Aug 26 16:18:51.604 INFO STEP 994 (remove_files) COMPLETE
83112026-08-26T16:18:52.185Z[ recovery-image] Aug 26 16:18:51.604 INFO O| Aug 26 16:18:51.604 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-26T16:18:52.193Z[verify-libraries] Compiling git2 v0.20.4
83132026-08-26T16:18:52.200Z[ recovery-image] Aug 26 16:18:51.615 INFO O| Aug 26 16:18:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83142026-08-26T16:18:52.201Z[ recovery-image] Aug 26 16:18:51.615 INFO O| Aug 26 16:18:51.615 INFO STEP 995 (remove_files) COMPLETE
83152026-08-26T16:18:52.201Z[ recovery-image] Aug 26 16:18:51.615 INFO O| Aug 26 16:18:51.615 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-26T16:18:52.205Z[ recovery-image] Aug 26 16:18:51.625 INFO O| Aug 26 16:18:51.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83172026-08-26T16:18:52.205Z[ recovery-image] Aug 26 16:18:51.625 INFO O| Aug 26 16:18:51.625 INFO STEP 996 (remove_files) COMPLETE
83182026-08-26T16:18:52.208Z[ recovery-image] Aug 26 16:18:51.625 INFO O| Aug 26 16:18:51.625 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-26T16:18:52.215Z[ recovery-image] Aug 26 16:18:51.634 INFO O| Aug 26 16:18:51.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83202026-08-26T16:18:52.215Z[ recovery-image] Aug 26 16:18:51.634 INFO O| Aug 26 16:18:51.634 INFO STEP 997 (remove_files) COMPLETE
83212026-08-26T16:18:52.218Z[ recovery-image] Aug 26 16:18:51.634 INFO O| Aug 26 16:18:51.634 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-26T16:18:52.224Z[ recovery-image] Aug 26 16:18:51.643 INFO O| Aug 26 16:18:51.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83232026-08-26T16:18:52.224Z[ recovery-image] Aug 26 16:18:51.643 INFO O| Aug 26 16:18:51.643 INFO STEP 998 (remove_files) COMPLETE
83242026-08-26T16:18:52.228Z[ recovery-image] Aug 26 16:18:51.643 INFO O| Aug 26 16:18:51.643 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-26T16:18:52.233Z[ recovery-image] Aug 26 16:18:51.653 INFO O| Aug 26 16:18:51.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83262026-08-26T16:18:52.234Z[ recovery-image] Aug 26 16:18:51.653 INFO O| Aug 26 16:18:51.653 INFO STEP 999 (remove_files) COMPLETE
83272026-08-26T16:18:52.237Z[ recovery-image] Aug 26 16:18:51.653 INFO O| Aug 26 16:18:51.653 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-26T16:18:52.244Z[ recovery-image] Aug 26 16:18:51.664 INFO O| Aug 26 16:18:51.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83292026-08-26T16:18:52.245Z[ recovery-image] Aug 26 16:18:51.664 INFO O| Aug 26 16:18:51.664 INFO STEP 1000 (remove_files) COMPLETE
83302026-08-26T16:18:52.245Z[ recovery-image] Aug 26 16:18:51.664 INFO O| Aug 26 16:18:51.664 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-26T16:18:52.259Z[ recovery-image] Aug 26 16:18:51.674 INFO O| Aug 26 16:18:51.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83322026-08-26T16:18:52.259Z[ recovery-image] Aug 26 16:18:51.674 INFO O| Aug 26 16:18:51.674 INFO STEP 1001 (remove_files) COMPLETE
83332026-08-26T16:18:52.259Z[ recovery-image] Aug 26 16:18:51.674 INFO O| Aug 26 16:18:51.674 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-26T16:18:52.266Z[ recovery-image] Aug 26 16:18:51.685 INFO O| Aug 26 16:18:51.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83352026-08-26T16:18:52.266Z[ recovery-image] Aug 26 16:18:51.685 INFO O| Aug 26 16:18:51.685 INFO STEP 1002 (remove_files) COMPLETE
83362026-08-26T16:18:52.266Z[ recovery-image] Aug 26 16:18:51.685 INFO O| Aug 26 16:18:51.685 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-26T16:18:52.277Z[ recovery-image] Aug 26 16:18:51.696 INFO O| Aug 26 16:18:51.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83382026-08-26T16:18:52.277Z[ recovery-image] Aug 26 16:18:51.696 INFO O| Aug 26 16:18:51.696 INFO STEP 1003 (remove_files) COMPLETE
83392026-08-26T16:18:52.277Z[ recovery-image] Aug 26 16:18:51.696 INFO O| Aug 26 16:18:51.696 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-26T16:18:52.288Z[ recovery-image] Aug 26 16:18:51.707 INFO O| Aug 26 16:18:51.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83412026-08-26T16:18:52.288Z[ recovery-image] Aug 26 16:18:51.707 INFO O| Aug 26 16:18:51.707 INFO STEP 1004 (remove_files) COMPLETE
83422026-08-26T16:18:52.288Z[ recovery-image] Aug 26 16:18:51.707 INFO O| Aug 26 16:18:51.707 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-26T16:18:52.292Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
83442026-08-26T16:18:52.299Z[ recovery-image] Aug 26 16:18:51.718 INFO O| Aug 26 16:18:51.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83452026-08-26T16:18:52.299Z[ recovery-image] Aug 26 16:18:51.718 INFO O| Aug 26 16:18:51.718 INFO STEP 1005 (remove_files) COMPLETE
83462026-08-26T16:18:52.302Z[ recovery-image] Aug 26 16:18:51.718 INFO O| Aug 26 16:18:51.718 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-26T16:18:52.310Z[ recovery-image] Aug 26 16:18:51.729 INFO O| Aug 26 16:18:51.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83482026-08-26T16:18:52.310Z[ recovery-image] Aug 26 16:18:51.729 INFO O| Aug 26 16:18:51.729 INFO STEP 1006 (remove_files) COMPLETE
83492026-08-26T16:18:52.313Z[ recovery-image] Aug 26 16:18:51.729 INFO O| Aug 26 16:18:51.729 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-26T16:18:52.319Z[ recovery-image] Aug 26 16:18:51.738 INFO O| Aug 26 16:18:51.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83512026-08-26T16:18:52.319Z[ recovery-image] Aug 26 16:18:51.738 INFO O| Aug 26 16:18:51.738 INFO STEP 1007 (remove_files) COMPLETE
83522026-08-26T16:18:52.319Z[ recovery-image] Aug 26 16:18:51.738 INFO O| Aug 26 16:18:51.738 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-26T16:18:52.329Z[ recovery-image] Aug 26 16:18:51.748 INFO O| Aug 26 16:18:51.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83542026-08-26T16:18:52.330Z[ recovery-image] Aug 26 16:18:51.749 INFO O| Aug 26 16:18:51.748 INFO STEP 1008 (remove_files) COMPLETE
83552026-08-26T16:18:52.333Z[ recovery-image] Aug 26 16:18:51.749 INFO O| Aug 26 16:18:51.748 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-26T16:18:52.337Z[ recovery-image] Aug 26 16:18:51.757 INFO O| Aug 26 16:18:51.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83572026-08-26T16:18:52.338Z[ recovery-image] Aug 26 16:18:51.757 INFO O| Aug 26 16:18:51.757 INFO STEP 1009 (remove_files) COMPLETE
83582026-08-26T16:18:52.338Z[ recovery-image] Aug 26 16:18:51.757 INFO O| Aug 26 16:18:51.757 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-26T16:18:52.346Z[ recovery-image] Aug 26 16:18:51.765 INFO O| Aug 26 16:18:51.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83602026-08-26T16:18:52.346Z[ recovery-image] Aug 26 16:18:51.765 INFO O| Aug 26 16:18:51.765 INFO STEP 1010 (remove_files) COMPLETE
83612026-08-26T16:18:52.349Z[ recovery-image] Aug 26 16:18:51.765 INFO O| Aug 26 16:18:51.765 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-26T16:18:52.354Z[ recovery-image] Aug 26 16:18:51.773 INFO O| Aug 26 16:18:51.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83632026-08-26T16:18:52.354Z[ recovery-image] Aug 26 16:18:51.773 INFO O| Aug 26 16:18:51.773 INFO STEP 1011 (remove_files) COMPLETE
83642026-08-26T16:18:52.358Z[ recovery-image] Aug 26 16:18:51.773 INFO O| Aug 26 16:18:51.773 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-26T16:18:52.362Z[ recovery-image] Aug 26 16:18:51.781 INFO O| Aug 26 16:18:51.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83662026-08-26T16:18:52.362Z[ recovery-image] Aug 26 16:18:51.782 INFO O| Aug 26 16:18:51.781 INFO STEP 1012 (remove_files) COMPLETE
83672026-08-26T16:18:52.366Z[ recovery-image] Aug 26 16:18:51.782 INFO O| Aug 26 16:18:51.781 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-26T16:18:52.370Z[ recovery-image] Aug 26 16:18:51.790 INFO O| Aug 26 16:18:51.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83692026-08-26T16:18:52.370Z[ recovery-image] Aug 26 16:18:51.790 INFO O| Aug 26 16:18:51.790 INFO STEP 1013 (remove_files) COMPLETE
83702026-08-26T16:18:52.374Z[ recovery-image] Aug 26 16:18:51.790 INFO O| Aug 26 16:18:51.790 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-26T16:18:52.378Z[ recovery-image] Aug 26 16:18:51.798 INFO O| Aug 26 16:18:51.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83722026-08-26T16:18:52.379Z[ recovery-image] Aug 26 16:18:51.798 INFO O| Aug 26 16:18:51.798 INFO STEP 1014 (remove_files) COMPLETE
83732026-08-26T16:18:52.382Z[ recovery-image] Aug 26 16:18:51.798 INFO O| Aug 26 16:18:51.798 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-26T16:18:52.386Z[ recovery-image] Aug 26 16:18:51.805 INFO O| Aug 26 16:18:51.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83752026-08-26T16:18:52.386Z[ recovery-image] Aug 26 16:18:51.805 INFO O| Aug 26 16:18:51.805 INFO STEP 1015 (remove_files) COMPLETE
83762026-08-26T16:18:52.389Z[ recovery-image] Aug 26 16:18:51.805 INFO O| Aug 26 16:18:51.805 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-26T16:18:52.394Z[ recovery-image] Aug 26 16:18:51.813 INFO O| Aug 26 16:18:51.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83782026-08-26T16:18:52.394Z[ recovery-image] Aug 26 16:18:51.813 INFO O| Aug 26 16:18:51.813 INFO STEP 1016 (remove_files) COMPLETE
83792026-08-26T16:18:52.394Z[ recovery-image] Aug 26 16:18:51.813 INFO O| Aug 26 16:18:51.813 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-26T16:18:52.402Z[ recovery-image] Aug 26 16:18:51.821 INFO O| Aug 26 16:18:51.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83812026-08-26T16:18:52.402Z[ recovery-image] Aug 26 16:18:51.821 INFO O| Aug 26 16:18:51.821 INFO STEP 1017 (remove_files) COMPLETE
83822026-08-26T16:18:52.405Z[ recovery-image] Aug 26 16:18:51.821 INFO O| Aug 26 16:18:51.821 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-26T16:18:52.427Z[ recovery-image] Aug 26 16:18:51.846 INFO O| Aug 26 16:18:51.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83842026-08-26T16:18:52.427Z[ recovery-image] Aug 26 16:18:51.846 INFO O| Aug 26 16:18:51.846 INFO STEP 1018 (remove_files) COMPLETE
83852026-08-26T16:18:52.427Z[ recovery-image] Aug 26 16:18:51.846 INFO O| Aug 26 16:18:51.846 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-26T16:18:52.438Z[ recovery-image] Aug 26 16:18:51.857 INFO O| Aug 26 16:18:51.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83872026-08-26T16:18:52.438Z[ recovery-image] Aug 26 16:18:51.857 INFO O| Aug 26 16:18:51.857 INFO STEP 1019 (remove_files) COMPLETE
83882026-08-26T16:18:52.441Z[ recovery-image] Aug 26 16:18:51.857 INFO O| Aug 26 16:18:51.857 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-26T16:18:52.470Z[ recovery-image] Aug 26 16:18:51.889 INFO O| Aug 26 16:18:51.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83902026-08-26T16:18:52.470Z[ recovery-image] Aug 26 16:18:51.889 INFO O| Aug 26 16:18:51.889 INFO STEP 1020 (remove_files) COMPLETE
83912026-08-26T16:18:52.470Z[ recovery-image] Aug 26 16:18:51.889 INFO O| Aug 26 16:18:51.889 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-26T16:18:52.480Z[ recovery-image] Aug 26 16:18:51.899 INFO O| Aug 26 16:18:51.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83932026-08-26T16:18:52.480Z[ recovery-image] Aug 26 16:18:51.899 INFO O| Aug 26 16:18:51.899 INFO STEP 1021 (remove_files) COMPLETE
83942026-08-26T16:18:52.480Z[ recovery-image] Aug 26 16:18:51.899 INFO O| Aug 26 16:18:51.899 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-26T16:18:52.541Z[ recovery-image] Aug 26 16:18:51.960 INFO O| Aug 26 16:18:51.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83962026-08-26T16:18:52.541Z[ recovery-image] Aug 26 16:18:51.960 INFO O| Aug 26 16:18:51.960 INFO STEP 1022 (remove_files) COMPLETE
83972026-08-26T16:18:52.541Z[ recovery-image] Aug 26 16:18:51.960 INFO O| Aug 26 16:18:51.960 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-26T16:18:52.551Z[ recovery-image] Aug 26 16:18:51.970 INFO O| Aug 26 16:18:51.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83992026-08-26T16:18:52.551Z[ recovery-image] Aug 26 16:18:51.970 INFO O| Aug 26 16:18:51.970 INFO STEP 1023 (remove_files) COMPLETE
84002026-08-26T16:18:52.555Z[ recovery-image] Aug 26 16:18:51.970 INFO O| Aug 26 16:18:51.970 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-26T16:18:52.585Z[ recovery-image] Aug 26 16:18:52.004 INFO O| Aug 26 16:18:52.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84022026-08-26T16:18:52.586Z[ recovery-image] Aug 26 16:18:52.004 INFO O| Aug 26 16:18:52.004 INFO STEP 1024 (remove_files) COMPLETE
84032026-08-26T16:18:52.586Z[ recovery-image] Aug 26 16:18:52.004 INFO O| Aug 26 16:18:52.004 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-26T16:18:52.595Z[ recovery-image] Aug 26 16:18:52.014 INFO O| Aug 26 16:18:52.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84052026-08-26T16:18:52.595Z[ recovery-image] Aug 26 16:18:52.014 INFO O| Aug 26 16:18:52.014 INFO STEP 1025 (remove_files) COMPLETE
84062026-08-26T16:18:52.595Z[ recovery-image] Aug 26 16:18:52.014 INFO O| Aug 26 16:18:52.014 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-26T16:18:52.609Z[ recovery-image] Aug 26 16:18:52.028 INFO O| Aug 26 16:18:52.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84082026-08-26T16:18:52.610Z[ recovery-image] Aug 26 16:18:52.028 INFO O| Aug 26 16:18:52.028 INFO STEP 1026 (remove_files) COMPLETE
84092026-08-26T16:18:52.610Z[ recovery-image] Aug 26 16:18:52.028 INFO O| Aug 26 16:18:52.028 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-26T16:18:52.619Z[ recovery-image] Aug 26 16:18:52.038 INFO O| Aug 26 16:18:52.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84112026-08-26T16:18:52.619Z[ recovery-image] Aug 26 16:18:52.038 INFO O| Aug 26 16:18:52.038 INFO STEP 1027 (remove_files) COMPLETE
84122026-08-26T16:18:52.619Z[ recovery-image] Aug 26 16:18:52.038 INFO O| Aug 26 16:18:52.038 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-26T16:18:52.628Z[ recovery-image] Aug 26 16:18:52.047 INFO O| Aug 26 16:18:52.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84142026-08-26T16:18:52.629Z[ recovery-image] Aug 26 16:18:52.047 INFO O| Aug 26 16:18:52.047 INFO STEP 1028 (remove_files) COMPLETE
84152026-08-26T16:18:52.629Z[ recovery-image] Aug 26 16:18:52.047 INFO O| Aug 26 16:18:52.047 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-26T16:18:52.651Z[ recovery-image] Aug 26 16:18:52.070 INFO O| Aug 26 16:18:52.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84172026-08-26T16:18:52.651Z[ recovery-image] Aug 26 16:18:52.070 INFO O| Aug 26 16:18:52.070 INFO STEP 1029 (remove_files) COMPLETE
84182026-08-26T16:18:52.651Z[ recovery-image] Aug 26 16:18:52.070 INFO O| Aug 26 16:18:52.070 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-26T16:18:52.661Z[ recovery-image] Aug 26 16:18:52.080 INFO O| Aug 26 16:18:52.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84202026-08-26T16:18:52.661Z[ recovery-image] Aug 26 16:18:52.080 INFO O| Aug 26 16:18:52.080 INFO STEP 1030 (remove_files) COMPLETE
84212026-08-26T16:18:52.664Z[ recovery-image] Aug 26 16:18:52.080 INFO O| Aug 26 16:18:52.080 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-26T16:18:52.671Z[ recovery-image] Aug 26 16:18:52.090 INFO O| Aug 26 16:18:52.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84232026-08-26T16:18:52.671Z[ recovery-image] Aug 26 16:18:52.090 INFO O| Aug 26 16:18:52.090 INFO STEP 1031 (remove_files) COMPLETE
84242026-08-26T16:18:52.671Z[ recovery-image] Aug 26 16:18:52.090 INFO O| Aug 26 16:18:52.090 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-26T16:18:52.681Z[ recovery-image] Aug 26 16:18:52.100 INFO O| Aug 26 16:18:52.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84262026-08-26T16:18:52.681Z[ recovery-image] Aug 26 16:18:52.101 INFO O| Aug 26 16:18:52.101 INFO STEP 1032 (remove_files) COMPLETE
84272026-08-26T16:18:52.682Z[ recovery-image] Aug 26 16:18:52.101 INFO O| Aug 26 16:18:52.101 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-26T16:18:52.691Z[ recovery-image] Aug 26 16:18:52.110 INFO O| Aug 26 16:18:52.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84292026-08-26T16:18:52.691Z[ recovery-image] Aug 26 16:18:52.110 INFO O| Aug 26 16:18:52.110 INFO STEP 1033 (remove_files) COMPLETE
84302026-08-26T16:18:52.691Z[ recovery-image] Aug 26 16:18:52.110 INFO O| Aug 26 16:18:52.110 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-26T16:18:52.701Z[ recovery-image] Aug 26 16:18:52.120 INFO O| Aug 26 16:18:52.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84322026-08-26T16:18:52.701Z[ recovery-image] Aug 26 16:18:52.120 INFO O| Aug 26 16:18:52.120 INFO STEP 1034 (remove_files) COMPLETE
84332026-08-26T16:18:52.701Z[ recovery-image] Aug 26 16:18:52.120 INFO O| Aug 26 16:18:52.120 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-26T16:18:52.710Z[ recovery-image] Aug 26 16:18:52.129 INFO O| Aug 26 16:18:52.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84352026-08-26T16:18:52.710Z[ recovery-image] Aug 26 16:18:52.129 INFO O| Aug 26 16:18:52.129 INFO STEP 1035 (remove_files) COMPLETE
84362026-08-26T16:18:52.710Z[ recovery-image] Aug 26 16:18:52.129 INFO O| Aug 26 16:18:52.129 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-26T16:18:52.718Z[ recovery-image] Aug 26 16:18:52.137 INFO O| Aug 26 16:18:52.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84382026-08-26T16:18:52.718Z[ recovery-image] Aug 26 16:18:52.137 INFO O| Aug 26 16:18:52.137 INFO STEP 1036 (remove_files) COMPLETE
84392026-08-26T16:18:52.718Z[ recovery-image] Aug 26 16:18:52.138 INFO O| Aug 26 16:18:52.137 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-26T16:18:52.727Z[ recovery-image] Aug 26 16:18:52.146 INFO O| Aug 26 16:18:52.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84412026-08-26T16:18:52.727Z[ recovery-image] Aug 26 16:18:52.146 INFO O| Aug 26 16:18:52.146 INFO STEP 1037 (remove_files) COMPLETE
84422026-08-26T16:18:52.731Z[ recovery-image] Aug 26 16:18:52.146 INFO O| Aug 26 16:18:52.146 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-26T16:18:52.738Z[ recovery-image] Aug 26 16:18:52.157 INFO O| Aug 26 16:18:52.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84442026-08-26T16:18:52.738Z[ recovery-image] Aug 26 16:18:52.157 INFO O| Aug 26 16:18:52.157 INFO STEP 1038 (remove_files) COMPLETE
84452026-08-26T16:18:52.738Z[ recovery-image] Aug 26 16:18:52.157 INFO O| Aug 26 16:18:52.157 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.167 INFO O| Aug 26 16:18:52.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84472026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.167 INFO O| Aug 26 16:18:52.167 INFO STEP 1039 (remove_files) COMPLETE
84482026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.167 INFO O| Aug 26 16:18:52.167 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.176 INFO O| Aug 26 16:18:52.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84502026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.176 INFO O| Aug 26 16:18:52.176 INFO STEP 1040 (remove_files) COMPLETE
84512026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.176 INFO O| Aug 26 16:18:52.176 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.184 INFO O| Aug 26 16:18:52.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84532026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.185 INFO O| Aug 26 16:18:52.184 INFO STEP 1041 (remove_files) COMPLETE
84542026-08-26T16:18:52.798Z[ recovery-image] Aug 26 16:18:52.185 INFO O| Aug 26 16:18:52.185 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.195 INFO O| Aug 26 16:18:52.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84562026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.195 INFO O| Aug 26 16:18:52.195 INFO STEP 1042 (remove_files) COMPLETE
84572026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.195 INFO O| Aug 26 16:18:52.195 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.204 INFO O| Aug 26 16:18:52.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84592026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.205 INFO O| Aug 26 16:18:52.205 INFO STEP 1043 (remove_files) COMPLETE
84602026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.205 INFO O| Aug 26 16:18:52.205 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.215 INFO O| Aug 26 16:18:52.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84622026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.215 INFO O| Aug 26 16:18:52.215 INFO STEP 1044 (remove_files) COMPLETE
84632026-08-26T16:18:52.799Z[ recovery-image] Aug 26 16:18:52.215 INFO O| Aug 26 16:18:52.215 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-26T16:18:52.806Z[ recovery-image] Aug 26 16:18:52.225 INFO O| Aug 26 16:18:52.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84652026-08-26T16:18:52.806Z[ recovery-image] Aug 26 16:18:52.225 INFO O| Aug 26 16:18:52.225 INFO STEP 1045 (remove_files) COMPLETE
84662026-08-26T16:18:52.806Z[ recovery-image] Aug 26 16:18:52.225 INFO O| Aug 26 16:18:52.225 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-26T16:18:52.816Z[ recovery-image] Aug 26 16:18:52.235 INFO O| Aug 26 16:18:52.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84682026-08-26T16:18:52.817Z[ recovery-image] Aug 26 16:18:52.235 INFO O| Aug 26 16:18:52.235 INFO STEP 1046 (remove_files) COMPLETE
84692026-08-26T16:18:52.817Z[ recovery-image] Aug 26 16:18:52.235 INFO O| Aug 26 16:18:52.235 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-26T16:18:52.826Z[ recovery-image] Aug 26 16:18:52.245 INFO O| Aug 26 16:18:52.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84712026-08-26T16:18:52.826Z[ recovery-image] Aug 26 16:18:52.245 INFO O| Aug 26 16:18:52.245 INFO STEP 1047 (remove_files) COMPLETE
84722026-08-26T16:18:52.826Z[ recovery-image] Aug 26 16:18:52.245 INFO O| Aug 26 16:18:52.245 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-26T16:18:52.836Z[ recovery-image] Aug 26 16:18:52.255 INFO O| Aug 26 16:18:52.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84742026-08-26T16:18:52.836Z[ recovery-image] Aug 26 16:18:52.255 INFO O| Aug 26 16:18:52.255 INFO STEP 1048 (remove_files) COMPLETE
84752026-08-26T16:18:52.836Z[ recovery-image] Aug 26 16:18:52.255 INFO O| Aug 26 16:18:52.255 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-26T16:18:52.846Z[ recovery-image] Aug 26 16:18:52.265 INFO O| Aug 26 16:18:52.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84772026-08-26T16:18:52.846Z[ recovery-image] Aug 26 16:18:52.265 INFO O| Aug 26 16:18:52.265 INFO STEP 1049 (remove_files) COMPLETE
84782026-08-26T16:18:52.846Z[ recovery-image] Aug 26 16:18:52.265 INFO O| Aug 26 16:18:52.265 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-26T16:18:52.856Z[ recovery-image] Aug 26 16:18:52.275 INFO O| Aug 26 16:18:52.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84802026-08-26T16:18:52.856Z[ recovery-image] Aug 26 16:18:52.275 INFO O| Aug 26 16:18:52.275 INFO STEP 1050 (remove_files) COMPLETE
84812026-08-26T16:18:52.856Z[ recovery-image] Aug 26 16:18:52.275 INFO O| Aug 26 16:18:52.275 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-26T16:18:52.866Z[ recovery-image] Aug 26 16:18:52.285 INFO O| Aug 26 16:18:52.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84832026-08-26T16:18:52.866Z[ recovery-image] Aug 26 16:18:52.285 INFO O| Aug 26 16:18:52.285 INFO STEP 1051 (remove_files) COMPLETE
84842026-08-26T16:18:52.866Z[ recovery-image] Aug 26 16:18:52.285 INFO O| Aug 26 16:18:52.285 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-26T16:18:52.876Z[ recovery-image] Aug 26 16:18:52.295 INFO O| Aug 26 16:18:52.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84862026-08-26T16:18:52.877Z[ recovery-image] Aug 26 16:18:52.295 INFO O| Aug 26 16:18:52.295 INFO STEP 1052 (remove_files) COMPLETE
84872026-08-26T16:18:52.877Z[ recovery-image] Aug 26 16:18:52.295 INFO O| Aug 26 16:18:52.295 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-26T16:18:52.888Z[ recovery-image] Aug 26 16:18:52.307 INFO O| Aug 26 16:18:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84892026-08-26T16:18:52.888Z[ recovery-image] Aug 26 16:18:52.307 INFO O| Aug 26 16:18:52.307 INFO STEP 1053 (remove_files) COMPLETE
84902026-08-26T16:18:52.891Z[ recovery-image] Aug 26 16:18:52.307 INFO O| Aug 26 16:18:52.307 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-26T16:18:52.897Z[ recovery-image] Aug 26 16:18:52.317 INFO O| Aug 26 16:18:52.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84922026-08-26T16:18:52.898Z[ recovery-image] Aug 26 16:18:52.317 INFO O| Aug 26 16:18:52.317 INFO STEP 1054 (remove_files) COMPLETE
84932026-08-26T16:18:52.901Z[ recovery-image] Aug 26 16:18:52.317 INFO O| Aug 26 16:18:52.317 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-26T16:18:52.907Z[ recovery-image] Aug 26 16:18:52.326 INFO O| Aug 26 16:18:52.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84952026-08-26T16:18:52.907Z[ recovery-image] Aug 26 16:18:52.326 INFO O| Aug 26 16:18:52.326 INFO STEP 1055 (remove_files) COMPLETE
84962026-08-26T16:18:52.907Z[ recovery-image] Aug 26 16:18:52.326 INFO O| Aug 26 16:18:52.326 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-26T16:18:52.917Z[ recovery-image] Aug 26 16:18:52.336 INFO O| Aug 26 16:18:52.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84982026-08-26T16:18:52.917Z[ recovery-image] Aug 26 16:18:52.336 INFO O| Aug 26 16:18:52.336 INFO STEP 1056 (remove_files) COMPLETE
84992026-08-26T16:18:52.917Z[ recovery-image] Aug 26 16:18:52.336 INFO O| Aug 26 16:18:52.336 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-26T16:18:52.927Z[ recovery-image] Aug 26 16:18:52.346 INFO O| Aug 26 16:18:52.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85012026-08-26T16:18:52.927Z[ recovery-image] Aug 26 16:18:52.346 INFO O| Aug 26 16:18:52.346 INFO STEP 1057 (remove_files) COMPLETE
85022026-08-26T16:18:52.927Z[ recovery-image] Aug 26 16:18:52.346 INFO O| Aug 26 16:18:52.346 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-26T16:18:52.937Z[ recovery-image] Aug 26 16:18:52.357 INFO O| Aug 26 16:18:52.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85042026-08-26T16:18:52.937Z[ recovery-image] Aug 26 16:18:52.357 INFO O| Aug 26 16:18:52.357 INFO STEP 1058 (remove_files) COMPLETE
85052026-08-26T16:18:52.938Z[ recovery-image] Aug 26 16:18:52.357 INFO O| Aug 26 16:18:52.357 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-26T16:18:52.947Z[ recovery-image] Aug 26 16:18:52.366 INFO O| Aug 26 16:18:52.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85072026-08-26T16:18:52.947Z[ recovery-image] Aug 26 16:18:52.366 INFO O| Aug 26 16:18:52.366 INFO STEP 1059 (remove_files) COMPLETE
85082026-08-26T16:18:52.947Z[ recovery-image] Aug 26 16:18:52.366 INFO O| Aug 26 16:18:52.366 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-26T16:18:52.955Z[ recovery-image] Aug 26 16:18:52.374 INFO O| Aug 26 16:18:52.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85102026-08-26T16:18:52.955Z[ recovery-image] Aug 26 16:18:52.374 INFO O| Aug 26 16:18:52.374 INFO STEP 1060 (remove_files) COMPLETE
85112026-08-26T16:18:52.955Z[ recovery-image] Aug 26 16:18:52.374 INFO O| Aug 26 16:18:52.374 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-26T16:18:52.963Z[ recovery-image] Aug 26 16:18:52.382 INFO O| Aug 26 16:18:52.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85132026-08-26T16:18:52.963Z[ recovery-image] Aug 26 16:18:52.382 INFO O| Aug 26 16:18:52.382 INFO STEP 1061 (remove_files) COMPLETE
85142026-08-26T16:18:52.963Z[ recovery-image] Aug 26 16:18:52.382 INFO O| Aug 26 16:18:52.382 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-26T16:18:52.971Z[ recovery-image] Aug 26 16:18:52.390 INFO O| Aug 26 16:18:52.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85162026-08-26T16:18:52.971Z[ recovery-image] Aug 26 16:18:52.390 INFO O| Aug 26 16:18:52.390 INFO STEP 1062 (remove_files) COMPLETE
85172026-08-26T16:18:52.974Z[ recovery-image] Aug 26 16:18:52.390 INFO O| Aug 26 16:18:52.390 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-26T16:18:52.978Z[ recovery-image] Aug 26 16:18:52.397 INFO O| Aug 26 16:18:52.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85192026-08-26T16:18:52.978Z[ recovery-image] Aug 26 16:18:52.397 INFO O| Aug 26 16:18:52.397 INFO STEP 1063 (remove_files) COMPLETE
85202026-08-26T16:18:52.978Z[ recovery-image] Aug 26 16:18:52.397 INFO O| Aug 26 16:18:52.397 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-26T16:18:52.988Z[ recovery-image] Aug 26 16:18:52.407 INFO O| Aug 26 16:18:52.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85222026-08-26T16:18:52.988Z[ recovery-image] Aug 26 16:18:52.407 INFO O| Aug 26 16:18:52.407 INFO STEP 1064 (remove_files) COMPLETE
85232026-08-26T16:18:52.988Z[ recovery-image] Aug 26 16:18:52.407 INFO O| Aug 26 16:18:52.407 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-26T16:18:52.997Z[ recovery-image] Aug 26 16:18:52.417 INFO O| Aug 26 16:18:52.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85252026-08-26T16:18:52.997Z[ recovery-image] Aug 26 16:18:52.417 INFO O| Aug 26 16:18:52.417 INFO STEP 1065 (remove_files) COMPLETE
85262026-08-26T16:18:52.998Z[ recovery-image] Aug 26 16:18:52.417 INFO O| Aug 26 16:18:52.417 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-26T16:18:53.007Z[ recovery-image] Aug 26 16:18:52.426 INFO O| Aug 26 16:18:52.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85282026-08-26T16:18:53.007Z[ recovery-image] Aug 26 16:18:52.426 INFO O| Aug 26 16:18:52.426 INFO STEP 1066 (remove_files) COMPLETE
85292026-08-26T16:18:53.011Z[ recovery-image] Aug 26 16:18:52.426 INFO O| Aug 26 16:18:52.426 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-26T16:18:53.016Z[ recovery-image] Aug 26 16:18:52.435 INFO O| Aug 26 16:18:52.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85312026-08-26T16:18:53.016Z[ recovery-image] Aug 26 16:18:52.435 INFO O| Aug 26 16:18:52.435 INFO STEP 1067 (remove_files) COMPLETE
85322026-08-26T16:18:53.016Z[ recovery-image] Aug 26 16:18:52.435 INFO O| Aug 26 16:18:52.435 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-26T16:18:53.024Z[ recovery-image] Aug 26 16:18:52.443 INFO O| Aug 26 16:18:52.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85342026-08-26T16:18:53.024Z[ recovery-image] Aug 26 16:18:52.443 INFO O| Aug 26 16:18:52.443 INFO STEP 1068 (remove_files) COMPLETE
85352026-08-26T16:18:53.024Z[ recovery-image] Aug 26 16:18:52.443 INFO O| Aug 26 16:18:52.443 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-26T16:18:53.035Z[ recovery-image] Aug 26 16:18:52.453 INFO O| Aug 26 16:18:52.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85372026-08-26T16:18:53.035Z[ recovery-image] Aug 26 16:18:52.453 INFO O| Aug 26 16:18:52.453 INFO STEP 1069 (remove_files) COMPLETE
85382026-08-26T16:18:53.035Z[ recovery-image] Aug 26 16:18:52.453 INFO O| Aug 26 16:18:52.453 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-26T16:18:53.046Z[ recovery-image] Aug 26 16:18:52.464 INFO O| Aug 26 16:18:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85402026-08-26T16:18:53.047Z[ recovery-image] Aug 26 16:18:52.464 INFO O| Aug 26 16:18:52.464 INFO STEP 1070 (remove_files) COMPLETE
85412026-08-26T16:18:53.047Z[ recovery-image] Aug 26 16:18:52.464 INFO O| Aug 26 16:18:52.464 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-26T16:18:53.054Z[ recovery-image] Aug 26 16:18:52.473 INFO O| Aug 26 16:18:52.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85432026-08-26T16:18:53.058Z[ recovery-image] Aug 26 16:18:52.473 INFO O| Aug 26 16:18:52.473 INFO STEP 1071 (remove_files) COMPLETE
85442026-08-26T16:18:53.058Z[ recovery-image] Aug 26 16:18:52.473 INFO O| Aug 26 16:18:52.473 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-26T16:18:53.064Z[ recovery-image] Aug 26 16:18:52.483 INFO O| Aug 26 16:18:52.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85462026-08-26T16:18:53.064Z[ recovery-image] Aug 26 16:18:52.483 INFO O| Aug 26 16:18:52.483 INFO STEP 1072 (remove_files) COMPLETE
85472026-08-26T16:18:53.064Z[ recovery-image] Aug 26 16:18:52.483 INFO O| Aug 26 16:18:52.483 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-26T16:18:53.074Z[ recovery-image] Aug 26 16:18:52.493 INFO O| Aug 26 16:18:52.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85492026-08-26T16:18:53.074Z[ recovery-image] Aug 26 16:18:52.493 INFO O| Aug 26 16:18:52.493 INFO STEP 1073 (remove_files) COMPLETE
85502026-08-26T16:18:53.077Z[ recovery-image] Aug 26 16:18:52.493 INFO O| Aug 26 16:18:52.493 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-26T16:18:53.084Z[ recovery-image] Aug 26 16:18:52.503 INFO O| Aug 26 16:18:52.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85522026-08-26T16:18:53.084Z[ recovery-image] Aug 26 16:18:52.503 INFO O| Aug 26 16:18:52.503 INFO STEP 1074 (remove_files) COMPLETE
85532026-08-26T16:18:53.084Z[ recovery-image] Aug 26 16:18:52.503 INFO O| Aug 26 16:18:52.503 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-26T16:18:53.093Z[ recovery-image] Aug 26 16:18:52.512 INFO O| Aug 26 16:18:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85552026-08-26T16:18:53.093Z[ recovery-image] Aug 26 16:18:52.512 INFO O| Aug 26 16:18:52.512 INFO STEP 1075 (remove_files) COMPLETE
85562026-08-26T16:18:53.097Z[ recovery-image] Aug 26 16:18:52.512 INFO O| Aug 26 16:18:52.512 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-26T16:18:53.102Z[ recovery-image] Aug 26 16:18:52.521 INFO O| Aug 26 16:18:52.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85582026-08-26T16:18:53.102Z[ recovery-image] Aug 26 16:18:52.521 INFO O| Aug 26 16:18:52.521 INFO STEP 1076 (remove_files) COMPLETE
85592026-08-26T16:18:53.102Z[ recovery-image] Aug 26 16:18:52.521 INFO O| Aug 26 16:18:52.521 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-26T16:18:53.110Z[ recovery-image] Aug 26 16:18:52.529 INFO O| Aug 26 16:18:52.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85612026-08-26T16:18:53.110Z[ recovery-image] Aug 26 16:18:52.529 INFO O| Aug 26 16:18:52.529 INFO STEP 1077 (remove_files) COMPLETE
85622026-08-26T16:18:53.114Z[ recovery-image] Aug 26 16:18:52.529 INFO O| Aug 26 16:18:52.529 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-26T16:18:53.118Z[ recovery-image] Aug 26 16:18:52.538 INFO O| Aug 26 16:18:52.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85642026-08-26T16:18:53.118Z[ recovery-image] Aug 26 16:18:52.538 INFO O| Aug 26 16:18:52.538 INFO STEP 1078 (remove_files) COMPLETE
85652026-08-26T16:18:53.122Z[ recovery-image] Aug 26 16:18:52.538 INFO O| Aug 26 16:18:52.538 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-26T16:18:53.127Z[ recovery-image] Aug 26 16:18:52.546 INFO O| Aug 26 16:18:52.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85672026-08-26T16:18:53.127Z[ recovery-image] Aug 26 16:18:52.546 INFO O| Aug 26 16:18:52.546 INFO STEP 1079 (remove_files) COMPLETE
85682026-08-26T16:18:53.130Z[ recovery-image] Aug 26 16:18:52.546 INFO O| Aug 26 16:18:52.546 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-26T16:18:53.142Z[ recovery-image] Aug 26 16:18:52.561 INFO O| Aug 26 16:18:52.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85702026-08-26T16:18:53.142Z[ recovery-image] Aug 26 16:18:52.561 INFO O| Aug 26 16:18:52.561 INFO STEP 1080 (remove_files) COMPLETE
85712026-08-26T16:18:53.142Z[ recovery-image] Aug 26 16:18:52.561 INFO O| Aug 26 16:18:52.561 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-26T16:18:53.154Z[ recovery-image] Aug 26 16:18:52.573 INFO O| Aug 26 16:18:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85732026-08-26T16:18:53.154Z[ recovery-image] Aug 26 16:18:52.573 INFO O| Aug 26 16:18:52.573 INFO STEP 1081 (remove_files) COMPLETE
85742026-08-26T16:18:53.154Z[ recovery-image] Aug 26 16:18:52.573 INFO O| Aug 26 16:18:52.573 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-26T16:18:53.166Z[ recovery-image] Aug 26 16:18:52.585 INFO O| Aug 26 16:18:52.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85762026-08-26T16:18:53.166Z[ recovery-image] Aug 26 16:18:52.585 INFO O| Aug 26 16:18:52.585 INFO STEP 1082 (remove_files) COMPLETE
85772026-08-26T16:18:53.166Z[ recovery-image] Aug 26 16:18:52.585 INFO O| Aug 26 16:18:52.585 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-26T16:18:53.177Z[ recovery-image] Aug 26 16:18:52.596 INFO O| Aug 26 16:18:52.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85792026-08-26T16:18:53.177Z[ recovery-image] Aug 26 16:18:52.596 INFO O| Aug 26 16:18:52.596 INFO STEP 1083 (remove_files) COMPLETE
85802026-08-26T16:18:53.177Z[ recovery-image] Aug 26 16:18:52.596 INFO O| Aug 26 16:18:52.596 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-26T16:18:53.190Z[ recovery-image] Aug 26 16:18:52.606 INFO O| Aug 26 16:18:52.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85822026-08-26T16:18:53.190Z[ recovery-image] Aug 26 16:18:52.606 INFO O| Aug 26 16:18:52.606 INFO STEP 1084 (remove_files) COMPLETE
85832026-08-26T16:18:53.190Z[ recovery-image] Aug 26 16:18:52.606 INFO O| Aug 26 16:18:52.606 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-26T16:18:53.197Z[ recovery-image] Aug 26 16:18:52.616 INFO O| Aug 26 16:18:52.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85852026-08-26T16:18:53.197Z[ recovery-image] Aug 26 16:18:52.616 INFO O| Aug 26 16:18:52.616 INFO STEP 1085 (remove_files) COMPLETE
85862026-08-26T16:18:53.200Z[ recovery-image] Aug 26 16:18:52.616 INFO O| Aug 26 16:18:52.616 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-26T16:18:53.206Z[ recovery-image] Aug 26 16:18:52.625 INFO O| Aug 26 16:18:52.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85882026-08-26T16:18:53.206Z[ recovery-image] Aug 26 16:18:52.625 INFO O| Aug 26 16:18:52.625 INFO STEP 1086 (remove_files) COMPLETE
85892026-08-26T16:18:53.206Z[ recovery-image] Aug 26 16:18:52.625 INFO O| Aug 26 16:18:52.625 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-26T16:18:53.216Z[ recovery-image] Aug 26 16:18:52.634 INFO O| Aug 26 16:18:52.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85912026-08-26T16:18:53.216Z[ recovery-image] Aug 26 16:18:52.634 INFO O| Aug 26 16:18:52.634 INFO STEP 1087 (remove_files) COMPLETE
85922026-08-26T16:18:53.216Z[ recovery-image] Aug 26 16:18:52.634 INFO O| Aug 26 16:18:52.634 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-26T16:18:53.224Z[ recovery-image] Aug 26 16:18:52.643 INFO O| Aug 26 16:18:52.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85942026-08-26T16:18:53.225Z[ recovery-image] Aug 26 16:18:52.643 INFO O| Aug 26 16:18:52.643 INFO STEP 1088 (remove_files) COMPLETE
85952026-08-26T16:18:53.225Z[ recovery-image] Aug 26 16:18:52.644 INFO O| Aug 26 16:18:52.643 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-26T16:18:53.233Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
85972026-08-26T16:18:53.246Z[ recovery-image] Aug 26 16:18:52.665 INFO O| Aug 26 16:18:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85982026-08-26T16:18:53.246Z[ recovery-image] Aug 26 16:18:52.665 INFO O| Aug 26 16:18:52.654 INFO STEP 1089 (remove_files) COMPLETE
85992026-08-26T16:18:53.250Z[ recovery-image] Aug 26 16:18:52.665 INFO O| Aug 26 16:18:52.654 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-26T16:18:53.250Z[ recovery-image] Aug 26 16:18:52.665 INFO O| Aug 26 16:18:52.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86012026-08-26T16:18:53.250Z[ recovery-image] Aug 26 16:18:52.665 INFO O| Aug 26 16:18:52.664 INFO STEP 1090 (remove_files) COMPLETE
86022026-08-26T16:18:53.250Z[ recovery-image] Aug 26 16:18:52.665 INFO O| Aug 26 16:18:52.664 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-26T16:18:53.255Z[ recovery-image] Aug 26 16:18:52.674 INFO O| Aug 26 16:18:52.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86042026-08-26T16:18:53.255Z[ recovery-image] Aug 26 16:18:52.674 INFO O| Aug 26 16:18:52.674 INFO STEP 1091 (remove_files) COMPLETE
86052026-08-26T16:18:53.258Z[ recovery-image] Aug 26 16:18:52.674 INFO O| Aug 26 16:18:52.674 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-26T16:18:53.264Z[ recovery-image] Aug 26 16:18:52.684 INFO O| Aug 26 16:18:52.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86072026-08-26T16:18:53.264Z[ recovery-image] Aug 26 16:18:52.684 INFO O| Aug 26 16:18:52.684 INFO STEP 1092 (remove_files) COMPLETE
86082026-08-26T16:18:53.268Z[ recovery-image] Aug 26 16:18:52.684 INFO O| Aug 26 16:18:52.684 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-26T16:18:53.273Z[ recovery-image] Aug 26 16:18:52.693 INFO O| Aug 26 16:18:52.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86102026-08-26T16:18:53.273Z[ recovery-image] Aug 26 16:18:52.693 INFO O| Aug 26 16:18:52.693 INFO STEP 1093 (remove_files) COMPLETE
86112026-08-26T16:18:53.277Z[ recovery-image] Aug 26 16:18:52.693 INFO O| Aug 26 16:18:52.693 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-26T16:18:53.282Z[ recovery-image] Aug 26 16:18:52.701 INFO O| Aug 26 16:18:52.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86132026-08-26T16:18:53.282Z[ recovery-image] Aug 26 16:18:52.701 INFO O| Aug 26 16:18:52.701 INFO STEP 1094 (remove_files) COMPLETE
86142026-08-26T16:18:53.282Z[ recovery-image] Aug 26 16:18:52.701 INFO O| Aug 26 16:18:52.701 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-26T16:18:53.291Z[ recovery-image] Aug 26 16:18:52.710 INFO O| Aug 26 16:18:52.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86162026-08-26T16:18:53.291Z[ recovery-image] Aug 26 16:18:52.710 INFO O| Aug 26 16:18:52.710 INFO STEP 1095 (remove_files) COMPLETE
86172026-08-26T16:18:53.291Z[ recovery-image] Aug 26 16:18:52.710 INFO O| Aug 26 16:18:52.710 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-26T16:18:53.300Z[ recovery-image] Aug 26 16:18:52.719 INFO O| Aug 26 16:18:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86192026-08-26T16:18:53.300Z[ recovery-image] Aug 26 16:18:52.719 INFO O| Aug 26 16:18:52.719 INFO STEP 1096 (remove_files) COMPLETE
86202026-08-26T16:18:53.303Z[ recovery-image] Aug 26 16:18:52.719 INFO O| Aug 26 16:18:52.719 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-26T16:18:53.309Z[ recovery-image] Aug 26 16:18:52.728 INFO O| Aug 26 16:18:52.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86222026-08-26T16:18:53.309Z[ recovery-image] Aug 26 16:18:52.728 INFO O| Aug 26 16:18:52.728 INFO STEP 1097 (remove_files) COMPLETE
86232026-08-26T16:18:53.309Z[ recovery-image] Aug 26 16:18:52.728 INFO O| Aug 26 16:18:52.728 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-26T16:18:53.317Z[ recovery-image] Aug 26 16:18:52.736 INFO O| Aug 26 16:18:52.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86252026-08-26T16:18:53.317Z[ recovery-image] Aug 26 16:18:52.736 INFO O| Aug 26 16:18:52.736 INFO STEP 1098 (remove_files) COMPLETE
86262026-08-26T16:18:53.317Z[ recovery-image] Aug 26 16:18:52.736 INFO O| Aug 26 16:18:52.736 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-26T16:18:53.325Z[ recovery-image] Aug 26 16:18:52.744 INFO O| Aug 26 16:18:52.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86282026-08-26T16:18:53.325Z[ recovery-image] Aug 26 16:18:52.744 INFO O| Aug 26 16:18:52.744 INFO STEP 1099 (remove_files) COMPLETE
86292026-08-26T16:18:53.325Z[ recovery-image] Aug 26 16:18:52.744 INFO O| Aug 26 16:18:52.744 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-26T16:18:53.333Z[ recovery-image] Aug 26 16:18:52.752 INFO O| Aug 26 16:18:52.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86312026-08-26T16:18:53.333Z[ recovery-image] Aug 26 16:18:52.752 INFO O| Aug 26 16:18:52.752 INFO STEP 1100 (remove_files) COMPLETE
86322026-08-26T16:18:53.333Z[ recovery-image] Aug 26 16:18:52.752 INFO O| Aug 26 16:18:52.752 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-26T16:18:53.341Z[ recovery-image] Aug 26 16:18:52.760 INFO O| Aug 26 16:18:52.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86342026-08-26T16:18:53.341Z[ recovery-image] Aug 26 16:18:52.760 INFO O| Aug 26 16:18:52.760 INFO STEP 1101 (remove_files) COMPLETE
86352026-08-26T16:18:53.345Z[ recovery-image] Aug 26 16:18:52.760 INFO O| Aug 26 16:18:52.760 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-26T16:18:53.351Z[ recovery-image] Aug 26 16:18:52.770 INFO O| Aug 26 16:18:52.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86372026-08-26T16:18:53.351Z[ recovery-image] Aug 26 16:18:52.770 INFO O| Aug 26 16:18:52.770 INFO STEP 1102 (remove_files) COMPLETE
86382026-08-26T16:18:53.351Z[ recovery-image] Aug 26 16:18:52.770 INFO O| Aug 26 16:18:52.770 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-26T16:18:53.361Z[ recovery-image] Aug 26 16:18:52.780 INFO O| Aug 26 16:18:52.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86402026-08-26T16:18:53.361Z[ recovery-image] Aug 26 16:18:52.780 INFO O| Aug 26 16:18:52.780 INFO STEP 1103 (remove_files) COMPLETE
86412026-08-26T16:18:53.365Z[ recovery-image] Aug 26 16:18:52.780 INFO O| Aug 26 16:18:52.780 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-26T16:18:53.371Z[ recovery-image] Aug 26 16:18:52.790 INFO O| Aug 26 16:18:52.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86432026-08-26T16:18:53.371Z[ recovery-image] Aug 26 16:18:52.790 INFO O| Aug 26 16:18:52.790 INFO STEP 1104 (remove_files) COMPLETE
86442026-08-26T16:18:53.371Z[ recovery-image] Aug 26 16:18:52.790 INFO O| Aug 26 16:18:52.790 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-26T16:18:53.379Z[ recovery-image] Aug 26 16:18:52.799 INFO O| Aug 26 16:18:52.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86462026-08-26T16:18:53.379Z[ recovery-image] Aug 26 16:18:52.799 INFO O| Aug 26 16:18:52.799 INFO STEP 1105 (remove_files) COMPLETE
86472026-08-26T16:18:53.383Z[ recovery-image] Aug 26 16:18:52.799 INFO O| Aug 26 16:18:52.799 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-26T16:18:53.388Z[ recovery-image] Aug 26 16:18:52.808 INFO O| Aug 26 16:18:52.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86492026-08-26T16:18:53.389Z[ recovery-image] Aug 26 16:18:52.808 INFO O| Aug 26 16:18:52.808 INFO STEP 1106 (remove_files) COMPLETE
86502026-08-26T16:18:53.389Z[ recovery-image] Aug 26 16:18:52.808 INFO O| Aug 26 16:18:52.808 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-26T16:18:53.398Z[ recovery-image] Aug 26 16:18:52.818 INFO O| Aug 26 16:18:52.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86522026-08-26T16:18:53.399Z[ recovery-image] Aug 26 16:18:52.818 INFO O| Aug 26 16:18:52.818 INFO STEP 1107 (remove_files) COMPLETE
86532026-08-26T16:18:53.399Z[ recovery-image] Aug 26 16:18:52.818 INFO O| Aug 26 16:18:52.818 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-26T16:18:53.409Z[ recovery-image] Aug 26 16:18:52.828 INFO O| Aug 26 16:18:52.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86552026-08-26T16:18:53.409Z[ recovery-image] Aug 26 16:18:52.828 INFO O| Aug 26 16:18:52.828 INFO STEP 1108 (remove_files) COMPLETE
86562026-08-26T16:18:53.409Z[ recovery-image] Aug 26 16:18:52.828 INFO O| Aug 26 16:18:52.828 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-26T16:18:53.420Z[ recovery-image] Aug 26 16:18:52.839 INFO O| Aug 26 16:18:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86582026-08-26T16:18:53.420Z[ recovery-image] Aug 26 16:18:52.839 INFO O| Aug 26 16:18:52.839 INFO STEP 1109 (remove_files) COMPLETE
86592026-08-26T16:18:53.420Z[ recovery-image] Aug 26 16:18:52.839 INFO O| Aug 26 16:18:52.839 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-26T16:18:53.432Z[ recovery-image] Aug 26 16:18:52.851 INFO O| Aug 26 16:18:52.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86612026-08-26T16:18:53.432Z[ recovery-image] Aug 26 16:18:52.851 INFO O| Aug 26 16:18:52.851 INFO STEP 1110 (remove_files) COMPLETE
86622026-08-26T16:18:53.432Z[ recovery-image] Aug 26 16:18:52.851 INFO O| Aug 26 16:18:52.851 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-26T16:18:53.441Z[ recovery-image] Aug 26 16:18:52.860 INFO O| Aug 26 16:18:52.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86642026-08-26T16:18:53.444Z[ recovery-image] Aug 26 16:18:52.861 INFO O| Aug 26 16:18:52.861 INFO STEP 1111 (remove_files) COMPLETE
86652026-08-26T16:18:53.445Z[ recovery-image] Aug 26 16:18:52.861 INFO O| Aug 26 16:18:52.861 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-26T16:18:53.452Z[ recovery-image] Aug 26 16:18:52.871 INFO O| Aug 26 16:18:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86672026-08-26T16:18:53.452Z[ recovery-image] Aug 26 16:18:52.871 INFO O| Aug 26 16:18:52.871 INFO STEP 1112 (remove_files) COMPLETE
86682026-08-26T16:18:53.452Z[ recovery-image] Aug 26 16:18:52.871 INFO O| Aug 26 16:18:52.871 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-26T16:18:53.462Z[ recovery-image] Aug 26 16:18:52.881 INFO O| Aug 26 16:18:52.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86702026-08-26T16:18:53.462Z[ recovery-image] Aug 26 16:18:52.881 INFO O| Aug 26 16:18:52.881 INFO STEP 1113 (remove_files) COMPLETE
86712026-08-26T16:18:53.465Z[ recovery-image] Aug 26 16:18:52.881 INFO O| Aug 26 16:18:52.881 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-26T16:18:53.472Z[ recovery-image] Aug 26 16:18:52.890 INFO O| Aug 26 16:18:52.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86732026-08-26T16:18:53.472Z[ recovery-image] Aug 26 16:18:52.890 INFO O| Aug 26 16:18:52.890 INFO STEP 1114 (remove_files) COMPLETE
86742026-08-26T16:18:53.472Z[ recovery-image] Aug 26 16:18:52.890 INFO O| Aug 26 16:18:52.890 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-26T16:18:53.482Z[ recovery-image] Aug 26 16:18:52.901 INFO O| Aug 26 16:18:52.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86762026-08-26T16:18:53.482Z[ recovery-image] Aug 26 16:18:52.901 INFO O| Aug 26 16:18:52.901 INFO STEP 1115 (remove_files) COMPLETE
86772026-08-26T16:18:53.482Z[ recovery-image] Aug 26 16:18:52.901 INFO O| Aug 26 16:18:52.901 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-26T16:18:53.493Z[ recovery-image] Aug 26 16:18:52.912 INFO O| Aug 26 16:18:52.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86792026-08-26T16:18:53.493Z[ recovery-image] Aug 26 16:18:52.912 INFO O| Aug 26 16:18:52.912 INFO STEP 1116 (remove_files) COMPLETE
86802026-08-26T16:18:53.493Z[ recovery-image] Aug 26 16:18:52.912 INFO O| Aug 26 16:18:52.912 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-26T16:18:53.504Z[ recovery-image] Aug 26 16:18:52.923 INFO O| Aug 26 16:18:52.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86822026-08-26T16:18:53.504Z[ recovery-image] Aug 26 16:18:52.923 INFO O| Aug 26 16:18:52.923 INFO STEP 1117 (remove_files) COMPLETE
86832026-08-26T16:18:53.504Z[ recovery-image] Aug 26 16:18:52.923 INFO O| Aug 26 16:18:52.923 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86842026-08-26T16:18:53.517Z[ recovery-image] Aug 26 16:18:52.937 INFO O| Aug 26 16:18:52.937 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86852026-08-26T16:18:53.518Z[ recovery-image] Aug 26 16:18:52.937 INFO O| Aug 26 16:18:52.937 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86862026-08-26T16:18:53.921Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86872026-08-26T16:18:53.992Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86882026-08-26T16:18:54.816Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86892026-08-26T16:18:54.820Z[verify-libraries] Compiling yansi v1.0.1
86902026-08-26T16:18:54.820Z[ recovery-image] Aug 26 16:18:54.017 INFO O| Aug 26 16:18:54.016 INFO STEP 1118 (pack_tar) COMPLETE
86912026-08-26T16:18:54.821Z[ recovery-image] Aug 26 16:18:54.017 INFO O| Aug 26 16:18:54.016 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86922026-08-26T16:18:54.821Z[ recovery-image] Aug 26 16:18:54.017 INFO O| Aug 26 16:18:54.016 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86932026-08-26T16:18:54.971Z[verify-libraries] Compiling pretty_assertions v1.4.1
86942026-08-26T16:18:55.189Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86952026-08-26T16:18:55.291Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86962026-08-26T16:18:55.371Z[ recovery-image] Aug 26 16:18:54.790 INFO O| Aug 26 16:18:54.790 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86972026-08-26T16:18:55.444Z[ recovery-image] Aug 26 16:18:54.863 INFO O| Aug 26 16:18:54.862 INFO completed processing sled/ramdisk-03-recovery-trim
86982026-08-26T16:18:55.448Z[ recovery-image] Aug 26 16:18:54.866 INFO image builder template: zfs-recovery...
86992026-08-26T16:18:55.448Z[ recovery-image] Aug 26 16:18:54.866 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/.tmpGwSQKH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
87002026-08-26T16:18:55.475Z[ recovery-image] Aug 26 16:18:54.895 INFO O| Aug 26 16:18:54.894 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87012026-08-26T16:18:55.479Z[ recovery-image] Aug 26 16:18:54.899 INFO O| Aug 26 16:18:54.899 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87022026-08-26T16:18:55.558Z[ recovery-image] Aug 26 16:18:54.977 INFO O| Aug 26 16:18:54.977 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87032026-08-26T16:18:55.635Z[ recovery-image] Aug 26 16:18:55.054 INFO O| Aug 26 16:18:55.053 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87042026-08-26T16:18:55.635Z[ recovery-image] Aug 26 16:18:55.054 INFO O| Aug 26 16:18:55.054 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87052026-08-26T16:18:55.639Z[ recovery-image] Aug 26 16:18:55.059 INFO O| Aug 26 16:18:55.058 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87062026-08-26T16:18:55.692Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87072026-08-26T16:18:55.727Z[ recovery-image] Aug 26 16:18:55.146 INFO O| Aug 26 16:18:55.146 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87082026-08-26T16:18:55.753Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87092026-08-26T16:18:55.778Z[ recovery-image] Aug 26 16:18:55.196 INFO O| Aug 26 16:18:55.196 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87102026-08-26T16:18:55.786Z[ recovery-image] Aug 26 16:18:55.206 INFO O| Aug 26 16:18:55.206 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87112026-08-26T16:18:55.791Z[ recovery-image] Aug 26 16:18:55.211 INFO O| Aug 26 16:18:55.210 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87122026-08-26T16:18:55.794Z[ recovery-image] Aug 26 16:18:55.212 INFO O| Aug 26 16:18:55.212 INFO no lofi found
87132026-08-26T16:18:55.794Z[ recovery-image] Aug 26 16:18:55.212 INFO O| Aug 26 16:18:55.212 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87142026-08-26T16:18:55.794Z[ recovery-image] Aug 26 16:18:55.212 INFO O| Aug 26 16:18:55.212 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87152026-08-26T16:18:55.880Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87162026-08-26T16:18:56.176Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87172026-08-26T16:18:56.214Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87182026-08-26T16:18:56.526Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87192026-08-26T16:18:56.707Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87202026-08-26T16:18:56.829Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87212026-08-26T16:18:57.011Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87222026-08-26T16:18:57.117Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87232026-08-26T16:18:57.149Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87242026-08-26T16:18:57.317Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87252026-08-26T16:18:57.384Z[verify-libraries] Compiling drift v0.2.0
87262026-08-26T16:18:57.427Z[verify-libraries] Compiling uzers v0.12.2
87272026-08-26T16:18:57.539Z[verify-libraries] Compiling parse-size v1.1.0
87282026-08-26T16:18:57.581Z[ recovery-image] Aug 26 16:18:57.001 INFO O| Aug 26 16:18:57.001 INFO lofi device = /dev/dsk/c2t1d0p0
87292026-08-26T16:18:57.582Z[ recovery-image] Aug 26 16:18:57.001 INFO O| Aug 26 16:18:57.001 INFO pool device = /dev/dsk/c2t1d0p0
87302026-08-26T16:18:57.582Z[ recovery-image] Aug 26 16:18:57.001 INFO O| Aug 26 16:18:57.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"]
87312026-08-26T16:18:57.739Z[ recovery-image] Aug 26 16:18:57.158 INFO O| Aug 26 16:18:57.158 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87322026-08-26T16:18:57.739Z[ recovery-image] Aug 26 16:18:57.159 INFO O| Aug 26 16:18:57.158 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87332026-08-26T16:18:57.794Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87342026-08-26T16:18:57.829Z[ recovery-image] Aug 26 16:18:57.248 INFO O| Aug 26 16:18:57.248 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87352026-08-26T16:18:57.942Z[ recovery-image] Aug 26 16:18:57.361 INFO O| Aug 26 16:18:57.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87362026-08-26T16:18:57.978Z[ recovery-image] Aug 26 16:18:57.397 INFO O| Aug 26 16:18:57.397 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87372026-08-26T16:18:58.004Z[ recovery-image] Aug 26 16:18:57.423 INFO O| Aug 26 16:18:57.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87382026-08-26T16:18:58.015Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87392026-08-26T16:18:58.021Z[ recovery-image] Aug 26 16:18:57.441 INFO O| Aug 26 16:18:57.441 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87402026-08-26T16:18:58.068Z[ recovery-image] Aug 26 16:18:57.488 INFO O| Aug 26 16:18:57.487 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87412026-08-26T16:18:58.068Z[ recovery-image] Aug 26 16:18:57.488 INFO O| Aug 26 16:18:57.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87422026-08-26T16:18:58.068Z[ recovery-image] Aug 26 16:18:57.488 INFO O| Aug 26 16:18:57.487 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87432026-08-26T16:18:58.081Z[ recovery-image] Aug 26 16:18:57.501 INFO O| Aug 26 16:18:57.501 INFO boot environment UUID: e12418cd-11bb-4ec6-9379-0c2c7320a5ba
87442026-08-26T16:18:58.081Z[ recovery-image] Aug 26 16:18:57.501 INFO O| Aug 26 16:18:57.501 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e12418cd-11bb-4ec6-9379-0c2c7320a5ba
87452026-08-26T16:18:58.101Z[ recovery-image] Aug 26 16:18:57.520 INFO O| Aug 26 16:18:57.520 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87462026-08-26T16:18:58.119Z[ recovery-image] Aug 26 16:18:57.538 INFO O| Aug 26 16:18:57.538 INFO STEP 0 (create_be) COMPLETE
87472026-08-26T16:18:58.119Z[ recovery-image] Aug 26 16:18:57.538 INFO O| Aug 26 16:18:57.538 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87482026-08-26T16:18:58.136Z[ recovery-image] Aug 26 16:18:57.554 INFO O| Aug 26 16:18:57.554 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"]
87492026-08-26T16:18:58.159Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87502026-08-26T16:18:58.708Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87512026-08-26T16:18:59.066Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87522026-08-26T16:19:00.453Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87532026-08-26T16:19:00.904Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87542026-08-26T16:19:02.096Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87552026-08-26T16:19:02.553Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87562026-08-26T16:19:04.155Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87572026-08-26T16:19:04.265Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87582026-08-26T16:19:04.610Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87592026-08-26T16:19:04.793Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87602026-08-26T16:19:04.890Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87612026-08-26T16:19:05.050Z[verify-libraries] Compiling multimap v0.10.1
87622026-08-26T16:19:05.315Z[verify-libraries] Compiling termios v0.3.3
87632026-08-26T16:19:05.370Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87642026-08-26T16:19:05.568Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87652026-08-26T16:19:05.622Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87662026-08-26T16:19:07.121Z[ recovery-image] Aug 26 16:19:06.540 INFO O| Aug 26 16:19:06.540 INFO STEP 1 (unpack_tar) COMPLETE
87672026-08-26T16:19:07.121Z[ recovery-image] Aug 26 16:19:06.540 INFO O| Aug 26 16:19:06.540 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-26T16:19:07.131Z[ recovery-image] Aug 26 16:19:06.551 INFO O| Aug 26 16:19:06.550 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87692026-08-26T16:19:08.051Z[verify-libraries] Compiling polar-core v0.27.3
87702026-08-26T16:19:08.330Z[ recovery-image] Aug 26 16:19:07.749 INFO O| Aug 26 16:19:07.749 INFO STEP 2 (devfsadm) COMPLETE
87712026-08-26T16:19:08.330Z[ recovery-image] Aug 26 16:19:07.749 INFO O| Aug 26 16:19:07.749 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-26T16:19:08.341Z[ recovery-image] Aug 26 16:19:07.760 INFO O| Aug 26 16:19:07.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87732026-08-26T16:19:08.341Z[ recovery-image] Aug 26 16:19:07.760 INFO O| Aug 26 16:19:07.760 INFO STEP 3 (ensure_dir) COMPLETE
87742026-08-26T16:19:08.344Z[ recovery-image] Aug 26 16:19:07.760 INFO O| Aug 26 16:19:07.760 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-26T16:19:08.351Z[ recovery-image] Aug 26 16:19:07.770 INFO O| Aug 26 16:19:07.770 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87762026-08-26T16:19:08.351Z[ recovery-image] Aug 26 16:19:07.770 INFO O| Aug 26 16:19:07.770 INFO STEP 4 (ensure_dir) COMPLETE
87772026-08-26T16:19:08.354Z[ recovery-image] Aug 26 16:19:07.770 INFO O| Aug 26 16:19:07.770 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-26T16:19:08.361Z[ recovery-image] Aug 26 16:19:07.780 INFO O| Aug 26 16:19:07.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87792026-08-26T16:19:08.361Z[ recovery-image] Aug 26 16:19:07.780 INFO O| Aug 26 16:19:07.780 INFO STEP 5 (ensure_dir) COMPLETE
87802026-08-26T16:19:08.361Z[ recovery-image] Aug 26 16:19:07.780 INFO O| Aug 26 16:19:07.780 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-26T16:19:08.370Z[ recovery-image] Aug 26 16:19:07.790 INFO O| Aug 26 16:19:07.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87822026-08-26T16:19:08.371Z[ recovery-image] Aug 26 16:19:07.790 INFO O| Aug 26 16:19:07.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87832026-08-26T16:19:08.371Z[ recovery-image] Aug 26 16:19:07.790 INFO O| Aug 26 16:19:07.790 INFO STEP 6 (ensure_dir) COMPLETE
87842026-08-26T16:19:08.374Z[ recovery-image] Aug 26 16:19:07.790 INFO O| Aug 26 16:19:07.790 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-26T16:19:08.382Z[ recovery-image] Aug 26 16:19:07.802 INFO O| Aug 26 16:19:07.801 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87862026-08-26T16:19:08.382Z[ recovery-image] Aug 26 16:19:07.802 INFO O| Aug 26 16:19:07.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87872026-08-26T16:19:08.382Z[ recovery-image] Aug 26 16:19:07.802 INFO O| Aug 26 16:19:07.802 INFO STEP 7 (ensure_dir) COMPLETE
87882026-08-26T16:19:08.385Z[ recovery-image] Aug 26 16:19:07.802 INFO O| Aug 26 16:19:07.802 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-08-26T16:19:08.394Z[ recovery-image] Aug 26 16:19:07.813 INFO O| Aug 26 16:19:07.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87902026-08-26T16:19:08.398Z[ recovery-image] Aug 26 16:19:07.814 INFO O| Aug 26 16:19:07.814 INFO STEP 8 (remove_files) COMPLETE
87912026-08-26T16:19:08.398Z[ recovery-image] Aug 26 16:19:07.814 INFO O| Aug 26 16:19:07.814 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-26T16:19:08.406Z[ recovery-image] Aug 26 16:19:07.825 INFO O| Aug 26 16:19:07.825 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87932026-08-26T16:19:08.409Z[ recovery-image] Aug 26 16:19:07.826 INFO O| Aug 26 16:19:07.826 INFO STEP 9 (remove_files) COMPLETE
87942026-08-26T16:19:08.409Z[ recovery-image] Aug 26 16:19:07.826 INFO O| Aug 26 16:19:07.826 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-26T16:19:08.418Z[ recovery-image] Aug 26 16:19:07.837 INFO O| Aug 26 16:19:07.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87962026-08-26T16:19:08.421Z[ recovery-image] Aug 26 16:19:07.838 INFO O| Aug 26 16:19:07.838 INFO STEP 10 (remove_files) COMPLETE
87972026-08-26T16:19:08.421Z[ recovery-image] Aug 26 16:19:07.838 INFO O| Aug 26 16:19:07.838 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-26T16:19:08.430Z[ recovery-image] Aug 26 16:19:07.850 INFO O| Aug 26 16:19:07.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87992026-08-26T16:19:08.430Z[ recovery-image] Aug 26 16:19:07.850 INFO O| Aug 26 16:19:07.850 INFO STEP 11 (remove_files) COMPLETE
88002026-08-26T16:19:08.430Z[ recovery-image] Aug 26 16:19:07.850 INFO O| Aug 26 16:19:07.850 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-08-26T16:19:08.442Z[ recovery-image] Aug 26 16:19:07.861 INFO O| Aug 26 16:19:07.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88022026-08-26T16:19:08.442Z[ recovery-image] Aug 26 16:19:07.861 INFO O| Aug 26 16:19:07.861 INFO STEP 12 (remove_files) COMPLETE
88032026-08-26T16:19:08.442Z[ recovery-image] Aug 26 16:19:07.861 INFO O| Aug 26 16:19:07.861 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-26T16:19:08.453Z[ recovery-image] Aug 26 16:19:07.872 INFO O| Aug 26 16:19:07.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88052026-08-26T16:19:08.453Z[ recovery-image] Aug 26 16:19:07.872 INFO O| Aug 26 16:19:07.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88062026-08-26T16:19:08.453Z[ recovery-image] Aug 26 16:19:07.872 INFO O| Aug 26 16:19:07.872 INFO STEP 13 (ensure_dir) COMPLETE
88072026-08-26T16:19:08.456Z[ recovery-image] Aug 26 16:19:07.872 INFO O| Aug 26 16:19:07.872 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-26T16:19:08.468Z[ recovery-image] Aug 26 16:19:07.883 INFO O| Aug 26 16:19:07.883 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88092026-08-26T16:19:08.468Z[ recovery-image] Aug 26 16:19:07.883 INFO O| Aug 26 16:19:07.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88102026-08-26T16:19:08.468Z[ recovery-image] Aug 26 16:19:07.883 INFO O| Aug 26 16:19:07.883 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88112026-08-26T16:19:08.468Z[ recovery-image] Aug 26 16:19:07.883 INFO O| Aug 26 16:19:07.883 INFO STEP 14 (ensure_dir) COMPLETE
88122026-08-26T16:19:08.471Z[ recovery-image] Aug 26 16:19:07.883 INFO O| Aug 26 16:19:07.883 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-08-26T16:19:08.475Z[ recovery-image] Aug 26 16:19:07.894 INFO O| Aug 26 16:19:07.894 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88142026-08-26T16:19:08.475Z[ recovery-image] Aug 26 16:19:07.894 INFO O| Aug 26 16:19:07.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88152026-08-26T16:19:08.475Z[ recovery-image] Aug 26 16:19:07.894 INFO O| Aug 26 16:19:07.894 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88162026-08-26T16:19:08.475Z[ recovery-image] Aug 26 16:19:07.894 INFO O| Aug 26 16:19:07.894 INFO STEP 15 (ensure_dir) COMPLETE
88172026-08-26T16:19:08.475Z[ recovery-image] Aug 26 16:19:07.894 INFO O| Aug 26 16:19:07.894 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-08-26T16:19:08.486Z[ recovery-image] Aug 26 16:19:07.905 INFO O| Aug 26 16:19:07.905 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88192026-08-26T16:19:08.486Z[ recovery-image] Aug 26 16:19:07.905 INFO O| Aug 26 16:19:07.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88202026-08-26T16:19:08.486Z[ recovery-image] Aug 26 16:19:07.905 INFO O| Aug 26 16:19:07.905 INFO STEP 16 (ensure_dir) COMPLETE
88212026-08-26T16:19:08.489Z[ recovery-image] Aug 26 16:19:07.905 INFO O| Aug 26 16:19:07.905 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-08-26T16:19:08.496Z[ recovery-image] Aug 26 16:19:07.915 INFO O| Aug 26 16:19:07.915 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88232026-08-26T16:19:08.496Z[ recovery-image] Aug 26 16:19:07.915 INFO O| Aug 26 16:19:07.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88242026-08-26T16:19:08.496Z[ recovery-image] Aug 26 16:19:07.916 INFO O| Aug 26 16:19:07.915 INFO STEP 17 (ensure_dir) COMPLETE
88252026-08-26T16:19:08.499Z[ recovery-image] Aug 26 16:19:07.916 INFO O| Aug 26 16:19:07.915 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-08-26T16:19:08.507Z[ recovery-image] Aug 26 16:19:07.926 INFO O| Aug 26 16:19:07.926 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88272026-08-26T16:19:08.507Z[ recovery-image] Aug 26 16:19:07.926 INFO O| Aug 26 16:19:07.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88282026-08-26T16:19:08.507Z[ recovery-image] Aug 26 16:19:07.926 INFO O| Aug 26 16:19:07.926 INFO ok!
88292026-08-26T16:19:08.510Z[ recovery-image] Aug 26 16:19:07.926 INFO O| Aug 26 16:19:07.926 INFO STEP 18 (ensure_symlink) COMPLETE
88302026-08-26T16:19:08.510Z[ recovery-image] Aug 26 16:19:07.926 INFO O| Aug 26 16:19:07.926 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-08-26T16:19:08.517Z[ recovery-image] Aug 26 16:19:07.936 INFO O| Aug 26 16:19:07.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88322026-08-26T16:19:08.517Z[ recovery-image] Aug 26 16:19:07.936 INFO O| Aug 26 16:19:07.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88332026-08-26T16:19:08.520Z[ recovery-image] Aug 26 16:19:07.936 INFO O| Aug 26 16:19:07.936 INFO ok!
88342026-08-26T16:19:08.520Z[ recovery-image] Aug 26 16:19:07.936 INFO O| Aug 26 16:19:07.936 INFO STEP 19 (ensure_file) COMPLETE
88352026-08-26T16:19:08.520Z[ recovery-image] Aug 26 16:19:07.936 INFO O| Aug 26 16:19:07.936 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-26T16:19:08.532Z[ recovery-image] Aug 26 16:19:07.946 INFO O| Aug 26 16:19:07.946 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88372026-08-26T16:19:08.532Z[ recovery-image] Aug 26 16:19:07.946 INFO O| Aug 26 16:19:07.946 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88382026-08-26T16:19:08.532Z[ recovery-image] Aug 26 16:19:07.946 INFO O| Aug 26 16:19:07.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88392026-08-26T16:19:08.532Z[ recovery-image] Aug 26 16:19:07.946 INFO O| Aug 26 16:19:07.946 INFO ok!
88402026-08-26T16:19:08.532Z[ recovery-image] Aug 26 16:19:07.946 INFO O| Aug 26 16:19:07.946 INFO STEP 20 (ensure_symlink) COMPLETE
88412026-08-26T16:19:08.532Z[ recovery-image] Aug 26 16:19:07.946 INFO O| Aug 26 16:19:07.946 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88422026-08-26T16:19:08.538Z[ recovery-image] Aug 26 16:19:07.957 INFO O| Aug 26 16:19:07.957 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88432026-08-26T16:19:08.538Z[ recovery-image] Aug 26 16:19:07.957 INFO O| Aug 26 16:19:07.957 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88442026-08-26T16:19:08.541Z[ recovery-image] Aug 26 16:19:07.957 INFO O| Aug 26 16:19:07.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88452026-08-26T16:19:08.541Z[ recovery-image] Aug 26 16:19:07.957 INFO O| Aug 26 16:19:07.957 INFO ok!
88462026-08-26T16:19:08.541Z[ recovery-image] Aug 26 16:19:07.957 INFO O| Aug 26 16:19:07.957 INFO STEP 21 (ensure_symlink) COMPLETE
88472026-08-26T16:19:08.541Z[ recovery-image] Aug 26 16:19:07.957 INFO O| Aug 26 16:19:07.957 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-08-26T16:19:08.548Z[ recovery-image] Aug 26 16:19:07.967 INFO O| Aug 26 16:19:07.967 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88492026-08-26T16:19:08.548Z[ recovery-image] Aug 26 16:19:07.967 INFO O| Aug 26 16:19:07.967 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88502026-08-26T16:19:08.548Z[ recovery-image] Aug 26 16:19:07.967 INFO O| Aug 26 16:19:07.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88512026-08-26T16:19:08.548Z[ recovery-image] Aug 26 16:19:07.967 INFO O| Aug 26 16:19:07.967 INFO ok!
88522026-08-26T16:19:08.551Z[ recovery-image] Aug 26 16:19:07.967 INFO O| Aug 26 16:19:07.967 INFO STEP 22 (ensure_symlink) COMPLETE
88532026-08-26T16:19:08.551Z[ recovery-image] Aug 26 16:19:07.967 INFO O| Aug 26 16:19:07.967 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542026-08-26T16:19:08.558Z[ recovery-image] Aug 26 16:19:07.977 INFO O| Aug 26 16:19:07.977 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88552026-08-26T16:19:08.558Z[ recovery-image] Aug 26 16:19:07.977 INFO O| Aug 26 16:19:07.977 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88562026-08-26T16:19:08.558Z[ recovery-image] Aug 26 16:19:07.977 INFO O| Aug 26 16:19:07.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88572026-08-26T16:19:08.561Z[ recovery-image] Aug 26 16:19:07.977 INFO O| Aug 26 16:19:07.977 INFO ok!
88582026-08-26T16:19:08.561Z[ recovery-image] Aug 26 16:19:07.977 INFO O| Aug 26 16:19:07.977 INFO STEP 23 (ensure_symlink) COMPLETE
88592026-08-26T16:19:08.561Z[ recovery-image] Aug 26 16:19:07.977 INFO O| Aug 26 16:19:07.977 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88602026-08-26T16:19:08.569Z[ recovery-image] Aug 26 16:19:07.988 INFO O| Aug 26 16:19:07.988 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88612026-08-26T16:19:08.569Z[ recovery-image] Aug 26 16:19:07.988 INFO O| Aug 26 16:19:07.988 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 ...
88622026-08-26T16:19:08.569Z[ recovery-image] Aug 26 16:19:07.988 INFO O| Aug 26 16:19:07.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88632026-08-26T16:19:08.569Z[ recovery-image] Aug 26 16:19:07.988 INFO O| Aug 26 16:19:07.988 INFO ok!
88642026-08-26T16:19:08.572Z[ recovery-image] Aug 26 16:19:07.988 INFO O| Aug 26 16:19:07.988 INFO STEP 24 (ensure_file) COMPLETE
88652026-08-26T16:19:08.572Z[ recovery-image] Aug 26 16:19:07.988 INFO O| Aug 26 16:19:07.988 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88662026-08-26T16:19:08.579Z[ recovery-image] Aug 26 16:19:07.999 INFO O| Aug 26 16:19:07.999 INFO updating shadow file
88672026-08-26T16:19:08.580Z[ recovery-image] Aug 26 16:19:07.999 INFO O| Aug 26 16:19:07.999 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88682026-08-26T16:19:08.580Z[ recovery-image] Aug 26 16:19:07.999 INFO O| Aug 26 16:19:07.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88692026-08-26T16:19:08.583Z[ recovery-image] Aug 26 16:19:07.999 INFO O| Aug 26 16:19:07.999 INFO STEP 25 (shadow) COMPLETE
88702026-08-26T16:19:08.583Z[ recovery-image] Aug 26 16:19:07.999 INFO O| Aug 26 16:19:07.999 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712026-08-26T16:19:08.592Z[ recovery-image] Aug 26 16:19:08.012 INFO O| Aug 26 16:19:08.012 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88722026-08-26T16:19:08.592Z[ recovery-image] Aug 26 16:19:08.012 INFO O| Aug 26 16:19:08.012 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88732026-08-26T16:19:08.593Z[ recovery-image] Aug 26 16:19:08.012 INFO O| Aug 26 16:19:08.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88742026-08-26T16:19:08.593Z[ recovery-image] Aug 26 16:19:08.012 INFO O| Aug 26 16:19:08.012 INFO ok!
88752026-08-26T16:19:08.593Z[ recovery-image] Aug 26 16:19:08.012 INFO O| Aug 26 16:19:08.012 INFO STEP 26 (ensure_file) COMPLETE
88762026-08-26T16:19:08.596Z[ recovery-image] Aug 26 16:19:08.012 INFO O| Aug 26 16:19:08.012 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-08-26T16:19:08.604Z[ recovery-image] Aug 26 16:19:08.023 INFO O| Aug 26 16:19:08.023 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88782026-08-26T16:19:08.604Z[ recovery-image] Aug 26 16:19:08.023 INFO O| Aug 26 16:19:08.023 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88792026-08-26T16:19:08.604Z[ recovery-image] Aug 26 16:19:08.023 INFO O| Aug 26 16:19:08.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88802026-08-26T16:19:08.607Z[ recovery-image] Aug 26 16:19:08.023 INFO O| Aug 26 16:19:08.023 INFO ok!
88812026-08-26T16:19:08.607Z[ recovery-image] Aug 26 16:19:08.023 INFO O| Aug 26 16:19:08.023 INFO STEP 27 (ensure_file) COMPLETE
88822026-08-26T16:19:08.607Z[ recovery-image] Aug 26 16:19:08.023 INFO O| Aug 26 16:19:08.023 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-08-26T16:19:08.615Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88842026-08-26T16:19:08.615Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88852026-08-26T16:19:08.618Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88862026-08-26T16:19:08.618Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88872026-08-26T16:19:08.618Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 INFO ok!
88882026-08-26T16:19:08.618Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 INFO STEP 28 (ensure_file) COMPLETE
88892026-08-26T16:19:08.618Z[ recovery-image] Aug 26 16:19:08.034 INFO O| Aug 26 16:19:08.034 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-08-26T16:19:08.626Z[ recovery-image] Aug 26 16:19:08.045 INFO O| Aug 26 16:19:08.045 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88912026-08-26T16:19:08.626Z[ recovery-image] Aug 26 16:19:08.045 INFO O| Aug 26 16:19:08.045 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88922026-08-26T16:19:08.626Z[ recovery-image] Aug 26 16:19:08.045 INFO O| Aug 26 16:19:08.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88932026-08-26T16:19:08.629Z[ recovery-image] Aug 26 16:19:08.045 INFO O| Aug 26 16:19:08.045 INFO ok!
88942026-08-26T16:19:08.629Z[ recovery-image] Aug 26 16:19:08.045 INFO O| Aug 26 16:19:08.045 INFO STEP 29 (ensure_file) COMPLETE
88952026-08-26T16:19:08.629Z[ recovery-image] Aug 26 16:19:08.045 INFO O| Aug 26 16:19:08.045 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-08-26T16:19:08.636Z[ recovery-image] Aug 26 16:19:08.055 INFO O| Aug 26 16:19:08.055 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88972026-08-26T16:19:08.636Z[ recovery-image] Aug 26 16:19:08.055 INFO O| Aug 26 16:19:08.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88982026-08-26T16:19:08.636Z[ recovery-image] Aug 26 16:19:08.055 INFO O| Aug 26 16:19:08.055 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88992026-08-26T16:19:08.636Z[ recovery-image] Aug 26 16:19:08.055 INFO O| Aug 26 16:19:08.055 INFO STEP 30 (ensure_dir) COMPLETE
89002026-08-26T16:19:08.640Z[ recovery-image] Aug 26 16:19:08.055 INFO O| Aug 26 16:19:08.055 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89012026-08-26T16:19:08.646Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89022026-08-26T16:19:08.646Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 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 ...
89032026-08-26T16:19:08.650Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 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
89042026-08-26T16:19:08.650Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89052026-08-26T16:19:08.650Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 INFO ok!
89062026-08-26T16:19:08.650Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 INFO STEP 31 (ensure_file) COMPLETE
89072026-08-26T16:19:08.650Z[ recovery-image] Aug 26 16:19:08.066 INFO O| Aug 26 16:19:08.066 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89082026-08-26T16:19:08.657Z[ recovery-image] Aug 26 16:19:08.076 INFO O| Aug 26 16:19:08.076 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89092026-08-26T16:19:08.657Z[ recovery-image] Aug 26 16:19:08.077 INFO O| Aug 26 16:19:08.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89102026-08-26T16:19:08.661Z[ recovery-image] Aug 26 16:19:08.077 INFO O| Aug 26 16:19:08.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89112026-08-26T16:19:08.661Z[ recovery-image] Aug 26 16:19:08.077 INFO O| Aug 26 16:19:08.077 INFO STEP 32 (ensure_dir) COMPLETE
89122026-08-26T16:19:08.661Z[ recovery-image] Aug 26 16:19:08.077 INFO O| Aug 26 16:19:08.077 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89132026-08-26T16:19:08.669Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.088 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89142026-08-26T16:19:08.669Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.089 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 ...
89152026-08-26T16:19:08.669Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.089 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
89162026-08-26T16:19:08.673Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.089 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89172026-08-26T16:19:08.673Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.089 INFO ok!
89182026-08-26T16:19:08.673Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.089 INFO STEP 33 (ensure_file) COMPLETE
89192026-08-26T16:19:08.673Z[ recovery-image] Aug 26 16:19:08.089 INFO O| Aug 26 16:19:08.089 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-26T16:19:08.681Z[ recovery-image] Aug 26 16:19:08.101 INFO O| Aug 26 16:19:08.101 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89212026-08-26T16:19:08.681Z[ recovery-image] Aug 26 16:19:08.101 INFO O| Aug 26 16:19:08.101 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89222026-08-26T16:19:08.682Z[ recovery-image] Aug 26 16:19:08.101 INFO O| Aug 26 16:19:08.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89232026-08-26T16:19:08.685Z[ recovery-image] Aug 26 16:19:08.101 INFO O| Aug 26 16:19:08.101 INFO ok!
89242026-08-26T16:19:08.685Z[ recovery-image] Aug 26 16:19:08.101 INFO O| Aug 26 16:19:08.101 INFO STEP 34 (ensure_file) COMPLETE
89252026-08-26T16:19:08.685Z[ recovery-image] Aug 26 16:19:08.101 INFO O| Aug 26 16:19:08.101 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-26T16:19:08.691Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89272026-08-26T16:19:08.691Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89282026-08-26T16:19:08.691Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89292026-08-26T16:19:08.691Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89302026-08-26T16:19:08.691Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 INFO ok!
89312026-08-26T16:19:08.694Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 INFO STEP 35 (ensure_file) COMPLETE
89322026-08-26T16:19:08.694Z[ recovery-image] Aug 26 16:19:08.110 INFO O| Aug 26 16:19:08.110 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-26T16:19:08.703Z[ recovery-image] Aug 26 16:19:08.123 INFO O| Aug 26 16:19:08.123 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89342026-08-26T16:19:08.703Z[ recovery-image] Aug 26 16:19:08.123 INFO O| Aug 26 16:19:08.123 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89352026-08-26T16:19:08.703Z[ recovery-image] Aug 26 16:19:08.123 INFO O| Aug 26 16:19:08.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89362026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.123 INFO O| Aug 26 16:19:08.123 INFO ok!
89372026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.123 INFO O| Aug 26 16:19:08.123 INFO STEP 36 (ensure_file) COMPLETE
89382026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.123 INFO O| Aug 26 16:19:08.123 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.171 INFO O| Aug 26 16:19:08.171 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89402026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.171 INFO O| Aug 26 16:19:08.171 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89412026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.171 INFO O| Aug 26 16:19:08.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89422026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.171 INFO O| Aug 26 16:19:08.171 INFO ok!
89432026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.171 INFO O| Aug 26 16:19:08.171 INFO STEP 37 (ensure_file) COMPLETE
89442026-08-26T16:19:08.755Z[ recovery-image] Aug 26 16:19:08.171 INFO O| Aug 26 16:19:08.171 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-08-26T16:19:08.762Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89462026-08-26T16:19:08.763Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89472026-08-26T16:19:08.763Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89482026-08-26T16:19:08.763Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89492026-08-26T16:19:08.766Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89502026-08-26T16:19:08.766Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-26T16:19:08.766Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO ok!
89522026-08-26T16:19:08.766Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO STEP 38 (ensure_file) COMPLETE
89532026-08-26T16:19:08.766Z[ recovery-image] Aug 26 16:19:08.182 INFO O| Aug 26 16:19:08.182 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89542026-08-26T16:19:08.773Z[ recovery-image] Aug 26 16:19:08.192 INFO O| Aug 26 16:19:08.192 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89552026-08-26T16:19:08.773Z[ recovery-image] Aug 26 16:19:08.192 INFO O| Aug 26 16:19:08.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89562026-08-26T16:19:08.773Z[ recovery-image] Aug 26 16:19:08.192 INFO O| Aug 26 16:19:08.192 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89572026-08-26T16:19:08.773Z[ recovery-image] Aug 26 16:19:08.192 INFO O| Aug 26 16:19:08.192 INFO STEP 39 (ensure_dir) COMPLETE
89582026-08-26T16:19:08.773Z[ recovery-image] Aug 26 16:19:08.192 INFO O| Aug 26 16:19:08.192 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89592026-08-26T16:19:08.784Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
89602026-08-26T16:19:08.784Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89612026-08-26T16:19:08.784Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89622026-08-26T16:19:08.784Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89632026-08-26T16:19:08.788Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89642026-08-26T16:19:08.788Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89652026-08-26T16:19:08.788Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO ok!
89662026-08-26T16:19:08.788Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO STEP 40 (ensure_file) COMPLETE
89672026-08-26T16:19:08.788Z[ recovery-image] Aug 26 16:19:08.202 INFO O| Aug 26 16:19:08.202 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682026-08-26T16:19:08.794Z[ recovery-image] Aug 26 16:19:08.214 INFO O| Aug 26 16:19:08.214 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89692026-08-26T16:19:08.794Z[ recovery-image] Aug 26 16:19:08.214 INFO O| Aug 26 16:19:08.214 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89702026-08-26T16:19:08.794Z[ recovery-image] Aug 26 16:19:08.214 INFO O| Aug 26 16:19:08.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89712026-08-26T16:19:08.797Z[ recovery-image] Aug 26 16:19:08.214 INFO O| Aug 26 16:19:08.214 INFO ok!
89722026-08-26T16:19:08.797Z[ recovery-image] Aug 26 16:19:08.214 INFO O| Aug 26 16:19:08.214 INFO STEP 41 (ensure_symlink) COMPLETE
89732026-08-26T16:19:08.797Z[ recovery-image] Aug 26 16:19:08.214 INFO O| Aug 26 16:19:08.214 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89742026-08-26T16:19:08.805Z[ recovery-image] Aug 26 16:19:08.224 INFO O| Aug 26 16:19:08.224 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89752026-08-26T16:19:08.805Z[ recovery-image] Aug 26 16:19:08.224 INFO O| Aug 26 16:19:08.224 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89762026-08-26T16:19:08.808Z[ recovery-image] Aug 26 16:19:08.224 INFO O| Aug 26 16:19:08.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89772026-08-26T16:19:08.808Z[ recovery-image] Aug 26 16:19:08.224 INFO O| Aug 26 16:19:08.224 INFO ok!
89782026-08-26T16:19:08.808Z[ recovery-image] Aug 26 16:19:08.224 INFO O| Aug 26 16:19:08.224 INFO STEP 42 (ensure_symlink) COMPLETE
89792026-08-26T16:19:08.808Z[ recovery-image] Aug 26 16:19:08.224 INFO O| Aug 26 16:19:08.224 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89802026-08-26T16:19:08.817Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89812026-08-26T16:19:08.817Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89822026-08-26T16:19:08.817Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89832026-08-26T16:19:08.820Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89842026-08-26T16:19:08.820Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89852026-08-26T16:19:08.820Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-26T16:19:08.820Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO ok!
89872026-08-26T16:19:08.820Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO STEP 43 (ensure_file) COMPLETE
89882026-08-26T16:19:08.820Z[ recovery-image] Aug 26 16:19:08.236 INFO O| Aug 26 16:19:08.236 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89892026-08-26T16:19:08.827Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89902026-08-26T16:19:08.827Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
89912026-08-26T16:19:08.830Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89922026-08-26T16:19:08.831Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89932026-08-26T16:19:08.831Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO ok!
89942026-08-26T16:19:08.831Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO STEP 44 (ensure_file) COMPLETE
89952026-08-26T16:19:08.831Z[ recovery-image] Aug 26 16:19:08.247 INFO O| Aug 26 16:19:08.247 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89962026-08-26T16:19:08.839Z[ recovery-image] Aug 26 16:19:08.258 INFO O| Aug 26 16:19:08.258 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89972026-08-26T16:19:08.839Z[ recovery-image] Aug 26 16:19:08.258 INFO O| Aug 26 16:19:08.258 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89982026-08-26T16:19:08.839Z[ recovery-image] Aug 26 16:19:08.258 INFO O| Aug 26 16:19:08.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89992026-08-26T16:19:08.839Z[ recovery-image] Aug 26 16:19:08.258 INFO O| Aug 26 16:19:08.258 INFO ok!
90002026-08-26T16:19:08.842Z[ recovery-image] Aug 26 16:19:08.258 INFO O| Aug 26 16:19:08.258 INFO STEP 45 (ensure_file) COMPLETE
90012026-08-26T16:19:08.842Z[ recovery-image] Aug 26 16:19:08.258 INFO O| Aug 26 16:19:08.258 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90022026-08-26T16:19:08.851Z[ recovery-image] Aug 26 16:19:08.270 INFO O| Aug 26 16:19:08.270 INFO updating shadow file
90032026-08-26T16:19:08.851Z[ recovery-image] Aug 26 16:19:08.270 INFO O| Aug 26 16:19:08.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90042026-08-26T16:19:08.851Z[ recovery-image] Aug 26 16:19:08.270 INFO O| Aug 26 16:19:08.270 INFO STEP 46 (shadow) COMPLETE
90052026-08-26T16:19:08.854Z[ recovery-image] Aug 26 16:19:08.270 INFO O| Aug 26 16:19:08.270 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90062026-08-26T16:19:08.861Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90072026-08-26T16:19:08.861Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90082026-08-26T16:19:08.864Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90092026-08-26T16:19:08.864Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90102026-08-26T16:19:08.864Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 INFO ok!
90112026-08-26T16:19:08.864Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 INFO STEP 47 (ensure_file) COMPLETE
90122026-08-26T16:19:08.864Z[ recovery-image] Aug 26 16:19:08.280 INFO O| Aug 26 16:19:08.280 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-26T16:19:08.872Z[ recovery-image] Aug 26 16:19:08.291 INFO O| Aug 26 16:19:08.291 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90142026-08-26T16:19:08.872Z[ recovery-image] Aug 26 16:19:08.291 INFO O| Aug 26 16:19:08.291 INFO STEP 48 (ensure_dir) COMPLETE
90152026-08-26T16:19:08.872Z[ recovery-image] Aug 26 16:19:08.291 INFO O| Aug 26 16:19:08.291 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-26T16:19:08.882Z[ recovery-image] Aug 26 16:19:08.301 INFO O| Aug 26 16:19:08.301 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90172026-08-26T16:19:08.882Z[ recovery-image] Aug 26 16:19:08.301 INFO O| Aug 26 16:19:08.301 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90182026-08-26T16:19:08.882Z[ recovery-image] Aug 26 16:19:08.301 INFO O| Aug 26 16:19:08.301 INFO STEP 49 (ensure_dir) COMPLETE
90192026-08-26T16:19:08.885Z[ recovery-image] Aug 26 16:19:08.301 INFO O| Aug 26 16:19:08.301 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-26T16:19:08.892Z[ recovery-image] Aug 26 16:19:08.312 INFO O| Aug 26 16:19:08.312 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90212026-08-26T16:19:08.892Z[ recovery-image] Aug 26 16:19:08.312 INFO O| Aug 26 16:19:08.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90222026-08-26T16:19:08.892Z[ recovery-image] Aug 26 16:19:08.312 INFO O| Aug 26 16:19:08.312 INFO STEP 50 (ensure_dir) COMPLETE
90232026-08-26T16:19:08.896Z[ recovery-image] Aug 26 16:19:08.312 INFO O| Aug 26 16:19:08.312 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-26T16:19:08.904Z[ recovery-image] Aug 26 16:19:08.323 INFO O| Aug 26 16:19:08.323 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90252026-08-26T16:19:08.904Z[ recovery-image] Aug 26 16:19:08.323 INFO O| Aug 26 16:19:08.323 INFO copying /tmp/.tmpGwSQKH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90262026-08-26T16:19:08.936Z[ recovery-image] Aug 26 16:19:08.355 INFO O| Aug 26 16:19:08.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90272026-08-26T16:19:08.936Z[ recovery-image] Aug 26 16:19:08.355 INFO O| Aug 26 16:19:08.355 INFO ok!
90282026-08-26T16:19:08.939Z[ recovery-image] Aug 26 16:19:08.355 INFO O| Aug 26 16:19:08.355 INFO STEP 51 (ensure_file) COMPLETE
90292026-08-26T16:19:08.939Z[ recovery-image] Aug 26 16:19:08.355 INFO O| Aug 26 16:19:08.355 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-08-26T16:19:08.946Z[ recovery-image] Aug 26 16:19:08.366 INFO O| Aug 26 16:19:08.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90312026-08-26T16:19:08.946Z[ recovery-image] Aug 26 16:19:08.366 INFO O| Aug 26 16:19:08.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90322026-08-26T16:19:08.947Z[ recovery-image] Aug 26 16:19:08.366 INFO O| Aug 26 16:19:08.366 INFO STEP 52 (ensure_dir) COMPLETE
90332026-08-26T16:19:08.947Z[ recovery-image] Aug 26 16:19:08.366 INFO O| Aug 26 16:19:08.366 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-08-26T16:19:08.957Z[ recovery-image] Aug 26 16:19:08.376 INFO O| Aug 26 16:19:08.376 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90352026-08-26T16:19:08.957Z[ recovery-image] Aug 26 16:19:08.376 INFO O| Aug 26 16:19:08.376 INFO copying /tmp/.tmpGwSQKH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90362026-08-26T16:19:08.957Z[ recovery-image] Aug 26 16:19:08.376 INFO O| Aug 26 16:19:08.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90372026-08-26T16:19:08.960Z[ recovery-image] Aug 26 16:19:08.376 INFO O| Aug 26 16:19:08.376 INFO ok!
90382026-08-26T16:19:08.961Z[ recovery-image] Aug 26 16:19:08.376 INFO O| Aug 26 16:19:08.376 INFO STEP 53 (ensure_file) COMPLETE
90392026-08-26T16:19:08.961Z[ recovery-image] Aug 26 16:19:08.376 INFO O| Aug 26 16:19:08.376 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-08-26T16:19:08.967Z[ recovery-image] Aug 26 16:19:08.387 INFO O| Aug 26 16:19:08.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90412026-08-26T16:19:08.967Z[ recovery-image] Aug 26 16:19:08.387 INFO O| Aug 26 16:19:08.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90422026-08-26T16:19:08.971Z[ recovery-image] Aug 26 16:19:08.387 INFO O| Aug 26 16:19:08.387 INFO STEP 54 (ensure_dir) COMPLETE
90432026-08-26T16:19:08.971Z[ recovery-image] Aug 26 16:19:08.387 INFO O| Aug 26 16:19:08.387 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-26T16:19:08.977Z[ recovery-image] Aug 26 16:19:08.397 INFO O| Aug 26 16:19:08.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90452026-08-26T16:19:08.977Z[ recovery-image] Aug 26 16:19:08.397 INFO O| Aug 26 16:19:08.397 INFO copying /tmp/.tmpGwSQKH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90462026-08-26T16:19:11.005Z[ recovery-image] Aug 26 16:19:10.424 INFO O| Aug 26 16:19:10.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90472026-08-26T16:19:11.005Z[ recovery-image] Aug 26 16:19:10.424 INFO O| Aug 26 16:19:10.424 INFO ok!
90482026-08-26T16:19:11.005Z[ recovery-image] Aug 26 16:19:10.424 INFO O| Aug 26 16:19:10.424 INFO STEP 55 (ensure_file) COMPLETE
90492026-08-26T16:19:11.009Z[ recovery-image] Aug 26 16:19:10.424 INFO O| Aug 26 16:19:10.424 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-26T16:19:11.018Z[ recovery-image] Aug 26 16:19:10.437 INFO O| Aug 26 16:19:10.437 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90512026-08-26T16:19:11.018Z[ recovery-image] Aug 26 16:19:10.437 INFO O| Aug 26 16:19:10.437 INFO copying /tmp/.tmpGwSQKH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90522026-08-26T16:19:12.993Z[ recovery-image] Aug 26 16:19:12.413 INFO O| Aug 26 16:19:12.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90532026-08-26T16:19:12.994Z[ recovery-image] Aug 26 16:19:12.413 INFO O| Aug 26 16:19:12.413 INFO ok!
90542026-08-26T16:19:12.994Z[ recovery-image] Aug 26 16:19:12.413 INFO O| Aug 26 16:19:12.413 INFO STEP 56 (ensure_file) COMPLETE
90552026-08-26T16:19:12.997Z[ recovery-image] Aug 26 16:19:12.413 INFO O| Aug 26 16:19:12.413 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-08-26T16:19:13.033Z[ recovery-image] Aug 26 16:19:12.451 INFO O| Aug 26 16:19:12.451 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90572026-08-26T16:19:13.033Z[ recovery-image] Aug 26 16:19:12.451 INFO O| Aug 26 16:19:12.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90582026-08-26T16:19:13.033Z[ recovery-image] Aug 26 16:19:12.451 INFO O| Aug 26 16:19:12.451 INFO STEP 57 (ensure_dir) COMPLETE
90592026-08-26T16:19:13.033Z[ recovery-image] Aug 26 16:19:12.451 INFO O| Aug 26 16:19:12.451 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-26T16:19:13.044Z[ recovery-image] Aug 26 16:19:12.463 INFO O| Aug 26 16:19:12.463 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90612026-08-26T16:19:13.044Z[ recovery-image] Aug 26 16:19:12.463 INFO O| Aug 26 16:19:12.463 INFO copying /tmp/.tmpGwSQKH/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 ...
90622026-08-26T16:19:13.044Z[ recovery-image] Aug 26 16:19:12.463 INFO O| Aug 26 16:19:12.463 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
90632026-08-26T16:19:13.048Z[ recovery-image] Aug 26 16:19:12.463 INFO O| Aug 26 16:19:12.463 INFO ok!
90642026-08-26T16:19:13.048Z[ recovery-image] Aug 26 16:19:12.463 INFO O| Aug 26 16:19:12.463 INFO STEP 58 (ensure_file) COMPLETE
90652026-08-26T16:19:13.048Z[ recovery-image] Aug 26 16:19:12.463 INFO O| Aug 26 16:19:12.463 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-26T16:19:13.054Z[ recovery-image] Aug 26 16:19:12.474 INFO O| Aug 26 16:19:12.474 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90672026-08-26T16:19:13.054Z[ recovery-image] Aug 26 16:19:12.474 INFO O| Aug 26 16:19:12.474 INFO copying /tmp/.tmpGwSQKH/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 ...
90682026-08-26T16:19:13.054Z[ recovery-image] Aug 26 16:19:12.474 INFO O| Aug 26 16:19:12.474 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
90692026-08-26T16:19:13.058Z[ recovery-image] Aug 26 16:19:12.474 INFO O| Aug 26 16:19:12.474 INFO ok!
90702026-08-26T16:19:13.058Z[ recovery-image] Aug 26 16:19:12.474 INFO O| Aug 26 16:19:12.474 INFO STEP 59 (ensure_file) COMPLETE
90712026-08-26T16:19:13.058Z[ recovery-image] Aug 26 16:19:12.474 INFO O| Aug 26 16:19:12.474 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-08-26T16:19:13.065Z[ recovery-image] Aug 26 16:19:12.485 INFO O| Aug 26 16:19:12.485 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90732026-08-26T16:19:13.066Z[ recovery-image] Aug 26 16:19:12.485 INFO O| Aug 26 16:19:12.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90742026-08-26T16:19:13.068Z[ recovery-image] Aug 26 16:19:12.485 INFO O| Aug 26 16:19:12.485 INFO STEP 60 (ensure_dir) COMPLETE
90752026-08-26T16:19:13.068Z[ recovery-image] Aug 26 16:19:12.485 INFO O| Aug 26 16:19:12.485 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-26T16:19:13.076Z[ recovery-image] Aug 26 16:19:12.495 INFO O| Aug 26 16:19:12.495 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90772026-08-26T16:19:13.076Z[ recovery-image] Aug 26 16:19:12.495 INFO O| Aug 26 16:19:12.495 INFO copying /tmp/.tmpGwSQKH/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 ...
90782026-08-26T16:19:13.076Z[ recovery-image] Aug 26 16:19:12.495 INFO O| Aug 26 16:19:12.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90792026-08-26T16:19:13.079Z[ recovery-image] Aug 26 16:19:12.495 INFO O| Aug 26 16:19:12.495 INFO ok!
90802026-08-26T16:19:13.079Z[ recovery-image] Aug 26 16:19:12.495 INFO O| Aug 26 16:19:12.495 INFO STEP 61 (ensure_file) COMPLETE
90812026-08-26T16:19:13.079Z[ recovery-image] Aug 26 16:19:12.495 INFO O| Aug 26 16:19:12.495 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90822026-08-26T16:19:13.085Z[ recovery-image] Aug 26 16:19:12.505 INFO O| Aug 26 16:19:12.504 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90832026-08-26T16:19:13.088Z[ recovery-image] Aug 26 16:19:12.505 INFO O| Aug 26 16:19:12.505 INFO copying /tmp/.tmpGwSQKH/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 ...
90842026-08-26T16:19:13.088Z[ recovery-image] Aug 26 16:19:12.505 INFO O| Aug 26 16:19:12.505 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
90852026-08-26T16:19:13.088Z[ recovery-image] Aug 26 16:19:12.505 INFO O| Aug 26 16:19:12.505 INFO ok!
90862026-08-26T16:19:13.088Z[ recovery-image] Aug 26 16:19:12.505 INFO O| Aug 26 16:19:12.505 INFO STEP 62 (ensure_file) COMPLETE
90872026-08-26T16:19:13.088Z[ recovery-image] Aug 26 16:19:12.505 INFO O| Aug 26 16:19:12.505 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-08-26T16:19:13.095Z[ recovery-image] Aug 26 16:19:12.515 INFO O| Aug 26 16:19:12.515 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90892026-08-26T16:19:13.095Z[ recovery-image] Aug 26 16:19:12.515 INFO O| Aug 26 16:19:12.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90902026-08-26T16:19:13.098Z[ recovery-image] Aug 26 16:19:12.515 INFO O| Aug 26 16:19:12.515 INFO STEP 63 (ensure_dir) COMPLETE
90912026-08-26T16:19:13.098Z[ recovery-image] Aug 26 16:19:12.515 INFO O| Aug 26 16:19:12.515 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-26T16:19:13.107Z[ recovery-image] Aug 26 16:19:12.526 INFO O| Aug 26 16:19:12.526 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90932026-08-26T16:19:13.110Z[ recovery-image] Aug 26 16:19:12.526 INFO O| Aug 26 16:19:12.526 INFO copying /tmp/.tmpGwSQKH/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 ...
90942026-08-26T16:19:13.110Z[ recovery-image] Aug 26 16:19:12.526 INFO O| Aug 26 16:19:12.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90952026-08-26T16:19:13.110Z[ recovery-image] Aug 26 16:19:12.526 INFO O| Aug 26 16:19:12.526 INFO ok!
90962026-08-26T16:19:13.110Z[ recovery-image] Aug 26 16:19:12.526 INFO O| Aug 26 16:19:12.526 INFO STEP 64 (ensure_file) COMPLETE
90972026-08-26T16:19:13.110Z[ recovery-image] Aug 26 16:19:12.526 INFO O| Aug 26 16:19:12.526 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-26T16:19:13.118Z[ recovery-image] Aug 26 16:19:12.537 INFO O| Aug 26 16:19:12.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90992026-08-26T16:19:13.118Z[ recovery-image] Aug 26 16:19:12.537 INFO O| Aug 26 16:19:12.537 INFO copying /tmp/.tmpGwSQKH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91002026-08-26T16:19:13.118Z[ recovery-image] Aug 26 16:19:12.537 INFO O| Aug 26 16:19:12.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91012026-08-26T16:19:13.121Z[ recovery-image] Aug 26 16:19:12.537 INFO O| Aug 26 16:19:12.537 INFO ok!
91022026-08-26T16:19:13.122Z[ recovery-image] Aug 26 16:19:12.537 INFO O| Aug 26 16:19:12.537 INFO STEP 65 (ensure_file) COMPLETE
91032026-08-26T16:19:13.122Z[ recovery-image] Aug 26 16:19:12.537 INFO O| Aug 26 16:19:12.537 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-08-26T16:19:13.130Z[ recovery-image] Aug 26 16:19:12.549 INFO O| Aug 26 16:19:12.549 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91052026-08-26T16:19:13.130Z[ recovery-image] Aug 26 16:19:12.549 INFO O| Aug 26 16:19:12.549 INFO STEP 66 (ensure_dir) COMPLETE
91062026-08-26T16:19:13.133Z[ recovery-image] Aug 26 16:19:12.549 INFO O| Aug 26 16:19:12.549 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-26T16:19:13.140Z[ recovery-image] Aug 26 16:19:12.559 INFO O| Aug 26 16:19:12.559 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91082026-08-26T16:19:13.140Z[ recovery-image] Aug 26 16:19:12.559 INFO O| Aug 26 16:19:12.559 INFO STEP 67 (ensure_dir) COMPLETE
91092026-08-26T16:19:13.144Z[ recovery-image] Aug 26 16:19:12.559 INFO O| Aug 26 16:19:12.559 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91102026-08-26T16:19:13.151Z[ recovery-image] Aug 26 16:19:12.570 INFO O| Aug 26 16:19:12.570 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91112026-08-26T16:19:13.151Z[ recovery-image] Aug 26 16:19:12.571 INFO O| Aug 26 16:19:12.570 INFO STEP 68 (ensure_dir) COMPLETE
91122026-08-26T16:19:13.155Z[ recovery-image] Aug 26 16:19:12.571 INFO O| Aug 26 16:19:12.570 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-26T16:19:13.161Z[ recovery-image] Aug 26 16:19:12.580 INFO O| Aug 26 16:19:12.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91142026-08-26T16:19:13.161Z[ recovery-image] Aug 26 16:19:12.580 INFO O| Aug 26 16:19:12.580 INFO STEP 69 (ensure_dir) COMPLETE
91152026-08-26T16:19:13.164Z[ recovery-image] Aug 26 16:19:12.580 INFO O| Aug 26 16:19:12.580 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-08-26T16:19:13.172Z[ recovery-image] Aug 26 16:19:12.591 INFO O| Aug 26 16:19:12.591 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91172026-08-26T16:19:13.172Z[ recovery-image] Aug 26 16:19:12.591 INFO O| Aug 26 16:19:12.591 INFO copying /tmp/.tmpGwSQKH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91182026-08-26T16:19:13.172Z[ recovery-image] Aug 26 16:19:12.591 INFO O| Aug 26 16:19:12.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91192026-08-26T16:19:13.172Z[ recovery-image] Aug 26 16:19:12.591 INFO O| Aug 26 16:19:12.591 INFO ok!
91202026-08-26T16:19:13.175Z[ recovery-image] Aug 26 16:19:12.591 INFO O| Aug 26 16:19:12.591 INFO STEP 70 (ensure_file) COMPLETE
91212026-08-26T16:19:13.175Z[ recovery-image] Aug 26 16:19:12.591 INFO O| Aug 26 16:19:12.591 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-26T16:19:13.182Z[ recovery-image] Aug 26 16:19:12.602 INFO O| Aug 26 16:19:12.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91232026-08-26T16:19:13.182Z[ recovery-image] Aug 26 16:19:12.602 INFO O| Aug 26 16:19:12.602 INFO STEP 71 (remove_files) COMPLETE
91242026-08-26T16:19:13.182Z[ recovery-image] Aug 26 16:19:12.602 INFO O| Aug 26 16:19:12.602 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-26T16:19:13.194Z[ recovery-image] Aug 26 16:19:12.614 INFO O| Aug 26 16:19:12.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91262026-08-26T16:19:13.195Z[ recovery-image] Aug 26 16:19:12.614 INFO O| Aug 26 16:19:12.614 INFO STEP 72 (remove_files) COMPLETE
91272026-08-26T16:19:13.195Z[ recovery-image] Aug 26 16:19:12.614 INFO O| Aug 26 16:19:12.614 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-26T16:19:13.205Z[ recovery-image] Aug 26 16:19:12.624 INFO O| Aug 26 16:19:12.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91292026-08-26T16:19:13.205Z[ recovery-image] Aug 26 16:19:12.625 INFO O| Aug 26 16:19:12.625 INFO STEP 73 (remove_files) COMPLETE
91302026-08-26T16:19:13.209Z[ recovery-image] Aug 26 16:19:12.625 INFO O| Aug 26 16:19:12.625 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-26T16:19:13.219Z[ recovery-image] Aug 26 16:19:12.638 INFO O| Aug 26 16:19:12.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91322026-08-26T16:19:13.219Z[ recovery-image] Aug 26 16:19:12.638 INFO O| Aug 26 16:19:12.638 INFO STEP 74 (remove_files) COMPLETE
91332026-08-26T16:19:13.219Z[ recovery-image] Aug 26 16:19:12.638 INFO O| Aug 26 16:19:12.638 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-26T16:19:13.231Z[ recovery-image] Aug 26 16:19:12.650 INFO O| Aug 26 16:19:12.650 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91352026-08-26T16:19:13.231Z[ recovery-image] Aug 26 16:19:12.650 INFO O| Aug 26 16:19:12.650 INFO STEP 75 (remove_files) COMPLETE
91362026-08-26T16:19:13.231Z[ recovery-image] Aug 26 16:19:12.650 INFO O| Aug 26 16:19:12.650 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-26T16:19:13.240Z[ recovery-image] Aug 26 16:19:12.659 INFO O| Aug 26 16:19:12.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91382026-08-26T16:19:13.243Z[ recovery-image] Aug 26 16:19:12.659 INFO O| Aug 26 16:19:12.659 INFO STEP 76 (remove_files) COMPLETE
91392026-08-26T16:19:13.243Z[ recovery-image] Aug 26 16:19:12.660 INFO O| Aug 26 16:19:12.659 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-26T16:19:13.247Z[ recovery-image] Aug 26 16:19:12.667 INFO O| Aug 26 16:19:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91412026-08-26T16:19:13.250Z[ recovery-image] Aug 26 16:19:12.667 INFO O| Aug 26 16:19:12.667 INFO STEP 77 (remove_files) COMPLETE
91422026-08-26T16:19:13.250Z[ recovery-image] Aug 26 16:19:12.667 INFO O| Aug 26 16:19:12.667 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-26T16:19:13.309Z[ recovery-image] Aug 26 16:19:12.728 INFO O| Aug 26 16:19:12.728 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91442026-08-26T16:19:13.309Z[ recovery-image] Aug 26 16:19:12.728 INFO O| Aug 26 16:19:12.728 INFO STEP 78 (remove_files) COMPLETE
91452026-08-26T16:19:13.309Z[ recovery-image] Aug 26 16:19:12.728 INFO O| Aug 26 16:19:12.728 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-26T16:19:13.321Z[ recovery-image] Aug 26 16:19:12.740 INFO O| Aug 26 16:19:12.740 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91472026-08-26T16:19:13.321Z[ recovery-image] Aug 26 16:19:12.740 INFO O| Aug 26 16:19:12.740 INFO STEP 79 (remove_files) COMPLETE
91482026-08-26T16:19:13.321Z[ recovery-image] Aug 26 16:19:12.740 INFO O| Aug 26 16:19:12.740 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-26T16:19:13.333Z[ recovery-image] Aug 26 16:19:12.752 INFO O| Aug 26 16:19:12.752 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91502026-08-26T16:19:13.333Z[ recovery-image] Aug 26 16:19:12.752 INFO O| Aug 26 16:19:12.752 INFO STEP 80 (remove_files) COMPLETE
91512026-08-26T16:19:13.333Z[ recovery-image] Aug 26 16:19:12.752 INFO O| Aug 26 16:19:12.752 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-26T16:19:13.344Z[ recovery-image] Aug 26 16:19:12.763 INFO O| Aug 26 16:19:12.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91532026-08-26T16:19:13.344Z[ recovery-image] Aug 26 16:19:12.763 INFO O| Aug 26 16:19:12.763 INFO STEP 81 (remove_files) COMPLETE
91542026-08-26T16:19:13.344Z[ recovery-image] Aug 26 16:19:12.763 INFO O| Aug 26 16:19:12.763 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-26T16:19:13.355Z[ recovery-image] Aug 26 16:19:12.774 INFO O| Aug 26 16:19:12.774 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91562026-08-26T16:19:13.355Z[ recovery-image] Aug 26 16:19:12.775 INFO O| Aug 26 16:19:12.775 INFO STEP 82 (remove_files) COMPLETE
91572026-08-26T16:19:13.359Z[ recovery-image] Aug 26 16:19:12.775 INFO O| Aug 26 16:19:12.775 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-26T16:19:13.365Z[ recovery-image] Aug 26 16:19:12.785 INFO O| Aug 26 16:19:12.785 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91592026-08-26T16:19:13.366Z[ recovery-image] Aug 26 16:19:12.785 INFO O| Aug 26 16:19:12.785 INFO STEP 83 (remove_files) COMPLETE
91602026-08-26T16:19:13.366Z[ recovery-image] Aug 26 16:19:12.785 INFO O| Aug 26 16:19:12.785 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-26T16:19:13.379Z[ recovery-image] Aug 26 16:19:12.795 INFO O| Aug 26 16:19:12.795 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91622026-08-26T16:19:13.379Z[ recovery-image] Aug 26 16:19:12.795 INFO O| Aug 26 16:19:12.795 INFO STEP 84 (remove_files) COMPLETE
91632026-08-26T16:19:13.382Z[ recovery-image] Aug 26 16:19:12.795 INFO O| Aug 26 16:19:12.795 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-26T16:19:13.386Z[ recovery-image] Aug 26 16:19:12.805 INFO O| Aug 26 16:19:12.805 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91652026-08-26T16:19:13.386Z[ recovery-image] Aug 26 16:19:12.805 INFO O| Aug 26 16:19:12.805 INFO STEP 85 (remove_files) COMPLETE
91662026-08-26T16:19:13.386Z[ recovery-image] Aug 26 16:19:12.805 INFO O| Aug 26 16:19:12.805 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-26T16:19:13.395Z[ recovery-image] Aug 26 16:19:12.815 INFO O| Aug 26 16:19:12.814 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91682026-08-26T16:19:13.395Z[ recovery-image] Aug 26 16:19:12.815 INFO O| Aug 26 16:19:12.815 INFO STEP 86 (remove_files) COMPLETE
91692026-08-26T16:19:13.395Z[ recovery-image] Aug 26 16:19:12.815 INFO O| Aug 26 16:19:12.815 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-26T16:19:13.405Z[ recovery-image] Aug 26 16:19:12.824 INFO O| Aug 26 16:19:12.824 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91712026-08-26T16:19:13.405Z[ recovery-image] Aug 26 16:19:12.824 INFO O| Aug 26 16:19:12.824 INFO STEP 87 (remove_files) COMPLETE
91722026-08-26T16:19:13.405Z[ recovery-image] Aug 26 16:19:12.824 INFO O| Aug 26 16:19:12.824 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-26T16:19:13.416Z[ recovery-image] Aug 26 16:19:12.836 INFO O| Aug 26 16:19:12.835 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91742026-08-26T16:19:13.416Z[ recovery-image] Aug 26 16:19:12.836 INFO O| Aug 26 16:19:12.836 INFO STEP 88 (remove_files) COMPLETE
91752026-08-26T16:19:13.416Z[ recovery-image] Aug 26 16:19:12.836 INFO O| Aug 26 16:19:12.836 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-26T16:19:13.427Z[ recovery-image] Aug 26 16:19:12.846 INFO O| Aug 26 16:19:12.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91772026-08-26T16:19:13.427Z[ recovery-image] Aug 26 16:19:12.846 INFO O| Aug 26 16:19:12.846 INFO STEP 89 (remove_files) COMPLETE
91782026-08-26T16:19:13.427Z[ recovery-image] Aug 26 16:19:12.846 INFO O| Aug 26 16:19:12.846 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-26T16:19:13.437Z[ recovery-image] Aug 26 16:19:12.856 INFO O| Aug 26 16:19:12.856 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91802026-08-26T16:19:13.437Z[ recovery-image] Aug 26 16:19:12.856 INFO O| Aug 26 16:19:12.856 INFO STEP 90 (remove_files) COMPLETE
91812026-08-26T16:19:13.437Z[ recovery-image] Aug 26 16:19:12.856 INFO O| Aug 26 16:19:12.856 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-26T16:19:13.447Z[ recovery-image] Aug 26 16:19:12.866 INFO O| Aug 26 16:19:12.866 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91832026-08-26T16:19:13.447Z[ recovery-image] Aug 26 16:19:12.866 INFO O| Aug 26 16:19:12.866 INFO STEP 91 (remove_files) COMPLETE
91842026-08-26T16:19:13.447Z[ recovery-image] Aug 26 16:19:12.866 INFO O| Aug 26 16:19:12.866 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-26T16:19:13.458Z[ recovery-image] Aug 26 16:19:12.877 INFO O| Aug 26 16:19:12.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91862026-08-26T16:19:13.458Z[ recovery-image] Aug 26 16:19:12.877 INFO O| Aug 26 16:19:12.877 INFO STEP 92 (remove_files) COMPLETE
91872026-08-26T16:19:13.458Z[ recovery-image] Aug 26 16:19:12.877 INFO O| Aug 26 16:19:12.877 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-26T16:19:13.470Z[ recovery-image] Aug 26 16:19:12.887 INFO O| Aug 26 16:19:12.887 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91892026-08-26T16:19:13.470Z[ recovery-image] Aug 26 16:19:12.887 INFO O| Aug 26 16:19:12.887 INFO STEP 93 (remove_files) COMPLETE
91902026-08-26T16:19:13.470Z[ recovery-image] Aug 26 16:19:12.888 INFO O| Aug 26 16:19:12.887 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-26T16:19:13.480Z[ recovery-image] Aug 26 16:19:12.899 INFO O| Aug 26 16:19:12.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91922026-08-26T16:19:13.481Z[ recovery-image] Aug 26 16:19:12.899 INFO O| Aug 26 16:19:12.899 INFO STEP 94 (remove_files) COMPLETE
91932026-08-26T16:19:13.483Z[ recovery-image] Aug 26 16:19:12.899 INFO O| Aug 26 16:19:12.899 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-26T16:19:13.490Z[ recovery-image] Aug 26 16:19:12.909 INFO O| Aug 26 16:19:12.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91952026-08-26T16:19:13.490Z[ recovery-image] Aug 26 16:19:12.909 INFO O| Aug 26 16:19:12.909 INFO STEP 95 (remove_files) COMPLETE
91962026-08-26T16:19:13.493Z[ recovery-image] Aug 26 16:19:12.909 INFO O| Aug 26 16:19:12.909 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-08-26T16:19:13.501Z[ recovery-image] Aug 26 16:19:12.920 INFO O| Aug 26 16:19:12.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91982026-08-26T16:19:13.501Z[ recovery-image] Aug 26 16:19:12.921 INFO O| Aug 26 16:19:12.921 INFO STEP 96 (remove_files) COMPLETE
91992026-08-26T16:19:13.504Z[ recovery-image] Aug 26 16:19:12.921 INFO O| Aug 26 16:19:12.921 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-08-26T16:19:13.511Z[ recovery-image] Aug 26 16:19:12.930 INFO O| Aug 26 16:19:12.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92012026-08-26T16:19:13.511Z[ recovery-image] Aug 26 16:19:12.930 INFO O| Aug 26 16:19:12.930 INFO STEP 97 (remove_files) COMPLETE
92022026-08-26T16:19:13.511Z[ recovery-image] Aug 26 16:19:12.930 INFO O| Aug 26 16:19:12.930 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-08-26T16:19:13.520Z[ recovery-image] Aug 26 16:19:12.939 INFO O| Aug 26 16:19:12.939 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92042026-08-26T16:19:13.520Z[ recovery-image] Aug 26 16:19:12.939 INFO O| Aug 26 16:19:12.939 INFO STEP 98 (remove_files) COMPLETE
92052026-08-26T16:19:13.520Z[ recovery-image] Aug 26 16:19:12.939 INFO O| Aug 26 16:19:12.939 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062026-08-26T16:19:13.529Z[ recovery-image] Aug 26 16:19:12.948 INFO O| Aug 26 16:19:12.948 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92072026-08-26T16:19:13.529Z[ recovery-image] Aug 26 16:19:12.948 INFO O| Aug 26 16:19:12.948 INFO STEP 99 (remove_files) COMPLETE
92082026-08-26T16:19:13.529Z[ recovery-image] Aug 26 16:19:12.948 INFO O| Aug 26 16:19:12.948 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92092026-08-26T16:19:13.543Z[ recovery-image] Aug 26 16:19:12.962 INFO O| Aug 26 16:19:12.962 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92102026-08-26T16:19:13.543Z[ recovery-image] Aug 26 16:19:12.962 INFO O| Aug 26 16:19:12.962 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92112026-08-26T16:19:15.983Z[verify-libraries] Compiling oso v0.27.3
92122026-08-26T16:19:18.871Z[ recovery-image] Aug 26 16:19:18.290 INFO O| Aug 26 16:19:18.290 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
92132026-08-26T16:19:18.871Z[ recovery-image] Aug 26 16:19:18.290 INFO O| Aug 26 16:19:18.290 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92142026-08-26T16:19:18.885Z[ recovery-image] Aug 26 16:19:18.304 INFO O| Aug 26 16:19:18.304 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_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"}
92152026-08-26T16:19:18.988Z[ recovery-image] Aug 26 16:19:18.407 INFO O| Aug 26 16:19:18.407 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92162026-08-26T16:19:19.056Z[ recovery-image] Aug 26 16:19:18.471 INFO O| Aug 26 16:19:18.471 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92172026-08-26T16:19:19.125Z[ recovery-image] Aug 26 16:19:18.543 INFO O| Aug 26 16:19:18.543 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92182026-08-26T16:19:19.125Z[ recovery-image] Aug 26 16:19:18.543 INFO O| Aug 26 16:19:18.543 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 ...
92192026-08-26T16:19:19.129Z[ recovery-image] Aug 26 16:19:18.544 INFO O| Aug 26 16:19:18.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92202026-08-26T16:19:19.129Z[ recovery-image] Aug 26 16:19:18.544 INFO O| Aug 26 16:19:18.544 INFO ok!
92212026-08-26T16:19:19.129Z[ recovery-image] Aug 26 16:19:18.544 INFO O| Aug 26 16:19:18.544 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92222026-08-26T16:19:19.129Z[ recovery-image] Aug 26 16:19:18.544 INFO O| Aug 26 16:19:18.544 INFO STEP 100 (seed_smf) COMPLETE
92232026-08-26T16:19:19.129Z[ recovery-image] Aug 26 16:19:18.544 INFO O| Aug 26 16:19:18.544 INFO steps complete; finalising image!
92242026-08-26T16:19:19.129Z[ recovery-image] Aug 26 16:19:18.544 INFO O| Aug 26 16:19:18.544 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92252026-08-26T16:19:19.179Z[ recovery-image] Aug 26 16:19:18.598 INFO O| Aug 26 16:19:18.598 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 26 16:19:18 2026)
92262026-08-26T16:19:19.387Z[ recovery-image] Aug 26 16:19:18.806 INFO O| Aug 26 16:19:18.805 INFO trim TEMPORARY-sled-zfs-recovery: (52% trimmed, started at Wed Aug 26 16:19:18 2026)
92272026-08-26T16:19:19.594Z[ recovery-image] Aug 26 16:19:19.013 INFO O| Aug 26 16:19:19.013 INFO trim TEMPORARY-sled-zfs-recovery: (61% trimmed, started at Wed Aug 26 16:19:18 2026)
92282026-08-26T16:19:19.812Z[ recovery-image] Aug 26 16:19:19.231 INFO O| Aug 26 16:19:19.220 INFO trim TEMPORARY-sled-zfs-recovery: (67% trimmed, started at Wed Aug 26 16:19:18 2026)
92292026-08-26T16:19:20.012Z[ recovery-image] Aug 26 16:19:19.431 INFO O| Aug 26 16:19:19.431 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
92302026-08-26T16:19:20.225Z[ recovery-image] Aug 26 16:19:19.638 INFO O| Aug 26 16:19:19.638 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
92312026-08-26T16:19:20.447Z[ recovery-image] Aug 26 16:19:19.866 INFO O| Aug 26 16:19:19.866 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
92322026-08-26T16:19:20.661Z[ recovery-image] Aug 26 16:19:20.080 INFO O| Aug 26 16:19:20.080 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
92332026-08-26T16:19:20.868Z[ recovery-image] Aug 26 16:19:20.286 INFO O| Aug 26 16:19:20.286 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
92342026-08-26T16:19:21.075Z[ recovery-image] Aug 26 16:19:20.493 INFO O| Aug 26 16:19:20.493 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
92352026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.550 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92362026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.550 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92372026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.550 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92382026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92392026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92402026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92412026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92422026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92432026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260826T160336Z
92442026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92452026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92462026-08-26T16:19:21.133Z[ host-image] Aug 26 16:19:20.551 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92472026-08-26T16:19:21.136Z[ host-image] Aug 26 16:19:20.552 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92482026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.552 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92492026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.552 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92502026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.552 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92512026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.552 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92522026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92532026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92542026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92552026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92562026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92572026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92582026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92592026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92602026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92612026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92622026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92632026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92642026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92652026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92662026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92672026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92682026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92692026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92702026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92712026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.553 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92722026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.554 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
92732026-08-26T16:19:21.137Z[ host-image] Aug 26 16:19:20.554 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
92742026-08-26T16:19:21.140Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92752026-08-26T16:19:21.140Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
92762026-08-26T16:19:21.140Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92772026-08-26T16:19:21.140Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92782026-08-26T16:19:21.140Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92792026-08-26T16:19:21.140Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92802026-08-26T16:19:21.141Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
92812026-08-26T16:19:21.141Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92822026-08-26T16:19:21.141Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92832026-08-26T16:19:21.141Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92842026-08-26T16:19:21.141Z[ host-image] Aug 26 16:19:20.557 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92852026-08-26T16:19:21.144Z[ host-image] Aug 26 16:19:20.561 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92862026-08-26T16:19:21.144Z[ host-image] Aug 26 16:19:20.561 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92872026-08-26T16:19:21.144Z[ host-image] Aug 26 16:19:20.561 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92882026-08-26T16:19:21.144Z[ host-image] Aug 26 16:19:20.561 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92892026-08-26T16:19:21.144Z[ host-image] Aug 26 16:19:20.561 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92902026-08-26T16:19:21.144Z[ host-image] Aug 26 16:19:20.561 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92912026-08-26T16:19:21.154Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92922026-08-26T16:19:21.154Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92932026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92942026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
92952026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
92962026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92972026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
92982026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.573 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92992026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.574 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93002026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.574 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93012026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.574 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93022026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.574 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93032026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.574 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93042026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.575 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93052026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.575 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93062026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.575 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93072026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.575 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93082026-08-26T16:19:21.157Z[ host-image] Aug 26 16:19:20.575 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93092026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.579 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93102026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.579 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93112026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.579 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93122026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.579 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93132026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.580 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93142026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.580 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93152026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.580 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93162026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.580 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93172026-08-26T16:19:21.161Z[ host-image] Aug 26 16:19:20.580 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93182026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93192026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93202026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93212026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93222026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93232026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93242026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93252026-08-26T16:19:21.165Z[ host-image] Aug 26 16:19:20.581 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93262026-08-26T16:19:21.169Z[ host-image] Aug 26 16:19:20.584 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93272026-08-26T16:19:21.169Z[ host-image] Aug 26 16:19:20.584 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93282026-08-26T16:19:21.169Z[ host-image] Aug 26 16:19:20.584 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93292026-08-26T16:19:21.169Z[ host-image] Aug 26 16:19:20.584 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93302026-08-26T16:19:21.170Z[ host-image] Aug 26 16:19:20.584 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93312026-08-26T16:19:21.170Z[ host-image] Aug 26 16:19:20.584 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93322026-08-26T16:19:21.170Z[ host-image] Aug 26 16:19:20.585 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93332026-08-26T16:19:21.170Z[ host-image] Aug 26 16:19:20.585 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93342026-08-26T16:19:21.170Z[ host-image] Aug 26 16:19:20.585 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93352026-08-26T16:19:21.170Z[ host-image] Aug 26 16:19:20.585 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93362026-08-26T16:19:21.173Z[ host-image] Aug 26 16:19:20.588 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93372026-08-26T16:19:21.173Z[ host-image] Aug 26 16:19:20.588 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93382026-08-26T16:19:21.174Z[ host-image] Aug 26 16:19:20.588 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93392026-08-26T16:19:21.174Z[ host-image] Aug 26 16:19:20.588 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93402026-08-26T16:19:21.174Z[ host-image] Aug 26 16:19:20.588 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93412026-08-26T16:19:21.177Z[ host-image] Aug 26 16:19:20.594 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93422026-08-26T16:19:21.180Z[ host-image] Aug 26 16:19:20.594 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93432026-08-26T16:19:21.184Z[ host-image] Aug 26 16:19:20.594 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93442026-08-26T16:19:21.187Z[ host-image] Aug 26 16:19:20.594 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93452026-08-26T16:19:21.187Z[ host-image] Aug 26 16:19:20.594 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93462026-08-26T16:19:21.190Z[ host-image] Aug 26 16:19:20.602 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93472026-08-26T16:19:21.190Z[ host-image] Aug 26 16:19:20.602 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93482026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.602 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93492026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.602 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93502026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93512026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93522026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93532026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93542026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93552026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93562026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93572026-08-26T16:19:21.193Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93582026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.603 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93592026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.604 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93602026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.604 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93612026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93622026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93632026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93642026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93652026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93662026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93672026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93682026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93692026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93702026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93712026-08-26T16:19:21.196Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93722026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93732026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93742026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93752026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.605 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93762026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.606 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93772026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.606 INFO O| tempdir @ "/tmp/.tmpFmqUnv/tmp"
93782026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.606 INFO O| image root @ "/tmp/.tmpFmqUnv/tmp/root"
93792026-08-26T16:19:21.197Z[ host-image] Aug 26 16:19:20.606 INFO O| creating image...
93802026-08-26T16:19:21.281Z[ recovery-image] Aug 26 16:19:20.700 INFO O| Aug 26 16:19:20.700 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Wed Aug 26 16:19:18 2026)
93812026-08-26T16:19:24.558Z[ recovery-image] Aug 26 16:19:23.974 INFO O| Aug 26 16:19:23.974 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Wed Aug 26 16:19:18 2026)
93822026-08-26T16:19:24.658Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93832026-08-26T16:19:24.694Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93842026-08-26T16:19:24.780Z[ recovery-image] Aug 26 16:19:24.196 INFO O| Aug 26 16:19:24.196 INFO temporary pool has 499M used, 1.26G avail, 1.00x compressratio
93852026-08-26T16:19:24.780Z[ recovery-image] Aug 26 16:19:24.196 INFO O| Aug 26 16:19:24.196 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93862026-08-26T16:19:26.545Z[ recovery-image] Aug 26 16:19:25.949 INFO O| Aug 26 16:19:25.949 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
93872026-08-26T16:19:26.545Z[ recovery-image] Aug 26 16:19:25.949 INFO O| Aug 26 16:19:25.949 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93882026-08-26T16:19:26.616Z[ host-image] Aug 26 16:19:26.035 INFO O| copying publishers...
93892026-08-26T16:19:28.768Z[ recovery-image] Aug 26 16:19:28.187 INFO O| Aug 26 16:19:28.187 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93902026-08-26T16:19:28.768Z[ recovery-image] Aug 26 16:19:28.187 INFO O| Aug 26 16:19:28.187 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93912026-08-26T16:19:28.768Z[ recovery-image] Aug 26 16:19:28.187 INFO O| Aug 26 16:19:28.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93922026-08-26T16:19:28.771Z[ recovery-image] Aug 26 16:19:28.187 INFO O| Aug 26 16:19:28.187 INFO completed processing sled/zfs-recovery
93932026-08-26T16:19:28.771Z[ recovery-image] Aug 26 16:19:28.187 INFO O| Aug 26 16:19:28.187 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93942026-08-26T16:19:30.137Z[ recovery-image] Aug 26 16:19:29.556 INFO O| Aug 26 16:19:29.556 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93952026-08-26T16:19:30.258Z[ recovery-image] Aug 26 16:19:29.677 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
93962026-08-26T16:19:30.258Z[ recovery-image] Aug 26 16:19:29.677 INFO expanded image name: "recovery aa4095c/${os_short_commit} 2026-08-26 16:03" -> "recovery aa4095c/bbd33bf 2026-08-26 16:03"
93972026-08-26T16:19:30.258Z[ recovery-image] Aug 26 16:19:29.677 INFO output artefacts stored in: "/work/os-recovery"
93982026-08-26T16:19:30.261Z[ recovery-image] Aug 26 16:19:29.677 INFO collecting git info from project "phbl"...
93992026-08-26T16:19:30.266Z[ recovery-image] Aug 26 16:19:29.686 INFO collecting git info from project "chelsio-t6-roms"...
94002026-08-26T16:19:30.284Z[ recovery-image] Aug 26 16:19:29.703 INFO collecting git info from project "image-builder"...
94012026-08-26T16:19:30.291Z[ recovery-image] Aug 26 16:19:29.710 INFO collecting git info from project "bootserver"...
94022026-08-26T16:19:30.297Z[ recovery-image] Aug 26 16:19:29.716 INFO collecting git info from project "pinprick"...
94032026-08-26T16:19:30.303Z[ recovery-image] Aug 26 16:19:29.722 INFO collecting git info from project "amd-firmware"...
94042026-08-26T16:19:30.535Z[ host-image] Aug 26 16:19:29.938 INFO O| adding properties...
94052026-08-26T16:19:30.620Z[ recovery-image] Aug 26 16:19:30.038 INFO collecting git info from project "amd-host-image-builder"...
94062026-08-26T16:19:30.698Z[ recovery-image] Aug 26 16:19:30.116 INFO collecting git info from project "dmar-report"...
94072026-08-26T16:19:30.713Z[ recovery-image] Aug 26 16:19:30.127 INFO collecting git info from project "pilot"...
94082026-08-26T16:19:30.718Z[ recovery-image] Aug 26 16:19:30.137 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94092026-08-26T16:19:31.387Z[ recovery-image] Aug 26 16:19:30.804 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94102026-08-26T16:19:31.710Z[ host-image] Aug 26 16:19:31.127 INFO O| installing packages...
94112026-08-26T16:19:31.814Z[ recovery-image] Aug 26 16:19:31.233 INFO creating Oxide boot image...
94122026-08-26T16:19:31.815Z[ recovery-image] Aug 26 16:19:31.233 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery aa4095c/bbd33bf 2026-08-26 16:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94132026-08-26T16:19:34.376Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94142026-08-26T16:19:34.840Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94152026-08-26T16:19:37.132Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94162026-08-26T16:19:37.940Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94172026-08-26T16:19:40.907Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94182026-08-26T16:19:41.454Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94192026-08-26T16:19:43.058Z[ host-image] Aug 26 16:19:42.476 INFO O| seeding SMF database...
94202026-08-26T16:19:44.688Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94212026-08-26T16:19:46.203Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94222026-08-26T16:19:47.048Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94232026-08-26T16:19:48.024Z[ host-image] Aug 26 16:19:47.443 INFO O| configuring SMF profile...
94242026-08-26T16:19:48.024Z[ host-image] Aug 26 16:19:47.443 INFO O| modifying shadow(5)...
94252026-08-26T16:19:48.028Z[ host-image] Aug 26 16:19:47.443 INFO O| loading user and group database...
94262026-08-26T16:19:48.028Z[ host-image] Aug 26 16:19:47.443 INFO O| loading facet selections...
94272026-08-26T16:19:48.404Z[ host-image] Aug 26 16:19:47.807 INFO O| devel -> true
94282026-08-26T16:19:48.404Z[ host-image] Aug 26 16:19:47.807 INFO O| doc.man -> true
94292026-08-26T16:19:48.404Z[ host-image] Aug 26 16:19:47.807 INFO O| version-lock.shell/ksh93 -> true
94302026-08-26T16:19:48.413Z[ host-image] Aug 26 16:19:47.807 INFO O| version-lock.system/data/hardware-registry -> true
94312026-08-26T16:19:48.413Z[ host-image] Aug 26 16:19:47.807 INFO O| version-lock.system/data/zoneinfo -> true
94322026-08-26T16:19:48.413Z[ host-image] Aug 26 16:19:47.807 INFO O| version-lock.system/microcode/amd -> true
94332026-08-26T16:19:48.413Z[ host-image] Aug 26 16:19:47.807 INFO O| version-lock.system/microcode/intel -> true
94342026-08-26T16:19:48.413Z[ host-image] Aug 26 16:19:47.807 INFO O| version-lock.system/microcode/oxide -> true
94352026-08-26T16:19:48.416Z[ host-image] Aug 26 16:19:47.807 INFO O| assessing packaged files...
94362026-08-26T16:19:50.305Z[ host-image] Aug 26 16:19:49.723 INFO O| creating archive...
94372026-08-26T16:19:50.326Z[ host-image] Aug 26 16:19:49.745 INFO O| missing from packaging:
94382026-08-26T16:19:50.326Z[ host-image] Aug 26 16:19:49.745 INFO O| "etc/.pwd.lock"
94392026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.745 INFO O| "etc/bash"
94402026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.748 INFO O| "etc/svc/profile/generic.xml"
94412026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.748 INFO O| "etc/svc/profile/inetd_services.xml"
94422026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.748 INFO O| "etc/svc/profile/name_service.xml"
94432026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.749 INFO O| "etc/svc/profile/platform.xml"
94442026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.749 INFO O| "etc/svc/profile/platform_omicron1.xml"
94452026-08-26T16:19:50.330Z[ host-image] Aug 26 16:19:49.749 INFO O| "etc/svc/repository.db"
94462026-08-26T16:19:50.337Z[ host-image] Aug 26 16:19:49.755 INFO O| "opt/ooce/share"
94472026-08-26T16:19:50.340Z[ host-image] Aug 26 16:19:49.755 INFO O| "opt/ooce/share/man"
94482026-08-26T16:19:50.340Z[ host-image] Aug 26 16:19:49.755 INFO O| "opt/ooce/share/man/man1"
94492026-08-26T16:19:50.346Z[ host-image] Aug 26 16:19:49.765 INFO O| finishing archive...
94502026-08-26T16:19:53.275Z[ host-image] Aug 26 16:19:52.694 INFO O| creating gzonly manifest...
94512026-08-26T16:19:53.282Z[ host-image] Aug 26 16:19:52.701 INFO O| ok
94522026-08-26T16:19:53.400Z[ host-image] Aug 26 16:19:52.818 INFO image builder template: ramdisk-02-trim...
94532026-08-26T16:19:53.400Z[ host-image] Aug 26 16:19:52.818 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/.tmpGwSQKH/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94542026-08-26T16:19:53.419Z[ host-image] Aug 26 16:19:52.838 INFO O| Aug 26 16:19:52.838 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94552026-08-26T16:19:53.422Z[ host-image] Aug 26 16:19:52.841 INFO O| Aug 26 16:19:52.841 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94562026-08-26T16:19:54.677Z[ host-image] Aug 26 16:19:54.096 INFO O| Aug 26 16:19:54.096 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94572026-08-26T16:19:54.712Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94582026-08-26T16:19:54.806Z[ host-image] Aug 26 16:19:54.225 INFO O| Aug 26 16:19:54.225 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94592026-08-26T16:19:54.806Z[ host-image] Aug 26 16:19:54.225 INFO O| Aug 26 16:19:54.225 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94602026-08-26T16:19:54.811Z[ host-image] Aug 26 16:19:54.230 INFO O| Aug 26 16:19:54.230 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94612026-08-26T16:19:54.815Z[ host-image] Aug 26 16:19:54.234 INFO O| Aug 26 16:19:54.234 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94622026-08-26T16:19:54.819Z[ host-image] Aug 26 16:19:54.238 INFO O| Aug 26 16:19:54.238 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94632026-08-26T16:19:55.358Z[ host-image] Aug 26 16:19:54.776 INFO O| Aug 26 16:19:54.776 INFO rolled back to input snapshot; work may begin
94642026-08-26T16:19:55.358Z[ host-image] Aug 26 16:19:54.776 INFO O| Aug 26 16:19:54.776 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94652026-08-26T16:19:55.362Z[ host-image] Aug 26 16:19:54.781 INFO O| Aug 26 16:19:54.781 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-26T16:19:55.372Z[ host-image] Aug 26 16:19:54.791 INFO O| Aug 26 16:19:54.791 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94672026-08-26T16:19:55.410Z[ host-image] Aug 26 16:19:54.828 INFO O| Aug 26 16:19:54.828 INFO STEP 0 (remove_files) COMPLETE
94682026-08-26T16:19:55.410Z[ host-image] Aug 26 16:19:54.828 INFO O| Aug 26 16:19:54.828 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-26T16:19:55.421Z[ host-image] Aug 26 16:19:54.839 INFO O| Aug 26 16:19:54.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94702026-08-26T16:19:55.424Z[ host-image] Aug 26 16:19:54.840 INFO O| Aug 26 16:19:54.840 INFO STEP 1 (remove_files) COMPLETE
94712026-08-26T16:19:55.424Z[ host-image] Aug 26 16:19:54.840 INFO O| Aug 26 16:19:54.840 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-26T16:19:55.432Z[ host-image] Aug 26 16:19:54.851 INFO O| Aug 26 16:19:54.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94732026-08-26T16:19:55.445Z[ host-image] Aug 26 16:19:54.863 INFO O| Aug 26 16:19:54.863 INFO STEP 2 (remove_files) COMPLETE
94742026-08-26T16:19:55.445Z[ host-image] Aug 26 16:19:54.864 INFO O| Aug 26 16:19:54.863 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-26T16:19:55.454Z[ host-image] Aug 26 16:19:54.873 INFO O| Aug 26 16:19:54.873 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94762026-08-26T16:19:55.457Z[ host-image] Aug 26 16:19:54.874 INFO O| Aug 26 16:19:54.874 INFO STEP 3 (remove_files) COMPLETE
94772026-08-26T16:19:55.457Z[ host-image] Aug 26 16:19:54.874 INFO O| Aug 26 16:19:54.874 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-26T16:19:55.463Z[ host-image] Aug 26 16:19:54.882 INFO O| Aug 26 16:19:54.882 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94792026-08-26T16:19:55.466Z[ host-image] Aug 26 16:19:54.885 INFO O| Aug 26 16:19:54.885 INFO STEP 4 (remove_files) COMPLETE
94802026-08-26T16:19:55.467Z[ host-image] Aug 26 16:19:54.885 INFO O| Aug 26 16:19:54.885 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-26T16:19:55.475Z[ host-image] Aug 26 16:19:54.894 INFO O| Aug 26 16:19:54.894 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94822026-08-26T16:19:55.477Z[ host-image] Aug 26 16:19:54.896 INFO O| Aug 26 16:19:54.896 INFO STEP 5 (remove_files) COMPLETE
94832026-08-26T16:19:55.477Z[ host-image] Aug 26 16:19:54.896 INFO O| Aug 26 16:19:54.896 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-26T16:19:55.487Z[ host-image] Aug 26 16:19:54.905 INFO O| Aug 26 16:19:54.905 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94852026-08-26T16:19:55.496Z[ host-image] Aug 26 16:19:54.915 INFO O| Aug 26 16:19:54.915 INFO STEP 6 (remove_files) COMPLETE
94862026-08-26T16:19:55.496Z[ host-image] Aug 26 16:19:54.915 INFO O| Aug 26 16:19:54.915 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-26T16:19:55.499Z[ host-image] Aug 26 16:19:54.915 INFO O| Aug 26 16:19:54.915 INFO skip step because feature "heliosv2" is not enabled
94882026-08-26T16:19:55.499Z[ host-image] Aug 26 16:19:54.915 INFO O| Aug 26 16:19:54.915 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-26T16:19:55.506Z[ host-image] Aug 26 16:19:54.925 INFO O| Aug 26 16:19:54.925 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94902026-08-26T16:19:55.517Z[ host-image] Aug 26 16:19:54.936 INFO O| Aug 26 16:19:54.936 INFO STEP 8 (remove_files) COMPLETE
94912026-08-26T16:19:55.517Z[ host-image] Aug 26 16:19:54.936 INFO O| Aug 26 16:19:54.936 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-26T16:19:55.527Z[ host-image] Aug 26 16:19:54.946 INFO O| Aug 26 16:19:54.946 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94932026-08-26T16:19:55.596Z[ host-image] Aug 26 16:19:55.015 INFO O| Aug 26 16:19:55.014 INFO STEP 9 (remove_files) COMPLETE
94942026-08-26T16:19:55.596Z[ host-image] Aug 26 16:19:55.015 INFO O| Aug 26 16:19:55.015 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-26T16:19:55.606Z[ host-image] Aug 26 16:19:55.025 INFO O| Aug 26 16:19:55.025 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94962026-08-26T16:19:55.690Z[ host-image] Aug 26 16:19:55.108 INFO O| Aug 26 16:19:55.108 INFO STEP 10 (remove_files) COMPLETE
94972026-08-26T16:19:55.690Z[ host-image] Aug 26 16:19:55.108 INFO O| Aug 26 16:19:55.108 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-26T16:19:55.701Z[ host-image] Aug 26 16:19:55.120 INFO O| Aug 26 16:19:55.120 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94992026-08-26T16:19:55.704Z[ host-image] Aug 26 16:19:55.122 INFO O| Aug 26 16:19:55.122 INFO STEP 11 (remove_files) COMPLETE
95002026-08-26T16:19:55.704Z[ host-image] Aug 26 16:19:55.122 INFO O| Aug 26 16:19:55.122 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-26T16:19:55.714Z[ host-image] Aug 26 16:19:55.133 INFO O| Aug 26 16:19:55.133 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95022026-08-26T16:19:55.717Z[ host-image] Aug 26 16:19:55.135 INFO O| Aug 26 16:19:55.134 INFO STEP 12 (remove_files) COMPLETE
95032026-08-26T16:19:55.717Z[ host-image] Aug 26 16:19:55.135 INFO O| Aug 26 16:19:55.135 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-26T16:19:55.730Z[ host-image] Aug 26 16:19:55.148 INFO O| Aug 26 16:19:55.148 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95052026-08-26T16:19:55.733Z[ host-image] Aug 26 16:19:55.150 INFO O| Aug 26 16:19:55.150 INFO STEP 13 (remove_files) COMPLETE
95062026-08-26T16:19:55.733Z[ host-image] Aug 26 16:19:55.150 INFO O| Aug 26 16:19:55.150 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-26T16:19:55.937Z[ host-image] Aug 26 16:19:55.355 INFO O| Aug 26 16:19:55.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95082026-08-26T16:19:55.967Z[ host-image] Aug 26 16:19:55.385 INFO O| Aug 26 16:19:55.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95092026-08-26T16:19:56.001Z[ host-image] Aug 26 16:19:55.419 INFO O| Aug 26 16:19:55.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95102026-08-26T16:19:56.001Z[ host-image] Aug 26 16:19:55.419 INFO O| Aug 26 16:19:55.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95112026-08-26T16:19:56.007Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95122026-08-26T16:19:56.007Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95132026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95142026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95152026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95162026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95172026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95182026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.426 INFO O| Aug 26 16:19:55.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95192026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95202026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95212026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95222026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95232026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95242026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95252026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95262026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95272026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO STEP 14 (remove_files) COMPLETE
95282026-08-26T16:19:56.010Z[ host-image] Aug 26 16:19:55.427 INFO O| Aug 26 16:19:55.427 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-26T16:19:56.018Z[ host-image] Aug 26 16:19:55.436 INFO O| Aug 26 16:19:55.436 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95302026-08-26T16:19:56.021Z[ host-image] Aug 26 16:19:55.437 INFO O| Aug 26 16:19:55.437 INFO STEP 15 (remove_files) COMPLETE
95312026-08-26T16:19:56.021Z[ host-image] Aug 26 16:19:55.437 INFO O| Aug 26 16:19:55.437 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-26T16:19:56.026Z[ host-image] Aug 26 16:19:55.445 INFO O| Aug 26 16:19:55.445 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95332026-08-26T16:19:56.032Z[ host-image] Aug 26 16:19:55.451 INFO O| Aug 26 16:19:55.450 INFO STEP 16 (remove_files) COMPLETE
95342026-08-26T16:19:56.032Z[ host-image] Aug 26 16:19:55.451 INFO O| Aug 26 16:19:55.450 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-26T16:19:56.041Z[ host-image] Aug 26 16:19:55.460 INFO O| Aug 26 16:19:55.460 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95362026-08-26T16:19:56.044Z[ host-image] Aug 26 16:19:55.460 INFO O| Aug 26 16:19:55.460 INFO STEP 17 (remove_files) COMPLETE
95372026-08-26T16:19:56.044Z[ host-image] Aug 26 16:19:55.460 INFO O| Aug 26 16:19:55.460 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-26T16:19:56.050Z[ host-image] Aug 26 16:19:55.468 INFO O| Aug 26 16:19:55.468 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95392026-08-26T16:19:56.052Z[ host-image] Aug 26 16:19:55.470 INFO O| Aug 26 16:19:55.470 INFO STEP 18 (remove_files) COMPLETE
95402026-08-26T16:19:56.052Z[ host-image] Aug 26 16:19:55.470 INFO O| Aug 26 16:19:55.470 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-26T16:19:56.061Z[ host-image] Aug 26 16:19:55.480 INFO O| Aug 26 16:19:55.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95422026-08-26T16:19:56.061Z[ host-image] Aug 26 16:19:55.480 INFO O| Aug 26 16:19:55.480 INFO STEP 19 (remove_files) COMPLETE
95432026-08-26T16:19:56.064Z[ host-image] Aug 26 16:19:55.480 INFO O| Aug 26 16:19:55.480 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-26T16:19:56.069Z[ host-image] Aug 26 16:19:55.488 INFO O| Aug 26 16:19:55.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95452026-08-26T16:19:56.069Z[ host-image] Aug 26 16:19:55.488 INFO O| Aug 26 16:19:55.488 INFO STEP 20 (remove_files) COMPLETE
95462026-08-26T16:19:56.072Z[ host-image] Aug 26 16:19:55.488 INFO O| Aug 26 16:19:55.488 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-26T16:19:56.077Z[ host-image] Aug 26 16:19:55.496 INFO O| Aug 26 16:19:55.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95482026-08-26T16:19:56.077Z[ host-image] Aug 26 16:19:55.496 INFO O| Aug 26 16:19:55.496 INFO STEP 21 (remove_files) COMPLETE
95492026-08-26T16:19:56.080Z[ host-image] Aug 26 16:19:55.496 INFO O| Aug 26 16:19:55.496 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-26T16:19:56.087Z[ host-image] Aug 26 16:19:55.506 INFO O| Aug 26 16:19:55.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95512026-08-26T16:19:56.087Z[ host-image] Aug 26 16:19:55.506 INFO O| Aug 26 16:19:55.506 INFO STEP 22 (remove_files) COMPLETE
95522026-08-26T16:19:56.087Z[ host-image] Aug 26 16:19:55.506 INFO O| Aug 26 16:19:55.506 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-26T16:19:56.097Z[ host-image] Aug 26 16:19:55.516 INFO O| Aug 26 16:19:55.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95542026-08-26T16:19:56.100Z[ host-image] Aug 26 16:19:55.516 INFO O| Aug 26 16:19:55.516 INFO STEP 23 (remove_files) COMPLETE
95552026-08-26T16:19:56.100Z[ host-image] Aug 26 16:19:55.516 INFO O| Aug 26 16:19:55.516 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-26T16:19:56.107Z[ host-image] Aug 26 16:19:55.526 INFO O| Aug 26 16:19:55.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95572026-08-26T16:19:56.107Z[ host-image] Aug 26 16:19:55.526 INFO O| Aug 26 16:19:55.526 INFO STEP 24 (remove_files) COMPLETE
95582026-08-26T16:19:56.107Z[ host-image] Aug 26 16:19:55.526 INFO O| Aug 26 16:19:55.526 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-26T16:19:56.116Z[ host-image] Aug 26 16:19:55.535 INFO O| Aug 26 16:19:55.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95602026-08-26T16:19:56.116Z[ host-image] Aug 26 16:19:55.535 INFO O| Aug 26 16:19:55.535 INFO STEP 25 (remove_files) COMPLETE
95612026-08-26T16:19:56.116Z[ host-image] Aug 26 16:19:55.535 INFO O| Aug 26 16:19:55.535 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-26T16:19:56.125Z[ host-image] Aug 26 16:19:55.543 INFO O| Aug 26 16:19:55.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95632026-08-26T16:19:56.125Z[ host-image] Aug 26 16:19:55.543 INFO O| Aug 26 16:19:55.543 INFO STEP 26 (remove_files) COMPLETE
95642026-08-26T16:19:56.125Z[ host-image] Aug 26 16:19:55.543 INFO O| Aug 26 16:19:55.543 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-26T16:19:56.133Z[ host-image] Aug 26 16:19:55.552 INFO O| Aug 26 16:19:55.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95662026-08-26T16:19:56.133Z[ host-image] Aug 26 16:19:55.552 INFO O| Aug 26 16:19:55.552 INFO STEP 27 (remove_files) COMPLETE
95672026-08-26T16:19:56.136Z[ host-image] Aug 26 16:19:55.552 INFO O| Aug 26 16:19:55.552 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-26T16:19:56.142Z[ host-image] Aug 26 16:19:55.561 INFO O| Aug 26 16:19:55.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95692026-08-26T16:19:56.142Z[ host-image] Aug 26 16:19:55.561 INFO O| Aug 26 16:19:55.561 INFO STEP 28 (remove_files) COMPLETE
95702026-08-26T16:19:56.146Z[ host-image] Aug 26 16:19:55.561 INFO O| Aug 26 16:19:55.561 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-26T16:19:56.152Z[ host-image] Aug 26 16:19:55.570 INFO O| Aug 26 16:19:55.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95722026-08-26T16:19:56.152Z[ host-image] Aug 26 16:19:55.571 INFO O| Aug 26 16:19:55.571 INFO STEP 29 (remove_files) COMPLETE
95732026-08-26T16:19:56.152Z[ host-image] Aug 26 16:19:55.571 INFO O| Aug 26 16:19:55.571 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-26T16:19:56.161Z[ host-image] Aug 26 16:19:55.580 INFO O| Aug 26 16:19:55.580 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95752026-08-26T16:19:56.161Z[ host-image] Aug 26 16:19:55.580 INFO O| Aug 26 16:19:55.580 INFO STEP 30 (remove_files) COMPLETE
95762026-08-26T16:19:56.161Z[ host-image] Aug 26 16:19:55.580 INFO O| Aug 26 16:19:55.580 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-26T16:19:56.170Z[ host-image] Aug 26 16:19:55.589 INFO O| Aug 26 16:19:55.589 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95782026-08-26T16:19:56.170Z[ host-image] Aug 26 16:19:55.589 INFO O| Aug 26 16:19:55.589 INFO STEP 31 (remove_files) COMPLETE
95792026-08-26T16:19:56.170Z[ host-image] Aug 26 16:19:55.589 INFO O| Aug 26 16:19:55.589 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-26T16:19:56.179Z[ host-image] Aug 26 16:19:55.598 INFO O| Aug 26 16:19:55.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95812026-08-26T16:19:56.179Z[ host-image] Aug 26 16:19:55.598 INFO O| Aug 26 16:19:55.598 INFO STEP 32 (remove_files) COMPLETE
95822026-08-26T16:19:56.179Z[ host-image] Aug 26 16:19:55.598 INFO O| Aug 26 16:19:55.598 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-26T16:19:56.189Z[ host-image] Aug 26 16:19:55.608 INFO O| Aug 26 16:19:55.608 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95842026-08-26T16:19:56.189Z[ host-image] Aug 26 16:19:55.608 INFO O| Aug 26 16:19:55.608 INFO STEP 33 (remove_files) COMPLETE
95852026-08-26T16:19:56.189Z[ host-image] Aug 26 16:19:55.608 INFO O| Aug 26 16:19:55.608 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-26T16:19:56.197Z[ host-image] Aug 26 16:19:55.616 INFO O| Aug 26 16:19:55.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95872026-08-26T16:19:56.197Z[ host-image] Aug 26 16:19:55.616 INFO O| Aug 26 16:19:55.616 INFO STEP 34 (remove_files) COMPLETE
95882026-08-26T16:19:56.197Z[ host-image] Aug 26 16:19:55.616 INFO O| Aug 26 16:19:55.616 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-26T16:19:56.204Z[ host-image] Aug 26 16:19:55.623 INFO O| Aug 26 16:19:55.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95902026-08-26T16:19:56.204Z[ host-image] Aug 26 16:19:55.623 INFO O| Aug 26 16:19:55.623 INFO STEP 35 (remove_files) COMPLETE
95912026-08-26T16:19:56.207Z[ host-image] Aug 26 16:19:55.623 INFO O| Aug 26 16:19:55.623 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-26T16:19:56.215Z[ host-image] Aug 26 16:19:55.634 INFO O| Aug 26 16:19:55.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95932026-08-26T16:19:56.218Z[ host-image] Aug 26 16:19:55.634 INFO O| Aug 26 16:19:55.634 INFO STEP 36 (remove_files) COMPLETE
95942026-08-26T16:19:56.218Z[ host-image] Aug 26 16:19:55.634 INFO O| Aug 26 16:19:55.634 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-26T16:19:56.225Z[ host-image] Aug 26 16:19:55.643 INFO O| Aug 26 16:19:55.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95962026-08-26T16:19:56.225Z[ host-image] Aug 26 16:19:55.644 INFO O| Aug 26 16:19:55.643 INFO STEP 37 (remove_files) COMPLETE
95972026-08-26T16:19:56.225Z[ host-image] Aug 26 16:19:55.644 INFO O| Aug 26 16:19:55.644 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-26T16:19:56.236Z[ host-image] Aug 26 16:19:55.654 INFO O| Aug 26 16:19:55.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95992026-08-26T16:19:56.236Z[ host-image] Aug 26 16:19:55.655 INFO O| Aug 26 16:19:55.655 INFO STEP 38 (remove_files) COMPLETE
96002026-08-26T16:19:56.236Z[ host-image] Aug 26 16:19:55.655 INFO O| Aug 26 16:19:55.655 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-26T16:19:56.247Z[ host-image] Aug 26 16:19:55.666 INFO O| Aug 26 16:19:55.666 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96022026-08-26T16:19:56.247Z[ host-image] Aug 26 16:19:55.666 INFO O| Aug 26 16:19:55.666 INFO STEP 39 (remove_files) COMPLETE
96032026-08-26T16:19:56.247Z[ host-image] Aug 26 16:19:55.666 INFO O| Aug 26 16:19:55.666 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-26T16:19:56.256Z[ host-image] Aug 26 16:19:55.675 INFO O| Aug 26 16:19:55.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96052026-08-26T16:19:56.256Z[ host-image] Aug 26 16:19:55.675 INFO O| Aug 26 16:19:55.675 INFO STEP 40 (remove_files) COMPLETE
96062026-08-26T16:19:56.256Z[ host-image] Aug 26 16:19:55.675 INFO O| Aug 26 16:19:55.675 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-26T16:19:56.264Z[ host-image] Aug 26 16:19:55.682 INFO O| Aug 26 16:19:55.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96082026-08-26T16:19:56.264Z[ host-image] Aug 26 16:19:55.683 INFO O| Aug 26 16:19:55.682 INFO STEP 41 (remove_files) COMPLETE
96092026-08-26T16:19:56.264Z[ host-image] Aug 26 16:19:55.683 INFO O| Aug 26 16:19:55.683 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-26T16:19:56.273Z[ host-image] Aug 26 16:19:55.692 INFO O| Aug 26 16:19:55.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96112026-08-26T16:19:56.274Z[ host-image] Aug 26 16:19:55.692 INFO O| Aug 26 16:19:55.692 INFO STEP 42 (remove_files) COMPLETE
96122026-08-26T16:19:56.277Z[ host-image] Aug 26 16:19:55.692 INFO O| Aug 26 16:19:55.692 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-26T16:19:56.281Z[ host-image] Aug 26 16:19:55.700 INFO O| Aug 26 16:19:55.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96142026-08-26T16:19:56.281Z[ host-image] Aug 26 16:19:55.700 INFO O| Aug 26 16:19:55.700 INFO STEP 43 (remove_files) COMPLETE
96152026-08-26T16:19:56.281Z[ host-image] Aug 26 16:19:55.700 INFO O| Aug 26 16:19:55.700 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-26T16:19:56.289Z[ host-image] Aug 26 16:19:55.708 INFO O| Aug 26 16:19:55.708 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96172026-08-26T16:19:56.292Z[ host-image] Aug 26 16:19:55.708 INFO O| Aug 26 16:19:55.708 INFO STEP 44 (remove_files) COMPLETE
96182026-08-26T16:19:56.292Z[ host-image] Aug 26 16:19:55.708 INFO O| Aug 26 16:19:55.708 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-26T16:19:56.296Z[ host-image] Aug 26 16:19:55.715 INFO O| Aug 26 16:19:55.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96202026-08-26T16:19:56.301Z[ host-image] Aug 26 16:19:55.715 INFO O| Aug 26 16:19:55.715 INFO STEP 45 (remove_files) COMPLETE
96212026-08-26T16:19:56.302Z[ host-image] Aug 26 16:19:55.715 INFO O| Aug 26 16:19:55.715 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-26T16:19:56.305Z[ host-image] Aug 26 16:19:55.723 INFO O| Aug 26 16:19:55.723 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96232026-08-26T16:19:56.305Z[ host-image] Aug 26 16:19:55.723 INFO O| Aug 26 16:19:55.723 INFO STEP 46 (remove_files) COMPLETE
96242026-08-26T16:19:56.305Z[ host-image] Aug 26 16:19:55.723 INFO O| Aug 26 16:19:55.723 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-26T16:19:56.312Z[ host-image] Aug 26 16:19:55.730 INFO O| Aug 26 16:19:55.730 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96262026-08-26T16:19:56.312Z[ host-image] Aug 26 16:19:55.730 INFO O| Aug 26 16:19:55.730 INFO STEP 47 (remove_files) COMPLETE
96272026-08-26T16:19:56.315Z[ host-image] Aug 26 16:19:55.730 INFO O| Aug 26 16:19:55.730 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-26T16:19:56.319Z[ host-image] Aug 26 16:19:55.737 INFO O| Aug 26 16:19:55.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96292026-08-26T16:19:56.319Z[ host-image] Aug 26 16:19:55.737 INFO O| Aug 26 16:19:55.737 INFO STEP 48 (remove_files) COMPLETE
96302026-08-26T16:19:56.319Z[ host-image] Aug 26 16:19:55.737 INFO O| Aug 26 16:19:55.737 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-26T16:19:56.326Z[ host-image] Aug 26 16:19:55.744 INFO O| Aug 26 16:19:55.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96322026-08-26T16:19:56.326Z[ host-image] Aug 26 16:19:55.745 INFO O| Aug 26 16:19:55.745 INFO STEP 49 (remove_files) COMPLETE
96332026-08-26T16:19:56.326Z[ host-image] Aug 26 16:19:55.745 INFO O| Aug 26 16:19:55.745 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-26T16:19:56.335Z[ host-image] Aug 26 16:19:55.754 INFO O| Aug 26 16:19:55.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96352026-08-26T16:19:56.335Z[ host-image] Aug 26 16:19:55.754 INFO O| Aug 26 16:19:55.754 INFO STEP 50 (remove_files) COMPLETE
96362026-08-26T16:19:56.338Z[ host-image] Aug 26 16:19:55.754 INFO O| Aug 26 16:19:55.754 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-26T16:19:56.346Z[ host-image] Aug 26 16:19:55.765 INFO O| Aug 26 16:19:55.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96382026-08-26T16:19:56.346Z[ host-image] Aug 26 16:19:55.765 INFO O| Aug 26 16:19:55.765 INFO STEP 51 (remove_files) COMPLETE
96392026-08-26T16:19:56.350Z[ host-image] Aug 26 16:19:55.765 INFO O| Aug 26 16:19:55.765 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-26T16:19:56.356Z[ host-image] Aug 26 16:19:55.775 INFO O| Aug 26 16:19:55.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96412026-08-26T16:19:56.357Z[ host-image] Aug 26 16:19:55.776 INFO O| Aug 26 16:19:55.775 INFO STEP 52 (remove_files) COMPLETE
96422026-08-26T16:19:56.360Z[ host-image] Aug 26 16:19:55.776 INFO O| Aug 26 16:19:55.775 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-26T16:19:56.367Z[ host-image] Aug 26 16:19:55.785 INFO O| Aug 26 16:19:55.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96442026-08-26T16:19:56.367Z[ host-image] Aug 26 16:19:55.785 INFO O| Aug 26 16:19:55.785 INFO STEP 53 (remove_files) COMPLETE
96452026-08-26T16:19:56.367Z[ host-image] Aug 26 16:19:55.785 INFO O| Aug 26 16:19:55.785 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-26T16:19:56.378Z[ host-image] Aug 26 16:19:55.797 INFO O| Aug 26 16:19:55.797 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96472026-08-26T16:19:56.379Z[ host-image] Aug 26 16:19:55.797 INFO O| Aug 26 16:19:55.797 INFO STEP 54 (remove_files) COMPLETE
96482026-08-26T16:19:56.379Z[ host-image] Aug 26 16:19:55.797 INFO O| Aug 26 16:19:55.797 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-26T16:19:56.389Z[ host-image] Aug 26 16:19:55.808 INFO O| Aug 26 16:19:55.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96502026-08-26T16:19:56.389Z[ host-image] Aug 26 16:19:55.808 INFO O| Aug 26 16:19:55.808 INFO STEP 55 (remove_files) COMPLETE
96512026-08-26T16:19:56.389Z[ host-image] Aug 26 16:19:55.808 INFO O| Aug 26 16:19:55.808 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-26T16:19:56.399Z[ host-image] Aug 26 16:19:55.818 INFO O| Aug 26 16:19:55.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96532026-08-26T16:19:56.399Z[ host-image] Aug 26 16:19:55.818 INFO O| Aug 26 16:19:55.818 INFO STEP 56 (remove_files) COMPLETE
96542026-08-26T16:19:56.399Z[ host-image] Aug 26 16:19:55.818 INFO O| Aug 26 16:19:55.818 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-26T16:19:56.410Z[ host-image] Aug 26 16:19:55.828 INFO O| Aug 26 16:19:55.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96562026-08-26T16:19:56.410Z[ host-image] Aug 26 16:19:55.829 INFO O| Aug 26 16:19:55.828 INFO STEP 57 (remove_files) COMPLETE
96572026-08-26T16:19:56.410Z[ host-image] Aug 26 16:19:55.829 INFO O| Aug 26 16:19:55.828 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-26T16:19:56.423Z[ host-image] Aug 26 16:19:55.842 INFO O| Aug 26 16:19:55.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96592026-08-26T16:19:56.423Z[ host-image] Aug 26 16:19:55.842 INFO O| Aug 26 16:19:55.842 INFO STEP 58 (remove_files) COMPLETE
96602026-08-26T16:19:56.428Z[ host-image] Aug 26 16:19:55.842 INFO O| Aug 26 16:19:55.842 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-26T16:19:56.433Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96622026-08-26T16:19:56.433Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96632026-08-26T16:19:56.433Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96642026-08-26T16:19:56.433Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96652026-08-26T16:19:56.438Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96662026-08-26T16:19:56.438Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96672026-08-26T16:19:56.438Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO ok!
96682026-08-26T16:19:56.438Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO STEP 59 (ensure_file) COMPLETE
96692026-08-26T16:19:56.438Z[ host-image] Aug 26 16:19:55.852 INFO O| Aug 26 16:19:55.852 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-26T16:19:56.442Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96712026-08-26T16:19:56.442Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96722026-08-26T16:19:56.442Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96732026-08-26T16:19:56.442Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96742026-08-26T16:19:56.445Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96752026-08-26T16:19:56.445Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96762026-08-26T16:19:56.445Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO ok!
96772026-08-26T16:19:56.445Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO STEP 60 (ensure_file) COMPLETE
96782026-08-26T16:19:56.445Z[ host-image] Aug 26 16:19:55.861 INFO O| Aug 26 16:19:55.861 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-26T16:19:56.450Z[ host-image] Aug 26 16:19:55.868 INFO O| Aug 26 16:19:55.868 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96802026-08-26T16:19:56.450Z[ host-image] Aug 26 16:19:55.869 INFO O| Aug 26 16:19:55.868 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96812026-08-26T16:19:56.453Z[ host-image] Aug 26 16:19:55.869 INFO O| Aug 26 16:19:55.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96822026-08-26T16:19:56.453Z[ host-image] Aug 26 16:19:55.869 INFO O| Aug 26 16:19:55.869 INFO ok!
96832026-08-26T16:19:56.453Z[ host-image] Aug 26 16:19:55.869 INFO O| Aug 26 16:19:55.869 INFO STEP 61 (ensure_file) COMPLETE
96842026-08-26T16:19:56.453Z[ host-image] Aug 26 16:19:55.869 INFO O| Aug 26 16:19:55.869 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-08-26T16:19:56.458Z[ host-image] Aug 26 16:19:55.877 INFO O| Aug 26 16:19:55.877 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96862026-08-26T16:19:56.462Z[ host-image] Aug 26 16:19:55.877 INFO O| Aug 26 16:19:55.877 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96872026-08-26T16:19:56.462Z[ host-image] Aug 26 16:19:55.877 INFO O| Aug 26 16:19:55.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96882026-08-26T16:19:56.462Z[ host-image] Aug 26 16:19:55.877 INFO O| Aug 26 16:19:55.877 INFO ok!
96892026-08-26T16:19:56.462Z[ host-image] Aug 26 16:19:55.877 INFO O| Aug 26 16:19:55.877 INFO STEP 62 (ensure_file) COMPLETE
96902026-08-26T16:19:56.462Z[ host-image] Aug 26 16:19:55.877 INFO O| Aug 26 16:19:55.877 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96922026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96932026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96942026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96952026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 INFO ok!
96962026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 INFO STEP 63 (ensure_file) COMPLETE
96972026-08-26T16:19:56.471Z[ host-image] Aug 26 16:19:55.887 INFO O| Aug 26 16:19:55.887 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-26T16:19:56.477Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.895 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96992026-08-26T16:19:56.477Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.895 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97002026-08-26T16:19:56.477Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.896 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97012026-08-26T16:19:56.480Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.896 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97022026-08-26T16:19:56.480Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.896 INFO ok!
97032026-08-26T16:19:56.480Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.896 INFO STEP 64 (ensure_file) COMPLETE
97042026-08-26T16:19:56.480Z[ host-image] Aug 26 16:19:55.896 INFO O| Aug 26 16:19:55.896 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-26T16:19:56.491Z[ host-image] Aug 26 16:19:55.910 INFO O| Aug 26 16:19:55.910 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97062026-08-26T16:19:56.491Z[ host-image] Aug 26 16:19:55.910 INFO O| Aug 26 16:19:55.910 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97072026-08-26T16:19:56.495Z[ host-image] Aug 26 16:19:55.910 INFO O| Aug 26 16:19:55.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97082026-08-26T16:19:56.495Z[ host-image] Aug 26 16:19:55.910 INFO O| Aug 26 16:19:55.910 INFO ok!
97092026-08-26T16:19:56.495Z[ host-image] Aug 26 16:19:55.910 INFO O| Aug 26 16:19:55.910 INFO STEP 65 (assemble_files) COMPLETE
97102026-08-26T16:19:56.495Z[ host-image] Aug 26 16:19:55.910 INFO O| Aug 26 16:19:55.910 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-26T16:19:56.500Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97122026-08-26T16:19:56.500Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97132026-08-26T16:19:56.503Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97142026-08-26T16:19:56.503Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97152026-08-26T16:19:56.504Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO ok!
97162026-08-26T16:19:56.504Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO STEP 66 (ensure_file) COMPLETE
97172026-08-26T16:19:56.504Z[ host-image] Aug 26 16:19:55.919 INFO O| Aug 26 16:19:55.919 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-26T16:19:56.511Z[ host-image] Aug 26 16:19:55.930 INFO O| Aug 26 16:19:55.929 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97192026-08-26T16:19:56.511Z[ host-image] Aug 26 16:19:55.930 INFO O| Aug 26 16:19:55.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97202026-08-26T16:19:56.511Z[ host-image] Aug 26 16:19:55.930 INFO O| Aug 26 16:19:55.930 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97212026-08-26T16:19:56.514Z[ host-image] Aug 26 16:19:55.930 INFO O| Aug 26 16:19:55.930 INFO STEP 67 (ensure_dir) COMPLETE
97222026-08-26T16:19:56.514Z[ host-image] Aug 26 16:19:55.930 INFO O| Aug 26 16:19:55.930 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-26T16:19:56.520Z[ host-image] Aug 26 16:19:55.939 INFO O| Aug 26 16:19:55.938 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97242026-08-26T16:19:56.520Z[ host-image] Aug 26 16:19:55.939 INFO O| Aug 26 16:19:55.938 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 ...
97252026-08-26T16:19:56.527Z[ host-image] Aug 26 16:19:55.946 INFO O| Aug 26 16:19:55.946 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
97262026-08-26T16:19:56.527Z[ host-image] Aug 26 16:19:55.946 INFO O| Aug 26 16:19:55.946 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97272026-08-26T16:19:56.530Z[ host-image] Aug 26 16:19:55.946 INFO O| Aug 26 16:19:55.946 INFO ok!
97282026-08-26T16:19:56.531Z[ host-image] Aug 26 16:19:55.946 INFO O| Aug 26 16:19:55.946 INFO STEP 68 (ensure_file) COMPLETE
97292026-08-26T16:19:56.531Z[ host-image] Aug 26 16:19:55.946 INFO O| Aug 26 16:19:55.946 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-26T16:19:56.537Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97312026-08-26T16:19:56.537Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 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 ...
97322026-08-26T16:19:56.540Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 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
97332026-08-26T16:19:56.540Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97342026-08-26T16:19:56.540Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 INFO ok!
97352026-08-26T16:19:56.540Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 INFO STEP 69 (ensure_file) COMPLETE
97362026-08-26T16:19:56.540Z[ host-image] Aug 26 16:19:55.955 INFO O| Aug 26 16:19:55.955 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-08-26T16:19:56.552Z[ host-image] Aug 26 16:19:55.971 INFO O| Aug 26 16:19:55.971 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97382026-08-26T16:19:56.552Z[ host-image] Aug 26 16:19:55.971 INFO O| Aug 26 16:19:55.971 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97392026-08-26T16:19:58.148Z[ host-image] Aug 26 16:19:57.566 INFO O| Aug 26 16:19:57.566 INFO STEP 70 (pack_tar) COMPLETE
97402026-08-26T16:19:58.148Z[ host-image] Aug 26 16:19:57.566 INFO O| Aug 26 16:19:57.566 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97412026-08-26T16:19:58.148Z[ host-image] Aug 26 16:19:57.566 INFO O| Aug 26 16:19:57.566 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97422026-08-26T16:19:58.647Z[ host-image] Aug 26 16:19:58.065 INFO O| Aug 26 16:19:58.065 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97432026-08-26T16:19:58.735Z[ host-image] Aug 26 16:19:58.153 INFO O| Aug 26 16:19:58.153 INFO completed processing sled/ramdisk-02-trim
97442026-08-26T16:19:58.739Z[ host-image] Aug 26 16:19:58.155 INFO image builder template: zfs...
97452026-08-26T16:19:58.739Z[ host-image] Aug 26 16:19:58.155 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/.tmpGwSQKH/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97462026-08-26T16:19:58.749Z[ host-image] Aug 26 16:19:58.168 INFO O| Aug 26 16:19:58.167 INFO skip include "stress" because feature "stress" is not enabled
97472026-08-26T16:19:58.749Z[ host-image] Aug 26 16:19:58.168 INFO O| Aug 26 16:19:58.168 INFO skip include "stress" because feature "compliance" is not enabled
97482026-08-26T16:19:58.778Z[ host-image] Aug 26 16:19:58.196 INFO O| Aug 26 16:19:58.196 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97492026-08-26T16:19:58.781Z[ host-image] Aug 26 16:19:58.200 INFO O| Aug 26 16:19:58.200 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97502026-08-26T16:19:58.823Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97512026-08-26T16:19:58.873Z[ host-image] Aug 26 16:19:58.291 INFO O| Aug 26 16:19:58.291 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97522026-08-26T16:19:58.960Z[ host-image] Aug 26 16:19:58.378 INFO O| Aug 26 16:19:58.378 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97532026-08-26T16:19:58.960Z[ host-image] Aug 26 16:19:58.378 INFO O| Aug 26 16:19:58.378 INFO work dataset: rpool/images/build/host/work/sled/zfs
97542026-08-26T16:19:58.963Z[ host-image] Aug 26 16:19:58.381 INFO O| Aug 26 16:19:58.381 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97552026-08-26T16:19:59.077Z[ host-image] Aug 26 16:19:58.495 INFO O| Aug 26 16:19:58.495 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97562026-08-26T16:19:59.180Z[ host-image] Aug 26 16:19:58.599 INFO O| Aug 26 16:19:58.599 INFO DESTROY POOL: TEMPORARY-sled-zfs
97572026-08-26T16:19:59.190Z[ host-image] Aug 26 16:19:58.608 INFO O| Aug 26 16:19:58.608 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97582026-08-26T16:19:59.196Z[ host-image] Aug 26 16:19:58.614 INFO O| Aug 26 16:19:58.614 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97592026-08-26T16:19:59.196Z[ host-image] Aug 26 16:19:58.614 INFO O| Aug 26 16:19:58.614 INFO no lofi found
97602026-08-26T16:19:59.199Z[ host-image] Aug 26 16:19:58.614 INFO O| Aug 26 16:19:58.614 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97612026-08-26T16:19:59.199Z[ host-image] Aug 26 16:19:58.614 INFO O| Aug 26 16:19:58.614 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97622026-08-26T16:20:00.582Z[ host-image] Aug 26 16:20:00.001 INFO O| Aug 26 16:20:00.001 INFO lofi device = /dev/dsk/c2t1d0p0
97632026-08-26T16:20:00.582Z[ host-image] Aug 26 16:20:00.001 INFO O| Aug 26 16:20:00.001 INFO pool device = /dev/dsk/c2t1d0p0
97642026-08-26T16:20:00.586Z[ host-image] Aug 26 16:20:00.001 INFO O| Aug 26 16:20:00.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97652026-08-26T16:20:00.667Z[ host-image] Aug 26 16:20:00.086 INFO O| Aug 26 16:20:00.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97662026-08-26T16:20:00.667Z[ host-image] Aug 26 16:20:00.086 INFO O| Aug 26 16:20:00.086 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97672026-08-26T16:20:00.685Z[ host-image] Aug 26 16:20:00.103 INFO O| Aug 26 16:20:00.103 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97682026-08-26T16:20:00.737Z[ host-image] Aug 26 16:20:00.156 INFO O| Aug 26 16:20:00.155 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97692026-08-26T16:20:00.766Z[ host-image] Aug 26 16:20:00.185 INFO O| Aug 26 16:20:00.185 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97702026-08-26T16:20:00.781Z[ host-image] Aug 26 16:20:00.200 INFO O| Aug 26 16:20:00.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97712026-08-26T16:20:00.792Z[ host-image] Aug 26 16:20:00.211 INFO O| Aug 26 16:20:00.211 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97722026-08-26T16:20:00.830Z[ host-image] Aug 26 16:20:00.248 INFO O| Aug 26 16:20:00.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97732026-08-26T16:20:00.830Z[ host-image] Aug 26 16:20:00.248 INFO O| Aug 26 16:20:00.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97742026-08-26T16:20:00.830Z[ host-image] Aug 26 16:20:00.248 INFO O| Aug 26 16:20:00.248 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97752026-08-26T16:20:00.838Z[ host-image] Aug 26 16:20:00.256 INFO O| Aug 26 16:20:00.256 INFO boot environment UUID: a3f393fc-505b-42f8-80a3-12af4f50e17c
97762026-08-26T16:20:00.838Z[ host-image] Aug 26 16:20:00.256 INFO O| Aug 26 16:20:00.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a3f393fc-505b-42f8-80a3-12af4f50e17c
97772026-08-26T16:20:00.849Z[ host-image] Aug 26 16:20:00.267 INFO O| Aug 26 16:20:00.267 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97782026-08-26T16:20:00.859Z[ host-image] Aug 26 16:20:00.278 INFO O| Aug 26 16:20:00.278 INFO STEP 0 (create_be) COMPLETE
97792026-08-26T16:20:00.859Z[ host-image] Aug 26 16:20:00.278 INFO O| Aug 26 16:20:00.278 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97802026-08-26T16:20:00.875Z[ host-image] Aug 26 16:20:00.293 INFO O| Aug 26 16:20:00.293 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97812026-08-26T16:20:11.097Z[ host-image] Aug 26 16:20:10.515 INFO O| Aug 26 16:20:10.515 INFO STEP 1 (unpack_tar) COMPLETE
97822026-08-26T16:20:11.097Z[ host-image] Aug 26 16:20:10.515 INFO O| Aug 26 16:20:10.515 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-26T16:20:11.107Z[ host-image] Aug 26 16:20:10.526 INFO O| Aug 26 16:20:10.526 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97842026-08-26T16:20:11.392Z[ host-image] Aug 26 16:20:10.810 INFO O| Aug 26 16:20:10.810 INFO STEP 2 (devfsadm) COMPLETE
97852026-08-26T16:20:11.392Z[ host-image] Aug 26 16:20:10.811 INFO O| Aug 26 16:20:10.810 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-26T16:20:11.400Z[ host-image] Aug 26 16:20:10.819 INFO O| Aug 26 16:20:10.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97872026-08-26T16:20:11.400Z[ host-image] Aug 26 16:20:10.819 INFO O| Aug 26 16:20:10.819 INFO STEP 3 (ensure_dir) COMPLETE
97882026-08-26T16:20:11.403Z[ host-image] Aug 26 16:20:10.819 INFO O| Aug 26 16:20:10.819 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-26T16:20:11.409Z[ host-image] Aug 26 16:20:10.828 INFO O| Aug 26 16:20:10.828 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97902026-08-26T16:20:11.409Z[ host-image] Aug 26 16:20:10.828 INFO O| Aug 26 16:20:10.828 INFO STEP 4 (ensure_dir) COMPLETE
97912026-08-26T16:20:11.409Z[ host-image] Aug 26 16:20:10.828 INFO O| Aug 26 16:20:10.828 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-26T16:20:11.418Z[ host-image] Aug 26 16:20:10.837 INFO O| Aug 26 16:20:10.837 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97932026-08-26T16:20:11.418Z[ host-image] Aug 26 16:20:10.837 INFO O| Aug 26 16:20:10.837 INFO STEP 5 (ensure_dir) COMPLETE
97942026-08-26T16:20:11.418Z[ host-image] Aug 26 16:20:10.837 INFO O| Aug 26 16:20:10.837 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-08-26T16:20:11.426Z[ host-image] Aug 26 16:20:10.845 INFO O| Aug 26 16:20:10.845 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97962026-08-26T16:20:11.426Z[ host-image] Aug 26 16:20:10.845 INFO O| Aug 26 16:20:10.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97972026-08-26T16:20:11.429Z[ host-image] Aug 26 16:20:10.845 INFO O| Aug 26 16:20:10.845 INFO STEP 6 (ensure_dir) COMPLETE
97982026-08-26T16:20:11.429Z[ host-image] Aug 26 16:20:10.845 INFO O| Aug 26 16:20:10.845 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-26T16:20:11.434Z[ host-image] Aug 26 16:20:10.852 INFO O| Aug 26 16:20:10.852 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98002026-08-26T16:20:11.437Z[ host-image] Aug 26 16:20:10.853 INFO O| Aug 26 16:20:10.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98012026-08-26T16:20:11.437Z[ host-image] Aug 26 16:20:10.853 INFO O| Aug 26 16:20:10.852 INFO STEP 7 (ensure_dir) COMPLETE
98022026-08-26T16:20:11.437Z[ host-image] Aug 26 16:20:10.853 INFO O| Aug 26 16:20:10.853 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-26T16:20:11.441Z[ host-image] Aug 26 16:20:10.860 INFO O| Aug 26 16:20:10.860 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98042026-08-26T16:20:11.444Z[ host-image] Aug 26 16:20:10.861 INFO O| Aug 26 16:20:10.861 INFO STEP 8 (remove_files) COMPLETE
98052026-08-26T16:20:11.444Z[ host-image] Aug 26 16:20:10.861 INFO O| Aug 26 16:20:10.861 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-26T16:20:11.452Z[ host-image] Aug 26 16:20:10.871 INFO O| Aug 26 16:20:10.871 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98072026-08-26T16:20:11.455Z[ host-image] Aug 26 16:20:10.872 INFO O| Aug 26 16:20:10.872 INFO STEP 9 (remove_files) COMPLETE
98082026-08-26T16:20:11.455Z[ host-image] Aug 26 16:20:10.872 INFO O| Aug 26 16:20:10.872 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-26T16:20:11.462Z[ host-image] Aug 26 16:20:10.881 INFO O| Aug 26 16:20:10.881 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98102026-08-26T16:20:11.465Z[ host-image] Aug 26 16:20:10.882 INFO O| Aug 26 16:20:10.882 INFO STEP 10 (remove_files) COMPLETE
98112026-08-26T16:20:11.465Z[ host-image] Aug 26 16:20:10.882 INFO O| Aug 26 16:20:10.882 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-26T16:20:11.474Z[ host-image] Aug 26 16:20:10.891 INFO O| Aug 26 16:20:10.891 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98132026-08-26T16:20:11.475Z[ host-image] Aug 26 16:20:10.891 INFO O| Aug 26 16:20:10.891 INFO STEP 11 (remove_files) COMPLETE
98142026-08-26T16:20:11.478Z[ host-image] Aug 26 16:20:10.891 INFO O| Aug 26 16:20:10.891 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-26T16:20:11.480Z[ host-image] Aug 26 16:20:10.899 INFO O| Aug 26 16:20:10.899 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98162026-08-26T16:20:11.481Z[ host-image] Aug 26 16:20:10.899 INFO O| Aug 26 16:20:10.899 INFO STEP 12 (remove_files) COMPLETE
98172026-08-26T16:20:11.481Z[ host-image] Aug 26 16:20:10.899 INFO O| Aug 26 16:20:10.899 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-26T16:20:11.490Z[ host-image] Aug 26 16:20:10.909 INFO O| Aug 26 16:20:10.909 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98192026-08-26T16:20:11.490Z[ host-image] Aug 26 16:20:10.909 INFO O| Aug 26 16:20:10.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98202026-08-26T16:20:11.493Z[ host-image] Aug 26 16:20:10.909 INFO O| Aug 26 16:20:10.909 INFO STEP 13 (ensure_dir) COMPLETE
98212026-08-26T16:20:11.493Z[ host-image] Aug 26 16:20:10.909 INFO O| Aug 26 16:20:10.909 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-26T16:20:11.499Z[ host-image] Aug 26 16:20:10.918 INFO O| Aug 26 16:20:10.918 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-08-26T16:20:11.499Z[ host-image] Aug 26 16:20:10.918 INFO O| Aug 26 16:20:10.918 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98242026-08-26T16:20:11.502Z[ host-image] Aug 26 16:20:10.918 INFO O| Aug 26 16:20:10.918 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98252026-08-26T16:20:11.502Z[ host-image] Aug 26 16:20:10.918 INFO O| Aug 26 16:20:10.918 INFO STEP 14 (ensure_dir) COMPLETE
98262026-08-26T16:20:11.502Z[ host-image] Aug 26 16:20:10.918 INFO O| Aug 26 16:20:10.918 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-26T16:20:11.507Z[ host-image] Aug 26 16:20:10.926 INFO O| Aug 26 16:20:10.926 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98282026-08-26T16:20:11.510Z[ host-image] Aug 26 16:20:10.927 INFO O| Aug 26 16:20:10.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98292026-08-26T16:20:11.511Z[ host-image] Aug 26 16:20:10.927 INFO O| Aug 26 16:20:10.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98302026-08-26T16:20:11.511Z[ host-image] Aug 26 16:20:10.927 INFO O| Aug 26 16:20:10.927 INFO STEP 15 (ensure_dir) COMPLETE
98312026-08-26T16:20:11.511Z[ host-image] Aug 26 16:20:10.927 INFO O| Aug 26 16:20:10.927 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-26T16:20:11.516Z[ host-image] Aug 26 16:20:10.935 INFO O| Aug 26 16:20:10.935 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98332026-08-26T16:20:11.518Z[ host-image] Aug 26 16:20:10.935 INFO O| Aug 26 16:20:10.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98342026-08-26T16:20:11.518Z[ host-image] Aug 26 16:20:10.935 INFO O| Aug 26 16:20:10.935 INFO STEP 16 (ensure_dir) COMPLETE
98352026-08-26T16:20:11.518Z[ host-image] Aug 26 16:20:10.935 INFO O| Aug 26 16:20:10.935 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-26T16:20:11.524Z[ host-image] Aug 26 16:20:10.943 INFO O| Aug 26 16:20:10.943 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98372026-08-26T16:20:11.524Z[ host-image] Aug 26 16:20:10.943 INFO O| Aug 26 16:20:10.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98382026-08-26T16:20:11.526Z[ host-image] Aug 26 16:20:10.943 INFO O| Aug 26 16:20:10.943 INFO STEP 17 (ensure_dir) COMPLETE
98392026-08-26T16:20:11.526Z[ host-image] Aug 26 16:20:10.943 INFO O| Aug 26 16:20:10.943 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-26T16:20:11.533Z[ host-image] Aug 26 16:20:10.952 INFO O| Aug 26 16:20:10.952 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98412026-08-26T16:20:11.533Z[ host-image] Aug 26 16:20:10.952 INFO O| Aug 26 16:20:10.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98422026-08-26T16:20:11.533Z[ host-image] Aug 26 16:20:10.952 INFO O| Aug 26 16:20:10.952 INFO ok!
98432026-08-26T16:20:11.536Z[ host-image] Aug 26 16:20:10.952 INFO O| Aug 26 16:20:10.952 INFO STEP 18 (ensure_symlink) COMPLETE
98442026-08-26T16:20:11.536Z[ host-image] Aug 26 16:20:10.952 INFO O| Aug 26 16:20:10.952 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-08-26T16:20:11.542Z[ host-image] Aug 26 16:20:10.961 INFO O| Aug 26 16:20:10.961 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98462026-08-26T16:20:11.545Z[ host-image] Aug 26 16:20:10.961 INFO O| Aug 26 16:20:10.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98472026-08-26T16:20:11.545Z[ host-image] Aug 26 16:20:10.961 INFO O| Aug 26 16:20:10.961 INFO ok!
98482026-08-26T16:20:11.545Z[ host-image] Aug 26 16:20:10.961 INFO O| Aug 26 16:20:10.961 INFO STEP 19 (ensure_file) COMPLETE
98492026-08-26T16:20:11.545Z[ host-image] Aug 26 16:20:10.961 INFO O| Aug 26 16:20:10.961 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-26T16:20:11.550Z[ host-image] Aug 26 16:20:10.969 INFO O| Aug 26 16:20:10.969 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98512026-08-26T16:20:11.550Z[ host-image] Aug 26 16:20:10.969 INFO O| Aug 26 16:20:10.969 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98522026-08-26T16:20:11.553Z[ host-image] Aug 26 16:20:10.969 INFO O| Aug 26 16:20:10.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98532026-08-26T16:20:11.553Z[ host-image] Aug 26 16:20:10.969 INFO O| Aug 26 16:20:10.969 INFO ok!
98542026-08-26T16:20:11.553Z[ host-image] Aug 26 16:20:10.969 INFO O| Aug 26 16:20:10.969 INFO STEP 20 (ensure_symlink) COMPLETE
98552026-08-26T16:20:11.553Z[ host-image] Aug 26 16:20:10.969 INFO O| Aug 26 16:20:10.969 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-08-26T16:20:11.559Z[ host-image] Aug 26 16:20:10.978 INFO O| Aug 26 16:20:10.978 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98572026-08-26T16:20:11.559Z[ host-image] Aug 26 16:20:10.978 INFO O| Aug 26 16:20:10.978 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98582026-08-26T16:20:11.562Z[ host-image] Aug 26 16:20:10.978 INFO O| Aug 26 16:20:10.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98592026-08-26T16:20:11.562Z[ host-image] Aug 26 16:20:10.978 INFO O| Aug 26 16:20:10.978 INFO ok!
98602026-08-26T16:20:11.562Z[ host-image] Aug 26 16:20:10.978 INFO O| Aug 26 16:20:10.978 INFO STEP 21 (ensure_symlink) COMPLETE
98612026-08-26T16:20:11.562Z[ host-image] Aug 26 16:20:10.978 INFO O| Aug 26 16:20:10.978 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-26T16:20:11.567Z[ host-image] Aug 26 16:20:10.986 INFO O| Aug 26 16:20:10.986 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98632026-08-26T16:20:11.567Z[ host-image] Aug 26 16:20:10.986 INFO O| Aug 26 16:20:10.986 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98642026-08-26T16:20:11.570Z[ host-image] Aug 26 16:20:10.986 INFO O| Aug 26 16:20:10.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98652026-08-26T16:20:11.570Z[ host-image] Aug 26 16:20:10.986 INFO O| Aug 26 16:20:10.986 INFO ok!
98662026-08-26T16:20:11.570Z[ host-image] Aug 26 16:20:10.986 INFO O| Aug 26 16:20:10.986 INFO STEP 22 (ensure_symlink) COMPLETE
98672026-08-26T16:20:11.570Z[ host-image] Aug 26 16:20:10.986 INFO O| Aug 26 16:20:10.986 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-26T16:20:11.575Z[ host-image] Aug 26 16:20:10.994 INFO O| Aug 26 16:20:10.994 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98692026-08-26T16:20:11.575Z[ host-image] Aug 26 16:20:10.994 INFO O| Aug 26 16:20:10.994 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98702026-08-26T16:20:11.578Z[ host-image] Aug 26 16:20:10.994 INFO O| Aug 26 16:20:10.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98712026-08-26T16:20:11.578Z[ host-image] Aug 26 16:20:10.994 INFO O| Aug 26 16:20:10.994 INFO ok!
98722026-08-26T16:20:11.578Z[ host-image] Aug 26 16:20:10.994 INFO O| Aug 26 16:20:10.994 INFO STEP 23 (ensure_symlink) COMPLETE
98732026-08-26T16:20:11.578Z[ host-image] Aug 26 16:20:10.994 INFO O| Aug 26 16:20:10.994 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-26T16:20:11.584Z[ host-image] Aug 26 16:20:11.003 INFO O| Aug 26 16:20:11.003 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98752026-08-26T16:20:11.587Z[ host-image] Aug 26 16:20:11.003 INFO O| Aug 26 16:20:11.003 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98762026-08-26T16:20:11.587Z[ host-image] Aug 26 16:20:11.003 INFO O| Aug 26 16:20:11.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98772026-08-26T16:20:11.587Z[ host-image] Aug 26 16:20:11.003 INFO O| Aug 26 16:20:11.003 INFO ok!
98782026-08-26T16:20:11.587Z[ host-image] Aug 26 16:20:11.003 INFO O| Aug 26 16:20:11.003 INFO STEP 24 (ensure_file) COMPLETE
98792026-08-26T16:20:11.587Z[ host-image] Aug 26 16:20:11.003 INFO O| Aug 26 16:20:11.003 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-26T16:20:11.593Z[ host-image] Aug 26 16:20:11.012 INFO O| Aug 26 16:20:11.012 INFO updating shadow file
98812026-08-26T16:20:11.596Z[ host-image] Aug 26 16:20:11.012 INFO O| Aug 26 16:20:11.012 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98822026-08-26T16:20:11.596Z[ host-image] Aug 26 16:20:11.012 INFO O| Aug 26 16:20:11.012 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98832026-08-26T16:20:11.596Z[ host-image] Aug 26 16:20:11.012 INFO O| Aug 26 16:20:11.012 INFO STEP 25 (shadow) COMPLETE
98842026-08-26T16:20:11.596Z[ host-image] Aug 26 16:20:11.012 INFO O| Aug 26 16:20:11.012 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-08-26T16:20:11.602Z[ host-image] Aug 26 16:20:11.021 INFO O| Aug 26 16:20:11.021 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98862026-08-26T16:20:11.602Z[ host-image] Aug 26 16:20:11.021 INFO O| Aug 26 16:20:11.021 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98872026-08-26T16:20:11.605Z[ host-image] Aug 26 16:20:11.021 INFO O| Aug 26 16:20:11.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98882026-08-26T16:20:11.605Z[ host-image] Aug 26 16:20:11.021 INFO O| Aug 26 16:20:11.021 INFO ok!
98892026-08-26T16:20:11.605Z[ host-image] Aug 26 16:20:11.021 INFO O| Aug 26 16:20:11.021 INFO STEP 26 (ensure_file) COMPLETE
98902026-08-26T16:20:11.605Z[ host-image] Aug 26 16:20:11.021 INFO O| Aug 26 16:20:11.021 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-08-26T16:20:11.610Z[ host-image] Aug 26 16:20:11.029 INFO O| Aug 26 16:20:11.029 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98922026-08-26T16:20:11.610Z[ host-image] Aug 26 16:20:11.029 INFO O| Aug 26 16:20:11.029 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98932026-08-26T16:20:11.613Z[ host-image] Aug 26 16:20:11.029 INFO O| Aug 26 16:20:11.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98942026-08-26T16:20:11.613Z[ host-image] Aug 26 16:20:11.029 INFO O| Aug 26 16:20:11.029 INFO ok!
98952026-08-26T16:20:11.613Z[ host-image] Aug 26 16:20:11.029 INFO O| Aug 26 16:20:11.029 INFO STEP 27 (ensure_file) COMPLETE
98962026-08-26T16:20:11.613Z[ host-image] Aug 26 16:20:11.029 INFO O| Aug 26 16:20:11.029 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-26T16:20:11.618Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98982026-08-26T16:20:11.618Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98992026-08-26T16:20:11.621Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99002026-08-26T16:20:11.621Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99012026-08-26T16:20:11.621Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 INFO ok!
99022026-08-26T16:20:11.621Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 INFO STEP 28 (ensure_file) COMPLETE
99032026-08-26T16:20:11.621Z[ host-image] Aug 26 16:20:11.037 INFO O| Aug 26 16:20:11.037 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-08-26T16:20:11.627Z[ host-image] Aug 26 16:20:11.046 INFO O| Aug 26 16:20:11.046 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99052026-08-26T16:20:11.627Z[ host-image] Aug 26 16:20:11.046 INFO O| Aug 26 16:20:11.046 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99062026-08-26T16:20:11.630Z[ host-image] Aug 26 16:20:11.046 INFO O| Aug 26 16:20:11.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99072026-08-26T16:20:11.630Z[ host-image] Aug 26 16:20:11.046 INFO O| Aug 26 16:20:11.046 INFO ok!
99082026-08-26T16:20:11.630Z[ host-image] Aug 26 16:20:11.046 INFO O| Aug 26 16:20:11.046 INFO STEP 29 (ensure_file) COMPLETE
99092026-08-26T16:20:11.630Z[ host-image] Aug 26 16:20:11.046 INFO O| Aug 26 16:20:11.046 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-26T16:20:11.635Z[ host-image] Aug 26 16:20:11.054 INFO O| Aug 26 16:20:11.054 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99112026-08-26T16:20:11.635Z[ host-image] Aug 26 16:20:11.054 INFO O| Aug 26 16:20:11.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99122026-08-26T16:20:11.638Z[ host-image] Aug 26 16:20:11.054 INFO O| Aug 26 16:20:11.054 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99132026-08-26T16:20:11.638Z[ host-image] Aug 26 16:20:11.054 INFO O| Aug 26 16:20:11.054 INFO STEP 30 (ensure_dir) COMPLETE
99142026-08-26T16:20:11.638Z[ host-image] Aug 26 16:20:11.054 INFO O| Aug 26 16:20:11.054 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99152026-08-26T16:20:11.643Z[ host-image] Aug 26 16:20:11.062 INFO O| Aug 26 16:20:11.062 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99162026-08-26T16:20:11.646Z[ host-image] Aug 26 16:20:11.062 INFO O| Aug 26 16:20:11.062 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99172026-08-26T16:20:11.646Z[ host-image] Aug 26 16:20:11.063 INFO O| Aug 26 16:20:11.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99182026-08-26T16:20:11.646Z[ host-image] Aug 26 16:20:11.063 INFO O| Aug 26 16:20:11.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99192026-08-26T16:20:11.646Z[ host-image] Aug 26 16:20:11.063 INFO O| Aug 26 16:20:11.063 INFO ok!
99202026-08-26T16:20:11.646Z[ host-image] Aug 26 16:20:11.063 INFO O| Aug 26 16:20:11.063 INFO STEP 31 (ensure_file) COMPLETE
99212026-08-26T16:20:11.646Z[ host-image] Aug 26 16:20:11.063 INFO O| Aug 26 16:20:11.063 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99222026-08-26T16:20:11.652Z[ host-image] Aug 26 16:20:11.071 INFO O| Aug 26 16:20:11.071 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99232026-08-26T16:20:11.652Z[ host-image] Aug 26 16:20:11.071 INFO O| Aug 26 16:20:11.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99242026-08-26T16:20:11.654Z[ host-image] Aug 26 16:20:11.071 INFO O| Aug 26 16:20:11.071 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99252026-08-26T16:20:11.654Z[ host-image] Aug 26 16:20:11.071 INFO O| Aug 26 16:20:11.071 INFO STEP 32 (ensure_dir) COMPLETE
99262026-08-26T16:20:11.654Z[ host-image] Aug 26 16:20:11.071 INFO O| Aug 26 16:20:11.071 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-08-26T16:20:11.660Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99282026-08-26T16:20:11.660Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 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 ...
99292026-08-26T16:20:11.660Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 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
99302026-08-26T16:20:11.662Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99312026-08-26T16:20:11.662Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 INFO ok!
99322026-08-26T16:20:11.662Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 INFO STEP 33 (ensure_file) COMPLETE
99332026-08-26T16:20:11.662Z[ host-image] Aug 26 16:20:11.079 INFO O| Aug 26 16:20:11.079 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-08-26T16:20:11.668Z[ host-image] Aug 26 16:20:11.087 INFO O| Aug 26 16:20:11.087 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99352026-08-26T16:20:11.668Z[ host-image] Aug 26 16:20:11.087 INFO O| Aug 26 16:20:11.087 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99362026-08-26T16:20:11.668Z[ host-image] Aug 26 16:20:11.087 INFO O| Aug 26 16:20:11.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99372026-08-26T16:20:11.671Z[ host-image] Aug 26 16:20:11.087 INFO O| Aug 26 16:20:11.087 INFO ok!
99382026-08-26T16:20:11.671Z[ host-image] Aug 26 16:20:11.087 INFO O| Aug 26 16:20:11.087 INFO STEP 34 (ensure_file) COMPLETE
99392026-08-26T16:20:11.671Z[ host-image] Aug 26 16:20:11.087 INFO O| Aug 26 16:20:11.087 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-26T16:20:11.677Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99412026-08-26T16:20:11.677Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99422026-08-26T16:20:11.680Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99432026-08-26T16:20:11.680Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99442026-08-26T16:20:11.680Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 INFO ok!
99452026-08-26T16:20:11.680Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 INFO STEP 35 (ensure_file) COMPLETE
99462026-08-26T16:20:11.680Z[ host-image] Aug 26 16:20:11.096 INFO O| Aug 26 16:20:11.096 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-08-26T16:20:11.685Z[ host-image] Aug 26 16:20:11.105 INFO O| Aug 26 16:20:11.105 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99482026-08-26T16:20:11.686Z[ host-image] Aug 26 16:20:11.105 INFO O| Aug 26 16:20:11.105 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99492026-08-26T16:20:11.688Z[ host-image] Aug 26 16:20:11.105 INFO O| Aug 26 16:20:11.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99502026-08-26T16:20:11.688Z[ host-image] Aug 26 16:20:11.105 INFO O| Aug 26 16:20:11.105 INFO ok!
99512026-08-26T16:20:11.689Z[ host-image] Aug 26 16:20:11.105 INFO O| Aug 26 16:20:11.105 INFO STEP 36 (ensure_file) COMPLETE
99522026-08-26T16:20:11.689Z[ host-image] Aug 26 16:20:11.105 INFO O| Aug 26 16:20:11.105 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-08-26T16:20:11.693Z[ host-image] Aug 26 16:20:11.112 INFO O| Aug 26 16:20:11.112 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99542026-08-26T16:20:11.693Z[ host-image] Aug 26 16:20:11.113 INFO O| Aug 26 16:20:11.113 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99552026-08-26T16:20:11.696Z[ host-image] Aug 26 16:20:11.113 INFO O| Aug 26 16:20:11.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99562026-08-26T16:20:11.696Z[ host-image] Aug 26 16:20:11.113 INFO O| Aug 26 16:20:11.113 INFO ok!
99572026-08-26T16:20:11.696Z[ host-image] Aug 26 16:20:11.113 INFO O| Aug 26 16:20:11.113 INFO STEP 37 (ensure_file) COMPLETE
99582026-08-26T16:20:11.697Z[ host-image] Aug 26 16:20:11.113 INFO O| Aug 26 16:20:11.113 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-26T16:20:11.701Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99602026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99612026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99622026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99632026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99642026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99652026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO ok!
99662026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO STEP 38 (ensure_file) COMPLETE
99672026-08-26T16:20:11.704Z[ host-image] Aug 26 16:20:11.120 INFO O| Aug 26 16:20:11.120 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99682026-08-26T16:20:11.710Z[ host-image] Aug 26 16:20:11.129 INFO O| Aug 26 16:20:11.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99692026-08-26T16:20:11.713Z[ host-image] Aug 26 16:20:11.129 INFO O| Aug 26 16:20:11.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99702026-08-26T16:20:11.713Z[ host-image] Aug 26 16:20:11.129 INFO O| Aug 26 16:20:11.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99712026-08-26T16:20:11.713Z[ host-image] Aug 26 16:20:11.129 INFO O| Aug 26 16:20:11.129 INFO STEP 39 (ensure_dir) COMPLETE
99722026-08-26T16:20:11.713Z[ host-image] Aug 26 16:20:11.129 INFO O| Aug 26 16:20:11.129 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99732026-08-26T16:20:11.719Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 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
99742026-08-26T16:20:11.719Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 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 ...
99752026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 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
99762026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 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
99772026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 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
99782026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 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
99792026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 INFO ok!
99802026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 INFO STEP 40 (ensure_file) COMPLETE
99812026-08-26T16:20:11.722Z[ host-image] Aug 26 16:20:11.138 INFO O| Aug 26 16:20:11.138 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99822026-08-26T16:20:11.728Z[ host-image] Aug 26 16:20:11.147 INFO O| Aug 26 16:20:11.147 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99832026-08-26T16:20:11.728Z[ host-image] Aug 26 16:20:11.147 INFO O| Aug 26 16:20:11.147 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 ...
99842026-08-26T16:20:11.731Z[ host-image] Aug 26 16:20:11.147 INFO O| Aug 26 16:20:11.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99852026-08-26T16:20:11.731Z[ host-image] Aug 26 16:20:11.147 INFO O| Aug 26 16:20:11.147 INFO ok!
99862026-08-26T16:20:11.731Z[ host-image] Aug 26 16:20:11.147 INFO O| Aug 26 16:20:11.147 INFO STEP 41 (ensure_symlink) COMPLETE
99872026-08-26T16:20:11.731Z[ host-image] Aug 26 16:20:11.147 INFO O| Aug 26 16:20:11.147 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99882026-08-26T16:20:11.735Z[ host-image] Aug 26 16:20:11.154 INFO O| Aug 26 16:20:11.154 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99892026-08-26T16:20:11.735Z[ host-image] Aug 26 16:20:11.154 INFO O| Aug 26 16:20:11.154 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99902026-08-26T16:20:11.735Z[ host-image] Aug 26 16:20:11.154 INFO O| Aug 26 16:20:11.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99912026-08-26T16:20:11.738Z[ host-image] Aug 26 16:20:11.154 INFO O| Aug 26 16:20:11.154 INFO ok!
99922026-08-26T16:20:11.738Z[ host-image] Aug 26 16:20:11.154 INFO O| Aug 26 16:20:11.154 INFO STEP 42 (ensure_symlink) COMPLETE
99932026-08-26T16:20:11.738Z[ host-image] Aug 26 16:20:11.154 INFO O| Aug 26 16:20:11.154 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99942026-08-26T16:20:11.744Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99952026-08-26T16:20:11.744Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99962026-08-26T16:20:11.746Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99972026-08-26T16:20:11.746Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99982026-08-26T16:20:11.746Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99992026-08-26T16:20:11.746Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100002026-08-26T16:20:11.747Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO ok!
100012026-08-26T16:20:11.747Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO STEP 43 (ensure_file) COMPLETE
100022026-08-26T16:20:11.747Z[ host-image] Aug 26 16:20:11.163 INFO O| Aug 26 16:20:11.163 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100032026-08-26T16:20:11.751Z[ host-image] Aug 26 16:20:11.170 INFO O| Aug 26 16:20:11.170 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100042026-08-26T16:20:11.751Z[ host-image] Aug 26 16:20:11.170 INFO O| Aug 26 16:20:11.170 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 ...
100052026-08-26T16:20:11.754Z[ host-image] Aug 26 16:20:11.171 INFO O| Aug 26 16:20:11.171 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
100062026-08-26T16:20:11.754Z[ host-image] Aug 26 16:20:11.171 INFO O| Aug 26 16:20:11.171 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100072026-08-26T16:20:11.754Z[ host-image] Aug 26 16:20:11.171 INFO O| Aug 26 16:20:11.171 INFO ok!
100082026-08-26T16:20:11.754Z[ host-image] Aug 26 16:20:11.171 INFO O| Aug 26 16:20:11.171 INFO STEP 44 (ensure_file) COMPLETE
100092026-08-26T16:20:11.754Z[ host-image] Aug 26 16:20:11.171 INFO O| Aug 26 16:20:11.171 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-08-26T16:20:11.758Z[ host-image] Aug 26 16:20:11.177 INFO O| Aug 26 16:20:11.177 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100112026-08-26T16:20:11.761Z[ host-image] Aug 26 16:20:11.177 INFO O| Aug 26 16:20:11.177 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100122026-08-26T16:20:11.761Z[ host-image] Aug 26 16:20:11.177 INFO O| Aug 26 16:20:11.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100132026-08-26T16:20:11.761Z[ host-image] Aug 26 16:20:11.177 INFO O| Aug 26 16:20:11.177 INFO ok!
100142026-08-26T16:20:11.761Z[ host-image] Aug 26 16:20:11.177 INFO O| Aug 26 16:20:11.177 INFO STEP 45 (ensure_file) COMPLETE
100152026-08-26T16:20:11.761Z[ host-image] Aug 26 16:20:11.177 INFO O| Aug 26 16:20:11.177 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100162026-08-26T16:20:11.766Z[ host-image] Aug 26 16:20:11.184 INFO O| Aug 26 16:20:11.184 INFO updating shadow file
100172026-08-26T16:20:11.766Z[ host-image] Aug 26 16:20:11.185 INFO O| Aug 26 16:20:11.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100182026-08-26T16:20:11.768Z[ host-image] Aug 26 16:20:11.185 INFO O| Aug 26 16:20:11.185 INFO STEP 46 (shadow) COMPLETE
100192026-08-26T16:20:11.768Z[ host-image] Aug 26 16:20:11.185 INFO O| Aug 26 16:20:11.185 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100202026-08-26T16:20:11.772Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100212026-08-26T16:20:11.772Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100222026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100232026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100242026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO ok!
100252026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO STEP 47 (ensure_file) COMPLETE
100262026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO skip step because feature "mfg" is not enabled
100282026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100292026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO skip step because feature "mfg" is not enabled
100302026-08-26T16:20:11.775Z[ host-image] Aug 26 16:20:11.191 INFO O| Aug 26 16:20:11.191 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100312026-08-26T16:20:11.781Z[ host-image] Aug 26 16:20:11.200 INFO O| Aug 26 16:20:11.200 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100322026-08-26T16:20:11.783Z[ host-image] Aug 26 16:20:11.200 INFO O| Aug 26 16:20:11.200 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100332026-08-26T16:20:11.804Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100342026-08-26T16:20:11.804Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100352026-08-26T16:20:11.807Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO ok!
100362026-08-26T16:20:11.807Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO STEP 50 (ensure_file) COMPLETE
100372026-08-26T16:20:11.807Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100382026-08-26T16:20:11.807Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO skip step because feature "compliance" is not enabled
100392026-08-26T16:20:11.807Z[ host-image] Aug 26 16:20:11.223 INFO O| Aug 26 16:20:11.223 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100402026-08-26T16:20:11.812Z[ host-image] Aug 26 16:20:11.231 INFO O| Aug 26 16:20:11.231 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100412026-08-26T16:20:11.813Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.231 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100422026-08-26T16:20:11.813Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100432026-08-26T16:20:11.815Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100442026-08-26T16:20:11.815Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100452026-08-26T16:20:11.816Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100462026-08-26T16:20:11.816Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO ok!
100472026-08-26T16:20:11.816Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO STEP 52 (ensure_file) COMPLETE
100482026-08-26T16:20:11.816Z[ host-image] Aug 26 16:20:11.232 INFO O| Aug 26 16:20:11.232 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-26T16:20:11.822Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100502026-08-26T16:20:11.825Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 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 ...
100512026-08-26T16:20:11.825Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 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
100522026-08-26T16:20:11.825Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100532026-08-26T16:20:11.825Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 INFO ok!
100542026-08-26T16:20:11.825Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 INFO STEP 53 (ensure_file) COMPLETE
100552026-08-26T16:20:11.825Z[ host-image] Aug 26 16:20:11.241 INFO O| Aug 26 16:20:11.241 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-08-26T16:20:11.831Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100572026-08-26T16:20:11.831Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 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 ...
100582026-08-26T16:20:11.834Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100592026-08-26T16:20:11.834Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100602026-08-26T16:20:11.834Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 INFO ok!
100612026-08-26T16:20:11.834Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 INFO STEP 54 (ensure_file) COMPLETE
100622026-08-26T16:20:11.834Z[ host-image] Aug 26 16:20:11.250 INFO O| Aug 26 16:20:11.250 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-26T16:20:11.841Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100642026-08-26T16:20:11.841Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 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 ...
100652026-08-26T16:20:11.844Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 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
100662026-08-26T16:20:11.844Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100672026-08-26T16:20:11.844Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 INFO ok!
100682026-08-26T16:20:11.844Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 INFO STEP 55 (ensure_file) COMPLETE
100692026-08-26T16:20:11.844Z[ host-image] Aug 26 16:20:11.260 INFO O| Aug 26 16:20:11.260 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-26T16:20:11.849Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.268 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100712026-08-26T16:20:11.852Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.269 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 ...
100722026-08-26T16:20:11.852Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.269 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100732026-08-26T16:20:11.852Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.269 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100742026-08-26T16:20:11.852Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.269 INFO ok!
100752026-08-26T16:20:11.852Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.269 INFO STEP 56 (ensure_file) COMPLETE
100762026-08-26T16:20:11.852Z[ host-image] Aug 26 16:20:11.269 INFO O| Aug 26 16:20:11.269 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-26T16:20:11.857Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100782026-08-26T16:20:11.860Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 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 ...
100792026-08-26T16:20:11.860Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 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
100802026-08-26T16:20:11.860Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100812026-08-26T16:20:11.860Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 INFO ok!
100822026-08-26T16:20:11.860Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 INFO STEP 57 (ensure_file) COMPLETE
100832026-08-26T16:20:11.860Z[ host-image] Aug 26 16:20:11.276 INFO O| Aug 26 16:20:11.276 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-26T16:20:11.865Z[ host-image] Aug 26 16:20:11.284 INFO O| Aug 26 16:20:11.284 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100852026-08-26T16:20:11.865Z[ host-image] Aug 26 16:20:11.284 INFO O| Aug 26 16:20:11.284 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 ...
100862026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.284 INFO O| Aug 26 16:20:11.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100872026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.285 INFO O| Aug 26 16:20:11.284 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100882026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.285 INFO O| Aug 26 16:20:11.285 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100892026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.285 INFO O| Aug 26 16:20:11.285 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100902026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.285 INFO O| Aug 26 16:20:11.285 INFO ok!
100912026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.285 INFO O| Aug 26 16:20:11.285 INFO STEP 58 (ensure_file) COMPLETE
100922026-08-26T16:20:11.868Z[ host-image] Aug 26 16:20:11.285 INFO O| Aug 26 16:20:11.285 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100932026-08-26T16:20:11.873Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100942026-08-26T16:20:11.873Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 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 ...
100952026-08-26T16:20:11.876Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 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
100962026-08-26T16:20:11.876Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100972026-08-26T16:20:11.876Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 INFO ok!
100982026-08-26T16:20:11.876Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 INFO STEP 59 (ensure_file) COMPLETE
100992026-08-26T16:20:11.876Z[ host-image] Aug 26 16:20:11.292 INFO O| Aug 26 16:20:11.292 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-08-26T16:20:11.882Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101012026-08-26T16:20:11.882Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101022026-08-26T16:20:11.884Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101032026-08-26T16:20:11.884Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101042026-08-26T16:20:11.884Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO ok!
101052026-08-26T16:20:11.884Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO STEP 60 (ensure_file) COMPLETE
101062026-08-26T16:20:11.884Z[ host-image] Aug 26 16:20:11.301 INFO O| Aug 26 16:20:11.301 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-08-26T16:20:11.890Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101082026-08-26T16:20:11.890Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 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 ...
101092026-08-26T16:20:11.893Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 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
101102026-08-26T16:20:11.893Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101112026-08-26T16:20:11.893Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 INFO ok!
101122026-08-26T16:20:11.894Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 INFO STEP 61 (ensure_file) COMPLETE
101132026-08-26T16:20:11.894Z[ host-image] Aug 26 16:20:11.309 INFO O| Aug 26 16:20:11.309 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-26T16:20:11.899Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101152026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101162026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101172026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101182026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101192026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101202026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO ok!
101212026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO STEP 62 (ensure_file) COMPLETE
101222026-08-26T16:20:11.901Z[ host-image] Aug 26 16:20:11.318 INFO O| Aug 26 16:20:11.318 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-08-26T16:20:11.908Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.326 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101242026-08-26T16:20:11.908Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.327 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 ...
101252026-08-26T16:20:11.911Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.327 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
101262026-08-26T16:20:11.911Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101272026-08-26T16:20:11.911Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.327 INFO ok!
101282026-08-26T16:20:11.911Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.327 INFO STEP 63 (ensure_file) COMPLETE
101292026-08-26T16:20:11.911Z[ host-image] Aug 26 16:20:11.327 INFO O| Aug 26 16:20:11.327 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-26T16:20:11.915Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101312026-08-26T16:20:11.915Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 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 ...
101322026-08-26T16:20:11.919Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101332026-08-26T16:20:11.919Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101342026-08-26T16:20:11.919Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 INFO ok!
101352026-08-26T16:20:11.919Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 INFO STEP 64 (ensure_file) COMPLETE
101362026-08-26T16:20:11.919Z[ host-image] Aug 26 16:20:11.334 INFO O| Aug 26 16:20:11.334 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-26T16:20:11.924Z[ host-image] Aug 26 16:20:11.342 INFO O| Aug 26 16:20:11.342 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101382026-08-26T16:20:11.926Z[ host-image] Aug 26 16:20:11.342 INFO O| Aug 26 16:20:11.342 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 ...
101392026-08-26T16:20:11.926Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 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
101402026-08-26T16:20:11.926Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101412026-08-26T16:20:11.927Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 INFO ok!
101422026-08-26T16:20:11.927Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 INFO STEP 65 (ensure_file) COMPLETE
101432026-08-26T16:20:11.927Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101442026-08-26T16:20:11.927Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 INFO skip step because feature "mbist" is not enabled
101452026-08-26T16:20:11.927Z[ host-image] Aug 26 16:20:11.343 INFO O| Aug 26 16:20:11.343 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-08-26T16:20:11.931Z[ host-image] Aug 26 16:20:11.350 INFO O| Aug 26 16:20:11.350 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101472026-08-26T16:20:11.931Z[ host-image] Aug 26 16:20:11.350 INFO O| Aug 26 16:20:11.350 INFO STEP 67 (ensure_dir) COMPLETE
101482026-08-26T16:20:11.934Z[ host-image] Aug 26 16:20:11.350 INFO O| Aug 26 16:20:11.350 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-26T16:20:11.939Z[ host-image] Aug 26 16:20:11.358 INFO O| Aug 26 16:20:11.358 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101502026-08-26T16:20:11.939Z[ host-image] Aug 26 16:20:11.358 INFO O| Aug 26 16:20:11.358 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101512026-08-26T16:20:11.942Z[ host-image] Aug 26 16:20:11.358 INFO O| Aug 26 16:20:11.358 INFO STEP 68 (ensure_dir) COMPLETE
101522026-08-26T16:20:11.942Z[ host-image] Aug 26 16:20:11.358 INFO O| Aug 26 16:20:11.358 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-26T16:20:11.947Z[ host-image] Aug 26 16:20:11.366 INFO O| Aug 26 16:20:11.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101542026-08-26T16:20:11.947Z[ host-image] Aug 26 16:20:11.366 INFO O| Aug 26 16:20:11.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101552026-08-26T16:20:11.947Z[ host-image] Aug 26 16:20:11.366 INFO O| Aug 26 16:20:11.366 INFO STEP 69 (ensure_dir) COMPLETE
101562026-08-26T16:20:11.947Z[ host-image] Aug 26 16:20:11.366 INFO O| Aug 26 16:20:11.366 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-26T16:20:11.955Z[ host-image] Aug 26 16:20:11.374 INFO O| Aug 26 16:20:11.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101582026-08-26T16:20:11.955Z[ host-image] Aug 26 16:20:11.374 INFO O| Aug 26 16:20:11.374 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101592026-08-26T16:20:12.290Z[ host-image] Aug 26 16:20:11.708 INFO O| Aug 26 16:20:11.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101602026-08-26T16:20:12.290Z[ host-image] Aug 26 16:20:11.708 INFO O| Aug 26 16:20:11.708 INFO ok!
101612026-08-26T16:20:12.290Z[ host-image] Aug 26 16:20:11.708 INFO O| Aug 26 16:20:11.708 INFO STEP 70 (ensure_file) COMPLETE
101622026-08-26T16:20:12.293Z[ host-image] Aug 26 16:20:11.708 INFO O| Aug 26 16:20:11.708 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-26T16:20:12.298Z[ host-image] Aug 26 16:20:11.717 INFO O| Aug 26 16:20:11.717 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101642026-08-26T16:20:12.298Z[ host-image] Aug 26 16:20:11.717 INFO O| Aug 26 16:20:11.717 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101652026-08-26T16:20:12.904Z[ host-image] Aug 26 16:20:12.323 INFO O| Aug 26 16:20:12.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101662026-08-26T16:20:12.904Z[ host-image] Aug 26 16:20:12.323 INFO O| Aug 26 16:20:12.323 INFO ok!
101672026-08-26T16:20:12.904Z[ host-image] Aug 26 16:20:12.323 INFO O| Aug 26 16:20:12.323 INFO STEP 71 (ensure_file) COMPLETE
101682026-08-26T16:20:12.908Z[ host-image] Aug 26 16:20:12.323 INFO O| Aug 26 16:20:12.323 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-26T16:20:12.914Z[ host-image] Aug 26 16:20:12.333 INFO O| Aug 26 16:20:12.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101702026-08-26T16:20:12.914Z[ host-image] Aug 26 16:20:12.333 INFO O| Aug 26 16:20:12.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101712026-08-26T16:20:12.914Z[ host-image] Aug 26 16:20:12.333 INFO O| Aug 26 16:20:12.333 INFO STEP 72 (ensure_dir) COMPLETE
101722026-08-26T16:20:12.917Z[ host-image] Aug 26 16:20:12.333 INFO O| Aug 26 16:20:12.333 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-26T16:20:12.923Z[ host-image] Aug 26 16:20:12.342 INFO O| Aug 26 16:20:12.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101742026-08-26T16:20:12.923Z[ host-image] Aug 26 16:20:12.342 INFO O| Aug 26 16:20:12.342 INFO copying /tmp/.tmpGwSQKH/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 ...
101752026-08-26T16:20:12.926Z[ host-image] Aug 26 16:20:12.342 INFO O| Aug 26 16:20:12.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101762026-08-26T16:20:12.926Z[ host-image] Aug 26 16:20:12.342 INFO O| Aug 26 16:20:12.342 INFO ok!
101772026-08-26T16:20:12.926Z[ host-image] Aug 26 16:20:12.342 INFO O| Aug 26 16:20:12.342 INFO STEP 73 (ensure_file) COMPLETE
101782026-08-26T16:20:12.926Z[ host-image] Aug 26 16:20:12.342 INFO O| Aug 26 16:20:12.342 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-26T16:20:12.932Z[ host-image] Aug 26 16:20:12.351 INFO O| Aug 26 16:20:12.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101802026-08-26T16:20:12.932Z[ host-image] Aug 26 16:20:12.351 INFO O| Aug 26 16:20:12.351 INFO copying /tmp/.tmpGwSQKH/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 ...
101812026-08-26T16:20:12.937Z[ host-image] Aug 26 16:20:12.351 INFO O| Aug 26 16:20:12.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101822026-08-26T16:20:12.937Z[ host-image] Aug 26 16:20:12.351 INFO O| Aug 26 16:20:12.351 INFO ok!
101832026-08-26T16:20:12.937Z[ host-image] Aug 26 16:20:12.351 INFO O| Aug 26 16:20:12.351 INFO STEP 74 (ensure_file) COMPLETE
101842026-08-26T16:20:12.937Z[ host-image] Aug 26 16:20:12.351 INFO O| Aug 26 16:20:12.351 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-26T16:20:12.940Z[ host-image] Aug 26 16:20:12.359 INFO O| Aug 26 16:20:12.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101862026-08-26T16:20:12.941Z[ host-image] Aug 26 16:20:12.360 INFO O| Aug 26 16:20:12.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101872026-08-26T16:20:12.943Z[ host-image] Aug 26 16:20:12.360 INFO O| Aug 26 16:20:12.360 INFO STEP 75 (ensure_dir) COMPLETE
101882026-08-26T16:20:12.943Z[ host-image] Aug 26 16:20:12.360 INFO O| Aug 26 16:20:12.360 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-26T16:20:12.948Z[ host-image] Aug 26 16:20:12.367 INFO O| Aug 26 16:20:12.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101902026-08-26T16:20:12.950Z[ host-image] Aug 26 16:20:12.367 INFO O| Aug 26 16:20:12.367 INFO copying /tmp/.tmpGwSQKH/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 ...
101912026-08-26T16:20:12.950Z[ host-image] Aug 26 16:20:12.367 INFO O| Aug 26 16:20:12.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101922026-08-26T16:20:12.950Z[ host-image] Aug 26 16:20:12.367 INFO O| Aug 26 16:20:12.367 INFO ok!
101932026-08-26T16:20:12.950Z[ host-image] Aug 26 16:20:12.367 INFO O| Aug 26 16:20:12.367 INFO STEP 76 (ensure_file) COMPLETE
101942026-08-26T16:20:12.950Z[ host-image] Aug 26 16:20:12.367 INFO O| Aug 26 16:20:12.367 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-26T16:20:12.956Z[ host-image] Aug 26 16:20:12.375 INFO O| Aug 26 16:20:12.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101962026-08-26T16:20:12.956Z[ host-image] Aug 26 16:20:12.375 INFO O| Aug 26 16:20:12.375 INFO copying /tmp/.tmpGwSQKH/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 ...
101972026-08-26T16:20:12.956Z[ host-image] Aug 26 16:20:12.375 INFO O| Aug 26 16:20:12.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101982026-08-26T16:20:12.959Z[ host-image] Aug 26 16:20:12.375 INFO O| Aug 26 16:20:12.375 INFO ok!
101992026-08-26T16:20:12.959Z[ host-image] Aug 26 16:20:12.375 INFO O| Aug 26 16:20:12.375 INFO STEP 77 (ensure_file) COMPLETE
102002026-08-26T16:20:12.959Z[ host-image] Aug 26 16:20:12.375 INFO O| Aug 26 16:20:12.375 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-26T16:20:12.963Z[ host-image] Aug 26 16:20:12.382 INFO O| Aug 26 16:20:12.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102022026-08-26T16:20:12.963Z[ host-image] Aug 26 16:20:12.382 INFO O| Aug 26 16:20:12.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102032026-08-26T16:20:12.963Z[ host-image] Aug 26 16:20:12.382 INFO O| Aug 26 16:20:12.382 INFO STEP 78 (ensure_dir) COMPLETE
102042026-08-26T16:20:12.963Z[ host-image] Aug 26 16:20:12.382 INFO O| Aug 26 16:20:12.382 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-26T16:20:12.972Z[ host-image] Aug 26 16:20:12.391 INFO O| Aug 26 16:20:12.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102062026-08-26T16:20:12.972Z[ host-image] Aug 26 16:20:12.391 INFO O| Aug 26 16:20:12.391 INFO copying /tmp/.tmpGwSQKH/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 ...
102072026-08-26T16:20:12.972Z[ host-image] Aug 26 16:20:12.391 INFO O| Aug 26 16:20:12.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102082026-08-26T16:20:12.972Z[ host-image] Aug 26 16:20:12.391 INFO O| Aug 26 16:20:12.391 INFO ok!
102092026-08-26T16:20:12.975Z[ host-image] Aug 26 16:20:12.391 INFO O| Aug 26 16:20:12.391 INFO STEP 79 (ensure_file) COMPLETE
102102026-08-26T16:20:12.975Z[ host-image] Aug 26 16:20:12.391 INFO O| Aug 26 16:20:12.391 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-26T16:20:12.980Z[ host-image] Aug 26 16:20:12.399 INFO O| Aug 26 16:20:12.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102122026-08-26T16:20:12.980Z[ host-image] Aug 26 16:20:12.399 INFO O| Aug 26 16:20:12.399 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102132026-08-26T16:20:12.983Z[ host-image] Aug 26 16:20:12.399 INFO O| Aug 26 16:20:12.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102142026-08-26T16:20:12.983Z[ host-image] Aug 26 16:20:12.399 INFO O| Aug 26 16:20:12.399 INFO ok!
102152026-08-26T16:20:12.983Z[ host-image] Aug 26 16:20:12.399 INFO O| Aug 26 16:20:12.399 INFO STEP 80 (ensure_file) COMPLETE
102162026-08-26T16:20:12.983Z[ host-image] Aug 26 16:20:12.399 INFO O| Aug 26 16:20:12.399 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-26T16:20:12.989Z[ host-image] Aug 26 16:20:12.408 INFO O| Aug 26 16:20:12.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102182026-08-26T16:20:12.989Z[ host-image] Aug 26 16:20:12.408 INFO O| Aug 26 16:20:12.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102192026-08-26T16:20:12.989Z[ host-image] Aug 26 16:20:12.408 INFO O| Aug 26 16:20:12.408 INFO STEP 81 (ensure_dir) COMPLETE
102202026-08-26T16:20:12.992Z[ host-image] Aug 26 16:20:12.408 INFO O| Aug 26 16:20:12.408 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-26T16:20:12.997Z[ host-image] Aug 26 16:20:12.416 INFO O| Aug 26 16:20:12.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102222026-08-26T16:20:12.997Z[ host-image] Aug 26 16:20:12.416 INFO O| Aug 26 16:20:12.416 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102232026-08-26T16:20:13.564Z[ host-image] Aug 26 16:20:12.982 INFO O| Aug 26 16:20:12.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102242026-08-26T16:20:13.564Z[ host-image] Aug 26 16:20:12.982 INFO O| Aug 26 16:20:12.982 INFO ok!
102252026-08-26T16:20:13.567Z[ host-image] Aug 26 16:20:12.982 INFO O| Aug 26 16:20:12.982 INFO STEP 82 (ensure_file) COMPLETE
102262026-08-26T16:20:13.567Z[ host-image] Aug 26 16:20:12.982 INFO O| Aug 26 16:20:12.982 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-26T16:20:13.573Z[ host-image] Aug 26 16:20:12.992 INFO O| Aug 26 16:20:12.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102282026-08-26T16:20:13.573Z[ host-image] Aug 26 16:20:12.992 INFO O| Aug 26 16:20:12.992 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102292026-08-26T16:20:13.853Z[ host-image] Aug 26 16:20:13.271 INFO O| Aug 26 16:20:13.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102302026-08-26T16:20:13.853Z[ host-image] Aug 26 16:20:13.271 INFO O| Aug 26 16:20:13.271 INFO ok!
102312026-08-26T16:20:13.856Z[ host-image] Aug 26 16:20:13.271 INFO O| Aug 26 16:20:13.271 INFO STEP 83 (ensure_file) COMPLETE
102322026-08-26T16:20:13.856Z[ host-image] Aug 26 16:20:13.271 INFO O| Aug 26 16:20:13.271 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-26T16:20:13.862Z[ host-image] Aug 26 16:20:13.281 INFO O| Aug 26 16:20:13.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102342026-08-26T16:20:13.864Z[ host-image] Aug 26 16:20:13.281 INFO O| Aug 26 16:20:13.281 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102352026-08-26T16:20:15.167Z[ host-image] Aug 26 16:20:14.585 INFO O| Aug 26 16:20:14.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102362026-08-26T16:20:15.167Z[ host-image] Aug 26 16:20:14.585 INFO O| Aug 26 16:20:14.585 INFO ok!
102372026-08-26T16:20:15.167Z[ host-image] Aug 26 16:20:14.585 INFO O| Aug 26 16:20:14.585 INFO STEP 84 (ensure_file) COMPLETE
102382026-08-26T16:20:15.170Z[ host-image] Aug 26 16:20:14.585 INFO O| Aug 26 16:20:14.585 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-08-26T16:20:15.177Z[ host-image] Aug 26 16:20:14.596 INFO O| Aug 26 16:20:14.596 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102402026-08-26T16:20:15.177Z[ host-image] Aug 26 16:20:14.596 INFO O| Aug 26 16:20:14.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102412026-08-26T16:20:15.180Z[ host-image] Aug 26 16:20:14.596 INFO O| Aug 26 16:20:14.596 INFO STEP 85 (ensure_dir) COMPLETE
102422026-08-26T16:20:15.180Z[ host-image] Aug 26 16:20:14.596 INFO O| Aug 26 16:20:14.596 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-26T16:20:15.186Z[ host-image] Aug 26 16:20:14.605 INFO O| Aug 26 16:20:14.605 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102442026-08-26T16:20:15.189Z[ host-image] Aug 26 16:20:14.605 INFO O| Aug 26 16:20:14.605 INFO copying /tmp/.tmpGwSQKH/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 ...
102452026-08-26T16:20:15.189Z[ host-image] Aug 26 16:20:14.605 INFO O| Aug 26 16:20:14.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102462026-08-26T16:20:15.189Z[ host-image] Aug 26 16:20:14.605 INFO O| Aug 26 16:20:14.605 INFO ok!
102472026-08-26T16:20:15.189Z[ host-image] Aug 26 16:20:14.605 INFO O| Aug 26 16:20:14.605 INFO STEP 86 (ensure_file) COMPLETE
102482026-08-26T16:20:15.189Z[ host-image] Aug 26 16:20:14.605 INFO O| Aug 26 16:20:14.605 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-26T16:20:15.195Z[ host-image] Aug 26 16:20:14.614 INFO O| Aug 26 16:20:14.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102502026-08-26T16:20:15.195Z[ host-image] Aug 26 16:20:14.614 INFO O| Aug 26 16:20:14.614 INFO copying /tmp/.tmpGwSQKH/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 ...
102512026-08-26T16:20:15.198Z[ host-image] Aug 26 16:20:14.614 INFO O| Aug 26 16:20:14.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102522026-08-26T16:20:15.198Z[ host-image] Aug 26 16:20:14.614 INFO O| Aug 26 16:20:14.614 INFO ok!
102532026-08-26T16:20:15.198Z[ host-image] Aug 26 16:20:14.614 INFO O| Aug 26 16:20:14.614 INFO STEP 87 (ensure_file) COMPLETE
102542026-08-26T16:20:15.198Z[ host-image] Aug 26 16:20:14.614 INFO O| Aug 26 16:20:14.614 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-26T16:20:15.203Z[ host-image] Aug 26 16:20:14.622 INFO O| Aug 26 16:20:14.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102562026-08-26T16:20:15.203Z[ host-image] Aug 26 16:20:14.622 INFO O| Aug 26 16:20:14.622 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102572026-08-26T16:20:15.206Z[ host-image] Aug 26 16:20:14.622 INFO O| Aug 26 16:20:14.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102582026-08-26T16:20:15.206Z[ host-image] Aug 26 16:20:14.622 INFO O| Aug 26 16:20:14.622 INFO ok!
102592026-08-26T16:20:15.206Z[ host-image] Aug 26 16:20:14.622 INFO O| Aug 26 16:20:14.622 INFO STEP 88 (ensure_file) COMPLETE
102602026-08-26T16:20:15.206Z[ host-image] Aug 26 16:20:14.622 INFO O| Aug 26 16:20:14.622 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-26T16:20:15.211Z[ host-image] Aug 26 16:20:14.630 INFO O| Aug 26 16:20:14.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102622026-08-26T16:20:15.211Z[ host-image] Aug 26 16:20:14.630 INFO O| Aug 26 16:20:14.630 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102632026-08-26T16:20:15.214Z[ host-image] Aug 26 16:20:14.630 INFO O| Aug 26 16:20:14.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102642026-08-26T16:20:15.214Z[ host-image] Aug 26 16:20:14.630 INFO O| Aug 26 16:20:14.630 INFO ok!
102652026-08-26T16:20:15.214Z[ host-image] Aug 26 16:20:14.630 INFO O| Aug 26 16:20:14.630 INFO STEP 89 (ensure_file) COMPLETE
102662026-08-26T16:20:15.214Z[ host-image] Aug 26 16:20:14.630 INFO O| Aug 26 16:20:14.630 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-08-26T16:20:15.219Z[ host-image] Aug 26 16:20:14.638 INFO O| Aug 26 16:20:14.638 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102682026-08-26T16:20:15.219Z[ host-image] Aug 26 16:20:14.638 INFO O| Aug 26 16:20:14.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102692026-08-26T16:20:15.219Z[ host-image] Aug 26 16:20:14.638 INFO O| Aug 26 16:20:14.638 INFO STEP 90 (ensure_dir) COMPLETE
102702026-08-26T16:20:15.222Z[ host-image] Aug 26 16:20:14.638 INFO O| Aug 26 16:20:14.638 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-26T16:20:15.226Z[ host-image] Aug 26 16:20:14.645 INFO O| Aug 26 16:20:14.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102722026-08-26T16:20:15.229Z[ host-image] Aug 26 16:20:14.645 INFO O| Aug 26 16:20:14.645 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102732026-08-26T16:20:15.383Z[ host-image] Aug 26 16:20:14.802 INFO O| Aug 26 16:20:14.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102742026-08-26T16:20:15.383Z[ host-image] Aug 26 16:20:14.802 INFO O| Aug 26 16:20:14.802 INFO ok!
102752026-08-26T16:20:15.383Z[ host-image] Aug 26 16:20:14.802 INFO O| Aug 26 16:20:14.802 INFO STEP 91 (ensure_file) COMPLETE
102762026-08-26T16:20:15.387Z[ host-image] Aug 26 16:20:14.802 INFO O| Aug 26 16:20:14.802 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-26T16:20:15.392Z[ host-image] Aug 26 16:20:14.811 INFO O| Aug 26 16:20:14.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102782026-08-26T16:20:15.395Z[ host-image] Aug 26 16:20:14.811 INFO O| Aug 26 16:20:14.811 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102792026-08-26T16:20:15.395Z[ host-image] Aug 26 16:20:14.811 INFO O| Aug 26 16:20:14.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102802026-08-26T16:20:15.395Z[ host-image] Aug 26 16:20:14.811 INFO O| Aug 26 16:20:14.811 INFO ok!
102812026-08-26T16:20:15.395Z[ host-image] Aug 26 16:20:14.811 INFO O| Aug 26 16:20:14.811 INFO STEP 92 (ensure_file) COMPLETE
102822026-08-26T16:20:15.395Z[ host-image] Aug 26 16:20:14.811 INFO O| Aug 26 16:20:14.811 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-26T16:20:15.398Z[ host-image] Aug 26 16:20:14.817 INFO O| Aug 26 16:20:14.817 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102842026-08-26T16:20:15.398Z[ host-image] Aug 26 16:20:14.817 INFO O| Aug 26 16:20:14.817 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102852026-08-26T16:20:15.771Z[ host-image] Aug 26 16:20:15.189 INFO O| Aug 26 16:20:15.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102862026-08-26T16:20:15.771Z[ host-image] Aug 26 16:20:15.189 INFO O| Aug 26 16:20:15.189 INFO ok!
102872026-08-26T16:20:15.775Z[ host-image] Aug 26 16:20:15.189 INFO O| Aug 26 16:20:15.189 INFO STEP 93 (ensure_file) COMPLETE
102882026-08-26T16:20:15.775Z[ host-image] Aug 26 16:20:15.189 INFO O| Aug 26 16:20:15.189 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-26T16:20:15.780Z[ host-image] Aug 26 16:20:15.199 INFO O| Aug 26 16:20:15.199 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102902026-08-26T16:20:15.780Z[ host-image] Aug 26 16:20:15.199 INFO O| Aug 26 16:20:15.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102912026-08-26T16:20:15.783Z[ host-image] Aug 26 16:20:15.199 INFO O| Aug 26 16:20:15.199 INFO STEP 94 (ensure_dir) COMPLETE
102922026-08-26T16:20:15.783Z[ host-image] Aug 26 16:20:15.199 INFO O| Aug 26 16:20:15.199 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-26T16:20:15.790Z[ host-image] Aug 26 16:20:15.208 INFO O| Aug 26 16:20:15.208 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102942026-08-26T16:20:15.790Z[ host-image] Aug 26 16:20:15.208 INFO O| Aug 26 16:20:15.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102952026-08-26T16:20:15.793Z[ host-image] Aug 26 16:20:15.208 INFO O| Aug 26 16:20:15.208 INFO STEP 95 (ensure_dir) COMPLETE
102962026-08-26T16:20:15.793Z[ host-image] Aug 26 16:20:15.208 INFO O| Aug 26 16:20:15.208 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-26T16:20:15.797Z[ host-image] Aug 26 16:20:15.216 INFO O| Aug 26 16:20:15.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102982026-08-26T16:20:15.797Z[ host-image] Aug 26 16:20:15.216 INFO O| Aug 26 16:20:15.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102992026-08-26T16:20:15.800Z[ host-image] Aug 26 16:20:15.216 INFO O| Aug 26 16:20:15.216 INFO STEP 96 (ensure_dir) COMPLETE
103002026-08-26T16:20:15.800Z[ host-image] Aug 26 16:20:15.216 INFO O| Aug 26 16:20:15.216 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-26T16:20:15.805Z[ host-image] Aug 26 16:20:15.224 INFO O| Aug 26 16:20:15.224 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103022026-08-26T16:20:15.805Z[ host-image] Aug 26 16:20:15.224 INFO O| Aug 26 16:20:15.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103032026-08-26T16:20:15.808Z[ host-image] Aug 26 16:20:15.224 INFO O| Aug 26 16:20:15.224 INFO STEP 97 (ensure_dir) COMPLETE
103042026-08-26T16:20:15.808Z[ host-image] Aug 26 16:20:15.224 INFO O| Aug 26 16:20:15.224 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-26T16:20:15.812Z[ host-image] Aug 26 16:20:15.231 INFO O| Aug 26 16:20:15.231 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103062026-08-26T16:20:15.812Z[ host-image] Aug 26 16:20:15.231 INFO O| Aug 26 16:20:15.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103072026-08-26T16:20:15.815Z[ host-image] Aug 26 16:20:15.231 INFO O| Aug 26 16:20:15.231 INFO STEP 98 (ensure_dir) COMPLETE
103082026-08-26T16:20:15.815Z[ host-image] Aug 26 16:20:15.231 INFO O| Aug 26 16:20:15.231 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-26T16:20:15.818Z[ host-image] Aug 26 16:20:15.237 INFO O| Aug 26 16:20:15.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103102026-08-26T16:20:15.819Z[ host-image] Aug 26 16:20:15.237 INFO O| Aug 26 16:20:15.237 INFO copying /tmp/.tmpGwSQKH/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 ...
103112026-08-26T16:20:15.821Z[ host-image] Aug 26 16:20:15.237 INFO O| Aug 26 16:20:15.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103122026-08-26T16:20:15.822Z[ host-image] Aug 26 16:20:15.237 INFO O| Aug 26 16:20:15.237 INFO ok!
103132026-08-26T16:20:15.822Z[ host-image] Aug 26 16:20:15.237 INFO O| Aug 26 16:20:15.237 INFO STEP 99 (ensure_file) COMPLETE
103142026-08-26T16:20:15.822Z[ host-image] Aug 26 16:20:15.238 INFO O| Aug 26 16:20:15.237 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-26T16:20:15.825Z[ host-image] Aug 26 16:20:15.244 INFO O| Aug 26 16:20:15.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103162026-08-26T16:20:15.828Z[ host-image] Aug 26 16:20:15.244 INFO O| Aug 26 16:20:15.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103172026-08-26T16:20:15.828Z[ host-image] Aug 26 16:20:15.244 INFO O| Aug 26 16:20:15.244 INFO STEP 100 (ensure_dir) COMPLETE
103182026-08-26T16:20:15.829Z[ host-image] Aug 26 16:20:15.244 INFO O| Aug 26 16:20:15.244 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-26T16:20:15.832Z[ host-image] Aug 26 16:20:15.251 INFO O| Aug 26 16:20:15.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103202026-08-26T16:20:15.832Z[ host-image] Aug 26 16:20:15.251 INFO O| Aug 26 16:20:15.251 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103212026-08-26T16:20:15.847Z[ host-image] Aug 26 16:20:15.266 INFO O| Aug 26 16:20:15.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103222026-08-26T16:20:15.847Z[ host-image] Aug 26 16:20:15.266 INFO O| Aug 26 16:20:15.266 INFO ok!
103232026-08-26T16:20:15.847Z[ host-image] Aug 26 16:20:15.266 INFO O| Aug 26 16:20:15.266 INFO STEP 101 (ensure_file) COMPLETE
103242026-08-26T16:20:15.850Z[ host-image] Aug 26 16:20:15.266 INFO O| Aug 26 16:20:15.266 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-26T16:20:15.854Z[ host-image] Aug 26 16:20:15.273 INFO O| Aug 26 16:20:15.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103262026-08-26T16:20:15.857Z[ host-image] Aug 26 16:20:15.273 INFO O| Aug 26 16:20:15.273 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103272026-08-26T16:20:15.857Z[ host-image] Aug 26 16:20:15.273 INFO O| Aug 26 16:20:15.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103282026-08-26T16:20:15.857Z[ host-image] Aug 26 16:20:15.273 INFO O| Aug 26 16:20:15.273 INFO ok!
103292026-08-26T16:20:15.857Z[ host-image] Aug 26 16:20:15.273 INFO O| Aug 26 16:20:15.273 INFO STEP 102 (ensure_file) COMPLETE
103302026-08-26T16:20:15.857Z[ host-image] Aug 26 16:20:15.273 INFO O| Aug 26 16:20:15.273 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-26T16:20:15.862Z[ host-image] Aug 26 16:20:15.281 INFO O| Aug 26 16:20:15.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103322026-08-26T16:20:15.870Z[ host-image] Aug 26 16:20:15.281 INFO O| Aug 26 16:20:15.281 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103332026-08-26T16:20:16.202Z[ host-image] Aug 26 16:20:15.620 INFO O| Aug 26 16:20:15.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103342026-08-26T16:20:16.202Z[ host-image] Aug 26 16:20:15.620 INFO O| Aug 26 16:20:15.620 INFO ok!
103352026-08-26T16:20:16.202Z[ host-image] Aug 26 16:20:15.620 INFO O| Aug 26 16:20:15.620 INFO STEP 103 (ensure_file) COMPLETE
103362026-08-26T16:20:16.206Z[ host-image] Aug 26 16:20:15.620 INFO O| Aug 26 16:20:15.620 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-26T16:20:16.211Z[ host-image] Aug 26 16:20:15.630 INFO O| Aug 26 16:20:15.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103382026-08-26T16:20:16.211Z[ host-image] Aug 26 16:20:15.630 INFO O| Aug 26 16:20:15.630 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103392026-08-26T16:20:16.212Z[ host-image] Aug 26 16:20:15.630 INFO O| Aug 26 16:20:15.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103402026-08-26T16:20:16.215Z[ host-image] Aug 26 16:20:15.630 INFO O| Aug 26 16:20:15.630 INFO ok!
103412026-08-26T16:20:16.215Z[ host-image] Aug 26 16:20:15.630 INFO O| Aug 26 16:20:15.630 INFO STEP 104 (ensure_file) COMPLETE
103422026-08-26T16:20:16.215Z[ host-image] Aug 26 16:20:15.630 INFO O| Aug 26 16:20:15.630 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-26T16:20:16.218Z[ host-image] Aug 26 16:20:15.637 INFO O| Aug 26 16:20:15.637 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103442026-08-26T16:20:16.221Z[ host-image] Aug 26 16:20:15.637 INFO O| Aug 26 16:20:15.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103452026-08-26T16:20:16.221Z[ host-image] Aug 26 16:20:15.637 INFO O| Aug 26 16:20:15.637 INFO STEP 105 (ensure_dir) COMPLETE
103462026-08-26T16:20:16.221Z[ host-image] Aug 26 16:20:15.637 INFO O| Aug 26 16:20:15.637 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-26T16:20:16.226Z[ host-image] Aug 26 16:20:15.645 INFO O| Aug 26 16:20:15.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103482026-08-26T16:20:16.227Z[ host-image] Aug 26 16:20:15.645 INFO O| Aug 26 16:20:15.645 INFO copying /tmp/.tmpGwSQKH/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 ...
103492026-08-26T16:20:16.584Z[ host-image] Aug 26 16:20:16.002 INFO O| Aug 26 16:20:16.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103502026-08-26T16:20:16.584Z[ host-image] Aug 26 16:20:16.002 INFO O| Aug 26 16:20:16.002 INFO ok!
103512026-08-26T16:20:16.584Z[ host-image] Aug 26 16:20:16.002 INFO O| Aug 26 16:20:16.002 INFO STEP 106 (ensure_file) COMPLETE
103522026-08-26T16:20:16.584Z[ host-image] Aug 26 16:20:16.002 INFO O| Aug 26 16:20:16.002 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-26T16:20:16.603Z[ host-image] Aug 26 16:20:16.016 INFO O| Aug 26 16:20:16.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103542026-08-26T16:20:16.603Z[ host-image] Aug 26 16:20:16.016 INFO O| Aug 26 16:20:16.015 INFO copying /tmp/.tmpGwSQKH/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 ...
103552026-08-26T16:20:16.603Z[ host-image] Aug 26 16:20:16.016 INFO O| Aug 26 16:20:16.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103562026-08-26T16:20:16.603Z[ host-image] Aug 26 16:20:16.016 INFO O| Aug 26 16:20:16.015 INFO ok!
103572026-08-26T16:20:16.607Z[ host-image] Aug 26 16:20:16.016 INFO O| Aug 26 16:20:16.015 INFO STEP 107 (ensure_file) COMPLETE
103582026-08-26T16:20:16.607Z[ host-image] Aug 26 16:20:16.016 INFO O| Aug 26 16:20:16.015 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-26T16:20:16.614Z[ host-image] Aug 26 16:20:16.031 INFO O| Aug 26 16:20:16.029 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103602026-08-26T16:20:16.614Z[ host-image] Aug 26 16:20:16.031 INFO O| Aug 26 16:20:16.029 INFO copying /tmp/.tmpGwSQKH/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 ...
103612026-08-26T16:20:16.614Z[ host-image] Aug 26 16:20:16.031 INFO O| Aug 26 16:20:16.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103622026-08-26T16:20:16.617Z[ host-image] Aug 26 16:20:16.031 INFO O| Aug 26 16:20:16.029 INFO ok!
103632026-08-26T16:20:16.617Z[ host-image] Aug 26 16:20:16.031 INFO O| Aug 26 16:20:16.029 INFO STEP 108 (ensure_file) COMPLETE
103642026-08-26T16:20:16.617Z[ host-image] Aug 26 16:20:16.031 INFO O| Aug 26 16:20:16.029 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-26T16:20:16.620Z[ host-image] Aug 26 16:20:16.039 INFO O| Aug 26 16:20:16.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103662026-08-26T16:20:16.620Z[ host-image] Aug 26 16:20:16.039 INFO O| Aug 26 16:20:16.039 INFO copying /tmp/.tmpGwSQKH/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 ...
103672026-08-26T16:20:16.623Z[ host-image] Aug 26 16:20:16.039 INFO O| Aug 26 16:20:16.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103682026-08-26T16:20:16.624Z[ host-image] Aug 26 16:20:16.039 INFO O| Aug 26 16:20:16.039 INFO ok!
103692026-08-26T16:20:16.624Z[ host-image] Aug 26 16:20:16.039 INFO O| Aug 26 16:20:16.039 INFO STEP 109 (ensure_file) COMPLETE
103702026-08-26T16:20:16.624Z[ host-image] Aug 26 16:20:16.039 INFO O| Aug 26 16:20:16.039 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-26T16:20:16.631Z[ host-image] Aug 26 16:20:16.050 INFO O| Aug 26 16:20:16.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103722026-08-26T16:20:16.631Z[ host-image] Aug 26 16:20:16.050 INFO O| Aug 26 16:20:16.050 INFO copying /tmp/.tmpGwSQKH/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 ...
103732026-08-26T16:20:16.634Z[ host-image] Aug 26 16:20:16.050 INFO O| Aug 26 16:20:16.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103742026-08-26T16:20:16.634Z[ host-image] Aug 26 16:20:16.050 INFO O| Aug 26 16:20:16.050 INFO ok!
103752026-08-26T16:20:16.634Z[ host-image] Aug 26 16:20:16.050 INFO O| Aug 26 16:20:16.050 INFO STEP 110 (ensure_file) COMPLETE
103762026-08-26T16:20:16.635Z[ host-image] Aug 26 16:20:16.050 INFO O| Aug 26 16:20:16.050 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-26T16:20:16.640Z[ host-image] Aug 26 16:20:16.059 INFO O| Aug 26 16:20:16.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103782026-08-26T16:20:16.640Z[ host-image] Aug 26 16:20:16.059 INFO O| Aug 26 16:20:16.059 INFO copying /tmp/.tmpGwSQKH/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 ...
103792026-08-26T16:20:16.643Z[ host-image] Aug 26 16:20:16.059 INFO O| Aug 26 16:20:16.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103802026-08-26T16:20:16.643Z[ host-image] Aug 26 16:20:16.059 INFO O| Aug 26 16:20:16.059 INFO ok!
103812026-08-26T16:20:16.643Z[ host-image] Aug 26 16:20:16.059 INFO O| Aug 26 16:20:16.059 INFO STEP 111 (ensure_file) COMPLETE
103822026-08-26T16:20:16.643Z[ host-image] Aug 26 16:20:16.059 INFO O| Aug 26 16:20:16.059 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-26T16:20:16.648Z[ host-image] Aug 26 16:20:16.067 INFO O| Aug 26 16:20:16.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103842026-08-26T16:20:16.648Z[ host-image] Aug 26 16:20:16.067 INFO O| Aug 26 16:20:16.067 INFO copying /tmp/.tmpGwSQKH/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 ...
103852026-08-26T16:20:16.652Z[ host-image] Aug 26 16:20:16.067 INFO O| Aug 26 16:20:16.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103862026-08-26T16:20:16.652Z[ host-image] Aug 26 16:20:16.067 INFO O| Aug 26 16:20:16.067 INFO ok!
103872026-08-26T16:20:16.652Z[ host-image] Aug 26 16:20:16.067 INFO O| Aug 26 16:20:16.067 INFO STEP 112 (ensure_file) COMPLETE
103882026-08-26T16:20:16.652Z[ host-image] Aug 26 16:20:16.067 INFO O| Aug 26 16:20:16.067 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-26T16:20:16.657Z[ host-image] Aug 26 16:20:16.075 INFO O| Aug 26 16:20:16.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103902026-08-26T16:20:16.657Z[ host-image] Aug 26 16:20:16.075 INFO O| Aug 26 16:20:16.075 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103912026-08-26T16:20:16.660Z[ host-image] Aug 26 16:20:16.075 INFO O| Aug 26 16:20:16.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103922026-08-26T16:20:16.660Z[ host-image] Aug 26 16:20:16.076 INFO O| Aug 26 16:20:16.075 INFO ok!
103932026-08-26T16:20:16.660Z[ host-image] Aug 26 16:20:16.076 INFO O| Aug 26 16:20:16.076 INFO STEP 113 (ensure_file) COMPLETE
103942026-08-26T16:20:16.660Z[ host-image] Aug 26 16:20:16.076 INFO O| Aug 26 16:20:16.076 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-26T16:20:16.666Z[ host-image] Aug 26 16:20:16.084 INFO O| Aug 26 16:20:16.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103962026-08-26T16:20:16.666Z[ host-image] Aug 26 16:20:16.084 INFO O| Aug 26 16:20:16.084 INFO copying /tmp/.tmpGwSQKH/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 ...
103972026-08-26T16:20:16.669Z[ host-image] Aug 26 16:20:16.084 INFO O| Aug 26 16:20:16.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103982026-08-26T16:20:16.669Z[ host-image] Aug 26 16:20:16.085 INFO O| Aug 26 16:20:16.084 INFO ok!
103992026-08-26T16:20:16.669Z[ host-image] Aug 26 16:20:16.085 INFO O| Aug 26 16:20:16.084 INFO STEP 114 (ensure_file) COMPLETE
104002026-08-26T16:20:16.669Z[ host-image] Aug 26 16:20:16.085 INFO O| Aug 26 16:20:16.085 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-26T16:20:16.674Z[ host-image] Aug 26 16:20:16.093 INFO O| Aug 26 16:20:16.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104022026-08-26T16:20:16.674Z[ host-image] Aug 26 16:20:16.093 INFO O| Aug 26 16:20:16.093 INFO copying /tmp/.tmpGwSQKH/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 ...
104032026-08-26T16:20:16.677Z[ host-image] Aug 26 16:20:16.093 INFO O| Aug 26 16:20:16.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104042026-08-26T16:20:16.677Z[ host-image] Aug 26 16:20:16.093 INFO O| Aug 26 16:20:16.093 INFO ok!
104052026-08-26T16:20:16.677Z[ host-image] Aug 26 16:20:16.093 INFO O| Aug 26 16:20:16.093 INFO STEP 115 (ensure_file) COMPLETE
104062026-08-26T16:20:16.678Z[ host-image] Aug 26 16:20:16.093 INFO O| Aug 26 16:20:16.093 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-26T16:20:16.682Z[ host-image] Aug 26 16:20:16.101 INFO O| Aug 26 16:20:16.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104082026-08-26T16:20:16.682Z[ host-image] Aug 26 16:20:16.101 INFO O| Aug 26 16:20:16.101 INFO copying /tmp/.tmpGwSQKH/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 ...
104092026-08-26T16:20:16.685Z[ host-image] Aug 26 16:20:16.101 INFO O| Aug 26 16:20:16.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104102026-08-26T16:20:16.685Z[ host-image] Aug 26 16:20:16.101 INFO O| Aug 26 16:20:16.101 INFO ok!
104112026-08-26T16:20:16.685Z[ host-image] Aug 26 16:20:16.101 INFO O| Aug 26 16:20:16.101 INFO STEP 116 (ensure_file) COMPLETE
104122026-08-26T16:20:16.685Z[ host-image] Aug 26 16:20:16.101 INFO O| Aug 26 16:20:16.101 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-26T16:20:16.689Z[ host-image] Aug 26 16:20:16.108 INFO O| Aug 26 16:20:16.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104142026-08-26T16:20:16.689Z[ host-image] Aug 26 16:20:16.108 INFO O| Aug 26 16:20:16.108 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104152026-08-26T16:20:16.693Z[ host-image] Aug 26 16:20:16.108 INFO O| Aug 26 16:20:16.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104162026-08-26T16:20:16.693Z[ host-image] Aug 26 16:20:16.108 INFO O| Aug 26 16:20:16.108 INFO ok!
104172026-08-26T16:20:16.693Z[ host-image] Aug 26 16:20:16.108 INFO O| Aug 26 16:20:16.108 INFO STEP 117 (ensure_file) COMPLETE
104182026-08-26T16:20:16.693Z[ host-image] Aug 26 16:20:16.108 INFO O| Aug 26 16:20:16.108 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-26T16:20:16.696Z[ host-image] Aug 26 16:20:16.115 INFO O| Aug 26 16:20:16.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104202026-08-26T16:20:16.696Z[ host-image] Aug 26 16:20:16.115 INFO O| Aug 26 16:20:16.115 INFO copying /tmp/.tmpGwSQKH/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 ...
104212026-08-26T16:20:16.699Z[ host-image] Aug 26 16:20:16.115 INFO O| Aug 26 16:20:16.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104222026-08-26T16:20:16.700Z[ host-image] Aug 26 16:20:16.115 INFO O| Aug 26 16:20:16.115 INFO ok!
104232026-08-26T16:20:16.700Z[ host-image] Aug 26 16:20:16.115 INFO O| Aug 26 16:20:16.115 INFO STEP 118 (ensure_file) COMPLETE
104242026-08-26T16:20:16.700Z[ host-image] Aug 26 16:20:16.115 INFO O| Aug 26 16:20:16.115 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-26T16:20:16.703Z[ host-image] Aug 26 16:20:16.122 INFO O| Aug 26 16:20:16.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104262026-08-26T16:20:16.703Z[ host-image] Aug 26 16:20:16.122 INFO O| Aug 26 16:20:16.122 INFO copying /tmp/.tmpGwSQKH/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 ...
104272026-08-26T16:20:16.706Z[ host-image] Aug 26 16:20:16.122 INFO O| Aug 26 16:20:16.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104282026-08-26T16:20:16.706Z[ host-image] Aug 26 16:20:16.122 INFO O| Aug 26 16:20:16.122 INFO ok!
104292026-08-26T16:20:16.706Z[ host-image] Aug 26 16:20:16.122 INFO O| Aug 26 16:20:16.122 INFO STEP 119 (ensure_file) COMPLETE
104302026-08-26T16:20:16.706Z[ host-image] Aug 26 16:20:16.122 INFO O| Aug 26 16:20:16.122 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-26T16:20:16.713Z[ host-image] Aug 26 16:20:16.132 INFO O| Aug 26 16:20:16.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104322026-08-26T16:20:16.713Z[ host-image] Aug 26 16:20:16.132 INFO O| Aug 26 16:20:16.132 INFO copying /tmp/.tmpGwSQKH/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 ...
104332026-08-26T16:20:16.716Z[ host-image] Aug 26 16:20:16.132 INFO O| Aug 26 16:20:16.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104342026-08-26T16:20:16.716Z[ host-image] Aug 26 16:20:16.132 INFO O| Aug 26 16:20:16.132 INFO ok!
104352026-08-26T16:20:16.716Z[ host-image] Aug 26 16:20:16.132 INFO O| Aug 26 16:20:16.132 INFO STEP 120 (ensure_file) COMPLETE
104362026-08-26T16:20:16.716Z[ host-image] Aug 26 16:20:16.132 INFO O| Aug 26 16:20:16.132 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-26T16:20:16.720Z[ host-image] Aug 26 16:20:16.139 INFO O| Aug 26 16:20:16.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104382026-08-26T16:20:16.720Z[ host-image] Aug 26 16:20:16.139 INFO O| Aug 26 16:20:16.139 INFO copying /tmp/.tmpGwSQKH/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 ...
104392026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.139 INFO O| Aug 26 16:20:16.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104402026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.139 INFO O| Aug 26 16:20:16.139 INFO ok!
104412026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.139 INFO O| Aug 26 16:20:16.139 INFO STEP 121 (ensure_file) COMPLETE
104422026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.139 INFO O| Aug 26 16:20:16.139 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.148 INFO O| Aug 26 16:20:16.148 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104442026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.148 INFO O| Aug 26 16:20:16.148 INFO copying /tmp/.tmpGwSQKH/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 ...
104452026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.148 INFO O| Aug 26 16:20:16.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104462026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.148 INFO O| Aug 26 16:20:16.148 INFO ok!
104472026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.148 INFO O| Aug 26 16:20:16.148 INFO STEP 122 (ensure_file) COMPLETE
104482026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.148 INFO O| Aug 26 16:20:16.148 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.156 INFO O| Aug 26 16:20:16.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104502026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.156 INFO O| Aug 26 16:20:16.156 INFO copying /tmp/.tmpGwSQKH/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 ...
104512026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.156 INFO O| Aug 26 16:20:16.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104522026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.156 INFO O| Aug 26 16:20:16.156 INFO ok!
104532026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.156 INFO O| Aug 26 16:20:16.156 INFO STEP 123 (ensure_file) COMPLETE
104542026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.156 INFO O| Aug 26 16:20:16.156 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-26T16:20:16.785Z[ host-image] Aug 26 16:20:16.164 INFO O| Aug 26 16:20:16.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104562026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.164 INFO O| Aug 26 16:20:16.164 INFO copying /tmp/.tmpGwSQKH/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 ...
104572026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.164 INFO O| Aug 26 16:20:16.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104582026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.164 INFO O| Aug 26 16:20:16.164 INFO ok!
104592026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.164 INFO O| Aug 26 16:20:16.164 INFO STEP 124 (ensure_file) COMPLETE
104602026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.164 INFO O| Aug 26 16:20:16.164 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.171 INFO O| Aug 26 16:20:16.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104622026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.171 INFO O| Aug 26 16:20:16.171 INFO copying /tmp/.tmpGwSQKH/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 ...
104632026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.171 INFO O| Aug 26 16:20:16.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104642026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.171 INFO O| Aug 26 16:20:16.171 INFO ok!
104652026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.171 INFO O| Aug 26 16:20:16.171 INFO STEP 125 (ensure_file) COMPLETE
104662026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.171 INFO O| Aug 26 16:20:16.171 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.179 INFO O| Aug 26 16:20:16.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104682026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.179 INFO O| Aug 26 16:20:16.179 INFO copying /tmp/.tmpGwSQKH/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 ...
104692026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.179 INFO O| Aug 26 16:20:16.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104702026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.179 INFO O| Aug 26 16:20:16.179 INFO ok!
104712026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.179 INFO O| Aug 26 16:20:16.179 INFO STEP 126 (ensure_file) COMPLETE
104722026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.179 INFO O| Aug 26 16:20:16.179 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.189 INFO O| Aug 26 16:20:16.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104742026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.189 INFO O| Aug 26 16:20:16.189 INFO copying /tmp/.tmpGwSQKH/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 ...
104752026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.189 INFO O| Aug 26 16:20:16.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104762026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.189 INFO O| Aug 26 16:20:16.189 INFO ok!
104772026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.189 INFO O| Aug 26 16:20:16.189 INFO STEP 127 (ensure_file) COMPLETE
104782026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.189 INFO O| Aug 26 16:20:16.189 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.199 INFO O| Aug 26 16:20:16.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104802026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.199 INFO O| Aug 26 16:20:16.198 INFO copying /tmp/.tmpGwSQKH/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 ...
104812026-08-26T16:20:16.786Z[ host-image] Aug 26 16:20:16.199 INFO O| Aug 26 16:20:16.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104822026-08-26T16:20:16.787Z[ host-image] Aug 26 16:20:16.199 INFO O| Aug 26 16:20:16.199 INFO ok!
104832026-08-26T16:20:16.787Z[ host-image] Aug 26 16:20:16.199 INFO O| Aug 26 16:20:16.199 INFO STEP 128 (ensure_file) COMPLETE
104842026-08-26T16:20:16.787Z[ host-image] Aug 26 16:20:16.199 INFO O| Aug 26 16:20:16.199 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-26T16:20:16.798Z[ host-image] Aug 26 16:20:16.207 INFO O| Aug 26 16:20:16.207 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104862026-08-26T16:20:16.798Z[ host-image] Aug 26 16:20:16.207 INFO O| Aug 26 16:20:16.207 INFO copying /tmp/.tmpGwSQKH/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 ...
104872026-08-26T16:20:16.798Z[ host-image] Aug 26 16:20:16.207 INFO O| Aug 26 16:20:16.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104882026-08-26T16:20:16.798Z[ host-image] Aug 26 16:20:16.207 INFO O| Aug 26 16:20:16.207 INFO ok!
104892026-08-26T16:20:16.798Z[ host-image] Aug 26 16:20:16.207 INFO O| Aug 26 16:20:16.207 INFO STEP 129 (ensure_file) COMPLETE
104902026-08-26T16:20:16.798Z[ host-image] Aug 26 16:20:16.207 INFO O| Aug 26 16:20:16.207 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-26T16:20:16.801Z[ host-image] Aug 26 16:20:16.218 INFO O| Aug 26 16:20:16.218 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104922026-08-26T16:20:16.801Z[ host-image] Aug 26 16:20:16.218 INFO O| Aug 26 16:20:16.218 INFO copying /tmp/.tmpGwSQKH/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 ...
104932026-08-26T16:20:16.801Z[ host-image] Aug 26 16:20:16.218 INFO O| Aug 26 16:20:16.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104942026-08-26T16:20:16.801Z[ host-image] Aug 26 16:20:16.218 INFO O| Aug 26 16:20:16.218 INFO ok!
104952026-08-26T16:20:16.801Z[ host-image] Aug 26 16:20:16.218 INFO O| Aug 26 16:20:16.218 INFO STEP 130 (ensure_file) COMPLETE
104962026-08-26T16:20:16.801Z[ host-image] Aug 26 16:20:16.218 INFO O| Aug 26 16:20:16.218 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-26T16:20:16.807Z[ host-image] Aug 26 16:20:16.226 INFO O| Aug 26 16:20:16.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104982026-08-26T16:20:16.807Z[ host-image] Aug 26 16:20:16.226 INFO O| Aug 26 16:20:16.226 INFO copying /tmp/.tmpGwSQKH/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 ...
104992026-08-26T16:20:16.810Z[ host-image] Aug 26 16:20:16.226 INFO O| Aug 26 16:20:16.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105002026-08-26T16:20:16.810Z[ host-image] Aug 26 16:20:16.226 INFO O| Aug 26 16:20:16.226 INFO ok!
105012026-08-26T16:20:16.810Z[ host-image] Aug 26 16:20:16.226 INFO O| Aug 26 16:20:16.226 INFO STEP 131 (ensure_file) COMPLETE
105022026-08-26T16:20:16.810Z[ host-image] Aug 26 16:20:16.226 INFO O| Aug 26 16:20:16.226 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-26T16:20:16.816Z[ host-image] Aug 26 16:20:16.234 INFO O| Aug 26 16:20:16.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105042026-08-26T16:20:16.816Z[ host-image] Aug 26 16:20:16.234 INFO O| Aug 26 16:20:16.234 INFO copying /tmp/.tmpGwSQKH/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 ...
105052026-08-26T16:20:16.818Z[ host-image] Aug 26 16:20:16.234 INFO O| Aug 26 16:20:16.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105062026-08-26T16:20:16.818Z[ host-image] Aug 26 16:20:16.234 INFO O| Aug 26 16:20:16.234 INFO ok!
105072026-08-26T16:20:16.818Z[ host-image] Aug 26 16:20:16.234 INFO O| Aug 26 16:20:16.234 INFO STEP 132 (ensure_file) COMPLETE
105082026-08-26T16:20:16.818Z[ host-image] Aug 26 16:20:16.234 INFO O| Aug 26 16:20:16.234 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-08-26T16:20:16.823Z[ host-image] Aug 26 16:20:16.242 INFO O| Aug 26 16:20:16.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105102026-08-26T16:20:16.823Z[ host-image] Aug 26 16:20:16.242 INFO O| Aug 26 16:20:16.242 INFO copying /tmp/.tmpGwSQKH/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 ...
105112026-08-26T16:20:16.826Z[ host-image] Aug 26 16:20:16.242 INFO O| Aug 26 16:20:16.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105122026-08-26T16:20:16.826Z[ host-image] Aug 26 16:20:16.242 INFO O| Aug 26 16:20:16.242 INFO ok!
105132026-08-26T16:20:16.826Z[ host-image] Aug 26 16:20:16.242 INFO O| Aug 26 16:20:16.242 INFO STEP 133 (ensure_file) COMPLETE
105142026-08-26T16:20:16.826Z[ host-image] Aug 26 16:20:16.242 INFO O| Aug 26 16:20:16.242 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-26T16:20:16.832Z[ host-image] Aug 26 16:20:16.251 INFO O| Aug 26 16:20:16.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105162026-08-26T16:20:16.834Z[ host-image] Aug 26 16:20:16.251 INFO O| Aug 26 16:20:16.250 INFO copying /tmp/.tmpGwSQKH/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 ...
105172026-08-26T16:20:16.835Z[ host-image] Aug 26 16:20:16.251 INFO O| Aug 26 16:20:16.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105182026-08-26T16:20:16.835Z[ host-image] Aug 26 16:20:16.251 INFO O| Aug 26 16:20:16.251 INFO ok!
105192026-08-26T16:20:16.835Z[ host-image] Aug 26 16:20:16.251 INFO O| Aug 26 16:20:16.251 INFO STEP 134 (ensure_file) COMPLETE
105202026-08-26T16:20:16.835Z[ host-image] Aug 26 16:20:16.251 INFO O| Aug 26 16:20:16.251 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-26T16:20:16.839Z[ host-image] Aug 26 16:20:16.258 INFO O| Aug 26 16:20:16.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105222026-08-26T16:20:16.842Z[ host-image] Aug 26 16:20:16.258 INFO O| Aug 26 16:20:16.258 INFO copying /tmp/.tmpGwSQKH/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 ...
105232026-08-26T16:20:16.842Z[ host-image] Aug 26 16:20:16.258 INFO O| Aug 26 16:20:16.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105242026-08-26T16:20:16.842Z[ host-image] Aug 26 16:20:16.258 INFO O| Aug 26 16:20:16.258 INFO ok!
105252026-08-26T16:20:16.842Z[ host-image] Aug 26 16:20:16.258 INFO O| Aug 26 16:20:16.258 INFO STEP 135 (ensure_file) COMPLETE
105262026-08-26T16:20:16.842Z[ host-image] Aug 26 16:20:16.258 INFO O| Aug 26 16:20:16.258 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-08-26T16:20:16.847Z[ host-image] Aug 26 16:20:16.266 INFO O| Aug 26 16:20:16.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105282026-08-26T16:20:16.847Z[ host-image] Aug 26 16:20:16.266 INFO O| Aug 26 16:20:16.266 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105292026-08-26T16:20:16.850Z[ host-image] Aug 26 16:20:16.266 INFO O| Aug 26 16:20:16.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105302026-08-26T16:20:16.850Z[ host-image] Aug 26 16:20:16.266 INFO O| Aug 26 16:20:16.266 INFO ok!
105312026-08-26T16:20:16.850Z[ host-image] Aug 26 16:20:16.266 INFO O| Aug 26 16:20:16.266 INFO STEP 136 (ensure_file) COMPLETE
105322026-08-26T16:20:16.850Z[ host-image] Aug 26 16:20:16.266 INFO O| Aug 26 16:20:16.266 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-08-26T16:20:16.856Z[ host-image] Aug 26 16:20:16.275 INFO O| Aug 26 16:20:16.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105342026-08-26T16:20:16.859Z[ host-image] Aug 26 16:20:16.275 INFO O| Aug 26 16:20:16.275 INFO copying /tmp/.tmpGwSQKH/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 ...
105352026-08-26T16:20:16.859Z[ host-image] Aug 26 16:20:16.275 INFO O| Aug 26 16:20:16.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105362026-08-26T16:20:16.859Z[ host-image] Aug 26 16:20:16.275 INFO O| Aug 26 16:20:16.275 INFO ok!
105372026-08-26T16:20:16.859Z[ host-image] Aug 26 16:20:16.275 INFO O| Aug 26 16:20:16.275 INFO STEP 137 (ensure_file) COMPLETE
105382026-08-26T16:20:16.859Z[ host-image] Aug 26 16:20:16.275 INFO O| Aug 26 16:20:16.275 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-08-26T16:20:16.864Z[ host-image] Aug 26 16:20:16.283 INFO O| Aug 26 16:20:16.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105402026-08-26T16:20:16.867Z[ host-image] Aug 26 16:20:16.283 INFO O| Aug 26 16:20:16.283 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105412026-08-26T16:20:16.867Z[ host-image] Aug 26 16:20:16.283 INFO O| Aug 26 16:20:16.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105422026-08-26T16:20:16.867Z[ host-image] Aug 26 16:20:16.283 INFO O| Aug 26 16:20:16.283 INFO ok!
105432026-08-26T16:20:16.867Z[ host-image] Aug 26 16:20:16.283 INFO O| Aug 26 16:20:16.283 INFO STEP 138 (ensure_file) COMPLETE
105442026-08-26T16:20:16.867Z[ host-image] Aug 26 16:20:16.283 INFO O| Aug 26 16:20:16.283 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-08-26T16:20:16.873Z[ host-image] Aug 26 16:20:16.292 INFO O| Aug 26 16:20:16.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105462026-08-26T16:20:16.873Z[ host-image] Aug 26 16:20:16.292 INFO O| Aug 26 16:20:16.292 INFO copying /tmp/.tmpGwSQKH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105472026-08-26T16:20:17.692Z[ recovery-image] Aug 26 16:20:17.110 INFO O| ok, image written!
105482026-08-26T16:20:17.692Z[ recovery-image] Aug 26 16:20:17.110 INFO O| ok, boot_image_csum file written!
105492026-08-26T16:20:17.695Z[ recovery-image] Aug 26 16:20:17.113 INFO creating boot archive (CPIO)...
105502026-08-26T16:20:17.695Z[ recovery-image] Aug 26 16:20:17.113 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
105512026-08-26T16:20:17.700Z[ recovery-image] Aug 26 16:20:17.118 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105522026-08-26T16:20:17.703Z[ recovery-image] Aug 26 16:20:17.118 INFO E| + outfile=/work/os-recovery/cpio
105532026-08-26T16:20:17.703Z[ recovery-image] Aug 26 16:20:17.118 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105542026-08-26T16:20:17.703Z[ recovery-image] Aug 26 16:20:17.121 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105552026-08-26T16:20:17.703Z[ recovery-image] Aug 26 16:20:17.121 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105562026-08-26T16:20:17.736Z[ recovery-image] Aug 26 16:20:17.154 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105572026-08-26T16:20:17.736Z[ recovery-image] Aug 26 16:20:17.154 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105582026-08-26T16:20:17.743Z[ recovery-image] Aug 26 16:20:17.161 INFO creating compressed cpio/unix for dev loaders...
105592026-08-26T16:20:17.746Z[ recovery-image] Aug 26 16:20:17.161 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
105602026-08-26T16:20:18.009Z[ recovery-image] Aug 26 16:20:17.427 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105612026-08-26T16:20:21.928Z[ recovery-image] Aug 26 16:20:21.347 INFO creating reset image...
105622026-08-26T16:20:21.928Z[ recovery-image] Aug 26 16:20:21.347 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")
105632026-08-26T16:20:22.203Z[ recovery-image] Aug 26 16:20:21.621 INFO E| Updating crates.io index
105642026-08-26T16:20:22.508Z[ recovery-image] Aug 26 16:20:21.926 INFO E| Downloading crates ...
105652026-08-26T16:20:22.551Z[ recovery-image] Aug 26 16:20:21.970 INFO E| Downloaded os_pipe v1.2.3
105662026-08-26T16:20:22.554Z[ recovery-image] Aug 26 16:20:21.971 INFO E| Downloaded colorchoice v1.0.5
105672026-08-26T16:20:22.557Z[ recovery-image] Aug 26 16:20:21.973 INFO E| Downloaded clap_lex v1.1.0
105682026-08-26T16:20:22.560Z[ recovery-image] Aug 26 16:20:21.977 INFO E| Downloaded shared_child v1.1.1
105692026-08-26T16:20:22.560Z[ recovery-image] Aug 26 16:20:21.978 INFO E| Downloaded shared_thread v0.2.0
105702026-08-26T16:20:22.563Z[ recovery-image] Aug 26 16:20:21.979 INFO E| Downloaded sigchld v0.2.4
105712026-08-26T16:20:22.563Z[ recovery-image] Aug 26 16:20:21.980 INFO E| Downloaded duct v1.1.1
105722026-08-26T16:20:22.603Z[ recovery-image] Aug 26 16:20:22.021 INFO E| Compiling libc v0.2.186
105732026-08-26T16:20:22.603Z[ recovery-image] Aug 26 16:20:22.021 INFO E| Compiling proc-macro2 v1.0.106
105742026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.021 INFO E| Compiling unicode-ident v1.0.24
105752026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.021 INFO E| Compiling quote v1.0.45
105762026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.021 INFO E| Compiling signal-hook v0.3.18
105772026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.021 INFO E| Compiling utf8parse v0.2.2
105782026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.022 INFO E| Compiling is_terminal_polyfill v1.70.2
105792026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.022 INFO E| Compiling anstyle-query v1.1.5
105802026-08-26T16:20:22.606Z[ recovery-image] Aug 26 16:20:22.022 INFO E| Compiling colorchoice v1.0.5
105812026-08-26T16:20:22.631Z[ recovery-image] Aug 26 16:20:22.049 INFO E| Compiling anstyle v1.0.14
105822026-08-26T16:20:22.634Z[ recovery-image] Aug 26 16:20:22.053 INFO E| Compiling heck v0.5.0
105832026-08-26T16:20:22.638Z[ recovery-image] Aug 26 16:20:22.056 INFO E| Compiling strsim v0.11.1
105842026-08-26T16:20:22.640Z[ recovery-image] Aug 26 16:20:22.057 INFO E| Compiling clap_lex v1.1.0
105852026-08-26T16:20:22.640Z[ recovery-image] Aug 26 16:20:22.057 INFO E| Compiling shared_thread v0.2.0
105862026-08-26T16:20:22.746Z[ recovery-image] Aug 26 16:20:22.164 INFO E| Compiling anstyle-parse v1.0.0
105872026-08-26T16:20:22.899Z[ recovery-image] Aug 26 16:20:22.318 INFO E| Compiling anstream v1.0.0
105882026-08-26T16:20:23.133Z[ recovery-image] Aug 26 16:20:22.551 INFO E| Compiling clap_builder v4.6.0
105892026-08-26T16:20:23.428Z[ recovery-image] Aug 26 16:20:22.847 INFO E| Compiling errno v0.3.14
105902026-08-26T16:20:23.428Z[ recovery-image] Aug 26 16:20:22.847 INFO E| Compiling os_pipe v1.2.3
105912026-08-26T16:20:23.533Z[ recovery-image] Aug 26 16:20:22.952 INFO E| Compiling signal-hook-registry v1.4.8
105922026-08-26T16:20:23.817Z[ recovery-image] Aug 26 16:20:23.235 INFO E| Compiling syn v2.0.117
105932026-08-26T16:20:23.844Z[ recovery-image] Aug 26 16:20:23.263 INFO E| Compiling sigchld v0.2.4
105942026-08-26T16:20:23.958Z[ recovery-image] Aug 26 16:20:23.374 INFO E| Compiling shared_child v1.1.1
105952026-08-26T16:20:24.092Z[ recovery-image] Aug 26 16:20:23.510 INFO E| Compiling duct v1.1.1
105962026-08-26T16:20:25.062Z[ host-image] Aug 26 16:20:24.481 INFO O| Aug 26 16:20:24.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105972026-08-26T16:20:25.063Z[ host-image] Aug 26 16:20:24.481 INFO O| Aug 26 16:20:24.481 INFO ok!
105982026-08-26T16:20:25.066Z[ host-image] Aug 26 16:20:24.481 INFO O| Aug 26 16:20:24.481 INFO STEP 139 (ensure_file) COMPLETE
105992026-08-26T16:20:25.066Z[ host-image] Aug 26 16:20:24.481 INFO O| Aug 26 16:20:24.481 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-08-26T16:20:25.071Z[ host-image] Aug 26 16:20:24.490 INFO O| Aug 26 16:20:24.490 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106012026-08-26T16:20:25.071Z[ host-image] Aug 26 16:20:24.490 INFO O| Aug 26 16:20:24.490 INFO STEP 140 (ensure_dir) COMPLETE
106022026-08-26T16:20:25.074Z[ host-image] Aug 26 16:20:24.490 INFO O| Aug 26 16:20:24.490 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-08-26T16:20:25.079Z[ host-image] Aug 26 16:20:24.496 INFO O| Aug 26 16:20:24.496 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106042026-08-26T16:20:25.079Z[ host-image] Aug 26 16:20:24.496 INFO O| Aug 26 16:20:24.496 INFO STEP 141 (ensure_dir) COMPLETE
106052026-08-26T16:20:25.082Z[ host-image] Aug 26 16:20:24.496 INFO O| Aug 26 16:20:24.496 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-26T16:20:25.086Z[ host-image] Aug 26 16:20:24.505 INFO O| Aug 26 16:20:24.504 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106072026-08-26T16:20:25.089Z[ host-image] Aug 26 16:20:24.505 INFO O| Aug 26 16:20:24.505 INFO STEP 142 (ensure_dir) COMPLETE
106082026-08-26T16:20:25.089Z[ host-image] Aug 26 16:20:24.505 INFO O| Aug 26 16:20:24.505 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-08-26T16:20:25.092Z[ host-image] Aug 26 16:20:24.511 INFO O| Aug 26 16:20:24.511 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106102026-08-26T16:20:25.092Z[ host-image] Aug 26 16:20:24.511 INFO O| Aug 26 16:20:24.511 INFO STEP 143 (ensure_dir) COMPLETE
106112026-08-26T16:20:25.095Z[ host-image] Aug 26 16:20:24.511 INFO O| Aug 26 16:20:24.511 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-08-26T16:20:25.100Z[ host-image] Aug 26 16:20:24.519 INFO O| Aug 26 16:20:24.519 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106132026-08-26T16:20:25.100Z[ host-image] Aug 26 16:20:24.519 INFO O| Aug 26 16:20:24.519 INFO copying /tmp/.tmpGwSQKH/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 ...
106142026-08-26T16:20:25.103Z[ host-image] Aug 26 16:20:24.519 INFO O| Aug 26 16:20:24.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106152026-08-26T16:20:25.103Z[ host-image] Aug 26 16:20:24.519 INFO O| Aug 26 16:20:24.519 INFO ok!
106162026-08-26T16:20:25.103Z[ host-image] Aug 26 16:20:24.519 INFO O| Aug 26 16:20:24.519 INFO STEP 144 (ensure_file) COMPLETE
106172026-08-26T16:20:25.103Z[ host-image] Aug 26 16:20:24.519 INFO O| Aug 26 16:20:24.519 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-08-26T16:20:25.107Z[ host-image] Aug 26 16:20:24.526 INFO O| Aug 26 16:20:24.526 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106192026-08-26T16:20:25.107Z[ host-image] Aug 26 16:20:24.526 INFO O| Aug 26 16:20:24.526 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106202026-08-26T16:20:25.107Z[ host-image] Aug 26 16:20:24.526 INFO O| Aug 26 16:20:24.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106212026-08-26T16:20:25.107Z[ host-image] Aug 26 16:20:24.526 INFO O| Aug 26 16:20:24.526 INFO STEP 145 (ensure_dir) COMPLETE
106222026-08-26T16:20:25.107Z[ host-image] Aug 26 16:20:24.526 INFO O| Aug 26 16:20:24.526 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-08-26T16:20:25.114Z[ host-image] Aug 26 16:20:24.533 INFO O| Aug 26 16:20:24.533 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106242026-08-26T16:20:25.114Z[ host-image] Aug 26 16:20:24.533 INFO O| Aug 26 16:20:24.533 INFO copying /tmp/.tmpGwSQKH/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106252026-08-26T16:20:25.117Z[ host-image] Aug 26 16:20:24.533 INFO O| Aug 26 16:20:24.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106262026-08-26T16:20:25.117Z[ host-image] Aug 26 16:20:24.533 INFO O| Aug 26 16:20:24.533 INFO ok!
106272026-08-26T16:20:25.117Z[ host-image] Aug 26 16:20:24.533 INFO O| Aug 26 16:20:24.533 INFO STEP 146 (ensure_file) COMPLETE
106282026-08-26T16:20:25.117Z[ host-image] Aug 26 16:20:24.533 INFO O| Aug 26 16:20:24.533 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-08-26T16:20:25.120Z[ host-image] Aug 26 16:20:24.539 INFO O| Aug 26 16:20:24.539 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106302026-08-26T16:20:25.120Z[ host-image] Aug 26 16:20:24.539 INFO O| Aug 26 16:20:24.539 INFO STEP 147 (remove_files) COMPLETE
106312026-08-26T16:20:25.120Z[ host-image] Aug 26 16:20:24.539 INFO O| Aug 26 16:20:24.539 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-08-26T16:20:25.126Z[ host-image] Aug 26 16:20:24.544 INFO O| Aug 26 16:20:24.544 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106332026-08-26T16:20:25.126Z[ host-image] Aug 26 16:20:24.545 INFO O| Aug 26 16:20:24.545 INFO STEP 148 (remove_files) COMPLETE
106342026-08-26T16:20:25.128Z[ host-image] Aug 26 16:20:24.545 INFO O| Aug 26 16:20:24.545 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-08-26T16:20:25.134Z[ host-image] Aug 26 16:20:24.552 INFO O| Aug 26 16:20:24.552 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106362026-08-26T16:20:25.137Z[ host-image] Aug 26 16:20:24.553 INFO O| Aug 26 16:20:24.553 INFO STEP 149 (remove_files) COMPLETE
106372026-08-26T16:20:25.137Z[ host-image] Aug 26 16:20:24.553 INFO O| Aug 26 16:20:24.553 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-08-26T16:20:25.141Z[ host-image] Aug 26 16:20:24.560 INFO O| Aug 26 16:20:24.560 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106392026-08-26T16:20:25.141Z[ host-image] Aug 26 16:20:24.560 INFO O| Aug 26 16:20:24.560 INFO STEP 150 (remove_files) COMPLETE
106402026-08-26T16:20:25.144Z[ host-image] Aug 26 16:20:24.560 INFO O| Aug 26 16:20:24.560 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-08-26T16:20:25.147Z[ host-image] Aug 26 16:20:24.566 INFO O| Aug 26 16:20:24.566 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106422026-08-26T16:20:25.151Z[ host-image] Aug 26 16:20:24.566 INFO O| Aug 26 16:20:24.566 INFO STEP 151 (remove_files) COMPLETE
106432026-08-26T16:20:25.151Z[ host-image] Aug 26 16:20:24.566 INFO O| Aug 26 16:20:24.566 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-08-26T16:20:25.154Z[ host-image] Aug 26 16:20:24.573 INFO O| Aug 26 16:20:24.572 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106452026-08-26T16:20:25.154Z[ host-image] Aug 26 16:20:24.573 INFO O| Aug 26 16:20:24.573 INFO STEP 152 (remove_files) COMPLETE
106462026-08-26T16:20:25.154Z[ host-image] Aug 26 16:20:24.573 INFO O| Aug 26 16:20:24.573 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-08-26T16:20:25.163Z[ host-image] Aug 26 16:20:24.582 INFO O| Aug 26 16:20:24.582 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106482026-08-26T16:20:25.166Z[ host-image] Aug 26 16:20:24.582 INFO O| Aug 26 16:20:24.582 INFO STEP 153 (remove_files) COMPLETE
106492026-08-26T16:20:25.166Z[ host-image] Aug 26 16:20:24.582 INFO O| Aug 26 16:20:24.582 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-08-26T16:20:25.171Z[ host-image] Aug 26 16:20:24.589 INFO O| Aug 26 16:20:24.589 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106512026-08-26T16:20:25.174Z[ host-image] Aug 26 16:20:24.589 INFO O| Aug 26 16:20:24.589 INFO STEP 154 (remove_files) COMPLETE
106522026-08-26T16:20:25.174Z[ host-image] Aug 26 16:20:24.590 INFO O| Aug 26 16:20:24.589 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-26T16:20:25.179Z[ host-image] Aug 26 16:20:24.598 INFO O| Aug 26 16:20:24.598 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106542026-08-26T16:20:25.182Z[ host-image] Aug 26 16:20:24.598 INFO O| Aug 26 16:20:24.598 INFO STEP 155 (remove_files) COMPLETE
106552026-08-26T16:20:25.182Z[ host-image] Aug 26 16:20:24.598 INFO O| Aug 26 16:20:24.598 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-26T16:20:25.185Z[ host-image] Aug 26 16:20:24.604 INFO O| Aug 26 16:20:24.604 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106572026-08-26T16:20:25.188Z[ host-image] Aug 26 16:20:24.604 INFO O| Aug 26 16:20:24.604 INFO STEP 156 (remove_files) COMPLETE
106582026-08-26T16:20:25.188Z[ host-image] Aug 26 16:20:24.604 INFO O| Aug 26 16:20:24.604 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-26T16:20:25.192Z[ host-image] Aug 26 16:20:24.610 INFO O| Aug 26 16:20:24.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106602026-08-26T16:20:25.192Z[ host-image] Aug 26 16:20:24.610 INFO O| Aug 26 16:20:24.610 INFO STEP 157 (remove_files) COMPLETE
106612026-08-26T16:20:25.192Z[ host-image] Aug 26 16:20:24.610 INFO O| Aug 26 16:20:24.610 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-26T16:20:25.197Z[ host-image] Aug 26 16:20:24.616 INFO O| Aug 26 16:20:24.616 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106632026-08-26T16:20:25.197Z[ host-image] Aug 26 16:20:24.616 INFO O| Aug 26 16:20:24.616 INFO STEP 158 (remove_files) COMPLETE
106642026-08-26T16:20:25.200Z[ host-image] Aug 26 16:20:24.616 INFO O| Aug 26 16:20:24.616 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-26T16:20:25.205Z[ host-image] Aug 26 16:20:24.624 INFO O| Aug 26 16:20:24.624 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106662026-08-26T16:20:25.205Z[ host-image] Aug 26 16:20:24.624 INFO O| Aug 26 16:20:24.624 INFO STEP 159 (remove_files) COMPLETE
106672026-08-26T16:20:25.208Z[ host-image] Aug 26 16:20:24.624 INFO O| Aug 26 16:20:24.624 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-26T16:20:25.212Z[ host-image] Aug 26 16:20:24.630 INFO O| Aug 26 16:20:24.630 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106692026-08-26T16:20:25.215Z[ host-image] Aug 26 16:20:24.631 INFO O| Aug 26 16:20:24.631 INFO STEP 160 (remove_files) COMPLETE
106702026-08-26T16:20:25.215Z[ host-image] Aug 26 16:20:24.631 INFO O| Aug 26 16:20:24.631 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-26T16:20:25.218Z[ host-image] Aug 26 16:20:24.637 INFO O| Aug 26 16:20:24.637 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106722026-08-26T16:20:25.218Z[ host-image] Aug 26 16:20:24.637 INFO O| Aug 26 16:20:24.637 INFO STEP 161 (remove_files) COMPLETE
106732026-08-26T16:20:25.221Z[ host-image] Aug 26 16:20:24.637 INFO O| Aug 26 16:20:24.637 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-26T16:20:25.225Z[ host-image] Aug 26 16:20:24.644 INFO O| Aug 26 16:20:24.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106752026-08-26T16:20:25.225Z[ host-image] Aug 26 16:20:24.644 INFO O| Aug 26 16:20:24.644 INFO STEP 162 (remove_files) COMPLETE
106762026-08-26T16:20:25.228Z[ host-image] Aug 26 16:20:24.644 INFO O| Aug 26 16:20:24.644 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-26T16:20:25.231Z[ host-image] Aug 26 16:20:24.650 INFO O| Aug 26 16:20:24.650 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106782026-08-26T16:20:25.231Z[ host-image] Aug 26 16:20:24.650 INFO O| Aug 26 16:20:24.650 INFO STEP 163 (remove_files) COMPLETE
106792026-08-26T16:20:25.234Z[ host-image] Aug 26 16:20:24.650 INFO O| Aug 26 16:20:24.650 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-26T16:20:25.238Z[ host-image] Aug 26 16:20:24.657 INFO O| Aug 26 16:20:24.656 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106812026-08-26T16:20:25.238Z[ host-image] Aug 26 16:20:24.657 INFO O| Aug 26 16:20:24.657 INFO STEP 164 (remove_files) COMPLETE
106822026-08-26T16:20:25.241Z[ host-image] Aug 26 16:20:24.657 INFO O| Aug 26 16:20:24.657 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-26T16:20:25.246Z[ host-image] Aug 26 16:20:24.664 INFO O| Aug 26 16:20:24.664 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106842026-08-26T16:20:25.246Z[ host-image] Aug 26 16:20:24.664 INFO O| Aug 26 16:20:24.664 INFO STEP 165 (remove_files) COMPLETE
106852026-08-26T16:20:25.246Z[ host-image] Aug 26 16:20:24.664 INFO O| Aug 26 16:20:24.664 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-26T16:20:25.252Z[ host-image] Aug 26 16:20:24.671 INFO O| Aug 26 16:20:24.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106872026-08-26T16:20:25.252Z[ host-image] Aug 26 16:20:24.671 INFO O| Aug 26 16:20:24.671 INFO STEP 166 (remove_files) COMPLETE
106882026-08-26T16:20:25.252Z[ host-image] Aug 26 16:20:24.671 INFO O| Aug 26 16:20:24.671 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-26T16:20:25.259Z[ host-image] Aug 26 16:20:24.678 INFO O| Aug 26 16:20:24.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106902026-08-26T16:20:25.260Z[ host-image] Aug 26 16:20:24.678 INFO O| Aug 26 16:20:24.678 INFO STEP 167 (remove_files) COMPLETE
106912026-08-26T16:20:25.260Z[ host-image] Aug 26 16:20:24.678 INFO O| Aug 26 16:20:24.678 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-26T16:20:25.267Z[ host-image] Aug 26 16:20:24.686 INFO O| Aug 26 16:20:24.686 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106932026-08-26T16:20:25.270Z[ host-image] Aug 26 16:20:24.686 INFO O| Aug 26 16:20:24.686 INFO STEP 168 (remove_files) COMPLETE
106942026-08-26T16:20:25.270Z[ host-image] Aug 26 16:20:24.686 INFO O| Aug 26 16:20:24.686 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-26T16:20:25.274Z[ host-image] Aug 26 16:20:24.693 INFO O| Aug 26 16:20:24.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106962026-08-26T16:20:25.274Z[ host-image] Aug 26 16:20:24.693 INFO O| Aug 26 16:20:24.693 INFO STEP 169 (remove_files) COMPLETE
106972026-08-26T16:20:25.277Z[ host-image] Aug 26 16:20:24.693 INFO O| Aug 26 16:20:24.693 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-26T16:20:25.279Z[ host-image] Aug 26 16:20:24.698 INFO O| Aug 26 16:20:24.698 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106992026-08-26T16:20:25.282Z[ host-image] Aug 26 16:20:24.698 INFO O| Aug 26 16:20:24.698 INFO STEP 170 (remove_files) COMPLETE
107002026-08-26T16:20:25.282Z[ host-image] Aug 26 16:20:24.698 INFO O| Aug 26 16:20:24.698 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-26T16:20:25.287Z[ host-image] Aug 26 16:20:24.706 INFO O| Aug 26 16:20:24.706 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107022026-08-26T16:20:25.287Z[ host-image] Aug 26 16:20:24.706 INFO O| Aug 26 16:20:24.706 INFO STEP 171 (remove_files) COMPLETE
107032026-08-26T16:20:25.290Z[ host-image] Aug 26 16:20:24.706 INFO O| Aug 26 16:20:24.706 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-26T16:20:25.294Z[ host-image] Aug 26 16:20:24.713 INFO O| Aug 26 16:20:24.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107052026-08-26T16:20:25.294Z[ host-image] Aug 26 16:20:24.713 INFO O| Aug 26 16:20:24.713 INFO STEP 172 (remove_files) COMPLETE
107062026-08-26T16:20:25.295Z[ host-image] Aug 26 16:20:24.713 INFO O| Aug 26 16:20:24.713 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-26T16:20:25.301Z[ host-image] Aug 26 16:20:24.720 INFO O| Aug 26 16:20:24.720 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107082026-08-26T16:20:25.301Z[ host-image] Aug 26 16:20:24.720 INFO O| Aug 26 16:20:24.720 INFO STEP 173 (remove_files) COMPLETE
107092026-08-26T16:20:25.304Z[ host-image] Aug 26 16:20:24.720 INFO O| Aug 26 16:20:24.720 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-26T16:20:25.307Z[ host-image] Aug 26 16:20:24.726 INFO O| Aug 26 16:20:24.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107112026-08-26T16:20:25.310Z[ host-image] Aug 26 16:20:24.726 INFO O| Aug 26 16:20:24.726 INFO STEP 174 (remove_files) COMPLETE
107122026-08-26T16:20:25.310Z[ host-image] Aug 26 16:20:24.726 INFO O| Aug 26 16:20:24.726 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-26T16:20:25.314Z[ host-image] Aug 26 16:20:24.733 INFO O| Aug 26 16:20:24.733 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107142026-08-26T16:20:25.314Z[ host-image] Aug 26 16:20:24.733 INFO O| Aug 26 16:20:24.733 INFO STEP 175 (remove_files) COMPLETE
107152026-08-26T16:20:25.318Z[ host-image] Aug 26 16:20:24.733 INFO O| Aug 26 16:20:24.733 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107162026-08-26T16:20:25.323Z[ host-image] Aug 26 16:20:24.742 INFO O| Aug 26 16:20:24.742 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107172026-08-26T16:20:25.326Z[ host-image] Aug 26 16:20:24.742 INFO O| Aug 26 16:20:24.742 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107182026-08-26T16:20:26.002Z[ recovery-image] Aug 26 16:20:25.419 INFO E| Compiling clap_derive v4.6.1
107192026-08-26T16:20:27.175Z[ recovery-image] Aug 26 16:20:26.594 INFO E| Compiling clap v4.6.1
107202026-08-26T16:20:27.230Z[ recovery-image] Aug 26 16:20:26.648 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107212026-08-26T16:20:27.999Z[ recovery-image] Aug 26 16:20:27.417 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
107222026-08-26T16:20:28.004Z[ recovery-image] Aug 26 16:20:27.423 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107232026-08-26T16:20:28.189Z[ recovery-image] Aug 26 16:20:27.606 INFO E| Downloading crates ...
107242026-08-26T16:20:28.226Z[ recovery-image] Aug 26 16:20:27.644 INFO E| Downloaded bit_field v0.10.3
107252026-08-26T16:20:28.229Z[ recovery-image] Aug 26 16:20:27.645 INFO E| Downloaded bitstruct v0.1.1
107262026-08-26T16:20:28.234Z[ recovery-image] Aug 26 16:20:27.652 INFO E| Downloaded log v0.4.32
107272026-08-26T16:20:28.240Z[ recovery-image] Aug 26 16:20:27.658 INFO E| Downloaded cpio_reader v0.1.2
107282026-08-26T16:20:28.243Z[ recovery-image] Aug 26 16:20:27.660 INFO E| Downloaded bitflags v2.13.0
107292026-08-26T16:20:28.246Z[ recovery-image] Aug 26 16:20:27.662 INFO E| Downloaded raw-cpuid v10.7.0
107302026-08-26T16:20:28.249Z[ recovery-image] Aug 26 16:20:27.666 INFO E| Downloaded bitstruct_derive v0.1.0
107312026-08-26T16:20:28.254Z[ recovery-image] Aug 26 16:20:27.673 INFO E| Downloaded miniz_oxide v0.9.1
107322026-08-26T16:20:28.275Z[ recovery-image] Aug 26 16:20:27.694 INFO E| Downloaded goblin v0.10.7
107332026-08-26T16:20:28.313Z[ host-image] Aug 26 16:20:27.732 INFO O| Aug 26 16:20:27.731 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
107342026-08-26T16:20:28.313Z[ host-image] Aug 26 16:20:27.732 INFO O| Aug 26 16:20:27.731 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107352026-08-26T16:20:28.324Z[ host-image] Aug 26 16:20:27.742 INFO O| Aug 26 16:20:27.742 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107362026-08-26T16:20:28.360Z[ recovery-image] Aug 26 16:20:27.778 INFO E| Downloaded x86 v0.52.0
107372026-08-26T16:20:28.395Z[ recovery-image] Aug 26 16:20:27.814 INFO E| Updating crates.io index
107382026-08-26T16:20:28.420Z[ host-image] Aug 26 16:20:27.838 INFO O| Aug 26 16:20:27.838 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
107392026-08-26T16:20:28.472Z[ host-image] Aug 26 16:20:27.891 INFO O| Aug 26 16:20:27.891 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107402026-08-26T16:20:28.532Z[ host-image] Aug 26 16:20:27.950 INFO O| Aug 26 16:20:27.950 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107412026-08-26T16:20:28.532Z[ host-image] Aug 26 16:20:27.950 INFO O| Aug 26 16:20:27.950 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-26T16:20:28.535Z[ host-image] Aug 26 16:20:27.952 INFO O| Aug 26 16:20:27.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107432026-08-26T16:20:28.536Z[ host-image] Aug 26 16:20:27.952 INFO O| Aug 26 16:20:27.952 INFO ok!
107442026-08-26T16:20:28.536Z[ host-image] Aug 26 16:20:27.952 INFO O| Aug 26 16:20:27.952 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107452026-08-26T16:20:28.536Z[ host-image] Aug 26 16:20:27.952 INFO O| Aug 26 16:20:27.952 INFO STEP 176 (seed_smf) COMPLETE
107462026-08-26T16:20:28.536Z[ host-image] Aug 26 16:20:27.952 INFO O| Aug 26 16:20:27.952 INFO steps complete; finalising image!
107472026-08-26T16:20:28.536Z[ host-image] Aug 26 16:20:27.952 INFO O| Aug 26 16:20:27.952 INFO TRIM POOL: TEMPORARY-sled-zfs
107482026-08-26T16:20:28.539Z[ recovery-image] Aug 26 16:20:27.955 INFO E| Downloading crates ...
107492026-08-26T16:20:28.555Z[ recovery-image] Aug 26 16:20:27.974 INFO E| Downloaded rustc-literal-escaper v0.0.7
107502026-08-26T16:20:28.559Z[ recovery-image] Aug 26 16:20:27.975 INFO E| Downloaded hashbrown v0.17.1
107512026-08-26T16:20:28.606Z[ recovery-image] Aug 26 16:20:28.024 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)
107522026-08-26T16:20:28.606Z[ recovery-image] Aug 26 16:20:28.024 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)
107532026-08-26T16:20:28.606Z[ recovery-image] Aug 26 16:20:28.024 INFO E| Compiling proc-macro2 v1.0.106
107542026-08-26T16:20:28.610Z[ recovery-image] Aug 26 16:20:28.024 INFO E| Compiling unicode-ident v1.0.24
107552026-08-26T16:20:28.610Z[ recovery-image] Aug 26 16:20:28.024 INFO E| Compiling quote v1.0.45
107562026-08-26T16:20:28.610Z[ recovery-image] Aug 26 16:20:28.024 INFO E| Compiling syn v1.0.109
107572026-08-26T16:20:28.610Z[ recovery-image] Aug 26 16:20:28.024 INFO E| Compiling x86 v0.52.0
107582026-08-26T16:20:28.610Z[ recovery-image] Aug 26 16:20:28.024 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107592026-08-26T16:20:28.613Z[ host-image] Aug 26 16:20:28.032 INFO O| Aug 26 16:20:28.032 INFO trim TEMPORARY-sled-zfs: (53% trimmed, started at Wed Aug 26 16:20:27 2026)
107602026-08-26T16:20:28.618Z[ recovery-image] Aug 26 16:20:28.037 INFO E| Compiling seq-macro v0.3.6
107612026-08-26T16:20:28.833Z[ host-image] Aug 26 16:20:28.251 INFO O| Aug 26 16:20:28.250 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107622026-08-26T16:20:28.833Z[ host-image] Aug 26 16:20:28.251 INFO O| Aug 26 16:20:28.251 INFO EXPORT POOL: TEMPORARY-sled-zfs
107632026-08-26T16:20:29.182Z[ host-image] Aug 26 16:20:28.600 INFO O| Aug 26 16:20:28.600 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107642026-08-26T16:20:29.182Z[ host-image] Aug 26 16:20:28.600 INFO O| Aug 26 16:20:28.600 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107652026-08-26T16:20:29.541Z[ recovery-image] Aug 26 16:20:28.959 INFO E| Compiling syn v2.0.117
107662026-08-26T16:20:30.001Z[ host-image] Aug 26 16:20:29.418 INFO O| Aug 26 16:20:29.418 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107672026-08-26T16:20:30.001Z[ host-image] Aug 26 16:20:29.418 INFO O| Aug 26 16:20:29.418 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107682026-08-26T16:20:30.004Z[ host-image] Aug 26 16:20:29.418 INFO O| Aug 26 16:20:29.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107692026-08-26T16:20:30.004Z[ host-image] Aug 26 16:20:29.418 INFO O| Aug 26 16:20:29.418 INFO completed processing sled/zfs
107702026-08-26T16:20:30.004Z[ host-image] Aug 26 16:20:29.418 INFO O| Aug 26 16:20:29.418 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107712026-08-26T16:20:30.833Z[ recovery-image] Aug 26 16:20:30.251 INFO E| Compiling scroll_derive v0.13.1
107722026-08-26T16:20:31.855Z[ recovery-image] Aug 26 16:20:31.273 INFO E| Compiling bitstruct_derive v0.1.0
107732026-08-26T16:20:40.835Z[ recovery-image] Aug 26 16:20:40.253 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)
107742026-08-26T16:20:42.886Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling bitflags v1.3.2
107752026-08-26T16:20:42.886Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling plain v0.2.3
107762026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling bit_field v0.10.3
107772026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling scroll v0.13.0
107782026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling log v0.4.32
107792026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling adler2 v2.0.1
107802026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling bitflags v2.13.0
107812026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling static_assertions v1.1.0
107822026-08-26T16:20:42.889Z[ recovery-image] Aug 26 16:20:42.304 INFO E| Compiling bitstruct v0.1.1
107832026-08-26T16:20:42.940Z[ recovery-image] Aug 26 16:20:42.358 INFO E| Compiling raw-cpuid v10.7.0
107842026-08-26T16:20:43.004Z[ recovery-image] Aug 26 16:20:42.422 INFO E| Compiling miniz_oxide v0.9.1
107852026-08-26T16:20:43.042Z[ recovery-image] Aug 26 16:20:42.460 INFO E| Compiling cpio_reader v0.1.2
107862026-08-26T16:20:43.110Z[ recovery-image] Aug 26 16:20:42.529 INFO E| Compiling goblin v0.10.7
107872026-08-26T16:20:44.499Z[ host-image] Aug 26 16:20:43.917 INFO O| Aug 26 16:20:43.916 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107882026-08-26T16:20:44.596Z[ host-image] Aug 26 16:20:44.013 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
107892026-08-26T16:20:44.596Z[ host-image] Aug 26 16:20:44.013 INFO expanded image name: "ci aa4095c/${os_short_commit} 2026-08-26 16:03" -> "ci aa4095c/bbd33bf 2026-08-26 16:03"
107902026-08-26T16:20:44.599Z[ host-image] Aug 26 16:20:44.013 INFO output artefacts stored in: "/work/os-host"
107912026-08-26T16:20:44.599Z[ host-image] Aug 26 16:20:44.013 INFO collecting git info from project "phbl"...
107922026-08-26T16:20:44.602Z[ host-image] Aug 26 16:20:44.019 INFO collecting git info from project "chelsio-t6-roms"...
107932026-08-26T16:20:44.605Z[ host-image] Aug 26 16:20:44.023 INFO collecting git info from project "image-builder"...
107942026-08-26T16:20:44.608Z[ host-image] Aug 26 16:20:44.027 INFO collecting git info from project "bootserver"...
107952026-08-26T16:20:44.612Z[ host-image] Aug 26 16:20:44.031 INFO collecting git info from project "pinprick"...
107962026-08-26T16:20:44.616Z[ host-image] Aug 26 16:20:44.034 INFO collecting git info from project "amd-firmware"...
107972026-08-26T16:20:44.627Z[ host-image] Aug 26 16:20:44.044 INFO collecting git info from project "amd-host-image-builder"...
107982026-08-26T16:20:44.630Z[ host-image] Aug 26 16:20:44.049 INFO collecting git info from project "dmar-report"...
107992026-08-26T16:20:44.635Z[ host-image] Aug 26 16:20:44.053 INFO collecting git info from project "pilot"...
108002026-08-26T16:20:44.638Z[ host-image] Aug 26 16:20:44.057 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108012026-08-26T16:20:44.943Z[ host-image] Aug 26 16:20:44.361 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108022026-08-26T16:20:45.231Z[ host-image] Aug 26 16:20:44.649 INFO creating Oxide boot image...
108032026-08-26T16:20:45.231Z[ host-image] Aug 26 16:20:44.649 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci aa4095c/bbd33bf 2026-08-26 16:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108042026-08-26T16:20:45.920Z[ recovery-image] Aug 26 16:20:45.338 INFO E| Finished `release` profile [optimized] target(s) in 17.90s
108052026-08-26T16:20:45.938Z[ recovery-image] Aug 26 16:20:45.356 INFO building ROM for cosmo
108062026-08-26T16:20:45.938Z[ recovery-image] Aug 26 16:20:45.356 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")
108072026-08-26T16:20:46.012Z[ host-image] Aug 26 16:20:45.430 INFO O| ok, image written!
108082026-08-26T16:20:46.012Z[ host-image] Aug 26 16:20:45.431 INFO O| ok, boot_image_csum file written!
108092026-08-26T16:20:46.016Z[ host-image] Aug 26 16:20:45.433 INFO creating boot archive (CPIO)...
108102026-08-26T16:20:46.016Z[ host-image] Aug 26 16:20:45.433 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
108112026-08-26T16:20:46.019Z[ host-image] Aug 26 16:20:45.436 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108122026-08-26T16:20:46.019Z[ host-image] Aug 26 16:20:45.436 INFO E| + outfile=/work/os-host/cpio
108132026-08-26T16:20:46.019Z[ host-image] Aug 26 16:20:45.436 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108142026-08-26T16:20:46.019Z[ recovery-image] Aug 26 16:20:45.437 INFO E| Downloading crates ...
108152026-08-26T16:20:46.022Z[ host-image] Aug 26 16:20:45.438 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108162026-08-26T16:20:46.022Z[ host-image] Aug 26 16:20:45.438 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108172026-08-26T16:20:46.046Z[ host-image] Aug 26 16:20:45.464 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108182026-08-26T16:20:46.046Z[ host-image] Aug 26 16:20:45.464 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108192026-08-26T16:20:46.051Z[ host-image] Aug 26 16:20:45.470 INFO creating compressed cpio/unix for dev loaders...
108202026-08-26T16:20:46.051Z[ host-image] Aug 26 16:20:45.470 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
108212026-08-26T16:20:46.087Z[ recovery-image] Aug 26 16:20:45.505 INFO E| Downloaded clap_lex v0.7.4
108222026-08-26T16:20:46.090Z[ recovery-image] Aug 26 16:20:45.507 INFO E| Downloaded is_terminal_polyfill v1.70.1
108232026-08-26T16:20:46.099Z[ recovery-image] Aug 26 16:20:45.517 INFO E| Downloaded clap v4.5.37
108242026-08-26T16:20:46.104Z[ recovery-image] Aug 26 16:20:45.522 INFO E| Downloaded shared_child v1.0.1
108252026-08-26T16:20:46.107Z[ recovery-image] Aug 26 16:20:45.523 INFO E| Downloaded serde_spanned v0.6.8
108262026-08-26T16:20:46.107Z[ recovery-image] Aug 26 16:20:45.525 INFO E| Downloaded anstyle v1.0.10
108272026-08-26T16:20:46.111Z[ recovery-image] Aug 26 16:20:45.528 INFO E| Downloaded colorchoice v1.0.3
108282026-08-26T16:20:46.114Z[ recovery-image] Aug 26 16:20:45.529 INFO E| Downloaded toml_datetime v0.6.9
108292026-08-26T16:20:46.114Z[ recovery-image] Aug 26 16:20:45.532 INFO E| Downloaded anstyle-parse v0.2.6
108302026-08-26T16:20:46.117Z[ recovery-image] Aug 26 16:20:45.536 INFO E| Downloaded os_pipe v1.2.1
108312026-08-26T16:20:46.120Z[ recovery-image] Aug 26 16:20:45.537 INFO E| Downloaded anstyle-query v1.1.2
108322026-08-26T16:20:46.120Z[ recovery-image] Aug 26 16:20:45.537 INFO E| Downloaded anstream v0.6.18
108332026-08-26T16:20:46.123Z[ recovery-image] Aug 26 16:20:45.540 INFO E| Downloaded toml_write v0.1.1
108342026-08-26T16:20:46.123Z[ recovery-image] Aug 26 16:20:45.541 INFO E| Downloaded clap_derive v4.5.32
108352026-08-26T16:20:46.126Z[ recovery-image] Aug 26 16:20:45.542 INFO E| Downloaded duct v0.13.7
108362026-08-26T16:20:46.144Z[ recovery-image] Aug 26 16:20:45.562 INFO E| Downloaded toml v0.8.22
108372026-08-26T16:20:46.164Z[ recovery-image] Aug 26 16:20:45.581 INFO E| Downloaded cc v1.2.20
108382026-08-26T16:20:46.167Z[ recovery-image] Aug 26 16:20:45.583 INFO E| Downloaded toml_edit v0.22.26
108392026-08-26T16:20:46.183Z[ recovery-image] Aug 26 16:20:45.602 INFO E| Downloaded winnow v0.7.7
108402026-08-26T16:20:46.188Z[ recovery-image] Aug 26 16:20:45.607 INFO E| Downloaded clap_builder v4.5.37
108412026-08-26T16:20:46.202Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling libc v0.2.172
108422026-08-26T16:20:46.205Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling utf8parse v0.2.2
108432026-08-26T16:20:46.205Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling hashbrown v0.15.2
108442026-08-26T16:20:46.205Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling anstyle-query v1.1.2
108452026-08-26T16:20:46.205Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling is_terminal_polyfill v1.70.1
108462026-08-26T16:20:46.205Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling colorchoice v1.0.3
108472026-08-26T16:20:46.205Z[ recovery-image] Aug 26 16:20:45.621 INFO E| Compiling equivalent v1.0.2
108482026-08-26T16:20:46.219Z[ recovery-image] Aug 26 16:20:45.638 INFO E| Compiling anstyle v1.0.10
108492026-08-26T16:20:46.222Z[ recovery-image] Aug 26 16:20:45.638 INFO E| Compiling once_cell v1.21.3
108502026-08-26T16:20:46.222Z[ recovery-image] Aug 26 16:20:45.638 INFO E| Compiling shlex v1.3.0
108512026-08-26T16:20:46.222Z[ recovery-image] Aug 26 16:20:45.639 INFO E| Compiling strsim v0.11.1
108522026-08-26T16:20:46.222Z[ recovery-image] Aug 26 16:20:45.639 INFO E| Compiling toml_write v0.1.1
108532026-08-26T16:20:46.230Z[ recovery-image] Aug 26 16:20:45.649 INFO E| Compiling winnow v0.7.7
108542026-08-26T16:20:46.233Z[ recovery-image] Aug 26 16:20:45.649 INFO E| Compiling clap_lex v0.7.4
108552026-08-26T16:20:46.236Z[ recovery-image] Aug 26 16:20:45.653 INFO E| Compiling anyhow v1.0.98
108562026-08-26T16:20:46.238Z[ recovery-image] Aug 26 16:20:45.657 INFO E| Compiling syn v2.0.101
108572026-08-26T16:20:46.276Z[ host-image] Aug 26 16:20:45.694 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108582026-08-26T16:20:46.388Z[ recovery-image] Aug 26 16:20:45.806 INFO E| Compiling anstyle-parse v0.2.6
108592026-08-26T16:20:46.392Z[ recovery-image] Aug 26 16:20:45.806 INFO E| Compiling cc v1.2.20
108602026-08-26T16:20:46.557Z[ recovery-image] Aug 26 16:20:45.976 INFO E| Compiling anstream v0.6.18
108612026-08-26T16:20:46.752Z[ recovery-image] Aug 26 16:20:46.170 INFO E| Compiling clap_builder v4.5.37
108622026-08-26T16:20:46.802Z[ recovery-image] Aug 26 16:20:46.220 INFO E| Compiling indexmap v2.9.0
108632026-08-26T16:20:46.846Z[ recovery-image] Aug 26 16:20:46.264 INFO E| Compiling shared_child v1.0.1
108642026-08-26T16:20:46.846Z[ recovery-image] Aug 26 16:20:46.264 INFO E| Compiling os_pipe v1.2.1
108652026-08-26T16:20:46.962Z[ recovery-image] Aug 26 16:20:46.380 INFO E| Compiling duct v0.13.7
108662026-08-26T16:20:47.429Z[ recovery-image] Aug 26 16:20:46.847 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108672026-08-26T16:20:48.508Z[ recovery-image] Aug 26 16:20:47.926 INFO E| Compiling serde_derive v1.0.219
108682026-08-26T16:20:48.508Z[ recovery-image] Aug 26 16:20:47.926 INFO E| Compiling clap_derive v4.5.32
108692026-08-26T16:20:49.630Z[ host-image] Aug 26 16:20:49.048 INFO creating reset image...
108702026-08-26T16:20:49.630Z[ host-image] Aug 26 16:20:49.048 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")
108712026-08-26T16:20:49.705Z[ host-image] Aug 26 16:20:49.123 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108722026-08-26T16:20:49.708Z[ host-image] Aug 26 16:20:49.125 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108732026-08-26T16:20:50.045Z[ recovery-image] Aug 26 16:20:49.463 INFO E| Compiling clap v4.5.37
108742026-08-26T16:20:50.059Z[ host-image] Aug 26 16:20:49.477 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)
108752026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 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)
108762026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling proc-macro2 v1.0.106
108772026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling unicode-ident v1.0.24
108782026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling quote v1.0.45
108792026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling syn v1.0.109
108802026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling x86 v0.52.0
108812026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108822026-08-26T16:20:50.062Z[ host-image] Aug 26 16:20:49.479 INFO E| Compiling seq-macro v0.3.6
108832026-08-26T16:20:51.088Z[ recovery-image] Aug 26 16:20:50.506 INFO E| Compiling serde v1.0.219
108842026-08-26T16:20:51.356Z[ host-image] Aug 26 16:20:50.774 INFO E| Compiling syn v2.0.117
108852026-08-26T16:20:52.744Z[ host-image] Aug 26 16:20:52.162 INFO E| Compiling scroll_derive v0.13.1
108862026-08-26T16:20:53.071Z[ recovery-image] Aug 26 16:20:52.489 INFO E| Compiling serde_spanned v0.6.8
108872026-08-26T16:20:53.071Z[ recovery-image] Aug 26 16:20:52.489 INFO E| Compiling toml_datetime v0.6.9
108882026-08-26T16:20:53.238Z[ recovery-image] Aug 26 16:20:52.656 INFO E| Compiling toml_edit v0.22.26
108892026-08-26T16:20:53.937Z[ host-image] Aug 26 16:20:53.355 INFO E| Compiling bitstruct_derive v0.1.0
108902026-08-26T16:20:54.757Z[ recovery-image] Aug 26 16:20:54.175 INFO E| Compiling toml v0.8.22
108912026-08-26T16:20:57.234Z[ recovery-image] Aug 26 16:20:56.652 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
108922026-08-26T16:20:57.243Z[ recovery-image] Aug 26 16:20:56.661 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`
108932026-08-26T16:20:57.260Z[ recovery-image] Aug 26 16:20:56.678 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108942026-08-26T16:20:57.344Z[ recovery-image] Aug 26 16:20:56.762 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108952026-08-26T16:20:57.348Z[ recovery-image] Aug 26 16:20:56.766 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`
108962026-08-26T16:20:57.562Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108972026-08-26T16:20:57.562Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108982026-08-26T16:20:57.566Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108992026-08-26T16:20:57.566Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109002026-08-26T16:20:57.566Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109012026-08-26T16:20:57.566Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109022026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109032026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109042026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109052026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.980 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109062026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109072026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109082026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109092026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109102026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109112026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109122026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109132026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109142026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109152026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109162026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109172026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109182026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109192026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109202026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109212026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109222026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109232026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109242026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109252026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109262026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109272026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109282026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109292026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109302026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109312026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109322026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109332026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109342026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109352026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.981 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109362026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109372026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109382026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109392026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109402026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109412026-08-26T16:20:57.567Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109422026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109432026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109442026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109452026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109462026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109472026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109482026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109492026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO O| Info: ABL version: 0x100af010
109502026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109512026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109522026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109532026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109542026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109552026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109562026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109572026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109582026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109592026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109602026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109612026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109622026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109632026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109642026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109652026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109662026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109672026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109682026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109692026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109702026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109712026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109722026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109732026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109742026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109752026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109762026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109772026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109782026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109792026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109802026-08-26T16:20:57.568Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109812026-08-26T16:20:57.569Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109822026-08-26T16:20:57.569Z[ recovery-image] Aug 26 16:20:56.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109832026-08-26T16:20:57.606Z[ recovery-image] Aug 26 16:20:57.024 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109842026-08-26T16:20:57.606Z[ recovery-image] Aug 26 16:20:57.024 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109852026-08-26T16:20:57.606Z[ recovery-image] Aug 26 16:20:57.024 INFO building ROM for gimlet
109862026-08-26T16:20:57.609Z[ recovery-image] Aug 26 16:20:57.024 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")
109872026-08-26T16:20:57.704Z[ recovery-image] Aug 26 16:20:57.122 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109882026-08-26T16:20:57.707Z[ recovery-image] Aug 26 16:20:57.125 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`
109892026-08-26T16:20:57.721Z[ recovery-image] Aug 26 16:20:57.140 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109902026-08-26T16:20:57.798Z[ recovery-image] Aug 26 16:20:57.215 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109912026-08-26T16:20:57.801Z[ recovery-image] Aug 26 16:20:57.218 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`
109922026-08-26T16:20:57.943Z[ recovery-image] Aug 26 16:20:57.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109932026-08-26T16:20:57.943Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109942026-08-26T16:20:57.943Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109952026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109962026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109972026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109982026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109992026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110002026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110012026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110022026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110032026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110042026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110052026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110062026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110072026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO O| Info: ABL version: 0x100f5010
110082026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110092026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110102026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110112026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.361 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110122026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110132026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110142026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110152026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110162026-08-26T16:20:57.946Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110172026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110182026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110192026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110202026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110212026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110222026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110232026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110242026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110252026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110262026-08-26T16:20:57.947Z[ recovery-image] Aug 26 16:20:57.362 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110272026-08-26T16:20:57.985Z[ recovery-image] Aug 26 16:20:57.403 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110282026-08-26T16:20:59.263Z[ recovery-image] Aug 26 16:20:58.681 INFO image complete! materials are in "/work/os-recovery"
110292026-08-26T16:20:59.266Z[ recovery-image]
110302026-08-26T16:20:59.266Z[ recovery-image] real 3:24.771905160
110312026-08-26T16:20:59.266Z[ recovery-image] user 2:39.854359469
110322026-08-26T16:20:59.266Z[ recovery-image] sys 38.620288351
110332026-08-26T16:20:59.266Z[ recovery-image] trap 0.134397466
110342026-08-26T16:20:59.266Z[ recovery-image] tflt 0.685331560
110352026-08-26T16:20:59.266Z[ recovery-image] dflt 0.708835087
110362026-08-26T16:20:59.266Z[ recovery-image] kflt 0.000146940
110372026-08-26T16:20:59.266Z[ recovery-image] lock 8:03.456233157
110382026-08-26T16:20:59.267Z[ recovery-image] slp 17:59.578568190
110392026-08-26T16:20:59.267Z[ recovery-image] lat 31.381925042
110402026-08-26T16:20:59.267Z[ recovery-image] stop 7.304229271
110412026-08-26T16:20:59.270ZAug 26 16:20:58.685 INFO [recovery-image] process exited with exit status: 0 (204.776795193s)
110422026-08-26T16:20:59.270ZAug 26 16:20:58.685 INFO [tuf-v2-recovery] running task
110432026-08-26T16:20:59.270ZAug 26 16:20:58.686 INFO [tuf-v2-recovery] task succeeded (678.451µs)
110442026-08-26T16:21:03.308Z[ host-image] Aug 26 16:21:02.725 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)
110452026-08-26T16:21:05.467Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling bitflags v1.3.2
110462026-08-26T16:21:05.467Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling log v0.4.32
110472026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling bitflags v2.13.0
110482026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling bit_field v0.10.3
110492026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling scroll v0.13.0
110502026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling adler2 v2.0.1
110512026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling plain v0.2.3
110522026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling bitstruct v0.1.1
110532026-08-26T16:21:05.470Z[ host-image] Aug 26 16:21:04.884 INFO E| Compiling static_assertions v1.1.0
110542026-08-26T16:21:05.523Z[ host-image] Aug 26 16:21:04.941 INFO E| Compiling raw-cpuid v10.7.0
110552026-08-26T16:21:05.568Z[ host-image] Aug 26 16:21:04.986 INFO E| Compiling miniz_oxide v0.9.1
110562026-08-26T16:21:05.630Z[ host-image] Aug 26 16:21:05.047 INFO E| Compiling cpio_reader v0.1.2
110572026-08-26T16:21:05.676Z[ host-image] Aug 26 16:21:05.094 INFO E| Compiling goblin v0.10.7
110582026-08-26T16:21:08.554Z[ host-image] Aug 26 16:21:07.972 INFO E| Finished `release` profile [optimized] target(s) in 18.83s
110592026-08-26T16:21:08.567Z[ host-image] Aug 26 16:21:07.985 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110602026-08-26T16:21:08.568Z[ host-image] Aug 26 16:21:07.985 INFO building ROM for cosmo
110612026-08-26T16:21:08.571Z[ host-image] Aug 26 16:21:07.985 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")
110622026-08-26T16:21:08.658Z[ host-image] Aug 26 16:21:08.076 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110632026-08-26T16:21:08.661Z[ host-image] Aug 26 16:21:08.078 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`
110642026-08-26T16:21:08.673Z[ host-image] Aug 26 16:21:08.091 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110652026-08-26T16:21:08.741Z[ host-image] Aug 26 16:21:08.159 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110662026-08-26T16:21:08.746Z[ host-image] Aug 26 16:21:08.165 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`
110672026-08-26T16:21:08.973Z[ host-image] Aug 26 16:21:08.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110682026-08-26T16:21:08.973Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110692026-08-26T16:21:08.973Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110702026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110712026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110722026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110732026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110742026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110752026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110762026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110772026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110782026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110792026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110802026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110812026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110822026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110832026-08-26T16:21:08.976Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110842026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110852026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110862026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110872026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110882026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110892026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110902026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110912026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110922026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110932026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110942026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110952026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110962026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110972026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110982026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110992026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111002026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111012026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111022026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111032026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111042026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111052026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111062026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111072026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111082026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111092026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111102026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111112026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111122026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111132026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111142026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111152026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111162026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111172026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111182026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111192026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111202026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO O| Info: ABL version: 0x100af010
111212026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111222026-08-26T16:21:08.977Z[ host-image] Aug 26 16:21:08.392 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111232026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111242026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111252026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111262026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111272026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111282026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111292026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111302026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111312026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111322026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111332026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111342026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111352026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111362026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111372026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111382026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111392026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111402026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111412026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111422026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111432026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111442026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111452026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111462026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111472026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111482026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111492026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111502026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111512026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111522026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111532026-08-26T16:21:08.978Z[ host-image] Aug 26 16:21:08.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111542026-08-26T16:21:09.017Z[ host-image] Aug 26 16:21:08.435 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111552026-08-26T16:21:09.017Z[ host-image] Aug 26 16:21:08.435 INFO building ROM for gimlet
111562026-08-26T16:21:09.020Z[ host-image] Aug 26 16:21:08.435 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")
111572026-08-26T16:21:09.104Z[ host-image] Aug 26 16:21:08.522 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111582026-08-26T16:21:09.109Z[ host-image] Aug 26 16:21:08.527 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`
111592026-08-26T16:21:09.124Z[ host-image] Aug 26 16:21:08.542 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111602026-08-26T16:21:09.192Z[ host-image] Aug 26 16:21:08.610 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111612026-08-26T16:21:09.195Z[ host-image] Aug 26 16:21:08.613 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`
111622026-08-26T16:21:09.311Z[ host-image] Aug 26 16:21:08.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111632026-08-26T16:21:09.311Z[ host-image] Aug 26 16:21:08.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111642026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111652026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.729 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111662026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111672026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111682026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111692026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111702026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111712026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111722026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111732026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111742026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111752026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111762026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111772026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO O| Info: ABL version: 0x100f5010
111782026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111792026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111802026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111812026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111822026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111832026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111842026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111852026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111862026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111872026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111882026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111892026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111902026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111912026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111922026-08-26T16:21:09.315Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111932026-08-26T16:21:09.316Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111942026-08-26T16:21:09.316Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111952026-08-26T16:21:09.316Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111962026-08-26T16:21:09.316Z[ host-image] Aug 26 16:21:08.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111972026-08-26T16:21:09.354Z[ host-image] Aug 26 16:21:08.772 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111982026-08-26T16:21:20.958Z[ host-image] Aug 26 16:21:20.376 INFO image complete! materials are in "/work/os-host"
111992026-08-26T16:21:20.961Z[ host-image]
112002026-08-26T16:21:20.961Z[ host-image] real 3:56.741695846
112012026-08-26T16:21:20.961Z[ host-image] user 2:50.912247114
112022026-08-26T16:21:20.961Z[ host-image] sys 35.360158428
112032026-08-26T16:21:20.961Z[ host-image] trap 0.146832488
112042026-08-26T16:21:20.961Z[ host-image] tflt 0.376276658
112052026-08-26T16:21:20.961Z[ host-image] dflt 0.246999322
112062026-08-26T16:21:20.961Z[ host-image] kflt 0.000173190
112072026-08-26T16:21:20.961Z[ host-image] lock 7:29.792724401
112082026-08-26T16:21:20.961Z[ host-image] slp 19:51.025257360
112092026-08-26T16:21:20.961Z[ host-image] lat 26.924826505
112102026-08-26T16:21:20.961Z[ host-image] stop 3.368083961
112112026-08-26T16:21:20.965ZAug 26 16:21:20.380 INFO [host-image] process exited with exit status: 0 (236.74700073s)
112122026-08-26T16:21:20.965ZAug 26 16:21:20.380 INFO [tuf-v2-host] running task
112132026-08-26T16:21:20.965ZAug 26 16:21:20.380 INFO [tuf-repo] running task
112142026-08-26T16:21:20.965ZAug 26 16:21:20.380 INFO [tuf-v2-host] task succeeded (359.37µs)
112152026-08-26T16:21:20.965ZAug 26 16:21:20.380 INFO [tuf-v2-repo] running task
112162026-08-26T16:21:42.603ZAug 26 16:21:42.019 INFO [tuf-v2-repo] task succeeded (21.639521605s)
112172026-08-26T16:21:42.981ZAug 26 16:21:42.399 INFO assembling repository in `/tmp/tufaceousVjgMMr`, component: OmicronRepoAssembler
112182026-08-26T16:21:51.680ZAug 26 16:21:51.097 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112192026-08-26T16:21:51.921ZAug 26 16:21:51.338 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112202026-08-26T16:21:54.179ZAug 26 16:21:53.595 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112212026-08-26T16:21:54.238ZAug 26 16:21:53.656 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112222026-08-26T16:21:54.294ZAug 26 16:21:53.711 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112232026-08-26T16:21:54.342ZAug 26 16:21:53.760 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112242026-08-26T16:21:54.391ZAug 26 16:21:53.808 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112252026-08-26T16:21:54.441ZAug 26 16:21:53.858 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112262026-08-26T16:21:54.490ZAug 26 16:21:53.907 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112272026-08-26T16:22:04.938ZAug 26 16:22:04.355 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
112282026-08-26T16:22:04.943ZAug 26 16:22:04.361 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
112292026-08-26T16:22:04.967ZAug 26 16:22:04.384 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
112302026-08-26T16:22:05.028ZAug 26 16:22:04.446 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112312026-08-26T16:22:05.082ZAug 26 16:22:04.499 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112322026-08-26T16:22:05.153ZAug 26 16:22:04.570 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112332026-08-26T16:22:05.215ZAug 26 16:22:04.632 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
112342026-08-26T16:22:05.221ZAug 26 16:22:04.638 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
112352026-08-26T16:22:05.246ZAug 26 16:22:04.664 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
112362026-08-26T16:22:06.963ZAug 26 16:22:06.380 INFO [tuf-repo] task succeeded (46.000586012s)
112372026-08-26T16:24:45.544Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s
112382026-08-26T16:24:45.548Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112392026-08-26T16:24:45.548Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112402026-08-26T16:24:48.173ZAug 26 16:24:47.587 INFO [verify-libraries] process exited with exit status: 0 (433.953306121s)
112412026-08-26T16:24:48.173ZAug 26 16:24:47.588 INFO all jobs completed in 1276.322245348s
112422026-08-26T16:24:49.426Zprocess exited: duration 1499670 ms, exit code 0
 
112432026-08-26T16:24:49.448Zfound 41 output files
112442026-08-26T16:24:49.463Zuploading: /work/manifest.toml (17334 bytes)
112452026-08-26T16:24:50.514Zuploaded: /work/manifest.toml
112462026-08-26T16:24:50.514Zuploading: /work/repo.zip (3293886199 bytes)
112472026-08-26T16:25:33.860Zuploaded: /work/repo.zip
112482026-08-26T16:25:33.860Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112492026-08-26T16:25:34.897Zuploaded: /work/repo.zip.sha256.txt
112502026-08-26T16:25:34.897Zuploading: /work/helios.json (647 bytes)
112512026-08-26T16:25:35.906Zuploaded: /work/helios.json
112522026-08-26T16:25:35.906Zuploading: /work/incorporation.p5m (113590 bytes)
112532026-08-26T16:25:36.917Zuploaded: /work/incorporation.p5m
112542026-08-26T16:25:36.917Zuploading: /work/incorporation.p5p (133120 bytes)
112552026-08-26T16:25:37.929Zuploaded: /work/incorporation.p5p
112562026-08-26T16:25:37.929Zuploading: /work/helios-incorp.log (522 bytes)
112572026-08-26T16:25:38.944Zuploaded: /work/helios-incorp.log
112582026-08-26T16:25:38.944Zuploading: /work/helios-setup.log (56907 bytes)
112592026-08-26T16:25:39.956Zuploaded: /work/helios-setup.log
112602026-08-26T16:25:39.956Zuploading: /work/host-image.log (233350 bytes)
112612026-08-26T16:25:40.968Zuploaded: /work/host-image.log
112622026-08-26T16:25:40.969Zuploading: /work/host-package.log (33790 bytes)
112632026-08-26T16:25:41.979Zuploaded: /work/host-package.log
112642026-08-26T16:25:41.979Zuploading: /work/host-target.log (101 bytes)
112652026-08-26T16:25:42.989Zuploaded: /work/host-target.log
112662026-08-26T16:25:42.989Zuploading: /work/incorp-create.log (0 bytes)
112672026-08-26T16:25:43.996Zuploaded: /work/incorp-create.log
112682026-08-26T16:25:43.996Zuploading: /work/incorp-fmt.log (0 bytes)
112692026-08-26T16:25:45.003Zuploaded: /work/incorp-fmt.log
112702026-08-26T16:25:45.003Zuploading: /work/incorp-pkgsend.log (108 bytes)
112712026-08-26T16:25:46.012Zuploaded: /work/incorp-pkgsend.log
112722026-08-26T16:25:46.012Zuploading: /work/incorp-publisher.log (0 bytes)
112732026-08-26T16:25:47.020Zuploaded: /work/incorp-publisher.log
112742026-08-26T16:25:47.020Zuploading: /work/omicron-package.log (10430 bytes)
112752026-08-26T16:25:48.030Zuploaded: /work/omicron-package.log
112762026-08-26T16:25:48.030Zuploading: /work/recovery-image.log (590143 bytes)
112772026-08-26T16:25:49.043Zuploaded: /work/recovery-image.log
112782026-08-26T16:25:49.043Zuploading: /work/recovery-package.log (321 bytes)
112792026-08-26T16:25:50.052Zuploaded: /work/recovery-package.log
112802026-08-26T16:25:50.052Zuploading: /work/recovery-target.log (98 bytes)
112812026-08-26T16:25:51.062Zuploaded: /work/recovery-target.log
112822026-08-26T16:25:51.062Zuploading: /work/stamp-clickhouse.log (117 bytes)
112832026-08-26T16:25:52.090Zuploaded: /work/stamp-clickhouse.log
112842026-08-26T16:25:52.090Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112852026-08-26T16:25:53.099Zuploaded: /work/stamp-clickhouse_keeper.log
112862026-08-26T16:25:53.099Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112872026-08-26T16:25:54.109Zuploaded: /work/stamp-clickhouse_server.log
112882026-08-26T16:25:54.109Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112892026-08-26T16:25:55.118Zuploaded: /work/stamp-cockroachdb.log
112902026-08-26T16:25:55.118Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112912026-08-26T16:25:56.128Zuploaded: /work/stamp-crucible-pantry-zone.log
112922026-08-26T16:25:56.128Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112932026-08-26T16:25:57.135Zuploaded: /work/stamp-crucible-utils.log
112942026-08-26T16:25:57.136Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112952026-08-26T16:25:58.145Zuploaded: /work/stamp-crucible-zone.log
112962026-08-26T16:25:58.145Zuploading: /work/stamp-external-dns.log (119 bytes)
112972026-08-26T16:25:59.155Zuploaded: /work/stamp-external-dns.log
112982026-08-26T16:25:59.155Zuploading: /work/stamp-installinator.log (103 bytes)
112992026-08-26T16:26:00.170Zuploaded: /work/stamp-installinator.log
113002026-08-26T16:26:00.170Zuploading: /work/stamp-internal-dns.log (119 bytes)
113012026-08-26T16:26:01.178Zuploaded: /work/stamp-internal-dns.log
113022026-08-26T16:26:01.178Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113032026-08-26T16:26:02.186Zuploaded: /work/stamp-mg-ddm-gz.log
113042026-08-26T16:26:02.186Zuploading: /work/stamp-nexus.log (112 bytes)
113052026-08-26T16:26:03.195Zuploaded: /work/stamp-nexus.log
113062026-08-26T16:26:03.195Zuploading: /work/stamp-ntp.log (110 bytes)
113072026-08-26T16:26:04.205Zuploaded: /work/stamp-ntp.log
113082026-08-26T16:26:04.205Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113092026-08-26T16:26:05.212Zuploaded: /work/stamp-omicron-sled-agent.log
113102026-08-26T16:26:05.213Zuploading: /work/stamp-overlay.log (114 bytes)
113112026-08-26T16:26:06.221Zuploaded: /work/stamp-overlay.log
113122026-08-26T16:26:06.221Zuploading: /work/stamp-oximeter.log (115 bytes)
113132026-08-26T16:26:07.228Zuploaded: /work/stamp-oximeter.log
113142026-08-26T16:26:07.229Zuploading: /work/stamp-oxlog.log (109 bytes)
113152026-08-26T16:26:08.238Zuploaded: /work/stamp-oxlog.log
113162026-08-26T16:26:08.238Zuploading: /work/stamp-probe.log (112 bytes)
113172026-08-26T16:26:09.247Zuploaded: /work/stamp-probe.log
113182026-08-26T16:26:09.247Zuploading: /work/stamp-propolis-server.log (122 bytes)
113192026-08-26T16:26:10.257Zuploaded: /work/stamp-propolis-server.log
113202026-08-26T16:26:10.258Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113212026-08-26T16:26:11.266Zuploaded: /work/stamp-pumpkind-gz.log
113222026-08-26T16:26:11.266Zuploading: /work/stamp-switch-asic.log (118 bytes)
113232026-08-26T16:26:12.275Zuploaded: /work/stamp-switch-asic.log
113242026-08-26T16:26:12.275Zuploading: /work/verify-libraries.log (50737 bytes)
113252026-08-26T16:26:13.287Zuploaded: /work/verify-libraries.log