01M0EJKKB77A73PM9QHT6RXS7F: 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: 01M0EJM8QF0FQZMD00XKNHJXH9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T03:15:57.849Zjob assigned to worker 01M0EJMG27DGQTY0ME87HSYZYQ [factory aws, i-04a96fbca3a07b7b0] (queued for 1 m 1 s)
 
22026-08-20T03:16:04.664Zstarting task 0: "setup"
32026-08-20T03:16:04.674Z++ uname -s
42026-08-20T03:16:04.674Z+ kern=SunOS
52026-08-20T03:16:04.674Z+ build_user=build
62026-08-20T03:16:04.674Z+ build_uid=12345
72026-08-20T03:16:04.674Z+ work_dir=/work
82026-08-20T03:16:04.675Z+ input_dir=/input
92026-08-20T03:16:04.675Z+ [[ 0 == 12345 ]]
102026-08-20T03:16:04.675Z+ case "$kern" in
112026-08-20T03:16:04.675Z+ groupadd -g 12345 build
122026-08-20T03:16:04.675Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T03:16:06.680Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T03:16:06.781Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T03:16:06.789Z+ home_fs=zfs
162026-08-20T03:16:06.789Z+ [[ zfs == autofs ]]
172026-08-20T03:16:06.789Z+ mkdir -p /home/build
182026-08-20T03:16:06.789Z+ chown build:build /home/build /work
192026-08-20T03:16:10.112Z+ chmod 0700 /home/build /work
202026-08-20T03:16:10.183Zprocess exited: duration 4125 ms, exit code 0
 
212026-08-20T03:16:10.219Zstarting task 1: "rust-toolchain"
222026-08-20T03:16:10.226Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T03:16:10.226Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T03:16:10.226Z * rust toolchain channel = "1.97.1"
252026-08-20T03:16:10.226Z * rust toolchain profile = "default"
262026-08-20T03:16:10.226Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T03:16:10.226Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T03:16:10.226Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T03:16:10.230Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T03:16:10.336Zinfo: downloading installer
312026-08-20T03:16:11.953Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T03:16:11.953Zwarn: /home/build/.rustup/settings.toml
332026-08-20T03:16:11.953Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T03:16:11.953Zwarn: instead of the one inferred from the default host triple.
352026-08-20T03:16:11.966Zinfo: profile set to default
362026-08-20T03:16:11.967Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T03:16:11.969Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T03:16:12.114Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T03:16:12.117Zinfo: downloading 6 components
402026-08-20T03:16:28.019Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T03:16:28.019Z
422026-08-20T03:16:28.048Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T03:16:28.048Z
442026-08-20T03:16:28.048Z
452026-08-20T03:16:28.048ZRust is installed now. Great!
462026-08-20T03:16:28.049Z
472026-08-20T03:16:28.049ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T03:16:28.049Zenvironment variable. This has not been done automatically.
492026-08-20T03:16:28.049Z
502026-08-20T03:16:28.049ZTo configure your current shell, you need to source
512026-08-20T03:16:28.049Zthe corresponding env file under $HOME/.cargo.
522026-08-20T03:16:28.049Z
532026-08-20T03:16:28.049ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T03:16:28.049Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T03:16:28.049Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T03:16:28.049Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T03:16:28.050Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T03:16:28.050Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T03:16:28.050Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T03:16:28.054Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T03:16:28.054Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T03:16:28.144Z+ rustup --version
632026-08-20T03:16:28.149Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T03:16:28.153Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T03:16:28.171Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T03:16:28.174Z+ cargo --version
672026-08-20T03:16:28.181Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T03:16:28.185Z+ rustc --version
692026-08-20T03:16:28.204Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T03:16:28.208Zprocess exited: duration 17987 ms, exit code 0
 
712026-08-20T03:16:28.216Zstarting task 2: "authentication"
722026-08-20T03:16:28.229ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-20T03:16:48.346Zprocess exited: duration 20130 ms, exit code 0
 
742026-08-20T03:16:48.353Zstarting task 3: "clone repository"
752026-08-20T03:16:48.358Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-20T03:16:48.362Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-20T03:16:48.394ZCloning into '/work/oxidecomputer/omicron'...
782026-08-20T03:17:06.942Z+ cd /work/oxidecomputer/omicron
792026-08-20T03:17:06.942Z+ git fetch origin 62a063c693976b4f9482088c8b38da11a3a3f4d0
802026-08-20T03:17:07.298ZFrom https://github.com/oxidecomputer/omicron
812026-08-20T03:17:07.298Z * branch 62a063c693976b4f9482088c8b38da11a3a3f4d0 -> FETCH_HEAD
822026-08-20T03:17:07.313Z+ [[ -n multirack-join-service-part-3 ]]
832026-08-20T03:17:07.317Z++ git branch --show-current
842026-08-20T03:17:07.317Z+ current=main
852026-08-20T03:17:07.317Z+ [[ main != multirack-join-service-part-3 ]]
862026-08-20T03:17:07.317Z+ git branch -f multirack-join-service-part-3 62a063c693976b4f9482088c8b38da11a3a3f4d0
872026-08-20T03:17:07.321Z+ git checkout -f multirack-join-service-part-3
882026-08-20T03:17:07.588ZSwitched to branch 'multirack-join-service-part-3'
892026-08-20T03:17:07.593Z+ git reset --hard 62a063c693976b4f9482088c8b38da11a3a3f4d0
902026-08-20T03:17:07.614ZHEAD is now at 62a063c69 add allow_ddm_traffic to PortConfig
912026-08-20T03:17:07.617Zprocess exited: duration 19261 ms, exit code 0
 
922026-08-20T03:17:07.625Zstarting task 4: "build"
932026-08-20T03:17:07.630Z+ source .github/buildomat/ci-env.sh
942026-08-20T03:17:07.634Z++ export CARGO_TERM_COLOR=always
952026-08-20T03:17:07.634Z++ CARGO_TERM_COLOR=always
962026-08-20T03:17:07.634Z+++ uname -s
972026-08-20T03:17:07.634Z++ [[ SunOS == \S\u\n\O\S ]]
982026-08-20T03:17:07.634Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-08-20T03:17:07.638Z+ cargo --version
1002026-08-20T03:17:07.644Zcargo 1.97.1 (c980f4866 2026-06-30)
1012026-08-20T03:17:07.650Z+ rustc --version
1022026-08-20T03:17:07.667Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-20T03:17:07.671Z+ cargo tree --locked
1042026-08-20T03:17:07.851Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1052026-08-20T03:17:08.198Z Updating crates.io index
1062026-08-20T03:17:08.202Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1072026-08-20T03:17:08.496Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1082026-08-20T03:17:08.885Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-20T03:17:09.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-20T03:17:10.606Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-20T03:17:12.211Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-20T03:17:13.085Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-20T03:17:13.386Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-20T03:17:13.778Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-20T03:17:14.961Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-20T03:17:15.280Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-20T03:17:15.829Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-20T03:17:16.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-20T03:17:16.380Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-20T03:17:16.671Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-20T03:17:16.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-20T03:17:17.226Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-20T03:17:17.517Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-20T03:17:17.999Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-20T03:17:18.698Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-20T03:17:19.209Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-20T03:17:19.482Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-20T03:17:20.025Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-20T03:17:20.391Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-20T03:17:20.693Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-20T03:17:21.154Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-20T03:17:21.463Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-20T03:17:21.886Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-20T03:17:22.564Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-20T03:17:22.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-20T03:17:23.199Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-20T03:17:23.570Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-20T03:17:24.189Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-20T03:17:24.479Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-20T03:17:24.767Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-20T03:17:25.090Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-20T03:17:25.704Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-20T03:17:25.972Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-20T03:17:26.268Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-20T03:17:26.581Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-20T03:17:26.863Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-20T03:17:27.165Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-20T03:17:29.052Z Downloading crates ...
1492026-08-20T03:17:29.114Z Downloaded cpufeatures v0.3.0
1502026-08-20T03:17:29.119Z Downloaded constant_time_eq v0.3.1
1512026-08-20T03:17:29.123Z Downloaded crunchy v0.2.4
1522026-08-20T03:17:29.127Z Downloaded convert_case v0.10.0
1532026-08-20T03:17:29.136Z Downloaded hash32 v0.3.1
1542026-08-20T03:17:29.140Z Downloaded crossbeam-deque v0.8.6
1552026-08-20T03:17:29.140Z Downloaded derive-where v1.6.0
1562026-08-20T03:17:29.140Z Downloaded diesel-dtrace v0.5.0
1572026-08-20T03:17:29.144Z Downloaded crc32fast v1.5.0
1582026-08-20T03:17:29.144Z Downloaded group v0.14.0
1592026-08-20T03:17:29.144Z Downloaded httpdate v1.0.3
1602026-08-20T03:17:29.147Z Downloaded clap_builder v4.6.0
1612026-08-20T03:17:29.151Z Downloaded colorchoice v1.0.4
1622026-08-20T03:17:29.156Z Downloaded curve25519-dalek-derive v0.1.1
1632026-08-20T03:17:29.159Z Downloaded darling_macro v0.20.11
1642026-08-20T03:17:29.164Z Downloaded concurrent-queue v2.5.0
1652026-08-20T03:17:29.164Z Downloaded der_derive v0.7.3
1662026-08-20T03:17:29.168Z Downloaded ipnet v2.12.0
1672026-08-20T03:17:29.173Z Downloaded cmov v0.5.4
1682026-08-20T03:17:29.173Z Downloaded daft-derive v0.1.7
1692026-08-20T03:17:29.173Z Downloaded colored v2.2.0
1702026-08-20T03:17:29.177Z Downloaded crucible-workspace-hack v0.1.0
1712026-08-20T03:17:29.180Z Downloaded data-encoding v2.10.0
1722026-08-20T03:17:29.180Z Downloaded difflib v0.4.0
1732026-08-20T03:17:29.180Z Downloaded indexmap v1.9.3
1742026-08-20T03:17:29.183Z Downloaded icu_normalizer v2.1.1
1752026-08-20T03:17:29.183Z Downloaded crossbeam-channel v0.5.15
1762026-08-20T03:17:29.187Z Downloaded defmt-parser v1.0.0
1772026-08-20T03:17:29.190Z Downloaded heck v0.5.0
1782026-08-20T03:17:29.190Z Downloaded convert_case v0.4.0
1792026-08-20T03:17:29.190Z Downloaded clap_lex v1.0.0
1802026-08-20T03:17:29.190Z Downloaded defmt v0.3.100
1812026-08-20T03:17:29.190Z Downloaded crc v3.4.0
1822026-08-20T03:17:29.194Z Downloaded crypto-common v0.2.2
1832026-08-20T03:17:29.198Z Downloaded group v0.13.0
1842026-08-20T03:17:29.216Z Downloaded instant v0.1.13
1852026-08-20T03:17:29.219Z Downloaded derive_builder_macro v0.20.2
1862026-08-20T03:17:29.221Z Downloaded debug-ignore v1.0.5
1872026-08-20T03:17:29.221Z Downloaded http-body v1.0.1
1882026-08-20T03:17:29.221Z Downloaded hex v0.4.3
1892026-08-20T03:17:29.221Z Downloaded hex-literal v1.1.0
1902026-08-20T03:17:29.221Z Downloaded hostname v0.3.1
1912026-08-20T03:17:29.225Z Downloaded darling_macro v0.13.4
1922026-08-20T03:17:29.225Z Downloaded darling_macro v0.21.3
1932026-08-20T03:17:29.225Z Downloaded diesel_table_macro_syntax v0.3.0
1942026-08-20T03:17:29.230Z Downloaded heck v0.4.1
1952026-08-20T03:17:29.233Z Downloaded hubpack_derive v0.1.1
1962026-08-20T03:17:29.233Z Downloaded headers-core v0.3.0
1972026-08-20T03:17:29.233Z Downloaded crc8 v0.1.1
1982026-08-20T03:17:29.237Z Downloaded darling_macro v0.23.0
1992026-08-20T03:17:29.237Z Downloaded inout v0.1.4
2002026-08-20T03:17:29.237Z Downloaded compression-core v0.4.31
2012026-08-20T03:17:29.243Z Downloaded cobs v0.3.0
2022026-08-20T03:17:29.248Z Downloaded hash32 v0.2.1
2032026-08-20T03:17:29.248Z Downloaded indent_write v2.2.0
2042026-08-20T03:17:29.252Z Downloaded is_ci v1.2.0
2052026-08-20T03:17:29.252Z Downloaded guppy-workspace-hack v0.1.0
2062026-08-20T03:17:29.252Z Downloaded inout v0.2.2
2072026-08-20T03:17:29.252Z Downloaded cpubits v0.1.1
2082026-08-20T03:17:29.252Z Downloaded cstr-argument v0.1.2
2092026-08-20T03:17:29.256Z Downloaded is-terminal v0.4.17
2102026-08-20T03:17:29.256Z Downloaded assert-json-diff v2.0.2
2112026-08-20T03:17:29.256Z Downloaded http-range v0.1.5
2122026-08-20T03:17:29.256Z Downloaded illumos-nvpair-sys v0.2.0
2132026-08-20T03:17:29.259Z Downloaded corncobs v0.1.4
2142026-08-20T03:17:29.259Z Downloaded deranged v0.5.8
2152026-08-20T03:17:29.263Z Downloaded criterion-plot v0.6.0
2162026-08-20T03:17:29.263Z Downloaded indoc v1.0.9
2172026-08-20T03:17:29.267Z Downloaded hostname v0.4.2
2182026-08-20T03:17:29.270Z Downloaded constant_time_eq v0.4.2
2192026-08-20T03:17:29.270Z Downloaded idna_adapter v1.2.1
2202026-08-20T03:17:29.274Z Downloaded crc-catalog v2.4.0
2212026-08-20T03:17:29.279Z Downloaded home v0.5.12
2222026-08-20T03:17:29.279Z Downloaded array-init v0.0.4
2232026-08-20T03:17:29.282Z Downloaded cpufeatures v0.2.17
2242026-08-20T03:17:29.285Z Downloaded assert_matches v1.5.0
2252026-08-20T03:17:29.286Z Downloaded console v0.15.11
2262026-08-20T03:17:29.289Z Downloaded csv-core v0.1.13
2272026-08-20T03:17:29.289Z Downloaded hyper-tls v0.6.0
2282026-08-20T03:17:29.292Z Downloaded async-stream-impl v0.3.6
2292026-08-20T03:17:29.292Z Downloaded ctutils v0.4.2
2302026-08-20T03:17:29.296Z Downloaded bitfield-macros v0.19.4
2312026-08-20T03:17:29.299Z Downloaded http-body-util v0.1.3
2322026-08-20T03:17:29.304Z Downloaded ident_case v1.0.1
2332026-08-20T03:17:29.304Z Downloaded illumos-nvpair v0.3.0
2342026-08-20T03:17:29.304Z Downloaded hex-literal v0.4.1
2352026-08-20T03:17:29.309Z Downloaded instability v0.3.11
2362026-08-20T03:17:29.309Z Downloaded olpc-cjson v0.1.4
2372026-08-20T03:17:29.309Z Downloaded h2 v0.4.15
2382026-08-20T03:17:29.312Z Downloaded openssl-probe v0.1.6
2392026-08-20T03:17:29.312Z Downloaded itoa v1.0.17
2402026-08-20T03:17:29.316Z Downloaded internet-checksum v0.2.1
2412026-08-20T03:17:29.316Z Downloaded opaque-debug v0.3.1
2422026-08-20T03:17:29.316Z Downloaded cfg-if v1.0.4
2432026-08-20T03:17:29.319Z Downloaded parking v2.2.1
2442026-08-20T03:17:29.319Z Downloaded delegate v0.13.5
2452026-08-20T03:17:29.323Z Downloaded derive-ex v0.1.8
2462026-08-20T03:17:29.323Z Downloaded percent-encoding v2.3.2
2472026-08-20T03:17:29.326Z Downloaded anstream v0.6.21
2482026-08-20T03:17:29.326Z Downloaded anstyle-parse v1.0.0
2492026-08-20T03:17:29.330Z Downloaded highway v1.3.0
2502026-08-20T03:17:29.330Z Downloaded ingot v0.2.1
2512026-08-20T03:17:29.333Z Downloaded darling v0.13.4
2522026-08-20T03:17:29.333Z Downloaded crypto-common v0.1.7
2532026-08-20T03:17:29.337Z Downloaded defmt v1.0.1
2542026-08-20T03:17:29.337Z Downloaded compression-codecs v0.4.37
2552026-08-20T03:17:29.343Z Downloaded const_format_proc_macros v0.2.34
2562026-08-20T03:17:29.343Z Downloaded hubpack v0.1.2
2572026-08-20T03:17:29.348Z Downloaded ipnetwork v0.21.1
2582026-08-20T03:17:29.348Z Downloaded humantime v2.3.0
2592026-08-20T03:17:29.349Z Downloaded impl-trait-for-tuples v0.2.3
2602026-08-20T03:17:29.351Z Downloaded path-slash v0.1.5
2612026-08-20T03:17:29.352Z Downloaded const-oid v0.9.6
2622026-08-20T03:17:29.352Z Downloaded critical-section v1.2.0
2632026-08-20T03:17:29.358Z Downloaded derive_builder_core v0.20.2
2642026-08-20T03:17:29.358Z Downloaded hyper-staticfile v0.10.1
2652026-08-20T03:17:29.358Z Downloaded cmake v0.1.57
2662026-08-20T03:17:29.358Z Downloaded console v0.16.2
2672026-08-20T03:17:29.358Z Downloaded crossbeam-epoch v0.9.18
2682026-08-20T03:17:29.362Z Downloaded httparse v1.10.1
2692026-08-20T03:17:29.362Z Downloaded daft v0.1.7
2702026-08-20T03:17:29.365Z Downloaded hmac v0.13.0
2712026-08-20T03:17:29.368Z Downloaded itertools v0.13.0
2722026-08-20T03:17:29.372Z Downloaded plain v0.2.3
2732026-08-20T03:17:29.372Z Downloaded predicates-tree v1.0.13
2742026-08-20T03:17:29.376Z Downloaded is_terminal_polyfill v1.70.2
2752026-08-20T03:17:29.379Z Downloaded proc-macro-error-attr2 v2.0.0
2762026-08-20T03:17:29.383Z Downloaded backoff v0.4.0
2772026-08-20T03:17:29.387Z Downloaded byte-wrapper v0.1.0
2782026-08-20T03:17:29.387Z Downloaded bcs v0.1.6
2792026-08-20T03:17:29.387Z Downloaded camino-tempfile v1.4.1
2802026-08-20T03:17:29.390Z Downloaded proc-macro-crate v1.3.1
2812026-08-20T03:17:29.390Z Downloaded bs58 v0.5.1
2822026-08-20T03:17:29.394Z Downloaded peg v0.8.5
2832026-08-20T03:17:29.397Z Downloaded recursive-proc-macro-impl v0.1.1
2842026-08-20T03:17:29.397Z Downloaded rand_xorshift v0.4.0
2852026-08-20T03:17:29.397Z Downloaded same-file v1.0.6
2862026-08-20T03:17:29.404Z Downloaded pem-rfc7468 v1.0.0
2872026-08-20T03:17:29.421Z Downloaded addr2line v0.25.1
2882026-08-20T03:17:29.421Z Downloaded cbc v0.2.1
2892026-08-20T03:17:29.421Z Downloaded cipher v0.4.4
2902026-08-20T03:17:29.421Z Downloaded oxide-update-engine v0.1.2
2912026-08-20T03:17:29.421Z Downloaded half v1.8.3
2922026-08-20T03:17:29.421Z Downloaded hmac v0.12.1
2932026-08-20T03:17:29.432Z Downloaded des v0.9.0
2942026-08-20T03:17:29.432Z Downloaded clap_derive v4.6.1
2952026-08-20T03:17:29.432Z Downloaded cookie_store v0.22.1
2962026-08-20T03:17:29.432Z Downloaded ctr v0.10.1
2972026-08-20T03:17:29.432Z Downloaded hickory-client v0.25.2
2982026-08-20T03:17:29.432Z Downloaded diff v0.1.13
2992026-08-20T03:17:29.432Z Downloaded colored v3.1.1
3002026-08-20T03:17:29.432Z Downloaded iana-time-zone v0.1.65
3012026-08-20T03:17:29.438Z Downloaded ingot-types v0.2.0
3022026-08-20T03:17:29.438Z Downloaded hybrid-array v0.4.13
3032026-08-20T03:17:29.438Z Downloaded indoc v2.0.7
3042026-08-20T03:17:29.438Z Downloaded ingot-macros v0.2.0
3052026-08-20T03:17:29.439Z Downloaded oxnet v0.1.6
3062026-08-20T03:17:29.439Z Downloaded partial-io v0.5.4
3072026-08-20T03:17:29.440Z Downloaded secrecy v0.8.0
3082026-08-20T03:17:29.440Z Downloaded pem-rfc7468 v0.7.0
3092026-08-20T03:17:29.440Z Downloaded pkg-config v0.3.32
3102026-08-20T03:17:29.444Z Downloaded darling v0.20.11
3112026-08-20T03:17:29.444Z Downloaded pin-project-internal v1.1.11
3122026-08-20T03:17:29.444Z Downloaded heapless v0.7.17
3132026-08-20T03:17:29.444Z Downloaded darling v0.23.0
3142026-08-20T03:17:29.448Z Downloaded datatest-stable v0.3.3
3152026-08-20T03:17:29.454Z Downloaded defmt-macros v1.0.1
3162026-08-20T03:17:29.456Z Downloaded darling v0.21.3
3172026-08-20T03:17:29.463Z Downloaded similar-asserts v1.7.0
3182026-08-20T03:17:29.463Z Downloaded slog-envlogger v2.2.0
3192026-08-20T03:17:29.463Z Downloaded sync_wrapper v1.0.2
3202026-08-20T03:17:29.463Z Downloaded tabled_derive v0.7.0
3212026-08-20T03:17:29.463Z Downloaded httptest v0.16.4
3222026-08-20T03:17:29.463Z Downloaded smawk v0.3.2
3232026-08-20T03:17:29.463Z Downloaded darling_core v0.13.4
3242026-08-20T03:17:29.463Z Downloaded hyper-rustls v0.27.7
3252026-08-20T03:17:29.469Z Downloaded structmeta v0.3.0
3262026-08-20T03:17:29.474Z Downloaded bit-vec v0.6.3
3272026-08-20T03:17:29.474Z Downloaded phf v0.13.1
3282026-08-20T03:17:29.474Z Downloaded postgres-protocol v0.6.10
3292026-08-20T03:17:29.475Z Downloaded thread-id v5.1.0
3302026-08-20T03:17:29.475Z Downloaded assert_cmd v2.1.2
3312026-08-20T03:17:29.475Z Downloaded blake2 v0.11.0-rc.6
3322026-08-20T03:17:29.480Z Downloaded bytecount v0.6.9
3332026-08-20T03:17:29.480Z Downloaded parking_lot_core v0.9.12
3342026-08-20T03:17:29.481Z Downloaded blake2 v0.10.6
3352026-08-20T03:17:29.481Z Downloaded rand_core v0.9.5
3362026-08-20T03:17:29.485Z Downloaded swrite v0.1.0
3372026-08-20T03:17:29.485Z Downloaded heapless v0.8.0
3382026-08-20T03:17:29.485Z Downloaded supports-color v2.1.0
3392026-08-20T03:17:29.485Z Downloaded tap v1.0.1
3402026-08-20T03:17:29.485Z Downloaded termtree v0.5.1
3412026-08-20T03:17:29.492Z Downloaded icu_provider v2.1.1
3422026-08-20T03:17:29.495Z Downloaded cargo_metadata v0.23.1
3432026-08-20T03:17:29.495Z Downloaded rustc-demangle v0.1.27
3442026-08-20T03:17:29.495Z Downloaded rustversion v1.0.22
3452026-08-20T03:17:29.499Z Downloaded half v2.7.1
3462026-08-20T03:17:29.499Z Downloaded serde_urlencoded v0.7.1
3472026-08-20T03:17:29.499Z Downloaded slog-dtrace v0.3.0
3482026-08-20T03:17:29.503Z Downloaded toml_write v0.1.2
3492026-08-20T03:17:29.503Z Downloaded itertools v0.15.0
3502026-08-20T03:17:29.506Z Downloaded clap v4.6.1
3512026-08-20T03:17:29.510Z Downloaded crc-any v2.5.0
3522026-08-20T03:17:29.510Z Downloaded hkdf v0.13.0
3532026-08-20T03:17:29.513Z Downloaded crossbeam-utils v0.8.21
3542026-08-20T03:17:29.513Z Downloaded derive_more v0.99.20
3552026-08-20T03:17:29.517Z Downloaded signature v2.2.0
3562026-08-20T03:17:29.520Z Downloaded tower-service v0.3.3
3572026-08-20T03:17:29.524Z Downloaded unarray v0.1.4
3582026-08-20T03:17:29.524Z Downloaded compact_str v0.8.1
3592026-08-20T03:17:29.531Z Downloaded ahash v0.8.12
3602026-08-20T03:17:29.537Z Downloaded const_format v0.2.35
3612026-08-20T03:17:29.544Z Downloaded darling_core v0.20.11
3622026-08-20T03:17:29.550Z Downloaded snafu-derive v0.8.9
3632026-08-20T03:17:29.550Z Downloaded unicode-xid v0.2.6
3642026-08-20T03:17:29.551Z Downloaded trait-variant v0.1.2
3652026-08-20T03:17:29.551Z Downloaded universal-hash v0.6.1
3662026-08-20T03:17:29.551Z Downloaded usdt-macro v0.6.0
3672026-08-20T03:17:29.552Z Downloaded void v1.0.2
3682026-08-20T03:17:29.552Z Downloaded rand_seeder v0.4.0
3692026-08-20T03:17:29.552Z Downloaded scroll v0.13.0
3702026-08-20T03:17:29.563Z Downloaded target-lexicon v0.13.3
3712026-08-20T03:17:29.563Z Downloaded version_check v0.9.5
3722026-08-20T03:17:29.563Z Downloaded xshell-macros v0.2.7
3732026-08-20T03:17:29.563Z Downloaded yoke-derive v0.8.1
3742026-08-20T03:17:29.563Z Downloaded zerofrom-derive v0.1.6
3752026-08-20T03:17:29.563Z Downloaded derive_builder v0.20.2
3762026-08-20T03:17:29.563Z Downloaded sqlformat v0.3.5
3772026-08-20T03:17:29.568Z Downloaded strum_macros v0.24.3
3782026-08-20T03:17:29.568Z Downloaded strum_macros v0.26.4
3792026-08-20T03:17:29.568Z Downloaded headers v0.4.1
3802026-08-20T03:17:29.568Z Downloaded indicatif v0.18.4
3812026-08-20T03:17:29.568Z Downloaded ignore v0.4.25
3822026-08-20T03:17:29.568Z Downloaded quinn-udp v0.5.14
3832026-08-20T03:17:29.579Z Downloaded icu_properties v2.1.2
3842026-08-20T03:17:29.579Z Downloaded thiserror-impl v2.0.18
3852026-08-20T03:17:29.579Z Downloaded tiny-keccak v2.0.2
3862026-08-20T03:17:29.579Z Downloaded dof v0.3.0
3872026-08-20T03:17:29.583Z Downloaded futures-core v0.3.32
3882026-08-20T03:17:29.584Z Downloaded hickory-resolver v0.24.4
3892026-08-20T03:17:29.584Z Downloaded event-listener-strategy v0.5.4
3902026-08-20T03:17:29.584Z Downloaded const-oid v0.10.2
3912026-08-20T03:17:29.584Z Downloaded dof v0.4.0
3922026-08-20T03:17:29.584Z Downloaded downcast-rs v2.0.2
3932026-08-20T03:17:29.584Z Downloaded oso v0.27.3
3942026-08-20T03:17:29.584Z Downloaded tokio-tungstenite v0.21.0
3952026-08-20T03:17:29.589Z Downloaded cookie v0.18.1
3962026-08-20T03:17:29.590Z Downloaded icu_normalizer_data v2.1.1
3972026-08-20T03:17:29.590Z Downloaded serde_cbor v0.11.2
3982026-08-20T03:17:29.590Z Downloaded foreign-types-shared v0.1.1
3992026-08-20T03:17:29.594Z Downloaded proc-macro-error2 v2.0.1
4002026-08-20T03:17:29.594Z Downloaded proc-macro2 v1.0.106
4012026-08-20T03:17:29.594Z Downloaded memmap v0.7.0
4022026-08-20T03:17:29.594Z Downloaded usdt-attr-macro v0.6.0
4032026-08-20T03:17:29.594Z Downloaded fastrand v2.3.0
4042026-08-20T03:17:29.598Z Downloaded hashbrown v0.15.5
4052026-08-20T03:17:29.598Z Downloaded salsa20 v0.11.0
4062026-08-20T03:17:29.603Z Downloaded static_assertions v1.1.0
4072026-08-20T03:17:29.603Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4082026-08-20T03:17:29.603Z Downloaded float-ord v0.3.2
4092026-08-20T03:17:29.604Z Downloaded darling_core v0.21.3
4102026-08-20T03:17:29.607Z Downloaded progenitor-impl v0.14.0
4112026-08-20T03:17:29.607Z Downloaded pin-project v1.1.11
4122026-08-20T03:17:29.611Z Downloaded chumsky v0.9.3
4132026-08-20T03:17:29.614Z Downloaded cfg-expr v0.20.6
4142026-08-20T03:17:29.614Z Downloaded serde_with_macros v3.21.0
4152026-08-20T03:17:29.619Z Downloaded darling_core v0.23.0
4162026-08-20T03:17:29.619Z Downloaded keccak v0.1.6
4172026-08-20T03:17:29.622Z Downloaded gethostname v0.5.0
4182026-08-20T03:17:29.622Z Downloaded foreign-types-macros v0.2.3
4192026-08-20T03:17:29.622Z Downloaded nonempty v0.12.0
4202026-08-20T03:17:29.622Z Downloaded multimap v0.10.1
4212026-08-20T03:17:29.631Z Downloaded dyn-clone v1.0.20
4222026-08-20T03:17:29.670Z Downloaded vergen-git2 v9.1.0
4232026-08-20T03:17:29.675Z Downloaded ecdsa v0.16.9
4242026-08-20T03:17:29.675Z Downloaded icu_collections v2.1.1
4252026-08-20T03:17:29.675Z Downloaded serde_derive v1.0.228
4262026-08-20T03:17:29.675Z Downloaded sha2 v0.11.0
4272026-08-20T03:17:29.675Z Downloaded hashbrown v0.13.2
4282026-08-20T03:17:29.675Z Downloaded lru v0.12.5
4292026-08-20T03:17:29.675Z Downloaded lru-cache v0.1.2
4302026-08-20T03:17:29.675Z Downloaded maybe-uninit v2.0.0
4312026-08-20T03:17:29.675Z Downloaded http v1.4.2
4322026-08-20T03:17:29.675Z Downloaded miette-derive v5.10.0
4332026-08-20T03:17:29.675Z Downloaded new_debug_unreachable v1.0.6
4342026-08-20T03:17:29.675Z Downloaded newline-converter v0.3.0
4352026-08-20T03:17:29.675Z Downloaded aead v0.5.2
4362026-08-20T03:17:29.675Z Downloaded postgres-types v0.2.12
4372026-08-20T03:17:29.675Z Downloaded base64 v0.22.1
4382026-08-20T03:17:29.675Z Downloaded num v0.4.3
4392026-08-20T03:17:29.675Z Downloaded num-iter v0.1.45
4402026-08-20T03:17:29.675Z Downloaded num-derive v0.4.2
4412026-08-20T03:17:29.676Z Downloaded vsss-rs v3.3.4
4422026-08-20T03:17:29.676Z Downloaded poly1305 v0.8.0
4432026-08-20T03:17:29.676Z Downloaded ena v0.14.4
4442026-08-20T03:17:29.676Z Downloaded erased-serde v0.3.31
4452026-08-20T03:17:29.676Z Downloaded cfg_aliases v0.2.1
4462026-08-20T03:17:29.676Z Downloaded approx v0.5.1
4472026-08-20T03:17:29.682Z Downloaded similar v2.7.0
4482026-08-20T03:17:29.682Z Downloaded icu_locale_core v2.1.1
4492026-08-20T03:17:29.682Z Downloaded atty v0.2.14
4502026-08-20T03:17:29.682Z Downloaded bit-set v0.5.3
4512026-08-20T03:17:29.682Z Downloaded toml v0.8.23
4522026-08-20T03:17:29.682Z Downloaded toml_parser v1.1.2+spec-1.1.0
4532026-08-20T03:17:29.682Z Downloaded async-stream v0.3.6
4542026-08-20T03:17:29.682Z Downloaded block-buffer v0.12.1
4552026-08-20T03:17:29.682Z Downloaded cfg_aliases v0.1.1
4562026-08-20T03:17:29.682Z Downloaded ar_archive_writer v0.5.1
4572026-08-20T03:17:29.682Z Downloaded derive_more v2.1.1
4582026-08-20T03:17:29.685Z Downloaded filetime v0.2.27
4592026-08-20T03:17:29.689Z Downloaded foldhash v0.2.0
4602026-08-20T03:17:29.689Z Downloaded p256 v0.14.0
4612026-08-20T03:17:29.689Z Downloaded pathdiff v0.2.3
4622026-08-20T03:17:29.692Z Downloaded powerfmt v0.2.0
4632026-08-20T03:17:29.692Z Downloaded potential_utf v0.1.4
4642026-08-20T03:17:29.692Z Downloaded num-integer v0.1.46
4652026-08-20T03:17:29.693Z Downloaded serde_core v1.0.228
4662026-08-20T03:17:29.696Z Downloaded itertools v0.10.5
4672026-08-20T03:17:29.699Z Downloaded hickory-server v0.25.2
4682026-08-20T03:17:29.702Z Downloaded indexmap v2.14.0
4692026-08-20T03:17:29.706Z Downloaded hickory-resolver v0.25.2
4702026-08-20T03:17:29.706Z Downloaded internal-russh-num-bigint v0.5.0
4712026-08-20T03:17:29.710Z Downloaded anstyle v1.0.14
4722026-08-20T03:17:29.710Z Downloaded digest v0.11.3
4732026-08-20T03:17:29.710Z Downloaded ucd-trie v0.1.7
4742026-08-20T03:17:29.713Z Downloaded keccak v0.2.0
4752026-08-20T03:17:29.713Z Downloaded libscf-sys v1.2.0
4762026-08-20T03:17:29.716Z Downloaded serde_yaml v0.9.34+deprecated
4772026-08-20T03:17:29.720Z Downloaded tungstenite v0.23.0
4782026-08-20T03:17:29.723Z Downloaded proc-macro-crate v3.4.0
4792026-08-20T03:17:29.723Z Downloaded digest v0.10.7
4802026-08-20T03:17:29.727Z Downloaded buf-list v1.1.2
4812026-08-20T03:17:29.727Z Downloaded rfc6979 v0.6.0
4822026-08-20T03:17:29.727Z Downloaded yoke v0.8.1
4832026-08-20T03:17:29.727Z Downloaded libloading v0.8.9
4842026-08-20T03:17:29.735Z Downloaded miette-derive v7.6.0
4852026-08-20T03:17:29.735Z Downloaded nested v0.1.1
4862026-08-20T03:17:29.735Z Downloaded psl-types v2.0.11
4872026-08-20T03:17:29.736Z Downloaded hyper-util v0.1.20
4882026-08-20T03:17:29.744Z Downloaded bitflags v1.3.2
4892026-08-20T03:17:29.744Z Downloaded quick-error v1.2.3
4902026-08-20T03:17:29.744Z Downloaded prettyplease v0.2.37
4912026-08-20T03:17:29.744Z Downloaded secrecy v0.10.3
4922026-08-20T03:17:29.744Z Downloaded phf_shared v0.13.1
4932026-08-20T03:17:29.744Z Downloaded rand_chacha v0.3.1
4942026-08-20T03:17:29.745Z Downloaded textwrap v0.16.2
4952026-08-20T03:17:29.745Z Downloaded time-macros v0.2.27
4962026-08-20T03:17:29.748Z Downloaded aead v0.6.1
4972026-08-20T03:17:29.748Z Downloaded ff v0.14.0
4982026-08-20T03:17:29.752Z Downloaded scheduled-thread-pool v0.2.7
4992026-08-20T03:17:29.752Z Downloaded serde_spanned v0.6.9
5002026-08-20T03:17:29.752Z Downloaded serde_spanned v1.1.1
5012026-08-20T03:17:29.756Z Downloaded sha1 v0.11.0
5022026-08-20T03:17:29.756Z Downloaded futures-channel v0.3.32
5032026-08-20T03:17:29.756Z Downloaded progenitor v0.14.0
5042026-08-20T03:17:29.756Z Downloaded progenitor-client v0.13.0
5052026-08-20T03:17:29.759Z Downloaded uuid v1.23.4
5062026-08-20T03:17:29.759Z Downloaded crypto-bigint v0.5.5
5072026-08-20T03:17:29.762Z Downloaded hashbrown v0.12.3
5082026-08-20T03:17:29.766Z Downloaded autocfg v1.5.0
5092026-08-20T03:17:29.766Z Downloaded scuffle v0.1.0
5102026-08-20T03:17:29.769Z Downloaded derive_more-impl v2.1.1
5112026-08-20T03:17:29.773Z Downloaded signal-hook v0.3.18
5122026-08-20T03:17:29.773Z Downloaded tungstenite v0.21.0
5132026-08-20T03:17:29.776Z Downloaded oorandom v11.1.5
5142026-08-20T03:17:29.776Z Downloaded tokio-macros v2.7.0
5152026-08-20T03:17:29.776Z Downloaded camino-tempfile-ext v0.3.3
5162026-08-20T03:17:29.780Z Downloaded strsim v0.11.1
5172026-08-20T03:17:29.780Z Downloaded take_mut v0.2.2
5182026-08-20T03:17:29.780Z Downloaded target-triple v1.0.0
5192026-08-20T03:17:29.780Z Downloaded toml_datetime v0.6.11
5202026-08-20T03:17:29.780Z Downloaded strip-ansi-escapes v0.2.1
5212026-08-20T03:17:29.784Z Downloaded sync-ptr v0.1.4
5222026-08-20T03:17:29.784Z Downloaded thread-id v4.2.2
5232026-08-20T03:17:29.784Z Downloaded untrusted v0.7.1
5242026-08-20T03:17:29.784Z Downloaded litemap v0.8.1
5252026-08-20T03:17:29.784Z Downloaded untrusted v0.9.0
5262026-08-20T03:17:29.784Z Downloaded tabwriter v1.4.1
5272026-08-20T03:17:29.788Z Downloaded tagptr v0.2.0
5282026-08-20T03:17:29.788Z Downloaded chacha20 v0.9.1
5292026-08-20T03:17:29.788Z Downloaded rust-argon2 v2.1.0
5302026-08-20T03:17:29.788Z Downloaded scrypt v0.12.0
5312026-08-20T03:17:29.792Z Downloaded libbz2-rs-sys v0.2.2
5322026-08-20T03:17:29.796Z Downloaded getrandom v0.2.17
5332026-08-20T03:17:29.800Z Downloaded utf-8 v0.7.6
5342026-08-20T03:17:29.800Z Downloaded zone v0.3.1
5352026-08-20T03:17:29.804Z Downloaded rand v0.10.1
5362026-08-20T03:17:29.807Z Downloaded steno v0.4.1
5372026-08-20T03:17:29.807Z Downloaded pbkdf2 v0.13.0
5382026-08-20T03:17:29.811Z Downloaded serde-hex v0.1.0
5392026-08-20T03:17:29.811Z Downloaded serde_path_to_error v0.1.20
5402026-08-20T03:17:29.811Z Downloaded snafu v0.8.9
5412026-08-20T03:17:29.814Z Downloaded qorb v0.4.1
5422026-08-20T03:17:29.818Z Downloaded structmeta-derive v0.3.0
5432026-08-20T03:17:29.818Z Downloaded display-error-chain v0.2.2
5442026-08-20T03:17:29.818Z Downloaded endian-type v0.1.2
5452026-08-20T03:17:29.818Z Downloaded jobserver v0.1.34
5462026-08-20T03:17:29.818Z Downloaded utf8_iter v1.0.4
5472026-08-20T03:17:29.819Z Downloaded embedded-io v0.6.1
5482026-08-20T03:17:29.822Z Downloaded zopfli v0.8.3
5492026-08-20T03:17:29.822Z Downloaded enum-as-inner v0.6.1
5502026-08-20T03:17:29.822Z Downloaded schemars_derive v0.8.22
5512026-08-20T03:17:29.822Z Downloaded tar v0.4.46
5522026-08-20T03:17:29.826Z Downloaded utf8parse v0.2.2
5532026-08-20T03:17:29.826Z Downloaded elliptic-curve v0.13.8
5542026-08-20T03:17:29.829Z Downloaded signal-hook-registry v1.4.8
5552026-08-20T03:17:29.829Z Downloaded string_cache v0.8.9
5562026-08-20T03:17:29.837Z Downloaded fixedbitset v0.4.2
5572026-08-20T03:17:29.840Z Downloaded schemars v1.2.1
5582026-08-20T03:17:29.849Z Downloaded simd-adler32 v0.3.8
5592026-08-20T03:17:29.852Z Downloaded ssh-encoding v0.3.0
5602026-08-20T03:17:29.852Z Downloaded der v0.7.10
5612026-08-20T03:17:29.856Z Downloaded diesel_derives v2.3.7
5622026-08-20T03:17:29.862Z Downloaded slog-scope v4.4.1
5632026-08-20T03:17:29.862Z Downloaded tokio-postgres v0.7.16
5642026-08-20T03:17:29.867Z Downloaded tls_codec v0.4.2
5652026-08-20T03:17:29.867Z Downloaded serde v1.0.228
5662026-08-20T03:17:29.868Z Downloaded cancel-safe-futures v0.1.5
5672026-08-20T03:17:29.879Z Downloaded once_cell v1.21.3
5682026-08-20T03:17:29.879Z Downloaded spki v0.8.0
5692026-08-20T03:17:29.879Z Downloaded foreign-types v0.3.2
5702026-08-20T03:17:29.879Z Downloaded futures-macro v0.3.32
5712026-08-20T03:17:29.879Z Downloaded strsim v0.10.0
5722026-08-20T03:17:29.879Z Downloaded linked-hash-map v0.5.6
5732026-08-20T03:17:29.879Z Downloaded funty v2.0.0
5742026-08-20T03:17:29.879Z Downloaded kstat-rs v0.2.5
5752026-08-20T03:17:29.879Z Downloaded criterion v0.7.0
5762026-08-20T03:17:29.884Z Downloaded polyval v0.7.1
5772026-08-20T03:17:29.884Z Downloaded parking_lot v0.11.2
5782026-08-20T03:17:29.884Z Downloaded pkcs8 v0.10.2
5792026-08-20T03:17:29.884Z Downloaded ascii-canvas v3.0.0
5802026-08-20T03:17:29.885Z Downloaded zerovec-derive v0.11.2
5812026-08-20T03:17:29.885Z Downloaded target-spec v3.5.7
5822026-08-20T03:17:29.889Z Downloaded lzss v0.8.2
5832026-08-20T03:17:29.889Z Downloaded macaddr v1.0.1
5842026-08-20T03:17:29.889Z Downloaded dsl_auto_type v0.2.0
5852026-08-20T03:17:29.889Z Downloaded curve25519-dalek v4.1.3
5862026-08-20T03:17:29.893Z Downloaded tokio-tungstenite v0.23.1
5872026-08-20T03:17:29.893Z Downloaded zerotrie v0.2.3
5882026-08-20T03:17:29.897Z Downloaded unicase v2.9.0
5892026-08-20T03:17:29.897Z Downloaded crossterm v0.28.1
5902026-08-20T03:17:29.900Z Downloaded hashbrown v0.16.1
5912026-08-20T03:17:29.905Z Downloaded guppy v0.17.25
5922026-08-20T03:17:29.908Z Downloaded hashbrown v0.14.5
5932026-08-20T03:17:29.915Z Downloaded newtype_derive v0.1.6
5942026-08-20T03:17:29.915Z Downloaded normalize-line-endings v0.3.0
5952026-08-20T03:17:29.915Z Downloaded async-recursion v1.1.1
5962026-08-20T03:17:29.919Z Downloaded block-buffer v0.10.4
5972026-08-20T03:17:29.919Z Downloaded plotters-svg v0.3.7
5982026-08-20T03:17:29.919Z Downloaded bit-set v0.8.0
5992026-08-20T03:17:29.919Z Downloaded tinystr v0.8.2
6002026-08-20T03:17:29.919Z Downloaded walkdir v2.5.0
6012026-08-20T03:17:29.919Z Downloaded whoami v2.1.0
6022026-08-20T03:17:29.919Z Downloaded foldhash v0.1.5
6032026-08-20T03:17:29.925Z Downloaded futures-timer v3.0.3
6042026-08-20T03:17:29.925Z Downloaded lalrpop-util v0.19.12
6052026-08-20T03:17:29.925Z Downloaded progenitor-macro v0.13.0
6062026-08-20T03:17:29.925Z Downloaded radium v0.7.0
6072026-08-20T03:17:29.925Z Downloaded ref-cast v1.0.25
6082026-08-20T03:17:29.935Z Downloaded rfc6979 v0.4.0
6092026-08-20T03:17:29.935Z Downloaded rcgen v0.12.1
6102026-08-20T03:17:29.935Z Downloaded scroll_derive v0.12.1
6112026-08-20T03:17:29.935Z Downloaded ciborium-io v0.2.2
6122026-08-20T03:17:29.935Z Downloaded phf_shared v0.11.3
6132026-08-20T03:17:29.935Z Downloaded itertools v0.12.1
6142026-08-20T03:17:29.943Z Downloaded rsa v0.10.0-rc.18
6152026-08-20T03:17:29.944Z Downloaded mime_guess v2.0.5
6162026-08-20T03:17:29.944Z Downloaded iri-string v0.7.10
6172026-08-20T03:17:29.944Z Downloaded find-msvc-tools v0.1.9
6182026-08-20T03:17:29.944Z Downloaded slog v2.8.2
6192026-08-20T03:17:29.944Z Downloaded rustls-platform-verifier v0.6.2
6202026-08-20T03:17:29.948Z Downloaded rand_pcg v0.10.2
6212026-08-20T03:17:29.948Z Downloaded russh-util v0.52.0
6222026-08-20T03:17:29.949Z Downloaded omicron-zone-package v0.12.3
6232026-08-20T03:17:29.949Z Downloaded smallvec v1.15.1
6242026-08-20T03:17:29.953Z Downloaded serde_plain v1.0.2
6252026-08-20T03:17:29.953Z Downloaded papergrid v0.11.0
6262026-08-20T03:17:29.953Z Downloaded sha1 v0.10.6
6272026-08-20T03:17:29.957Z Downloaded git-stub-vcs v0.1.0
6282026-08-20T03:17:29.957Z Downloaded papergrid v0.18.0
6292026-08-20T03:17:29.957Z Downloaded anstream v1.0.0
6302026-08-20T03:17:29.961Z Downloaded der v0.8.0
6312026-08-20T03:17:29.964Z Downloaded pkcs5 v0.8.1
6322026-08-20T03:17:29.968Z Downloaded nu-ansi-term v0.50.3
6332026-08-20T03:17:29.968Z Downloaded ecdsa v0.17.0
6342026-08-20T03:17:29.968Z Downloaded cassowary v0.3.0
6352026-08-20T03:17:29.971Z Downloaded sapling-renderdag v0.1.0
6362026-08-20T03:17:29.971Z Downloaded async-trait v0.1.89
6372026-08-20T03:17:29.971Z Downloaded proc-macro-error-attr v1.0.4
6382026-08-20T03:17:29.971Z Downloaded serde-big-array v0.5.1
6392026-08-20T03:17:29.975Z Downloaded signature v3.0.0
6402026-08-20T03:17:29.975Z Downloaded sponge-cursor v0.1.0
6412026-08-20T03:17:29.975Z Downloaded trybuild v1.0.116
6422026-08-20T03:17:29.979Z Downloaded url v2.5.8
6432026-08-20T03:17:29.979Z Downloaded module-lattice v0.2.3
6442026-08-20T03:17:29.983Z Downloaded bcrypt-pbkdf v0.11.0
6452026-08-20T03:17:29.983Z Downloaded pest_meta v2.8.6
6462026-08-20T03:17:29.983Z Downloaded icu_properties_data v2.1.2
6472026-08-20T03:17:29.986Z Downloaded hashbrown v0.17.0
6482026-08-20T03:17:29.990Z Downloaded hyper v1.10.1
6492026-08-20T03:17:29.994Z Downloaded packed_struct v0.10.1
6502026-08-20T03:17:29.998Z Downloaded pem v3.0.6
6512026-08-20T03:17:29.998Z Downloaded unicode-linebreak v0.1.5
6522026-08-20T03:17:29.998Z Downloaded cexpr v0.6.0
6532026-08-20T03:17:29.998Z Downloaded phf_shared v0.12.1
6542026-08-20T03:17:29.998Z Downloaded r2d2 v0.8.10
6552026-08-20T03:17:30.002Z Downloaded unicode-bidi v0.3.18
6562026-08-20T03:17:30.002Z Downloaded rustc-hash v2.1.1
6572026-08-20T03:17:30.002Z Downloaded tracing-attributes v0.1.31
6582026-08-20T03:17:30.005Z Downloaded subtle v2.6.1
6592026-08-20T03:17:30.009Z Downloaded zerofrom v0.1.6
6602026-08-20T03:17:30.009Z Downloaded memmap2 v0.9.10
6612026-08-20T03:17:30.009Z Downloaded idna v1.1.0
6622026-08-20T03:17:30.013Z Downloaded rustc_version v0.1.7
6632026-08-20T03:17:30.017Z Downloaded scroll v0.12.0
6642026-08-20T03:17:30.017Z Downloaded dunce v1.0.5
6652026-08-20T03:17:30.017Z Downloaded env_filter v2.0.0
6662026-08-20T03:17:30.021Z Downloaded fxhash v0.2.1
6672026-08-20T03:17:30.021Z Downloaded universal-hash v0.5.1
6682026-08-20T03:17:30.021Z Downloaded waitgroup v0.1.2
6692026-08-20T03:17:30.021Z Downloaded crossterm v0.29.0
6702026-08-20T03:17:30.025Z Downloaded primefield v0.14.0
6712026-08-20T03:17:30.029Z Downloaded document-features v0.2.12
6722026-08-20T03:17:30.029Z Downloaded sha2 v0.10.9
6732026-08-20T03:17:30.029Z Downloaded slog-json v2.6.1
6742026-08-20T03:17:30.029Z Downloaded p384 v0.14.0
6752026-08-20T03:17:30.034Z Downloaded resolv-conf v0.7.6
6762026-08-20T03:17:30.037Z Downloaded owo-colors v3.5.0
6772026-08-20T03:17:30.038Z Downloaded termcolor v1.4.1
6782026-08-20T03:17:30.041Z Downloaded ml-kem v0.3.2
6792026-08-20T03:17:30.041Z Downloaded match_cfg v0.1.0
6802026-08-20T03:17:30.041Z Downloaded linear-map v1.2.0
6812026-08-20T03:17:30.045Z Downloaded maplit v1.0.2
6822026-08-20T03:17:30.048Z Downloaded num-conv v0.2.0
6832026-08-20T03:17:30.048Z Downloaded git-stub v1.0.0
6842026-08-20T03:17:30.048Z Downloaded base16ct v0.2.0
6852026-08-20T03:17:30.055Z Downloaded typify v0.6.2
6862026-08-20T03:17:30.058Z Downloaded tokio-native-tls v0.3.1
6872026-08-20T03:17:30.058Z Downloaded newtype-uuid-macros v0.1.0
6882026-08-20T03:17:30.058Z Downloaded escape8259 v0.5.3
6892026-08-20T03:17:30.058Z Downloaded fd-lock v4.0.4
6902026-08-20T03:17:30.058Z Downloaded fnv v1.0.7
6912026-08-20T03:17:30.062Z Downloaded ghash v0.6.0
6922026-08-20T03:17:30.062Z Downloaded nibble_vec v0.1.0
6932026-08-20T03:17:30.067Z Downloaded rstest_macros v0.25.0
6942026-08-20T03:17:30.067Z Downloaded itertools v0.14.0
6952026-08-20T03:17:30.071Z Downloaded support-bundle-viewer v0.1.2
6962026-08-20T03:17:30.071Z Downloaded thiserror v2.0.18
6972026-08-20T03:17:30.074Z Downloaded thiserror-impl v1.0.69
6982026-08-20T03:17:30.074Z Downloaded postcard v1.1.3
6992026-08-20T03:17:30.078Z Downloaded getrandom v0.4.3
7002026-08-20T03:17:30.078Z Downloaded usdt-impl v0.6.0
7012026-08-20T03:17:30.081Z Downloaded arc-swap v1.8.2
7022026-08-20T03:17:30.081Z Downloaded atomicwrites v0.4.4
7032026-08-20T03:17:30.081Z Downloaded base16ct v1.0.0
7042026-08-20T03:17:30.085Z Downloaded bzip2 v0.6.1
7052026-08-20T03:17:30.085Z Downloaded ciborium v0.2.2
7062026-08-20T03:17:30.085Z Downloaded toml_edit v0.22.27
7072026-08-20T03:17:30.088Z Downloaded zstd-safe v7.2.4
7082026-08-20T03:17:30.088Z Downloaded spki v0.7.3
7092026-08-20T03:17:30.092Z Downloaded async-compression v0.4.41
7102026-08-20T03:17:30.096Z Downloaded bumpalo v3.20.2
7112026-08-20T03:17:30.096Z Downloaded anes v0.1.6
7122026-08-20T03:17:30.101Z Downloaded castaway v0.2.4
7132026-08-20T03:17:30.101Z Downloaded rustls-webpki v0.103.13
7142026-08-20T03:17:30.101Z Downloaded base64 v0.21.7
7152026-08-20T03:17:30.105Z Downloaded rayon-core v1.13.0
7162026-08-20T03:17:30.105Z Downloaded either v1.15.0
7172026-08-20T03:17:30.105Z Downloaded fs-err v2.11.0
7182026-08-20T03:17:30.109Z Downloaded libsw-core v0.3.2
7192026-08-20T03:17:30.109Z Downloaded socket2 v0.5.10
7202026-08-20T03:17:30.109Z Downloaded writeable v0.6.2
7212026-08-20T03:17:30.113Z Downloaded xshell v0.2.7
7222026-08-20T03:17:30.113Z Downloaded password-hash v0.6.1
7232026-08-20T03:17:30.113Z Downloaded sigpipe v0.1.3
7242026-08-20T03:17:30.113Z Downloaded lazy_static v1.5.0
7252026-08-20T03:17:30.119Z Downloaded lock_api v0.4.14
7262026-08-20T03:17:30.125Z Downloaded tokio-rustls v0.26.4
7272026-08-20T03:17:30.129Z Downloaded pretty-hex v0.4.1
7282026-08-20T03:17:30.129Z Downloaded pest_generator v2.8.6
7292026-08-20T03:17:30.130Z Downloaded plotters-backend v0.3.7
7302026-08-20T03:17:30.133Z Downloaded progenitor-macro v0.14.0
7312026-08-20T03:17:30.133Z Downloaded parse-display v0.10.0
7322026-08-20T03:17:30.137Z Downloaded serde_regex v1.1.0
7332026-08-20T03:17:30.137Z Downloaded supports-color v3.0.2
7342026-08-20T03:17:30.137Z Downloaded terminal_size v0.1.17
7352026-08-20T03:17:30.137Z Downloaded shell-words v1.1.1
7362026-08-20T03:17:30.137Z Downloaded rand_distr v0.5.1
7372026-08-20T03:17:30.141Z Downloaded vergen-gitcl v1.0.8
7382026-08-20T03:17:30.141Z Downloaded pretty_assertions v1.4.1
7392026-08-20T03:17:30.150Z Downloaded argon2 v0.5.3
7402026-08-20T03:17:30.157Z Downloaded xattr v1.6.1
7412026-08-20T03:17:30.157Z Downloaded num_enum v0.7.6
7422026-08-20T03:17:30.161Z Downloaded oxide-update-engine-display v0.1.2
7432026-08-20T03:17:30.193Z Downloaded ppv-lite86 v0.2.21
7442026-08-20T03:17:30.193Z Downloaded rusty-fork v0.3.1
7452026-08-20T03:17:30.193Z Downloaded rustls-native-certs v0.8.3
7462026-08-20T03:17:30.194Z Downloaded sec1 v0.7.3
7472026-08-20T03:17:30.194Z Downloaded zone_cfg_derive v0.3.1
7482026-08-20T03:17:30.194Z Downloaded want v0.3.1
7492026-08-20T03:17:30.194Z Downloaded dirs-sys-next v0.1.2
7502026-08-20T03:17:30.194Z Downloaded oxide-update-engine-types v0.1.2
7512026-08-20T03:17:30.194Z Downloaded hkdf v0.12.4
7522026-08-20T03:17:30.194Z Downloaded tinyvec v1.10.0
7532026-08-20T03:17:30.194Z Downloaded sec1 v0.8.1
7542026-08-20T03:17:30.194Z Downloaded smf v0.2.3
7552026-08-20T03:17:30.194Z Downloaded linkme-impl v0.3.35
7562026-08-20T03:17:30.195Z Downloaded arrayref v0.3.9
7572026-08-20T03:17:30.207Z Downloaded nodrop v0.1.14
7582026-08-20T03:17:30.207Z Downloaded displaydoc v0.2.5
7592026-08-20T03:17:30.207Z Downloaded unicode-truncate v1.1.0
7602026-08-20T03:17:30.207Z Downloaded crypto-primes v0.7.2
7612026-08-20T03:17:30.207Z Downloaded unicode-segmentation v1.12.0
7622026-08-20T03:17:30.207Z Downloaded paste v1.0.15
7632026-08-20T03:17:30.214Z Downloaded glob v0.3.3
7642026-08-20T03:17:30.215Z Downloaded miette v7.6.0
7652026-08-20T03:17:30.215Z Downloaded kem v0.3.0
7662026-08-20T03:17:30.220Z Downloaded memoffset v0.9.1
7672026-08-20T03:17:30.220Z Downloaded packed_struct_codegen v0.10.1
7682026-08-20T03:17:30.220Z Downloaded progenitor-impl v0.13.0
7692026-08-20T03:17:30.220Z Downloaded tinytemplate v1.2.1
7702026-08-20T03:17:30.220Z Downloaded serde_with_macros v1.5.2
7712026-08-20T03:17:30.224Z Downloaded stringmetrics v2.2.2
7722026-08-20T03:17:30.224Z Downloaded async-bb8-diesel v0.2.1
7732026-08-20T03:17:30.228Z Downloaded thiserror v1.0.69
7742026-08-20T03:17:30.228Z Downloaded peg-runtime v0.8.5
7752026-08-20T03:17:30.233Z Downloaded zeroize_derive v1.5.0
7762026-08-20T03:17:30.240Z Downloaded iddqd v0.4.2
7772026-08-20T03:17:30.248Z Downloaded backtrace-ext v0.2.1
7782026-08-20T03:17:30.249Z Downloaded subprocess v0.2.15
7792026-08-20T03:17:30.249Z Downloaded futures-executor v0.3.32
7802026-08-20T03:17:30.249Z Downloaded phc v0.6.1
7812026-08-20T03:17:30.253Z Downloaded regex v1.12.3
7822026-08-20T03:17:30.254Z Downloaded strum_macros v0.27.2
7832026-08-20T03:17:30.258Z Downloaded enum_dispatch v0.3.13
7842026-08-20T03:17:30.258Z Downloaded rtoolbox v0.0.3
7852026-08-20T03:17:30.258Z Downloaded russh-cryptovec v0.62.0
7862026-08-20T03:17:30.258Z Downloaded semver v0.1.20
7872026-08-20T03:17:30.258Z Downloaded linkme v0.3.35
7882026-08-20T03:17:30.266Z Downloaded fixedbitset v0.5.7
7892026-08-20T03:17:30.266Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7902026-08-20T03:17:30.272Z Downloaded thiserror-impl-no-std v2.0.2
7912026-08-20T03:17:30.272Z Downloaded supports-unicode v2.1.0
7922026-08-20T03:17:30.272Z Downloaded topological-sort v0.2.2
7932026-08-20T03:17:30.278Z Downloaded blake2b_simd v1.0.4
7942026-08-20T03:17:30.279Z Downloaded test-strategy v0.4.5
7952026-08-20T03:17:30.279Z Downloaded unicode-ident v1.0.24
7962026-08-20T03:17:30.279Z Downloaded slog-async v2.8.0
7972026-08-20T03:17:30.279Z Downloaded allocator-api2 v0.2.21
7982026-08-20T03:17:30.289Z Downloaded spin v0.9.8
7992026-08-20T03:17:30.289Z Downloaded fatfs v0.3.6
8002026-08-20T03:17:30.295Z Downloaded num_enum_derive v0.7.6
8012026-08-20T03:17:30.295Z Downloaded blowfish v0.10.0
8022026-08-20T03:17:30.295Z Downloaded usdt-attr-macro v0.5.0
8032026-08-20T03:17:30.300Z Downloaded tokio-stream v0.1.18
8042026-08-20T03:17:30.300Z Downloaded tinyvec_macros v0.1.1
8052026-08-20T03:17:30.305Z Downloaded term v1.2.1
8062026-08-20T03:17:30.305Z Downloaded fs-err v3.3.0
8072026-08-20T03:17:30.308Z Downloaded libefi-sys v0.1.0
8082026-08-20T03:17:30.309Z Downloaded unicode_categories v0.1.1
8092026-08-20T03:17:30.312Z Downloaded errno v0.3.14
8102026-08-20T03:17:30.312Z Downloaded flagset v0.4.7
8112026-08-20T03:17:30.312Z Downloaded futures-task v0.3.32
8122026-08-20T03:17:30.312Z Downloaded generic-array v0.14.7
8132026-08-20T03:17:30.316Z Downloaded rstest v0.25.0
8142026-08-20T03:17:30.320Z Downloaded zerocopy-derive v0.8.55
8152026-08-20T03:17:30.326Z Downloaded bitfield v0.19.4
8162026-08-20T03:17:30.330Z Downloaded parse-size v1.1.0
8172026-08-20T03:17:30.331Z Downloaded vergen-lib v0.1.6
8182026-08-20T03:17:30.331Z Downloaded ed25519 v3.0.0
8192026-08-20T03:17:30.331Z Downloaded bitfield-struct v0.6.2
8202026-08-20T03:17:30.331Z Downloaded dirs-next v2.0.0
8212026-08-20T03:17:30.331Z Downloaded dtrace-parser v0.2.0
8222026-08-20T03:17:30.337Z Downloaded event-listener v5.4.1
8232026-08-20T03:17:30.337Z Downloaded md-5 v0.10.6
8242026-08-20T03:17:30.337Z Downloaded rand_chacha v0.9.0
8252026-08-20T03:17:30.342Z Downloaded ssh-cipher v0.3.0
8262026-08-20T03:17:30.342Z Downloaded stringprep v0.1.5
8272026-08-20T03:17:30.346Z Downloaded miniz_oxide v0.8.9
8282026-08-20T03:17:30.350Z Downloaded argon2 v0.6.0-rc.8
8292026-08-20T03:17:30.350Z Downloaded phf v0.12.1
8302026-08-20T03:17:30.353Z Downloaded rand_core v0.6.4
8312026-08-20T03:17:30.357Z Downloaded usdt v0.6.0
8322026-08-20T03:17:30.357Z Downloaded fancy-regex v0.14.0
8332026-08-20T03:17:30.360Z Downloaded cipher v0.5.2
8342026-08-20T03:17:30.363Z Downloaded unsafe-libyaml v0.2.11
8352026-08-20T03:17:30.363Z Downloaded rustc_version v0.4.1
8362026-08-20T03:17:30.363Z Downloaded cast v0.3.0
8372026-08-20T03:17:30.368Z Downloaded futures-util v0.3.32
8382026-08-20T03:17:30.373Z Downloaded clang-sys v1.8.1
8392026-08-20T03:17:30.380Z Downloaded vergen-lib v9.1.0
8402026-08-20T03:17:30.380Z Downloaded anstyle-query v1.1.5
8412026-08-20T03:17:30.380Z Downloaded serde_derive_internals v0.29.1
8422026-08-20T03:17:30.380Z Downloaded shlex v1.3.0
8432026-08-20T03:17:30.394Z Downloaded smallvec v0.6.14
8442026-08-20T03:17:30.394Z Downloaded pkcs8 v0.11.0
8452026-08-20T03:17:30.395Z Downloaded poly1305 v0.9.0
8462026-08-20T03:17:30.395Z Downloaded strum v0.27.2
8472026-08-20T03:17:30.395Z Downloaded try-lock v0.2.5
8482026-08-20T03:17:30.395Z Downloaded dropshot_endpoint v0.17.1
8492026-08-20T03:17:30.400Z Downloaded slab v0.4.12
8502026-08-20T03:17:30.400Z Downloaded tower v0.5.3
8512026-08-20T03:17:30.406Z Downloaded tui-tree-widget v0.23.1
8522026-08-20T03:17:30.406Z Downloaded unit-prefix v0.5.2
8532026-08-20T03:17:30.406Z Downloaded ed25519-dalek v3.0.0
8542026-08-20T03:17:30.410Z Downloaded owo-colors v4.3.0
8552026-08-20T03:17:30.410Z Downloaded termios v0.3.3
8562026-08-20T03:17:30.410Z Downloaded terminal_size v0.4.3
8572026-08-20T03:17:30.414Z Downloaded equivalent v1.0.2
8582026-08-20T03:17:30.414Z Downloaded managed v0.8.0
8592026-08-20T03:17:30.414Z Downloaded chacha20 v0.10.0
8602026-08-20T03:17:30.417Z Downloaded futures-io v0.3.32
8612026-08-20T03:17:30.417Z Downloaded md5 v0.8.0
8622026-08-20T03:17:30.418Z Downloaded minimal-lexical v0.2.1
8632026-08-20T03:17:30.421Z Downloaded parse-display-derive v0.10.0
8642026-08-20T03:17:30.421Z Downloaded predicates v3.1.4
8652026-08-20T03:17:30.428Z Downloaded vergen v9.1.0
8662026-08-20T03:17:30.431Z Downloaded rand_core v0.10.0
8672026-08-20T03:17:30.432Z Downloaded oso-derive v0.27.3
8682026-08-20T03:17:30.434Z Downloaded toml_edit v0.19.15
8692026-08-20T03:17:30.450Z Downloaded float-cmp v0.10.0
8702026-08-20T03:17:30.454Z Downloaded libsw v3.5.0
8712026-08-20T03:17:30.455Z Downloaded tracing-core v0.1.36
8722026-08-20T03:17:30.455Z Downloaded toml v1.1.2+spec-1.1.0
8732026-08-20T03:17:30.455Z Downloaded openssl-sys v0.9.117
8742026-08-20T03:17:30.455Z Downloaded slog-stdlog v4.1.1
8752026-08-20T03:17:30.455Z Downloaded sqlparser_derive v0.5.0
8762026-08-20T03:17:30.458Z Downloaded thread_local v1.1.9
8772026-08-20T03:17:30.458Z Downloaded num_enum_derive v0.5.11
8782026-08-20T03:17:30.458Z Downloaded anstyle-parse v0.2.7
8792026-08-20T03:17:30.458Z Downloaded reqwest v0.13.2
8802026-08-20T03:17:30.463Z Downloaded quinn v0.11.11
8812026-08-20T03:17:30.466Z Downloaded num-complex v0.4.6
8822026-08-20T03:17:30.466Z Downloaded whoami v1.6.1
8832026-08-20T03:17:30.466Z Downloaded primeorder v0.14.0
8842026-08-20T03:17:30.469Z Downloaded prefix-trie v0.7.0
8852026-08-20T03:17:30.473Z Downloaded serde_repr v0.1.20
8862026-08-20T03:17:30.473Z Downloaded supports-hyperlinks v2.1.0
8872026-08-20T03:17:30.473Z Downloaded ref-cast-impl v1.0.25
8882026-08-20T03:17:30.473Z Downloaded zmij v1.0.21
8892026-08-20T03:17:30.476Z Downloaded flume v0.11.1
8902026-08-20T03:17:30.476Z Downloaded siphasher v1.0.2
8912026-08-20T03:17:30.476Z Downloaded fs_extra v1.3.0
8922026-08-20T03:17:30.479Z Downloaded winnow v0.7.14
8932026-08-20T03:17:30.486Z Downloaded ed25519 v2.2.3
8942026-08-20T03:17:30.490Z Downloaded russh v0.62.4
8952026-08-20T03:17:30.494Z Downloaded num-bigint v0.4.6
8962026-08-20T03:17:30.498Z Downloaded jiff-static v0.2.34
8972026-08-20T03:17:30.498Z Downloaded winnow v1.0.3
8982026-08-20T03:17:30.503Z Downloaded p521 v0.14.0
8992026-08-20T03:17:30.507Z Downloaded semver v1.0.28
9002026-08-20T03:17:30.507Z Downloaded rustls-pemfile v2.2.0
9012026-08-20T03:17:30.511Z Downloaded arrayvec v0.7.6
9022026-08-20T03:17:30.511Z Downloaded pin-project-lite v0.2.17
9032026-08-20T03:17:30.514Z Downloaded block-padding v0.4.2
9042026-08-20T03:17:30.514Z Downloaded tokio-test v0.4.5
9052026-08-20T03:17:30.514Z Downloaded tokio-dtrace v0.1.1
9062026-08-20T03:17:30.514Z Downloaded toml_writer v1.1.1+spec-1.1.0
9072026-08-20T03:17:30.518Z Downloaded newtype-uuid v1.3.2
9082026-08-20T03:17:30.518Z Downloaded cc v1.2.56
9092026-08-20T03:17:30.518Z Downloaded parking_lot_core v0.8.6
9102026-08-20T03:17:30.522Z Downloaded rustls-pki-types v1.14.0
9112026-08-20T03:17:30.522Z Downloaded elliptic-curve v0.14.1
9122026-08-20T03:17:30.525Z Downloaded predicates-core v1.0.10
9132026-08-20T03:17:30.525Z Downloaded recursive v0.1.1
9142026-08-20T03:17:30.526Z Downloaded signal-hook-mio v0.2.5
9152026-08-20T03:17:30.530Z Downloaded embedded-io v0.4.0
9162026-08-20T03:17:30.531Z Downloaded uzers v0.12.2
9172026-08-20T03:17:30.535Z Downloaded mime v0.3.17
9182026-08-20T03:17:30.535Z Downloaded schemars v0.8.22
9192026-08-20T03:17:30.547Z Downloaded atomic-waker v1.1.2
9202026-08-20T03:17:30.551Z Downloaded async-object-pool v0.2.0
9212026-08-20T03:17:30.551Z Downloaded wyz v0.5.1
9222026-08-20T03:17:30.551Z Downloaded zeroize v1.9.0
9232026-08-20T03:17:30.554Z Downloaded knuffel-derive v3.2.0
9242026-08-20T03:17:30.555Z Downloaded bit-vec v0.8.0
9252026-08-20T03:17:30.558Z Downloaded thiserror-no-std v2.0.2
9262026-08-20T03:17:30.564Z Downloaded typify-macro v0.6.2
9272026-08-20T03:17:30.569Z Downloaded seq-macro v0.3.6
9282026-08-20T03:17:30.572Z Downloaded native-tls v0.2.18
9292026-08-20T03:17:30.572Z Downloaded pkcs1 v0.7.5
9302026-08-20T03:17:30.572Z Downloaded anyhow v1.0.104
9312026-08-20T03:17:30.577Z Downloaded multer v3.1.0
9322026-08-20T03:17:30.580Z Downloaded knuffel v3.2.0
9332026-08-20T03:17:30.580Z Downloaded toml_edit v0.23.10+spec-1.0.0
9342026-08-20T03:17:30.583Z Downloaded precomputed-hash v0.1.1
9352026-08-20T03:17:30.583Z Downloaded serde_with v1.14.0
9362026-08-20T03:17:30.588Z Downloaded num-bigint-dig v0.8.6
9372026-08-20T03:17:30.591Z Downloaded progenitor-client v0.14.0
9382026-08-20T03:17:30.591Z Downloaded typed-path v0.9.3
9392026-08-20T03:17:30.595Z Downloaded futures v0.3.32
9402026-08-20T03:17:30.595Z Downloaded dropshot-api-manager-types v0.8.0
9412026-08-20T03:17:30.598Z Downloaded signal-hook-tokio v0.3.1
9422026-08-20T03:17:30.598Z Downloaded tower-layer v0.3.3
9432026-08-20T03:17:30.598Z Downloaded globwalk v0.9.1
9442026-08-20T03:17:30.599Z Downloaded foreign-types v0.5.0
9452026-08-20T03:17:30.599Z Downloaded ciborium-ll v0.2.2
9462026-08-20T03:17:30.602Z Downloaded x509-cert v0.2.5
9472026-08-20T03:17:30.606Z Downloaded yasna v0.5.2
9482026-08-20T03:17:30.606Z Downloaded byteorder v1.5.0
9492026-08-20T03:17:30.606Z Downloaded openssl-probe v0.2.1
9502026-08-20T03:17:30.606Z Downloaded progenitor-extras v0.2.0
9512026-08-20T03:17:30.609Z Downloaded rayon v1.11.0
9522026-08-20T03:17:30.613Z Downloaded reedline v0.40.0
9532026-08-20T03:17:30.617Z Downloaded env_logger v0.11.11
9542026-08-20T03:17:30.621Z Downloaded relative-path v1.9.3
9552026-08-20T03:17:30.621Z Downloaded synstructure v0.13.2
9562026-08-20T03:17:30.625Z Downloaded aes-gcm v0.11.0
9572026-08-20T03:17:30.629Z Downloaded globset v0.4.18
9582026-08-20T03:17:30.634Z Downloaded dtrace-parser v0.3.0
9592026-08-20T03:17:30.634Z Downloaded knus v3.4.0
9602026-08-20T03:17:30.638Z Downloaded ssh-key v0.7.0-rc.11
9612026-08-20T03:17:30.641Z Downloaded stable_deref_trait v1.2.1
9622026-08-20T03:17:30.641Z Downloaded jiff-core v0.1.0
9632026-08-20T03:17:30.649Z Downloaded rand v0.9.2
9642026-08-20T03:17:30.657Z Downloaded knus-derive v3.4.0
9652026-08-20T03:17:30.661Z Downloaded num-rational v0.4.2
9662026-08-20T03:17:30.661Z Downloaded supports-unicode v3.0.0
9672026-08-20T03:17:30.665Z Downloaded memchr v2.8.0
9682026-08-20T03:17:30.665Z Downloaded scroll_derive v0.13.1
9692026-08-20T03:17:30.668Z Downloaded openssl-macros v0.1.1
9702026-08-20T03:17:30.668Z Downloaded quote v1.0.45
9712026-08-20T03:17:30.668Z Downloaded usdt v0.5.0
9722026-08-20T03:17:30.671Z Downloaded git2 v0.20.4
9732026-08-20T03:17:30.675Z Downloaded pest_derive v2.8.6
9742026-08-20T03:17:30.678Z Downloaded flate2 v1.1.9
9752026-08-20T03:17:30.682Z Downloaded goblin v0.8.2
9762026-08-20T03:17:30.685Z Downloaded supports-hyperlinks v3.2.0
9772026-08-20T03:17:30.685Z Downloaded miette v5.10.0
9782026-08-20T03:17:30.685Z Downloaded tempfile v3.27.0
9792026-08-20T03:17:30.689Z Downloaded cargo-platform v0.3.2
9802026-08-20T03:17:30.689Z Downloaded form_urlencoded v1.2.2
9812026-08-20T03:17:30.689Z Downloaded slog-bunyan v2.5.0
9822026-08-20T03:17:30.689Z Downloaded parking_lot v0.12.5
9832026-08-20T03:17:30.689Z Downloaded pkcs1 v0.8.0-rc.4
9842026-08-20T03:17:30.693Z Downloaded zip v0.6.6
9852026-08-20T03:17:30.697Z Downloaded rustyline v14.0.0
9862026-08-20T03:17:30.711Z Downloaded ryu v1.0.23
9872026-08-20T03:17:30.711Z Downloaded libm v0.2.16
9882026-08-20T03:17:30.711Z Downloaded bitflags v2.11.0
9892026-08-20T03:17:30.717Z Downloaded psm v0.1.30
9902026-08-20T03:17:30.717Z Downloaded rpassword v7.5.4
9912026-08-20T03:17:30.718Z Downloaded usdt-macro v0.5.0
9922026-08-20T03:17:30.718Z Downloaded lru-slab v0.1.2
9932026-08-20T03:17:30.718Z Downloaded num_threads v0.1.7
9942026-08-20T03:17:30.718Z Downloaded futures-sink v0.3.32
9952026-08-20T03:17:30.718Z Downloaded digest-io v0.1.0
9962026-08-20T03:17:30.718Z Downloaded wnaf v0.14.0
9972026-08-20T03:17:30.718Z Downloaded publicsuffix v2.3.0
9982026-08-20T03:17:30.718Z Downloaded testing_table v0.3.0
9992026-08-20T03:17:30.718Z Downloaded chacha20poly1305 v0.10.1
10002026-08-20T03:17:30.718Z Downloaded ff v0.13.1
10012026-08-20T03:17:30.731Z Downloaded scopeguard v1.2.0
10022026-08-20T03:17:30.735Z Downloaded strum v0.26.3
10032026-08-20T03:17:30.735Z Downloaded wait-timeout v0.2.1
10042026-08-20T03:17:30.741Z Downloaded num_enum v0.5.11
10052026-08-20T03:17:30.741Z Downloaded async-lock v3.4.2
10062026-08-20T03:17:30.741Z Downloaded zip v4.6.1
10072026-08-20T03:17:30.749Z Downloaded nanorand v0.7.0
10082026-08-20T03:17:30.749Z Downloaded password-hash v0.5.0
10092026-08-20T03:17:30.750Z Downloaded tough v0.22.0
10102026-08-20T03:17:30.753Z Downloaded time-core v0.1.8
10112026-08-20T03:17:30.753Z Downloaded adler2 v2.0.1
10122026-08-20T03:17:30.753Z Downloaded bb8 v0.8.6
10132026-08-20T03:17:30.753Z Downloaded serde_bytes v0.11.19
10142026-08-20T03:17:30.757Z Downloaded slog-term v2.9.2
10152026-08-20T03:17:30.761Z Downloaded zerocopy v0.6.6
10162026-08-20T03:17:30.767Z Downloaded socket2 v0.6.3
10172026-08-20T03:17:30.768Z Downloaded unicode-properties v0.1.4
10182026-08-20T03:17:30.773Z Downloaded zerocopy v0.7.35
10192026-08-20T03:17:30.777Z Downloaded libtest-mimic v0.8.1
10202026-08-20T03:17:30.777Z Downloaded litrs v1.0.0
10212026-08-20T03:17:30.777Z Downloaded quick-xml v0.37.5
10222026-08-20T03:17:30.781Z Downloaded bzip2 v0.4.4
10232026-08-20T03:17:30.781Z Downloaded base64ct v1.8.3
10242026-08-20T03:17:30.784Z Downloaded twox-hash v2.1.2
10252026-08-20T03:17:30.785Z Downloaded camino v1.2.5
10262026-08-20T03:17:30.785Z Downloaded port-file v0.1.0
10272026-08-20T03:17:30.788Z Downloaded winnow v0.5.40
10282026-08-20T03:17:30.792Z Downloaded backtrace v0.3.76
10292026-08-20T03:17:30.795Z Downloaded oxide-tokio-rt v0.1.4
10302026-08-20T03:17:30.795Z Downloaded serdect v0.4.3
10312026-08-20T03:17:30.795Z Downloaded winnow v0.6.26
10322026-08-20T03:17:30.835Z Downloaded vte v0.14.1
10332026-08-20T03:17:30.835Z Downloaded foreign-types-shared v0.3.1
10342026-08-20T03:17:30.835Z Downloaded primeorder v0.13.6
10352026-08-20T03:17:30.835Z Downloaded usdt-impl v0.5.0
10362026-08-20T03:17:30.835Z Downloaded peg-macros v0.8.5
10372026-08-20T03:17:30.835Z Downloaded portable-atomic v1.13.1
10382026-08-20T03:17:30.835Z Downloaded serde_tokenstream v0.2.3
10392026-08-20T03:17:30.835Z Downloaded ron v0.8.1
10402026-08-20T03:17:30.835Z Downloaded proc-macro-error v1.0.4
10412026-08-20T03:17:30.836Z Downloaded zstd v0.13.3
10422026-08-20T03:17:30.836Z Downloaded rand v0.8.6
10432026-08-20T03:17:30.836Z Downloaded rsa v0.9.10
10442026-08-20T03:17:30.836Z Downloaded tls_codec_derive v0.4.2
10452026-08-20T03:17:30.836Z Downloaded path-tree v0.8.3
10462026-08-20T03:17:30.836Z Downloaded progenitor v0.13.0
10472026-08-20T03:17:30.836Z Downloaded term v0.7.0
10482026-08-20T03:17:30.836Z Downloaded drift v0.2.0
10492026-08-20T03:17:30.841Z Downloaded getrandom v0.3.4
10502026-08-20T03:17:30.841Z Downloaded quinn-proto v0.11.16
10512026-08-20T03:17:30.841Z Downloaded fallible-iterator v0.2.0
10522026-08-20T03:17:30.841Z Downloaded zlib-rs v0.6.2
10532026-08-20T03:17:30.847Z Downloaded stacker v0.1.23
10542026-08-20T03:17:30.856Z Downloaded toml v0.7.8
10552026-08-20T03:17:30.860Z Downloaded crypto-bigint v0.7.5
10562026-08-20T03:17:30.866Z Downloaded nom v7.1.3
10572026-08-20T03:17:30.875Z Downloaded textwrap v0.15.2
10582026-08-20T03:17:30.879Z Downloaded zerocopy-derive v0.7.35
10592026-08-20T03:17:30.882Z Downloaded plotters v0.3.7
10602026-08-20T03:17:30.887Z Downloaded backon v1.6.0
10612026-08-20T03:17:30.892Z Downloaded log v0.4.33
10622026-08-20T03:17:30.911Z Downloaded pest v2.8.6
10632026-08-20T03:17:30.915Z Downloaded unicode-normalization v0.1.25
10642026-08-20T03:17:30.920Z Downloaded num-traits v0.2.19
10652026-08-20T03:17:30.929Z Downloaded schemars v0.9.0
10662026-08-20T03:17:30.947Z Downloaded expectorate v1.2.0
10672026-08-20T03:17:30.951Z Downloaded zerovec v0.11.5
10682026-08-20T03:17:30.966Z Downloaded mio v1.2.0
10692026-08-20T03:17:30.974Z Downloaded petname v2.0.2
10702026-08-20T03:17:30.978Z Downloaded generic-array v1.4.3
10712026-08-20T03:17:30.990Z Downloaded bytes v1.11.1
10722026-08-20T03:17:31.002Z Downloaded reqwest v0.12.28
10732026-08-20T03:17:31.005Z Downloaded libxml v0.3.3
10742026-08-20T03:17:31.009Z Downloaded p384 v0.13.1
10752026-08-20T03:17:31.014Z Downloaded yansi v1.0.1
10762026-08-20T03:17:31.014Z Downloaded samael v0.0.19
10772026-08-20T03:17:31.017Z Downloaded tokio-util v0.7.18
10782026-08-20T03:17:31.018Z Downloaded bindgen v0.71.1
10792026-08-20T03:17:31.021Z Downloaded typenum v1.20.1
10802026-08-20T03:17:31.025Z Downloaded hickory-proto v0.24.4
10812026-08-20T03:17:31.032Z Downloaded aws-lc-rs v1.16.3
10822026-08-20T03:17:31.037Z Downloaded regress v0.11.1
10832026-08-20T03:17:31.042Z Downloaded ed25519-dalek v2.2.0
10842026-08-20T03:17:31.046Z Downloaded blake3 v1.8.5
10852026-08-20T03:17:31.050Z Downloaded lalrpop v0.19.12
10862026-08-20T03:17:31.055Z Downloaded tabled v0.15.0
10872026-08-20T03:17:31.064Z Downloaded serde_json v1.0.151
10882026-08-20T03:17:31.068Z Downloaded aho-corasick v1.1.4
10892026-08-20T03:17:31.072Z Downloaded dropshot-api-manager v0.8.0
10902026-08-20T03:17:31.075Z Downloaded tower-http v0.6.8
10912026-08-20T03:17:31.079Z Downloaded goblin v0.10.5
10922026-08-20T03:17:31.085Z Downloaded object v0.30.4
10932026-08-20T03:17:31.090Z Downloaded rustix v0.38.44
10942026-08-20T03:17:31.100Z Downloaded curve25519-dalek v5.0.0
10952026-08-20T03:17:31.106Z Downloaded nom v8.0.0
10962026-08-20T03:17:31.109Z Downloaded aes v0.9.1
10972026-08-20T03:17:31.113Z Downloaded salty v0.3.0
10982026-08-20T03:17:31.116Z Downloaded serde_with v3.21.0
10992026-08-20T03:17:31.122Z Downloaded bitvec v1.0.1
11002026-08-20T03:17:31.130Z Downloaded regress v0.10.5
11012026-08-20T03:17:31.136Z Downloaded zerocopy v0.8.55
11022026-08-20T03:17:31.146Z Downloaded hickory-proto v0.25.2
11032026-08-20T03:17:31.157Z Downloaded smoltcp v0.9.1
11042026-08-20T03:17:31.162Z Downloaded rawzip v0.4.4
11052026-08-20T03:17:31.168Z Downloaded syn v2.0.117
11062026-08-20T03:17:31.175Z Downloaded proptest v1.11.0
11072026-08-20T03:17:31.180Z Downloaded moka v0.12.13
11082026-08-20T03:17:31.184Z Downloaded object v0.37.3
11092026-08-20T03:17:31.188Z Downloaded gimli v0.32.3
11102026-08-20T03:17:31.191Z Downloaded unicode-width v0.1.14
11112026-08-20T03:17:31.195Z Downloaded unicode-width v0.2.0
11122026-08-20T03:17:31.199Z Downloaded rustix v1.1.4
11132026-08-20T03:17:31.211Z Downloaded tabled v0.21.0
11142026-08-20T03:17:31.227Z Downloaded syn v1.0.109
11152026-08-20T03:17:31.233Z Downloaded sha3 v0.12.0
11162026-08-20T03:17:31.233Z Downloaded rustls v0.23.41
11172026-08-20T03:17:31.245Z Downloaded nix v0.31.2
11182026-08-20T03:17:31.253Z Downloaded regex-syntax v0.6.29
11192026-08-20T03:17:31.253Z Downloaded polar-core v0.27.3
11202026-08-20T03:17:31.259Z Downloaded diesel v2.3.7
11212026-08-20T03:17:31.266Z Downloaded sqlparser v0.61.0
11222026-08-20T03:17:31.273Z Downloaded dropshot v0.17.1
11232026-08-20T03:17:31.282Z Downloaded vcpkg v0.2.15
11242026-08-20T03:17:31.303Z Downloaded time v0.3.47
11252026-08-20T03:17:31.309Z Downloaded openapiv3 v2.2.0
11262026-08-20T03:17:31.316Z Downloaded radix_trie v0.2.1
11272026-08-20T03:17:31.319Z Downloaded regex-syntax v0.8.10
11282026-08-20T03:17:31.323Z Downloaded nix v0.27.1
11292026-08-20T03:17:31.334Z Downloaded chrono v0.4.45
11302026-08-20T03:17:31.338Z Downloaded sha3 v0.11.0
11312026-08-20T03:17:31.338Z Downloaded jiff v0.2.34
11322026-08-20T03:17:31.347Z Downloaded openssl v0.10.80
11332026-08-20T03:17:31.356Z Downloaded bstr v1.12.1
11342026-08-20T03:17:31.366Z Downloaded nix v0.28.0
11352026-08-20T03:17:31.372Z Downloaded ratatui v0.29.0
11362026-08-20T03:17:31.384Z Downloaded smoltcp v0.11.0
11372026-08-20T03:17:31.390Z Downloaded regex-automata v0.4.14
11382026-08-20T03:17:31.405Z Downloaded typify-impl v0.6.2
11392026-08-20T03:17:31.413Z Downloaded sled v0.34.7
11402026-08-20T03:17:31.454Z Downloaded csv v1.4.0
11412026-08-20T03:17:31.466Z Downloaded chrono-tz v0.10.4
11422026-08-20T03:17:31.477Z Downloaded petgraph v0.6.5
11432026-08-20T03:17:31.490Z Downloaded tokio v1.52.1
11442026-08-20T03:17:31.510Z Downloaded libz-sys v1.1.24
11452026-08-20T03:17:31.522Z Downloaded tracing v0.1.44
11462026-08-20T03:17:31.535Z Downloaded zerocopy-derive v0.6.6
11472026-08-20T03:17:31.557Z Downloaded bzip2-sys v0.1.13+1.0.8
11482026-08-20T03:17:31.594Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11492026-08-20T03:17:31.652Z Downloaded petgraph v0.8.3
11502026-08-20T03:17:31.700Z Downloaded libc v0.2.185
11512026-08-20T03:17:31.718Z Downloaded sha3 v0.10.8
11522026-08-20T03:17:31.828Z Downloaded encoding_rs v0.8.35
11532026-08-20T03:17:31.843Z Downloaded ring v0.17.14
11542026-08-20T03:17:31.875Z Downloaded httpmock v0.8.3
11552026-08-20T03:17:31.939Z Downloaded libgit2-sys v0.18.3+1.9.2
11562026-08-20T03:17:32.428Z Downloaded aws-lc-sys v0.40.0
11572026-08-20T03:17:32.845Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11582026-08-20T03:17:36.381Z Startup: Refreshing catalog 'helios' ... Done
11592026-08-20T03:17:36.716Z Startup: Caching catalogs ... Done
11602026-08-20T03:17:38.630ZPlanning: Solver setup ... Done (1.805s)
11612026-08-20T03:17:38.686ZPlanning: Running solver ... Done (0.057s)
11622026-08-20T03:17:38.730ZPlanning: Finding local manifests ... Done (0.003s)
11632026-08-20T03:17:38.745ZPlanning: Fetching manifests: 0/2 0% complete
11642026-08-20T03:17:38.767ZPlanning: Fetching manifests: 2/2 100% complete
11652026-08-20T03:17:38.780ZPlanning: Package planning ... Done (0.014s)
11662026-08-20T03:17:38.783ZPlanning: Merging actions ... Done (0.001s)
11672026-08-20T03:17:38.962ZPlanning: Checking for conflicting actions ... Done (0.172s)
11682026-08-20T03:17:38.965ZPlanning: Consolidating action changes ... Done (0.001s)
11692026-08-20T03:17:39.810ZPlanning: Evaluating mediators ... Done (0.853s)
11702026-08-20T03:17:39.814ZPlanning: Planning completed in 3.06 seconds
11712026-08-20T03:17:39.819Z Packages to install: 2
11722026-08-20T03:17:39.819Z Estimated space available: 155.73 GB
11732026-08-20T03:17:39.819ZEstimated space to be consumed: 72.15 MB
11742026-08-20T03:17:39.819Z Create boot environment: No
11752026-08-20T03:17:39.819ZCreate backup boot environment: No
11762026-08-20T03:17:39.823Z Rebuild boot archive: No
11772026-08-20T03:17:39.823Z
11782026-08-20T03:17:39.823ZChanged packages:
11792026-08-20T03:17:39.823Zhelios
11802026-08-20T03:17:39.823Z developer/build-essential
11812026-08-20T03:17:39.823Z None -> 11-3.0
11822026-08-20T03:17:39.823Z library/libxmlsec1
11832026-08-20T03:17:39.823Z None -> 1.2.35-3.0
11842026-08-20T03:17:39.852Z
11852026-08-20T03:17:39.854ZDownload: 0/214 items 0.0/1.3MB 0% complete
11862026-08-20T03:17:39.920ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
11872026-08-20T03:17:40.031Z Actions: 1/268 actions (Installing new actions)
11882026-08-20T03:17:40.071Z Actions: Completed 268 actions in 0.04 seconds.
11892026-08-20T03:17:40.107ZFinalize: Updating package state database ... Done (0.031s)
11902026-08-20T03:17:40.107ZFinalize: Updating package cache ... Done (0.000s)
11912026-08-20T03:17:40.188ZFinalize: Updating image state ... Done (0.079s)
11922026-08-20T03:17:42.822ZFinalize: Creating fast lookup database ... Done (2.585s)
11932026-08-20T03:17:43.044ZFinalize: Reading search index ... Done (0.013s)
11942026-08-20T03:17:43.080ZFinalize: Updating search index ... Done (0.000s)
11952026-08-20T03:17:43.080ZFinalize: Updating package cache ... Done (0.000s)
11962026-08-20T03:17:43.372ZPlanning: Evaluating mediator changes ... Done
11972026-08-20T03:17:43.456ZPlanning: Checking for conflicting actions ... Done
11982026-08-20T03:17:43.462ZPlanning: Consolidating action changes ... Done
11992026-08-20T03:17:43.615ZPlanning: Evaluating mediators ... Done
12002026-08-20T03:17:43.619ZPlanning: Planning completed in 0.27 seconds
12012026-08-20T03:17:43.639Z Mediators to change: 2
12022026-08-20T03:17:43.639Z Create boot environment: No
12032026-08-20T03:17:43.639ZCreate backup boot environment: No
12042026-08-20T03:17:43.687ZFinalize: Updating package state database ... Done
12052026-08-20T03:17:43.687ZFinalize: Updating package cache ... Done
12062026-08-20T03:17:43.744ZFinalize: Updating image state ... Done
12072026-08-20T03:17:45.696ZFinalize: Creating fast lookup database ... Done
12082026-08-20T03:17:45.752ZFinalize: Reading search index ... Done
12092026-08-20T03:17:45.757ZFinalize: Updating search index ... Done
12102026-08-20T03:17:45.825ZFinalize: Updating package cache ... Done
12112026-08-20T03:17:46.116ZPlanning: Evaluating mediator changes ... Done
12122026-08-20T03:17:46.417ZPlanning: Checking for conflicting actions ... Done
12132026-08-20T03:17:46.595ZPlanning: Consolidating action changes ... Done
12142026-08-20T03:17:46.595ZPlanning: Evaluating mediators ... Done
12152026-08-20T03:17:46.595ZPlanning: Planning completed in 0.27 seconds
12162026-08-20T03:17:46.595Z Mediators to change: 1
12172026-08-20T03:17:46.595Z Create boot environment: No
12182026-08-20T03:17:46.595ZCreate backup boot environment: No
12192026-08-20T03:17:46.610ZFinalize: Updating package state database ... Done
12202026-08-20T03:17:46.611ZFinalize: Updating package cache ... Done
12212026-08-20T03:17:46.611ZFinalize: Updating image state ... Done
12222026-08-20T03:17:48.430ZFinalize: Creating fast lookup database ... Done
12232026-08-20T03:17:48.503ZFinalize: Reading search index ... Done
12242026-08-20T03:17:48.516ZFinalize: Updating search index ... Done
12252026-08-20T03:17:48.560ZFinalize: Updating package cache ... Done
12262026-08-20T03:17:48.871ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12272026-08-20T03:17:48.871Zapache system 2.4 system
12282026-08-20T03:17:48.871Zclang system 15 system
12292026-08-20T03:17:48.871Zcsh system system illumos
12302026-08-20T03:17:48.871Zctags system system illumos
12312026-08-20T03:17:48.871Zfile vendor vendor darwinsys
12322026-08-20T03:17:48.871Zfile system system illumos
12332026-08-20T03:17:48.871Zgcc vendor 14 vendor
12342026-08-20T03:17:48.871Zgcc system 13 system
12352026-08-20T03:17:48.871Zgcc system 10 system
12362026-08-20T03:17:48.871Zgo system 1.25 system
12372026-08-20T03:17:48.871Zllvm system 15 system
12382026-08-20T03:17:48.871Zmariadb system 11.4 system
12392026-08-20T03:17:48.871Zmta vendor vendor dma
12402026-08-20T03:17:48.871Zopenjdk system 17 system
12412026-08-20T03:17:48.871Zopenjdk system 11 system
12422026-08-20T03:17:48.871Zopenssl vendor 3 vendor
12432026-08-20T03:17:48.871Zperl system 5.40 system
12442026-08-20T03:17:48.871Zpostgresql system 18 system
12452026-08-20T03:17:48.872Zpostgresql system 17 system
12462026-08-20T03:17:48.873Zpython vendor 3 vendor
12472026-08-20T03:17:48.873Zpython system 2 system
12482026-08-20T03:17:48.873Zpython3 vendor 3.13 vendor
12492026-08-20T03:17:48.873Zruby system 3.4 system
12502026-08-20T03:17:48.873Zruby system 3.0 system
12512026-08-20T03:17:48.873Zwords vendor vendor american-english
12522026-08-20T03:17:48.873Zwords system system australian-english
12532026-08-20T03:17:48.873Zwords system system british-english
12542026-08-20T03:17:48.873Zwords system system canadian-english
12552026-08-20T03:17:48.873Zwords system system french
12562026-08-20T03:17:48.873Zwords system system italian
12572026-08-20T03:17:48.873Zwords system system ngerman
12582026-08-20T03:17:48.873Zwords system system ogerman
12592026-08-20T03:17:48.873Zwords system system spanish
12602026-08-20T03:17:49.158ZPUBLISHER TYPE STATUS P LOCATION
12612026-08-20T03:17:49.158Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12622026-08-20T03:17:49.578ZFMRI IFO
12632026-08-20T03:17:49.578Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12642026-08-20T03:17:49.578Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12652026-08-20T03:17:49.578Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12662026-08-20T03:17:49.578Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12672026-08-20T03:17:49.578Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12682026-08-20T03:17:49.578Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12692026-08-20T03:17:49.578Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12702026-08-20T03:17:49.578Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12712026-08-20T03:17:49.578Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12722026-08-20T03:17:50.199Z Downloading crates ...
12732026-08-20T03:17:50.252Z Downloaded cargo_toml v0.21.0
12742026-08-20T03:17:50.373Z Compiling proc-macro2 v1.0.106
12752026-08-20T03:17:50.373Z Compiling quote v1.0.45
12762026-08-20T03:17:50.374Z Compiling unicode-ident v1.0.24
12772026-08-20T03:17:50.374Z Compiling serde_core v1.0.228
12782026-08-20T03:17:50.396Z Compiling libc v0.2.185
12792026-08-20T03:17:50.396Z Compiling version_check v0.9.5
12802026-08-20T03:17:50.411Z Compiling memchr v2.8.0
12812026-08-20T03:17:50.411Z Compiling serde v1.0.228
12822026-08-20T03:17:50.412Z Compiling zmij v1.0.21
12832026-08-20T03:17:50.412Z Compiling thiserror v1.0.69
12842026-08-20T03:17:50.412Z Compiling itoa v1.0.17
12852026-08-20T03:17:50.412Z Compiling ucd-trie v0.1.7
12862026-08-20T03:17:50.412Z Compiling rustix v1.1.4
12872026-08-20T03:17:50.412Z Compiling byteorder v1.5.0
12882026-08-20T03:17:50.644Z Compiling serde_json v1.0.151
12892026-08-20T03:17:50.661Z Compiling bitflags v2.11.0
12902026-08-20T03:17:50.825Z Compiling pest v2.8.6
12912026-08-20T03:17:50.894Z Compiling usdt-impl v0.5.0
12922026-08-20T03:17:50.911Z Compiling proc-macro-error-attr v1.0.4
12932026-08-20T03:17:50.934Z Compiling syn v1.0.109
12942026-08-20T03:17:50.942Z Compiling camino v1.2.5
12952026-08-20T03:17:51.087Z Compiling proc-macro-error v1.0.4
12962026-08-20T03:17:51.130Z Compiling utf8parse v0.2.2
12972026-08-20T03:17:51.130Z Compiling plain v0.2.3
12982026-08-20T03:17:51.130Z Compiling log v0.4.33
12992026-08-20T03:17:51.130Z Compiling hashbrown v0.17.0
13002026-08-20T03:17:51.283Z Compiling equivalent v1.0.2
13012026-08-20T03:17:51.348Z Compiling getrandom v0.3.4
13022026-08-20T03:17:51.348Z Compiling anstyle-parse v1.0.0
13032026-08-20T03:17:51.348Z Compiling winnow v0.7.14
13042026-08-20T03:17:51.348Z Compiling autocfg v1.5.0
13052026-08-20T03:17:51.348Z Compiling toml_write v0.1.2
13062026-08-20T03:17:51.410Z Compiling anstyle-query v1.1.5
13072026-08-20T03:17:51.410Z Compiling errno v0.3.14
13082026-08-20T03:17:51.410Z Compiling thread-id v4.2.2
13092026-08-20T03:17:51.410Z Compiling pretty-hex v0.4.1
13102026-08-20T03:17:51.449Z Compiling anstyle v1.0.14
13112026-08-20T03:17:51.449Z Compiling cfg-if v1.0.4
13122026-08-20T03:17:51.449Z Compiling is_terminal_polyfill v1.70.2
13132026-08-20T03:17:51.466Z Compiling thiserror v2.0.18
13142026-08-20T03:17:51.517Z Compiling colorchoice v1.0.4
13152026-08-20T03:17:51.541Z Compiling unicode-width v0.1.14
13162026-08-20T03:17:51.549Z Compiling fastrand v2.3.0
13172026-08-20T03:17:51.566Z Compiling heck v0.4.1
13182026-08-20T03:17:51.648Z Compiling indexmap v2.14.0
13192026-08-20T03:17:51.668Z Compiling anstream v1.0.0
13202026-08-20T03:17:51.692Z Compiling bytecount v0.6.9
13212026-08-20T03:17:51.720Z Compiling fs-err v3.3.0
13222026-08-20T03:17:51.903Z Compiling syn v2.0.117
13232026-08-20T03:17:51.924Z Compiling fnv v1.0.7
13242026-08-20T03:17:51.924Z Compiling strsim v0.11.1
13252026-08-20T03:17:51.942Z Compiling pest_meta v2.8.6
13262026-08-20T03:17:51.984Z Compiling heck v0.5.0
13272026-08-20T03:17:52.000Z Compiling anyhow v1.0.104
13282026-08-20T03:17:52.016Z Compiling clap_lex v1.0.0
13292026-08-20T03:17:52.096Z Compiling once_cell v1.21.3
13302026-08-20T03:17:52.163Z Compiling papergrid v0.11.0
13312026-08-20T03:17:52.215Z Compiling memmap v0.7.0
13322026-08-20T03:17:52.255Z Compiling unicode-linebreak v0.1.5
13332026-08-20T03:17:52.272Z Compiling smawk v0.3.2
13342026-08-20T03:17:52.283Z Compiling unicode-width v0.2.0
13352026-08-20T03:17:52.333Z Compiling swrite v0.1.0
13362026-08-20T03:17:52.411Z Compiling terminal_size v0.4.3
13372026-08-20T03:17:52.425Z Compiling tempfile v3.27.0
13382026-08-20T03:17:52.501Z Compiling clap_builder v4.6.0
13392026-08-20T03:17:52.509Z Compiling textwrap v0.16.2
13402026-08-20T03:17:52.837Z Compiling cargo-platform v0.3.2
13412026-08-20T03:17:52.837Z Compiling semver v1.0.28
13422026-08-20T03:17:53.116Z Compiling camino-tempfile v1.4.1
13432026-08-20T03:17:53.285Z Compiling tabled_derive v0.7.0
13442026-08-20T03:17:53.988Z Compiling pest_generator v2.8.6
13452026-08-20T03:17:54.005Z Compiling tabled v0.15.0
13462026-08-20T03:17:54.618Z Compiling serde_derive v1.0.228
13472026-08-20T03:17:54.620Z Compiling thiserror-impl v1.0.69
13482026-08-20T03:17:54.621Z Compiling zerocopy-derive v0.7.35
13492026-08-20T03:17:54.630Z Compiling scroll_derive v0.12.1
13502026-08-20T03:17:54.630Z Compiling thiserror-impl v2.0.18
13512026-08-20T03:17:54.630Z Compiling clap_derive v4.6.1
13522026-08-20T03:17:54.630Z Compiling pest_derive v2.8.6
13532026-08-20T03:17:55.212Z Compiling scroll v0.12.0
13542026-08-20T03:17:55.314Z Compiling zerocopy v0.7.35
13552026-08-20T03:17:55.415Z Compiling goblin v0.8.2
13562026-08-20T03:17:55.590Z Compiling dtrace-parser v0.2.0
13572026-08-20T03:17:55.940Z Compiling clap v4.6.1
13582026-08-20T03:17:56.962Z Compiling dof v0.3.0
13592026-08-20T03:17:56.962Z Compiling serde_tokenstream v0.2.3
13602026-08-20T03:17:56.972Z Compiling serde_spanned v0.6.9
13612026-08-20T03:17:56.972Z Compiling toml_datetime v0.6.11
13622026-08-20T03:17:56.972Z Compiling macaddr v1.0.1
13632026-08-20T03:17:56.972Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-20T03:17:56.972Z Compiling cargo_metadata v0.23.1
13652026-08-20T03:17:57.142Z Compiling toml_edit v0.22.27
13662026-08-20T03:17:57.606Z Compiling usdt-macro v0.5.0
13672026-08-20T03:17:57.606Z Compiling usdt-attr-macro v0.5.0
13682026-08-20T03:17:58.211Z Compiling usdt v0.5.0
13692026-08-20T03:17:58.380Z Compiling toml v0.8.23
13702026-08-20T03:17:58.917Z Compiling cargo_toml v0.21.0
13712026-08-20T03:17:59.962Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13722026-08-20T03:18:01.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
13732026-08-20T03:18:02.057Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13742026-08-20T03:18:02.838Z Compiling serde_core v1.0.228
13752026-08-20T03:18:02.838Z Compiling libc v0.2.185
13762026-08-20T03:18:02.857Z Compiling serde v1.0.228
13772026-08-20T03:18:02.857Z Compiling log v0.4.33
13782026-08-20T03:18:02.857Z Compiling smallvec v1.15.1
13792026-08-20T03:18:02.857Z Compiling find-msvc-tools v0.1.9
13802026-08-20T03:18:02.857Z Compiling shlex v1.3.0
13812026-08-20T03:18:02.857Z Compiling subtle v2.6.1
13822026-08-20T03:18:02.951Z Compiling scopeguard v1.2.0
13832026-08-20T03:18:02.981Z Compiling typenum v1.20.1
13842026-08-20T03:18:02.982Z Compiling stable_deref_trait v1.2.1
13852026-08-20T03:18:02.982Z Compiling zerocopy v0.8.55
13862026-08-20T03:18:02.982Z Compiling portable-atomic v1.13.1
13872026-08-20T03:18:03.039Z Compiling serde_json v1.0.151
13882026-08-20T03:18:03.067Z Compiling syn v2.0.117
13892026-08-20T03:18:03.068Z Compiling critical-section v1.2.0
13902026-08-20T03:18:03.153Z Compiling lock_api v0.4.14
13912026-08-20T03:18:03.189Z Compiling libm v0.2.16
13922026-08-20T03:18:03.189Z Compiling num-traits v0.2.19
13932026-08-20T03:18:03.224Z Compiling pkg-config v0.3.32
13942026-08-20T03:18:03.224Z Compiling generic-array v0.14.7
13952026-08-20T03:18:03.271Z Compiling const-oid v0.9.6
13962026-08-20T03:18:03.271Z Compiling pin-project-lite v0.2.17
13972026-08-20T03:18:03.286Z Compiling parking_lot_core v0.9.12
13982026-08-20T03:18:03.321Z Compiling getrandom v0.3.4
13992026-08-20T03:18:03.321Z Compiling percent-encoding v2.3.2
14002026-08-20T03:18:03.358Z Compiling futures-core v0.3.32
14012026-08-20T03:18:03.423Z Compiling litemap v0.8.1
14022026-08-20T03:18:03.460Z Compiling writeable v0.6.2
14032026-08-20T03:18:03.501Z Compiling icu_normalizer_data v2.1.1
14042026-08-20T03:18:03.523Z Compiling icu_properties_data v2.1.2
14052026-08-20T03:18:03.545Z Compiling getrandom v0.4.3
14062026-08-20T03:18:04.004Z Compiling rustix v1.1.4
14072026-08-20T03:18:04.030Z Compiling futures-sink v0.3.32
14082026-08-20T03:18:04.030Z Compiling rand_core v0.10.0
14092026-08-20T03:18:04.030Z Compiling futures-task v0.3.32
14102026-08-20T03:18:04.031Z Compiling futures-channel v0.3.32
14112026-08-20T03:18:04.031Z Compiling slab v0.4.12
14122026-08-20T03:18:04.031Z Compiling futures-io v0.3.32
14132026-08-20T03:18:04.031Z Compiling utf8_iter v1.0.4
14142026-08-20T03:18:04.031Z Compiling errno v0.3.14
14152026-08-20T03:18:04.031Z Compiling jobserver v0.1.34
14162026-08-20T03:18:04.031Z Compiling getrandom v0.2.17
14172026-08-20T03:18:04.031Z Compiling mio v1.2.0
14182026-08-20T03:18:04.031Z Compiling socket2 v0.6.3
14192026-08-20T03:18:04.032Z Compiling signal-hook-registry v1.4.8
14202026-08-20T03:18:04.044Z Compiling form_urlencoded v1.2.2
14212026-08-20T03:18:04.044Z Compiling rustversion v1.0.22
14222026-08-20T03:18:04.099Z Compiling cc v1.2.56
14232026-08-20T03:18:04.117Z Compiling once_cell v1.21.3
14242026-08-20T03:18:04.157Z Compiling rand_core v0.6.4
14252026-08-20T03:18:04.213Z Compiling parking_lot v0.12.5
14262026-08-20T03:18:04.257Z Compiling iana-time-zone v0.1.65
14272026-08-20T03:18:04.317Z Compiling base64ct v1.8.3
14282026-08-20T03:18:04.342Z Compiling flagset v0.4.7
14292026-08-20T03:18:04.357Z Compiling dunce v1.0.5
14302026-08-20T03:18:04.396Z Compiling fs_extra v1.3.0
14312026-08-20T03:18:04.413Z Compiling regex-syntax v0.8.10
14322026-08-20T03:18:04.443Z Compiling ident_case v1.0.1
14332026-08-20T03:18:04.464Z Compiling rand_core v0.9.5
14342026-08-20T03:18:04.469Z Compiling base64 v0.22.1
14352026-08-20T03:18:04.494Z Compiling syn v1.0.109
14362026-08-20T03:18:04.497Z Compiling vcpkg v0.2.15
14372026-08-20T03:18:04.534Z Compiling tracing-core v0.1.36
14382026-08-20T03:18:04.576Z Compiling pem-rfc7468 v0.7.0
14392026-08-20T03:18:04.613Z Compiling simd-adler32 v0.3.8
14402026-08-20T03:18:04.631Z Compiling cpufeatures v0.2.17
14412026-08-20T03:18:04.654Z Compiling schemars v0.8.22
14422026-08-20T03:18:04.679Z Compiling dyn-clone v1.0.20
14432026-08-20T03:18:04.720Z Compiling aws-lc-rs v1.16.3
14442026-08-20T03:18:04.777Z Compiling spin v0.9.8
14452026-08-20T03:18:04.817Z Compiling adler2 v2.0.1
14462026-08-20T03:18:04.844Z Compiling cmake v0.1.57
14472026-08-20T03:18:04.888Z Compiling httparse v1.10.1
14482026-08-20T03:18:04.912Z Compiling crc32fast v1.5.0
14492026-08-20T03:18:04.920Z Compiling openssl-probe v0.2.1
14502026-08-20T03:18:04.961Z Compiling tinyvec_macros v0.1.1
14512026-08-20T03:18:04.972Z Compiling cmov v0.5.4
14522026-08-20T03:18:05.008Z Compiling miniz_oxide v0.8.9
14532026-08-20T03:18:05.026Z Compiling tinyvec v1.10.0
14542026-08-20T03:18:05.039Z Compiling aho-corasick v1.1.4
14552026-08-20T03:18:05.112Z Compiling bitflags v2.11.0
14562026-08-20T03:18:05.141Z Compiling semver v1.0.28
14572026-08-20T03:18:05.188Z Compiling indexmap v2.14.0
14582026-08-20T03:18:05.210Z Compiling uuid v1.23.4
14592026-08-20T03:18:05.272Z Compiling ctutils v0.4.2
14602026-08-20T03:18:05.314Z Compiling tower-layer v0.3.3
14612026-08-20T03:18:05.322Z Compiling atomic-waker v1.1.2
14622026-08-20T03:18:05.347Z Compiling rustc_version v0.4.1
14632026-08-20T03:18:05.390Z Compiling radium v0.7.0
14642026-08-20T03:18:05.451Z Compiling try-lock v0.2.5
14652026-08-20T03:18:05.473Z Compiling untrusted v0.7.1
14662026-08-20T03:18:05.473Z Compiling tower-service v0.3.3
14672026-08-20T03:18:05.588Z Compiling want v0.3.1
14682026-08-20T03:18:05.610Z Compiling openssl v0.10.80
14692026-08-20T03:18:05.644Z Compiling foreign-types-shared v0.1.1
14702026-08-20T03:18:05.683Z Compiling rustls v0.23.41
14712026-08-20T03:18:05.700Z Compiling untrusted v0.9.0
14722026-08-20T03:18:05.704Z Compiling aws-lc-sys v0.40.0
14732026-08-20T03:18:05.754Z Compiling openssl-sys v0.9.117
14742026-08-20T03:18:05.769Z Compiling tap v1.0.1
14752026-08-20T03:18:05.794Z Compiling httpdate v1.0.3
14762026-08-20T03:18:05.833Z Compiling maybe-uninit v2.0.0
14772026-08-20T03:18:05.844Z Compiling foreign-types v0.3.2
14782026-08-20T03:18:05.879Z Compiling regex-automata v0.4.14
14792026-08-20T03:18:05.888Z Compiling wyz v0.5.1
14802026-08-20T03:18:05.893Z Compiling synstructure v0.13.2
14812026-08-20T03:18:05.916Z Compiling serde_derive_internals v0.29.1
14822026-08-20T03:18:05.931Z Compiling pest_generator v2.8.6
14832026-08-20T03:18:05.935Z Compiling darling_core v0.20.11
14842026-08-20T03:18:06.023Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-08-20T03:18:06.092Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14862026-08-20T03:18:06.175Z Compiling terminal_size v0.4.3
14872026-08-20T03:18:06.332Z Compiling tempfile v3.27.0
14882026-08-20T03:18:06.385Z Compiling unicode-normalization v0.1.25
14892026-08-20T03:18:06.465Z Compiling num-integer v0.1.46
14902026-08-20T03:18:06.526Z Compiling wait-timeout v0.2.1
14912026-08-20T03:18:06.572Z Compiling ahash v0.8.12
14922026-08-20T03:18:06.593Z Compiling num-conv v0.2.0
14932026-08-20T03:18:06.658Z Compiling native-tls v0.2.18
14942026-08-20T03:18:06.678Z Compiling funty v2.0.0
14952026-08-20T03:18:06.745Z Compiling num-bigint-dig v0.8.6
14962026-08-20T03:18:06.762Z Compiling powerfmt v0.2.0
14972026-08-20T03:18:06.777Z Compiling bit-vec v0.8.0
14982026-08-20T03:18:06.789Z Compiling packed_struct v0.10.1
14992026-08-20T03:18:06.810Z Compiling quick-error v1.2.3
15002026-08-20T03:18:06.817Z Compiling time-core v0.1.8
15012026-08-20T03:18:06.846Z Compiling clap_builder v4.6.0
15022026-08-20T03:18:06.917Z Compiling rusty-fork v0.3.1
15032026-08-20T03:18:06.939Z Compiling deranged v0.5.8
15042026-08-20T03:18:06.952Z Compiling num-iter v0.1.45
15052026-08-20T03:18:06.960Z Compiling bit-set v0.8.0
15062026-08-20T03:18:06.983Z Compiling time-macros v0.2.27
15072026-08-20T03:18:07.040Z Compiling bitvec v1.0.1
15082026-08-20T03:18:07.096Z Compiling lazy_static v1.5.0
15092026-08-20T03:18:07.144Z Compiling rand_xorshift v0.4.0
15102026-08-20T03:18:07.161Z Compiling sync_wrapper v1.0.2
15112026-08-20T03:18:07.197Z Compiling indexmap v1.9.3
15122026-08-20T03:18:07.232Z Compiling num_threads v0.1.7
15132026-08-20T03:18:07.261Z Compiling paste v1.0.15
15142026-08-20T03:18:07.276Z Compiling crossbeam-utils v0.8.21
15152026-08-20T03:18:07.311Z Compiling usdt-impl v0.6.0
15162026-08-20T03:18:07.333Z Compiling crc-catalog v2.4.0
15172026-08-20T03:18:07.395Z Compiling siphasher v1.0.2
15182026-08-20T03:18:07.437Z Compiling nodrop v0.1.14
15192026-08-20T03:18:07.530Z Compiling object v0.37.3
15202026-08-20T03:18:07.549Z Compiling zlib-rs v0.6.2
15212026-08-20T03:18:07.557Z Compiling unarray v0.1.4
15222026-08-20T03:18:07.574Z Compiling serde_derive v1.0.228
15232026-08-20T03:18:07.584Z Compiling zeroize_derive v1.5.0
15242026-08-20T03:18:07.604Z Compiling zerofrom-derive v0.1.6
15252026-08-20T03:18:07.679Z Compiling zerocopy-derive v0.8.55
15262026-08-20T03:18:07.812Z Compiling yoke-derive v0.8.1
15272026-08-20T03:18:07.904Z Compiling zerovec-derive v0.11.2
15282026-08-20T03:18:07.982Z Compiling displaydoc v0.2.5
15292026-08-20T03:18:08.068Z Compiling tokio-macros v2.7.0
15302026-08-20T03:18:08.268Z Compiling futures-macro v0.3.32
15312026-08-20T03:18:08.277Z Compiling thiserror-impl v2.0.18
15322026-08-20T03:18:08.487Z Compiling der_derive v0.7.3
15332026-08-20T03:18:08.781Z Compiling tracing-attributes v0.1.31
15342026-08-20T03:18:08.824Z Compiling schemars_derive v0.8.22
15352026-08-20T03:18:08.895Z Compiling scroll_derive v0.13.1
15362026-08-20T03:18:09.048Z Compiling zerofrom v0.1.6
15372026-08-20T03:18:09.080Z Compiling pest_derive v2.8.6
15382026-08-20T03:18:09.106Z Compiling darling_macro v0.20.11
15392026-08-20T03:18:09.161Z Compiling yoke v0.8.1
15402026-08-20T03:18:09.188Z Compiling futures-util v0.3.32
15412026-08-20T03:18:09.368Z Compiling zerovec v0.11.5
15422026-08-20T03:18:09.498Z Compiling zerotrie v0.2.3
15432026-08-20T03:18:09.562Z Compiling openssl-macros v0.1.1
15442026-08-20T03:18:09.633Z Compiling thiserror-impl v1.0.69
15452026-08-20T03:18:09.711Z Compiling thiserror v2.0.18
15462026-08-20T03:18:09.766Z Compiling scroll v0.13.0
15472026-08-20T03:18:09.870Z Compiling darling v0.20.11
15482026-08-20T03:18:09.895Z Compiling tinystr v0.8.2
15492026-08-20T03:18:09.908Z Compiling potential_utf v0.1.4
15502026-08-20T03:18:09.925Z Compiling packed_struct_codegen v0.10.1
15512026-08-20T03:18:09.939Z Compiling zerocopy-derive v0.6.6
15522026-08-20T03:18:10.006Z Compiling icu_locale_core v2.1.1
15532026-08-20T03:18:10.042Z Compiling icu_collections v2.1.1
15542026-08-20T03:18:10.063Z Compiling goblin v0.10.5
15552026-08-20T03:18:10.091Z Compiling clap_derive v4.6.1
15562026-08-20T03:18:10.116Z Compiling bitfield-macros v0.19.4
15572026-08-20T03:18:10.156Z Compiling tracing v0.1.44
15582026-08-20T03:18:10.450Z Compiling flate2 v1.1.9
15592026-08-20T03:18:10.546Z Compiling derive_builder_core v0.20.2
15602026-08-20T03:18:10.846Z Compiling icu_provider v2.1.1
15612026-08-20T03:18:10.863Z Compiling zerocopy v0.6.6
15622026-08-20T03:18:10.942Z Compiling bitfield v0.19.4
15632026-08-20T03:18:10.963Z Compiling dtrace-parser v0.3.0
15642026-08-20T03:18:10.963Z Compiling time v0.3.47
15652026-08-20T03:18:10.981Z Compiling thiserror v1.0.69
15662026-08-20T03:18:11.124Z Compiling zeroize v1.9.0
15672026-08-20T03:18:11.148Z Compiling bytes v1.11.1
15682026-08-20T03:18:11.174Z Compiling icu_normalizer v2.1.1
15692026-08-20T03:18:11.188Z Compiling icu_properties v2.1.2
15702026-08-20T03:18:11.201Z Compiling chrono v0.4.45
15712026-08-20T03:18:11.215Z Compiling ipnet v2.12.0
15722026-08-20T03:18:11.431Z Compiling der v0.7.10
15732026-08-20T03:18:11.575Z Compiling rustls-pki-types v1.14.0
15742026-08-20T03:18:11.654Z Compiling tokio v1.52.1
15752026-08-20T03:18:11.728Z Compiling http v1.4.2
15762026-08-20T03:18:11.739Z Compiling hybrid-array v0.4.13
15772026-08-20T03:18:11.785Z Compiling hex v0.4.3
15782026-08-20T03:18:11.926Z Compiling crypto-common v0.1.7
15792026-08-20T03:18:11.947Z Compiling block-buffer v0.10.4
15802026-08-20T03:18:12.139Z Compiling idna_adapter v1.2.1
15812026-08-20T03:18:12.167Z Compiling serde_spanned v0.6.9
15822026-08-20T03:18:12.167Z Compiling digest v0.10.7
15832026-08-20T03:18:12.167Z Compiling toml_datetime v0.6.11
15842026-08-20T03:18:12.216Z Compiling ppv-lite86 v0.2.21
15852026-08-20T03:18:12.261Z Compiling idna v1.1.0
15862026-08-20T03:18:12.453Z Compiling spki v0.7.3
15872026-08-20T03:18:12.545Z Compiling sha2 v0.10.9
15882026-08-20T03:18:12.545Z Compiling http-body v1.0.1
15892026-08-20T03:18:12.545Z Compiling signature v2.2.0
15902026-08-20T03:18:12.583Z Compiling rand_chacha v0.9.0
15912026-08-20T03:18:12.583Z Compiling url v2.5.8
15922026-08-20T03:18:12.583Z Compiling pkcs8 v0.10.2
15932026-08-20T03:18:12.583Z Compiling rand_chacha v0.3.1
15942026-08-20T03:18:12.583Z Compiling hmac v0.12.1
15952026-08-20T03:18:12.610Z Compiling http-body-util v0.1.3
15962026-08-20T03:18:12.687Z Compiling clap v4.6.1
15972026-08-20T03:18:12.745Z Compiling rand v0.9.2
15982026-08-20T03:18:12.775Z Compiling pkcs1 v0.7.5
15992026-08-20T03:18:12.812Z Compiling rand v0.8.6
16002026-08-20T03:18:12.859Z Compiling dof v0.4.0
16012026-08-20T03:18:12.918Z Compiling structmeta-derive v0.3.0
16022026-08-20T03:18:12.937Z Compiling scroll_derive v0.12.1
16032026-08-20T03:18:13.227Z Compiling array-init v0.0.4
16042026-08-20T03:18:13.260Z Compiling crc v3.4.0
16052026-08-20T03:18:13.372Z Compiling proptest v1.11.0
16062026-08-20T03:18:13.413Z Compiling smallvec v0.6.14
16072026-08-20T03:18:13.523Z Compiling darling_core v0.23.0
16082026-08-20T03:18:13.646Z Compiling heapless v0.7.17
16092026-08-20T03:18:13.660Z Compiling slog v2.8.2
16102026-08-20T03:18:13.688Z Compiling thread-id v5.1.0
16112026-08-20T03:18:13.688Z Compiling env_filter v2.0.0
16122026-08-20T03:18:13.707Z Compiling cookie v0.18.1
16132026-08-20T03:18:13.776Z Compiling iri-string v0.7.10
16142026-08-20T03:18:13.885Z Compiling ipnetwork v0.21.1
16152026-08-20T03:18:13.906Z Compiling ryu v1.0.23
16162026-08-20T03:18:13.910Z Compiling zstd-safe v7.2.4
16172026-08-20T03:18:14.029Z Compiling base64 v0.21.7
16182026-08-20T03:18:14.115Z Compiling unicode-properties v0.1.4
16192026-08-20T03:18:14.220Z Compiling winnow v0.5.40
16202026-08-20T03:18:14.220Z Compiling signal-hook v0.3.18
16212026-08-20T03:18:14.220Z Compiling anyhow v1.0.104
16222026-08-20T03:18:14.277Z Compiling allocator-api2 v0.2.21
16232026-08-20T03:18:14.334Z Compiling hashbrown v0.12.3
16242026-08-20T03:18:14.334Z Compiling unicode-bidi v0.3.18
16252026-08-20T03:18:14.334Z Compiling gimli v0.32.3
16262026-08-20T03:18:14.393Z Compiling ron v0.8.1
16272026-08-20T03:18:14.412Z Compiling oxnet v0.1.6
16282026-08-20T03:18:14.412Z Compiling structmeta v0.3.0
16292026-08-20T03:18:14.486Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-20T03:18:14.555Z Compiling rsa v0.9.10
16312026-08-20T03:18:14.618Z Compiling serde_urlencoded v0.7.1
16322026-08-20T03:18:14.669Z Compiling stringprep v0.1.5
16332026-08-20T03:18:14.896Z Compiling env_logger v0.11.11
16342026-08-20T03:18:14.938Z Compiling scroll v0.12.0
16352026-08-20T03:18:15.327Z Compiling serde-hex v0.1.0
16362026-08-20T03:18:15.402Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16372026-08-20T03:18:15.402Z Compiling camino v1.2.5
16382026-08-20T03:18:15.402Z Compiling hashbrown v0.13.2
16392026-08-20T03:18:15.447Z Compiling crypto-common v0.2.2
16402026-08-20T03:18:15.530Z Compiling tokio-util v0.7.18
16412026-08-20T03:18:15.578Z Compiling tower v0.5.3
16422026-08-20T03:18:15.613Z Compiling tokio-native-tls v0.3.1
16432026-08-20T03:18:15.786Z Compiling toml_edit v0.19.15
16442026-08-20T03:18:15.814Z Compiling block-buffer v0.12.1
16452026-08-20T03:18:15.916Z Compiling newtype-uuid v1.3.2
16462026-08-20T03:18:15.916Z Compiling block-padding v0.4.2
16472026-08-20T03:18:16.106Z Compiling addr2line v0.25.1
16482026-08-20T03:18:16.192Z Compiling tower-http v0.6.8
16492026-08-20T03:18:16.192Z Compiling x509-cert v0.2.5
16502026-08-20T03:18:16.237Z Compiling darling_macro v0.23.0
16512026-08-20T03:18:16.237Z Compiling md-5 v0.10.6
16522026-08-20T03:18:16.331Z Compiling h2 v0.4.15
16532026-08-20T03:18:16.378Z Compiling rustls-native-certs v0.8.3
16542026-08-20T03:18:16.397Z Compiling derive_builder_macro v0.20.2
16552026-08-20T03:18:16.616Z Compiling bzip2 v0.4.4
16562026-08-20T03:18:16.656Z Compiling serde_tokenstream v0.2.3
16572026-08-20T03:18:16.705Z Compiling erased-serde v0.3.31
16582026-08-20T03:18:16.812Z Compiling bstr v1.12.1
16592026-08-20T03:18:16.903Z Compiling pin-project-internal v1.1.11
16602026-08-20T03:18:16.919Z Compiling zerocopy-derive v0.7.35
16612026-08-20T03:18:16.986Z Compiling async-trait v0.1.89
16622026-08-20T03:18:17.124Z Compiling daft-derive v0.1.7
16632026-08-20T03:18:17.195Z Compiling curve25519-dalek v4.1.3
16642026-08-20T03:18:17.492Z Compiling vergen-lib v9.1.0
16652026-08-20T03:18:17.534Z Compiling hash32 v0.2.1
16662026-08-20T03:18:17.573Z Compiling memoffset v0.9.1
16672026-08-20T03:18:17.638Z Compiling encoding_rs v0.8.35
16682026-08-20T03:18:17.679Z Compiling ref-cast v1.0.25
16692026-08-20T03:18:17.711Z Compiling smoltcp v0.9.1
16702026-08-20T03:18:17.735Z Compiling rustc-demangle v0.1.27
16712026-08-20T03:18:18.067Z Compiling crc-any v2.5.0
16722026-08-20T03:18:18.189Z Compiling owo-colors v4.3.0
16732026-08-20T03:18:18.189Z Compiling rustix v0.38.44
16742026-08-20T03:18:18.189Z Compiling psl-types v2.0.11
16752026-08-20T03:18:18.189Z Compiling fallible-iterator v0.2.0
16762026-08-20T03:18:18.189Z Compiling mime v0.3.17
16772026-08-20T03:18:18.189Z Compiling cfg_aliases v0.2.1
16782026-08-20T03:18:18.189Z Compiling litrs v1.0.0
16792026-08-20T03:18:18.223Z Compiling nix v0.31.2
16802026-08-20T03:18:18.223Z Compiling publicsuffix v2.3.0
16812026-08-20T03:18:21.953Z Compiling pin-project v1.1.11
16822026-08-20T03:18:22.048Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16832026-08-20T03:18:22.048Z Compiling postgres-protocol v0.6.10
16842026-08-20T03:18:22.048Z Compiling daft v0.1.7
16852026-08-20T03:18:22.048Z Compiling zerocopy v0.7.35
16862026-08-20T03:18:22.048Z Compiling toml v0.7.8
16872026-08-20T03:18:22.048Z Compiling derive_builder v0.20.2
16882026-08-20T03:18:22.048Z Compiling document-features v0.2.12
16892026-08-20T03:18:22.048Z Compiling zip v0.6.6
16902026-08-20T03:18:22.048Z Compiling darling v0.23.0
16912026-08-20T03:18:22.048Z Compiling inout v0.2.2
16922026-08-20T03:18:22.049Z Compiling object v0.30.4
16932026-08-20T03:18:22.049Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-20T03:18:22.049Z Compiling goblin v0.8.2
16952026-08-20T03:18:22.049Z Compiling backtrace v0.3.76
16962026-08-20T03:18:22.049Z Compiling derive-ex v0.1.8
16972026-08-20T03:18:22.049Z Compiling futures-executor v0.3.32
16982026-08-20T03:18:22.049Z Compiling hubpack_derive v0.1.1
16992026-08-20T03:18:22.049Z Compiling regex v1.12.3
17002026-08-20T03:18:22.049Z Compiling curve25519-dalek-derive v0.1.1
17012026-08-20T03:18:22.049Z Compiling ref-cast-impl v1.0.25
17022026-08-20T03:18:22.049Z Compiling strum_macros v0.27.2
17032026-08-20T03:18:22.049Z Compiling hyper v1.10.1
17042026-08-20T03:18:22.049Z Compiling snafu-derive v0.8.9
17052026-08-20T03:18:22.049Z Compiling phf_shared v0.13.1
17062026-08-20T03:18:22.049Z Compiling vergen v9.1.0
17072026-08-20T03:18:22.049Z Compiling cargo-platform v0.3.2
17082026-08-20T03:18:22.049Z Compiling ff v0.13.1
17092026-08-20T03:18:22.049Z Compiling fs-err v3.3.0
17102026-08-20T03:18:22.049Z Compiling libbz2-rs-sys v0.2.2
17112026-08-20T03:18:22.049Z Compiling bitflags v1.3.2
17122026-08-20T03:18:22.049Z Compiling jiff-core v0.1.0
17132026-08-20T03:18:22.049Z Compiling foldhash v0.1.5
17142026-08-20T03:18:22.049Z Compiling bumpalo v3.20.2
17152026-08-20T03:18:22.049Z Compiling same-file v1.0.6
17162026-08-20T03:18:22.049Z Compiling either v1.15.0
17172026-08-20T03:18:22.049Z Compiling unicode-segmentation v1.12.0
17182026-08-20T03:18:22.050Z Compiling foldhash v0.2.0
17192026-08-20T03:18:22.050Z Compiling is_ci v1.2.0
17202026-08-20T03:18:22.050Z Compiling path-slash v0.1.5
17212026-08-20T03:18:22.050Z Compiling managed v0.8.0
17222026-08-20T03:18:22.050Z Compiling base16ct v0.2.0
17232026-08-20T03:18:22.050Z Compiling textwrap v0.16.2
17242026-08-20T03:18:22.050Z Compiling hashbrown v0.16.1
17252026-08-20T03:18:22.050Z Compiling hyper-util v0.1.20
17262026-08-20T03:18:22.050Z Compiling sec1 v0.7.3
17272026-08-20T03:18:22.050Z Compiling supports-color v3.0.2
17282026-08-20T03:18:22.050Z Compiling test-strategy v0.4.5
17292026-08-20T03:18:22.050Z Compiling jiff v0.2.34
17302026-08-20T03:18:22.050Z Compiling bzip2 v0.6.1
17312026-08-20T03:18:22.050Z Compiling zopfli v0.8.3
17322026-08-20T03:18:22.050Z Compiling walkdir v2.5.0
17332026-08-20T03:18:22.050Z Compiling hashbrown v0.15.5
17342026-08-20T03:18:22.050Z Compiling dof v0.3.0
17352026-08-20T03:18:22.050Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17362026-08-20T03:18:22.050Z Compiling strum v0.27.2
17372026-08-20T03:18:22.051Z Compiling snafu v0.8.9
17382026-08-20T03:18:22.051Z Compiling cargo_metadata v0.23.1
17392026-08-20T03:18:22.051Z Compiling group v0.13.0
17402026-08-20T03:18:22.051Z Compiling phf v0.13.1
17412026-08-20T03:18:22.051Z Compiling hubpack v0.1.2
17422026-08-20T03:18:22.051Z Compiling backtrace-ext v0.2.1
17432026-08-20T03:18:22.051Z Compiling signal-hook-mio v0.2.5
17442026-08-20T03:18:22.051Z Compiling futures v0.3.32
17452026-08-20T03:18:22.051Z Compiling zstd v0.13.3
17462026-08-20T03:18:22.080Z Compiling cookie_store v0.22.1
17472026-08-20T03:18:22.080Z Compiling cipher v0.5.2
17482026-08-20T03:18:22.080Z Compiling serde_with_macros v3.21.0
17492026-08-20T03:18:22.080Z Compiling hyper-tls v0.6.0
17502026-08-20T03:18:22.213Z Compiling postgres-types v0.2.12
17512026-08-20T03:18:22.298Z Compiling reqwest v0.12.28
17522026-08-20T03:18:22.442Z Compiling globset v0.4.18
17532026-08-20T03:18:22.456Z Compiling usdt-attr-macro v0.6.0
17542026-08-20T03:18:22.494Z Compiling usdt-macro v0.6.0
17552026-08-20T03:18:22.660Z Compiling byte-wrapper v0.1.0
17562026-08-20T03:18:22.785Z Compiling ed25519 v2.2.3
17572026-08-20T03:18:22.809Z Compiling hkdf v0.12.4
17582026-08-20T03:18:23.013Z Compiling crypto-bigint v0.5.5
17592026-08-20T03:18:23.021Z Compiling serde-big-array v0.5.1
17602026-08-20T03:18:23.058Z Compiling olpc-cjson v0.1.4
17612026-08-20T03:18:23.138Z Compiling serde_plain v1.0.2
17622026-08-20T03:18:23.153Z Compiling dtrace-parser v0.2.0
17632026-08-20T03:18:23.182Z Compiling serde_repr v0.1.20
17642026-08-20T03:18:23.208Z Compiling miette-derive v7.6.0
17652026-08-20T03:18:23.236Z Compiling enum-as-inner v0.6.1
17662026-08-20T03:18:23.305Z Compiling strum_macros v0.26.4
17672026-08-20T03:18:23.320Z Compiling async-recursion v1.1.1
17682026-08-20T03:18:23.355Z Compiling phf_shared v0.11.3
17692026-08-20T03:18:23.478Z Compiling float-cmp v0.10.0
17702026-08-20T03:18:23.598Z Compiling pem v3.0.6
17712026-08-20T03:18:23.672Z Compiling memmap2 v0.9.10
17722026-08-20T03:18:23.754Z Compiling thread-id v4.2.2
17732026-08-20T03:18:23.818Z Compiling supports-unicode v3.0.0
17742026-08-20T03:18:23.830Z Compiling new_debug_unreachable v1.0.6
17752026-08-20T03:18:23.855Z Compiling normalize-line-endings v0.3.0
17762026-08-20T03:18:23.909Z Compiling cpufeatures v0.3.0
17772026-08-20T03:18:23.924Z Compiling fixedbitset v0.5.7
17782026-08-20T03:18:23.945Z Compiling fixedbitset v0.4.2
17792026-08-20T03:18:23.967Z Compiling supports-hyperlinks v3.2.0
17802026-08-20T03:18:23.982Z Compiling static_assertions v1.1.0
17812026-08-20T03:18:23.997Z Compiling winnow v1.0.3
17822026-08-20T03:18:24.001Z Compiling difflib v0.4.0
17832026-08-20T03:18:24.025Z Compiling precomputed-hash v0.1.1
17842026-08-20T03:18:24.067Z Compiling predicates-core v1.0.10
17852026-08-20T03:18:24.128Z Compiling keccak v0.1.6
17862026-08-20T03:18:24.143Z Compiling data-encoding v2.10.0
17872026-08-20T03:18:24.179Z Compiling const-oid v0.10.2
17882026-08-20T03:18:24.253Z Compiling typed-path v0.9.3
17892026-08-20T03:18:24.269Z Compiling whoami v2.1.0
17902026-08-20T03:18:24.406Z Compiling digest v0.11.3
17912026-08-20T03:18:24.463Z Compiling miette v7.6.0
17922026-08-20T03:18:24.500Z Compiling tokio-postgres v0.7.16
17932026-08-20T03:18:24.523Z Compiling hickory-proto v0.25.2
17942026-08-20T03:18:24.548Z Compiling sha3 v0.10.8
17952026-08-20T03:18:24.614Z Compiling predicates v3.1.4
17962026-08-20T03:18:24.647Z Compiling toml_edit v0.22.27
17972026-08-20T03:18:24.663Z Compiling petgraph v0.8.3
17982026-08-20T03:18:24.874Z Compiling string_cache v0.8.9
17992026-08-20T03:18:24.892Z Compiling petgraph v0.6.5
18002026-08-20T03:18:25.039Z Compiling toml_parser v1.1.2+spec-1.1.0
18012026-08-20T03:18:25.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-08-20T03:18:25.127Z Compiling elliptic-curve v0.13.8
18032026-08-20T03:18:25.132Z Compiling strum v0.26.3
18042026-08-20T03:18:25.209Z Compiling chacha20 v0.10.0
18052026-08-20T03:18:25.274Z Compiling usdt v0.6.0
18062026-08-20T03:18:25.288Z Compiling usdt-impl v0.5.0
18072026-08-20T03:18:25.502Z Compiling crossterm v0.28.1
18082026-08-20T03:18:25.565Z Compiling serde_with v3.21.0
18092026-08-20T03:18:25.579Z Compiling zip v4.6.1
18102026-08-20T03:18:25.613Z Compiling ed25519-dalek v2.2.0
18112026-08-20T03:18:25.657Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18122026-08-20T03:18:26.124Z Compiling iddqd v0.4.2
18132026-08-20T03:18:26.160Z Compiling heck v0.4.1
18142026-08-20T03:18:26.437Z Compiling similar v2.7.0
18152026-08-20T03:18:26.454Z Compiling itertools v0.15.0
18162026-08-20T03:18:26.562Z Compiling itertools v0.13.0
18172026-08-20T03:18:26.583Z Compiling tokio-stream v0.1.18
18182026-08-20T03:18:26.689Z Compiling crossbeam-epoch v0.9.18
18192026-08-20T03:18:26.814Z Compiling buf-list v1.1.2
18202026-08-20T03:18:26.828Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18212026-08-20T03:18:27.036Z Compiling openapiv3 v2.2.0
18222026-08-20T03:18:27.061Z Compiling peg-runtime v0.8.5
18232026-08-20T03:18:27.104Z Compiling lalrpop-util v0.19.12
18242026-08-20T03:18:27.149Z Compiling thread_local v1.1.9
18252026-08-20T03:18:27.238Z Compiling slog-async v2.8.0
18262026-08-20T03:18:27.305Z Compiling crossbeam-channel v0.5.15
18272026-08-20T03:18:27.308Z Compiling is-terminal v0.4.17
18282026-08-20T03:18:27.354Z Compiling filetime v0.2.27
18292026-08-20T03:18:27.426Z Compiling term v1.2.1
18302026-08-20T03:18:27.436Z Compiling take_mut v0.2.2
18312026-08-20T03:18:27.440Z Compiling xattr v1.6.1
18322026-08-20T03:18:27.464Z Compiling camino-tempfile v1.4.1
18332026-08-20T03:18:27.576Z Compiling tar v0.4.46
18342026-08-20T03:18:27.700Z Compiling slog-term v2.9.2
18352026-08-20T03:18:44.875Z Compiling rustls-webpki v0.103.13
18362026-08-20T03:18:47.554Z Compiling tokio-rustls v0.26.4
18372026-08-20T03:18:47.554Z Compiling rustls-platform-verifier v0.6.2
18382026-08-20T03:18:47.554Z Compiling tough v0.22.0
18392026-08-20T03:18:47.751Z Compiling hyper-rustls v0.27.7
18402026-08-20T03:18:47.936Z Compiling reqwest v0.13.2
18412026-08-20T03:18:50.113Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18422026-08-20T03:18:50.343Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18432026-08-20T03:18:53.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.15s
18442026-08-20T03:18:53.395Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18452026-08-20T03:18:53.426ZAug 20 03:18:52.303 INFO Starting download, target: Console
18462026-08-20T03:18:53.448ZAug 20 03:18:52.304 INFO Starting download, target: Clickhouse
18472026-08-20T03:18:53.448ZAug 20 03:18:52.304 INFO Starting download, target: DendriteStub
18482026-08-20T03:18:53.448ZAug 20 03:18:52.304 INFO Starting download, target: Cockroach
18492026-08-20T03:18:53.448ZAug 20 03:18:52.304 INFO Starting download, target: MaghemiteMgd
18502026-08-20T03:18:53.448ZAug 20 03:18:52.304 INFO Starting download, target: MaghemiteDdmd
18512026-08-20T03:18:53.448ZAug 20 03:18:52.304 INFO Starting download, target: TransceiverControl
18522026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18532026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18542026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18552026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18562026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18572026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-20T03:18:53.449ZAug 20 03:18:52.304 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18592026-08-20T03:18:55.478ZAug 20 03:18:54.362 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18602026-08-20T03:18:55.736ZAug 20 03:18:54.557 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18612026-08-20T03:18:55.817ZAug 20 03:18:54.610 INFO Download complete, target: Console
18622026-08-20T03:18:56.014ZAug 20 03:18:54.801 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18632026-08-20T03:18:56.178ZAug 20 03:18:55.024 INFO Download complete, target: TransceiverControl
18642026-08-20T03:19:00.847ZAug 20 03:18:59.615 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18652026-08-20T03:19:01.042ZAug 20 03:18:59.785 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18662026-08-20T03:19:01.625ZAug 20 03:19:00.426 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18672026-08-20T03:19:02.614ZAug 20 03:19:01.402 INFO Checking that binary works, target: Clickhouse
18682026-08-20T03:19:02.749ZAug 20 03:19:01.498 INFO Download complete, target: Clickhouse
18692026-08-20T03:19:02.959ZAug 20 03:19:01.758 INFO Download complete, target: MaghemiteDdmd
18702026-08-20T03:19:03.308ZAug 20 03:19:02.138 INFO Download complete, target: MaghemiteMgd
18712026-08-20T03:19:04.083ZAug 20 03:19:02.890 INFO Download complete, target: DendriteStub
18722026-08-20T03:19:05.179ZAug 20 03:19:04.034 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18732026-08-20T03:19:05.180ZAug 20 03:19:04.034 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18742026-08-20T03:19:09.760ZAug 20 03:19:08.647 INFO Checking that binary works, target: Cockroach
18752026-08-20T03:19:09.885ZAug 20 03:19:08.770 INFO Download complete, target: Cockroach
18762026-08-20T03:19:09.889ZAll prerequisites installed successfully
18772026-08-20T03:19:09.889Z
18782026-08-20T03:19:09.889Zreal 1:37.040599576
18792026-08-20T03:19:09.889Zuser 7:13.838940961
18802026-08-20T03:19:09.889Zsys 1:41.713994401
18812026-08-20T03:19:09.889Ztrap 0.249631447
18822026-08-20T03:19:09.889Ztflt 0.928491675
18832026-08-20T03:19:09.889Zdflt 1.997337480
18842026-08-20T03:19:09.889Zkflt 0.027029276
18852026-08-20T03:19:09.889Zlock 29:33.658181760
18862026-08-20T03:19:09.889Zslp 19:43.755603683
18872026-08-20T03:19:09.889Zlat 25.895928697
18882026-08-20T03:19:09.890Zstop 2:55.951566342
18892026-08-20T03:19:09.890Z+ source ./tools/include/force-git-over-https.sh
18902026-08-20T03:19:09.890Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18912026-08-20T03:19:09.890Z++ (( i = 0 ))
18922026-08-20T03:19:09.890Z++ (( i < 5 ))
18932026-08-20T03:19:09.890Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18942026-08-20T03:19:09.894Z++ (( i++ ))
18952026-08-20T03:19:09.894Z++ (( i < 5 ))
18962026-08-20T03:19:09.894Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18972026-08-20T03:19:09.897Z++ (( i++ ))
18982026-08-20T03:19:09.897Z++ (( i < 5 ))
18992026-08-20T03:19:09.898Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19002026-08-20T03:19:09.898Z++ (( i++ ))
19012026-08-20T03:19:09.898Z++ (( i < 5 ))
19022026-08-20T03:19:09.898Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19032026-08-20T03:19:09.901Z++ (( i++ ))
19042026-08-20T03:19:09.901Z++ (( i < 5 ))
19052026-08-20T03:19:09.901Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19062026-08-20T03:19:09.907Z++ (( i++ ))
19072026-08-20T03:19:09.907Z++ (( i < 5 ))
19082026-08-20T03:19:09.907Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-20T03:19:09.907Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19102026-08-20T03:19:09.907Z+ rc=0
19112026-08-20T03:19:09.907Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19122026-08-20T03:19:20.224Z+ case $rc in
19132026-08-20T03:19:20.224Z+ pfexec zfs create -p rpool/images/build/host
19142026-08-20T03:19:20.423Z+ pfexec zfs create -p rpool/images/build/recovery
19152026-08-20T03:19:20.496Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19162026-08-20T03:19:20.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19172026-08-20T03:19:20.967Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19182026-08-20T03:19:21.785Z Compiling proc-macro2 v1.0.106
19192026-08-20T03:19:21.785Z Compiling quote v1.0.45
19202026-08-20T03:19:21.785Z Compiling unicode-ident v1.0.24
19212026-08-20T03:19:21.789Z Compiling serde_core v1.0.228
19222026-08-20T03:19:21.789Z Compiling libc v0.2.185
19232026-08-20T03:19:21.789Z Compiling serde v1.0.228
19242026-08-20T03:19:21.789Z Compiling cfg-if v1.0.4
19252026-08-20T03:19:21.789Z Compiling shlex v1.3.0
19262026-08-20T03:19:21.919Z Compiling find-msvc-tools v0.1.9
19272026-08-20T03:19:21.923Z Compiling autocfg v1.5.0
19282026-08-20T03:19:21.923Z Compiling version_check v0.9.5
19292026-08-20T03:19:21.933Z Compiling zerocopy v0.8.55
19302026-08-20T03:19:21.938Z Compiling memchr v2.8.0
19312026-08-20T03:19:21.938Z Compiling portable-atomic v1.13.1
19322026-08-20T03:19:21.938Z Compiling zmij v1.0.21
19332026-08-20T03:19:22.159Z Compiling serde_json v1.0.151
19342026-08-20T03:19:22.203Z Compiling libm v0.2.16
19352026-08-20T03:19:22.297Z Compiling getrandom v0.3.4
19362026-08-20T03:19:22.309Z Compiling generic-array v0.14.7
19372026-08-20T03:19:22.355Z Compiling parking_lot_core v0.9.12
19382026-08-20T03:19:22.359Z Compiling pkg-config v0.3.32
19392026-08-20T03:19:22.386Z Compiling icu_normalizer_data v2.1.1
19402026-08-20T03:19:22.398Z Compiling num-traits v0.2.19
19412026-08-20T03:19:22.401Z Compiling icu_properties_data v2.1.2
19422026-08-20T03:19:22.539Z Compiling smallvec v1.15.1
19432026-08-20T03:19:22.540Z Compiling rustix v1.1.4
19442026-08-20T03:19:22.543Z Compiling getrandom v0.4.3
19452026-08-20T03:19:22.601Z Compiling log v0.4.33
19462026-08-20T03:19:22.647Z Compiling itoa v1.0.17
19472026-08-20T03:19:22.686Z Compiling subtle v2.6.1
19482026-08-20T03:19:22.827Z Compiling stable_deref_trait v1.2.1
19492026-08-20T03:19:22.831Z Compiling scopeguard v1.2.0
19502026-08-20T03:19:22.861Z Compiling typenum v1.20.1
19512026-08-20T03:19:22.906Z Compiling heck v0.5.0
19522026-08-20T03:19:22.920Z Compiling critical-section v1.2.0
19532026-08-20T03:19:22.966Z Compiling lock_api v0.4.14
19542026-08-20T03:19:22.970Z Compiling thiserror v2.0.18
19552026-08-20T03:19:23.042Z Compiling jobserver v0.1.34
19562026-08-20T03:19:23.056Z Compiling errno v0.3.14
19572026-08-20T03:19:23.236Z Compiling syn v2.0.117
19582026-08-20T03:19:23.252Z Compiling cc v1.2.56
19592026-08-20T03:19:23.307Z Compiling getrandom v0.2.17
19602026-08-20T03:19:23.348Z Compiling dunce v1.0.5
19612026-08-20T03:19:23.352Z Compiling fs_extra v1.3.0
19622026-08-20T03:19:23.451Z Compiling once_cell v1.21.3
19632026-08-20T03:19:23.469Z Compiling rand_core v0.6.4
19642026-08-20T03:19:23.475Z Compiling writeable v0.6.2
19652026-08-20T03:19:23.495Z Compiling percent-encoding v2.3.2
19662026-08-20T03:19:23.554Z Compiling litemap v0.8.1
19672026-08-20T03:19:23.650Z Compiling const-oid v0.9.6
19682026-08-20T03:19:23.780Z Compiling pin-project-lite v0.2.17
19692026-08-20T03:19:23.797Z Compiling schemars v0.8.22
19702026-08-20T03:19:23.904Z Compiling equivalent v1.0.2
19712026-08-20T03:19:23.960Z Compiling signal-hook-registry v1.4.8
19722026-08-20T03:19:24.009Z Compiling rand_core v0.10.0
19732026-08-20T03:19:24.026Z Compiling cmake v0.1.57
19742026-08-20T03:19:24.054Z Compiling bitflags v2.11.0
19752026-08-20T03:19:24.057Z Compiling semver v1.0.28
19762026-08-20T03:19:24.334Z Compiling rustversion v1.0.22
19772026-08-20T03:19:24.356Z Compiling futures-core v0.3.32
19782026-08-20T03:19:24.374Z Compiling aws-lc-rs v1.16.3
19792026-08-20T03:19:24.424Z Compiling parking_lot v0.12.5
19802026-08-20T03:19:24.538Z Compiling mio v1.2.0
19812026-08-20T03:19:24.571Z Compiling aws-lc-sys v0.40.0
19822026-08-20T03:19:24.676Z Compiling utf8_iter v1.0.4
19832026-08-20T03:19:24.706Z Compiling crc32fast v1.5.0
19842026-08-20T03:19:24.755Z Compiling form_urlencoded v1.2.2
19852026-08-20T03:19:24.880Z Compiling fnv v1.0.7
19862026-08-20T03:19:24.960Z Compiling hashbrown v0.17.0
19872026-08-20T03:19:25.000Z Compiling syn v1.0.109
19882026-08-20T03:19:25.015Z Compiling vcpkg v0.2.15
19892026-08-20T03:19:25.028Z Compiling strsim v0.11.1
19902026-08-20T03:19:25.055Z Compiling byteorder v1.5.0
19912026-08-20T03:19:25.282Z Compiling socket2 v0.6.3
19922026-08-20T03:19:25.431Z Compiling futures-sink v0.3.32
19932026-08-20T03:19:25.446Z Compiling radium v0.7.0
19942026-08-20T03:19:25.510Z Compiling httparse v1.10.1
19952026-08-20T03:19:25.613Z Compiling indexmap v2.14.0
19962026-08-20T03:19:25.632Z Compiling openssl-sys v0.9.117
19972026-08-20T03:19:25.661Z Compiling futures-channel v0.3.32
19982026-08-20T03:19:25.710Z Compiling thiserror v1.0.69
19992026-08-20T03:19:25.731Z Compiling iana-time-zone v0.1.65
20002026-08-20T03:19:25.735Z Compiling futures-io v0.3.32
20012026-08-20T03:19:25.782Z Compiling futures-task v0.3.32
20022026-08-20T03:19:25.806Z Compiling slab v0.4.12
20032026-08-20T03:19:25.940Z Compiling maybe-uninit v2.0.0
20042026-08-20T03:19:26.025Z Compiling base64 v0.22.1
20052026-08-20T03:19:26.042Z Compiling rustls v0.23.41
20062026-08-20T03:19:26.058Z Compiling rustc_version v0.4.1
20072026-08-20T03:19:26.095Z Compiling synstructure v0.13.2
20082026-08-20T03:19:26.113Z Compiling serde_derive_internals v0.29.1
20092026-08-20T03:19:26.364Z Compiling bzip2-sys v0.1.13+1.0.8
20102026-08-20T03:19:26.368Z Compiling uuid v1.23.4
20112026-08-20T03:19:26.407Z Compiling ahash v0.8.12
20122026-08-20T03:19:26.454Z Compiling packed_struct v0.10.1
20132026-08-20T03:19:26.484Z Compiling num-bigint-dig v0.8.6
20142026-08-20T03:19:26.508Z Compiling ucd-trie v0.1.7
20152026-08-20T03:19:26.564Z Compiling base64ct v1.8.3
20162026-08-20T03:19:26.583Z Compiling ident_case v1.0.1
20172026-08-20T03:19:26.589Z Compiling regex-syntax v0.8.10
20182026-08-20T03:19:26.694Z Compiling rand_core v0.9.5
20192026-08-20T03:19:26.708Z Compiling pest v2.8.6
20202026-08-20T03:19:26.727Z Compiling fastrand v2.3.0
20212026-08-20T03:19:26.739Z Compiling openssl v0.10.80
20222026-08-20T03:19:26.806Z Compiling flagset v0.4.7
20232026-08-20T03:19:26.877Z Compiling pem-rfc7468 v0.7.0
20242026-08-20T03:19:26.909Z Compiling dyn-clone v1.0.20
20252026-08-20T03:19:26.958Z Compiling tempfile v3.27.0
20262026-08-20T03:19:27.015Z Compiling indexmap v1.9.3
20272026-08-20T03:19:27.105Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20282026-08-20T03:19:27.110Z Compiling paste v1.0.15
20292026-08-20T03:19:27.213Z Compiling cpufeatures v0.2.17
20302026-08-20T03:19:27.229Z Compiling simd-adler32 v0.3.8
20312026-08-20T03:19:27.343Z Compiling native-tls v0.2.18
20322026-08-20T03:19:27.381Z Compiling serde_derive v1.0.228
20332026-08-20T03:19:27.397Z Compiling zeroize_derive v1.5.0
20342026-08-20T03:19:27.412Z Compiling zerocopy-derive v0.8.55
20352026-08-20T03:19:27.477Z Compiling zerofrom-derive v0.1.6
20362026-08-20T03:19:27.523Z Compiling yoke-derive v0.8.1
20372026-08-20T03:19:27.552Z Compiling zerovec-derive v0.11.2
20382026-08-20T03:19:27.581Z Compiling displaydoc v0.2.5
20392026-08-20T03:19:27.587Z Compiling tokio-macros v2.7.0
20402026-08-20T03:19:27.613Z Compiling futures-macro v0.3.32
20412026-08-20T03:19:28.563Z Compiling thiserror-impl v2.0.18
20422026-08-20T03:19:28.657Z Compiling der_derive v0.7.3
20432026-08-20T03:19:28.658Z Compiling schemars_derive v0.8.22
20442026-08-20T03:19:28.658Z Compiling tracing-attributes v0.1.31
20452026-08-20T03:19:28.658Z Compiling thiserror-impl v1.0.69
20462026-08-20T03:19:28.658Z Compiling clap_derive v4.6.1
20472026-08-20T03:19:28.658Z Compiling futures-util v0.3.32
20482026-08-20T03:19:28.671Z Compiling pest_meta v2.8.6
20492026-08-20T03:19:28.671Z Compiling zerofrom v0.1.6
20502026-08-20T03:19:28.837Z Compiling yoke v0.8.1
20512026-08-20T03:19:28.865Z Compiling packed_struct_codegen v0.10.1
20522026-08-20T03:19:29.054Z Compiling zerovec v0.11.5
20532026-08-20T03:19:29.199Z Compiling zerotrie v0.2.3
20542026-08-20T03:19:29.406Z Compiling bitfield-macros v0.19.4
20552026-08-20T03:19:29.468Z Compiling zerocopy-derive v0.6.6
20562026-08-20T03:19:29.549Z Compiling pest_generator v2.8.6
20572026-08-20T03:19:29.668Z Compiling tinystr v0.8.2
20582026-08-20T03:19:29.689Z Compiling potential_utf v0.1.4
20592026-08-20T03:19:29.880Z Compiling icu_locale_core v2.1.1
20602026-08-20T03:19:29.911Z Compiling icu_collections v2.1.1
20612026-08-20T03:19:29.973Z Compiling openssl-macros v0.1.1
20622026-08-20T03:19:30.176Z Compiling scroll_derive v0.13.1
20632026-08-20T03:19:30.205Z Compiling pest_derive v2.8.6
20642026-08-20T03:19:30.562Z Compiling zeroize v1.9.0
20652026-08-20T03:19:30.678Z Compiling bytes v1.11.1
20662026-08-20T03:19:30.722Z Compiling icu_provider v2.1.1
20672026-08-20T03:19:30.867Z Compiling chrono v0.4.45
20682026-08-20T03:19:30.900Z Compiling der v0.7.10
20692026-08-20T03:19:30.906Z Compiling hex v0.4.3
20702026-08-20T03:19:31.020Z Compiling icu_properties v2.1.2
20712026-08-20T03:19:31.108Z Compiling icu_normalizer v2.1.1
20722026-08-20T03:19:31.230Z Compiling tokio v1.52.1
20732026-08-20T03:19:31.301Z Compiling crypto-common v0.1.7
20742026-08-20T03:19:31.346Z Compiling block-buffer v0.10.4
20752026-08-20T03:19:31.553Z Compiling digest v0.10.7
20762026-08-20T03:19:31.830Z Compiling adler2 v2.0.1
20772026-08-20T03:19:31.872Z Compiling crossbeam-utils v0.8.21
20782026-08-20T03:19:32.017Z Compiling idna_adapter v1.2.1
20792026-08-20T03:19:32.086Z Compiling ppv-lite86 v0.2.21
20802026-08-20T03:19:32.164Z Compiling idna v1.1.0
20812026-08-20T03:19:32.283Z Compiling spki v0.7.3
20822026-08-20T03:19:32.305Z Compiling utf8parse v0.2.2
20832026-08-20T03:19:32.324Z Compiling anstyle v1.0.14
20842026-08-20T03:19:32.443Z Compiling rand_chacha v0.9.0
20852026-08-20T03:19:32.570Z Compiling url v2.5.8
20862026-08-20T03:19:32.634Z Compiling camino v1.2.5
20872026-08-20T03:19:32.634Z Compiling pkcs8 v0.10.2
20882026-08-20T03:19:32.680Z Compiling rand v0.9.2
20892026-08-20T03:19:32.979Z Compiling anstyle-parse v1.0.0
20902026-08-20T03:19:32.995Z Compiling miniz_oxide v0.8.9
20912026-08-20T03:19:33.012Z Compiling sha2 v0.10.9
20922026-08-20T03:19:33.041Z Compiling http v1.4.2
20932026-08-20T03:19:33.403Z Compiling rustls-pki-types v1.14.0
20942026-08-20T03:19:33.587Z Compiling daft-derive v0.1.7
20952026-08-20T03:19:33.822Z Compiling terminal_size v0.4.3
20962026-08-20T03:19:33.959Z Compiling spin v0.9.8
20972026-08-20T03:19:33.999Z Compiling tinyvec_macros v0.1.1
20982026-08-20T03:19:34.053Z Compiling time-core v0.1.8
20992026-08-20T03:19:34.087Z Compiling num-conv v0.2.0
21002026-08-20T03:19:34.207Z Compiling is_terminal_polyfill v1.70.2
21012026-08-20T03:19:34.231Z Compiling anstyle-query v1.1.5
21022026-08-20T03:19:34.242Z Compiling colorchoice v1.0.4
21032026-08-20T03:19:34.278Z Compiling time-macros v0.2.27
21042026-08-20T03:19:34.297Z Compiling tinyvec v1.10.0
21052026-08-20T03:19:34.347Z Compiling async-trait v0.1.89
21062026-08-20T03:19:34.369Z Compiling anstream v1.0.0
21072026-08-20T03:19:34.369Z Compiling structmeta-derive v0.3.0
21082026-08-20T03:19:34.400Z Compiling tracing-core v0.1.36
21092026-08-20T03:19:34.602Z Compiling cmov v0.5.4
21102026-08-20T03:19:34.877Z Compiling object v0.37.3
21112026-08-20T03:19:34.891Z Compiling untrusted v0.7.1
21122026-08-20T03:19:34.908Z Compiling plain v0.2.3
21132026-08-20T03:19:34.933Z Compiling ctutils v0.4.2
21142026-08-20T03:19:34.965Z Compiling tracing v0.1.44
21152026-08-20T03:19:35.055Z Compiling http-body v1.0.1
21162026-08-20T03:19:35.149Z Compiling tokio-util v0.7.18
21172026-08-20T03:19:35.267Z Compiling toml_datetime v0.6.11
21182026-08-20T03:19:35.270Z Compiling serde_spanned v0.6.9
21192026-08-20T03:19:35.270Z Compiling pin-project-internal v1.1.11
21202026-08-20T03:19:35.379Z Compiling structmeta v0.3.0
21212026-08-20T03:19:35.418Z Compiling slog v2.8.2
21222026-08-20T03:19:35.507Z Compiling wait-timeout v0.2.1
21232026-08-20T03:19:35.512Z Compiling cookie v0.18.1
21242026-08-20T03:19:35.648Z Compiling untrusted v0.9.0
21252026-08-20T03:19:35.687Z Compiling openssl-probe v0.2.1
21262026-08-20T03:19:35.725Z Compiling quick-error v1.2.3
21272026-08-20T03:19:35.746Z Compiling zstd-safe v7.2.4
21282026-08-20T03:19:35.779Z Compiling bit-vec v0.8.0
21292026-08-20T03:19:35.795Z Compiling tap v1.0.1
21302026-08-20T03:19:35.851Z Compiling clap_lex v1.0.0
21312026-08-20T03:19:36.033Z Compiling bit-set v0.8.0
21322026-08-20T03:19:36.175Z Compiling wyz v0.5.1
21332026-08-20T03:19:36.180Z Compiling rusty-fork v0.3.1
21342026-08-20T03:19:36.200Z Compiling clap_builder v4.6.0
21352026-08-20T03:19:36.237Z Compiling derive-ex v0.1.8
21362026-08-20T03:19:36.394Z Compiling hybrid-array v0.4.13
21372026-08-20T03:19:36.443Z Compiling unicode-normalization v0.1.25
21382026-08-20T03:19:36.469Z Compiling rand_chacha v0.3.1
21392026-08-20T03:19:36.621Z Compiling signature v2.2.0
21402026-08-20T03:19:36.776Z Compiling scroll_derive v0.12.1
21412026-08-20T03:19:36.804Z Compiling rand_xorshift v0.4.0
21422026-08-20T03:19:36.821Z Compiling heapless v0.7.17
21432026-08-20T03:19:37.027Z Compiling num-integer v0.1.46
21442026-08-20T03:19:37.043Z Compiling aho-corasick v1.1.4
21452026-08-20T03:19:37.082Z Compiling zlib-rs v0.6.2
21462026-08-20T03:19:37.097Z Compiling tower-service v0.3.3
21472026-08-20T03:19:37.143Z Compiling rustix v0.38.44
21482026-08-20T03:19:37.213Z Compiling atomic-waker v1.1.2
21492026-08-20T03:19:37.228Z Compiling pretty-hex v0.4.1
21502026-08-20T03:19:37.363Z Compiling tower-layer v0.3.3
21512026-08-20T03:19:37.384Z Compiling usdt-impl v0.6.0
21522026-08-20T03:19:37.478Z Compiling signal-hook v0.3.18
21532026-08-20T03:19:37.546Z Compiling anyhow v1.0.104
21542026-08-20T03:19:37.610Z Compiling try-lock v0.2.5
21552026-08-20T03:19:37.663Z Compiling unarray v0.1.4
21562026-08-20T03:19:37.705Z Compiling funty v2.0.0
21572026-08-20T03:19:37.749Z Compiling want v0.3.1
21582026-08-20T03:19:37.776Z Compiling test-strategy v0.4.5
21592026-08-20T03:19:37.820Z Compiling h2 v0.4.15
21602026-08-20T03:19:37.875Z Compiling proptest v1.11.0
21612026-08-20T03:19:37.907Z Compiling regex-automata v0.4.14
21622026-08-20T03:19:37.958Z Compiling num-iter v0.1.45
21632026-08-20T03:19:38.094Z Compiling bitvec v1.0.1
21642026-08-20T03:19:38.194Z Compiling clap v4.6.1
21652026-08-20T03:19:38.710Z Compiling rand v0.8.6
21662026-08-20T03:19:38.968Z Compiling ipnetwork v0.21.1
21672026-08-20T03:19:39.045Z Compiling lazy_static v1.5.0
21682026-08-20T03:19:39.156Z Compiling scroll v0.13.0
21692026-08-20T03:19:39.458Z Compiling flate2 v1.1.9
21702026-08-20T03:19:39.487Z Compiling ipnet v2.12.0
21712026-08-20T03:19:39.885Z Compiling snafu-derive v0.8.9
21722026-08-20T03:19:39.984Z Compiling strum_macros v0.26.4
21732026-08-20T03:19:40.547Z Compiling darling_core v0.23.0
21742026-08-20T03:19:40.876Z Compiling darling_core v0.20.11
21752026-08-20T03:19:41.353Z Compiling winnow v0.5.40
21762026-08-20T03:19:41.548Z Compiling httpdate v1.0.3
21772026-08-20T03:19:41.562Z Compiling crc-catalog v2.4.0
21782026-08-20T03:19:41.671Z Compiling nodrop v0.1.14
21792026-08-20T03:19:41.778Z Compiling foreign-types-shared v0.1.1
21802026-08-20T03:19:41.803Z Compiling array-init v0.0.4
21812026-08-20T03:19:41.886Z Compiling foreign-types v0.3.2
21822026-08-20T03:19:41.968Z Compiling hyper v1.10.1
21832026-08-20T03:19:42.066Z Compiling crc v3.4.0
21842026-08-20T03:19:42.284Z Compiling newtype-uuid v1.3.2
21852026-08-20T03:19:42.770Z Compiling darling_macro v0.23.0
21862026-08-20T03:19:42.900Z Compiling darling_macro v0.20.11
21872026-08-20T03:19:43.143Z Compiling toml_edit v0.19.15
21882026-08-20T03:19:43.211Z Compiling goblin v0.10.5
21892026-08-20T03:19:43.268Z Compiling oxnet v0.1.6
21902026-08-20T03:19:43.297Z Compiling smallvec v0.6.14
21912026-08-20T03:19:43.572Z Compiling pkcs1 v0.7.5
21922026-08-20T03:19:44.071Z Compiling zerocopy v0.6.6
21932026-08-20T03:19:44.084Z Compiling bitfield v0.19.4
21942026-08-20T03:19:44.217Z Compiling zerocopy-derive v0.7.35
21952026-08-20T03:19:44.314Z Compiling curve25519-dalek v4.1.3
21962026-08-20T03:19:44.629Z Compiling env_filter v2.0.0
21972026-08-20T03:19:44.757Z Compiling memoffset v0.9.1
21982026-08-20T03:19:44.772Z Compiling smoltcp v0.9.1
21992026-08-20T03:19:44.918Z Compiling litrs v1.0.0
22002026-08-20T03:19:45.015Z Compiling base64 v0.21.7
22012026-08-20T03:19:45.097Z Compiling hashbrown v0.12.3
22022026-08-20T03:19:45.159Z Compiling owo-colors v4.3.0
22032026-08-20T03:19:45.482Z Compiling ref-cast v1.0.25
22042026-08-20T03:19:45.586Z Compiling document-features v0.2.12
22052026-08-20T03:19:45.794Z Compiling ron v0.8.1
22062026-08-20T03:19:45.951Z Compiling env_logger v0.11.11
22072026-08-20T03:19:45.966Z Compiling toml v0.7.8
22082026-08-20T03:19:46.129Z Compiling dof v0.4.0
22092026-08-20T03:19:46.196Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22102026-08-20T03:19:46.250Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22112026-08-20T03:19:46.730Z Compiling rsa v0.9.10
22122026-08-20T03:19:46.761Z Compiling daft v0.1.7
22132026-08-20T03:19:46.909Z Compiling serde-hex v0.1.0
22142026-08-20T03:19:47.005Z Compiling darling v0.20.11
22152026-08-20T03:19:47.021Z Compiling hyper-util v0.1.20
22162026-08-20T03:19:47.087Z Compiling darling v0.23.0
22172026-08-20T03:19:47.106Z Compiling bzip2 v0.4.4
22182026-08-20T03:19:47.183Z Compiling hashbrown v0.13.2
22192026-08-20T03:19:47.572Z Compiling x509-cert v0.2.5
22202026-08-20T03:19:47.733Z Compiling hmac v0.12.1
22212026-08-20T03:19:47.769Z Compiling dtrace-parser v0.3.0
22222026-08-20T03:19:48.057Z Compiling async-recursion v1.1.1
22232026-08-20T03:19:48.249Z Compiling sync_wrapper v1.0.2
22242026-08-20T03:19:48.381Z Compiling thread-id v5.1.0
22252026-08-20T03:19:48.473Z Compiling crc-any v2.5.0
22262026-08-20T03:19:48.488Z Compiling siphasher v1.0.2
22272026-08-20T03:19:48.662Z Compiling powerfmt v0.2.0
22282026-08-20T03:19:48.953Z Compiling cfg_aliases v0.2.1
22292026-08-20T03:19:49.047Z Compiling nix v0.31.2
22302026-08-20T03:19:49.054Z Compiling deranged v0.5.8
22312026-08-20T03:19:49.207Z Compiling tower v0.5.3
22322026-08-20T03:19:49.887Z Compiling object v0.30.4
22332026-08-20T03:19:50.059Z Compiling zip v0.6.6
22342026-08-20T03:19:50.216Z Compiling serde_with_macros v3.21.0
22352026-08-20T03:19:50.641Z Compiling derive_builder_core v0.20.2
22362026-08-20T03:19:50.787Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22372026-08-20T03:19:51.251Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22382026-08-20T03:19:51.284Z Compiling bstr v1.12.1
22392026-08-20T03:19:51.431Z Compiling block-buffer v0.12.1
22402026-08-20T03:19:51.497Z Compiling crypto-common v0.2.2
22412026-08-20T03:19:51.906Z Compiling http-body-util v0.1.3
22422026-08-20T03:19:51.988Z Compiling futures-executor v0.3.32
22432026-08-20T03:19:52.063Z Compiling serde_tokenstream v0.2.3
22442026-08-20T03:19:52.078Z Compiling erased-serde v0.3.31
22452026-08-20T03:19:52.311Z Compiling hubpack_derive v0.1.1
22462026-08-20T03:19:52.426Z Compiling ref-cast-impl v1.0.25
22472026-08-20T03:19:52.470Z Compiling strum_macros v0.27.2
22482026-08-20T03:19:52.503Z Compiling curve25519-dalek-derive v0.1.1
22492026-08-20T03:19:52.702Z Compiling fs-err v3.3.0
22502026-08-20T03:19:52.721Z Compiling usdt-impl v0.5.0
22512026-08-20T03:19:52.809Z Compiling num_threads v0.1.7
22522026-08-20T03:19:52.920Z Compiling gimli v0.32.3
22532026-08-20T03:19:52.961Z Compiling allocator-api2 v0.2.21
22542026-08-20T03:19:52.976Z Compiling path-slash v0.1.5
22552026-08-20T03:19:53.103Z Compiling iri-string v0.7.10
22562026-08-20T03:19:53.424Z Compiling ryu v1.0.23
22572026-08-20T03:19:53.659Z Compiling unicode-properties v0.1.4
22582026-08-20T03:19:53.753Z Compiling same-file v1.0.6
22592026-08-20T03:19:53.882Z Compiling unicode-bidi v0.3.18
22602026-08-20T03:19:53.939Z Compiling walkdir v2.5.0
22612026-08-20T03:19:54.214Z Compiling stringprep v0.1.5
22622026-08-20T03:19:54.275Z Compiling tower-http v0.6.8
22632026-08-20T03:19:54.620Z Compiling addr2line v0.25.1
22642026-08-20T03:19:54.637Z Compiling serde_urlencoded v0.7.1
22652026-08-20T03:19:54.821Z Compiling time v0.3.47
22662026-08-20T03:19:55.589Z Compiling futures v0.3.32
22672026-08-20T03:19:56.120Z Compiling derive_builder_macro v0.20.2
22682026-08-20T03:19:56.342Z Compiling tokio-native-tls v0.3.1
22692026-08-20T03:19:56.497Z Compiling strum v0.26.3
22702026-08-20T03:19:56.658Z Compiling block-padding v0.4.2
22712026-08-20T03:19:56.689Z Compiling scroll v0.12.0
22722026-08-20T03:19:56.781Z Compiling pin-project v1.1.11
22732026-08-20T03:19:56.816Z Compiling rustls-native-certs v0.8.3
22742026-08-20T03:19:56.901Z Compiling md-5 v0.10.6
22752026-08-20T03:19:56.904Z Compiling vergen-lib v9.1.0
22762026-08-20T03:19:56.931Z Compiling hash32 v0.2.1
22772026-08-20T03:19:57.043Z Compiling encoding_rs v0.8.35
22782026-08-20T03:19:57.082Z Compiling psl-types v2.0.11
22792026-08-20T03:19:57.086Z Compiling jiff-core v0.1.0
22802026-08-20T03:19:57.147Z Compiling mime v0.3.17
22812026-08-20T03:19:57.163Z Compiling cpufeatures v0.3.0
22822026-08-20T03:19:57.293Z Compiling fallible-iterator v0.2.0
22832026-08-20T03:19:57.414Z Compiling rustc-demangle v0.1.27
22842026-08-20T03:19:57.497Z Compiling publicsuffix v2.3.0
22852026-08-20T03:19:57.617Z Compiling postgres-protocol v0.6.10
22862026-08-20T03:19:57.690Z Compiling goblin v0.8.2
22872026-08-20T03:19:58.124Z Compiling jiff v0.2.34
22882026-08-20T03:19:58.141Z Compiling backtrace v0.3.76
22892026-08-20T03:19:58.144Z Compiling snafu v0.8.9
22902026-08-20T03:19:58.174Z Compiling inout v0.2.2
22912026-08-20T03:19:58.406Z Compiling derive_builder v0.20.2
22922026-08-20T03:19:58.424Z Compiling hyper-tls v0.6.0
22932026-08-20T03:19:58.888Z Compiling usdt-macro v0.6.0
22942026-08-20T03:19:58.904Z Compiling usdt-attr-macro v0.6.0
22952026-08-20T03:19:58.918Z Compiling globset v0.4.18
22962026-08-20T03:19:58.993Z Compiling phf_shared v0.13.1
22972026-08-20T03:19:59.040Z Compiling crossbeam-epoch v0.9.18
22982026-08-20T03:19:59.222Z Compiling zerocopy v0.7.35
22992026-08-20T03:19:59.344Z Compiling regex v1.12.3
23002026-08-20T03:19:59.678Z Compiling serde_plain v1.0.2
23012026-08-20T03:19:59.699Z Compiling miette-derive v7.6.0
23022026-08-20T03:19:59.762Z Compiling serde_repr v0.1.20
23032026-08-20T03:19:59.783Z Compiling enum-as-inner v0.6.1
23042026-08-20T03:19:59.876Z Compiling pem v3.0.6
23052026-08-20T03:19:59.905Z Compiling vergen v9.1.0
23062026-08-20T03:19:59.958Z Compiling cargo-platform v0.3.2
23072026-08-20T03:19:59.971Z Compiling ff v0.13.1
23082026-08-20T03:20:00.110Z Compiling filetime v0.2.27
23092026-08-20T03:20:00.226Z Compiling smawk v0.3.2
23102026-08-20T03:20:00.272Z Compiling foldhash v0.1.5
23112026-08-20T03:20:00.289Z Compiling base16ct v0.2.0
23122026-08-20T03:20:00.301Z Compiling managed v0.8.0
23132026-08-20T03:20:00.305Z Compiling const-oid v0.10.2
23142026-08-20T03:20:00.332Z Compiling unicode-segmentation v1.12.0
23152026-08-20T03:20:00.381Z Compiling bumpalo v3.20.2
23162026-08-20T03:20:00.459Z Compiling libbz2-rs-sys v0.2.2
23172026-08-20T03:20:00.562Z Compiling either v1.15.0
23182026-08-20T03:20:00.644Z Compiling unicode-linebreak v0.1.5
23192026-08-20T03:20:00.739Z Compiling xattr v1.6.1
23202026-08-20T03:20:00.755Z Compiling foldhash v0.2.0
23212026-08-20T03:20:00.758Z Compiling unicode-width v0.2.0
23222026-08-20T03:20:00.812Z Compiling typed-path v0.9.3
23232026-08-20T03:20:00.949Z Compiling bitflags v1.3.2
23242026-08-20T03:20:00.979Z Compiling is_ci v1.2.0
23252026-08-20T03:20:01.077Z Compiling supports-color v3.0.2
23262026-08-20T03:20:01.114Z Compiling textwrap v0.16.2
23272026-08-20T03:20:01.299Z Compiling hashbrown v0.16.1
23282026-08-20T03:20:01.328Z Compiling bzip2 v0.6.1
23292026-08-20T03:20:01.430Z Compiling tar v0.4.46
23302026-08-20T03:20:01.582Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23312026-08-20T03:20:01.588Z Compiling zopfli v0.8.3
23322026-08-20T03:20:01.600Z Compiling digest v0.11.3
23332026-08-20T03:20:01.618Z Compiling sec1 v0.7.3
23342026-08-20T03:20:01.674Z Compiling hashbrown v0.15.5
23352026-08-20T03:20:01.880Z Compiling cargo_metadata v0.23.1
23362026-08-20T03:20:01.928Z Compiling group v0.13.0
23372026-08-20T03:20:02.115Z Compiling dof v0.3.0
23382026-08-20T03:20:03.508Z Compiling phf v0.13.1
23392026-08-20T03:20:03.633Z Compiling zstd v0.13.3
23402026-08-20T03:20:03.747Z Compiling reqwest v0.12.28
23412026-08-20T03:20:03.751Z Compiling signal-hook-mio v0.2.5
23422026-08-20T03:20:03.760Z Compiling backtrace-ext v0.2.1
23432026-08-20T03:20:03.874Z Compiling cipher v0.5.2
23442026-08-20T03:20:03.900Z Compiling cookie_store v0.22.1
23452026-08-20T03:20:03.935Z Compiling postgres-types v0.2.12
23462026-08-20T03:20:04.166Z Compiling strum v0.27.2
23472026-08-20T03:20:04.327Z Compiling hubpack v0.1.2
23482026-08-20T03:20:04.448Z Compiling phf_shared v0.11.3
23492026-08-20T03:20:04.463Z Compiling hkdf v0.12.4
23502026-08-20T03:20:04.497Z Compiling dtrace-parser v0.2.0
23512026-08-20T03:20:04.501Z Compiling byte-wrapper v0.1.0
23522026-08-20T03:20:04.538Z Compiling ed25519 v2.2.3
23532026-08-20T03:20:04.554Z Compiling olpc-cjson v0.1.4
23542026-08-20T03:20:04.845Z Compiling crypto-bigint v0.5.5
23552026-08-20T03:20:05.014Z Compiling serde-big-array v0.5.1
23562026-08-20T03:20:05.088Z Compiling float-cmp v0.10.0
23572026-08-20T03:20:05.152Z Compiling memmap2 v0.9.10
23582026-08-20T03:20:05.251Z Compiling thread-id v4.2.2
23592026-08-20T03:20:05.327Z Compiling data-encoding v2.10.0
23602026-08-20T03:20:05.348Z Compiling winnow v1.0.3
23612026-08-20T03:20:05.466Z Compiling new_debug_unreachable v1.0.6
23622026-08-20T03:20:05.466Z Compiling supports-hyperlinks v3.2.0
23632026-08-20T03:20:05.565Z Compiling unicode-width v0.1.14
23642026-08-20T03:20:05.639Z Compiling static_assertions v1.1.0
23652026-08-20T03:20:05.655Z Compiling rayon-core v1.13.0
23662026-08-20T03:20:05.729Z Compiling normalize-line-endings v0.3.0
23672026-08-20T03:20:05.766Z Compiling winnow v0.7.14
23682026-08-20T03:20:05.841Z Compiling fixedbitset v0.4.2
23692026-08-20T03:20:05.867Z Compiling precomputed-hash v0.1.1
23702026-08-20T03:20:05.898Z Compiling difflib v0.4.0
23712026-08-20T03:20:05.974Z Compiling predicates-core v1.0.10
23722026-08-20T03:20:06.059Z Compiling fixedbitset v0.5.7
23732026-08-20T03:20:06.257Z Compiling whoami v2.1.0
23742026-08-20T03:20:06.352Z Compiling keccak v0.1.6
23752026-08-20T03:20:06.352Z Compiling toml_write v0.1.2
23762026-08-20T03:20:06.659Z Compiling supports-unicode v3.0.0
23772026-08-20T03:20:06.679Z Compiling chacha20 v0.10.0
23782026-08-20T03:20:06.713Z Compiling sha3 v0.10.8
23792026-08-20T03:20:06.843Z Compiling miette v7.6.0
23802026-08-20T03:20:07.001Z Compiling tokio-postgres v0.7.16
23812026-08-20T03:20:07.252Z Compiling toml_edit v0.22.27
23822026-08-20T03:20:07.320Z Compiling toml_parser v1.1.2+spec-1.1.0
23832026-08-20T03:20:07.351Z Compiling petgraph v0.8.3
23842026-08-20T03:20:07.813Z Compiling predicates v3.1.4
23852026-08-20T03:20:07.880Z Compiling petgraph v0.6.5
23862026-08-20T03:20:08.099Z Compiling string_cache v0.8.9
23872026-08-20T03:20:08.208Z Compiling elliptic-curve v0.13.8
23882026-08-20T03:20:08.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23892026-08-20T03:20:08.573Z Compiling hickory-proto v0.25.2
23902026-08-20T03:20:08.599Z Compiling usdt v0.6.0
23912026-08-20T03:20:09.321Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23922026-08-20T03:20:09.825Z Compiling ed25519-dalek v2.2.0
23932026-08-20T03:20:10.988Z Compiling crossterm v0.28.1
23942026-08-20T03:20:11.083Z Compiling zip v4.6.1
23952026-08-20T03:20:11.132Z Compiling iddqd v0.4.2
23962026-08-20T03:20:11.849Z Compiling itertools v0.15.0
23972026-08-20T03:20:11.960Z Compiling itertools v0.13.0
23982026-08-20T03:20:12.154Z Compiling heck v0.4.1
23992026-08-20T03:20:12.273Z Compiling similar v2.7.0
24002026-08-20T03:20:12.676Z Compiling serde_with v3.21.0
24012026-08-20T03:20:13.268Z Compiling tokio-stream v0.1.18
24022026-08-20T03:20:13.360Z Compiling buf-list v1.1.2
24032026-08-20T03:20:13.470Z Compiling half v2.7.1
24042026-08-20T03:20:13.629Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24052026-08-20T03:20:13.664Z Compiling openapiv3 v2.2.0
24062026-08-20T03:20:13.844Z Compiling lalrpop-util v0.19.12
24072026-08-20T03:20:14.168Z Compiling peg-runtime v0.8.5
24082026-08-20T03:20:14.336Z Compiling ciborium-io v0.2.2
24092026-08-20T03:20:14.506Z Compiling ciborium-ll v0.2.2
24102026-08-20T03:20:15.912Z Compiling crossbeam-deque v0.8.6
24112026-08-20T03:20:16.301Z Compiling camino-tempfile v1.4.1
24122026-08-20T03:20:16.982Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24132026-08-20T03:20:17.224Z Compiling blake3 v1.8.5
24142026-08-20T03:20:17.394Z Compiling fs-err v2.11.0
24152026-08-20T03:20:18.782Z Compiling rustls-webpki v0.103.13
24162026-08-20T03:20:20.060Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24172026-08-20T03:20:21.562Z Compiling ciborium v0.2.2
24182026-08-20T03:20:22.008Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-20T03:20:22.247Z Compiling tokio-rustls v0.26.4
24202026-08-20T03:20:22.268Z Compiling rustls-platform-verifier v0.6.2
24212026-08-20T03:20:22.434Z Compiling tough v0.22.0
24222026-08-20T03:20:22.493Z Compiling hyper-rustls v0.27.7
24232026-08-20T03:20:22.736Z Compiling reqwest v0.13.2
24242026-08-20T03:20:22.857Z Compiling thread_local v1.1.9
24252026-08-20T03:20:23.029Z Compiling arrayref v0.3.9
24262026-08-20T03:20:23.156Z Compiling slog-async v2.8.0
24272026-08-20T03:20:23.205Z Compiling arrayvec v0.7.6
24282026-08-20T03:20:23.357Z Compiling constant_time_eq v0.4.2
24292026-08-20T03:20:23.472Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24302026-08-20T03:20:23.571Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24312026-08-20T03:20:23.807Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24322026-08-20T03:20:23.877Z Compiling toml v0.8.23
24332026-08-20T03:20:23.969Z Compiling atomicwrites v0.4.4
24342026-08-20T03:20:23.981Z Compiling sha2 v0.11.0
24352026-08-20T03:20:24.007Z Compiling digest-io v0.1.0
24362026-08-20T03:20:24.154Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24372026-08-20T03:20:24.171Z Compiling crossbeam-channel v0.5.15
24382026-08-20T03:20:24.265Z Compiling serde_path_to_error v0.1.20
24392026-08-20T03:20:24.363Z Compiling is-terminal v0.4.17
24402026-08-20T03:20:24.483Z Compiling topological-sort v0.2.2
24412026-08-20T03:20:24.622Z Compiling rawzip v0.4.4
24422026-08-20T03:20:24.669Z Compiling debug-ignore v1.0.5
24432026-08-20T03:20:24.740Z Compiling take_mut v0.2.2
24442026-08-20T03:20:24.785Z Compiling indent_write v2.2.0
24452026-08-20T03:20:24.801Z Compiling term v1.2.1
24462026-08-20T03:20:24.860Z Compiling parse-size v1.1.0
24472026-08-20T03:20:24.960Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24482026-08-20T03:20:24.976Z Compiling shell-words v1.1.1
24492026-08-20T03:20:25.154Z Compiling slog-term v2.9.2
24502026-08-20T03:20:26.016Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24512026-08-20T03:20:32.588Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24522026-08-20T03:20:34.648Z Compiling omicron-zone-package v0.12.3
24532026-08-20T03:20:35.183Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24542026-08-20T03:20:35.272Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24552026-08-20T03:20:35.303Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24562026-08-20T03:20:39.922Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24572026-08-20T03:20:52.218Z Finished `release` profile [optimized] target(s) in 1m 31s
24582026-08-20T03:20:52.360Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24592026-08-20T03:20:52.456ZAug 20 03:20:51.304 DEBG changing working directory to /work/oxidecomputer/omicron
24602026-08-20T03:20:52.545ZAug 20 03:20:51.399 DEBG running: git rev-parse HEAD
24612026-08-20T03:20:52.715ZAug 20 03:20:51.401 DEBG process exited with exit status: 0 (2.421252ms)
24622026-08-20T03:20:52.715ZAug 20 03:20:51.402 INFO version: 23.0.0-0.ci+git62a063c6939
24632026-08-20T03:20:52.715ZAug 20 03:20:51.410 INFO cloning helios to /work/oxidecomputer/helios
24642026-08-20T03:20:52.715ZAug 20 03:20:51.410 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24652026-08-20T03:20:52.715ZCloning into '/work/oxidecomputer/helios'...
24662026-08-20T03:20:53.143ZAug 20 03:20:52.021 DEBG process exited with exit status: 0 (611.15789ms)
24672026-08-20T03:20:53.143ZAug 20 03:20:52.021 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24682026-08-20T03:20:53.150ZAug 20 03:20:52.023 DEBG process exited with exit status: 0 (2.586982ms)
24692026-08-20T03:20:53.150ZAug 20 03:20:52.023 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24702026-08-20T03:20:53.499ZAug 20 03:20:52.381 DEBG process exited with exit status: 0 (357.581779ms)
24712026-08-20T03:20:53.500ZAug 20 03:20:52.381 DEBG running: zfs list rpool/images/build/host
24722026-08-20T03:20:53.513ZNAME USED AVAIL REFER MOUNTPOINT
24732026-08-20T03:20:53.513Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24742026-08-20T03:20:53.513ZAug 20 03:20:52.386 DEBG process exited with exit status: 0 (4.369434ms)
24752026-08-20T03:20:53.513ZAug 20 03:20:52.386 DEBG running: zfs list rpool/images/build/recovery
24762026-08-20T03:20:53.513ZNAME USED AVAIL REFER MOUNTPOINT
24772026-08-20T03:20:53.514Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24782026-08-20T03:20:53.514ZAug 20 03:20:52.389 DEBG process exited with exit status: 0 (3.599442ms)
24792026-08-20T03:20:53.514ZAug 20 03:20:52.389 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24802026-08-20T03:20:53.520ZAug 20 03:20:52.402 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
24812026-08-20T03:20:53.520ZAug 20 03:20:52.402 INFO [hubris-production] running task
24822026-08-20T03:20:53.520ZAug 20 03:20:52.402 INFO [hubris-staging] running task
24832026-08-20T03:20:53.520ZAug 20 03:20:52.402 INFO [incorp-manifest] running task
24842026-08-20T03:20:53.521ZAug 20 03:20:52.403 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24852026-08-20T03:20:53.521ZAug 20 03:20:52.403 INFO [incorp-create] running: pkgrepo create /work/incorporation
24862026-08-20T03:20:53.521ZAug 20 03:20:52.404 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24872026-08-20T03:20:53.521ZAug 20 03:20:52.405 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
24882026-08-20T03:20:53.559Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24892026-08-20T03:20:53.755ZAug 20 03:20:52.638 INFO [incorp-create] process exited with exit status: 0 (235.215437ms)
24902026-08-20T03:20:53.758ZAug 20 03:20:52.638 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24912026-08-20T03:20:53.958Z[ omicron-package] Blocking waiting for file lock on package cache
24922026-08-20T03:20:53.974ZAug 20 03:20:52.862 INFO [incorp-publisher] process exited with exit status: 0 (223.336937ms)
24932026-08-20T03:20:54.350Z[ omicron-package] Blocking waiting for file lock on package cache
24942026-08-20T03:20:54.845ZAug 20 03:20:53.733 INFO [hubris-production] task succeeded (1.330936932s)
24952026-08-20T03:20:55.321ZAug 20 03:20:54.150 DEBG process exited with exit status: 0 (1.747520335s)
24962026-08-20T03:20:55.328ZAug 20 03:20:54.151 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24972026-08-20T03:20:55.557Z[ omicron-package] Compiling macaddr v1.0.1
24982026-08-20T03:20:55.564Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24992026-08-20T03:20:55.564Z[ omicron-package] Compiling secrecy v0.10.3
25002026-08-20T03:20:55.564Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25012026-08-20T03:20:55.564Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25022026-08-20T03:20:55.564Z[ omicron-package] Compiling heapless v0.8.0
25032026-08-20T03:20:55.564Z[ omicron-package] Compiling ingot-macros v0.2.0
25042026-08-20T03:20:55.564Z[ omicron-package] Compiling hash32 v0.3.1
25052026-08-20T03:20:55.564Z[ omicron-package] Compiling inout v0.1.4
25062026-08-20T03:20:55.564Z[ omicron-package] Compiling multer v3.1.0
25072026-08-20T03:20:55.564Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25082026-08-20T03:20:55.564Z[ omicron-package] Compiling match_cfg v0.1.0
25092026-08-20T03:20:55.564Z[ omicron-package] Compiling compression-core v0.4.31
25102026-08-20T03:20:55.564Z[ omicron-package] Compiling smoltcp v0.11.0
25112026-08-20T03:20:55.565Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-08-20T03:20:55.565Z[ omicron-package] Compiling slog-json v2.6.1
25132026-08-20T03:20:56.206Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25142026-08-20T03:20:56.323Z[ omicron-package] Compiling compression-codecs v0.4.37
25152026-08-20T03:20:56.431Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25162026-08-20T03:20:56.548Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-08-20T03:20:56.605Z[ omicron-package] Compiling cipher v0.4.4
25182026-08-20T03:20:56.767Z[ omicron-package] Compiling hostname v0.3.1
25192026-08-20T03:20:56.845Z[ omicron-package] Compiling cobs v0.3.0
25202026-08-20T03:20:56.894Z[ omicron-package] Compiling universal-hash v0.5.1
25212026-08-20T03:20:56.989Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25222026-08-20T03:20:57.128Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25232026-08-20T03:20:57.149Z[ omicron-package] Compiling async-stream-impl v0.3.6
25242026-08-20T03:20:57.174Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25252026-08-20T03:20:57.175Z[ omicron-package] Compiling serde_spanned v1.1.1
25262026-08-20T03:20:57.179Z[ omicron-package] Compiling dropshot v0.17.1
25272026-08-20T03:20:57.180Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25282026-08-20T03:20:57.180Z[ omicron-package] Compiling opaque-debug v0.3.1
25292026-08-20T03:20:57.204Z[ omicron-package] Compiling convert_case v0.4.0
25302026-08-20T03:20:57.349Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25312026-08-20T03:20:57.370Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25322026-08-20T03:20:57.373Z[ omicron-package] Compiling slog-bunyan v2.5.0
25332026-08-20T03:20:57.373Z[ omicron-package] Compiling postcard v1.1.3
25342026-08-20T03:20:57.442Z[ omicron-package] Compiling poly1305 v0.8.0
25352026-08-20T03:20:57.446Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25362026-08-20T03:20:57.661Z[ omicron-package] Compiling num_enum_derive v0.7.6
25372026-08-20T03:20:57.722Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25382026-08-20T03:20:57.843Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25392026-08-20T03:20:57.850Z[ omicron-package] Compiling chacha20 v0.9.1
25402026-08-20T03:20:57.850Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25412026-08-20T03:20:57.850Z[ omicron-package] Compiling async-compression v0.4.41
25422026-08-20T03:20:57.996ZAug 20 03:20:56.877 DEBG process exited with exit status: 0 (2.726714565s)
25432026-08-20T03:20:58.021ZAug 20 03:20:56.909 INFO [incorp-manifest] task succeeded (4.506521115s)
25442026-08-20T03:20:58.021ZAug 20 03:20:56.909 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25452026-08-20T03:20:58.045Z[ omicron-package] Compiling async-stream v0.3.6
25462026-08-20T03:20:58.045Z[ omicron-package] Compiling derive_more v0.99.20
25472026-08-20T03:20:58.050Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25482026-08-20T03:20:58.246Z[ omicron-package] Compiling sha1 v0.11.0
25492026-08-20T03:20:58.252Z[ omicron-package] Compiling progenitor-client v0.14.0
25502026-08-20T03:20:58.331ZAug 20 03:20:57.210 INFO [incorp-fmt] process exited with exit status: 0 (300.752826ms)
25512026-08-20T03:20:58.331ZAug 20 03:20:57.212 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25522026-08-20T03:20:58.367Z[ omicron-package] Compiling parse-display-derive v0.10.0
25532026-08-20T03:20:58.408Z[ omicron-package] Compiling waitgroup v0.1.2
25542026-08-20T03:20:58.413Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25552026-08-20T03:20:58.546Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25562026-08-20T03:20:58.633Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25572026-08-20T03:20:58.677Z[ omicron-package] Compiling backon v1.6.0
25582026-08-20T03:20:58.734Z[ omicron-package] Compiling password-hash v0.5.0
25592026-08-20T03:20:58.774Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T032057Z
25602026-08-20T03:20:58.774Z[ incorp-pkgsend] PUBLISHED
25612026-08-20T03:20:58.841Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25622026-08-20T03:20:58.855ZAug 20 03:20:57.744 INFO [incorp-pkgsend] process exited with exit status: 0 (531.728091ms)
25632026-08-20T03:20:58.858ZAug 20 03:20:57.746 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25642026-08-20T03:20:58.939Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25652026-08-20T03:20:58.991Z[ omicron-package] Compiling blake2 v0.10.6
25662026-08-20T03:20:59.057Z[ omicron-package] Compiling aead v0.5.2
25672026-08-20T03:20:59.085Z[ helios-incorp] Retrieving packages for publisher helios ...
25682026-08-20T03:20:59.091Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25692026-08-20T03:20:59.097Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25702026-08-20T03:20:59.111Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25712026-08-20T03:20:59.111Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25722026-08-20T03:20:59.116Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25732026-08-20T03:20:59.116Z[ helios-incorp]
25742026-08-20T03:20:59.116Z[ helios-incorp] Archiving packages ...
25752026-08-20T03:20:59.116Z[ helios-incorp] Packages to add: 1
25762026-08-20T03:20:59.116Z[ helios-incorp] Files to retrieve: 0
25772026-08-20T03:20:59.116Z[ helios-incorp] Estimated transfer size: 0.00 B
25782026-08-20T03:20:59.117Z[ helios-incorp]
25792026-08-20T03:20:59.117Z[ helios-incorp] Packages to archive:
25802026-08-20T03:20:59.117Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T032057Z
25812026-08-20T03:20:59.117Z[ helios-incorp]
25822026-08-20T03:20:59.117Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25832026-08-20T03:20:59.117Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25842026-08-20T03:20:59.143Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25852026-08-20T03:20:59.192ZAug 20 03:20:58.077 INFO [helios-incorp] process exited with exit status: 0 (333.244951ms)
25862026-08-20T03:20:59.200Z[ omicron-package] Compiling hostname v0.4.2
25872026-08-20T03:20:59.217Z[ omicron-package] Compiling instant v0.1.13
25882026-08-20T03:20:59.302Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25892026-08-20T03:20:59.392Z[ omicron-package] Compiling proc-macro-error v1.0.4
25902026-08-20T03:20:59.565Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25912026-08-20T03:20:59.638Z[ omicron-package] Compiling argon2 v0.5.3
25922026-08-20T03:20:59.658Z[ omicron-package] Compiling ingot-types v0.2.0
25932026-08-20T03:20:59.682Z[ omicron-package] Compiling backoff v0.4.0
25942026-08-20T03:20:59.700Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-20T03:20:59.710Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25962026-08-20T03:20:59.916Z[ omicron-package] Compiling num_enum_derive v0.5.11
25972026-08-20T03:21:00.138Z[ omicron-package] Compiling progenitor-extras v0.2.0
25982026-08-20T03:21:00.156Z[ omicron-package] Compiling foreign-types v0.5.0
25992026-08-20T03:21:00.156Z[ omicron-package] Compiling num_enum v0.7.6
26002026-08-20T03:21:00.157Z[ omicron-package] Compiling vsss-rs v3.3.4
26012026-08-20T03:21:00.157Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26022026-08-20T03:21:00.174Z[ omicron-package] Compiling ingot v0.2.1
26032026-08-20T03:21:00.243Z[ omicron-package] Compiling parse-display v0.10.0
26042026-08-20T03:21:00.308Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26052026-08-20T03:21:00.431Z[ omicron-package] Compiling regress v0.10.5
26062026-08-20T03:21:00.500Z[ omicron-package] Compiling itertools v0.14.0
26072026-08-20T03:21:00.594Z[ omicron-package] Compiling tabwriter v1.4.1
26082026-08-20T03:21:00.689Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26092026-08-20T03:21:00.806Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26102026-08-20T03:21:00.865Z[ omicron-package] Compiling cstr-argument v0.1.2
26112026-08-20T03:21:00.930Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26122026-08-20T03:21:01.049Z[ omicron-package] Compiling humantime v2.3.0
26132026-08-20T03:21:01.121Z[ omicron-package] Compiling num_enum v0.5.11
26142026-08-20T03:21:01.147Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-08-20T03:21:01.316Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26162026-08-20T03:21:01.376Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26172026-08-20T03:21:01.377Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26182026-08-20T03:21:01.381Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26192026-08-20T03:21:01.608Z[ omicron-package] Compiling rayon v1.11.0
26202026-08-20T03:21:01.675Z[ omicron-package] Compiling rand v0.10.1
26212026-08-20T03:21:01.700Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26222026-08-20T03:21:01.846Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26232026-08-20T03:21:01.890Z[ omicron-package] Compiling libefi-sys v0.1.0
26242026-08-20T03:21:01.924Z[ omicron-package] Compiling colored v3.1.1
26252026-08-20T03:21:01.928Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26262026-08-20T03:21:01.992Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26272026-08-20T03:21:01.997Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26282026-08-20T03:21:02.263Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26292026-08-20T03:21:02.323Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26302026-08-20T03:21:02.358Z[ omicron-package] Compiling itertools v0.12.1
26312026-08-20T03:21:02.402Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26322026-08-20T03:21:02.441Z[ omicron-package] Compiling usdt-macro v0.5.0
26332026-08-20T03:21:02.459Z[ omicron-package] Compiling bitfield-struct v0.6.2
26342026-08-20T03:21:02.703Z[ omicron-package] Compiling num-derive v0.4.2
26352026-08-20T03:21:02.747Z[ omicron-package] Compiling sigpipe v0.1.3
26362026-08-20T03:21:02.838Z[ omicron-package] Compiling memmap v0.7.0
26372026-08-20T03:21:02.894Z[ omicron-package] Compiling glob v0.3.3
26382026-08-20T03:21:02.910Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392026-08-20T03:21:03.194Z[ omicron-package] Compiling swrite v0.1.0
26402026-08-20T03:21:03.246Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412026-08-20T03:21:03.536Z[ omicron-package] Compiling usdt v0.5.0
26422026-08-20T03:21:03.768Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-20T03:21:03.886Z[ omicron-package] Compiling zone v0.3.1
26442026-08-20T03:21:03.968Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26452026-08-20T03:21:04.096Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26462026-08-20T03:21:04.189Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26472026-08-20T03:21:04.238Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26482026-08-20T03:21:04.257Z[ omicron-package] Compiling smf v0.2.3
26492026-08-20T03:21:04.315Z[ omicron-package] Compiling whoami v1.6.1
26502026-08-20T03:21:04.392Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-20T03:21:04.481Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26522026-08-20T03:21:04.506Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26532026-08-20T03:21:04.574Z[ omicron-package] Compiling gethostname v0.5.0
26542026-08-20T03:21:04.629Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26552026-08-20T03:21:04.811Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26562026-08-20T03:21:04.854Z[ omicron-package] Compiling console v0.16.2
26572026-08-20T03:21:04.887Z[ omicron-package] Compiling unit-prefix v0.5.2
26582026-08-20T03:21:04.925Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26592026-08-20T03:21:05.428Z[ omicron-package] Compiling indicatif v0.18.4
26602026-08-20T03:21:05.987Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26612026-08-20T03:21:08.918Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26622026-08-20T03:21:09.571Z[ helios-setup] Aug 20 03:21:08.457 INFO helios repository root is: /work/oxidecomputer/helios
26632026-08-20T03:21:09.577Z[ helios-setup] Aug 20 03:21:08.458 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
26642026-08-20T03:21:09.577Z[ helios-setup] Aug 20 03:21:08.458 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26652026-08-20T03:21:09.578Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26662026-08-20T03:21:09.952ZAug 20 03:21:08.840 INFO [hubris-staging] task succeeded (16.43726952s)
26672026-08-20T03:21:10.319Z[ helios-setup] Aug 20 03:21:09.207 INFO clone ok!, project: pinprick
26682026-08-20T03:21:10.319Z[ helios-setup] Aug 20 03:21:09.207 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
26692026-08-20T03:21:10.323Z[ helios-setup] Aug 20 03:21:09.207 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26702026-08-20T03:21:10.324Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26712026-08-20T03:21:10.860Z[ helios-setup] Aug 20 03:21:09.748 INFO clone ok!, project: bootserver
26722026-08-20T03:21:10.866Z[ helios-setup] Aug 20 03:21:09.748 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
26732026-08-20T03:21:10.866Z[ helios-setup] Aug 20 03:21:09.748 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26742026-08-20T03:21:10.866Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26752026-08-20T03:21:11.528Z[ helios-setup] Aug 20 03:21:10.415 INFO clone ok!, project: phbl
26762026-08-20T03:21:11.528Z[ helios-setup] Aug 20 03:21:10.415 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
26772026-08-20T03:21:11.533Z[ helios-setup] Aug 20 03:21:10.415 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26782026-08-20T03:21:11.533Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26792026-08-20T03:21:12.142Z[ helios-setup] Aug 20 03:21:11.030 INFO clone ok!, project: image-builder
26802026-08-20T03:21:12.142Z[ helios-setup] Aug 20 03:21:11.030 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
26812026-08-20T03:21:12.142Z[ helios-setup] Aug 20 03:21:11.030 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
26822026-08-20T03:21:12.147Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26832026-08-20T03:21:12.955Z[ helios-setup] Aug 20 03:21:11.842 INFO clone ok!, project: amd-host-image-builder
26842026-08-20T03:21:12.962Z[ helios-setup] Aug 20 03:21:11.842 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26852026-08-20T03:21:12.962Z[ helios-setup] Aug 20 03:21:11.842 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26862026-08-20T03:21:12.962Z[ helios-setup] Aug 20 03:21:11.842 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26872026-08-20T03:21:12.962Z[ helios-setup] Aug 20 03:21:11.843 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
26882026-08-20T03:21:12.962Z[ helios-setup] Aug 20 03:21:11.843 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26892026-08-20T03:21:12.962Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26902026-08-20T03:21:13.882Z[ helios-setup] Aug 20 03:21:12.762 INFO clone ok!, project: chelsio-t6-roms
26912026-08-20T03:21:13.882Z[ helios-setup] Aug 20 03:21:12.762 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
26922026-08-20T03:21:13.882Z[ helios-setup] Aug 20 03:21:12.762 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26932026-08-20T03:21:13.888Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26942026-08-20T03:21:14.540Z[ helios-setup] Aug 20 03:21:13.427 INFO clone ok!, project: dmar-report
26952026-08-20T03:21:14.546Z[ helios-setup] Aug 20 03:21:13.428 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
26962026-08-20T03:21:14.546Z[ helios-setup] Aug 20 03:21:13.428 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26972026-08-20T03:21:14.546Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26982026-08-20T03:21:17.845Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26992026-08-20T03:21:21.215Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27002026-08-20T03:21:22.937Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27012026-08-20T03:21:25.082Z[ helios-setup] Aug 20 03:21:23.960 INFO clone ok!, project: amd-firmware
27022026-08-20T03:21:25.082Z[ helios-setup] Aug 20 03:21:23.960 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
27032026-08-20T03:21:25.082Z[ helios-setup] Aug 20 03:21:23.960 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27042026-08-20T03:21:25.117Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27052026-08-20T03:21:25.920Z[ helios-setup] Aug 20 03:21:24.697 INFO clone ok!, project: pilot
27062026-08-20T03:21:25.987Z[ helios-setup] Aug 20 03:21:24.697 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27072026-08-20T03:21:26.064Z[ helios-setup] Aug 20 03:21:24.909 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27082026-08-20T03:21:26.259Z[ helios-setup] Aug 20 03:21:25.127 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27092026-08-20T03:21:26.259Z[ helios-setup] Aug 20 03:21:25.127 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27102026-08-20T03:21:26.455Z[ helios-setup] Aug 20 03:21:25.343 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27112026-08-20T03:21:26.679Z[ helios-setup] Aug 20 03:21:25.551 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27122026-08-20T03:21:26.679Z[ helios-setup] Aug 20 03:21:25.551 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27132026-08-20T03:21:26.870Z[ helios-setup] Aug 20 03:21:25.757 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27142026-08-20T03:21:27.091Z[ helios-setup] Aug 20 03:21:25.974 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27152026-08-20T03:21:27.121Z[ helios-setup] Aug 20 03:21:25.974 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27162026-08-20T03:21:27.174Z[ helios-setup] Aug 20 03:21:25.974 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27172026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO ok!
27182026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27192026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27202026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO ok!
27212026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27222026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27232026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO ok!
27242026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.974 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27252026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.981 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27262026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.981 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27272026-08-20T03:21:27.175Z[ helios-setup] Aug 20 03:21:25.981 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27282026-08-20T03:21:27.219Z[ helios-setup] Aug 20 03:21:26.080 INFO E| Downloading crates ...
27292026-08-20T03:21:27.261Z[ helios-setup] Aug 20 03:21:26.147 INFO E| Downloaded miniz_oxide v0.8.8
27302026-08-20T03:21:27.292Z[ helios-setup] Aug 20 03:21:26.150 INFO E| Downloaded adler2 v2.0.0
27312026-08-20T03:21:27.322Z[ helios-setup] Aug 20 03:21:26.171 INFO E| Compiling adler2 v2.0.0
27322026-08-20T03:21:27.362Z[ helios-setup] Aug 20 03:21:26.235 INFO E| Compiling miniz_oxide v0.8.8
27332026-08-20T03:21:32.248Z[ helios-setup] Aug 20 03:21:27.004 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27342026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.364 INFO E| Finished `release` profile [optimized] target(s) in 1.37s
27352026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.372 INFO building project "pinprick" ok (1 seconds)
27362026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.372 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27372026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.380 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
27382026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.380 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27392026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.380 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27402026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.448 INFO E| Downloading crates ...
27412026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.494 INFO E| Downloaded cpufeatures v0.2.5
27422026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.497 INFO E| Downloaded unicode-width v0.1.10
27432026-08-20T03:21:32.296Z[ helios-setup] Aug 20 03:21:27.502 INFO E| Downloaded sha2 v0.10.5
27442026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.510 INFO E| Downloaded block-buffer v0.10.3
27452026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.510 INFO E| Downloaded generic-array v0.14.6
27462026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.513 INFO E| Downloaded miniz_oxide v0.6.2
27472026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.519 INFO E| Downloaded digest v0.10.3
27482026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.523 INFO E| Downloaded anyhow v1.0.62
27492026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.527 INFO E| Downloaded bytes v1.2.1
27502026-08-20T03:21:32.297Z[ helios-setup] Aug 20 03:21:27.529 INFO E| Downloaded flate2 v1.0.25
27512026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.531 INFO E| Downloaded typenum v1.15.0
27522026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.558 INFO E| Compiling typenum v1.15.0
27532026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.558 INFO E| Compiling version_check v0.9.4
27542026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.558 INFO E| Compiling crc32fast v1.3.2
27552026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.558 INFO E| Compiling cfg-if v1.0.0
27562026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.558 INFO E| Compiling adler v1.0.2
27572026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.559 INFO E| Compiling anyhow v1.0.62
27582026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.559 INFO E| Compiling unicode-width v0.1.10
27592026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.559 INFO E| Compiling cpufeatures v0.2.5
27602026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.559 INFO E| Compiling bytes v1.2.1
27612026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.559 INFO E| Compiling bitflags v1.3.2
27622026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.644 INFO E| Compiling getopts v0.2.21
27632026-08-20T03:21:32.298Z[ helios-setup] Aug 20 03:21:27.653 INFO E| Compiling miniz_oxide v0.6.2
27642026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:27.776 INFO E| Compiling generic-array v0.14.6
27652026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:27.980 INFO E| Compiling flate2 v1.0.25
27662026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:28.898 INFO E| Compiling crypto-common v0.1.6
27672026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:28.898 INFO E| Compiling block-buffer v0.10.3
27682026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:28.988 INFO E| Compiling digest v0.10.3
27692026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:29.135 INFO E| Compiling sha2 v0.10.5
27702026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:29.351 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27712026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:31.046 INFO E| Finished `release` profile [optimized] target(s) in 3.65s
27722026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:31.056 INFO building project "bootserver" ok (3 seconds)
27732026-08-20T03:21:32.300Z[ helios-setup] Aug 20 03:21:31.056 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27742026-08-20T03:21:32.689Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.07s
27752026-08-20T03:21:32.824Z[ omicron-package]
27762026-08-20T03:21:32.828Z[ omicron-package] real 39.250560764
27772026-08-20T03:21:32.828Z[ omicron-package] user 3:51.331914303
27782026-08-20T03:21:32.828Z[ omicron-package] sys 27.009598259
27792026-08-20T03:21:32.828Z[ omicron-package] trap 0.472399135
27802026-08-20T03:21:32.828Z[ omicron-package] tflt 0.641371508
27812026-08-20T03:21:32.828Z[ omicron-package] dflt 2.539297956
27822026-08-20T03:21:32.828Z[ omicron-package] kflt 0.000137710
27832026-08-20T03:21:32.828Z[ omicron-package] lock 11:48.945811457
27842026-08-20T03:21:32.828Z[ omicron-package] slp 6:03.152091802
27852026-08-20T03:21:32.828Z[ omicron-package] lat 45.396452961
27862026-08-20T03:21:32.828Z[ omicron-package] stop 1:59.708463167
27872026-08-20T03:21:32.828ZAug 20 03:21:31.713 INFO [omicron-package] process exited with exit status: 0 (39.308630298s)
27882026-08-20T03:21:32.828ZAug 20 03:21:31.713 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27892026-08-20T03:21:32.828ZAug 20 03:21:31.714 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27902026-08-20T03:21:32.836Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27912026-08-20T03:21:32.839Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27922026-08-20T03:21:32.839Z[ host-target] Created new build target 'host' and set it as active
27932026-08-20T03:21:32.839Z[ recovery-target] Created new build target 'recovery' and set it as active
27942026-08-20T03:21:32.839ZAug 20 03:21:31.727 INFO [host-target] process exited with exit status: 0 (13.23732ms)
27952026-08-20T03:21:32.839ZAug 20 03:21:31.727 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27962026-08-20T03:21:32.843ZAug 20 03:21:31.728 INFO [recovery-target] process exited with exit status: 0 (13.847761ms)
27972026-08-20T03:21:32.847Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27982026-08-20T03:21:34.329Z[ host-package] Compiling heck v0.5.0
27992026-08-20T03:21:34.329Z[ host-package] Compiling regress v0.11.1
28002026-08-20T03:21:34.572Z[ host-package] Compiling unsafe-libyaml v0.2.11
28012026-08-20T03:21:34.591Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28022026-08-20T03:21:34.622Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28032026-08-20T03:21:34.622Z[ host-package] Compiling derive-where v1.6.0
28042026-08-20T03:21:34.622Z[ host-package] Compiling bytecount v0.6.9
28052026-08-20T03:21:34.690Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28062026-08-20T03:21:34.690Z[ host-package] Compiling atomicwrites v0.4.4
28072026-08-20T03:21:34.694Z[ host-package] Compiling is-terminal v0.4.17
28082026-08-20T03:21:34.694Z[ host-package] Compiling prettyplease v0.2.37
28092026-08-20T03:21:34.694Z[ host-package] Compiling newline-converter v0.3.0
28102026-08-20T03:21:34.710Z[ host-package] Compiling console v0.15.11
28112026-08-20T03:21:34.774Z[ host-package] Compiling slog-dtrace v0.3.0
28122026-08-20T03:21:34.777Z[ host-package] Compiling cancel-safe-futures v0.1.5
28132026-08-20T03:21:34.869Z[ host-package] Compiling resolv-conf v0.7.6
28142026-08-20T03:21:34.873Z[ host-package] Compiling num-rational v0.4.2
28152026-08-20T03:21:34.918Z[ host-package] Compiling num-complex v0.4.6
28162026-08-20T03:21:34.922Z[ host-package] Compiling thread_local v1.1.9
28172026-08-20T03:21:35.034Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28182026-08-20T03:21:35.125Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28192026-08-20T03:21:35.145Z[ host-package] Compiling match_cfg v0.1.0
28202026-08-20T03:21:35.206Z[ host-package] Compiling expectorate v1.2.0
28212026-08-20T03:21:35.240Z[ host-package] Compiling compression-core v0.4.31
28222026-08-20T03:21:35.262Z[ host-package] Compiling hostname v0.3.1
28232026-08-20T03:21:35.407Z[ host-package] Compiling compression-codecs v0.4.37
28242026-08-20T03:21:35.407Z[ host-package] Compiling num v0.4.3
28252026-08-20T03:21:35.489Z[ host-package] Compiling multer v3.1.0
28262026-08-20T03:21:35.493Z[ host-package] Compiling slog-async v2.8.0
28272026-08-20T03:21:35.559Z[ host-package] Compiling crossbeam-channel v0.5.15
28282026-08-20T03:21:35.580Z[ host-package] Compiling slog-json v2.6.1
28292026-08-20T03:21:35.607Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28302026-08-20T03:21:35.613Z[ host-package] Compiling serde_spanned v1.1.1
28312026-08-20T03:21:35.688Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28322026-08-20T03:21:35.823Z[ host-package] Compiling float-ord v0.3.2
28332026-08-20T03:21:35.846Z[ host-package] Compiling linked-hash-map v0.5.6
28342026-08-20T03:21:35.880Z[ host-package] Compiling term v1.2.1
28352026-08-20T03:21:35.905Z[ host-package] Compiling linear-map v1.2.0
28362026-08-20T03:21:35.932Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28372026-08-20T03:21:35.953Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28382026-08-20T03:21:35.957Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28392026-08-20T03:21:35.957Z[ host-package] Compiling take_mut v0.2.2
28402026-08-20T03:21:35.977Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28412026-08-20T03:21:36.046Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28422026-08-20T03:21:36.068Z[ host-package] Compiling lru-cache v0.1.2
28432026-08-20T03:21:36.098Z[ host-package] Compiling slog-bunyan v2.5.0
28442026-08-20T03:21:36.121Z[ host-package] Compiling typify-impl v0.6.2
28452026-08-20T03:21:36.145Z[ host-package] Compiling async-compression v0.4.41
28462026-08-20T03:21:36.173Z[ host-package] Compiling slog-term v2.9.2
28472026-08-20T03:21:36.392Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28482026-08-20T03:21:36.613Z[ host-package] Compiling async-stream v0.3.6
28492026-08-20T03:21:36.663Z[ host-package] Compiling dropshot v0.17.1
28502026-08-20T03:21:36.715Z[ host-package] Compiling sha1 v0.11.0
28512026-08-20T03:21:36.755Z[ host-package] Compiling progenitor-client v0.14.0
28522026-08-20T03:21:36.832Z[ host-package] Compiling waitgroup v0.1.2
28532026-08-20T03:21:36.858Z[ host-package] Compiling rustls-pemfile v2.2.0
28542026-08-20T03:21:36.858Z[ host-package] Compiling backon v1.6.0
28552026-08-20T03:21:36.923Z[ host-package] Compiling serde_path_to_error v0.1.20
28562026-08-20T03:21:37.023Z[ host-package] Compiling hostname v0.4.2
28572026-08-20T03:21:37.085Z[ host-package] Compiling instant v0.1.13
28582026-08-20T03:21:37.092Z[ host-package] Compiling debug-ignore v1.0.5
28592026-08-20T03:21:37.139Z[ host-package] Compiling minimal-lexical v0.2.1
28602026-08-20T03:21:37.169Z[ host-package] Compiling backoff v0.4.0
28612026-08-20T03:21:37.196Z[ host-package] Compiling progenitor-extras v0.2.0
28622026-08-20T03:21:37.200Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28632026-08-20T03:21:37.266Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28642026-08-20T03:21:37.389Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28652026-08-20T03:21:37.505Z[ host-package] Compiling oxide-update-engine v0.1.2
28662026-08-20T03:21:37.534Z[ host-package] Compiling nom v7.1.3
28672026-08-20T03:21:37.561Z[ host-package] Compiling parse-display v0.10.0
28682026-08-20T03:21:37.561Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28692026-08-20T03:21:37.604Z[ host-package] Compiling hickory-proto v0.24.4
28702026-08-20T03:21:38.221Z[ host-package] Compiling regress v0.10.5
28712026-08-20T03:21:38.386Z[ host-package] Compiling itertools v0.14.0
28722026-08-20T03:21:38.845Z[ host-package] Compiling macaddr v1.0.1
28732026-08-20T03:21:39.041Z[ host-package] Compiling humantime v2.3.0
28742026-08-20T03:21:39.163Z[ host-package] Compiling unicode-xid v0.2.6
28752026-08-20T03:21:39.324Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28762026-08-20T03:21:39.400Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-08-20T03:21:39.442Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28782026-08-20T03:21:39.605Z[ host-package] Compiling convert_case v0.10.0
28792026-08-20T03:21:39.874Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28802026-08-20T03:21:39.900Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28812026-08-20T03:21:39.959Z[ host-package] Compiling toml v0.8.23
28822026-08-20T03:21:39.962Z[ host-package] Compiling derive_more-impl v2.1.1
28832026-08-20T03:21:40.109Z[ host-package] Compiling typify-macro v0.6.2
28842026-08-20T03:21:40.190Z[ host-package] Compiling papergrid v0.11.0
28852026-08-20T03:21:40.324Z[ host-package] Compiling tabled_derive v0.7.0
28862026-08-20T03:21:40.512Z[ host-package] Compiling termtree v0.5.1
28872026-08-20T03:21:40.628Z[ host-package] Compiling hickory-resolver v0.24.4
28882026-08-20T03:21:40.811Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-08-20T03:21:40.879Z[ host-package] Compiling derive_more v2.1.1
28902026-08-20T03:21:41.013Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-08-20T03:21:41.039Z[ host-package] Compiling crossterm v0.29.0
28922026-08-20T03:21:41.380Z[ host-package] Compiling tabled v0.15.0
28932026-08-20T03:21:42.002Z[ host-package] Compiling typify v0.6.2
28942026-08-20T03:21:42.175Z[ host-package] Compiling progenitor-impl v0.14.0
28952026-08-20T03:21:42.833Z[ host-package] Compiling qorb v0.4.1
28962026-08-20T03:21:43.499Z[ host-package] Compiling phf_shared v0.12.1
28972026-08-20T03:21:43.783Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-20T03:21:44.153Z[ host-package] Compiling csv-core v0.1.13
28992026-08-20T03:21:44.533Z[ host-package] Compiling vte v0.14.1
29002026-08-20T03:21:44.685Z[ host-package] Compiling progenitor-macro v0.14.0
29012026-08-20T03:21:44.736Z[ host-package] Compiling chrono-tz v0.10.4
29022026-08-20T03:21:45.155Z[ host-package] Compiling highway v1.3.0
29032026-08-20T03:21:46.078Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29042026-08-20T03:21:46.151Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29052026-08-20T03:21:46.373Z[ host-package] Compiling csv v1.4.0
29062026-08-20T03:21:46.548Z[ host-package] Compiling phf v0.12.1
29072026-08-20T03:21:46.660Z[ host-package] Compiling const_format_proc_macros v0.2.34
29082026-08-20T03:21:46.851Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-08-20T03:21:46.874Z[ host-package] Compiling fd-lock v4.0.4
29102026-08-20T03:21:47.072Z[ host-package] Compiling peg-macros v0.8.5
29112026-08-20T03:21:47.096Z[ host-package] Compiling nu-ansi-term v0.50.3
29122026-08-20T03:21:47.505Z[ host-package] Compiling const_format v0.2.35
29132026-08-20T03:21:47.534Z[ host-package] Compiling reedline v0.40.0
29142026-08-20T03:21:47.731Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29152026-08-20T03:21:48.119Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29162026-08-20T03:21:48.421Z[ host-package] Compiling peg v0.8.5
29172026-08-20T03:21:48.579Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29182026-08-20T03:21:48.821Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29192026-08-20T03:21:49.264Z[ host-package] Compiling progenitor v0.14.0
29202026-08-20T03:21:49.532Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29212026-08-20T03:21:49.739Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29222026-08-20T03:21:49.770Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29232026-08-20T03:21:49.770Z[ host-package] Compiling bcs v0.1.6
29242026-08-20T03:21:50.232Z[ host-package] Compiling nom v8.0.0
29252026-08-20T03:21:50.268Z[ host-package] Compiling semver v0.1.20
29262026-08-20T03:21:50.685Z[ host-package] Compiling rustc_version v0.1.7
29272026-08-20T03:21:51.028Z[ host-package] Compiling newtype_derive v0.1.6
29282026-08-20T03:21:51.153Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29292026-08-20T03:21:51.323Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29302026-08-20T03:21:51.465Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29312026-08-20T03:21:51.805Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29322026-08-20T03:21:52.478Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29332026-08-20T03:21:52.581Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29342026-08-20T03:21:52.773Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29352026-08-20T03:21:52.951Z[ host-package] Compiling steno v0.4.1
29362026-08-20T03:21:53.186Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29372026-08-20T03:21:53.401Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
29382026-08-20T03:21:53.439Z[ host-package] Compiling sha1 v0.10.6
29392026-08-20T03:21:53.698Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29402026-08-20T03:21:53.941Z[ host-package] Compiling tagptr v0.2.0
29412026-08-20T03:21:54.116Z[ host-package] Compiling utf-8 v0.7.6
29422026-08-20T03:21:54.145Z[ helios-setup] Aug 20 03:21:53.033 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')"
29432026-08-20T03:21:54.145Z[ helios-setup] Aug 20 03:21:53.033 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29442026-08-20T03:21:54.153Z[ helios-setup] Aug 20 03:21:53.041 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
29452026-08-20T03:21:54.157Z[ helios-setup] Aug 20 03:21:53.041 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29462026-08-20T03:21:54.161Z[ helios-setup] Aug 20 03:21:53.042 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29472026-08-20T03:21:54.185Z[ host-package] Compiling moka v0.12.13
29482026-08-20T03:21:54.268Z[ helios-setup] Aug 20 03:21:53.156 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29492026-08-20T03:21:54.459Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29502026-08-20T03:21:54.550Z[ helios-setup] Aug 20 03:21:53.438 INFO E| From https://github.com/jclulow/rust-jmclib
29512026-08-20T03:21:54.550Z[ helios-setup] Aug 20 03:21:53.438 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29522026-08-20T03:21:54.587Z[ helios-setup] Aug 20 03:21:53.475 INFO E| Updating crates.io index
29532026-08-20T03:21:54.633Z[ helios-setup] Aug 20 03:21:53.521 INFO E| Downloading crates ...
29542026-08-20T03:21:54.641Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29552026-08-20T03:21:54.664Z[ host-package] Compiling tungstenite v0.21.0
29562026-08-20T03:21:54.691Z[ helios-setup] Aug 20 03:21:53.579 INFO E| Downloaded once_cell v1.18.0
29572026-08-20T03:21:54.695Z[ helios-setup] Aug 20 03:21:53.580 INFO E| Downloaded bitflags v2.3.3
29582026-08-20T03:21:54.695Z[ helios-setup] Aug 20 03:21:53.582 INFO E| Downloaded cpufeatures v0.2.9
29592026-08-20T03:21:54.701Z[ helios-setup] Aug 20 03:21:53.589 INFO E| Downloaded itoa v1.0.9
29602026-08-20T03:21:54.705Z[ helios-setup] Aug 20 03:21:53.590 INFO E| Downloaded fastrand v2.0.0
29612026-08-20T03:21:54.705Z[ helios-setup] Aug 20 03:21:53.591 INFO E| Downloaded block-buffer v0.9.0
29622026-08-20T03:21:54.705Z[ helios-setup] Aug 20 03:21:53.592 INFO E| Downloaded opaque-debug v0.3.0
29632026-08-20T03:21:54.708Z[ helios-setup] Aug 20 03:21:53.595 INFO E| Downloaded errno v0.3.1
29642026-08-20T03:21:54.708Z[ helios-setup] Aug 20 03:21:53.596 INFO E| Downloaded sha-1 v0.9.8
29652026-08-20T03:21:54.711Z[ helios-setup] Aug 20 03:21:53.597 INFO E| Downloaded typenum v1.16.0
29662026-08-20T03:21:54.711Z[ helios-setup] Aug 20 03:21:53.598 INFO E| Downloaded libdevinfo-sys v1.0.0
29672026-08-20T03:21:54.711Z[ helios-setup] Aug 20 03:21:53.598 INFO E| Downloaded digest v0.9.0
29682026-08-20T03:21:54.718Z[ helios-setup] Aug 20 03:21:53.606 INFO E| Downloaded md-5 v0.9.1
29692026-08-20T03:21:54.722Z[ helios-setup] Aug 20 03:21:53.610 INFO E| Downloaded glob v0.3.1
29702026-08-20T03:21:54.732Z[ helios-setup] Aug 20 03:21:53.619 INFO E| Downloaded walkdir v2.3.3
29712026-08-20T03:21:54.735Z[ helios-setup] Aug 20 03:21:53.622 INFO E| Downloaded getrandom v0.2.10
29722026-08-20T03:21:54.738Z[ helios-setup] Aug 20 03:21:53.623 INFO E| Downloaded proc-macro2 v1.0.66
29732026-08-20T03:21:54.739Z[ helios-setup] Aug 20 03:21:53.625 INFO E| Downloaded anyhow v1.0.72
29742026-08-20T03:21:54.743Z[ helios-setup] Aug 20 03:21:53.627 INFO E| Downloaded uuid v0.8.2
29752026-08-20T03:21:54.745Z[ helios-setup] Aug 20 03:21:53.630 INFO E| Downloaded quote v1.0.31
29762026-08-20T03:21:54.745Z[ helios-setup] Aug 20 03:21:53.630 INFO E| Downloaded tempfile v3.7.0
29772026-08-20T03:21:54.757Z[ helios-setup] Aug 20 03:21:53.644 INFO E| Downloaded ryu v1.0.15
29782026-08-20T03:21:54.762Z[ helios-setup] Aug 20 03:21:53.646 INFO E| Downloaded toml v0.5.11
29792026-08-20T03:21:54.763Z[ helios-setup] Aug 20 03:21:53.647 INFO E| Downloaded unicode-ident v1.0.11
29802026-08-20T03:21:54.766Z[ helios-setup] Aug 20 03:21:53.649 INFO E| Downloaded serde_derive v1.0.193
29812026-08-20T03:21:54.766Z[ helios-setup] Aug 20 03:21:53.650 INFO E| Downloaded serde v1.0.193
29822026-08-20T03:21:54.779Z[ helios-setup] Aug 20 03:21:53.667 INFO E| Downloaded serde_json v1.0.103
29832026-08-20T03:21:54.801Z[ helios-setup] Aug 20 03:21:53.689 INFO E| Downloaded syn v2.0.32
29842026-08-20T03:21:54.807Z[ helios-setup] Aug 20 03:21:53.695 INFO E| Downloaded rustix v0.38.4
29852026-08-20T03:21:54.842Z[ helios-setup] Aug 20 03:21:53.730 INFO E| Downloaded libc v0.2.147
29862026-08-20T03:21:54.904Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling libc v0.2.147
29872026-08-20T03:21:54.904Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling proc-macro2 v1.0.66
29882026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling cfg-if v1.0.0
29892026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling unicode-ident v1.0.11
29902026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling typenum v1.16.0
29912026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling version_check v0.9.4
29922026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling serde v1.0.193
29932026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling powerfmt v0.2.0
29942026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling num-conv v0.1.0
29952026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling itoa v1.0.9
29962026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling time-core v0.1.2
29972026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling slog v2.7.0
29982026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling rustix v0.38.4
29992026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling num_threads v0.1.6
30002026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling bitflags v2.3.3
30012026-08-20T03:21:54.909Z[ helios-setup] Aug 20 03:21:53.791 INFO E| Compiling once_cell v1.18.0
30022026-08-20T03:21:55.189Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30032026-08-20T03:21:55.361Z[ helios-setup] Aug 20 03:21:54.247 INFO E| Compiling serde_json v1.0.103
30042026-08-20T03:21:55.406Z[ helios-setup] Aug 20 03:21:54.291 INFO E| Compiling opaque-debug v0.3.0
30052026-08-20T03:21:55.460Z[ helios-setup] Aug 20 03:21:54.349 INFO E| Compiling anyhow v1.0.72
30062026-08-20T03:21:55.477Z[ helios-setup] Aug 20 03:21:54.365 INFO E| Compiling fastrand v2.0.0
30072026-08-20T03:21:55.529Z[ helios-setup] Aug 20 03:21:54.417 INFO E| Compiling ryu v1.0.15
30082026-08-20T03:21:55.628Z[ helios-setup] Aug 20 03:21:54.506 INFO E| Compiling deranged v0.3.11
30092026-08-20T03:21:55.634Z[ helios-setup] Aug 20 03:21:54.522 INFO E| Compiling thread_local v1.1.7
30102026-08-20T03:21:55.634Z[ helios-setup] Aug 20 03:21:54.522 INFO E| Compiling unicode-width v0.1.10
30112026-08-20T03:21:55.682Z[ helios-setup] Aug 20 03:21:54.571 INFO E| Compiling same-file v1.0.6
30122026-08-20T03:21:55.709Z[ helios-setup] Aug 20 03:21:54.597 INFO E| Compiling time-macros v0.2.18
30132026-08-20T03:21:55.919Z[ host-package] Compiling hickory-resolver v0.25.2
30142026-08-20T03:21:55.977Z[ helios-setup] Aug 20 03:21:54.865 INFO E| Compiling cpufeatures v0.2.9
30152026-08-20T03:21:56.006Z[ helios-setup] Aug 20 03:21:54.894 INFO E| Compiling walkdir v2.3.3
30162026-08-20T03:21:56.027Z[ helios-setup] Aug 20 03:21:54.916 INFO E| Compiling getopts v0.2.21
30172026-08-20T03:21:56.144Z[ helios-setup] Aug 20 03:21:55.031 INFO E| Compiling generic-array v0.14.7
30182026-08-20T03:21:56.174Z[ helios-setup] Aug 20 03:21:55.061 INFO E| Compiling libdevinfo-sys v1.0.0
30192026-08-20T03:21:56.221Z[ helios-setup] Aug 20 03:21:55.109 INFO E| Compiling glob v0.3.1
30202026-08-20T03:21:56.455Z[ host-package] Compiling tokio-tungstenite v0.21.0
30212026-08-20T03:21:56.484Z[ helios-setup] Aug 20 03:21:55.372 INFO E| Compiling quote v1.0.31
30222026-08-20T03:21:56.740Z[ helios-setup] Aug 20 03:21:55.626 INFO E| Compiling syn v2.0.32
30232026-08-20T03:21:57.100Z[ helios-setup] Aug 20 03:21:55.988 INFO E| Compiling dirs-sys-next v0.1.2
30242026-08-20T03:21:57.101Z[ helios-setup] Aug 20 03:21:55.988 INFO E| Compiling errno v0.3.1
30252026-08-20T03:21:57.104Z[ helios-setup] Aug 20 03:21:55.988 INFO E| Compiling atty v0.2.14
30262026-08-20T03:21:57.105Z[ helios-setup] Aug 20 03:21:55.988 INFO E| Compiling getrandom v0.2.10
30272026-08-20T03:21:57.135Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30282026-08-20T03:21:57.144Z[ helios-setup] Aug 20 03:21:56.033 INFO E| Compiling block-buffer v0.9.0
30292026-08-20T03:21:57.145Z[ helios-setup] Aug 20 03:21:56.033 INFO E| Compiling digest v0.9.0
30302026-08-20T03:21:57.353Z[ helios-setup] Aug 20 03:21:56.241 INFO E| Compiling dirs-next v2.0.0
30312026-08-20T03:21:57.397Z[ helios-setup] Aug 20 03:21:56.285 INFO E| Compiling md-5 v0.9.1
30322026-08-20T03:21:57.397Z[ helios-setup] Aug 20 03:21:56.285 INFO E| Compiling sha-1 v0.9.8
30332026-08-20T03:21:57.441Z[ helios-setup] Aug 20 03:21:56.320 INFO E| Compiling term v0.7.0
30342026-08-20T03:21:57.682Z[ helios-setup] Aug 20 03:21:56.569 INFO E| Compiling time v0.3.36
30352026-08-20T03:21:57.945Z[ helios-setup] Aug 20 03:21:56.834 INFO E| Compiling tempfile v3.7.0
30362026-08-20T03:21:58.078Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30372026-08-20T03:21:58.669Z[ helios-setup] Aug 20 03:21:57.557 INFO E| Compiling slog-term v2.9.0
30382026-08-20T03:21:59.323Z[ helios-setup] Aug 20 03:21:58.211 INFO E| Compiling serde_derive v1.0.193
30392026-08-20T03:21:59.746Z[ host-package] Compiling darling_core v0.21.3
30402026-08-20T03:21:59.870Z[ host-package] Compiling display-error-chain v0.2.2
30412026-08-20T03:22:00.049Z[ host-package] Compiling libscf-sys v1.2.0
30422026-08-20T03:22:00.096Z[ host-package] Compiling vergen-lib v0.1.6
30432026-08-20T03:22:00.282Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30442026-08-20T03:22:00.413Z[ host-package] Compiling diesel_derives v2.3.7
30452026-08-20T03:22:00.677Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30462026-08-20T03:22:01.605Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30472026-08-20T03:22:02.051Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30482026-08-20T03:22:02.219Z[ host-package] Compiling darling_macro v0.21.3
30492026-08-20T03:22:02.598Z[ host-package] Compiling vergen-gitcl v1.0.8
30502026-08-20T03:22:02.666Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30512026-08-20T03:22:02.856Z[ host-package] Compiling dirs-sys-next v0.1.2
30522026-08-20T03:22:02.890Z[ host-package] Compiling crunchy v0.2.4
30532026-08-20T03:22:02.916Z[ host-package] Compiling darling v0.21.3
30542026-08-20T03:22:02.916Z[ host-package] Compiling maplit v1.0.2
30552026-08-20T03:22:03.006Z[ host-package] Compiling glob v0.3.3
30562026-08-20T03:22:03.063Z[ host-package] Compiling dsl_auto_type v0.2.0
30572026-08-20T03:22:03.105Z[ host-package] Compiling dirs-next v2.0.0
30582026-08-20T03:22:03.246Z[ host-package] Compiling r2d2 v0.8.10
30592026-08-20T03:22:03.308Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30602026-08-20T03:22:03.332Z[ host-package] Compiling papergrid v0.18.0
30612026-08-20T03:22:03.419Z[ host-package] Compiling clang-sys v1.8.1
30622026-08-20T03:22:03.546Z[ host-package] Compiling downcast-rs v2.0.2
30632026-08-20T03:22:03.577Z[ host-package] Compiling xshell-macros v0.2.7
30642026-08-20T03:22:03.653Z[ host-package] Compiling tiny-keccak v2.0.2
30652026-08-20T03:22:03.877Z[ helios-setup] Aug 20 03:22:02.765 INFO E| Compiling toml v0.5.11
30662026-08-20T03:22:03.877Z[ helios-setup] Aug 20 03:22:02.765 INFO E| Compiling uuid v0.8.2
30672026-08-20T03:22:03.944Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30682026-08-20T03:22:04.080Z[ host-package] Compiling xshell v0.2.7
30692026-08-20T03:22:04.107Z[ host-package] Compiling term v0.7.0
30702026-08-20T03:22:04.182Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30712026-08-20T03:22:04.294Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30722026-08-20T03:22:04.347Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30732026-08-20T03:22:04.476Z[ host-package] Compiling bit-vec v0.6.3
30742026-08-20T03:22:04.585Z[ helios-setup] Aug 20 03:22:03.472 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30752026-08-20T03:22:04.771Z[ host-package] Compiling tabled v0.21.0
30762026-08-20T03:22:04.893Z[ host-package] Compiling bit-set v0.5.3
30772026-08-20T03:22:04.959Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30782026-08-20T03:22:05.033Z[ host-package] Compiling ascii-canvas v3.0.0
30792026-08-20T03:22:05.153Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30802026-08-20T03:22:05.295Z[ helios-setup] Aug 20 03:22:04.183 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30812026-08-20T03:22:05.378Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30822026-08-20T03:22:05.570Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30832026-08-20T03:22:05.892Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30842026-08-20T03:22:06.004Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30852026-08-20T03:22:06.097Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30862026-08-20T03:22:06.332Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30872026-08-20T03:22:06.504Z[ host-package] Compiling itertools v0.10.5
30882026-08-20T03:22:06.584Z[ host-package] Compiling ena v0.14.4
30892026-08-20T03:22:06.693Z[ host-package] Compiling libloading v0.8.9
30902026-08-20T03:22:06.897Z[ host-package] Compiling diff v0.1.13
30912026-08-20T03:22:06.955Z[ host-package] Compiling unicase v2.9.0
30922026-08-20T03:22:06.978Z[ host-package] Compiling bindgen v0.71.1
30932026-08-20T03:22:07.238Z[ host-package] Compiling regex-syntax v0.6.29
30942026-08-20T03:22:07.710Z[ host-package] Compiling cexpr v0.6.0
30952026-08-20T03:22:07.816Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30962026-08-20T03:22:08.179Z[ host-package] Compiling crc8 v0.1.1
30972026-08-20T03:22:08.365Z[ host-package] Compiling rustc-hash v2.1.1
30982026-08-20T03:22:08.566Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30992026-08-20T03:22:08.599Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31002026-08-20T03:22:08.639Z[ host-package] Compiling diesel v2.3.7
31012026-08-20T03:22:08.798Z[ host-package] Compiling lalrpop v0.19.12
31022026-08-20T03:22:09.285Z[ host-package] Compiling headers-core v0.3.0
31032026-08-20T03:22:09.332Z[ host-package] Compiling libxml v0.3.3
31042026-08-20T03:22:09.476Z[ host-package] Compiling headers v0.4.1
31052026-08-20T03:22:09.734Z[ helios-setup] Aug 20 03:22:08.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.55s
31062026-08-20T03:22:09.737Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31072026-08-20T03:22:09.757Z[ helios-setup] Aug 20 03:22:08.645 INFO building project "image-builder" ok (15 seconds)
31082026-08-20T03:22:09.757Z[ helios-setup] Aug 20 03:22:08.645 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31092026-08-20T03:22:09.794Z[ helios-setup] Aug 20 03:22:08.681 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')"
31102026-08-20T03:22:09.794Z[ helios-setup] Aug 20 03:22:08.682 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31112026-08-20T03:22:09.794Z[ helios-setup] Aug 20 03:22:08.682 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31122026-08-20T03:22:09.916Z[ host-package] Compiling strum_macros v0.24.3
31132026-08-20T03:22:09.959Z[ host-package] Compiling indoc v1.0.9
31142026-08-20T03:22:09.979Z[ helios-setup] Aug 20 03:22:08.866 INFO E| Updating crates.io index
31152026-08-20T03:22:09.982Z[ helios-setup] Aug 20 03:22:08.867 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31162026-08-20T03:22:10.065Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31172026-08-20T03:22:10.282Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31182026-08-20T03:22:10.380Z[ host-package] Compiling derive_builder v0.20.2
31192026-08-20T03:22:10.402Z[ host-package] Compiling quick-xml v0.37.5
31202026-08-20T03:22:10.465Z[ helios-setup] Aug 20 03:22:09.353 INFO E| From https://github.com/oxidecomputer/amd-apcb
31212026-08-20T03:22:10.465Z[ helios-setup] Aug 20 03:22:09.353 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31222026-08-20T03:22:10.481Z[ helios-setup] Aug 20 03:22:09.368 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31232026-08-20T03:22:10.556Z[ host-package] Compiling oso-derive v0.27.3
31242026-08-20T03:22:10.845Z[ helios-setup] Aug 20 03:22:09.730 INFO E| From https://github.com/oxidecomputer/amd-efs
31252026-08-20T03:22:10.845Z[ helios-setup] Aug 20 03:22:09.731 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31262026-08-20T03:22:11.022Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31272026-08-20T03:22:11.109Z[ helios-setup] Aug 20 03:22:09.997 INFO E| Downloading crates ...
31282026-08-20T03:22:11.117Z[ host-package] Compiling openssl-probe v0.1.6
31292026-08-20T03:22:11.158Z[ helios-setup] Aug 20 03:22:10.046 INFO E| Downloaded ansi_term v0.12.1
31302026-08-20T03:22:11.166Z[ helios-setup] Aug 20 03:22:10.054 INFO E| Downloaded proc-macro2 v1.0.95
31312026-08-20T03:22:11.169Z[ helios-setup] Aug 20 03:22:10.057 INFO E| Downloaded pest_meta v2.8.0
31322026-08-20T03:22:11.172Z[ helios-setup] Aug 20 03:22:10.059 INFO E| Downloaded itoa v1.0.15
31332026-08-20T03:22:11.172Z[ helios-setup] Aug 20 03:22:10.060 INFO E| Downloaded heck v0.3.3
31342026-08-20T03:22:11.175Z[ helios-setup] Aug 20 03:22:10.061 INFO E| Downloaded rustversion v1.0.20
31352026-08-20T03:22:11.178Z[ helios-setup] Aug 20 03:22:10.065 INFO E| Downloaded four-cc v0.4.0
31362026-08-20T03:22:11.181Z[ helios-setup] Aug 20 03:22:10.069 INFO E| Downloaded parse_int v0.9.0
31372026-08-20T03:22:11.181Z[ helios-setup] Aug 20 03:22:10.069 INFO E| Downloaded thiserror-impl v2.0.12
31382026-08-20T03:22:11.187Z[ helios-setup] Aug 20 03:22:10.076 INFO E| Downloaded fletcher v1.0.0
31392026-08-20T03:22:11.191Z[ helios-setup] Aug 20 03:22:10.076 INFO E| Downloaded unic-ucd-version v0.9.0
31402026-08-20T03:22:11.191Z[ helios-setup] Aug 20 03:22:10.078 INFO E| Downloaded vec_map v0.8.2
31412026-08-20T03:22:11.195Z[ helios-setup] Aug 20 03:22:10.083 INFO E| Downloaded strum v0.27.1
31422026-08-20T03:22:11.198Z[ helios-setup] Aug 20 03:22:10.084 INFO E| Downloaded unic-char-property v0.9.0
31432026-08-20T03:22:11.205Z[ helios-setup] Aug 20 03:22:10.093 INFO E| Downloaded strsim v0.8.0
31442026-08-20T03:22:11.210Z[ helios-setup] Aug 20 03:22:10.094 INFO E| Downloaded strum_macros v0.27.1
31452026-08-20T03:22:11.210Z[ helios-setup] Aug 20 03:22:10.095 INFO E| Downloaded unic-char-range v0.9.0
31462026-08-20T03:22:11.210Z[ helios-setup] Aug 20 03:22:10.096 INFO E| Downloaded unic-common v0.9.0
31472026-08-20T03:22:11.213Z[ helios-setup] Aug 20 03:22:10.096 INFO E| Downloaded modular-bitfield-impl v0.13.1
31482026-08-20T03:22:11.213Z[ helios-setup] Aug 20 03:22:10.097 INFO E| Downloaded structopt-derive v0.4.18
31492026-08-20T03:22:11.213Z[ helios-setup] Aug 20 03:22:10.098 INFO E| Downloaded autocfg v1.4.0
31502026-08-20T03:22:11.213Z[ helios-setup] Aug 20 03:22:10.099 INFO E| Downloaded unic-ucd-ident v0.9.0
31512026-08-20T03:22:11.217Z[ helios-setup] Aug 20 03:22:10.105 INFO E| Downloaded quote v1.0.40
31522026-08-20T03:22:11.222Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31532026-08-20T03:22:11.227Z[ helios-setup] Aug 20 03:22:10.111 INFO E| Downloaded textwrap v0.11.0
31542026-08-20T03:22:11.227Z[ helios-setup] Aug 20 03:22:10.112 INFO E| Downloaded bytesize v2.0.1
31552026-08-20T03:22:11.233Z[ helios-setup] Aug 20 03:22:10.121 INFO E| Downloaded modular-bitfield-impl v0.11.2
31562026-08-20T03:22:11.236Z[ helios-setup] Aug 20 03:22:10.122 INFO E| Downloaded dyn-clone v1.0.19
31572026-08-20T03:22:11.236Z[ helios-setup] Aug 20 03:22:10.123 INFO E| Downloaded unicode-ident v1.0.18
31582026-08-20T03:22:11.239Z[ helios-setup] Aug 20 03:22:10.125 INFO E| Downloaded pest_generator v2.8.0
31592026-08-20T03:22:11.242Z[ helios-setup] Aug 20 03:22:10.130 INFO E| Downloaded pest_derive v2.8.0
31602026-08-20T03:22:11.246Z[ helios-setup] Aug 20 03:22:10.134 INFO E| Downloaded thiserror v2.0.12
31612026-08-20T03:22:11.250Z[ helios-setup] Aug 20 03:22:10.138 INFO E| Downloaded modular-bitfield v0.13.1
31622026-08-20T03:22:11.256Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31632026-08-20T03:22:11.259Z[ helios-setup] Aug 20 03:22:10.145 INFO E| Downloaded modular-bitfield v0.11.2
31642026-08-20T03:22:11.263Z[ helios-setup] Aug 20 03:22:10.151 INFO E| Downloaded ryu v1.0.20
31652026-08-20T03:22:11.270Z[ helios-setup] Aug 20 03:22:10.158 INFO E| Downloaded serde_derive v1.0.219
31662026-08-20T03:22:11.273Z[ helios-setup] Aug 20 03:22:10.160 INFO E| Downloaded structopt v0.3.26
31672026-08-20T03:22:11.278Z[ helios-setup] Aug 20 03:22:10.165 INFO E| Downloaded log v0.4.27
31682026-08-20T03:22:11.282Z[ helios-setup] Aug 20 03:22:10.169 INFO E| Downloaded typenum v1.18.0
31692026-08-20T03:22:11.285Z[ helios-setup] Aug 20 03:22:10.171 INFO E| Downloaded serde v1.0.219
31702026-08-20T03:22:11.289Z[ helios-setup] Aug 20 03:22:10.173 INFO E| Downloaded zerocopy-derive v0.8.25
31712026-08-20T03:22:11.298Z[ helios-setup] Aug 20 03:22:10.185 INFO E| Downloaded memchr v2.7.4
31722026-08-20T03:22:11.317Z[ helios-setup] Aug 20 03:22:10.205 INFO E| Downloaded pest v2.8.0
31732026-08-20T03:22:11.327Z[ helios-setup] Aug 20 03:22:10.215 INFO E| Downloaded serde_json v1.0.140
31742026-08-20T03:22:11.335Z[ helios-setup] Aug 20 03:22:10.223 INFO E| Downloaded goblin v0.9.3
31752026-08-20T03:22:11.340Z[ helios-setup] Aug 20 03:22:10.227 INFO E| Downloaded clap v2.34.0
31762026-08-20T03:22:11.350Z[ helios-setup] Aug 20 03:22:10.238 INFO E| Downloaded zerocopy v0.8.25
31772026-08-20T03:22:11.366Z[ helios-setup] Aug 20 03:22:10.254 INFO E| Downloaded syn v2.0.101
31782026-08-20T03:22:11.391Z[ helios-setup] Aug 20 03:22:10.277 INFO E| Downloaded libc v0.2.172
31792026-08-20T03:22:11.434Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31802026-08-20T03:22:11.477Z[ helios-setup] Aug 20 03:22:10.364 INFO E| Compiling proc-macro2 v1.0.95
31812026-08-20T03:22:11.477Z[ helios-setup] Aug 20 03:22:10.364 INFO E| Compiling unicode-ident v1.0.18
31822026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.364 INFO E| Compiling memchr v2.7.4
31832026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.364 INFO E| Compiling autocfg v1.4.0
31842026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.364 INFO E| Compiling thiserror v2.0.12
31852026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.364 INFO E| Compiling serde v1.0.219
31862026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling syn v1.0.109
31872026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling version_check v0.9.5
31882026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling serde_json v1.0.140
31892026-08-20T03:22:11.481Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling itoa v1.0.15
31902026-08-20T03:22:11.482Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling ryu v1.0.20
31912026-08-20T03:22:11.482Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling schemars v0.8.22
31922026-08-20T03:22:11.482Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling dyn-clone v1.0.19
31932026-08-20T03:22:11.482Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling libc v0.2.172
31942026-08-20T03:22:11.482Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling static_assertions v1.1.0
31952026-08-20T03:22:11.482Z[ helios-setup] Aug 20 03:22:10.365 INFO E| Compiling rustversion v1.0.20
31962026-08-20T03:22:11.884Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31972026-08-20T03:22:12.004Z[ helios-setup] Aug 20 03:22:10.890 INFO E| Compiling zerocopy v0.8.25
31982026-08-20T03:22:12.080Z[ helios-setup] Aug 20 03:22:10.968 INFO E| Compiling proc-macro-error-attr v1.0.4
31992026-08-20T03:22:12.090Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32002026-08-20T03:22:12.152Z[ host-package] Compiling bb8 v0.8.6
32012026-08-20T03:22:12.258Z[ helios-setup] Aug 20 03:22:11.144 INFO E| Compiling ucd-trie v0.1.7
32022026-08-20T03:22:12.269Z[ helios-setup] Aug 20 03:22:11.157 INFO E| Compiling paste v1.0.15
32032026-08-20T03:22:12.464Z[ helios-setup] Aug 20 03:22:11.349 INFO E| Compiling proc-macro-error v1.0.4
32042026-08-20T03:22:12.639Z[ host-package] Compiling trait-variant v0.1.2
32052026-08-20T03:22:12.772Z[ helios-setup] Aug 20 03:22:11.660 INFO E| Compiling once_cell v1.21.3
32062026-08-20T03:22:12.868Z[ helios-setup] Aug 20 03:22:11.755 INFO E| Compiling unicode-segmentation v1.12.0
32072026-08-20T03:22:12.871Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32082026-08-20T03:22:13.037Z[ helios-setup] Aug 20 03:22:11.925 INFO E| Compiling heck v0.5.0
32092026-08-20T03:22:13.047Z[ host-package] Compiling half v1.8.3
32102026-08-20T03:22:13.050Z[ helios-setup] Aug 20 03:22:11.937 INFO E| Compiling num-traits v0.2.19
32112026-08-20T03:22:13.073Z[ helios-setup] Aug 20 03:22:11.961 INFO E| Compiling memoffset v0.9.1
32122026-08-20T03:22:13.089Z[ helios-setup] Aug 20 03:22:11.973 INFO E| Compiling unicode-width v0.1.14
32132026-08-20T03:22:13.161Z[ helios-setup] Aug 20 03:22:12.049 INFO E| Compiling quote v1.0.40
32142026-08-20T03:22:13.206Z[ helios-setup] Aug 20 03:22:12.094 INFO E| Compiling fletcher v1.0.0
32152026-08-20T03:22:13.206Z[ helios-setup] Aug 20 03:22:12.094 INFO E| Compiling vec_map v0.8.2
32162026-08-20T03:22:13.210Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32172026-08-20T03:22:13.237Z[ helios-setup] Aug 20 03:22:12.125 INFO E| Compiling unic-common v0.9.0
32182026-08-20T03:22:13.243Z[ helios-setup] Aug 20 03:22:12.131 INFO E| Compiling strsim v0.8.0
32192026-08-20T03:22:13.391Z[ helios-setup] Aug 20 03:22:12.278 INFO E| Compiling strum v0.27.1
32202026-08-20T03:22:13.454Z[ helios-setup] Aug 20 03:22:12.342 INFO E| Compiling bitflags v1.3.2
32212026-08-20T03:22:13.486Z[ helios-setup] Aug 20 03:22:12.373 INFO E| Compiling unic-char-range v0.9.0
32222026-08-20T03:22:13.539Z[ helios-setup] Aug 20 03:22:12.427 INFO E| Compiling syn v2.0.101
32232026-08-20T03:22:13.606Z[ helios-setup] Aug 20 03:22:12.494 INFO E| Compiling textwrap v0.11.0
32242026-08-20T03:22:13.616Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32252026-08-20T03:22:13.652Z[ helios-setup] Aug 20 03:22:12.540 INFO E| Compiling heck v0.3.3
32262026-08-20T03:22:13.666Z[ helios-setup] Aug 20 03:22:12.554 INFO E| Compiling byteorder v1.5.0
32272026-08-20T03:22:13.706Z[ host-package] Compiling serde_cbor v0.11.2
32282026-08-20T03:22:13.770Z[ helios-setup] Aug 20 03:22:12.657 INFO E| Compiling ansi_term v0.12.1
32292026-08-20T03:22:13.809Z[ helios-setup] Aug 20 03:22:12.697 INFO E| Compiling unic-char-property v0.9.0
32302026-08-20T03:22:13.823Z[ helios-setup] Aug 20 03:22:12.711 INFO E| Compiling unic-ucd-version v0.9.0
32312026-08-20T03:22:13.839Z[ helios-setup] Aug 20 03:22:12.727 INFO E| Compiling log v0.4.27
32322026-08-20T03:22:13.839Z[ helios-setup] Aug 20 03:22:12.727 INFO E| Compiling lazy_static v1.5.0
32332026-08-20T03:22:13.878Z[ helios-setup] Aug 20 03:22:12.767 INFO E| Compiling plain v0.2.3
32342026-08-20T03:22:13.918Z[ helios-setup] Aug 20 03:22:12.805 INFO E| Compiling atty v0.2.14
32352026-08-20T03:22:13.929Z[ helios-setup] Aug 20 03:22:12.814 INFO E| Compiling unic-ucd-ident v0.9.0
32362026-08-20T03:22:13.957Z[ helios-setup] Aug 20 03:22:12.845 INFO E| Compiling bytesize v2.0.1
32372026-08-20T03:22:14.003Z[ host-package] Compiling proc-macro-error2 v2.0.1
32382026-08-20T03:22:14.041Z[ helios-setup] Aug 20 03:22:12.929 INFO E| Compiling clap v2.34.0
32392026-08-20T03:22:14.144Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32402026-08-20T03:22:14.299Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32412026-08-20T03:22:14.357Z[ host-package] Compiling hashbrown v0.14.5
32422026-08-20T03:22:14.527Z[ host-package] Compiling rfc6979 v0.4.0
32432026-08-20T03:22:14.564Z[ helios-setup] Aug 20 03:22:13.450 INFO E| Compiling parse_int v0.9.0
32442026-08-20T03:22:14.618Z[ host-package] Compiling salty v0.3.0
32452026-08-20T03:22:14.782Z[ host-package] Compiling ecdsa v0.16.9
32462026-08-20T03:22:15.085Z[ host-package] Compiling samael v0.0.19
32472026-08-20T03:22:15.215Z[ host-package] Compiling chumsky v0.9.3
32482026-08-20T03:22:15.320Z[ host-package] Compiling knus-derive v3.4.0
32492026-08-20T03:22:15.426Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32502026-08-20T03:22:15.472Z[ host-package] Compiling progenitor-impl v0.13.0
32512026-08-20T03:22:15.864Z[ host-package] Compiling primeorder v0.13.6
32522026-08-20T03:22:16.250Z[ host-package] Compiling nonempty v0.12.0
32532026-08-20T03:22:16.472Z[ helios-setup] Aug 20 03:22:15.360 INFO E| Compiling serde_derive_internals v0.29.1
32542026-08-20T03:22:16.506Z[ helios-setup] Aug 20 03:22:15.394 INFO E| Compiling modular-bitfield-impl v0.11.2
32552026-08-20T03:22:16.506Z[ helios-setup] Aug 20 03:22:15.394 INFO E| Compiling structopt-derive v0.4.18
32562026-08-20T03:22:16.644Z[ host-package] Compiling p384 v0.13.1
32572026-08-20T03:22:16.966Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32582026-08-20T03:22:17.227Z[ host-package] Compiling knus v3.4.0
32592026-08-20T03:22:17.528Z[ helios-setup] Aug 20 03:22:16.416 INFO E| Compiling thiserror-impl v2.0.12
32602026-08-20T03:22:17.528Z[ helios-setup] Aug 20 03:22:16.416 INFO E| Compiling serde_derive v1.0.219
32612026-08-20T03:22:17.529Z[ helios-setup] Aug 20 03:22:16.416 INFO E| Compiling schemars_derive v0.8.22
32622026-08-20T03:22:17.532Z[ helios-setup] Aug 20 03:22:16.417 INFO E| Compiling zerocopy-derive v0.8.25
32632026-08-20T03:22:17.532Z[ helios-setup] Aug 20 03:22:16.417 INFO E| Compiling modular-bitfield-impl v0.13.1
32642026-08-20T03:22:17.532Z[ helios-setup] Aug 20 03:22:16.417 INFO E| Compiling num-derive v0.4.2
32652026-08-20T03:22:17.532Z[ helios-setup] Aug 20 03:22:16.417 INFO E| Compiling scroll_derive v0.12.1
32662026-08-20T03:22:17.532Z[ helios-setup] Aug 20 03:22:16.417 INFO E| Compiling strum_macros v0.27.1
32672026-08-20T03:22:18.146Z[ helios-setup] Aug 20 03:22:17.033 INFO E| Compiling structopt v0.3.26
32682026-08-20T03:22:18.164Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32692026-08-20T03:22:18.459Z[ host-package] Compiling progenitor-macro v0.13.0
32702026-08-20T03:22:18.581Z[ helios-setup] Aug 20 03:22:17.468 INFO E| Compiling modular-bitfield v0.11.2
32712026-08-20T03:22:18.581Z[ host-package] Compiling polar-core v0.27.3
32722026-08-20T03:22:18.818Z[ helios-setup] Aug 20 03:22:17.705 INFO E| Compiling scroll v0.12.0
32732026-08-20T03:22:19.157Z[ helios-setup] Aug 20 03:22:18.044 INFO E| Compiling goblin v0.9.3
32742026-08-20T03:22:19.160Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-08-20T03:22:19.381Z[ host-package] Compiling progenitor-client v0.13.0
32762026-08-20T03:22:19.917Z[ helios-setup] Aug 20 03:22:18.790 INFO E| Compiling pest v2.8.0
32772026-08-20T03:22:19.980Z[ helios-setup] Aug 20 03:22:18.868 INFO E| Compiling modular-bitfield v0.13.1
32782026-08-20T03:22:20.082Z[ host-package] Compiling fxhash v0.2.1
32792026-08-20T03:22:20.300Z[ host-package] Compiling libz-sys v1.1.24
32802026-08-20T03:22:20.507Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32812026-08-20T03:22:20.578Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32822026-08-20T03:22:21.346Z[ helios-setup] Aug 20 03:22:20.231 INFO E| Compiling pest_meta v2.8.0
32832026-08-20T03:22:21.384Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32842026-08-20T03:22:21.876Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32852026-08-20T03:22:22.114Z[ helios-setup] Aug 20 03:22:21.001 INFO E| Compiling pest_generator v2.8.0
32862026-08-20T03:22:22.150Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32872026-08-20T03:22:22.621Z[ host-package] Compiling kstat-rs v0.2.5
32882026-08-20T03:22:22.860Z[ helios-setup] Aug 20 03:22:21.747 INFO E| Compiling pest_derive v2.8.0
32892026-08-20T03:22:23.663Z[ host-package] Compiling mime_guess v2.0.5
32902026-08-20T03:22:23.703Z[ helios-setup] Aug 20 03:22:22.590 INFO E| Compiling json5 v0.4.1
32912026-08-20T03:22:24.243Z[ host-package] Compiling progenitor v0.13.0
32922026-08-20T03:22:24.363Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-08-20T03:22:25.066Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32942026-08-20T03:22:25.380Z[ helios-setup] Aug 20 03:22:24.268 INFO E| Compiling four-cc v0.4.0
32952026-08-20T03:22:25.380Z[ helios-setup] Aug 20 03:22:24.268 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32962026-08-20T03:22:25.413Z[ host-package] Compiling nanorand v0.7.0
32972026-08-20T03:22:25.498Z[ helios-setup] Aug 20 03:22:24.385 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32982026-08-20T03:22:25.645Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32992026-08-20T03:22:25.941Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33002026-08-20T03:22:25.953Z[ host-package] Compiling parking_lot_core v0.8.6
33012026-08-20T03:22:26.519Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-08-20T03:22:26.874Z[ host-package] Compiling flume v0.11.1
33032026-08-20T03:22:27.054Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33042026-08-20T03:22:27.714Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33052026-08-20T03:22:27.894Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33062026-08-20T03:22:28.358Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33072026-08-20T03:22:28.601Z[ host-package] Compiling git-stub v1.0.0
33082026-08-20T03:22:28.865Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33092026-08-20T03:22:28.888Z[ host-package] Compiling strsim v0.10.0
33102026-08-20T03:22:29.124Z[ host-package] Compiling http-range v0.1.5
33112026-08-20T03:22:29.193Z[ host-package] Compiling instability v0.3.11
33122026-08-20T03:22:29.215Z[ host-package] Compiling corncobs v0.1.4
33132026-08-20T03:22:29.456Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33142026-08-20T03:22:29.589Z[ host-package] Compiling darling_core v0.13.4
33152026-08-20T03:22:29.623Z[ host-package] Compiling git-stub-vcs v0.1.0
33162026-08-20T03:22:30.010Z[ host-package] Compiling oso v0.27.3
33172026-08-20T03:22:31.303Z[ host-package] Compiling async-bb8-diesel v0.2.1
33182026-08-20T03:22:31.826Z[ host-package] Compiling diesel-dtrace v0.5.0
33192026-08-20T03:22:32.170Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33202026-08-20T03:22:33.851Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33212026-08-20T03:22:34.316Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33222026-08-20T03:22:34.608Z[ host-package] Compiling ignore v0.4.25
33232026-08-20T03:22:35.734Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33242026-08-20T03:22:35.871Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33252026-08-20T03:22:36.259Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33262026-08-20T03:22:36.986Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33272026-08-20T03:22:37.193Z[ host-package] Compiling anstyle-parse v0.2.7
33282026-08-20T03:22:37.331Z[ host-package] Compiling secrecy v0.8.0
33292026-08-20T03:22:37.490Z[ host-package] Compiling castaway v0.2.4
33302026-08-20T03:22:37.557Z[ host-package] Compiling vergen-git2 v9.1.0
33312026-08-20T03:22:37.694Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33322026-08-20T03:22:37.780Z[ host-package] Compiling indoc v2.0.7
33332026-08-20T03:22:37.855Z[ host-package] Compiling compact_str v0.8.1
33342026-08-20T03:22:38.076Z[ host-package] Compiling anstream v0.6.21
33352026-08-20T03:22:38.639Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-08-20T03:22:38.994Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33372026-08-20T03:22:39.119Z[ host-package] Compiling globwalk v0.9.1
33382026-08-20T03:22:39.653Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33392026-08-20T03:22:39.780Z[ helios-setup] Aug 20 03:22:38.666 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33402026-08-20T03:22:39.853Z[ host-package] Compiling parking_lot v0.11.2
33412026-08-20T03:22:40.377Z[ host-package] Compiling hyper-staticfile v0.10.1
33422026-08-20T03:22:40.568Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33432026-08-20T03:22:40.796Z[ host-package] Compiling darling_macro v0.13.4
33442026-08-20T03:22:40.847Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33452026-08-20T03:22:41.428Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33462026-08-20T03:22:41.485Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33472026-08-20T03:22:41.646Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33482026-08-20T03:22:41.764Z[ host-package] Compiling predicates-tree v1.0.13
33492026-08-20T03:22:42.192Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33502026-08-20T03:22:42.328Z[ host-package] Compiling unicode-truncate v1.1.0
33512026-08-20T03:22:42.377Z[ host-package] Compiling lru v0.12.5
33522026-08-20T03:22:42.491Z[ host-package] Compiling prefix-trie v0.7.0
33532026-08-20T03:22:42.632Z[ host-package] Compiling rand_seeder v0.4.0
33542026-08-20T03:22:42.677Z[ host-package] Compiling cassowary v0.3.0
33552026-08-20T03:22:42.906Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33562026-08-20T03:22:43.058Z[ host-package] Compiling ratatui v0.29.0
33572026-08-20T03:22:43.233Z[ helios-setup] Aug 20 03:22:42.121 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33582026-08-20T03:22:43.250Z[ host-package] Compiling hickory-server v0.25.2
33592026-08-20T03:22:43.452Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33602026-08-20T03:22:43.792Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33612026-08-20T03:22:43.803Z[ host-package] Compiling darling v0.13.4
33622026-08-20T03:22:43.838Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33632026-08-20T03:22:44.032Z[ host-package] Compiling sled v0.34.7
33642026-08-20T03:22:44.281Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33652026-08-20T03:22:44.344Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-08-20T03:22:44.510Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33672026-08-20T03:22:44.660Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33682026-08-20T03:22:44.800Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33692026-08-20T03:22:44.947Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33702026-08-20T03:22:45.093Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33712026-08-20T03:22:46.971Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33722026-08-20T03:22:47.194Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33732026-08-20T03:22:47.742Z[ host-package] Compiling serde_with_macros v1.5.2
33742026-08-20T03:22:48.636Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33752026-08-20T03:22:48.782Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33762026-08-20T03:22:49.082Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33772026-08-20T03:22:49.462Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33782026-08-20T03:22:49.537Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33792026-08-20T03:22:49.903Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33802026-08-20T03:22:49.961Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33812026-08-20T03:22:50.197Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33822026-08-20T03:22:50.255Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33832026-08-20T03:22:50.515Z[ host-package] Compiling arc-swap v1.8.2
33842026-08-20T03:22:50.570Z[ host-package] Compiling void v1.0.2
33852026-08-20T03:22:50.733Z[ host-package] Compiling lzss v0.8.2
33862026-08-20T03:22:50.874Z[ host-package] Compiling slog-scope v4.4.1
33872026-08-20T03:22:51.143Z[ host-package] Compiling illumos-nvpair v0.3.0
33882026-08-20T03:22:51.184Z[ host-package] Compiling serde_with v1.14.0
33892026-08-20T03:22:51.643Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33902026-08-20T03:22:52.216Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33912026-08-20T03:22:52.447Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33922026-08-20T03:22:53.232Z[ host-package] Compiling git2 v0.20.4
33932026-08-20T03:22:53.487Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-08-20T03:22:54.248Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33952026-08-20T03:22:54.486Z[ host-package] Compiling scuffle v0.1.0
33962026-08-20T03:22:54.630Z[ helios-setup] Aug 20 03:22:53.517 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.79s
33972026-08-20T03:22:54.667Z[ helios-setup] Aug 20 03:22:53.553 INFO building project "amd-host-image-builder" ok (44 seconds)
33982026-08-20T03:22:54.667Z[ helios-setup] Aug 20 03:22:53.553 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33992026-08-20T03:22:54.675Z[ helios-setup] Aug 20 03:22:53.562 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
34002026-08-20T03:22:54.675Z[ helios-setup] Aug 20 03:22:53.562 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34012026-08-20T03:22:54.675Z[ helios-setup] Aug 20 03:22:53.563 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34022026-08-20T03:22:54.876Z[ helios-setup] Aug 20 03:22:53.763 INFO E| Downloading crates ...
34032026-08-20T03:22:54.931Z[ helios-setup] Aug 20 03:22:53.819 INFO E| Downloaded bitflags v2.9.1
34042026-08-20T03:22:54.934Z[ helios-setup] Aug 20 03:22:53.821 INFO E| Downloaded errno v0.3.12
34052026-08-20T03:22:54.949Z[ helios-setup] Aug 20 03:22:53.837 INFO E| Downloaded time-core v0.1.4
34062026-08-20T03:22:54.952Z[ helios-setup] Aug 20 03:22:53.839 INFO E| Downloaded deranged v0.4.0
34072026-08-20T03:22:54.960Z[ helios-setup] Aug 20 03:22:53.848 INFO E| Downloaded iana-time-zone v0.1.63
34082026-08-20T03:22:54.964Z[ helios-setup] Aug 20 03:22:53.850 INFO E| Downloaded tempfile v3.20.0
34092026-08-20T03:22:54.968Z[ helios-setup] Aug 20 03:22:53.856 INFO E| Downloaded serde_with_macros v3.12.0
34102026-08-20T03:22:54.971Z[ host-package] Compiling tungstenite v0.23.0
34112026-08-20T03:22:54.971Z[ helios-setup] Aug 20 03:22:53.857 INFO E| Downloaded time-macros v0.2.22
34122026-08-20T03:22:54.974Z[ helios-setup] Aug 20 03:22:53.861 INFO E| Downloaded hashbrown v0.15.3
34132026-08-20T03:22:54.979Z[ helios-setup] Aug 20 03:22:53.864 INFO E| Downloaded anyhow v1.0.98
34142026-08-20T03:22:54.979Z[ helios-setup] Aug 20 03:22:53.867 INFO E| Downloaded getrandom v0.3.3
34152026-08-20T03:22:54.994Z[ helios-setup] Aug 20 03:22:53.882 INFO E| Downloaded indexmap v2.9.0
34162026-08-20T03:22:54.997Z[ helios-setup] Aug 20 03:22:53.884 INFO E| Downloaded serde_with v3.12.0
34172026-08-20T03:22:55.004Z[ helios-setup] Aug 20 03:22:53.891 INFO E| Downloaded time v0.3.41
34182026-08-20T03:22:55.029Z[ helios-setup] Aug 20 03:22:53.916 INFO E| Downloaded chrono v0.4.41
34192026-08-20T03:22:55.033Z[ helios-setup] Aug 20 03:22:53.921 INFO E| Downloaded rustix v1.0.7
34202026-08-20T03:22:55.105Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling proc-macro2 v1.0.95
34212026-08-20T03:22:55.105Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling unicode-ident v1.0.18
34222026-08-20T03:22:55.105Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling libc v0.2.172
34232026-08-20T03:22:55.105Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling ident_case v1.0.1
34242026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling fnv v1.0.7
34252026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling strsim v0.11.1
34262026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling serde v1.0.219
34272026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling getrandom v0.3.3
34282026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling rustix v1.0.7
34292026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling anyhow v1.0.98
34302026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling bitflags v2.9.1
34312026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling serde_json v1.0.140
34322026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling thiserror v2.0.12
34332026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling cfg-if v1.0.0
34342026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling once_cell v1.21.3
34352026-08-20T03:22:55.110Z[ helios-setup] Aug 20 03:22:53.993 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34362026-08-20T03:22:55.315Z[ helios-setup] Aug 20 03:22:54.202 INFO E| Compiling ryu v1.0.20
34372026-08-20T03:22:55.334Z[ helios-setup] Aug 20 03:22:54.222 INFO E| Compiling fastrand v2.3.0
34382026-08-20T03:22:55.457Z[ helios-setup] Aug 20 03:22:54.344 INFO E| Compiling memchr v2.7.4
34392026-08-20T03:22:55.704Z[ helios-setup] Aug 20 03:22:54.591 INFO E| Compiling itoa v1.0.15
34402026-08-20T03:22:56.466Z[ helios-setup] Aug 20 03:22:55.353 INFO E| Compiling errno v0.3.12
34412026-08-20T03:22:56.606Z[ helios-setup] Aug 20 03:22:55.493 INFO E| Compiling quote v1.0.40
34422026-08-20T03:22:56.877Z[ helios-setup] Aug 20 03:22:55.764 INFO E| Compiling syn v2.0.101
34432026-08-20T03:22:57.596Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34442026-08-20T03:22:57.698Z[ helios-setup] Aug 20 03:22:56.509 INFO E| Compiling tempfile v3.20.0
34452026-08-20T03:22:57.887Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34462026-08-20T03:22:58.205Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34472026-08-20T03:22:58.278Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34482026-08-20T03:22:58.369Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34492026-08-20T03:22:58.735Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34502026-08-20T03:22:58.990Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34512026-08-20T03:22:59.282Z[ host-package] Compiling nix v0.27.1
34522026-08-20T03:22:59.490Z[ helios-setup] Aug 20 03:22:58.378 INFO E| Compiling darling_core v0.20.11
34532026-08-20T03:22:59.911Z[ host-package] Compiling twox-hash v2.1.2
34542026-08-20T03:22:59.978Z[ host-package] Compiling libsw-core v0.3.2
34552026-08-20T03:23:00.124Z[ host-package] Compiling serde_bytes v0.11.19
34562026-08-20T03:23:00.227Z[ host-package] Compiling atty v0.2.14
34572026-08-20T03:23:00.253Z[ helios-setup] Aug 20 03:22:59.141 INFO E| Compiling serde_derive v1.0.219
34582026-08-20T03:23:00.253Z[ helios-setup] Aug 20 03:22:59.141 INFO E| Compiling thiserror-impl v2.0.12
34592026-08-20T03:23:00.380Z[ host-package] Compiling libsw v3.5.0
34602026-08-20T03:23:00.607Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34612026-08-20T03:23:00.612Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34622026-08-20T03:23:00.666Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34632026-08-20T03:23:00.731Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34642026-08-20T03:23:00.744Z[ host-package] Compiling tokio-tungstenite v0.23.1
34652026-08-20T03:23:00.852Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34662026-08-20T03:23:01.172Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34672026-08-20T03:23:01.518Z[ helios-setup] Aug 20 03:23:00.405 INFO E| Compiling darling_macro v0.20.11
34682026-08-20T03:23:01.548Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34692026-08-20T03:23:02.448Z[ helios-setup] Aug 20 03:23:01.335 INFO E| Compiling darling v0.20.11
34702026-08-20T03:23:02.538Z[ helios-setup] Aug 20 03:23:01.425 INFO E| Compiling serde_with_macros v3.12.0
34712026-08-20T03:23:04.830Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34722026-08-20T03:23:05.270Z[ helios-setup] Aug 20 03:23:04.157 INFO E| Compiling serde_with v3.12.0
34732026-08-20T03:23:05.311Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34742026-08-20T03:23:05.423Z[ host-package] Compiling slog-stdlog v4.1.1
34752026-08-20T03:23:05.523Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34762026-08-20T03:23:06.010Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34772026-08-20T03:23:06.045Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34782026-08-20T03:23:06.299Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34792026-08-20T03:23:06.530Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34802026-08-20T03:23:06.616Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34812026-08-20T03:23:07.999Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34822026-08-20T03:23:09.961Z[ helios-setup] Aug 20 03:23:08.848 INFO E| Finished `release` profile [optimized] target(s) in 15.27s
34832026-08-20T03:23:09.984Z[ helios-setup] Aug 20 03:23:08.871 INFO building project "dmar-report" ok (15 seconds)
34842026-08-20T03:23:09.984Z[ helios-setup] Aug 20 03:23:08.872 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34852026-08-20T03:23:09.993Z[ helios-setup] Aug 20 03:23:08.881 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34862026-08-20T03:23:09.993Z[ helios-setup] Aug 20 03:23:08.881 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34872026-08-20T03:23:09.993Z[ helios-setup] Aug 20 03:23:08.881 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34882026-08-20T03:23:10.011Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34892026-08-20T03:23:10.109Z[ helios-setup] Aug 20 03:23:08.996 INFO E| Blocking waiting for file lock on package cache
34902026-08-20T03:23:11.056Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34912026-08-20T03:23:11.266Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34922026-08-20T03:23:11.652Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34932026-08-20T03:23:11.991Z[ helios-setup] Aug 20 03:23:10.878 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34942026-08-20T03:23:12.317Z[ helios-setup] Aug 20 03:23:11.205 INFO E| From https://github.com/jclulow/hiercmd
34952026-08-20T03:23:12.317Z[ helios-setup] Aug 20 03:23:11.205 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34962026-08-20T03:23:12.331Z[ helios-setup] Aug 20 03:23:11.219 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34972026-08-20T03:23:12.537Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34982026-08-20T03:23:12.643Z[ helios-setup] Aug 20 03:23:11.530 INFO E| From https://github.com/oxidecomputer/network-interface
34992026-08-20T03:23:12.643Z[ helios-setup] Aug 20 03:23:11.530 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
35002026-08-20T03:23:12.655Z[ helios-setup] Aug 20 03:23:11.542 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
35012026-08-20T03:23:12.992Z[ helios-setup] Aug 20 03:23:11.880 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35022026-08-20T03:23:12.993Z[ helios-setup] Aug 20 03:23:11.880 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35032026-08-20T03:23:13.014Z[ helios-setup] Aug 20 03:23:11.900 INFO E| Updating crates.io index
35042026-08-20T03:23:13.075Z[ helios-setup] Aug 20 03:23:11.962 INFO E| Blocking waiting for file lock on package cache
35052026-08-20T03:23:13.128Z[ helios-setup] Aug 20 03:23:12.016 INFO E| Blocking waiting for file lock on package cache
35062026-08-20T03:23:14.190Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35072026-08-20T03:23:15.110Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-20T03:23:15.664Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35092026-08-20T03:23:16.795Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35102026-08-20T03:23:17.340Z[ helios-setup] Aug 20 03:23:16.228 INFO E| Downloading crates ...
35112026-08-20T03:23:17.396Z[ helios-setup] Aug 20 03:23:16.284 INFO E| Downloaded futures-io v0.3.31
35122026-08-20T03:23:17.404Z[ helios-setup] Aug 20 03:23:16.292 INFO E| Downloaded env_filter v0.1.4
35132026-08-20T03:23:17.420Z[ helios-setup] Aug 20 03:23:16.307 INFO E| Downloaded clap_lex v0.7.6
35142026-08-20T03:23:17.423Z[ helios-setup] Aug 20 03:23:16.309 INFO E| Downloaded bitflags v2.10.0
35152026-08-20T03:23:17.430Z[ helios-setup] Aug 20 03:23:16.318 INFO E| Downloaded libdevinfo-sys v1.1.0
35162026-08-20T03:23:17.435Z[ helios-setup] Aug 20 03:23:16.323 INFO E| Downloaded futures-macro v0.3.31
35172026-08-20T03:23:17.440Z[ helios-setup] Aug 20 03:23:16.328 INFO E| Downloaded anstyle v1.0.13
35182026-08-20T03:23:17.444Z[ helios-setup] Aug 20 03:23:16.332 INFO E| Downloaded zeroize_derive v1.4.2
35192026-08-20T03:23:17.447Z[ helios-setup] Aug 20 03:23:16.333 INFO E| Downloaded futures-executor v0.3.31
35202026-08-20T03:23:17.463Z[ helios-setup] Aug 20 03:23:16.351 INFO E| Downloaded clap_builder v4.5.51
35212026-08-20T03:23:17.467Z[ helios-setup] Aug 20 03:23:16.355 INFO E| Downloaded futures-channel v0.3.31
35222026-08-20T03:23:17.470Z[ helios-setup] Aug 20 03:23:16.356 INFO E| Downloaded generic-array v0.14.9
35232026-08-20T03:23:17.470Z[ helios-setup] Aug 20 03:23:16.357 INFO E| Downloaded getopts v0.2.24
35242026-08-20T03:23:17.470Z[ helios-setup] Aug 20 03:23:16.358 INFO E| Downloaded tokio-macros v2.6.0
35252026-08-20T03:23:17.473Z[ helios-setup] Aug 20 03:23:16.359 INFO E| Downloaded clap_derive v4.5.49
35262026-08-20T03:23:17.473Z[ helios-setup] Aug 20 03:23:16.360 INFO E| Downloaded time-core v0.1.6
35272026-08-20T03:23:17.483Z[ helios-setup] Aug 20 03:23:16.371 INFO E| Downloaded env_logger v0.11.8
35282026-08-20T03:23:17.487Z[ helios-setup] Aug 20 03:23:16.373 INFO E| Downloaded num_enum v0.7.5
35292026-08-20T03:23:17.490Z[ helios-setup] Aug 20 03:23:16.376 INFO E| Downloaded signal-hook-registry v1.4.6
35302026-08-20T03:23:17.490Z[ helios-setup] Aug 20 03:23:16.377 INFO E| Downloaded slab v0.4.11
35312026-08-20T03:23:17.493Z[ helios-setup] Aug 20 03:23:16.378 INFO E| Downloaded clap v4.5.51
35322026-08-20T03:23:17.496Z[ helios-setup] Aug 20 03:23:16.384 INFO E| Downloaded base64ct v1.8.0
35332026-08-20T03:23:17.499Z[ helios-setup] Aug 20 03:23:16.385 INFO E| Downloaded crc v3.3.0
35342026-08-20T03:23:17.499Z[ helios-setup] Aug 20 03:23:16.386 INFO E| Downloaded devinfo v0.1.0
35352026-08-20T03:23:17.502Z[ helios-setup] Aug 20 03:23:16.387 INFO E| Downloaded thiserror v2.0.17
35362026-08-20T03:23:17.508Z[ helios-setup] Aug 20 03:23:16.391 INFO E| Downloaded quote v1.0.41
35372026-08-20T03:23:17.508Z[ helios-setup] Aug 20 03:23:16.394 INFO E| Downloaded futures-core v0.3.31
35382026-08-20T03:23:17.512Z[ helios-setup] Aug 20 03:23:16.400 INFO E| Downloaded unicode-ident v1.0.22
35392026-08-20T03:23:17.516Z[ helios-setup] Aug 20 03:23:16.402 INFO E| Downloaded thiserror-impl v2.0.17
35402026-08-20T03:23:17.519Z[ helios-setup] Aug 20 03:23:16.403 INFO E| Downloaded bitfield-macros v0.19.3
35412026-08-20T03:23:17.523Z[ helios-setup] Aug 20 03:23:16.409 INFO E| Downloaded futures-sink v0.3.31
35422026-08-20T03:23:17.526Z[ helios-setup] Aug 20 03:23:16.413 INFO E| Downloaded futures v0.3.31
35432026-08-20T03:23:17.530Z[ helios-setup] Aug 20 03:23:16.416 INFO E| Downloaded anstyle-query v1.1.4
35442026-08-20T03:23:17.540Z[ helios-setup] Aug 20 03:23:16.427 INFO E| Downloaded futures-task v0.3.31
35452026-08-20T03:23:17.542Z[ helios-setup] Aug 20 03:23:16.430 INFO E| Downloaded serde_spanned v1.0.3
35462026-08-20T03:23:17.550Z[ helios-setup] Aug 20 03:23:16.437 INFO E| Downloaded deranged v0.5.5
35472026-08-20T03:23:17.553Z[ helios-setup] Aug 20 03:23:16.439 INFO E| Downloaded toml_parser v1.0.4
35482026-08-20T03:23:17.557Z[ helios-setup] Aug 20 03:23:16.445 INFO E| Downloaded pin-utils v0.1.0
35492026-08-20T03:23:17.560Z[ helios-setup] Aug 20 03:23:16.446 INFO E| Downloaded num_enum_derive v0.7.5
35502026-08-20T03:23:17.563Z[ helios-setup] Aug 20 03:23:16.450 INFO E| Downloaded anyhow v1.0.100
35512026-08-20T03:23:17.572Z[ helios-setup] Aug 20 03:23:16.458 INFO E| Downloaded find-msvc-tools v0.1.4
35522026-08-20T03:23:17.580Z[ helios-setup] Aug 20 03:23:16.466 INFO E| Downloaded toml_writer v1.0.4
35532026-08-20T03:23:17.584Z[ helios-setup] Aug 20 03:23:16.468 INFO E| Downloaded pin-project-lite v0.2.16
35542026-08-20T03:23:17.584Z[ helios-setup] Aug 20 03:23:16.471 INFO E| Downloaded flate2 v1.1.5
35552026-08-20T03:23:17.588Z[ helios-setup] Aug 20 03:23:16.474 INFO E| Downloaded simd-adler32 v0.3.7
35562026-08-20T03:23:17.588Z[ helios-setup] Aug 20 03:23:16.475 INFO E| Downloaded bitfield v0.19.3
35572026-08-20T03:23:17.591Z[ helios-setup] Aug 20 03:23:16.475 INFO E| Downloaded proc-macro2 v1.0.103
35582026-08-20T03:23:17.591Z[ helios-setup] Aug 20 03:23:16.477 INFO E| Downloaded cc v1.2.44
35592026-08-20T03:23:17.610Z[ helios-setup] Aug 20 03:23:16.497 INFO E| Downloaded getrandom v0.2.16
35602026-08-20T03:23:17.613Z[ helios-setup] Aug 20 03:23:16.501 INFO E| Downloaded mio v1.1.0
35612026-08-20T03:23:17.640Z[ helios-setup] Aug 20 03:23:16.527 INFO E| Downloaded indexmap v2.12.0
35622026-08-20T03:23:17.662Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35632026-08-20T03:23:17.666Z[ helios-setup] Aug 20 03:23:16.549 INFO E| Downloaded toml_edit v0.23.7
35642026-08-20T03:23:17.676Z[ helios-setup] Aug 20 03:23:16.564 INFO E| Downloaded toml_datetime v0.7.3
35652026-08-20T03:23:17.680Z[ helios-setup] Aug 20 03:23:16.565 INFO E| Downloaded log v0.4.28
35662026-08-20T03:23:17.680Z[ helios-setup] Aug 20 03:23:16.567 INFO E| Downloaded time-macros v0.2.24
35672026-08-20T03:23:17.685Z[ helios-setup] Aug 20 03:23:16.569 INFO E| Downloaded uuid v1.18.1
35682026-08-20T03:23:17.688Z[ helios-setup] Aug 20 03:23:16.571 INFO E| Downloaded socket2 v0.6.1
35692026-08-20T03:23:17.688Z[ helios-setup] Aug 20 03:23:16.573 INFO E| Downloaded bytes v1.10.1
35702026-08-20T03:23:17.688Z[ helios-setup] Aug 20 03:23:16.575 INFO E| Downloaded num-bigint-dig v0.8.4
35712026-08-20T03:23:17.691Z[ helios-setup] Aug 20 03:23:16.579 INFO E| Downloaded typenum v1.19.0
35722026-08-20T03:23:17.695Z[ helios-setup] Aug 20 03:23:16.580 INFO E| Downloaded iddqd v0.3.14
35732026-08-20T03:23:17.698Z[ helios-setup] Aug 20 03:23:16.585 INFO E| Downloaded toml v0.9.8
35742026-08-20T03:23:17.702Z[ helios-setup] Aug 20 03:23:16.587 INFO E| Downloaded rand v0.8.5
35752026-08-20T03:23:17.705Z[ helios-setup] Aug 20 03:23:16.589 INFO E| Downloaded rsa v0.9.8
35762026-08-20T03:23:17.708Z[ helios-setup] Aug 20 03:23:16.593 INFO E| Downloaded memchr v2.7.6
35772026-08-20T03:23:17.718Z[ helios-setup] Aug 20 03:23:16.596 INFO E| Downloaded libm v0.2.15
35782026-08-20T03:23:17.718Z[ helios-setup] Aug 20 03:23:16.603 INFO E| Downloaded time v0.3.44
35792026-08-20T03:23:17.725Z[ helios-setup] Aug 20 03:23:16.608 INFO E| Downloaded hashbrown v0.16.0
35802026-08-20T03:23:17.729Z[ helios-setup] Aug 20 03:23:16.611 INFO E| Downloaded serde_json v1.0.145
35812026-08-20T03:23:17.733Z[ helios-setup] Aug 20 03:23:16.616 INFO E| Downloaded futures-util v0.3.31
35822026-08-20T03:23:17.736Z[ helios-setup] Aug 20 03:23:16.623 INFO E| Downloaded chrono v0.4.42
35832026-08-20T03:23:17.763Z[ helios-setup] Aug 20 03:23:16.650 INFO E| Downloaded unicode-width v0.2.2
35842026-08-20T03:23:17.774Z[ helios-setup] Aug 20 03:23:16.662 INFO E| Downloaded syn v2.0.108
35852026-08-20T03:23:17.809Z[ helios-setup] Aug 20 03:23:16.697 INFO E| Downloaded rustix v1.1.2
35862026-08-20T03:23:17.847Z[ helios-setup] Aug 20 03:23:16.735 INFO E| Downloaded libc v0.2.177
35872026-08-20T03:23:17.869Z[ helios-setup] Aug 20 03:23:16.750 INFO E| Downloaded tokio v1.48.0
35882026-08-20T03:23:17.905Z[ host-package] Compiling signal-hook-tokio v0.3.1
35892026-08-20T03:23:17.993Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling proc-macro2 v1.0.103
35902026-08-20T03:23:17.993Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling unicode-ident v1.0.22
35912026-08-20T03:23:17.993Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling quote v1.0.41
35922026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling libc v0.2.177
35932026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling serde_core v1.0.228
35942026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling cfg-if v1.0.4
35952026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling serde v1.0.228
35962026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling version_check v0.9.5
35972026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling autocfg v1.5.0
35982026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling typenum v1.19.0
35992026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling const-oid v0.9.6
36002026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling libm v0.2.15
36012026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling zerocopy v0.8.27
36022026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling rustversion v1.0.22
36032026-08-20T03:23:17.998Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling smallvec v1.15.1
36042026-08-20T03:23:17.999Z[ helios-setup] Aug 20 03:23:16.880 INFO E| Compiling base64ct v1.8.0
36052026-08-20T03:23:18.176Z[ host-package] Compiling fatfs v0.3.6
36062026-08-20T03:23:18.304Z[ helios-setup] Aug 20 03:23:17.191 INFO E| Compiling zeroize v1.8.2
36072026-08-20T03:23:18.363Z[ host-package] Compiling yasna v0.5.2
36082026-08-20T03:23:18.374Z[ helios-setup] Aug 20 03:23:17.261 INFO E| Compiling byteorder v1.5.0
36092026-08-20T03:23:18.788Z[ helios-setup] Aug 20 03:23:17.676 INFO E| Compiling pem-rfc7468 v0.7.0
36102026-08-20T03:23:18.802Z[ helios-setup] Aug 20 03:23:17.689 INFO E| Compiling num-traits v0.2.19
36112026-08-20T03:23:18.813Z[ helios-setup] Aug 20 03:23:17.701 INFO E| Compiling anyhow v1.0.100
36122026-08-20T03:23:18.945Z[ helios-setup] Aug 20 03:23:17.832 INFO E| Compiling hashbrown v0.16.0
36132026-08-20T03:23:18.984Z[ helios-setup] Aug 20 03:23:17.871 INFO E| Compiling generic-array v0.14.9
36142026-08-20T03:23:19.010Z[ helios-setup] Aug 20 03:23:17.898 INFO E| Compiling flagset v0.4.7
36152026-08-20T03:23:19.054Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36162026-08-20T03:23:19.258Z[ helios-setup] Aug 20 03:23:18.144 INFO E| Compiling utf8parse v0.2.2
36172026-08-20T03:23:19.268Z[ helios-setup] Aug 20 03:23:18.155 INFO E| Compiling crc32fast v1.5.0
36182026-08-20T03:23:19.305Z[ helios-setup] Aug 20 03:23:18.191 INFO E| Compiling winnow v0.7.13
36192026-08-20T03:23:19.357Z[ helios-setup] Aug 20 03:23:18.244 INFO E| Compiling equivalent v1.0.2
36202026-08-20T03:23:20.071Z[ helios-setup] Aug 20 03:23:18.720 INFO E| Compiling memchr v2.7.6
36212026-08-20T03:23:20.071Z[ helios-setup] Aug 20 03:23:18.752 INFO E| Compiling rustix v1.1.2
36222026-08-20T03:23:20.071Z[ helios-setup] Aug 20 03:23:18.761 INFO E| Compiling anstyle-parse v0.2.7
36232026-08-20T03:23:20.071Z[ helios-setup] Aug 20 03:23:18.774 INFO E| Compiling getrandom v0.2.16
36242026-08-20T03:23:20.072Z[ helios-setup] Aug 20 03:23:18.802 INFO E| Compiling errno v0.3.14
36252026-08-20T03:23:20.072Z[ helios-setup] Aug 20 03:23:18.862 INFO E| Compiling is_terminal_polyfill v1.70.2
36262026-08-20T03:23:20.072Z[ helios-setup] Aug 20 03:23:18.869 INFO E| Compiling anstyle-query v1.1.4
36272026-08-20T03:23:20.245Z[ helios-setup] Aug 20 03:23:19.083 INFO E| Compiling rand_core v0.6.4
36282026-08-20T03:23:20.252Z[ helios-setup] Aug 20 03:23:19.092 INFO E| Compiling indexmap v2.12.0
36292026-08-20T03:23:20.252Z[ helios-setup] Aug 20 03:23:19.092 INFO E| Compiling anstyle v1.0.13
36302026-08-20T03:23:20.252Z[ helios-setup] Aug 20 03:23:19.093 INFO E| Compiling allocator-api2 v0.2.21
36312026-08-20T03:23:20.310Z[ helios-setup] Aug 20 03:23:19.187 INFO E| Compiling radium v0.7.0
36322026-08-20T03:23:20.322Z[ helios-setup] Aug 20 03:23:19.187 INFO E| Compiling toml_datetime v0.7.3
36332026-08-20T03:23:20.334Z[ helios-setup] Aug 20 03:23:19.221 INFO E| Compiling find-msvc-tools v0.1.4
36342026-08-20T03:23:20.438Z[ host-package] Compiling assert_matches v1.5.0
36352026-08-20T03:23:20.530Z[ helios-setup] Aug 20 03:23:19.418 INFO E| Compiling colorchoice v1.0.4
36362026-08-20T03:23:20.758Z[ host-package] Compiling seq-macro v0.3.6
36372026-08-20T03:23:20.787Z[ helios-setup] Aug 20 03:23:19.674 INFO E| Compiling syn v1.0.109
36382026-08-20T03:23:20.845Z[ helios-setup] Aug 20 03:23:19.732 INFO E| Compiling shlex v1.3.0
36392026-08-20T03:23:20.941Z[ helios-setup] Aug 20 03:23:19.829 INFO E| Compiling cpufeatures v0.2.17
36402026-08-20T03:23:21.065Z[ helios-setup] Aug 20 03:23:19.952 INFO E| Compiling slog v2.8.2
36412026-08-20T03:23:21.121Z[ helios-setup] Aug 20 03:23:19.993 INFO E| Compiling syn v2.0.108
36422026-08-20T03:23:21.184Z[ host-package] Compiling rcgen v0.12.1
36432026-08-20T03:23:21.215Z[ helios-setup] Aug 20 03:23:20.102 INFO E| Compiling crypto-common v0.1.6
36442026-08-20T03:23:21.228Z[ helios-setup] Aug 20 03:23:20.116 INFO E| Compiling block-buffer v0.10.4
36452026-08-20T03:23:21.257Z[ helios-setup] Aug 20 03:23:20.144 INFO E| Compiling cc v1.2.44
36462026-08-20T03:23:21.262Z[ helios-setup] Aug 20 03:23:20.150 INFO E| Compiling anstream v0.6.21
36472026-08-20T03:23:21.321Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36482026-08-20T03:23:21.477Z[ helios-setup] Aug 20 03:23:20.364 INFO E| Compiling unicode-width v0.2.2
36492026-08-20T03:23:21.499Z[ helios-setup] Aug 20 03:23:20.386 INFO E| Compiling digest v0.10.7
36502026-08-20T03:23:21.562Z[ helios-setup] Aug 20 03:23:20.449 INFO E| Compiling tap v1.0.1
36512026-08-20T03:23:21.790Z[ helios-setup] Aug 20 03:23:20.678 INFO E| Compiling sha2 v0.10.9
36522026-08-20T03:23:21.835Z[ helios-setup] Aug 20 03:23:20.723 INFO E| Compiling futures-sink v0.3.31
36532026-08-20T03:23:21.859Z[ helios-setup] Aug 20 03:23:20.747 INFO E| Compiling pkg-config v0.3.32
36542026-08-20T03:23:22.067Z[ helios-setup] Aug 20 03:23:20.955 INFO E| Compiling maybe-uninit v2.0.0
36552026-08-20T03:23:22.105Z[ helios-setup] Aug 20 03:23:20.993 INFO E| Compiling futures-core v0.3.31
36562026-08-20T03:23:22.209Z[ helios-setup] Aug 20 03:23:21.097 INFO E| Compiling pin-project-lite v0.2.16
36572026-08-20T03:23:22.218Z[ helios-setup] Aug 20 03:23:21.104 INFO E| Compiling parking_lot_core v0.9.12
36582026-08-20T03:23:22.272Z[ helios-setup] Aug 20 03:23:21.160 INFO E| Compiling getopts v0.2.24
36592026-08-20T03:23:22.330Z[ helios-setup] Aug 20 03:23:21.217 INFO E| Compiling toml_parser v1.0.4
36602026-08-20T03:23:22.334Z[ helios-setup] Aug 20 03:23:21.221 INFO E| Compiling futures-channel v0.3.31
36612026-08-20T03:23:22.463Z[ helios-setup] Aug 20 03:23:21.351 INFO E| Compiling num-integer v0.1.46
36622026-08-20T03:23:22.601Z[ helios-setup] Aug 20 03:23:21.488 INFO E| Compiling wyz v0.5.1
36632026-08-20T03:23:22.636Z[ helios-setup] Aug 20 03:23:21.524 INFO E| Compiling ahash v0.8.12
36642026-08-20T03:23:22.865Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36652026-08-20T03:23:22.893Z[ helios-setup] Aug 20 03:23:21.781 INFO E| Compiling time-core v0.1.6
36662026-08-20T03:23:22.932Z[ helios-setup] Aug 20 03:23:21.820 INFO E| Compiling bytes v1.10.1
36672026-08-20T03:23:23.023Z[ helios-setup] Aug 20 03:23:21.908 INFO E| Compiling num-conv v0.1.0
36682026-08-20T03:23:23.026Z[ helios-setup] Aug 20 03:23:21.908 INFO E| Compiling pin-utils v0.1.0
36692026-08-20T03:23:23.103Z[ helios-setup] Aug 20 03:23:21.990 INFO E| Compiling bitflags v2.10.0
36702026-08-20T03:23:23.111Z[ helios-setup] Aug 20 03:23:21.999 INFO E| Compiling itoa v1.0.15
36712026-08-20T03:23:23.150Z[ helios-setup] Aug 20 03:23:22.038 INFO E| Compiling strsim v0.11.1
36722026-08-20T03:23:23.179Z[ helios-setup] Aug 20 03:23:22.066 INFO E| Compiling getrandom v0.3.4
36732026-08-20T03:23:23.192Z[ helios-setup] Aug 20 03:23:22.080 INFO E| Compiling scopeguard v1.2.0
36742026-08-20T03:23:23.202Z[ helios-setup] Aug 20 03:23:22.088 INFO E| Compiling clap_lex v0.7.6
36752026-08-20T03:23:23.241Z[ helios-setup] Aug 20 03:23:22.128 INFO E| Compiling slab v0.4.11
36762026-08-20T03:23:23.300Z[ helios-setup] Aug 20 03:23:22.186 INFO E| Compiling futures-task v0.3.31
36772026-08-20T03:23:23.369Z[ helios-setup] Aug 20 03:23:22.257 INFO E| Compiling toml_edit v0.23.7
36782026-08-20T03:23:23.400Z[ helios-setup] Aug 20 03:23:22.288 INFO E| Compiling powerfmt v0.2.0
36792026-08-20T03:23:23.431Z[ helios-setup] Aug 20 03:23:22.317 INFO E| Compiling spin v0.9.8
36802026-08-20T03:23:23.523Z[ helios-setup] Aug 20 03:23:22.411 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36812026-08-20T03:23:23.712Z[ helios-setup] Aug 20 03:23:22.600 INFO E| Compiling funty v2.0.0
36822026-08-20T03:23:23.854Z[ helios-setup] Aug 20 03:23:22.741 INFO E| Compiling futures-io v0.3.31
36832026-08-20T03:23:24.001Z[ helios-setup] Aug 20 03:23:22.888 INFO E| Compiling packed_struct v0.10.1
36842026-08-20T03:23:24.194Z[ helios-setup] Aug 20 03:23:23.082 INFO E| Compiling num-bigint-dig v0.8.4
36852026-08-20T03:23:24.194Z[ helios-setup] Aug 20 03:23:23.082 INFO E| Compiling heck v0.5.0
36862026-08-20T03:23:24.201Z[ helios-setup] Aug 20 03:23:23.089 INFO E| Compiling thiserror v1.0.69
36872026-08-20T03:23:24.228Z[ helios-setup] Aug 20 03:23:23.116 INFO E| Compiling deranged v0.5.5
36882026-08-20T03:23:24.283Z[ helios-setup] Aug 20 03:23:23.171 INFO E| Compiling proc-macro-crate v3.4.0
36892026-08-20T03:23:24.400Z[ helios-setup] Aug 20 03:23:23.287 INFO E| Compiling lazy_static v1.5.0
36902026-08-20T03:23:24.431Z[ helios-setup] Aug 20 03:23:23.319 INFO E| Compiling lock_api v0.4.14
36912026-08-20T03:23:24.589Z[ helios-setup] Aug 20 03:23:23.476 INFO E| Compiling bitvec v1.0.1
36922026-08-20T03:23:24.677Z[ helios-setup] Aug 20 03:23:23.565 INFO E| Compiling terminal_size v0.4.3
36932026-08-20T03:23:24.724Z[ helios-setup] Aug 20 03:23:23.611 INFO E| Compiling time-macros v0.2.24
36942026-08-20T03:23:24.886Z[ helios-setup] Aug 20 03:23:23.774 INFO E| Compiling clap_builder v4.5.51
36952026-08-20T03:23:25.027Z[ helios-setup] Aug 20 03:23:23.915 INFO E| Compiling num-iter v0.1.45
36962026-08-20T03:23:25.034Z[ helios-setup] Aug 20 03:23:23.922 INFO E| Compiling indexmap v1.9.3
36972026-08-20T03:23:25.104Z[ helios-setup] Aug 20 03:23:23.991 INFO E| Compiling adler2 v2.0.1
36982026-08-20T03:23:25.211Z[ helios-setup] Aug 20 03:23:24.099 INFO E| Compiling serde_json v1.0.145
36992026-08-20T03:23:25.249Z[ helios-setup] Aug 20 03:23:24.137 INFO E| Compiling thiserror v2.0.17
37002026-08-20T03:23:25.359Z[ helios-setup] Aug 20 03:23:24.246 INFO E| Compiling once_cell v1.21.3
37012026-08-20T03:23:25.398Z[ helios-setup] Aug 20 03:23:24.285 INFO E| Compiling simd-adler32 v0.3.7
37022026-08-20T03:23:25.644Z[ helios-setup] Aug 20 03:23:24.532 INFO E| Compiling nodrop v0.1.14
37032026-08-20T03:23:25.648Z[ host-package] Compiling slog-envlogger v2.2.0
37042026-08-20T03:23:25.767Z[ helios-setup] Aug 20 03:23:24.655 INFO E| Compiling iana-time-zone v0.1.64
37052026-08-20T03:23:25.921Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37062026-08-20T03:23:25.968Z[ helios-setup] Aug 20 03:23:24.855 INFO E| Compiling crc-catalog v2.4.0
37072026-08-20T03:23:25.988Z[ helios-setup] Aug 20 03:23:24.872 INFO E| Compiling log v0.4.28
37082026-08-20T03:23:26.115Z[ helios-setup] Aug 20 03:23:25.003 INFO E| Compiling crc v3.3.0
37092026-08-20T03:23:26.136Z[ helios-setup] Aug 20 03:23:25.024 INFO E| Compiling chrono v0.4.42
37102026-08-20T03:23:26.192Z[ helios-setup] Aug 20 03:23:25.080 INFO E| Compiling array-init v0.0.4
37112026-08-20T03:23:26.223Z[ helios-setup] Aug 20 03:23:25.110 INFO E| Compiling miniz_oxide v0.8.9
37122026-08-20T03:23:26.344Z[ helios-setup] Aug 20 03:23:25.229 INFO E| Compiling env_filter v0.1.4
37132026-08-20T03:23:26.431Z[ helios-setup] Aug 20 03:23:25.310 INFO E| Compiling parking_lot v0.12.5
37142026-08-20T03:23:26.452Z[ helios-setup] Aug 20 03:23:25.340 INFO E| Compiling smallvec v0.6.14
37152026-08-20T03:23:26.954Z[ helios-setup] Aug 20 03:23:25.842 INFO E| Compiling serde_spanned v1.0.3
37162026-08-20T03:23:27.138Z[ helios-setup] Aug 20 03:23:25.982 INFO E| Compiling signature v2.2.0
37172026-08-20T03:23:27.220Z[ helios-setup] Aug 20 03:23:26.108 INFO E| Compiling is-terminal v0.4.17
37182026-08-20T03:23:27.234Z[ helios-setup] Aug 20 03:23:26.122 INFO E| Compiling time v0.3.44
37192026-08-20T03:23:27.435Z[ helios-setup] Aug 20 03:23:26.323 INFO E| Compiling socket2 v0.6.1
37202026-08-20T03:23:27.481Z[ helios-setup] Aug 20 03:23:26.369 INFO E| Compiling signal-hook-registry v1.4.6
37212026-08-20T03:23:27.606Z[ helios-setup] Aug 20 03:23:26.494 INFO E| Compiling mio v1.1.0
37222026-08-20T03:23:27.690Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37232026-08-20T03:23:27.693Z[ helios-setup] Aug 20 03:23:26.581 INFO E| Compiling packed_struct_codegen v0.10.1
37242026-08-20T03:23:27.852Z[ helios-setup] Aug 20 03:23:26.740 INFO E| Compiling thread_local v1.1.9
37252026-08-20T03:23:27.906Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37262026-08-20T03:23:27.963Z[ helios-setup] Aug 20 03:23:26.850 INFO E| Compiling base64 v0.21.7
37272026-08-20T03:23:28.022Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37282026-08-20T03:23:28.122Z[ helios-setup] Aug 20 03:23:27.010 INFO E| Compiling toml_writer v1.0.4
37292026-08-20T03:23:28.180Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37302026-08-20T03:23:28.452Z[ helios-setup] Aug 20 03:23:27.339 INFO E| Compiling subtle v2.6.1
37312026-08-20T03:23:28.521Z[ host-package] Compiling port-file v0.1.0
37322026-08-20T03:23:28.567Z[ helios-setup] Aug 20 03:23:27.453 INFO E| Compiling libdevinfo-sys v1.1.0
37332026-08-20T03:23:28.666Z[ helios-setup] Aug 20 03:23:27.553 INFO E| Compiling winnow v0.5.40
37342026-08-20T03:23:28.691Z[ helios-setup] Aug 20 03:23:27.578 INFO E| Compiling ryu v1.0.20
37352026-08-20T03:23:28.757Z[ helios-setup] Aug 20 03:23:27.644 INFO E| Compiling hashbrown v0.12.3
37362026-08-20T03:23:28.966Z[ host-package] Compiling subprocess v0.2.15
37372026-08-20T03:23:29.067Z[ helios-setup] Aug 20 03:23:27.951 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37382026-08-20T03:23:29.088Z[ helios-setup] Aug 20 03:23:27.975 INFO E| Compiling term v1.2.0
37392026-08-20T03:23:29.201Z[ helios-setup] Aug 20 03:23:28.088 INFO E| Compiling bzip2 v0.4.4
37402026-08-20T03:23:29.210Z[ helios-setup] Aug 20 03:23:28.098 INFO E| Compiling flate2 v1.1.5
37412026-08-20T03:23:29.241Z[ helios-setup] Aug 20 03:23:28.128 INFO E| Compiling uuid v1.18.1
37422026-08-20T03:23:29.368Z[ host-package] Compiling rtoolbox v0.0.3
37432026-08-20T03:23:29.409Z[ helios-setup] Aug 20 03:23:28.295 INFO E| Compiling env_logger v0.11.8
37442026-08-20T03:23:29.460Z[ helios-setup] Aug 20 03:23:28.347 INFO E| Compiling foldhash v0.2.0
37452026-08-20T03:23:29.662Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37462026-08-20T03:23:29.786Z[ helios-setup] Aug 20 03:23:28.673 INFO E| Compiling toml v0.9.8
37472026-08-20T03:23:29.799Z[ helios-setup] Aug 20 03:23:28.686 INFO E| Compiling serde_derive v1.0.228
37482026-08-20T03:23:29.875Z[ helios-setup] Aug 20 03:23:28.762 INFO E| Compiling zerocopy-derive v0.8.27
37492026-08-20T03:23:30.132Z[ helios-setup] Aug 20 03:23:29.019 INFO E| Compiling der_derive v0.7.3
37502026-08-20T03:23:30.151Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37512026-08-20T03:23:30.243Z[ helios-setup] Aug 20 03:23:29.130 INFO E| Compiling futures-macro v0.3.31
37522026-08-20T03:23:30.269Z[ helios-setup] Aug 20 03:23:29.156 INFO E| Compiling clap_derive v4.5.49
37532026-08-20T03:23:30.269Z[ helios-setup] Aug 20 03:23:29.156 INFO E| Compiling thiserror-impl v1.0.69
37542026-08-20T03:23:30.371Z[ helios-setup] Aug 20 03:23:29.255 INFO E| Compiling zerocopy-derive v0.6.6
37552026-08-20T03:23:30.803Z[ helios-setup] Aug 20 03:23:29.690 INFO E| Compiling num_enum_derive v0.7.5
37562026-08-20T03:23:31.235Z[ helios-setup] Aug 20 03:23:30.122 INFO E| Compiling bitfield-macros v0.19.3
37572026-08-20T03:23:31.252Z[ host-package] Compiling rpassword v7.5.4
37582026-08-20T03:23:31.466Z[ helios-setup] Aug 20 03:23:30.353 INFO E| Compiling thiserror-impl v2.0.17
37592026-08-20T03:23:31.986Z[ helios-setup] Aug 20 03:23:30.872 INFO E| Compiling tokio-macros v2.6.0
37602026-08-20T03:23:32.389Z[ helios-setup] Aug 20 03:23:31.275 INFO E| Compiling futures-util v0.3.31
37612026-08-20T03:23:32.440Z[ helios-setup] Aug 20 03:23:31.326 INFO E| Compiling der v0.7.10
37622026-08-20T03:23:32.463Z[ helios-setup] Aug 20 03:23:31.351 INFO E| Compiling zerocopy v0.6.6
37632026-08-20T03:23:32.716Z[ helios-setup] Aug 20 03:23:31.604 INFO E| Compiling crc-any v2.5.0
37642026-08-20T03:23:32.744Z[ helios-setup] Aug 20 03:23:31.632 INFO E| Compiling bitfield v0.19.3
37652026-08-20T03:23:33.200Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37662026-08-20T03:23:33.408Z[ helios-setup] Aug 20 03:23:32.295 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37672026-08-20T03:23:33.431Z[ helios-setup] Aug 20 03:23:32.318 INFO E| Compiling num_enum v0.7.5
37682026-08-20T03:23:33.528Z[ helios-setup] Aug 20 03:23:32.415 INFO E| Compiling hex v0.4.3
37692026-08-20T03:23:33.612Z[ helios-setup] Aug 20 03:23:32.499 INFO E| Compiling devinfo v0.1.0
37702026-08-20T03:23:33.656Z[ helios-setup] Aug 20 03:23:32.543 INFO E| Compiling rustc-hash v2.1.1
37712026-08-20T03:23:33.782Z[ helios-setup] Aug 20 03:23:32.668 INFO E| Compiling tokio v1.48.0
37722026-08-20T03:23:33.918Z[ helios-setup] Aug 20 03:23:32.805 INFO E| Compiling clap v4.5.51
37732026-08-20T03:23:34.080Z[ helios-setup] Aug 20 03:23:32.968 INFO E| Compiling spki v0.7.3
37742026-08-20T03:23:34.153Z[ helios-setup] Aug 20 03:23:33.040 INFO E| Compiling bitflags v1.3.2
37752026-08-20T03:23:34.218Z[ helios-setup] Aug 20 03:23:33.106 INFO E| Compiling iddqd v0.3.14
37762026-08-20T03:23:34.245Z[ helios-setup] Aug 20 03:23:33.133 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37772026-08-20T03:23:34.245Z[ helios-setup] Aug 20 03:23:33.133 INFO E| Compiling zip v0.6.6
37782026-08-20T03:23:34.293Z[ helios-setup] Aug 20 03:23:33.181 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37792026-08-20T03:23:34.305Z[ helios-setup] Aug 20 03:23:33.192 INFO E| Compiling path-slash v0.1.5
37802026-08-20T03:23:34.465Z[ helios-setup] Aug 20 03:23:33.352 INFO E| Compiling pkcs8 v0.10.2
37812026-08-20T03:23:34.600Z[ helios-setup] Aug 20 03:23:33.488 INFO E| Compiling x509-cert v0.2.5
37822026-08-20T03:23:34.677Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37832026-08-20T03:23:34.887Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37842026-08-20T03:23:34.912Z[ helios-setup] Aug 20 03:23:33.799 INFO E| Compiling pkcs1 v0.7.5
37852026-08-20T03:23:36.484Z[ helios-setup] Aug 20 03:23:35.371 INFO E| Compiling ppv-lite86 v0.2.21
37862026-08-20T03:23:36.604Z[ helios-setup] Aug 20 03:23:35.450 INFO E| Compiling erased-serde v0.3.31
37872026-08-20T03:23:36.649Z[ helios-setup] Aug 20 03:23:35.536 INFO E| Compiling toml_datetime v0.6.11
37882026-08-20T03:23:36.808Z[ helios-setup] Aug 20 03:23:35.695 INFO E| Compiling serde_spanned v0.6.9
37892026-08-20T03:23:37.185Z[ helios-setup] Aug 20 03:23:36.072 INFO E| Compiling rand_chacha v0.3.1
37902026-08-20T03:23:37.432Z[ helios-setup] Aug 20 03:23:36.319 INFO E| Compiling toml_edit v0.19.15
37912026-08-20T03:23:37.457Z[ host-package] Compiling tui-tree-widget v0.23.1
37922026-08-20T03:23:37.585Z[ helios-setup] Aug 20 03:23:36.472 INFO E| Compiling futures-executor v0.3.31
37932026-08-20T03:23:37.599Z[ helios-setup] Aug 20 03:23:36.487 INFO E| Compiling hashbrown v0.13.2
37942026-08-20T03:23:37.657Z[ helios-setup] Aug 20 03:23:36.545 INFO E| Compiling serde-hex v0.1.0
37952026-08-20T03:23:37.701Z[ helios-setup] Aug 20 03:23:36.589 INFO E| Compiling ron v0.8.1
37962026-08-20T03:23:37.939Z[ helios-setup] Aug 20 03:23:36.825 INFO E| Compiling rand v0.8.5
37972026-08-20T03:23:38.006Z[ helios-setup] Aug 20 03:23:36.894 INFO E| Compiling futures v0.3.31
37982026-08-20T03:23:38.072Z[ helios-setup] Aug 20 03:23:36.960 INFO E| Compiling slog-term v2.9.2
37992026-08-20T03:23:38.096Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38002026-08-20T03:23:38.126Z[ helios-setup] Aug 20 03:23:37.013 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
38012026-08-20T03:23:38.953Z[ helios-setup] Aug 20 03:23:37.840 INFO E| Compiling object v0.30.4
38022026-08-20T03:23:39.378Z[ helios-setup] Aug 20 03:23:38.265 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38032026-08-20T03:23:39.488Z[ helios-setup] Aug 20 03:23:38.376 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38042026-08-20T03:23:39.986Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38052026-08-20T03:23:40.237Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38062026-08-20T03:23:40.725Z[ helios-setup] Aug 20 03:23:39.613 INFO E| Compiling toml v0.7.8
38072026-08-20T03:23:40.905Z[ helios-setup] Aug 20 03:23:39.791 INFO E| Compiling rsa v0.9.8
38082026-08-20T03:23:41.286Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38092026-08-20T03:23:42.130Z[ helios-setup] Aug 20 03:23:41.018 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38102026-08-20T03:23:43.004Z[ helios-setup] Aug 20 03:23:41.891 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38112026-08-20T03:23:43.805Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38122026-08-20T03:23:44.185Z[ host-package] Compiling uzers v0.12.2
38132026-08-20T03:23:44.245Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38142026-08-20T03:23:44.933Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38152026-08-20T03:23:46.732Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38162026-08-20T03:23:47.428Z[ helios-setup] Aug 20 03:23:46.314 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38172026-08-20T03:23:47.956Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38182026-08-20T03:23:48.022Z[ host-package] Compiling support-bundle-viewer v0.1.2
38192026-08-20T03:23:48.589Z[ helios-setup] Aug 20 03:23:47.476 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38202026-08-20T03:23:49.259Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38212026-08-20T03:23:51.081Z[ host-package] Compiling multimap v0.10.1
38222026-08-20T03:23:52.970Z[ helios-setup] Aug 20 03:23:51.857 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38232026-08-20T03:23:58.881Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38242026-08-20T03:24:04.947Z[ helios-setup] Aug 20 03:24:03.816 INFO E| Finished `release` profile [optimized] target(s) in 54.92s
38252026-08-20T03:24:04.964Z[ helios-setup] Aug 20 03:24:03.819 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38262026-08-20T03:24:04.964Z[ helios-setup] Aug 20 03:24:03.819 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38272026-08-20T03:24:05.003Z[ helios-setup] Aug 20 03:24:03.877 INFO building project "pilot" ok (54 seconds)
38282026-08-20T03:24:05.019Z[ helios-setup] rm -f helios-build
38292026-08-20T03:24:05.019Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38302026-08-20T03:24:05.019Z[ helios-setup]
38312026-08-20T03:24:05.019Z[ helios-setup] Setup complete! ./helios-build is now available.
38322026-08-20T03:24:05.019Z[ helios-setup]
38332026-08-20T03:24:05.019Z[ helios-setup]
38342026-08-20T03:24:05.019Z[ helios-setup] real 3:11.480772727
38352026-08-20T03:24:05.019Z[ helios-setup] user 7:05.744094365
38362026-08-20T03:24:05.019Z[ helios-setup] sys 1:19.863039926
38372026-08-20T03:24:05.019Z[ helios-setup] trap 0.541708365
38382026-08-20T03:24:05.019Z[ helios-setup] tflt 2.560734779
38392026-08-20T03:24:05.020Z[ helios-setup] dflt 8.423077866
38402026-08-20T03:24:05.020Z[ helios-setup] kflt 0.005599963
38412026-08-20T03:24:05.020Z[ helios-setup] lock 59:22.377141258
38422026-08-20T03:24:05.020Z[ helios-setup] slp 38:49.684750522
38432026-08-20T03:24:05.020Z[ helios-setup] lat 7:33.345614806
38442026-08-20T03:24:05.020Z[ helios-setup] stop 1:33.079171858
38452026-08-20T03:24:05.020ZAug 20 03:24:03.888 INFO [helios-setup] process exited with exit status: 0 (191.483975449s)
38462026-08-20T03:24:05.020ZAug 20 03:24:03.888 INFO [helios-record] running task
38472026-08-20T03:24:05.020ZAug 20 03:24:03.888 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38482026-08-20T03:24:05.020ZAug 20 03:24:03.893 DEBG process exited with exit status: 0 (4.435543ms)
38492026-08-20T03:24:05.020ZAug 20 03:24:03.893 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38502026-08-20T03:24:05.038ZAug 20 03:24:03.897 DEBG process exited with exit status: 0 (4.576334ms)
38512026-08-20T03:24:05.038ZAug 20 03:24:03.897 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38522026-08-20T03:24:05.038ZAug 20 03:24:03.901 DEBG process exited with exit status: 0 (3.405672ms)
38532026-08-20T03:24:05.039ZAug 20 03:24:03.901 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38542026-08-20T03:24:05.039ZAug 20 03:24:03.904 DEBG process exited with exit status: 0 (3.472583ms)
38552026-08-20T03:24:05.039ZAug 20 03:24:03.904 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38562026-08-20T03:24:05.039ZAug 20 03:24:03.908 DEBG process exited with exit status: 0 (3.137002ms)
38572026-08-20T03:24:05.039ZAug 20 03:24:03.908 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38582026-08-20T03:24:05.039ZAug 20 03:24:03.911 DEBG process exited with exit status: 0 (3.018273ms)
38592026-08-20T03:24:05.039ZAug 20 03:24:03.911 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38602026-08-20T03:24:05.039ZAug 20 03:24:03.914 DEBG process exited with exit status: 0 (2.881822ms)
38612026-08-20T03:24:05.039ZAug 20 03:24:03.914 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38622026-08-20T03:24:05.039ZAug 20 03:24:03.917 DEBG process exited with exit status: 0 (3.049182ms)
38632026-08-20T03:24:05.039ZAug 20 03:24:03.917 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38642026-08-20T03:24:05.039ZAug 20 03:24:03.920 DEBG process exited with exit status: 0 (3.077743ms)
38652026-08-20T03:24:05.039ZAug 20 03:24:03.920 INFO [helios-record] task succeeded (31.633274ms)
38662026-08-20T03:24:06.997Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38672026-08-20T03:24:08.871Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38682026-08-20T03:24:13.690Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38692026-08-20T03:24:15.762Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38702026-08-20T03:33:17.842Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 44s
38712026-08-20T03:33:17.846Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38722026-08-20T03:33:17.846Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38732026-08-20T03:34:21.387ZAug 20 03:34:20.270 INFO [host-package] process exited with exit status: 0 (768.54369046s)
38742026-08-20T03:34:21.387ZAug 20 03:34:20.270 INFO [host-libraries] running task
38752026-08-20T03:34:21.387ZAug 20 03:34:20.270 INFO [host-stamp] running task
38762026-08-20T03:34:21.390ZAug 20 03:34:20.273 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+git62a063c6939
38772026-08-20T03:34:21.390ZAug 20 03:34:20.273 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+git62a063c6939
38782026-08-20T03:34:21.390ZAug 20 03:34:20.274 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+git62a063c6939
38792026-08-20T03:34:21.390ZAug 20 03:34:20.274 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+git62a063c6939
38802026-08-20T03:34:21.390ZAug 20 03:34:20.274 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+git62a063c6939
38812026-08-20T03:34:21.396ZAug 20 03:34:20.275 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+git62a063c6939
38822026-08-20T03:34:21.396ZAug 20 03:34:20.275 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+git62a063c6939
38832026-08-20T03:34:21.396ZAug 20 03:34:20.275 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+git62a063c6939
38842026-08-20T03:34:21.400Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-08-20T03:34:21.400Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-08-20T03:34:21.400Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-20T03:34:21.400Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-20T03:34:21.400Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-20T03:34:21.400Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-20T03:34:21.400Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-20T03:34:21.400Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-20T03:34:21.403Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38932026-08-20T03:34:21.403ZAug 20 03:34:20.287 INFO [stamp-overlay] process exited with exit status: 0 (11.943959ms)
38942026-08-20T03:34:21.409Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38952026-08-20T03:34:21.412ZAug 20 03:34:20.296 INFO [stamp-oxlog] process exited with exit status: 0 (22.206297ms)
38962026-08-20T03:34:21.445Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38972026-08-20T03:34:21.448ZAug 20 03:34:20.332 INFO [stamp-crucible-utils] process exited with exit status: 0 (57.938093ms)
38982026-08-20T03:34:21.459Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38992026-08-20T03:34:21.463ZAug 20 03:34:20.346 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.601264ms)
39002026-08-20T03:34:21.614Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39012026-08-20T03:34:21.617ZAug 20 03:34:20.501 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.929791ms)
39022026-08-20T03:34:21.953Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39032026-08-20T03:34:21.956ZAug 20 03:34:20.840 INFO [stamp-propolis-server] process exited with exit status: 0 (565.487445ms)
39042026-08-20T03:34:22.053Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39052026-08-20T03:34:22.056ZAug 20 03:34:20.940 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (667.081662ms)
39062026-08-20T03:34:23.200ZAug 20 03:34:22.084 INFO [host-libraries] task succeeded (1.813437425s)
39072026-08-20T03:34:23.206ZAug 20 03:34:22.084 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39082026-08-20T03:34:23.209Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39092026-08-20T03:34:24.164Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39102026-08-20T03:34:25.031Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39112026-08-20T03:34:28.509Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39122026-08-20T03:34:28.512ZAug 20 03:34:27.396 INFO [stamp-switch-asic] process exited with exit status: 0 (7.121896954s)
39132026-08-20T03:34:28.512ZAug 20 03:34:27.397 INFO [host-stamp] task succeeded (7.126004957s)
39142026-08-20T03:34:28.512ZAug 20 03:34:27.397 INFO [host-proto] running task
39152026-08-20T03:34:29.007ZAug 20 03:34:27.890 INFO [host-proto] task succeeded (493.859722ms)
39162026-08-20T03:34:29.007ZAug 20 03:34:27.890 INFO [host-profile] running task
39172026-08-20T03:34:29.010ZAug 20 03:34:27.891 INFO [host-profile] task succeeded (227.12µs)
39182026-08-20T03:34:29.010ZAug 20 03:34:27.891 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/.tmpj9tMUi/proto/host/root -N 'ci 62a063c/${os_short_commit} 2026-08-20 03:20' -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/'
39192026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO Checking files for board 'gimlet'
39202026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39212026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39222026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO Checking files for board 'cosmo-mbist-noaggr'
39232026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39242026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO Checking files for board 'cosmo-mbist'
39252026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39262026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO Checking files for board 'cosmo'
39272026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39282026-08-20T03:34:29.013Z[ host-image] Aug 20 03:34:27.897 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39292026-08-20T03:34:29.023Z[ host-image] Aug 20 03:34:27.907 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpj9tMUi/proto/host/root"
39302026-08-20T03:34:29.023Z[ host-image] Aug 20 03:34:27.907 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39312026-08-20T03:34:29.027Z[ host-image] Aug 20 03:34:27.907 INFO image builder template: ramdisk-01-os...
39322026-08-20T03:34:29.027Z[ host-image] Aug 20 03:34:27.907 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/.tmpj9tMUi/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
39332026-08-20T03:34:29.036Z[ host-image] Aug 20 03:34:27.920 INFO O| Aug 20 03:34:27.920 INFO CREATE DATASET: rpool/images/build/host/output
39342026-08-20T03:34:30.343Z[ host-image] Aug 20 03:34:29.226 INFO O| Aug 20 03:34:29.226 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-08-20T03:34:30.346Z[ host-image] Aug 20 03:34:29.230 INFO O| Aug 20 03:34:29.230 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39362026-08-20T03:34:30.586Z[ host-image] Aug 20 03:34:29.470 INFO O| Aug 20 03:34:29.470 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39372026-08-20T03:34:30.634Z[ host-image] Aug 20 03:34:29.518 INFO O| Aug 20 03:34:29.518 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39382026-08-20T03:34:30.634Z[ host-image] Aug 20 03:34:29.518 INFO O| Aug 20 03:34:29.518 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39392026-08-20T03:34:30.637Z[ host-image] Aug 20 03:34:29.518 INFO O| Aug 20 03:34:29.518 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39402026-08-20T03:34:30.637Z[ host-image] Aug 20 03:34:29.518 INFO O| Aug 20 03:34:29.518 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39412026-08-20T03:34:30.640Z[ host-image] Aug 20 03:34:29.524 INFO O| Aug 20 03:34:29.524 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39422026-08-20T03:34:30.872Z[ host-image] Aug 20 03:34:29.756 INFO O| Aug 20 03:34:29.756 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-08-20T03:34:30.878Z[ host-image] Aug 20 03:34:29.762 INFO O| Aug 20 03:34:29.762 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39442026-08-20T03:34:31.153Z[ host-image] Aug 20 03:34:30.037 INFO O| Aug 20 03:34:30.036 INFO O| Caching catalogs ... Done
39452026-08-20T03:34:31.220Z[ host-image] Aug 20 03:34:30.104 INFO O| Aug 20 03:34:30.104 INFO STEP 0 (pkg_image_create) COMPLETE
39462026-08-20T03:34:31.220Z[ host-image] Aug 20 03:34:30.104 INFO O| Aug 20 03:34:30.104 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-20T03:34:31.226Z[ host-image] Aug 20 03:34:30.111 INFO O| Aug 20 03:34:30.111 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"]
39482026-08-20T03:34:31.487Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO STEP 1 (pkg_set_publisher) COMPLETE
39492026-08-20T03:34:31.488Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-20T03:34:31.491Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO skip step because feature "publisher_1_name" is not enabled
39512026-08-20T03:34:31.491Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-20T03:34:31.491Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO skip step because feature "publisher_2_name" is not enabled
39532026-08-20T03:34:31.491Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-20T03:34:31.491Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO skip step because feature "publisher_3_name" is not enabled
39552026-08-20T03:34:31.491Z[ host-image] Aug 20 03:34:30.371 INFO O| Aug 20 03:34:30.371 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-20T03:34:31.727Z[ host-image] Aug 20 03:34:30.611 INFO O| Aug 20 03:34:30.611 INFO variant opensolaris.zone is already global
39572026-08-20T03:34:31.728Z[ host-image] Aug 20 03:34:30.611 INFO O| Aug 20 03:34:30.611 INFO STEP 5 (pkg_change_variant) COMPLETE
39582026-08-20T03:34:31.731Z[ host-image] Aug 20 03:34:30.611 INFO O| Aug 20 03:34:30.611 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-20T03:34:31.964Z[ host-image] Aug 20 03:34:30.847 INFO O| Aug 20 03:34:30.847 INFO variant opensolaris.imagetype is full; changing to partial
39602026-08-20T03:34:31.964Z[ host-image] Aug 20 03:34:30.847 INFO O| Aug 20 03:34:30.847 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39612026-08-20T03:34:33.600Z[ host-image] Aug 20 03:34:32.484 INFO O| Aug 20 03:34:32.484 INFO O| Startup: Refreshing catalog 'helios' ... Done
39622026-08-20T03:34:33.976Z[ host-image] Aug 20 03:34:32.860 INFO O| Aug 20 03:34:32.859 INFO O| Startup: Caching catalogs ... Done
39632026-08-20T03:34:33.989Z[ host-image] Aug 20 03:34:32.873 INFO O| Aug 20 03:34:32.872 INFO O| Planning: Planning completed in 0.00 seconds
39642026-08-20T03:34:33.992Z[ host-image] Aug 20 03:34:32.873 INFO O| Aug 20 03:34:32.873 INFO O| Planning: Consolidating action changes ... Done
39652026-08-20T03:34:33.992Z[ host-image] Aug 20 03:34:32.873 INFO O| Aug 20 03:34:32.873 INFO O| Planning: Evaluating mediators ... Done
39662026-08-20T03:34:33.992Z[ host-image] Aug 20 03:34:32.873 INFO O| Aug 20 03:34:32.873 INFO O| Planning: Planning completed in 0.00 seconds
39672026-08-20T03:34:33.992Z[ host-image] Aug 20 03:34:32.873 INFO O| Aug 20 03:34:32.873 INFO O| Variants/Facets to change: 1
39682026-08-20T03:34:33.997Z[ host-image] Aug 20 03:34:32.882 INFO O| Aug 20 03:34:32.881 INFO O| Finalize: Updating package state database ... Done
39692026-08-20T03:34:33.997Z[ host-image] Aug 20 03:34:32.882 INFO O| Aug 20 03:34:32.882 INFO O| Finalize: Updating package cache ... Done
39702026-08-20T03:34:34.061Z[ host-image] Aug 20 03:34:32.944 INFO O| Aug 20 03:34:32.944 INFO O| Finalize: Updating image state ... Done
39712026-08-20T03:34:34.070Z[ host-image] Aug 20 03:34:32.954 INFO O| Aug 20 03:34:32.954 INFO O| Finalize: Creating fast lookup database ... Done
39722026-08-20T03:34:34.073Z[ host-image] Aug 20 03:34:32.955 INFO O| Aug 20 03:34:32.955 INFO O| Finalize: Reading search index ... Done
39732026-08-20T03:34:34.073Z[ host-image] Aug 20 03:34:32.955 INFO O| Aug 20 03:34:32.955 INFO O| Finalize: Updating search index ... Done
39742026-08-20T03:34:34.073Z[ host-image] Aug 20 03:34:32.955 INFO O| Aug 20 03:34:32.955 INFO O| Finalize: Updating package cache ... Done
39752026-08-20T03:34:34.248Z[ host-image] Aug 20 03:34:33.131 INFO O| Aug 20 03:34:33.131 INFO STEP 6 (pkg_change_variant) COMPLETE
39762026-08-20T03:34:34.249Z[ host-image] Aug 20 03:34:33.131 INFO O| Aug 20 03:34:33.131 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-20T03:34:34.253Z[ host-image] Aug 20 03:34:33.131 INFO O| Aug 20 03:34:33.131 INFO skip step because feature "debug_variant" is not enabled
39782026-08-20T03:34:34.253Z[ host-image] Aug 20 03:34:33.131 INFO O| Aug 20 03:34:33.131 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-20T03:34:34.493Z[ host-image] Aug 20 03:34:33.377 INFO O| Aug 20 03:34:33.377 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39802026-08-20T03:34:35.997Z[ host-image] Aug 20 03:34:34.881 INFO O| Aug 20 03:34:34.881 INFO O| Startup: Refreshing catalog 'helios' ... Done
39812026-08-20T03:34:36.061Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.74s
39822026-08-20T03:34:36.386Z[ host-image] Aug 20 03:34:35.270 INFO O| Aug 20 03:34:35.270 INFO O| Startup: Caching catalogs ... Done
39832026-08-20T03:34:36.400Z[ host-image] Aug 20 03:34:35.283 INFO O| Aug 20 03:34:35.283 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-20T03:34:36.403Z[ host-image] Aug 20 03:34:35.283 INFO O| Aug 20 03:34:35.283 INFO O| Planning: Consolidating action changes ... Done
39852026-08-20T03:34:36.403Z[ host-image] Aug 20 03:34:35.283 INFO O| Aug 20 03:34:35.283 INFO O| Planning: Evaluating mediators ... Done
39862026-08-20T03:34:36.403Z[ host-image] Aug 20 03:34:35.283 INFO O| Aug 20 03:34:35.283 INFO O| Planning: Planning completed in 0.00 seconds
39872026-08-20T03:34:36.403Z[ host-image] Aug 20 03:34:35.284 INFO O| Aug 20 03:34:35.284 INFO O| Variants/Facets to change: 1
39882026-08-20T03:34:36.408Z[ host-image] Aug 20 03:34:35.292 INFO O| Aug 20 03:34:35.292 INFO O| Finalize: Updating package state database ... Done
39892026-08-20T03:34:36.408Z[ host-image] Aug 20 03:34:35.292 INFO O| Aug 20 03:34:35.292 INFO O| Finalize: Updating package cache ... Done
39902026-08-20T03:34:36.471Z[ host-image] Aug 20 03:34:35.355 INFO O| Aug 20 03:34:35.355 INFO O| Finalize: Updating image state ... Done
39912026-08-20T03:34:36.480Z[ host-image] Aug 20 03:34:35.364 INFO O| Aug 20 03:34:35.364 INFO O| Finalize: Creating fast lookup database ... Done
39922026-08-20T03:34:36.483Z[ host-image] Aug 20 03:34:35.364 INFO O| Aug 20 03:34:35.364 INFO O| Finalize: Reading search index ... Done
39932026-08-20T03:34:36.483Z[ host-image] Aug 20 03:34:35.365 INFO O| Aug 20 03:34:35.364 INFO O| Finalize: Updating search index ... Done
39942026-08-20T03:34:36.483Z[ host-image] Aug 20 03:34:35.365 INFO O| Aug 20 03:34:35.365 INFO O| Finalize: Updating package cache ... Done
39952026-08-20T03:34:36.656Z[ host-image] Aug 20 03:34:35.536 INFO O| Aug 20 03:34:35.536 INFO STEP 8 (pkg_change_facet) COMPLETE
39962026-08-20T03:34:36.657Z[ host-image] Aug 20 03:34:35.536 INFO O| Aug 20 03:34:35.536 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-08-20T03:34:36.664Z[ host-image] Aug 20 03:34:35.536 INFO O| Aug 20 03:34:35.536 INFO skip step because feature "recovery" is not enabled
39982026-08-20T03:34:36.664Z[ host-image] Aug 20 03:34:35.536 INFO O| Aug 20 03:34:35.536 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-20T03:34:36.664Z[ host-image] Aug 20 03:34:35.536 INFO O| Aug 20 03:34:35.536 INFO skip step because feature "recovery" is not enabled
40002026-08-20T03:34:36.664Z[ host-image] Aug 20 03:34:35.536 INFO O| Aug 20 03:34:35.536 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-20T03:34:36.664Z[ host-image] Aug 20 03:34:35.544 INFO O| Aug 20 03:34:35.544 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"]
40022026-08-20T03:34:37.784ZAug 20 03:34:36.668 INFO [recovery-package] process exited with exit status: 0 (14.584005903s)
40032026-08-20T03:34:37.784ZAug 20 03:34:36.668 INFO [recovery-libraries] running task
40042026-08-20T03:34:37.784ZAug 20 03:34:36.668 INFO [recovery-stamp] running task
40052026-08-20T03:34:37.787ZAug 20 03:34:36.669 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+git62a063c6939
40062026-08-20T03:34:37.787ZAug 20 03:34:36.669 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git62a063c6939
40072026-08-20T03:34:37.792Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40082026-08-20T03:34:37.795Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40092026-08-20T03:34:37.846ZAug 20 03:34:36.730 INFO [recovery-libraries] task succeeded (61.778277ms)
40102026-08-20T03:34:37.849ZAug 20 03:34:36.730 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40112026-08-20T03:34:37.876Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40122026-08-20T03:34:37.880ZAug 20 03:34:36.763 INFO [stamp-installinator] process exited with exit status: 0 (94.569351ms)
40132026-08-20T03:34:37.942Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40142026-08-20T03:34:37.945ZAug 20 03:34:36.828 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (160.02528ms)
40152026-08-20T03:34:37.945ZAug 20 03:34:36.828 INFO [recovery-stamp] task succeeded (160.18122ms)
40162026-08-20T03:34:37.945ZAug 20 03:34:36.828 INFO [recovery-proto] running task
40172026-08-20T03:34:37.945ZAug 20 03:34:36.828 INFO [tuf-stamp] running task
40182026-08-20T03:34:37.945ZAug 20 03:34:36.829 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+git62a063c6939
40192026-08-20T03:34:37.949ZAug 20 03:34:36.830 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+git62a063c6939
40202026-08-20T03:34:37.949ZAug 20 03:34:36.830 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+git62a063c6939
40212026-08-20T03:34:37.949ZAug 20 03:34:36.831 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+git62a063c6939
40222026-08-20T03:34:37.949ZAug 20 03:34:36.831 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+git62a063c6939
40232026-08-20T03:34:37.949ZAug 20 03:34:36.831 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+git62a063c6939
40242026-08-20T03:34:37.950ZAug 20 03:34:36.831 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+git62a063c6939
40252026-08-20T03:34:37.950ZAug 20 03:34:36.832 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+git62a063c6939
40262026-08-20T03:34:37.950ZAug 20 03:34:36.832 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+git62a063c6939
40272026-08-20T03:34:37.950ZAug 20 03:34:36.832 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+git62a063c6939
40282026-08-20T03:34:37.953ZAug 20 03:34:36.833 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+git62a063c6939
40292026-08-20T03:34:37.953ZAug 20 03:34:36.833 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+git62a063c6939
40302026-08-20T03:34:37.953Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-08-20T03:34:37.956Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-08-20T03:34:37.956Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-20T03:34:37.956Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-08-20T03:34:37.956Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-20T03:34:37.956Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-20T03:34:37.956Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-20T03:34:37.956Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-20T03:34:37.959Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-20T03:34:37.959Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-20T03:34:37.959Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-20T03:34:37.959Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-20T03:34:38.005Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40432026-08-20T03:34:38.009ZAug 20 03:34:36.893 INFO [stamp-probe] process exited with exit status: 0 (60.584775ms)
40442026-08-20T03:34:38.072ZAug 20 03:34:36.956 INFO [recovery-proto] task succeeded (127.302836ms)
40452026-08-20T03:34:38.075ZAug 20 03:34:36.956 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/.tmpj9tMUi/proto/recovery/root -N 'recovery 62a063c/${os_short_commit} 2026-08-20 03:20' -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/'
40462026-08-20T03:34:38.078Z[ recovery-image] Aug 20 03:34:36.963 INFO Checking files for board 'cosmo'
40472026-08-20T03:34:38.078Z[ recovery-image] Aug 20 03:34:36.963 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40482026-08-20T03:34:38.081Z[ recovery-image] Aug 20 03:34:36.963 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40492026-08-20T03:34:38.081Z[ recovery-image] Aug 20 03:34:36.963 INFO Checking files for board 'gimlet'
40502026-08-20T03:34:38.081Z[ recovery-image] Aug 20 03:34:36.963 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40512026-08-20T03:34:38.081Z[ recovery-image] Aug 20 03:34:36.963 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40522026-08-20T03:34:38.081Z[ recovery-image] Aug 20 03:34:36.963 INFO Checking files for board 'cosmo-mbist-noaggr'
40532026-08-20T03:34:38.081Z[ recovery-image] Aug 20 03:34:36.963 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40542026-08-20T03:34:38.082Z[ recovery-image] Aug 20 03:34:36.963 INFO Checking files for board 'cosmo-mbist'
40552026-08-20T03:34:38.082Z[ recovery-image] Aug 20 03:34:36.963 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40562026-08-20T03:34:38.088Z[ recovery-image] Aug 20 03:34:36.973 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpj9tMUi/proto/recovery/root"
40572026-08-20T03:34:38.091Z[ recovery-image] Aug 20 03:34:36.973 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40582026-08-20T03:34:38.091Z[ recovery-image] Aug 20 03:34:36.973 INFO image builder template: ramdisk-01-os...
40592026-08-20T03:34:38.092Z[ recovery-image] Aug 20 03:34:36.973 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/.tmpj9tMUi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40602026-08-20T03:34:38.105Z[ recovery-image] Aug 20 03:34:36.990 INFO O| Aug 20 03:34:36.989 INFO CREATE DATASET: rpool/images/build/recovery/output
40612026-08-20T03:34:38.110Z[ host-image] Aug 20 03:34:36.994 INFO O| Aug 20 03:34:36.994 INFO O| Startup: Refreshing catalog 'helios' ... Done
40622026-08-20T03:34:38.450Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40632026-08-20T03:34:38.470Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40642026-08-20T03:34:38.474ZAug 20 03:34:37.358 INFO [stamp-ntp] process exited with exit status: 0 (526.307257ms)
40652026-08-20T03:34:38.477Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40662026-08-20T03:34:38.537Z[ recovery-image] Aug 20 03:34:37.421 INFO O| Aug 20 03:34:37.421 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40672026-08-20T03:34:38.541Z[ recovery-image] Aug 20 03:34:37.425 INFO O| Aug 20 03:34:37.425 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40682026-08-20T03:34:38.577Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40692026-08-20T03:34:38.580ZAug 20 03:34:37.464 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (633.644737ms)
40702026-08-20T03:34:38.769Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40712026-08-20T03:34:38.772ZAug 20 03:34:37.657 INFO [stamp-internal-dns] process exited with exit status: 0 (827.524664ms)
40722026-08-20T03:34:38.809Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40732026-08-20T03:34:38.812ZAug 20 03:34:37.696 INFO [stamp-external-dns] process exited with exit status: 0 (865.101482ms)
40742026-08-20T03:34:38.862Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40752026-08-20T03:34:38.865ZAug 20 03:34:37.749 INFO [stamp-crucible-zone] process exited with exit status: 0 (917.787422ms)
40762026-08-20T03:34:38.962Z[ host-image] Aug 20 03:34:37.846 INFO O| Aug 20 03:34:37.846 INFO O| Startup: Caching catalogs ... Done
40772026-08-20T03:34:39.068Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40782026-08-20T03:34:39.071ZAug 20 03:34:37.955 INFO [stamp-oximeter] process exited with exit status: 0 (1.124673337s)
40792026-08-20T03:34:39.707Z[ recovery-image] Aug 20 03:34:38.591 INFO O| Aug 20 03:34:38.591 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40802026-08-20T03:34:40.650Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40812026-08-20T03:34:40.653ZAug 20 03:34:39.537 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.705440818s)
40822026-08-20T03:34:40.683Z[ recovery-image] Aug 20 03:34:39.565 INFO O| Aug 20 03:34:39.565 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40832026-08-20T03:34:40.683Z[ recovery-image] Aug 20 03:34:39.565 INFO O| Aug 20 03:34:39.565 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40842026-08-20T03:34:40.686Z[ recovery-image] Aug 20 03:34:39.565 INFO O| Aug 20 03:34:39.565 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40852026-08-20T03:34:40.686Z[ recovery-image] Aug 20 03:34:39.565 INFO O| Aug 20 03:34:39.565 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40862026-08-20T03:34:40.686Z[ recovery-image] Aug 20 03:34:39.569 INFO O| Aug 20 03:34:39.569 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40872026-08-20T03:34:40.869Z[ host-image] Aug 20 03:34:39.753 INFO O| Aug 20 03:34:39.753 INFO O| Planning: Solver setup ... Done
40882026-08-20T03:34:41.048Z[ host-image] Aug 20 03:34:39.932 INFO O| Aug 20 03:34:39.932 INFO O| Planning: Running solver ... Done
40892026-08-20T03:34:41.088Z[ host-image] Aug 20 03:34:39.972 INFO O| Aug 20 03:34:39.972 INFO O| Planning: Finding local manifests ... Done
40902026-08-20T03:34:41.105Z[ host-image] Aug 20 03:34:39.989 INFO O| Aug 20 03:34:39.989 INFO O| Planning: Fetching manifests: 0/130 0% complete
40912026-08-20T03:34:42.781Z[ host-image] Aug 20 03:34:41.664 INFO O| Aug 20 03:34:41.664 INFO O| Planning: Fetching manifests: 130/130 100% complete
40922026-08-20T03:34:42.791Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40932026-08-20T03:34:42.794ZAug 20 03:34:41.678 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.847688951s)
40942026-08-20T03:34:42.898Z[verify-libraries] Compiling match_cfg v0.1.0
40952026-08-20T03:34:42.898Z[verify-libraries] Compiling slog-json v2.6.1
40962026-08-20T03:34:42.898Z[verify-libraries] Compiling debug-ignore v1.0.5
40972026-08-20T03:34:42.903Z[verify-libraries] Compiling progenitor-client v0.14.0
40982026-08-20T03:34:42.903Z[verify-libraries] Compiling sha1 v0.11.0
40992026-08-20T03:34:42.903Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41002026-08-20T03:34:42.903Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41012026-08-20T03:34:42.903Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41022026-08-20T03:34:42.906ZAug 20 03:34:41.789 INFO [stamp-clickhouse] process exited with exit status: 0 (4.956302633s)
41032026-08-20T03:34:42.983Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41042026-08-20T03:34:42.986ZAug 20 03:34:41.870 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.040047155s)
41052026-08-20T03:34:43.138Z[ host-image] Aug 20 03:34:42.022 INFO O| Aug 20 03:34:42.022 INFO O| Planning: Package planning ... Done
41062026-08-20T03:34:43.148Z[verify-libraries] Compiling multer v3.1.0
41072026-08-20T03:34:43.159Z[verify-libraries] Compiling compression-core v0.4.31
41082026-08-20T03:34:43.167Z[verify-libraries] Compiling async-stream-impl v0.3.6
41092026-08-20T03:34:43.170Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41102026-08-20T03:34:43.171Z[verify-libraries] Compiling serde_spanned v1.1.1
41112026-08-20T03:34:43.171Z[verify-libraries] Compiling dropshot v0.17.1
41122026-08-20T03:34:43.355Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41132026-08-20T03:34:43.389Z[verify-libraries] Compiling waitgroup v0.1.2
41142026-08-20T03:34:43.428Z[verify-libraries] Compiling compression-codecs v0.4.37
41152026-08-20T03:34:43.454Z[verify-libraries] Compiling hostname v0.3.1
41162026-08-20T03:34:43.457Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41172026-08-20T03:34:43.479Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41182026-08-20T03:34:43.519Z[verify-libraries] Compiling hostname v0.4.2
41192026-08-20T03:34:43.522Z[verify-libraries] Compiling atomicwrites v0.4.4
41202026-08-20T03:34:43.522Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41212026-08-20T03:34:43.545Z[verify-libraries] Compiling macaddr v1.0.1
41222026-08-20T03:34:43.549Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41232026-08-20T03:34:43.555ZAug 20 03:34:42.437 INFO [stamp-nexus] process exited with exit status: 0 (5.604327241s)
41242026-08-20T03:34:43.555ZAug 20 03:34:42.437 INFO [tuf-stamp] task succeeded (5.608509234s)
41252026-08-20T03:34:43.555ZAug 20 03:34:42.437 INFO [tuf-v2-zones] running task
41262026-08-20T03:34:43.587Z[verify-libraries] Compiling slog-bunyan v2.5.0
41272026-08-20T03:34:43.607Z[ host-image] Aug 20 03:34:42.491 INFO O| Aug 20 03:34:42.491 INFO O| Planning: Merging actions ... Done
41282026-08-20T03:34:43.667ZAug 20 03:34:42.551 INFO [tuf-v2-zones] task succeeded (113.768405ms)
41292026-08-20T03:34:43.670Z[verify-libraries] Compiling async-compression v0.4.41
41302026-08-20T03:34:43.671Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41312026-08-20T03:34:43.671Z[verify-libraries] Compiling regress v0.10.5
41322026-08-20T03:34:43.671Z[verify-libraries] Compiling instant v0.1.13
41332026-08-20T03:34:43.671Z[verify-libraries] Compiling parse-display-derive v0.10.0
41342026-08-20T03:34:43.731Z[ host-image] Aug 20 03:34:42.615 INFO O| Aug 20 03:34:42.614 INFO O| Planning: Checking for conflicting actions ... Done
41352026-08-20T03:34:43.755Z[verify-libraries] Compiling itertools v0.14.0
41362026-08-20T03:34:43.818Z[verify-libraries] Compiling backon v1.6.0
41372026-08-20T03:34:43.822Z[verify-libraries] Compiling backoff v0.4.0
41382026-08-20T03:34:43.844Z[ host-image] Aug 20 03:34:42.728 INFO O| Aug 20 03:34:42.728 INFO O| Planning: Consolidating action changes ... Done
41392026-08-20T03:34:43.858Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41402026-08-20T03:34:43.861Z[verify-libraries] Compiling humantime v2.3.0
41412026-08-20T03:34:43.903Z[verify-libraries] Compiling convert_case v0.4.0
41422026-08-20T03:34:43.912Z[verify-libraries] Compiling half v2.7.1
41432026-08-20T03:34:43.971Z[verify-libraries] Compiling async-stream v0.3.6
41442026-08-20T03:34:44.029Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41452026-08-20T03:34:44.033Z[ host-image] Aug 20 03:34:42.915 INFO O| Aug 20 03:34:42.915 INFO O| Planning: Evaluating mediators ... Done
41462026-08-20T03:34:44.066Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41472026-08-20T03:34:44.106Z[verify-libraries] Compiling progenitor-extras v0.2.0
41482026-08-20T03:34:44.106Z[verify-libraries] Compiling ciborium-io v0.2.2
41492026-08-20T03:34:44.148Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41502026-08-20T03:34:44.232Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41512026-08-20T03:34:44.255Z[verify-libraries] Compiling ciborium-ll v0.2.2
41522026-08-20T03:34:44.259Z[verify-libraries] Compiling indent_write v2.2.0
41532026-08-20T03:34:44.259Z[verify-libraries] Compiling regress v0.11.1
41542026-08-20T03:34:44.327Z[verify-libraries] Compiling secrecy v0.10.3
41552026-08-20T03:34:44.330Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41562026-08-20T03:34:44.372Z[verify-libraries] Compiling derive_more v0.99.20
41572026-08-20T03:34:44.465Z[verify-libraries] Compiling ciborium v0.2.2
41582026-08-20T03:34:44.468Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41592026-08-20T03:34:44.513Z[verify-libraries] Compiling inout v0.1.4
41602026-08-20T03:34:44.558Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41612026-08-20T03:34:44.588Z[verify-libraries] Compiling universal-hash v0.5.1
41622026-08-20T03:34:44.660Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41632026-08-20T03:34:44.744Z[verify-libraries] Compiling cipher v0.4.4
41642026-08-20T03:34:44.766Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41652026-08-20T03:34:44.804Z[verify-libraries] Compiling opaque-debug v0.3.1
41662026-08-20T03:34:44.864Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41672026-08-20T03:34:44.905Z[verify-libraries] Compiling blake2 v0.10.6
41682026-08-20T03:34:44.941Z[verify-libraries] Compiling poly1305 v0.8.0
41692026-08-20T03:34:44.973Z[verify-libraries] Compiling aead v0.5.2
41702026-08-20T03:34:45.100Z[verify-libraries] Compiling chacha20 v0.9.1
41712026-08-20T03:34:45.183Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41722026-08-20T03:34:45.209Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41732026-08-20T03:34:45.233Z[verify-libraries] Compiling password-hash v0.5.0
41742026-08-20T03:34:45.326Z[verify-libraries] Compiling num-derive v0.4.2
41752026-08-20T03:34:45.422Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41762026-08-20T03:34:45.483Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41772026-08-20T03:34:45.511Z[verify-libraries] Compiling rayon-core v1.13.0
41782026-08-20T03:34:45.564Z[verify-libraries] Compiling argon2 v0.5.3
41792026-08-20T03:34:45.568Z[ host-image] Aug 20 03:34:44.451 INFO O| Aug 20 03:34:44.451 INFO O| Planning: Planning completed in 6.59 seconds
41802026-08-20T03:34:45.571Z[ host-image] Aug 20 03:34:44.455 INFO O| Aug 20 03:34:44.453 INFO O| Packages to install: 130
41812026-08-20T03:34:45.571Z[ host-image] Aug 20 03:34:44.455 INFO O| Aug 20 03:34:44.453 INFO O| Mediators to change: 5
41822026-08-20T03:34:45.572Z[ host-image] Aug 20 03:34:44.455 INFO O| Aug 20 03:34:44.453 INFO O| Services to change: 6
41832026-08-20T03:34:45.604Z[ host-image] Aug 20 03:34:44.487 INFO O| Aug 20 03:34:44.487 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41842026-08-20T03:34:45.667Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41852026-08-20T03:34:45.698Z[verify-libraries] Compiling parse-display v0.10.0
41862026-08-20T03:34:45.729Z[verify-libraries] Compiling glob v0.3.3
41872026-08-20T03:34:45.754Z[verify-libraries] Compiling usdt-macro v0.5.0
41882026-08-20T03:34:45.814Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41892026-08-20T03:34:46.009Z[verify-libraries] Compiling typify-impl v0.6.2
41902026-08-20T03:34:46.093Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41912026-08-20T03:34:46.150Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41922026-08-20T03:34:46.200Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41932026-08-20T03:34:46.315Z[verify-libraries] Compiling vsss-rs v3.3.4
41942026-08-20T03:34:46.387Z[verify-libraries] Compiling memmap v0.7.0
41952026-08-20T03:34:46.526Z[verify-libraries] Compiling heapless v0.8.0
41962026-08-20T03:34:46.579Z[ recovery-image] Aug 20 03:34:45.463 INFO O| Aug 20 03:34:45.463 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-08-20T03:34:46.590Z[ recovery-image] Aug 20 03:34:45.473 INFO O| Aug 20 03:34:45.473 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41982026-08-20T03:34:46.692Z[verify-libraries] Compiling proc-macro-error v1.0.4
41992026-08-20T03:34:46.756Z[verify-libraries] Compiling ingot-macros v0.2.0
42002026-08-20T03:34:46.792Z[verify-libraries] Compiling usdt v0.5.0
42012026-08-20T03:34:46.793Z[verify-libraries] Compiling tabwriter v1.4.1
42022026-08-20T03:34:46.850Z[verify-libraries] Compiling hash32 v0.3.1
42032026-08-20T03:34:46.930Z[ recovery-image] Aug 20 03:34:45.813 INFO O| Aug 20 03:34:45.813 INFO O| Caching catalogs ... Done
42042026-08-20T03:34:46.935Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42052026-08-20T03:34:47.026Z[ recovery-image] Aug 20 03:34:45.908 INFO O| Aug 20 03:34:45.908 INFO STEP 0 (pkg_image_create) COMPLETE
42062026-08-20T03:34:47.026Z[ recovery-image] Aug 20 03:34:45.908 INFO O| Aug 20 03:34:45.908 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42072026-08-20T03:34:47.035Z[ recovery-image] Aug 20 03:34:45.918 INFO O| Aug 20 03:34:45.918 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"]
42082026-08-20T03:34:47.087Z[verify-libraries] Compiling smoltcp v0.11.0
42092026-08-20T03:34:47.120Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42102026-08-20T03:34:47.142Z[verify-libraries] Compiling cobs v0.3.0
42112026-08-20T03:34:47.164Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42122026-08-20T03:34:47.169Z[verify-libraries] Compiling colored v3.1.1
42132026-08-20T03:34:47.201Z[verify-libraries] Compiling rayon v1.11.0
42142026-08-20T03:34:47.269Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42152026-08-20T03:34:47.383Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO STEP 1 (pkg_set_publisher) COMPLETE
42162026-08-20T03:34:47.383Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-08-20T03:34:47.383Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO skip step because feature "publisher_1_name" is not enabled
42182026-08-20T03:34:47.387Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42192026-08-20T03:34:47.387Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO skip step because feature "publisher_2_name" is not enabled
42202026-08-20T03:34:47.387Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42212026-08-20T03:34:47.387Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO skip step because feature "publisher_3_name" is not enabled
42222026-08-20T03:34:47.387Z[ recovery-image] Aug 20 03:34:46.267 INFO O| Aug 20 03:34:46.267 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42232026-08-20T03:34:47.410Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42242026-08-20T03:34:47.442Z[verify-libraries] Compiling postcard v1.1.3
42252026-08-20T03:34:47.557Z[verify-libraries] Compiling rand v0.10.1
42262026-08-20T03:34:47.560Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42272026-08-20T03:34:47.599Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42282026-08-20T03:34:47.602Z[verify-libraries] Compiling num_enum_derive v0.7.6
42292026-08-20T03:34:47.659Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42302026-08-20T03:34:47.714Z[ recovery-image] Aug 20 03:34:46.597 INFO O| Aug 20 03:34:46.597 INFO variant opensolaris.zone is already global
42312026-08-20T03:34:47.714Z[ recovery-image] Aug 20 03:34:46.597 INFO O| Aug 20 03:34:46.597 INFO STEP 5 (pkg_change_variant) COMPLETE
42322026-08-20T03:34:47.714Z[ recovery-image] Aug 20 03:34:46.597 INFO O| Aug 20 03:34:46.597 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-08-20T03:34:47.755Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42342026-08-20T03:34:47.822Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42352026-08-20T03:34:47.988Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42362026-08-20T03:34:48.031Z[ recovery-image] Aug 20 03:34:46.915 INFO O| Aug 20 03:34:46.915 INFO variant opensolaris.imagetype is full; changing to partial
42372026-08-20T03:34:48.031Z[ recovery-image] Aug 20 03:34:46.915 INFO O| Aug 20 03:34:46.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42382026-08-20T03:34:48.075Z[verify-libraries] Compiling num_enum_derive v0.5.11
42392026-08-20T03:34:48.185Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42402026-08-20T03:34:48.295Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42412026-08-20T03:34:48.324Z[verify-libraries] Compiling foreign-types v0.5.0
42422026-08-20T03:34:48.346Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42432026-08-20T03:34:48.350Z[verify-libraries] Compiling cstr-argument v0.1.2
42442026-08-20T03:34:48.424Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42452026-08-20T03:34:48.455Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42462026-08-20T03:34:48.491Z[verify-libraries] Compiling sigpipe v0.1.3
42472026-08-20T03:34:48.564Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42482026-08-20T03:34:48.629Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42492026-08-20T03:34:48.657Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42502026-08-20T03:34:48.724Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42512026-08-20T03:34:48.883Z[verify-libraries] Compiling num_enum v0.7.6
42522026-08-20T03:34:48.934Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42532026-08-20T03:34:48.934Z[verify-libraries] Compiling itertools v0.12.1
42542026-08-20T03:34:48.937Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42552026-08-20T03:34:48.937Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42562026-08-20T03:34:48.937Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42572026-08-20T03:34:49.058Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42582026-08-20T03:34:49.062Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42592026-08-20T03:34:49.171Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42602026-08-20T03:34:49.219Z[verify-libraries] Compiling toml v0.8.23
42612026-08-20T03:34:49.222Z[verify-libraries] Compiling smf v0.2.3
42622026-08-20T03:34:49.298Z[verify-libraries] Compiling num_enum v0.5.11
42632026-08-20T03:34:49.358Z[verify-libraries] Compiling whoami v1.6.1
42642026-08-20T03:34:49.462Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42652026-08-20T03:34:49.485Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42662026-08-20T03:34:49.522Z[verify-libraries] Compiling derive-where v1.6.0
42672026-08-20T03:34:49.557Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42682026-08-20T03:34:49.832Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42692026-08-20T03:34:49.850Z[ recovery-image] Aug 20 03:34:48.734 INFO O| Aug 20 03:34:48.734 INFO O| Startup: Refreshing catalog 'helios' ... Done
42702026-08-20T03:34:49.883Z[verify-libraries] Compiling ingot-types v0.2.0
42712026-08-20T03:34:49.886Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42722026-08-20T03:34:49.920Z[verify-libraries] Compiling gethostname v0.5.0
42732026-08-20T03:34:49.942Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42742026-08-20T03:34:50.013Z[verify-libraries] Compiling newline-converter v0.3.0
42752026-08-20T03:34:50.067Z[verify-libraries] Compiling console v0.15.11
42762026-08-20T03:34:50.106Z[verify-libraries] Compiling resolv-conf v0.7.6
42772026-08-20T03:34:50.113Z[verify-libraries] Compiling linear-map v1.2.0
42782026-08-20T03:34:50.153Z[verify-libraries] Compiling num-rational v0.4.2
42792026-08-20T03:34:50.280Z[verify-libraries] Compiling zone v0.3.1
42802026-08-20T03:34:50.303Z[verify-libraries] Compiling num-complex v0.4.6
42812026-08-20T03:34:50.382Z[ recovery-image] Aug 20 03:34:49.265 INFO O| Aug 20 03:34:49.265 INFO O| Startup: Caching catalogs ... Done
42822026-08-20T03:34:50.399Z[ recovery-image] Aug 20 03:34:49.283 INFO O| Aug 20 03:34:49.283 INFO O| Planning: Planning completed in 0.00 seconds
42832026-08-20T03:34:50.402Z[ recovery-image] Aug 20 03:34:49.284 INFO O| Aug 20 03:34:49.284 INFO O| Planning: Consolidating action changes ... Done
42842026-08-20T03:34:50.402Z[ recovery-image] Aug 20 03:34:49.284 INFO O| Aug 20 03:34:49.284 INFO O| Planning: Evaluating mediators ... Done
42852026-08-20T03:34:50.402Z[ recovery-image] Aug 20 03:34:49.284 INFO O| Aug 20 03:34:49.284 INFO O| Planning: Planning completed in 0.00 seconds
42862026-08-20T03:34:50.402Z[ recovery-image] Aug 20 03:34:49.284 INFO O| Aug 20 03:34:49.284 INFO O| Variants/Facets to change: 1
42872026-08-20T03:34:50.411Z[verify-libraries] Compiling slog-dtrace v0.3.0
42882026-08-20T03:34:50.541Z[verify-libraries] Compiling ingot v0.2.1
42892026-08-20T03:34:50.562Z[verify-libraries] Compiling prettyplease v0.2.37
42902026-08-20T03:34:50.604Z[ host-image] Aug 20 03:34:49.488 INFO O| Aug 20 03:34:49.487 INFO O| Download: 11675/23887 items 99.1/222.8MB 44% complete (19.9M/s)
42912026-08-20T03:34:50.623Z[verify-libraries] Compiling expectorate v1.2.0
42922026-08-20T03:34:50.722Z[ recovery-image] Aug 20 03:34:49.606 INFO O| Aug 20 03:34:49.601 INFO O| Finalize: Updating package state database ... Done
42932026-08-20T03:34:50.722Z[ recovery-image] Aug 20 03:34:49.606 INFO O| Aug 20 03:34:49.601 INFO O| Finalize: Updating package cache ... Done
42942026-08-20T03:34:50.786Z[ recovery-image] Aug 20 03:34:49.670 INFO O| Aug 20 03:34:49.669 INFO O| Finalize: Updating image state ... Done
42952026-08-20T03:34:50.797Z[ recovery-image] Aug 20 03:34:49.681 INFO O| Aug 20 03:34:49.681 INFO O| Finalize: Creating fast lookup database ... Done
42962026-08-20T03:34:50.800Z[ recovery-image] Aug 20 03:34:49.682 INFO O| Aug 20 03:34:49.682 INFO O| Finalize: Reading search index ... Done
42972026-08-20T03:34:50.800Z[ recovery-image] Aug 20 03:34:49.682 INFO O| Aug 20 03:34:49.682 INFO O| Finalize: Updating search index ... Done
42982026-08-20T03:34:50.800Z[ recovery-image] Aug 20 03:34:49.683 INFO O| Aug 20 03:34:49.683 INFO O| Finalize: Updating package cache ... Done
42992026-08-20T03:34:50.847Z[verify-libraries] Compiling num v0.4.3
43002026-08-20T03:34:50.871Z[verify-libraries] Compiling float-ord v0.3.2
43012026-08-20T03:34:50.917Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43022026-08-20T03:34:50.917Z[verify-libraries] Compiling linked-hash-map v0.5.6
43032026-08-20T03:34:50.979Z[verify-libraries] Compiling typify-macro v0.6.2
43042026-08-20T03:34:51.004Z[verify-libraries] Compiling hickory-proto v0.24.4
43052026-08-20T03:34:51.063Z[verify-libraries] Compiling convert_case v0.10.0
43062026-08-20T03:34:51.066Z[verify-libraries] Compiling minimal-lexical v0.2.1
43072026-08-20T03:34:51.069Z[ recovery-image] Aug 20 03:34:49.953 INFO O| Aug 20 03:34:49.953 INFO STEP 6 (pkg_change_variant) COMPLETE
43082026-08-20T03:34:51.069Z[ recovery-image] Aug 20 03:34:49.953 INFO O| Aug 20 03:34:49.953 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43092026-08-20T03:34:51.072Z[ recovery-image] Aug 20 03:34:49.953 INFO O| Aug 20 03:34:49.953 INFO skip step because feature "debug_variant" is not enabled
43102026-08-20T03:34:51.072Z[ recovery-image] Aug 20 03:34:49.953 INFO O| Aug 20 03:34:49.953 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43112026-08-20T03:34:51.124Z[verify-libraries] Compiling unicode-xid v0.2.6
43122026-08-20T03:34:51.127Z[verify-libraries] Compiling tabled_derive v0.7.0
43132026-08-20T03:34:51.180Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43142026-08-20T03:34:51.230Z[verify-libraries] Compiling lru-cache v0.1.2
43152026-08-20T03:34:51.281Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43162026-08-20T03:34:51.319Z[verify-libraries] Compiling fd-lock v4.0.4
43172026-08-20T03:34:51.416Z[verify-libraries] Compiling nom v7.1.3
43182026-08-20T03:34:51.426Z[ recovery-image] Aug 20 03:34:50.309 INFO O| Aug 20 03:34:50.309 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43192026-08-20T03:34:51.481Z[verify-libraries] Compiling derive_more-impl v2.1.1
43202026-08-20T03:34:51.544Z[verify-libraries] Compiling vte v0.14.1
43212026-08-20T03:34:51.591Z[verify-libraries] Compiling display-error-chain v0.2.2
43222026-08-20T03:34:51.627Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43232026-08-20T03:34:51.801Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43242026-08-20T03:34:51.804Z[verify-libraries] Compiling stacker v0.1.23
43252026-08-20T03:34:51.888Z[verify-libraries] Compiling cfg_aliases v0.1.1
43262026-08-20T03:34:51.991Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43272026-08-20T03:34:52.014Z[verify-libraries] Compiling reedline v0.40.0
43282026-08-20T03:34:52.069Z[verify-libraries] Compiling nix v0.28.0
43292026-08-20T03:34:52.238Z[verify-libraries] Compiling psm v0.1.30
43302026-08-20T03:34:52.265Z[verify-libraries] Compiling semver v0.1.20
43312026-08-20T03:34:52.296Z[verify-libraries] Compiling tabled v0.15.0
43322026-08-20T03:34:52.331Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43332026-08-20T03:34:52.357Z[verify-libraries] Compiling termtree v0.5.1
43342026-08-20T03:34:52.451Z[verify-libraries] Compiling derive_more v2.1.1
43352026-08-20T03:34:52.554Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43362026-08-20T03:34:52.616Z[verify-libraries] Compiling rustc_version v0.1.7
43372026-08-20T03:34:52.640Z[verify-libraries] Compiling crossterm v0.29.0
43382026-08-20T03:34:52.643Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43392026-08-20T03:34:52.709Z[verify-libraries] Compiling phf_shared v0.12.1
43402026-08-20T03:34:52.713Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43412026-08-20T03:34:52.888Z[verify-libraries] Compiling nibble_vec v0.1.0
43422026-08-20T03:34:52.921Z[verify-libraries] Compiling endian-type v0.1.2
43432026-08-20T03:34:52.994Z[verify-libraries] Compiling chrono-tz v0.10.4
43442026-08-20T03:34:53.021Z[verify-libraries] Compiling typify v0.6.2
43452026-08-20T03:34:53.024Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43462026-08-20T03:34:53.046Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43472026-08-20T03:34:53.103Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43482026-08-20T03:34:53.106Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43492026-08-20T03:34:53.152Z[verify-libraries] Compiling progenitor-impl v0.14.0
43502026-08-20T03:34:53.218Z[verify-libraries] Compiling hickory-resolver v0.24.4
43512026-08-20T03:34:53.362Z[verify-libraries] Compiling highway v1.3.0
43522026-08-20T03:34:53.405Z[ recovery-image] Aug 20 03:34:52.288 INFO O| Aug 20 03:34:52.288 INFO O| Startup: Refreshing catalog 'helios' ... Done
43532026-08-20T03:34:53.845Z[verify-libraries] Compiling recursive v0.1.1
43542026-08-20T03:34:53.861Z[ recovery-image] Aug 20 03:34:52.743 INFO O| Aug 20 03:34:52.743 INFO O| Startup: Caching catalogs ... Done
43552026-08-20T03:34:53.876Z[ recovery-image] Aug 20 03:34:52.758 INFO O| Aug 20 03:34:52.758 INFO O| Planning: Planning completed in 0.00 seconds
43562026-08-20T03:34:53.879Z[ recovery-image] Aug 20 03:34:52.758 INFO O| Aug 20 03:34:52.758 INFO O| Planning: Consolidating action changes ... Done
43572026-08-20T03:34:53.879Z[ recovery-image] Aug 20 03:34:52.758 INFO O| Aug 20 03:34:52.758 INFO O| Planning: Evaluating mediators ... Done
43582026-08-20T03:34:53.879Z[ recovery-image] Aug 20 03:34:52.759 INFO O| Aug 20 03:34:52.759 INFO O| Planning: Planning completed in 0.00 seconds
43592026-08-20T03:34:53.879Z[ recovery-image] Aug 20 03:34:52.759 INFO O| Aug 20 03:34:52.759 INFO O| Variants/Facets to change: 1
43602026-08-20T03:34:53.894Z[ recovery-image] Aug 20 03:34:52.777 INFO O| Aug 20 03:34:52.777 INFO O| Finalize: Updating package state database ... Done
43612026-08-20T03:34:53.894Z[ recovery-image] Aug 20 03:34:52.777 INFO O| Aug 20 03:34:52.777 INFO O| Finalize: Updating package cache ... Done
43622026-08-20T03:34:53.918Z[verify-libraries] Compiling radix_trie v0.2.1
43632026-08-20T03:34:53.967Z[verify-libraries] Compiling newtype_derive v0.1.6
43642026-08-20T03:34:53.982Z[ recovery-image] Aug 20 03:34:52.865 INFO O| Aug 20 03:34:52.865 INFO O| Finalize: Updating image state ... Done
43652026-08-20T03:34:53.997Z[ recovery-image] Aug 20 03:34:52.880 INFO O| Aug 20 03:34:52.880 INFO O| Finalize: Creating fast lookup database ... Done
43662026-08-20T03:34:54.002Z[ recovery-image] Aug 20 03:34:52.881 INFO O| Aug 20 03:34:52.881 INFO O| Finalize: Reading search index ... Done
43672026-08-20T03:34:54.002Z[ recovery-image] Aug 20 03:34:52.881 INFO O| Aug 20 03:34:52.881 INFO O| Finalize: Updating search index ... Done
43682026-08-20T03:34:54.002Z[ recovery-image] Aug 20 03:34:52.882 INFO O| Aug 20 03:34:52.882 INFO O| Finalize: Updating package cache ... Done
43692026-08-20T03:34:54.037Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43702026-08-20T03:34:54.069Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43712026-08-20T03:34:54.166Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43722026-08-20T03:34:54.258Z[ recovery-image] Aug 20 03:34:53.141 INFO O| Aug 20 03:34:53.141 INFO STEP 8 (pkg_change_facet) COMPLETE
43732026-08-20T03:34:54.258Z[ recovery-image] Aug 20 03:34:53.141 INFO O| Aug 20 03:34:53.141 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43742026-08-20T03:34:54.296Z[verify-libraries] Compiling phf v0.12.1
43752026-08-20T03:34:54.466Z[verify-libraries] Compiling qorb v0.4.1
43762026-08-20T03:34:54.581Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43772026-08-20T03:34:54.610Z[ recovery-image] Aug 20 03:34:53.493 INFO O| Aug 20 03:34:53.493 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43782026-08-20T03:34:54.613Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43792026-08-20T03:34:54.923Z[verify-libraries] Compiling peg-macros v0.8.5
43802026-08-20T03:34:54.963Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43812026-08-20T03:34:54.987Z[verify-libraries] Compiling csv-core v0.1.13
43822026-08-20T03:34:55.266Z[verify-libraries] Compiling winnow v0.6.26
43832026-08-20T03:34:55.431Z[verify-libraries] Compiling unicode_categories v0.1.1
43842026-08-20T03:34:55.614Z[ host-image] Aug 20 03:34:54.497 INFO O| Aug 20 03:34:54.497 INFO O| Download: 23004/23887 items 215.4/222.8MB 96% complete (21.6M/s)
43852026-08-20T03:34:55.707Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43862026-08-20T03:34:55.741Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43872026-08-20T03:34:55.771Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43882026-08-20T03:34:55.848Z[verify-libraries] Compiling home v0.5.12
43892026-08-20T03:34:56.040Z[verify-libraries] Compiling rustyline v14.0.0
43902026-08-20T03:34:56.073Z[verify-libraries] Compiling sqlparser v0.61.0
43912026-08-20T03:34:56.076Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43922026-08-20T03:34:56.128Z[ host-image] Aug 20 03:34:55.011 INFO O| Aug 20 03:34:55.011 INFO O| Download: Completed 222.83 MB in 10.52 seconds (21.1M/s)
43932026-08-20T03:34:56.140Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43942026-08-20T03:34:56.182Z[verify-libraries] Compiling const_format v0.2.35
43952026-08-20T03:34:56.221Z[verify-libraries] Compiling csv v1.4.0
43962026-08-20T03:34:56.353Z[verify-libraries] Compiling progenitor-macro v0.14.0
43972026-08-20T03:34:56.646Z[ recovery-image] Aug 20 03:34:55.530 INFO O| Aug 20 03:34:55.530 INFO O| Startup: Refreshing catalog 'helios' ... Done
43982026-08-20T03:34:56.700Z[verify-libraries] Compiling bcs v0.1.6
43992026-08-20T03:34:56.741Z[ host-image] Aug 20 03:34:55.624 INFO O| Aug 20 03:34:55.624 INFO O| Actions: 1/54180 actions (Installing new actions)
44002026-08-20T03:34:56.783Z[verify-libraries] Compiling sqlformat v0.3.5
44012026-08-20T03:34:56.816Z[verify-libraries] Compiling peg v0.8.5
44022026-08-20T03:34:56.908Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44032026-08-20T03:34:56.975Z[verify-libraries] Compiling nom v8.0.0
44042026-08-20T03:34:57.015Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44052026-08-20T03:34:57.018Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44062026-08-20T03:34:57.077Z[ recovery-image] Aug 20 03:34:55.958 INFO O| Aug 20 03:34:55.958 INFO O| Startup: Caching catalogs ... Done
44072026-08-20T03:34:57.090Z[ recovery-image] Aug 20 03:34:55.973 INFO O| Aug 20 03:34:55.973 INFO O| Planning: Planning completed in 0.00 seconds
44082026-08-20T03:34:57.093Z[ recovery-image] Aug 20 03:34:55.974 INFO O| Aug 20 03:34:55.974 INFO O| Planning: Consolidating action changes ... Done
44092026-08-20T03:34:57.093Z[ recovery-image] Aug 20 03:34:55.974 INFO O| Aug 20 03:34:55.974 INFO O| Planning: Evaluating mediators ... Done
44102026-08-20T03:34:57.093Z[ recovery-image] Aug 20 03:34:55.974 INFO O| Aug 20 03:34:55.974 INFO O| Planning: Planning completed in 0.00 seconds
44112026-08-20T03:34:57.093Z[ recovery-image] Aug 20 03:34:55.975 INFO O| Aug 20 03:34:55.975 INFO O| Variants/Facets to change: 1
44122026-08-20T03:34:57.101Z[ recovery-image] Aug 20 03:34:55.985 INFO O| Aug 20 03:34:55.985 INFO O| Finalize: Updating package state database ... Done
44132026-08-20T03:34:57.101Z[ recovery-image] Aug 20 03:34:55.985 INFO O| Aug 20 03:34:55.985 INFO O| Finalize: Updating package cache ... Done
44142026-08-20T03:34:57.129Z[verify-libraries] Compiling steno v0.4.1
44152026-08-20T03:34:57.169Z[ recovery-image] Aug 20 03:34:56.052 INFO O| Aug 20 03:34:56.052 INFO O| Finalize: Updating image state ... Done
44162026-08-20T03:34:57.174Z[verify-libraries] Compiling sha1 v0.10.6
44172026-08-20T03:34:57.183Z[ recovery-image] Aug 20 03:34:56.067 INFO O| Aug 20 03:34:56.066 INFO O| Finalize: Creating fast lookup database ... Done
44182026-08-20T03:34:57.183Z[ recovery-image] Aug 20 03:34:56.067 INFO O| Aug 20 03:34:56.067 INFO O| Finalize: Reading search index ... Done
44192026-08-20T03:34:57.183Z[ recovery-image] Aug 20 03:34:56.067 INFO O| Aug 20 03:34:56.067 INFO O| Finalize: Updating search index ... Done
44202026-08-20T03:34:57.186Z[ recovery-image] Aug 20 03:34:56.068 INFO O| Aug 20 03:34:56.068 INFO O| Finalize: Updating package cache ... Done
44212026-08-20T03:34:57.242Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44222026-08-20T03:34:57.494Z[ recovery-image] Aug 20 03:34:56.378 INFO O| Aug 20 03:34:56.378 INFO STEP 9 (pkg_change_facet) COMPLETE
44232026-08-20T03:34:57.494Z[ recovery-image] Aug 20 03:34:56.378 INFO O| Aug 20 03:34:56.378 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44242026-08-20T03:34:57.503Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44252026-08-20T03:34:57.652Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44262026-08-20T03:34:57.747Z[verify-libraries] Compiling tagptr v0.2.0
44272026-08-20T03:34:57.812Z[ recovery-image] Aug 20 03:34:56.695 INFO O| Aug 20 03:34:56.695 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44282026-08-20T03:34:57.876Z[verify-libraries] Compiling utf-8 v0.7.6
44292026-08-20T03:34:57.989Z[verify-libraries] Compiling moka v0.12.13
44302026-08-20T03:34:58.023Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44312026-08-20T03:34:58.060Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44322026-08-20T03:34:58.098Z[verify-libraries] Compiling tungstenite v0.21.0
44332026-08-20T03:34:58.124Z[verify-libraries] Compiling libefi-sys v0.1.0
44342026-08-20T03:34:58.148Z[verify-libraries] Compiling bitfield-struct v0.6.2
44352026-08-20T03:34:58.148Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44362026-08-20T03:34:58.275Z[verify-libraries] Compiling xshell-macros v0.2.7
44372026-08-20T03:34:58.306Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44382026-08-20T03:34:58.613Z[verify-libraries] Compiling libscf-sys v1.2.0
44392026-08-20T03:34:58.675Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44402026-08-20T03:34:58.781Z[verify-libraries] Compiling hickory-resolver v0.25.2
44412026-08-20T03:34:58.842Z[verify-libraries] Compiling xshell v0.2.7
44422026-08-20T03:34:58.886Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44432026-08-20T03:34:58.943Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44442026-08-20T03:34:58.968Z[verify-libraries] Compiling papergrid v0.18.0
44452026-08-20T03:34:59.026Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44462026-08-20T03:34:59.026Z[verify-libraries] Compiling sha2 v0.11.0
44472026-08-20T03:34:59.160Z[verify-libraries] Compiling subprocess v0.2.15
44482026-08-20T03:34:59.191Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44492026-08-20T03:34:59.358Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44502026-08-20T03:34:59.430Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44512026-08-20T03:34:59.481Z[ recovery-image] Aug 20 03:34:58.365 INFO O| Aug 20 03:34:58.365 INFO O| Startup: Refreshing catalog 'helios' ... Done
44522026-08-20T03:34:59.527Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44532026-08-20T03:34:59.607Z[verify-libraries] Compiling headers-core v0.3.0
44542026-08-20T03:34:59.967Z[verify-libraries] Compiling unicase v2.9.0
44552026-08-20T03:35:00.039Z[verify-libraries] Compiling headers v0.4.1
44562026-08-20T03:35:00.055Z[ recovery-image] Aug 20 03:34:58.939 INFO O| Aug 20 03:34:58.939 INFO O| Startup: Caching catalogs ... Done
44572026-08-20T03:35:00.070Z[ recovery-image] Aug 20 03:34:58.954 INFO O| Aug 20 03:34:58.954 INFO O| Planning: Planning completed in 0.00 seconds
44582026-08-20T03:35:00.073Z[ recovery-image] Aug 20 03:34:58.955 INFO O| Aug 20 03:34:58.954 INFO O| Planning: Consolidating action changes ... Done
44592026-08-20T03:35:00.074Z[ recovery-image] Aug 20 03:34:58.955 INFO O| Aug 20 03:34:58.954 INFO O| Planning: Evaluating mediators ... Done
44602026-08-20T03:35:00.074Z[ recovery-image] Aug 20 03:34:58.955 INFO O| Aug 20 03:34:58.955 INFO O| Planning: Planning completed in 0.00 seconds
44612026-08-20T03:35:00.074Z[ recovery-image] Aug 20 03:34:58.955 INFO O| Aug 20 03:34:58.955 INFO O| Variants/Facets to change: 1
44622026-08-20T03:35:00.083Z[ recovery-image] Aug 20 03:34:58.967 INFO O| Aug 20 03:34:58.967 INFO O| Finalize: Updating package state database ... Done
44632026-08-20T03:35:00.086Z[ recovery-image] Aug 20 03:34:58.967 INFO O| Aug 20 03:34:58.967 INFO O| Finalize: Updating package cache ... Done
44642026-08-20T03:35:00.149Z[ recovery-image] Aug 20 03:34:59.033 INFO O| Aug 20 03:34:59.033 INFO O| Finalize: Updating image state ... Done
44652026-08-20T03:35:00.160Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44662026-08-20T03:35:00.165Z[ recovery-image] Aug 20 03:34:59.049 INFO O| Aug 20 03:34:59.049 INFO O| Finalize: Creating fast lookup database ... Done
44672026-08-20T03:35:00.169Z[ recovery-image] Aug 20 03:34:59.049 INFO O| Aug 20 03:34:59.049 INFO O| Finalize: Reading search index ... Done
44682026-08-20T03:35:00.169Z[ recovery-image] Aug 20 03:34:59.049 INFO O| Aug 20 03:34:59.049 INFO O| Finalize: Updating search index ... Done
44692026-08-20T03:35:00.169Z[ recovery-image] Aug 20 03:34:59.051 INFO O| Aug 20 03:34:59.050 INFO O| Finalize: Updating package cache ... Done
44702026-08-20T03:35:00.212Z[verify-libraries] Compiling tabled v0.21.0
44712026-08-20T03:35:00.286Z[verify-libraries] Compiling darling_core v0.21.3
44722026-08-20T03:35:00.324Z[verify-libraries] Compiling crc8 v0.1.1
44732026-08-20T03:35:00.451Z[ recovery-image] Aug 20 03:34:59.333 INFO O| Aug 20 03:34:59.333 INFO STEP 10 (pkg_change_facet) COMPLETE
44742026-08-20T03:35:00.451Z[ recovery-image] Aug 20 03:34:59.333 INFO O| Aug 20 03:34:59.333 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44752026-08-20T03:35:00.461Z[ recovery-image] Aug 20 03:34:59.344 INFO O| Aug 20 03:34:59.344 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"]
44762026-08-20T03:35:00.630Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44772026-08-20T03:35:00.731Z[verify-libraries] Compiling maplit v1.0.2
44782026-08-20T03:35:00.885Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44792026-08-20T03:35:00.929Z[verify-libraries] Compiling yasna v0.5.2
44802026-08-20T03:35:01.052Z[verify-libraries] Compiling vergen-lib v0.1.6
44812026-08-20T03:35:01.137Z[verify-libraries] Compiling diesel_derives v2.3.7
44822026-08-20T03:35:01.300Z[verify-libraries] Compiling port-file v0.1.0
44832026-08-20T03:35:01.423Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44842026-08-20T03:35:01.490Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44852026-08-20T03:35:01.532Z[verify-libraries] Compiling rcgen v0.12.1
44862026-08-20T03:35:01.654Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44872026-08-20T03:35:01.691Z[verify-libraries] Compiling half v1.8.3
44882026-08-20T03:35:01.753Z[ host-image] Aug 20 03:35:00.624 INFO O| Aug 20 03:35:00.624 INFO O| Actions: 23347/54180 actions (Installing new actions)
44892026-08-20T03:35:01.848Z[verify-libraries] Compiling r2d2 v0.8.10
44902026-08-20T03:35:01.975Z[verify-libraries] Compiling serde_cbor v0.11.2
44912026-08-20T03:35:02.062Z[verify-libraries] Compiling progenitor v0.14.0
44922026-08-20T03:35:02.201Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44932026-08-20T03:35:02.319Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44942026-08-20T03:35:02.393Z[verify-libraries] Compiling cpubits v0.1.1
44952026-08-20T03:35:02.441Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44962026-08-20T03:35:02.481Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44972026-08-20T03:35:02.556Z[ recovery-image] Aug 20 03:35:01.439 INFO O| Aug 20 03:35:01.439 INFO O| Startup: Refreshing catalog 'helios' ... Done
44982026-08-20T03:35:02.572Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44992026-08-20T03:35:02.621Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45002026-08-20T03:35:02.648Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45012026-08-20T03:35:02.848Z[verify-libraries] Compiling crunchy v0.2.4
45022026-08-20T03:35:02.872Z[verify-libraries] Compiling downcast-rs v2.0.2
45032026-08-20T03:35:03.054Z[verify-libraries] Compiling dirs-next v2.0.0
45042026-08-20T03:35:03.174Z[ recovery-image] Aug 20 03:35:02.055 INFO O| Aug 20 03:35:02.054 INFO O| Startup: Caching catalogs ... Done
45052026-08-20T03:35:03.181Z[verify-libraries] Compiling clang-sys v1.8.1
45062026-08-20T03:35:03.181Z[verify-libraries] Compiling darling_macro v0.21.3
45072026-08-20T03:35:03.250Z[verify-libraries] Compiling tiny-keccak v2.0.2
45082026-08-20T03:35:03.308Z[verify-libraries] Compiling term v0.7.0
45092026-08-20T03:35:03.418Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45102026-08-20T03:35:03.450Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45112026-08-20T03:35:03.499Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45122026-08-20T03:35:03.614Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45132026-08-20T03:35:03.750Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45142026-08-20T03:35:03.838Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45152026-08-20T03:35:03.843Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45162026-08-20T03:35:03.887Z[verify-libraries] Compiling diff v0.1.13
45172026-08-20T03:35:03.921Z[verify-libraries] Compiling darling v0.21.3
45182026-08-20T03:35:04.022Z[verify-libraries] Compiling bit-vec v0.6.3
45192026-08-20T03:35:04.079Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45202026-08-20T03:35:04.082Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45212026-08-20T03:35:04.125Z[verify-libraries] Compiling ascii-canvas v3.0.0
45222026-08-20T03:35:04.220Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45232026-08-20T03:35:04.312Z[verify-libraries] Compiling bit-set v0.5.3
45242026-08-20T03:35:04.349Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45252026-08-20T03:35:04.534Z[verify-libraries] Compiling itertools v0.10.5
45262026-08-20T03:35:04.576Z[verify-libraries] Compiling libloading v0.8.9
45272026-08-20T03:35:04.576Z[verify-libraries] Compiling ena v0.14.4
45282026-08-20T03:35:04.667Z[ host-image] Aug 20 03:35:03.551 INFO O| Aug 20 03:35:03.550 INFO O| Actions: Completed 54180 actions in 7.92 seconds.
45292026-08-20T03:35:04.685Z[verify-libraries] Compiling regex-syntax v0.6.29
45302026-08-20T03:35:04.688Z[verify-libraries] Compiling bindgen v0.71.1
45312026-08-20T03:35:04.763Z[ host-image] Aug 20 03:35:03.647 INFO O| Aug 20 03:35:03.644 INFO O| Finalize: Updating package state database ... Done
45322026-08-20T03:35:04.763Z[ host-image] Aug 20 03:35:03.647 INFO O| Aug 20 03:35:03.644 INFO O| Finalize: Updating package cache ... Done
45332026-08-20T03:35:04.894Z[ host-image] Aug 20 03:35:03.771 INFO O| Aug 20 03:35:03.771 INFO O| Finalize: Updating image state ... Done
45342026-08-20T03:35:04.935Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45352026-08-20T03:35:04.940Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45362026-08-20T03:35:05.061Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45372026-08-20T03:35:05.171Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45382026-08-20T03:35:05.205Z[verify-libraries] Compiling cexpr v0.6.0
45392026-08-20T03:35:05.208Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45402026-08-20T03:35:05.272Z[ recovery-image] Aug 20 03:35:04.155 INFO O| Aug 20 03:35:04.155 INFO O| Planning: Solver setup ... Done
45412026-08-20T03:35:05.355Z[verify-libraries] Compiling rustc-hash v2.1.1
45422026-08-20T03:35:05.433Z[verify-libraries] Compiling rfc6979 v0.4.0
45432026-08-20T03:35:05.461Z[ recovery-image] Aug 20 03:35:04.344 INFO O| Aug 20 03:35:04.344 INFO O| Planning: Running solver ... Done
45442026-08-20T03:35:05.506Z[ recovery-image] Aug 20 03:35:04.390 INFO O| Aug 20 03:35:04.390 INFO O| Planning: Finding local manifests ... Done
45452026-08-20T03:35:05.573Z[ recovery-image] Aug 20 03:35:04.456 INFO O| Aug 20 03:35:04.456 INFO O| Planning: Fetching manifests: 0/130 0% complete
45462026-08-20T03:35:05.576Z[verify-libraries] Compiling libxml v0.3.3
45472026-08-20T03:35:05.658Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45482026-08-20T03:35:05.705Z[verify-libraries] Compiling ecdsa v0.16.9
45492026-08-20T03:35:05.726Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45502026-08-20T03:35:05.730Z[verify-libraries] Compiling strum_macros v0.24.3
45512026-08-20T03:35:05.828Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45522026-08-20T03:35:05.858Z[ host-image] Aug 20 03:35:04.742 INFO O| Aug 20 03:35:04.742 INFO O| Finalize: Creating fast lookup database ... Done
45532026-08-20T03:35:05.884Z[ host-image] Aug 20 03:35:04.768 INFO O| Aug 20 03:35:04.768 INFO O| Finalize: Reading search index ... Done
45542026-08-20T03:35:05.975Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45552026-08-20T03:35:06.052Z[verify-libraries] Compiling primeorder v0.13.6
45562026-08-20T03:35:06.111Z[verify-libraries] Compiling lalrpop v0.19.12
45572026-08-20T03:35:06.231Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45582026-08-20T03:35:06.270Z[verify-libraries] Compiling hashbrown v0.14.5
45592026-08-20T03:35:06.425Z[verify-libraries] Compiling hmac v0.13.0
45602026-08-20T03:35:06.705Z[verify-libraries] Compiling universal-hash v0.6.1
45612026-08-20T03:35:06.971Z[verify-libraries] Compiling fxhash v0.2.1
45622026-08-20T03:35:07.023Z[verify-libraries] Compiling salty v0.3.0
45632026-08-20T03:35:07.077Z[verify-libraries] Compiling indoc v1.0.9
45642026-08-20T03:35:07.150Z[verify-libraries] Compiling chumsky v0.9.3
45652026-08-20T03:35:07.228Z[verify-libraries] Compiling knus-derive v3.4.0
45662026-08-20T03:35:07.417Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45672026-08-20T03:35:07.834Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45682026-08-20T03:35:07.915Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45692026-08-20T03:35:08.691Z[ host-image] Aug 20 03:35:07.574 INFO O| Aug 20 03:35:07.574 INFO O| Finalize: Building new search index ... Done
45702026-08-20T03:35:08.833Z[verify-libraries] Compiling p384 v0.13.1
45712026-08-20T03:35:08.938Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45722026-08-20T03:35:09.143Z[ host-image] Aug 20 03:35:08.027 INFO O| Aug 20 03:35:08.027 INFO O| Finalize: Updating package cache ... Done
45732026-08-20T03:35:09.508Z[ host-image] Aug 20 03:35:08.391 INFO O| Aug 20 03:35:08.391 INFO STEP 11 (pkg_install) COMPLETE
45742026-08-20T03:35:09.508Z[ host-image] Aug 20 03:35:08.391 INFO O| Aug 20 03:35:08.391 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45752026-08-20T03:35:09.517Z[ host-image] Aug 20 03:35:08.401 INFO O| Aug 20 03:35:08.401 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"]
45762026-08-20T03:35:09.530Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45772026-08-20T03:35:09.562Z[verify-libraries] Compiling progenitor-impl v0.13.0
45782026-08-20T03:35:09.620Z[ recovery-image] Aug 20 03:35:08.504 INFO O| Aug 20 03:35:08.504 INFO O| Planning: Fetching manifests: 130/130 100% complete
45792026-08-20T03:35:09.889Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45802026-08-20T03:35:10.063Z[ recovery-image] Aug 20 03:35:08.946 INFO O| Aug 20 03:35:08.946 INFO O| Planning: Package planning ... Done
45812026-08-20T03:35:10.144Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45822026-08-20T03:35:10.236Z[ recovery-image] Aug 20 03:35:09.120 INFO O| Aug 20 03:35:09.120 INFO O| Planning: Merging actions ... Done
45832026-08-20T03:35:10.264Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45842026-08-20T03:35:10.474Z[verify-libraries] Compiling oso-derive v0.27.3
45852026-08-20T03:35:10.500Z[ recovery-image] Aug 20 03:35:09.383 INFO O| Aug 20 03:35:09.383 INFO O| Planning: Checking for conflicting actions ... Done
45862026-08-20T03:35:10.558Z[ recovery-image] Aug 20 03:35:09.442 INFO O| Aug 20 03:35:09.442 INFO O| Planning: Consolidating action changes ... Done
45872026-08-20T03:35:10.679Z[verify-libraries] Compiling diesel v2.3.7
45882026-08-20T03:35:10.693Z[ recovery-image] Aug 20 03:35:09.576 INFO O| Aug 20 03:35:09.576 INFO O| Planning: Evaluating mediators ... Done
45892026-08-20T03:35:11.054Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45902026-08-20T03:35:11.105Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45912026-08-20T03:35:11.172Z[verify-libraries] Compiling quick-xml v0.37.5
45922026-08-20T03:35:11.491Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45932026-08-20T03:35:11.568Z[ host-image] Aug 20 03:35:10.451 INFO O| Aug 20 03:35:10.451 INFO O| Startup: Refreshing catalog 'helios' ... Done
45942026-08-20T03:35:11.825Z[verify-libraries] Compiling openssl-probe v0.1.6
45952026-08-20T03:35:12.184Z[verify-libraries] Compiling knus v3.4.0
45962026-08-20T03:35:12.188Z[ host-image] Aug 20 03:35:11.072 INFO O| Aug 20 03:35:11.072 INFO O| Startup: Caching catalogs ... Done
45972026-08-20T03:35:12.295Z[ recovery-image] Aug 20 03:35:11.177 INFO O| Aug 20 03:35:11.177 INFO O| Planning: Planning completed in 9.11 seconds
45982026-08-20T03:35:12.298Z[ recovery-image] Aug 20 03:35:11.179 INFO O| Aug 20 03:35:11.179 INFO O| Packages to install: 130
45992026-08-20T03:35:12.298Z[ recovery-image] Aug 20 03:35:11.179 INFO O| Aug 20 03:35:11.179 INFO O| Mediators to change: 5
46002026-08-20T03:35:12.298Z[ recovery-image] Aug 20 03:35:11.179 INFO O| Aug 20 03:35:11.179 INFO O| Services to change: 5
46012026-08-20T03:35:12.325Z[ recovery-image] Aug 20 03:35:11.209 INFO O| Aug 20 03:35:11.209 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46022026-08-20T03:35:12.701Z[verify-libraries] Compiling progenitor-macro v0.13.0
46032026-08-20T03:35:12.724Z[ host-image] Aug 20 03:35:11.607 INFO O| Aug 20 03:35:11.607 INFO O| Planning: Solver setup ... Done
46042026-08-20T03:35:12.729Z[ host-image] Aug 20 03:35:11.613 INFO O| Aug 20 03:35:11.613 INFO O| Planning: Running solver ... Done
46052026-08-20T03:35:12.744Z[ host-image] Aug 20 03:35:11.627 INFO O| Aug 20 03:35:11.627 INFO O| Planning: Finding local manifests ... Done
46062026-08-20T03:35:12.795Z[ host-image] Aug 20 03:35:11.679 INFO O| Aug 20 03:35:11.679 INFO O| Planning: Fetching manifests: 0/6 0% complete
46072026-08-20T03:35:12.851Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46082026-08-20T03:35:12.871Z[ host-image] Aug 20 03:35:11.754 INFO O| Aug 20 03:35:11.754 INFO O| Planning: Fetching manifests: 6/6 100% complete
46092026-08-20T03:35:12.895Z[ host-image] Aug 20 03:35:11.779 INFO O| Aug 20 03:35:11.779 INFO O| Planning: Package planning ... Done
46102026-08-20T03:35:12.898Z[ host-image] Aug 20 03:35:11.781 INFO O| Aug 20 03:35:11.781 INFO O| Planning: Merging actions ... Done
46112026-08-20T03:35:13.066Z[ host-image] Aug 20 03:35:11.949 INFO O| Aug 20 03:35:11.949 INFO O| Planning: Checking for conflicting actions ... Done
46122026-08-20T03:35:13.069Z[ host-image] Aug 20 03:35:11.951 INFO O| Aug 20 03:35:11.951 INFO O| Planning: Consolidating action changes ... Done
46132026-08-20T03:35:13.213Z[ host-image] Aug 20 03:35:12.097 INFO O| Aug 20 03:35:12.097 INFO O| Planning: Evaluating mediators ... Done
46142026-08-20T03:35:13.216Z[ host-image] Aug 20 03:35:12.099 INFO O| Aug 20 03:35:12.099 INFO O| Planning: Planning completed in 1.01 seconds
46152026-08-20T03:35:13.217Z[ host-image] Aug 20 03:35:12.099 INFO O| Aug 20 03:35:12.099 INFO O| Packages to install: 6
46162026-08-20T03:35:13.217Z[ host-image] Aug 20 03:35:12.099 INFO O| Aug 20 03:35:12.099 INFO O| Services to change: 2
46172026-08-20T03:35:13.227Z[ host-image] Aug 20 03:35:12.110 INFO O| Aug 20 03:35:12.110 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46182026-08-20T03:35:13.293Z[verify-libraries] Compiling polyval v0.7.1
46192026-08-20T03:35:13.357Z[verify-libraries] Compiling der v0.8.0
46202026-08-20T03:35:13.384Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46212026-08-20T03:35:13.438Z[ host-image] Aug 20 03:35:12.321 INFO O| Aug 20 03:35:12.321 INFO O| Download: Completed 1.75 MB in 0.21 seconds (8.3M/s)
46222026-08-20T03:35:13.477Z[ host-image] Aug 20 03:35:12.361 INFO O| Aug 20 03:35:12.360 INFO O| Actions: 1/390 actions (Installing new actions)
46232026-08-20T03:35:13.482Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46242026-08-20T03:35:13.629Z[ host-image] Aug 20 03:35:12.512 INFO O| Aug 20 03:35:12.512 INFO O| Actions: Completed 390 actions in 0.15 seconds.
46252026-08-20T03:35:13.661Z[verify-libraries] Compiling progenitor-client v0.13.0
46262026-08-20T03:35:13.674Z[ host-image] Aug 20 03:35:12.557 INFO O| Aug 20 03:35:12.557 INFO O| Finalize: Updating package state database ... Done
46272026-08-20T03:35:13.674Z[ host-image] Aug 20 03:35:12.557 INFO O| Aug 20 03:35:12.557 INFO O| Finalize: Updating package cache ... Done
46282026-08-20T03:35:13.774Z[ host-image] Aug 20 03:35:12.658 INFO O| Aug 20 03:35:12.658 INFO O| Finalize: Updating image state ... Done
46292026-08-20T03:35:14.051Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46302026-08-20T03:35:14.239Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46312026-08-20T03:35:14.317Z[verify-libraries] Compiling git-stub v1.0.0
46322026-08-20T03:35:14.419Z[verify-libraries] Compiling kstat-rs v0.2.5
46332026-08-20T03:35:14.478Z[verify-libraries] Compiling trait-variant v0.1.2
46342026-08-20T03:35:14.577Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46352026-08-20T03:35:14.707Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46362026-08-20T03:35:14.809Z[ host-image] Aug 20 03:35:13.692 INFO O| Aug 20 03:35:13.692 INFO O| Finalize: Creating fast lookup database ... Done
46372026-08-20T03:35:14.828Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46382026-08-20T03:35:14.838Z[ host-image] Aug 20 03:35:13.722 INFO O| Aug 20 03:35:13.722 INFO O| Finalize: Reading search index ... Done
46392026-08-20T03:35:14.838Z[ host-image] Aug 20 03:35:13.722 INFO O| Aug 20 03:35:13.722 INFO O| Finalize: Updating search index ... Done
46402026-08-20T03:35:14.866Z[ host-image] Aug 20 03:35:13.749 INFO O| Aug 20 03:35:13.744 INFO O| Finalize: Updating package cache ... Done
46412026-08-20T03:35:14.869Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46422026-08-20T03:35:15.018Z[verify-libraries] Compiling ghash v0.6.0
46432026-08-20T03:35:15.132Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46442026-08-20T03:35:15.136Z[ host-image] Aug 20 03:35:14.020 INFO O| Aug 20 03:35:14.020 INFO STEP 12 (pkg_install) COMPLETE
46452026-08-20T03:35:15.136Z[ host-image] Aug 20 03:35:14.020 INFO O| Aug 20 03:35:14.020 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46462026-08-20T03:35:15.146Z[ host-image] Aug 20 03:35:14.029 INFO O| Aug 20 03:35:14.029 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46472026-08-20T03:35:15.173Z[verify-libraries] Compiling pbkdf2 v0.13.0
46482026-08-20T03:35:15.302Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46492026-08-20T03:35:15.326Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46502026-08-20T03:35:15.368Z[verify-libraries] Compiling crypto-bigint v0.7.5
46512026-08-20T03:35:15.372Z[verify-libraries] Compiling aes v0.9.1
46522026-08-20T03:35:15.452Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46532026-08-20T03:35:15.759Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46542026-08-20T03:35:16.022Z[verify-libraries] Compiling ctr v0.10.1
46552026-08-20T03:35:16.154Z[verify-libraries] Compiling aead v0.6.1
46562026-08-20T03:35:16.249Z[verify-libraries] Compiling bb8 v0.8.6
46572026-08-20T03:35:16.348Z[verify-libraries] Compiling parking_lot_core v0.8.6
46582026-08-20T03:35:16.542Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46592026-08-20T03:35:16.591Z[verify-libraries] Compiling aes-gcm v0.11.0
46602026-08-20T03:35:16.852Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46612026-08-20T03:35:17.053Z[verify-libraries] Compiling spki v0.8.0
46622026-08-20T03:35:17.118Z[verify-libraries] Compiling mime_guess v2.0.5
46632026-08-20T03:35:17.258Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46642026-08-20T03:35:17.333Z[ recovery-image] Aug 20 03:35:16.217 INFO O| Aug 20 03:35:16.217 INFO O| Download: 8496/16682 items 86.2/200.0MB 43% complete (17.3M/s)
46652026-08-20T03:35:17.347Z[ host-image] Aug 20 03:35:16.231 INFO O| Aug 20 03:35:16.231 INFO O| Startup: Refreshing catalog 'helios' ... Done
46662026-08-20T03:35:17.422Z[verify-libraries] Compiling salsa20 v0.11.0
46672026-08-20T03:35:17.566Z[verify-libraries] Compiling nanorand v0.7.0
46682026-08-20T03:35:17.688Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46692026-08-20T03:35:17.755Z[verify-libraries] Compiling scrypt v0.12.0
46702026-08-20T03:35:17.785Z[ host-image] Aug 20 03:35:16.669 INFO O| Aug 20 03:35:16.669 INFO O| Startup: Caching catalogs ... Done
46712026-08-20T03:35:17.936Z[verify-libraries] Compiling flume v0.11.1
46722026-08-20T03:35:17.940Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46732026-08-20T03:35:18.073Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46742026-08-20T03:35:18.141Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46752026-08-20T03:35:18.201Z[ host-image] Aug 20 03:35:17.084 INFO O| Aug 20 03:35:17.084 INFO O| Planning: Solver setup ... Done
46762026-08-20T03:35:18.207Z[ host-image] Aug 20 03:35:17.090 INFO O| Aug 20 03:35:17.090 INFO O| Planning: Running solver ... Done
46772026-08-20T03:35:18.222Z[ host-image] Aug 20 03:35:17.106 INFO O| Aug 20 03:35:17.106 INFO O| Planning: Finding local manifests ... Done
46782026-08-20T03:35:18.234Z[verify-libraries] Compiling cbc v0.2.1
46792026-08-20T03:35:18.237Z[ host-image] Aug 20 03:35:17.120 INFO O| Aug 20 03:35:17.120 INFO O| Planning: Fetching manifests: 0/6 0% complete
46802026-08-20T03:35:18.320Z[ host-image] Aug 20 03:35:17.203 INFO O| Aug 20 03:35:17.203 INFO O| Planning: Fetching manifests: 6/6 100% complete
46812026-08-20T03:35:18.325Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46822026-08-20T03:35:18.350Z[ host-image] Aug 20 03:35:17.234 INFO O| Aug 20 03:35:17.234 INFO O| Planning: Package planning ... Done
46832026-08-20T03:35:18.360Z[ host-image] Aug 20 03:35:17.243 INFO O| Aug 20 03:35:17.243 INFO O| Planning: Merging actions ... Done
46842026-08-20T03:35:18.363Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46852026-08-20T03:35:18.467Z[verify-libraries] Compiling http-range v0.1.5
46862026-08-20T03:35:18.515Z[ host-image] Aug 20 03:35:17.398 INFO O| Aug 20 03:35:17.398 INFO O| Planning: Checking for conflicting actions ... Done
46872026-08-20T03:35:18.518Z[ host-image] Aug 20 03:35:17.401 INFO O| Aug 20 03:35:17.401 INFO O| Planning: Consolidating action changes ... Done
46882026-08-20T03:35:18.528Z[verify-libraries] Compiling corncobs v0.1.4
46892026-08-20T03:35:18.620Z[verify-libraries] Compiling progenitor v0.13.0
46902026-08-20T03:35:18.676Z[ host-image] Aug 20 03:35:17.559 INFO O| Aug 20 03:35:17.559 INFO O| Planning: Evaluating mediators ... Done
46912026-08-20T03:35:18.679Z[ host-image] Aug 20 03:35:17.562 INFO O| Aug 20 03:35:17.562 INFO O| Planning: Planning completed in 0.88 seconds
46922026-08-20T03:35:18.679Z[ host-image] Aug 20 03:35:17.562 INFO O| Aug 20 03:35:17.562 INFO O| Packages to install: 6
46932026-08-20T03:35:18.679Z[ host-image] Aug 20 03:35:17.562 INFO O| Aug 20 03:35:17.562 INFO O| Mediators to change: 1
46942026-08-20T03:35:18.679Z[ host-image] Aug 20 03:35:17.562 INFO O| Aug 20 03:35:17.562 INFO O| Services to change: 1
46952026-08-20T03:35:18.682Z[verify-libraries] Compiling nonempty v0.12.0
46962026-08-20T03:35:18.691Z[ host-image] Aug 20 03:35:17.575 INFO O| Aug 20 03:35:17.575 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46972026-08-20T03:35:18.743Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46982026-08-20T03:35:18.773Z[verify-libraries] Compiling pkcs5 v0.8.1
46992026-08-20T03:35:18.805Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47002026-08-20T03:35:18.847Z[verify-libraries] Compiling parking_lot v0.11.2
47012026-08-20T03:35:18.936Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47022026-08-20T03:35:19.220Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47032026-08-20T03:35:19.342Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47042026-08-20T03:35:19.376Z[ host-image] Aug 20 03:35:18.259 INFO O| Aug 20 03:35:18.259 INFO O| Download: Completed 7.84 MB in 0.68 seconds (11.5M/s)
47052026-08-20T03:35:19.404Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47062026-08-20T03:35:19.411Z[ host-image] Aug 20 03:35:18.295 INFO O| Aug 20 03:35:18.295 INFO O| Actions: 1/1366 actions (Installing new actions)
47072026-08-20T03:35:19.492Z[verify-libraries] Compiling digest-io v0.1.0
47082026-08-20T03:35:19.665Z[ host-image] Aug 20 03:35:18.549 INFO O| Aug 20 03:35:18.549 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
47092026-08-20T03:35:19.673Z[verify-libraries] Compiling prefix-trie v0.7.0
47102026-08-20T03:35:19.708Z[ host-image] Aug 20 03:35:18.591 INFO O| Aug 20 03:35:18.591 INFO O| Finalize: Updating package state database ... Done
47112026-08-20T03:35:19.708Z[ host-image] Aug 20 03:35:18.591 INFO O| Aug 20 03:35:18.591 INFO O| Finalize: Updating package cache ... Done
47122026-08-20T03:35:19.762Z[verify-libraries] Compiling secrecy v0.8.0
47132026-08-20T03:35:19.803Z[ host-image] Aug 20 03:35:18.687 INFO O| Aug 20 03:35:18.687 INFO O| Finalize: Updating image state ... Done
47142026-08-20T03:35:19.964Z[verify-libraries] Compiling rawzip v0.4.4
47152026-08-20T03:35:20.082Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47162026-08-20T03:35:20.224Z[verify-libraries] Compiling hickory-server v0.25.2
47172026-08-20T03:35:20.247Z[verify-libraries] Compiling pkcs8 v0.11.0
47182026-08-20T03:35:20.417Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47192026-08-20T03:35:20.621Z[verify-libraries] Compiling sled v0.34.7
47202026-08-20T03:35:20.743Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47212026-08-20T03:35:20.746Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47222026-08-20T03:35:20.807Z[ host-image] Aug 20 03:35:19.690 INFO O| Aug 20 03:35:19.690 INFO O| Finalize: Creating fast lookup database ... Done
47232026-08-20T03:35:20.837Z[ host-image] Aug 20 03:35:19.721 INFO O| Aug 20 03:35:19.721 INFO O| Finalize: Reading search index ... Done
47242026-08-20T03:35:20.837Z[ host-image] Aug 20 03:35:19.721 INFO O| Aug 20 03:35:19.721 INFO O| Finalize: Updating search index ... Done
47252026-08-20T03:35:20.870Z[ host-image] Aug 20 03:35:19.754 INFO O| Aug 20 03:35:19.754 INFO O| Finalize: Updating package cache ... Done
47262026-08-20T03:35:20.873Z[verify-libraries] Compiling ignore v0.4.25
47272026-08-20T03:35:21.145Z[ host-image] Aug 20 03:35:20.027 INFO O| Aug 20 03:35:20.027 INFO STEP 13 (pkg_install) COMPLETE
47282026-08-20T03:35:21.145Z[ host-image] Aug 20 03:35:20.027 INFO O| Aug 20 03:35:20.027 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47292026-08-20T03:35:21.153Z[ host-image] Aug 20 03:35:20.036 INFO O| Aug 20 03:35:20.036 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47302026-08-20T03:35:21.339Z[verify-libraries] Compiling anstyle-parse v0.2.7
47312026-08-20T03:35:21.416Z[verify-libraries] Compiling ff v0.14.0
47322026-08-20T03:35:21.444Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47332026-08-20T03:35:21.671Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47342026-08-20T03:35:21.705Z[verify-libraries] Compiling anstream v0.6.21
47352026-08-20T03:35:21.736Z[verify-libraries] Compiling globwalk v0.9.1
47362026-08-20T03:35:21.889Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47372026-08-20T03:35:22.201Z[verify-libraries] Compiling predicates-tree v1.0.13
47382026-08-20T03:35:22.246Z[verify-libraries] Compiling libz-sys v1.1.24
47392026-08-20T03:35:22.340Z[ recovery-image] Aug 20 03:35:21.223 INFO O| Aug 20 03:35:21.223 INFO O| Download: 16475/16682 items 197.5/200.0MB 98% complete (19.7M/s)
47402026-08-20T03:35:22.439Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47412026-08-20T03:35:22.478Z[verify-libraries] Compiling rand_seeder v0.4.0
47422026-08-20T03:35:22.532Z[ recovery-image] Aug 20 03:35:21.416 INFO O| Aug 20 03:35:21.416 INFO O| Download: Completed 200.00 MB in 10.21 seconds (19.5M/s)
47432026-08-20T03:35:22.600Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47442026-08-20T03:35:22.795Z[ recovery-image] Aug 20 03:35:21.678 INFO O| Aug 20 03:35:21.678 INFO O| Actions: 1/27580 actions (Installing new actions)
47452026-08-20T03:35:23.191Z[ host-image] Aug 20 03:35:22.071 INFO O| Aug 20 03:35:22.071 INFO O| Startup: Refreshing catalog 'helios' ... Done
47462026-08-20T03:35:23.347Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47472026-08-20T03:35:23.437Z[verify-libraries] Compiling group v0.14.0
47482026-08-20T03:35:23.469Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47492026-08-20T03:35:23.614Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47502026-08-20T03:35:23.650Z[ host-image] Aug 20 03:35:22.533 INFO O| Aug 20 03:35:22.533 INFO O| Startup: Caching catalogs ... Done
47512026-08-20T03:35:23.694Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-08-20T03:35:23.786Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47532026-08-20T03:35:23.880Z[verify-libraries] Compiling signature v3.0.0
47542026-08-20T03:35:24.052Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47552026-08-20T03:35:24.090Z[ host-image] Aug 20 03:35:22.970 INFO O| Aug 20 03:35:22.970 INFO O| Planning: Solver setup ... Done
47562026-08-20T03:35:24.094Z[ host-image] Aug 20 03:35:22.975 INFO O| Aug 20 03:35:22.975 INFO O| Planning: Running solver ... Done
47572026-08-20T03:35:24.107Z[ host-image] Aug 20 03:35:22.989 INFO O| Aug 20 03:35:22.989 INFO O| Planning: Finding local manifests ... Done
47582026-08-20T03:35:24.131Z[ host-image] Aug 20 03:35:23.010 INFO O| Aug 20 03:35:23.009 INFO O| Planning: Fetching manifests: 0/1 0% complete
47592026-08-20T03:35:24.131Z[ host-image] Aug 20 03:35:23.014 INFO O| Aug 20 03:35:23.014 INFO O| Planning: Fetching manifests: 1/1 100% complete
47602026-08-20T03:35:24.137Z[verify-libraries] Compiling instability v0.3.11
47612026-08-20T03:35:24.202Z[ host-image] Aug 20 03:35:23.085 INFO O| Aug 20 03:35:23.085 INFO O| Planning: Package planning ... Done
47622026-08-20T03:35:24.202Z[ host-image] Aug 20 03:35:23.085 INFO O| Aug 20 03:35:23.085 INFO O| Planning: Merging actions ... Done
47632026-08-20T03:35:24.205Z[verify-libraries] Compiling base16ct v1.0.0
47642026-08-20T03:35:24.334Z[ host-image] Aug 20 03:35:23.217 INFO O| Aug 20 03:35:23.217 INFO O| Planning: Checking for conflicting actions ... Done
47652026-08-20T03:35:24.337Z[ host-image] Aug 20 03:35:23.218 INFO O| Aug 20 03:35:23.218 INFO O| Planning: Consolidating action changes ... Done
47662026-08-20T03:35:24.382Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47672026-08-20T03:35:24.466Z[ host-image] Aug 20 03:35:23.350 INFO O| Aug 20 03:35:23.350 INFO O| Planning: Evaluating mediators ... Done
47682026-08-20T03:35:24.471Z[ host-image] Aug 20 03:35:23.350 INFO O| Aug 20 03:35:23.350 INFO O| Planning: Planning completed in 0.80 seconds
47692026-08-20T03:35:24.471Z[ host-image] Aug 20 03:35:23.351 INFO O| Aug 20 03:35:23.350 INFO O| Packages to install: 1
47702026-08-20T03:35:24.477Z[ host-image] Aug 20 03:35:23.361 INFO O| Aug 20 03:35:23.361 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47712026-08-20T03:35:24.551Z[verify-libraries] Compiling sec1 v0.8.1
47722026-08-20T03:35:24.636Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47732026-08-20T03:35:24.662Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47742026-08-20T03:35:24.681Z[ host-image] Aug 20 03:35:23.565 INFO O| Aug 20 03:35:23.564 INFO O| Download: Completed 13.27 MB in 0.20 seconds (65.2M/s)
47752026-08-20T03:35:24.704Z[ host-image] Aug 20 03:35:23.586 INFO O| Aug 20 03:35:23.586 INFO O| Actions: 1/22 actions (Installing new actions)
47762026-08-20T03:35:24.897Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47772026-08-20T03:35:24.964Z[ host-image] Aug 20 03:35:23.846 INFO O| Aug 20 03:35:23.846 INFO O| Actions: Completed 22 actions in 0.26 seconds.
47782026-08-20T03:35:24.986Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47792026-08-20T03:35:24.989Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47802026-08-20T03:35:25.001Z[ host-image] Aug 20 03:35:23.884 INFO O| Aug 20 03:35:23.884 INFO O| Finalize: Updating package state database ... Done
47812026-08-20T03:35:25.001Z[ host-image] Aug 20 03:35:23.884 INFO O| Aug 20 03:35:23.884 INFO O| Finalize: Updating package cache ... Done
47822026-08-20T03:35:25.042Z[verify-libraries] Compiling hkdf v0.13.0
47832026-08-20T03:35:25.043Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47842026-08-20T03:35:25.184Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47852026-08-20T03:35:25.187Z[verify-libraries] Compiling scuffle v0.1.0
47862026-08-20T03:35:25.188Z[ host-image] Aug 20 03:35:24.070 INFO O| Aug 20 03:35:24.070 INFO O| Finalize: Updating image state ... Done
47872026-08-20T03:35:25.546Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47882026-08-20T03:35:25.597Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47892026-08-20T03:35:25.778Z[verify-libraries] Compiling castaway v0.2.4
47902026-08-20T03:35:25.934Z[verify-libraries] Compiling indoc v2.0.7
47912026-08-20T03:35:26.009Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47922026-08-20T03:35:26.209Z[ host-image] Aug 20 03:35:25.092 INFO O| Aug 20 03:35:25.092 INFO O| Finalize: Creating fast lookup database ... Done
47932026-08-20T03:35:26.360Z[ host-image] Aug 20 03:35:25.122 INFO O| Aug 20 03:35:25.122 INFO O| Finalize: Reading search index ... Done
47942026-08-20T03:35:26.360Z[ host-image] Aug 20 03:35:25.122 INFO O| Aug 20 03:35:25.122 INFO O| Finalize: Updating search index ... Done
47952026-08-20T03:35:26.365Z[ host-image] Aug 20 03:35:25.131 INFO O| Aug 20 03:35:25.131 INFO O| Finalize: Updating package cache ... Done
47962026-08-20T03:35:26.365Z[verify-libraries] Compiling compact_str v0.8.1
47972026-08-20T03:35:26.400Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47982026-08-20T03:35:26.514Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO STEP 14 (pkg_install) COMPLETE
47992026-08-20T03:35:26.514Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO skip step because feature "mbist" is not enabled
48012026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48022026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO skip step because feature "mfg" is not enabled
48032026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48042026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.397 INFO O| Aug 20 03:35:25.397 INFO skip step because feature "compliance" is not enabled
48052026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48062026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO skip step because feature "stress" is not enabled
48072026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48082026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO skip step because feature "compliance" is not enabled
48092026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48102026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO skip step because feature "nfs" is not enabled
48112026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48122026-08-20T03:35:26.518Z[ host-image] Aug 20 03:35:25.398 INFO O| Aug 20 03:35:25.397 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48132026-08-20T03:35:26.715Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48142026-08-20T03:35:26.836Z[ host-image] Aug 20 03:35:25.719 INFO O| Aug 20 03:35:25.719 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48152026-08-20T03:35:27.016Z[ host-image] Aug 20 03:35:25.900 INFO O| Aug 20 03:35:25.900 INFO completed processing sled/ramdisk-01-os
48162026-08-20T03:35:27.020Z[ host-image] Aug 20 03:35:25.902 INFO omicron1 baseline generation...
48172026-08-20T03:35:27.020Z[ host-image] Aug 20 03:35:25.902 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48182026-08-20T03:35:27.157Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48192026-08-20T03:35:27.258Z[verify-libraries] Compiling elliptic-curve v0.14.1
48202026-08-20T03:35:27.408Z[ host-image] Aug 20 03:35:26.290 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24193:20260819T212204Z
48212026-08-20T03:35:27.494Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48222026-08-20T03:35:27.545Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48232026-08-20T03:35:27.651Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48242026-08-20T03:35:27.779Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48252026-08-20T03:35:27.795Z[ recovery-image] Aug 20 03:35:26.679 INFO O| Aug 20 03:35:26.679 INFO O| Actions: 21791/27580 actions (Installing new actions)
48262026-08-20T03:35:28.062Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48272026-08-20T03:35:28.110Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48282026-08-20T03:35:28.481Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48292026-08-20T03:35:28.556Z[verify-libraries] Compiling lru v0.12.5
48302026-08-20T03:35:28.626Z[verify-libraries] Compiling unicode-truncate v1.1.0
48312026-08-20T03:35:28.672Z[ recovery-image] Aug 20 03:35:27.555 INFO O| Aug 20 03:35:27.555 INFO O| Actions: Completed 27580 actions in 5.87 seconds.
48322026-08-20T03:35:28.698Z[verify-libraries] Compiling arc-swap v1.8.2
48332026-08-20T03:35:28.754Z[ recovery-image] Aug 20 03:35:27.637 INFO O| Aug 20 03:35:27.637 INFO O| Finalize: Updating package state database ... Done
48342026-08-20T03:35:28.754Z[ recovery-image] Aug 20 03:35:27.637 INFO O| Aug 20 03:35:27.637 INFO O| Finalize: Updating package cache ... Done
48352026-08-20T03:35:28.801Z[verify-libraries] Compiling cassowary v0.3.0
48362026-08-20T03:35:28.873Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48372026-08-20T03:35:28.876Z[ recovery-image] Aug 20 03:35:27.756 INFO O| Aug 20 03:35:27.756 INFO O| Finalize: Updating image state ... Done
48382026-08-20T03:35:28.982Z[verify-libraries] Compiling wnaf v0.14.0
48392026-08-20T03:35:29.154Z[verify-libraries] Compiling slog-scope v4.4.1
48402026-08-20T03:35:29.176Z[verify-libraries] Compiling ratatui v0.29.0
48412026-08-20T03:35:29.207Z[verify-libraries] Compiling primefield v0.14.0
48422026-08-20T03:35:29.278Z[verify-libraries] Compiling rfc6979 v0.6.0
48432026-08-20T03:35:29.396Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48442026-08-20T03:35:29.479Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48452026-08-20T03:35:29.534Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48462026-08-20T03:35:29.601Z[verify-libraries] Compiling vergen-git2 v9.1.0
48472026-08-20T03:35:29.619Z[ recovery-image] Aug 20 03:35:28.502 INFO O| Aug 20 03:35:28.502 INFO O| Finalize: Creating fast lookup database ... Done
48482026-08-20T03:35:29.636Z[ recovery-image] Aug 20 03:35:28.520 INFO O| Aug 20 03:35:28.520 INFO O| Finalize: Reading search index ... Done
48492026-08-20T03:35:29.783Z[verify-libraries] Compiling strsim v0.10.0
48502026-08-20T03:35:29.940Z[verify-libraries] Compiling primeorder v0.14.0
48512026-08-20T03:35:29.962Z[verify-libraries] Compiling ecdsa v0.17.0
48522026-08-20T03:35:30.118Z[verify-libraries] Compiling darling_core v0.13.4
48532026-08-20T03:35:30.202Z[verify-libraries] Compiling slog-stdlog v4.1.1
48542026-08-20T03:35:30.402Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48552026-08-20T03:35:30.510Z[verify-libraries] Compiling tungstenite v0.23.0
48562026-08-20T03:35:30.588Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48572026-08-20T03:35:31.086Z[verify-libraries] Compiling console v0.16.2
48582026-08-20T03:35:31.267Z[verify-libraries] Compiling libsw-core v0.3.2
48592026-08-20T03:35:31.350Z[verify-libraries] Compiling unit-prefix v0.5.2
48602026-08-20T03:35:31.520Z[ recovery-image] Aug 20 03:35:30.404 INFO O| Aug 20 03:35:30.404 INFO O| Finalize: Building new search index ... Done
48612026-08-20T03:35:31.583Z[verify-libraries] Compiling assert_matches v1.5.0
48622026-08-20T03:35:31.624Z[verify-libraries] Compiling void v1.0.2
48632026-08-20T03:35:31.649Z[verify-libraries] Compiling indicatif v0.18.4
48642026-08-20T03:35:31.714Z[verify-libraries] Compiling libsw v3.5.0
48652026-08-20T03:35:31.816Z[verify-libraries] Compiling lzss v0.8.2
48662026-08-20T03:35:31.898Z[ recovery-image] Aug 20 03:35:30.781 INFO O| Aug 20 03:35:30.781 INFO O| Finalize: Updating package cache ... Done
48672026-08-20T03:35:31.919Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48682026-08-20T03:35:32.142Z[verify-libraries] Compiling slog-envlogger v2.2.0
48692026-08-20T03:35:32.165Z[verify-libraries] Compiling ssh-encoding v0.3.0
48702026-08-20T03:35:32.199Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48712026-08-20T03:35:32.234Z[ recovery-image] Aug 20 03:35:31.118 INFO O| Aug 20 03:35:31.118 INFO STEP 11 (pkg_install) COMPLETE
48722026-08-20T03:35:32.234Z[ recovery-image] Aug 20 03:35:31.118 INFO O| Aug 20 03:35:31.118 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48732026-08-20T03:35:32.234Z[ recovery-image] Aug 20 03:35:31.118 INFO O| Aug 20 03:35:31.118 INFO skip step because feature "recovery" is enabled
48742026-08-20T03:35:32.240Z[ recovery-image] Aug 20 03:35:31.118 INFO O| Aug 20 03:35:31.118 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48752026-08-20T03:35:32.240Z[ recovery-image] Aug 20 03:35:31.118 INFO O| Aug 20 03:35:31.118 INFO skip step because feature "omicron1" is not enabled
48762026-08-20T03:35:32.240Z[ recovery-image] Aug 20 03:35:31.118 INFO O| Aug 20 03:35:31.118 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48772026-08-20T03:35:32.245Z[ recovery-image] Aug 20 03:35:31.129 INFO O| Aug 20 03:35:31.129 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48782026-08-20T03:35:32.370Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48792026-08-20T03:35:32.542Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48802026-08-20T03:35:32.602Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48812026-08-20T03:35:32.639Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48822026-08-20T03:35:32.670Z[verify-libraries] Compiling darling_macro v0.13.4
48832026-08-20T03:35:32.694Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48842026-08-20T03:35:32.892Z[verify-libraries] Compiling nix v0.27.1
48852026-08-20T03:35:32.940Z[verify-libraries] Compiling colored v2.2.0
48862026-08-20T03:35:32.967Z[verify-libraries] Compiling blake3 v1.8.5
48872026-08-20T03:35:33.004Z[verify-libraries] Compiling serde_bytes v0.11.19
48882026-08-20T03:35:33.332Z[verify-libraries] Compiling keccak v0.2.0
48892026-08-20T03:35:33.382Z[verify-libraries] Compiling shell-words v1.1.1
48902026-08-20T03:35:33.434Z[verify-libraries] Compiling darling v0.13.4
48912026-08-20T03:35:33.603Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48922026-08-20T03:35:33.650Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48932026-08-20T03:35:33.823Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48942026-08-20T03:35:34.084Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48952026-08-20T03:35:34.133Z[verify-libraries] Compiling ed25519 v3.0.0
48962026-08-20T03:35:34.178Z[ recovery-image] Aug 20 03:35:33.061 INFO O| Aug 20 03:35:33.061 INFO O| Startup: Refreshing catalog 'helios' ... Done
48972026-08-20T03:35:34.377Z[verify-libraries] Compiling crypto-primes v0.7.2
48982026-08-20T03:35:34.570Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48992026-08-20T03:35:34.628Z[ recovery-image] Aug 20 03:35:33.512 INFO O| Aug 20 03:35:33.512 INFO O| Startup: Caching catalogs ... Done
49002026-08-20T03:35:35.022Z[ recovery-image] Aug 20 03:35:33.906 INFO O| Aug 20 03:35:33.906 INFO O| Planning: Solver setup ... Done
49012026-08-20T03:35:35.028Z[ recovery-image] Aug 20 03:35:33.911 INFO O| Aug 20 03:35:33.911 INFO O| Planning: Running solver ... Done
49022026-08-20T03:35:35.041Z[ recovery-image] Aug 20 03:35:33.925 INFO O| Aug 20 03:35:33.925 INFO O| Planning: Finding local manifests ... Done
49032026-08-20T03:35:35.089Z[ recovery-image] Aug 20 03:35:33.972 INFO O| Aug 20 03:35:33.972 INFO O| Planning: Fetching manifests: 0/1 0% complete
49042026-08-20T03:35:35.092Z[verify-libraries] Compiling poly1305 v0.9.0
49052026-08-20T03:35:35.106Z[ recovery-image] Aug 20 03:35:33.990 INFO O| Aug 20 03:35:33.990 INFO O| Planning: Fetching manifests: 1/1 100% complete
49062026-08-20T03:35:35.124Z[ recovery-image] Aug 20 03:35:34.007 INFO O| Aug 20 03:35:34.007 INFO O| Planning: Package planning ... Done
49072026-08-20T03:35:35.127Z[ recovery-image] Aug 20 03:35:34.008 INFO O| Aug 20 03:35:34.008 INFO O| Planning: Merging actions ... Done
49082026-08-20T03:35:35.249Z[ recovery-image] Aug 20 03:35:34.133 INFO O| Aug 20 03:35:34.133 INFO O| Planning: Checking for conflicting actions ... Done
49092026-08-20T03:35:35.252Z[ recovery-image] Aug 20 03:35:34.133 INFO O| Aug 20 03:35:34.133 INFO O| Planning: Consolidating action changes ... Done
49102026-08-20T03:35:35.432Z[ recovery-image] Aug 20 03:35:34.315 INFO O| Aug 20 03:35:34.315 INFO O| Planning: Evaluating mediators ... Done
49112026-08-20T03:35:35.436Z[ recovery-image] Aug 20 03:35:34.316 INFO O| Aug 20 03:35:34.316 INFO O| Planning: Planning completed in 0.79 seconds
49122026-08-20T03:35:35.436Z[ recovery-image] Aug 20 03:35:34.316 INFO O| Aug 20 03:35:34.316 INFO O| Packages to install: 1
49132026-08-20T03:35:35.443Z[ recovery-image] Aug 20 03:35:34.327 INFO O| Aug 20 03:35:34.327 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49142026-08-20T03:35:35.590Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49152026-08-20T03:35:35.623Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49162026-08-20T03:35:35.747Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49172026-08-20T03:35:35.986Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49182026-08-20T03:35:36.030Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49192026-08-20T03:35:36.074Z[ recovery-image] Aug 20 03:35:34.957 INFO O| Aug 20 03:35:34.957 INFO O| Download: Completed 13.27 MB in 0.63 seconds (21.1M/s)
49202026-08-20T03:35:36.088Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49212026-08-20T03:35:36.095Z[ recovery-image] Aug 20 03:35:34.979 INFO O| Aug 20 03:35:34.979 INFO O| Actions: 1/22 actions (Installing new actions)
49222026-08-20T03:35:36.198Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49232026-08-20T03:35:36.287Z[verify-libraries] Compiling blowfish v0.10.0
49242026-08-20T03:35:36.374Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49252026-08-20T03:35:36.406Z[ recovery-image] Aug 20 03:35:35.290 INFO O| Aug 20 03:35:35.290 INFO O| Actions: Completed 22 actions in 0.31 seconds.
49262026-08-20T03:35:36.453Z[ recovery-image] Aug 20 03:35:35.336 INFO O| Aug 20 03:35:35.336 INFO O| Finalize: Updating package state database ... Done
49272026-08-20T03:35:36.453Z[ recovery-image] Aug 20 03:35:35.336 INFO O| Aug 20 03:35:35.336 INFO O| Finalize: Updating package cache ... Done
49282026-08-20T03:35:36.457Z[verify-libraries] Compiling petname v2.0.2
49292026-08-20T03:35:36.541Z[verify-libraries] Compiling arrayvec v0.7.6
49302026-08-20T03:35:36.550Z[ recovery-image] Aug 20 03:35:35.433 INFO O| Aug 20 03:35:35.433 INFO O| Finalize: Updating image state ... Done
49312026-08-20T03:35:36.589Z[verify-libraries] Compiling arrayref v0.3.9
49322026-08-20T03:35:36.719Z[verify-libraries] Compiling constant_time_eq v0.4.2
49332026-08-20T03:35:36.835Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49342026-08-20T03:35:36.884Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49352026-08-20T03:35:37.162Z[ recovery-image] Aug 20 03:35:36.045 INFO O| Aug 20 03:35:36.045 INFO O| Finalize: Creating fast lookup database ... Done
49362026-08-20T03:35:37.185Z[ recovery-image] Aug 20 03:35:36.068 INFO O| Aug 20 03:35:36.068 INFO O| Finalize: Reading search index ... Done
49372026-08-20T03:35:37.186Z[ recovery-image] Aug 20 03:35:36.068 INFO O| Aug 20 03:35:36.068 INFO O| Finalize: Updating search index ... Done
49382026-08-20T03:35:37.208Z[ recovery-image] Aug 20 03:35:36.071 INFO O| Aug 20 03:35:36.071 INFO O| Finalize: Updating package cache ... Done
49392026-08-20T03:35:37.325Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49402026-08-20T03:35:37.379Z[verify-libraries] Compiling ssh-cipher v0.3.0
49412026-08-20T03:35:37.404Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49422026-08-20T03:35:37.443Z[verify-libraries] Compiling serde_with_macros v1.5.2
49432026-08-20T03:35:37.454Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.337 INFO STEP 14 (pkg_install) COMPLETE
49442026-08-20T03:35:37.454Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.337 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-08-20T03:35:37.454Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO skip step because feature "mbist" is not enabled
49462026-08-20T03:35:37.455Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49472026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO skip step because feature "mfg" is not enabled
49482026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO skip step because feature "compliance" is not enabled
49502026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO skip step because feature "stress" is not enabled
49522026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49532026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO skip step because feature "compliance" is not enabled
49542026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49552026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO skip step because feature "nfs" is not enabled
49562026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49572026-08-20T03:35:37.460Z[ recovery-image] Aug 20 03:35:36.338 INFO O| Aug 20 03:35:36.338 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49582026-08-20T03:35:37.505Z[verify-libraries] Compiling sha3 v0.11.0
49592026-08-20T03:35:37.568Z[verify-libraries] Compiling p384 v0.14.0
49602026-08-20T03:35:37.582Z[ recovery-image] Aug 20 03:35:36.465 INFO O| Aug 20 03:35:36.465 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49612026-08-20T03:35:37.682Z[ recovery-image] Aug 20 03:35:36.564 INFO O| Aug 20 03:35:36.564 INFO completed processing sled/ramdisk-01-os
49622026-08-20T03:35:37.686Z[ recovery-image] Aug 20 03:35:36.567 INFO image builder template: ramdisk-02-trim...
49632026-08-20T03:35:37.686Z[ recovery-image] Aug 20 03:35:36.567 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/.tmpj9tMUi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49642026-08-20T03:35:37.706Z[ recovery-image] Aug 20 03:35:36.589 INFO O| Aug 20 03:35:36.589 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49652026-08-20T03:35:37.710Z[ recovery-image] Aug 20 03:35:36.594 INFO O| Aug 20 03:35:36.593 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49662026-08-20T03:35:37.774Z[ recovery-image] Aug 20 03:35:36.657 INFO O| Aug 20 03:35:36.657 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49672026-08-20T03:35:37.778Z[verify-libraries] Compiling p521 v0.14.0
49682026-08-20T03:35:37.826Z[ recovery-image] Aug 20 03:35:36.709 INFO O| Aug 20 03:35:36.709 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49692026-08-20T03:35:37.826Z[ recovery-image] Aug 20 03:35:36.709 INFO O| Aug 20 03:35:36.709 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49702026-08-20T03:35:37.831Z[ recovery-image] Aug 20 03:35:36.714 INFO O| Aug 20 03:35:36.714 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49712026-08-20T03:35:37.835Z[ recovery-image] Aug 20 03:35:36.718 INFO O| Aug 20 03:35:36.718 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49722026-08-20T03:35:37.839Z[ recovery-image] Aug 20 03:35:36.723 INFO O| Aug 20 03:35:36.723 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49732026-08-20T03:35:38.052Z[verify-libraries] Compiling p256 v0.14.0
49742026-08-20T03:35:38.083Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49752026-08-20T03:35:38.131Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49762026-08-20T03:35:38.173Z[ recovery-image] Aug 20 03:35:37.057 INFO O| Aug 20 03:35:37.057 INFO rolled back to input snapshot; work may begin
49772026-08-20T03:35:38.173Z[ recovery-image] Aug 20 03:35:37.057 INFO O| Aug 20 03:35:37.057 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49782026-08-20T03:35:38.178Z[ recovery-image] Aug 20 03:35:37.062 INFO O| Aug 20 03:35:37.062 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49792026-08-20T03:35:38.188Z[ recovery-image] Aug 20 03:35:37.071 INFO O| Aug 20 03:35:37.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49802026-08-20T03:35:38.192Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49812026-08-20T03:35:38.237Z[ recovery-image] Aug 20 03:35:37.120 INFO O| Aug 20 03:35:37.120 INFO STEP 0 (remove_files) COMPLETE
49822026-08-20T03:35:38.237Z[ recovery-image] Aug 20 03:35:37.120 INFO O| Aug 20 03:35:37.120 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-20T03:35:38.246Z[ recovery-image] Aug 20 03:35:37.130 INFO O| Aug 20 03:35:37.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49842026-08-20T03:35:38.250Z[ recovery-image] Aug 20 03:35:37.131 INFO O| Aug 20 03:35:37.131 INFO STEP 1 (remove_files) COMPLETE
49852026-08-20T03:35:38.250Z[ recovery-image] Aug 20 03:35:37.131 INFO O| Aug 20 03:35:37.131 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-20T03:35:38.257Z[ recovery-image] Aug 20 03:35:37.141 INFO O| Aug 20 03:35:37.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49872026-08-20T03:35:38.270Z[ recovery-image] Aug 20 03:35:37.153 INFO O| Aug 20 03:35:37.153 INFO STEP 2 (remove_files) COMPLETE
49882026-08-20T03:35:38.270Z[ recovery-image] Aug 20 03:35:37.153 INFO O| Aug 20 03:35:37.153 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-20T03:35:38.278Z[ recovery-image] Aug 20 03:35:37.162 INFO O| Aug 20 03:35:37.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49902026-08-20T03:35:38.281Z[ recovery-image] Aug 20 03:35:37.163 INFO O| Aug 20 03:35:37.163 INFO STEP 3 (remove_files) COMPLETE
49912026-08-20T03:35:38.282Z[ recovery-image] Aug 20 03:35:37.163 INFO O| Aug 20 03:35:37.163 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-20T03:35:38.288Z[ recovery-image] Aug 20 03:35:37.172 INFO O| Aug 20 03:35:37.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49932026-08-20T03:35:38.292Z[ recovery-image] Aug 20 03:35:37.175 INFO O| Aug 20 03:35:37.175 INFO STEP 4 (remove_files) COMPLETE
49942026-08-20T03:35:38.292Z[ recovery-image] Aug 20 03:35:37.175 INFO O| Aug 20 03:35:37.175 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-20T03:35:38.300Z[ recovery-image] Aug 20 03:35:37.184 INFO O| Aug 20 03:35:37.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49962026-08-20T03:35:38.301Z[ recovery-image] Aug 20 03:35:37.184 INFO O| Aug 20 03:35:37.184 INFO STEP 5 (remove_files) COMPLETE
49972026-08-20T03:35:38.301Z[ recovery-image] Aug 20 03:35:37.184 INFO O| Aug 20 03:35:37.184 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-20T03:35:38.310Z[ recovery-image] Aug 20 03:35:37.193 INFO O| Aug 20 03:35:37.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49992026-08-20T03:35:38.320Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO STEP 6 (remove_files) COMPLETE
50002026-08-20T03:35:38.321Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-20T03:35:38.321Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO skip step because feature "heliosv2" is not enabled
50022026-08-20T03:35:38.324Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-20T03:35:38.325Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO skip step because feature "recovery" is enabled
50042026-08-20T03:35:38.326Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-20T03:35:38.326Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO skip step because feature "recovery" is enabled
50062026-08-20T03:35:38.326Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-20T03:35:38.326Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO skip step because feature "recovery" is enabled
50082026-08-20T03:35:38.326Z[ recovery-image] Aug 20 03:35:37.204 INFO O| Aug 20 03:35:37.204 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-20T03:35:38.335Z[ recovery-image] Aug 20 03:35:37.219 INFO O| Aug 20 03:35:37.218 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50102026-08-20T03:35:38.338Z[ recovery-image] Aug 20 03:35:37.221 INFO O| Aug 20 03:35:37.221 INFO STEP 11 (remove_files) COMPLETE
50112026-08-20T03:35:38.338Z[ recovery-image] Aug 20 03:35:37.221 INFO O| Aug 20 03:35:37.221 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-20T03:35:38.348Z[ recovery-image] Aug 20 03:35:37.231 INFO O| Aug 20 03:35:37.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50132026-08-20T03:35:38.351Z[ recovery-image] Aug 20 03:35:37.233 INFO O| Aug 20 03:35:37.233 INFO STEP 12 (remove_files) COMPLETE
50142026-08-20T03:35:38.351Z[ recovery-image] Aug 20 03:35:37.233 INFO O| Aug 20 03:35:37.233 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-20T03:35:38.359Z[ recovery-image] Aug 20 03:35:37.243 INFO O| Aug 20 03:35:37.243 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50162026-08-20T03:35:38.364Z[ recovery-image] Aug 20 03:35:37.244 INFO O| Aug 20 03:35:37.244 INFO STEP 13 (remove_files) COMPLETE
50172026-08-20T03:35:38.364Z[ recovery-image] Aug 20 03:35:37.244 INFO O| Aug 20 03:35:37.244 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-20T03:35:38.382Z[ recovery-image] Aug 20 03:35:37.266 INFO O| Aug 20 03:35:37.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50192026-08-20T03:35:38.383Z[ recovery-image] Aug 20 03:35:37.266 INFO O| Aug 20 03:35:37.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50202026-08-20T03:35:38.447Z[ recovery-image] Aug 20 03:35:37.330 INFO O| Aug 20 03:35:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50212026-08-20T03:35:38.450Z[ recovery-image] Aug 20 03:35:37.332 INFO O| Aug 20 03:35:37.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50222026-08-20T03:35:38.475Z[verify-libraries] Compiling twox-hash v2.1.2
50232026-08-20T03:35:38.565Z[ recovery-image] Aug 20 03:35:37.448 INFO O| Aug 20 03:35:37.448 INFO STEP 14 (remove_files) COMPLETE
50242026-08-20T03:35:38.565Z[ recovery-image] Aug 20 03:35:37.448 INFO O| Aug 20 03:35:37.448 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-20T03:35:38.575Z[ recovery-image] Aug 20 03:35:37.458 INFO O| Aug 20 03:35:37.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50262026-08-20T03:35:38.579Z[ recovery-image] Aug 20 03:35:37.459 INFO O| Aug 20 03:35:37.459 INFO STEP 15 (remove_files) COMPLETE
50272026-08-20T03:35:38.579Z[ recovery-image] Aug 20 03:35:37.459 INFO O| Aug 20 03:35:37.459 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-20T03:35:38.585Z[ recovery-image] Aug 20 03:35:37.469 INFO O| Aug 20 03:35:37.469 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50292026-08-20T03:35:38.591Z[ recovery-image] Aug 20 03:35:37.474 INFO O| Aug 20 03:35:37.474 INFO STEP 16 (remove_files) COMPLETE
50302026-08-20T03:35:38.591Z[ recovery-image] Aug 20 03:35:37.474 INFO O| Aug 20 03:35:37.474 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-20T03:35:38.600Z[ recovery-image] Aug 20 03:35:37.483 INFO O| Aug 20 03:35:37.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50322026-08-20T03:35:38.603Z[ recovery-image] Aug 20 03:35:37.483 INFO O| Aug 20 03:35:37.483 INFO STEP 17 (remove_files) COMPLETE
50332026-08-20T03:35:38.603Z[ recovery-image] Aug 20 03:35:37.483 INFO O| Aug 20 03:35:37.483 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-20T03:35:38.608Z[ recovery-image] Aug 20 03:35:37.491 INFO O| Aug 20 03:35:37.491 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50352026-08-20T03:35:38.611Z[ recovery-image] Aug 20 03:35:37.492 INFO O| Aug 20 03:35:37.492 INFO STEP 18 (remove_files) COMPLETE
50362026-08-20T03:35:38.611Z[ recovery-image] Aug 20 03:35:37.493 INFO O| Aug 20 03:35:37.492 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-20T03:35:38.611Z[verify-libraries] Compiling kem v0.3.0
50382026-08-20T03:35:38.629Z[ recovery-image] Aug 20 03:35:37.513 INFO O| Aug 20 03:35:37.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50392026-08-20T03:35:38.629Z[ recovery-image] Aug 20 03:35:37.513 INFO O| Aug 20 03:35:37.513 INFO STEP 19 (remove_files) COMPLETE
50402026-08-20T03:35:38.629Z[ recovery-image] Aug 20 03:35:37.513 INFO O| Aug 20 03:35:37.513 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-20T03:35:38.637Z[ recovery-image] Aug 20 03:35:37.521 INFO O| Aug 20 03:35:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50422026-08-20T03:35:38.637Z[ recovery-image] Aug 20 03:35:37.521 INFO O| Aug 20 03:35:37.521 INFO STEP 20 (remove_files) COMPLETE
50432026-08-20T03:35:38.642Z[ recovery-image] Aug 20 03:35:37.521 INFO O| Aug 20 03:35:37.521 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-20T03:35:38.646Z[ recovery-image] Aug 20 03:35:37.529 INFO O| Aug 20 03:35:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50452026-08-20T03:35:38.646Z[ recovery-image] Aug 20 03:35:37.529 INFO O| Aug 20 03:35:37.529 INFO STEP 21 (remove_files) COMPLETE
50462026-08-20T03:35:38.646Z[ recovery-image] Aug 20 03:35:37.529 INFO O| Aug 20 03:35:37.529 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-20T03:35:38.654Z[ recovery-image] Aug 20 03:35:37.537 INFO O| Aug 20 03:35:37.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50482026-08-20T03:35:38.654Z[ recovery-image] Aug 20 03:35:37.537 INFO O| Aug 20 03:35:37.537 INFO STEP 22 (remove_files) COMPLETE
50492026-08-20T03:35:38.654Z[ recovery-image] Aug 20 03:35:37.537 INFO O| Aug 20 03:35:37.537 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-20T03:35:38.661Z[ recovery-image] Aug 20 03:35:37.545 INFO O| Aug 20 03:35:37.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50512026-08-20T03:35:38.661Z[ recovery-image] Aug 20 03:35:37.545 INFO O| Aug 20 03:35:37.545 INFO STEP 23 (remove_files) COMPLETE
50522026-08-20T03:35:38.661Z[ recovery-image] Aug 20 03:35:37.545 INFO O| Aug 20 03:35:37.545 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-20T03:35:38.668Z[ recovery-image] Aug 20 03:35:37.552 INFO O| Aug 20 03:35:37.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50542026-08-20T03:35:38.668Z[ recovery-image] Aug 20 03:35:37.552 INFO O| Aug 20 03:35:37.552 INFO STEP 24 (remove_files) COMPLETE
50552026-08-20T03:35:38.671Z[ recovery-image] Aug 20 03:35:37.552 INFO O| Aug 20 03:35:37.552 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-20T03:35:38.676Z[ recovery-image] Aug 20 03:35:37.559 INFO O| Aug 20 03:35:37.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50572026-08-20T03:35:38.676Z[ recovery-image] Aug 20 03:35:37.560 INFO O| Aug 20 03:35:37.560 INFO STEP 25 (remove_files) COMPLETE
50582026-08-20T03:35:38.679Z[ recovery-image] Aug 20 03:35:37.560 INFO O| Aug 20 03:35:37.560 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-20T03:35:38.683Z[ recovery-image] Aug 20 03:35:37.567 INFO O| Aug 20 03:35:37.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50602026-08-20T03:35:38.683Z[ recovery-image] Aug 20 03:35:37.567 INFO O| Aug 20 03:35:37.567 INFO STEP 26 (remove_files) COMPLETE
50612026-08-20T03:35:38.683Z[ recovery-image] Aug 20 03:35:37.567 INFO O| Aug 20 03:35:37.567 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-20T03:35:38.691Z[ recovery-image] Aug 20 03:35:37.574 INFO O| Aug 20 03:35:37.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50632026-08-20T03:35:38.691Z[ recovery-image] Aug 20 03:35:37.574 INFO O| Aug 20 03:35:37.574 INFO STEP 27 (remove_files) COMPLETE
50642026-08-20T03:35:38.691Z[ recovery-image] Aug 20 03:35:37.574 INFO O| Aug 20 03:35:37.574 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-20T03:35:38.698Z[ recovery-image] Aug 20 03:35:37.582 INFO O| Aug 20 03:35:37.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50662026-08-20T03:35:38.698Z[ recovery-image] Aug 20 03:35:37.582 INFO O| Aug 20 03:35:37.582 INFO STEP 28 (remove_files) COMPLETE
50672026-08-20T03:35:38.698Z[ recovery-image] Aug 20 03:35:37.582 INFO O| Aug 20 03:35:37.582 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-20T03:35:38.722Z[ recovery-image] Aug 20 03:35:37.589 INFO O| Aug 20 03:35:37.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50692026-08-20T03:35:38.722Z[ recovery-image] Aug 20 03:35:37.590 INFO O| Aug 20 03:35:37.590 INFO STEP 29 (remove_files) COMPLETE
50702026-08-20T03:35:38.722Z[ recovery-image] Aug 20 03:35:37.590 INFO O| Aug 20 03:35:37.590 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-20T03:35:38.725Z[ recovery-image] Aug 20 03:35:37.598 INFO O| Aug 20 03:35:37.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50722026-08-20T03:35:38.725Z[ recovery-image] Aug 20 03:35:37.598 INFO O| Aug 20 03:35:37.598 INFO STEP 30 (remove_files) COMPLETE
50732026-08-20T03:35:38.725Z[ recovery-image] Aug 20 03:35:37.598 INFO O| Aug 20 03:35:37.598 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-20T03:35:38.725Z[ recovery-image] Aug 20 03:35:37.606 INFO O| Aug 20 03:35:37.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50752026-08-20T03:35:38.725Z[ recovery-image] Aug 20 03:35:37.606 INFO O| Aug 20 03:35:37.606 INFO STEP 31 (remove_files) COMPLETE
50762026-08-20T03:35:38.726Z[ recovery-image] Aug 20 03:35:37.606 INFO O| Aug 20 03:35:37.606 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-20T03:35:38.730Z[ recovery-image] Aug 20 03:35:37.614 INFO O| Aug 20 03:35:37.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50782026-08-20T03:35:38.730Z[ recovery-image] Aug 20 03:35:37.614 INFO O| Aug 20 03:35:37.614 INFO STEP 32 (remove_files) COMPLETE
50792026-08-20T03:35:38.733Z[ recovery-image] Aug 20 03:35:37.614 INFO O| Aug 20 03:35:37.614 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-20T03:35:38.750Z[ recovery-image] Aug 20 03:35:37.634 INFO O| Aug 20 03:35:37.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50812026-08-20T03:35:38.750Z[ recovery-image] Aug 20 03:35:37.634 INFO O| Aug 20 03:35:37.634 INFO STEP 33 (remove_files) COMPLETE
50822026-08-20T03:35:38.750Z[ recovery-image] Aug 20 03:35:37.634 INFO O| Aug 20 03:35:37.634 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-20T03:35:38.760Z[ recovery-image] Aug 20 03:35:37.641 INFO O| Aug 20 03:35:37.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50842026-08-20T03:35:38.760Z[ recovery-image] Aug 20 03:35:37.641 INFO O| Aug 20 03:35:37.641 INFO STEP 34 (remove_files) COMPLETE
50852026-08-20T03:35:38.760Z[ recovery-image] Aug 20 03:35:37.641 INFO O| Aug 20 03:35:37.641 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-20T03:35:38.766Z[ recovery-image] Aug 20 03:35:37.649 INFO O| Aug 20 03:35:37.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50872026-08-20T03:35:38.766Z[ recovery-image] Aug 20 03:35:37.649 INFO O| Aug 20 03:35:37.649 INFO STEP 35 (remove_files) COMPLETE
50882026-08-20T03:35:38.766Z[ recovery-image] Aug 20 03:35:37.649 INFO O| Aug 20 03:35:37.649 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-20T03:35:38.774Z[ recovery-image] Aug 20 03:35:37.657 INFO O| Aug 20 03:35:37.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50902026-08-20T03:35:38.778Z[ recovery-image] Aug 20 03:35:37.657 INFO O| Aug 20 03:35:37.657 INFO STEP 36 (remove_files) COMPLETE
50912026-08-20T03:35:38.778Z[ recovery-image] Aug 20 03:35:37.657 INFO O| Aug 20 03:35:37.657 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-20T03:35:38.781Z[ recovery-image] Aug 20 03:35:37.664 INFO O| Aug 20 03:35:37.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50932026-08-20T03:35:38.781Z[ recovery-image] Aug 20 03:35:37.664 INFO O| Aug 20 03:35:37.664 INFO STEP 37 (remove_files) COMPLETE
50942026-08-20T03:35:38.781Z[ recovery-image] Aug 20 03:35:37.664 INFO O| Aug 20 03:35:37.664 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-20T03:35:38.809Z[ recovery-image] Aug 20 03:35:37.693 INFO O| Aug 20 03:35:37.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50962026-08-20T03:35:38.809Z[ recovery-image] Aug 20 03:35:37.693 INFO O| Aug 20 03:35:37.693 INFO STEP 38 (remove_files) COMPLETE
50972026-08-20T03:35:38.809Z[ recovery-image] Aug 20 03:35:37.693 INFO O| Aug 20 03:35:37.693 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-20T03:35:38.826Z[ recovery-image] Aug 20 03:35:37.710 INFO O| Aug 20 03:35:37.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50992026-08-20T03:35:38.826Z[ recovery-image] Aug 20 03:35:37.710 INFO O| Aug 20 03:35:37.710 INFO STEP 39 (remove_files) COMPLETE
51002026-08-20T03:35:38.829Z[ recovery-image] Aug 20 03:35:37.710 INFO O| Aug 20 03:35:37.710 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-20T03:35:38.829Z[verify-libraries] Compiling module-lattice v0.2.3
51022026-08-20T03:35:38.836Z[ recovery-image] Aug 20 03:35:37.719 INFO O| Aug 20 03:35:37.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51032026-08-20T03:35:38.836Z[ recovery-image] Aug 20 03:35:37.720 INFO O| Aug 20 03:35:37.719 INFO STEP 40 (remove_files) COMPLETE
51042026-08-20T03:35:38.836Z[ recovery-image] Aug 20 03:35:37.720 INFO O| Aug 20 03:35:37.720 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-20T03:35:38.844Z[ recovery-image] Aug 20 03:35:37.728 INFO O| Aug 20 03:35:37.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51062026-08-20T03:35:38.845Z[ recovery-image] Aug 20 03:35:37.728 INFO O| Aug 20 03:35:37.728 INFO STEP 41 (remove_files) COMPLETE
51072026-08-20T03:35:38.848Z[ recovery-image] Aug 20 03:35:37.728 INFO O| Aug 20 03:35:37.728 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-20T03:35:38.853Z[ recovery-image] Aug 20 03:35:37.737 INFO O| Aug 20 03:35:37.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51092026-08-20T03:35:38.853Z[ recovery-image] Aug 20 03:35:37.737 INFO O| Aug 20 03:35:37.737 INFO STEP 42 (remove_files) COMPLETE
51102026-08-20T03:35:38.856Z[ recovery-image] Aug 20 03:35:37.737 INFO O| Aug 20 03:35:37.737 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-20T03:35:38.861Z[ recovery-image] Aug 20 03:35:37.745 INFO O| Aug 20 03:35:37.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51122026-08-20T03:35:38.861Z[ recovery-image] Aug 20 03:35:37.745 INFO O| Aug 20 03:35:37.745 INFO STEP 43 (remove_files) COMPLETE
51132026-08-20T03:35:38.861Z[ recovery-image] Aug 20 03:35:37.745 INFO O| Aug 20 03:35:37.745 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-20T03:35:38.870Z[ recovery-image] Aug 20 03:35:37.753 INFO O| Aug 20 03:35:37.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51152026-08-20T03:35:38.870Z[ recovery-image] Aug 20 03:35:37.753 INFO O| Aug 20 03:35:37.753 INFO STEP 44 (remove_files) COMPLETE
51162026-08-20T03:35:38.870Z[ recovery-image] Aug 20 03:35:37.753 INFO O| Aug 20 03:35:37.753 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-20T03:35:38.877Z[ recovery-image] Aug 20 03:35:37.761 INFO O| Aug 20 03:35:37.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51182026-08-20T03:35:38.878Z[ recovery-image] Aug 20 03:35:37.761 INFO O| Aug 20 03:35:37.761 INFO STEP 45 (remove_files) COMPLETE
51192026-08-20T03:35:38.881Z[ recovery-image] Aug 20 03:35:37.761 INFO O| Aug 20 03:35:37.761 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-20T03:35:38.885Z[ recovery-image] Aug 20 03:35:37.769 INFO O| Aug 20 03:35:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51212026-08-20T03:35:38.885Z[ recovery-image] Aug 20 03:35:37.769 INFO O| Aug 20 03:35:37.769 INFO STEP 46 (remove_files) COMPLETE
51222026-08-20T03:35:38.885Z[ recovery-image] Aug 20 03:35:37.769 INFO O| Aug 20 03:35:37.769 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-20T03:35:38.894Z[ recovery-image] Aug 20 03:35:37.778 INFO O| Aug 20 03:35:37.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51242026-08-20T03:35:38.894Z[ recovery-image] Aug 20 03:35:37.778 INFO O| Aug 20 03:35:37.778 INFO STEP 47 (remove_files) COMPLETE
51252026-08-20T03:35:38.897Z[ recovery-image] Aug 20 03:35:37.778 INFO O| Aug 20 03:35:37.778 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-20T03:35:38.903Z[ recovery-image] Aug 20 03:35:37.787 INFO O| Aug 20 03:35:37.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51272026-08-20T03:35:38.903Z[ recovery-image] Aug 20 03:35:37.787 INFO O| Aug 20 03:35:37.787 INFO STEP 48 (remove_files) COMPLETE
51282026-08-20T03:35:38.903Z[ recovery-image] Aug 20 03:35:37.787 INFO O| Aug 20 03:35:37.787 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-20T03:35:38.911Z[ recovery-image] Aug 20 03:35:37.795 INFO O| Aug 20 03:35:37.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51302026-08-20T03:35:38.911Z[ recovery-image] Aug 20 03:35:37.795 INFO O| Aug 20 03:35:37.795 INFO STEP 49 (remove_files) COMPLETE
51312026-08-20T03:35:38.914Z[ recovery-image] Aug 20 03:35:37.795 INFO O| Aug 20 03:35:37.795 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-20T03:35:38.917Z[verify-libraries] Compiling rtoolbox v0.0.3
51332026-08-20T03:35:38.921Z[ recovery-image] Aug 20 03:35:37.803 INFO O| Aug 20 03:35:37.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51342026-08-20T03:35:38.921Z[ recovery-image] Aug 20 03:35:37.803 INFO O| Aug 20 03:35:37.803 INFO STEP 50 (remove_files) COMPLETE
51352026-08-20T03:35:38.921Z[ recovery-image] Aug 20 03:35:37.803 INFO O| Aug 20 03:35:37.803 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.822 INFO O| Aug 20 03:35:37.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51372026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.822 INFO O| Aug 20 03:35:37.811 INFO STEP 51 (remove_files) COMPLETE
51382026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.822 INFO O| Aug 20 03:35:37.811 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.822 INFO O| Aug 20 03:35:37.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51402026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.822 INFO O| Aug 20 03:35:37.819 INFO STEP 52 (remove_files) COMPLETE
51412026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.822 INFO O| Aug 20 03:35:37.819 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.827 INFO O| Aug 20 03:35:37.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51432026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.827 INFO O| Aug 20 03:35:37.827 INFO STEP 53 (remove_files) COMPLETE
51442026-08-20T03:35:38.949Z[ recovery-image] Aug 20 03:35:37.827 INFO O| Aug 20 03:35:37.827 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-20T03:35:38.952Z[ recovery-image] Aug 20 03:35:37.835 INFO O| Aug 20 03:35:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51462026-08-20T03:35:38.952Z[ recovery-image] Aug 20 03:35:37.835 INFO O| Aug 20 03:35:37.835 INFO STEP 54 (remove_files) COMPLETE
51472026-08-20T03:35:38.952Z[ recovery-image] Aug 20 03:35:37.835 INFO O| Aug 20 03:35:37.835 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-20T03:35:38.960Z[ recovery-image] Aug 20 03:35:37.843 INFO O| Aug 20 03:35:37.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51492026-08-20T03:35:38.960Z[ recovery-image] Aug 20 03:35:37.844 INFO O| Aug 20 03:35:37.843 INFO STEP 55 (remove_files) COMPLETE
51502026-08-20T03:35:38.960Z[ recovery-image] Aug 20 03:35:37.844 INFO O| Aug 20 03:35:37.844 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-20T03:35:38.968Z[ recovery-image] Aug 20 03:35:37.851 INFO O| Aug 20 03:35:37.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51522026-08-20T03:35:38.968Z[ recovery-image] Aug 20 03:35:37.851 INFO O| Aug 20 03:35:37.851 INFO STEP 56 (remove_files) COMPLETE
51532026-08-20T03:35:38.968Z[ recovery-image] Aug 20 03:35:37.851 INFO O| Aug 20 03:35:37.851 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-20T03:35:38.976Z[ recovery-image] Aug 20 03:35:37.860 INFO O| Aug 20 03:35:37.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51552026-08-20T03:35:38.976Z[ recovery-image] Aug 20 03:35:37.860 INFO O| Aug 20 03:35:37.860 INFO STEP 57 (remove_files) COMPLETE
51562026-08-20T03:35:38.979Z[ recovery-image] Aug 20 03:35:37.860 INFO O| Aug 20 03:35:37.860 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-20T03:35:38.985Z[ recovery-image] Aug 20 03:35:37.869 INFO O| Aug 20 03:35:37.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51582026-08-20T03:35:38.985Z[ recovery-image] Aug 20 03:35:37.869 INFO O| Aug 20 03:35:37.869 INFO STEP 58 (remove_files) COMPLETE
51592026-08-20T03:35:38.985Z[ recovery-image] Aug 20 03:35:37.869 INFO O| Aug 20 03:35:37.869 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-20T03:35:38.994Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51612026-08-20T03:35:38.994Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51622026-08-20T03:35:38.994Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51632026-08-20T03:35:38.997Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51642026-08-20T03:35:38.997Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51652026-08-20T03:35:38.997Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51662026-08-20T03:35:38.998Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO ok!
51672026-08-20T03:35:38.998Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO STEP 59 (ensure_file) COMPLETE
51682026-08-20T03:35:38.998Z[ recovery-image] Aug 20 03:35:37.878 INFO O| Aug 20 03:35:37.878 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-20T03:35:39.003Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51702026-08-20T03:35:39.003Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51712026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51722026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51732026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51742026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51752026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO ok!
51762026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO STEP 60 (ensure_file) COMPLETE
51772026-08-20T03:35:39.007Z[ recovery-image] Aug 20 03:35:37.887 INFO O| Aug 20 03:35:37.887 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-20T03:35:39.012Z[ recovery-image] Aug 20 03:35:37.896 INFO O| Aug 20 03:35:37.896 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51792026-08-20T03:35:39.012Z[ recovery-image] Aug 20 03:35:37.896 INFO O| Aug 20 03:35:37.896 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51802026-08-20T03:35:39.015Z[ recovery-image] Aug 20 03:35:37.896 INFO O| Aug 20 03:35:37.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51812026-08-20T03:35:39.015Z[ recovery-image] Aug 20 03:35:37.896 INFO O| Aug 20 03:35:37.896 INFO ok!
51822026-08-20T03:35:39.015Z[ recovery-image] Aug 20 03:35:37.896 INFO O| Aug 20 03:35:37.896 INFO STEP 61 (ensure_file) COMPLETE
51832026-08-20T03:35:39.015Z[ recovery-image] Aug 20 03:35:37.896 INFO O| Aug 20 03:35:37.896 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-20T03:35:39.018Z[verify-libraries] Compiling atty v0.2.14
51852026-08-20T03:35:39.021Z[ recovery-image] Aug 20 03:35:37.904 INFO O| Aug 20 03:35:37.904 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51862026-08-20T03:35:39.021Z[ recovery-image] Aug 20 03:35:37.905 INFO O| Aug 20 03:35:37.904 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51872026-08-20T03:35:39.021Z[ recovery-image] Aug 20 03:35:37.905 INFO O| Aug 20 03:35:37.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51882026-08-20T03:35:39.021Z[ recovery-image] Aug 20 03:35:37.905 INFO O| Aug 20 03:35:37.905 INFO ok!
51892026-08-20T03:35:39.021Z[ recovery-image] Aug 20 03:35:37.905 INFO O| Aug 20 03:35:37.905 INFO STEP 62 (ensure_file) COMPLETE
51902026-08-20T03:35:39.021Z[ recovery-image] Aug 20 03:35:37.905 INFO O| Aug 20 03:35:37.905 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-20T03:35:39.029Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51922026-08-20T03:35:39.029Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51932026-08-20T03:35:39.029Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51942026-08-20T03:35:39.032Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51952026-08-20T03:35:39.032Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 INFO ok!
51962026-08-20T03:35:39.032Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 INFO STEP 63 (ensure_file) COMPLETE
51972026-08-20T03:35:39.033Z[ recovery-image] Aug 20 03:35:37.913 INFO O| Aug 20 03:35:37.913 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-20T03:35:39.039Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51992026-08-20T03:35:39.039Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52002026-08-20T03:35:39.039Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52012026-08-20T03:35:39.042Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52022026-08-20T03:35:39.042Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO ok!
52032026-08-20T03:35:39.042Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO STEP 64 (ensure_file) COMPLETE
52042026-08-20T03:35:39.042Z[ recovery-image] Aug 20 03:35:37.923 INFO O| Aug 20 03:35:37.923 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-20T03:35:39.049Z[ recovery-image] Aug 20 03:35:37.932 INFO O| Aug 20 03:35:37.932 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52062026-08-20T03:35:39.049Z[ recovery-image] Aug 20 03:35:37.933 INFO O| Aug 20 03:35:37.932 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52072026-08-20T03:35:39.052Z[ recovery-image] Aug 20 03:35:37.933 INFO O| Aug 20 03:35:37.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52082026-08-20T03:35:39.052Z[ recovery-image] Aug 20 03:35:37.933 INFO O| Aug 20 03:35:37.932 INFO ok!
52092026-08-20T03:35:39.052Z[ recovery-image] Aug 20 03:35:37.933 INFO O| Aug 20 03:35:37.932 INFO STEP 65 (assemble_files) COMPLETE
52102026-08-20T03:35:39.052Z[ recovery-image] Aug 20 03:35:37.933 INFO O| Aug 20 03:35:37.932 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-20T03:35:39.058Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52122026-08-20T03:35:39.058Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52132026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52142026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52152026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO ok!
52162026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO STEP 66 (ensure_file) COMPLETE
52172026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO skip step because feature "omicron1" is not enabled
52192026-08-20T03:35:39.061Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-08-20T03:35:39.062Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO skip step because feature "omicron1" is not enabled
52212026-08-20T03:35:39.062Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-08-20T03:35:39.062Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO skip step because feature "omicron1" is not enabled
52232026-08-20T03:35:39.062Z[ recovery-image] Aug 20 03:35:37.942 INFO O| Aug 20 03:35:37.942 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-20T03:35:39.097Z[ recovery-image] Aug 20 03:35:37.981 INFO O| Aug 20 03:35:37.981 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52252026-08-20T03:35:39.097Z[ recovery-image] Aug 20 03:35:37.981 INFO O| Aug 20 03:35:37.981 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52262026-08-20T03:35:39.219Z[verify-libraries] Compiling topological-sort v0.2.2
52272026-08-20T03:35:39.280Z[verify-libraries] Compiling sponge-cursor v0.1.0
52282026-08-20T03:35:39.284Z[verify-libraries] Compiling rpassword v7.5.4
52292026-08-20T03:35:39.385Z[verify-libraries] Compiling ml-kem v0.3.2
52302026-08-20T03:35:39.535Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52312026-08-20T03:35:39.538Z[verify-libraries] Compiling sha3 v0.12.0
52322026-08-20T03:35:39.560Z[verify-libraries] Compiling serde_with v1.14.0
52332026-08-20T03:35:40.244Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52342026-08-20T03:35:40.271Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52352026-08-20T03:35:40.300Z[ recovery-image] Aug 20 03:35:39.183 INFO O| Aug 20 03:35:39.183 INFO STEP 70 (pack_tar) COMPLETE
52362026-08-20T03:35:40.300Z[ recovery-image] Aug 20 03:35:39.183 INFO O| Aug 20 03:35:39.183 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52372026-08-20T03:35:40.300Z[ recovery-image] Aug 20 03:35:39.183 INFO O| Aug 20 03:35:39.183 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52382026-08-20T03:35:40.513Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52392026-08-20T03:35:40.869Z[ recovery-image] Aug 20 03:35:39.753 INFO O| Aug 20 03:35:39.753 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52402026-08-20T03:35:40.973Z[ recovery-image] Aug 20 03:35:39.857 INFO O| Aug 20 03:35:39.857 INFO completed processing sled/ramdisk-02-trim
52412026-08-20T03:35:40.976Z[ recovery-image] Aug 20 03:35:39.859 INFO image builder template: ramdisk-03-recovery-trim...
52422026-08-20T03:35:40.976Z[ recovery-image] Aug 20 03:35:39.859 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/.tmpj9tMUi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52432026-08-20T03:35:40.982Z[ recovery-image] Aug 20 03:35:39.866 INFO O| Aug 20 03:35:39.864 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52442026-08-20T03:35:41.010Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52452026-08-20T03:35:41.055Z[ recovery-image] Aug 20 03:35:39.938 INFO O| Aug 20 03:35:39.938 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52462026-08-20T03:35:41.058Z[ recovery-image] Aug 20 03:35:39.942 INFO O| Aug 20 03:35:39.942 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52472026-08-20T03:35:41.149Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52482026-08-20T03:35:41.177Z[ recovery-image] Aug 20 03:35:40.061 INFO O| Aug 20 03:35:40.061 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52492026-08-20T03:35:41.246Z[ recovery-image] Aug 20 03:35:40.129 INFO O| Aug 20 03:35:40.129 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52502026-08-20T03:35:41.246Z[ recovery-image] Aug 20 03:35:40.129 INFO O| Aug 20 03:35:40.129 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52512026-08-20T03:35:41.253Z[ recovery-image] Aug 20 03:35:40.136 INFO O| Aug 20 03:35:40.136 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52522026-08-20T03:35:41.256Z[ recovery-image] Aug 20 03:35:40.140 INFO O| Aug 20 03:35:40.140 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52532026-08-20T03:35:41.263Z[ recovery-image] Aug 20 03:35:40.145 INFO O| Aug 20 03:35:40.145 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52542026-08-20T03:35:41.654Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52552026-08-20T03:35:42.032Z[ recovery-image] Aug 20 03:35:40.915 INFO O| Aug 20 03:35:40.915 INFO rolled back to input snapshot; work may begin
52562026-08-20T03:35:42.032Z[ recovery-image] Aug 20 03:35:40.915 INFO O| Aug 20 03:35:40.915 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52572026-08-20T03:35:42.037Z[ recovery-image] Aug 20 03:35:40.920 INFO O| Aug 20 03:35:40.920 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-20T03:35:42.046Z[ recovery-image] Aug 20 03:35:40.930 INFO O| Aug 20 03:35:40.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52592026-08-20T03:35:42.049Z[ recovery-image] Aug 20 03:35:40.932 INFO O| Aug 20 03:35:40.932 INFO STEP 0 (remove_files) COMPLETE
52602026-08-20T03:35:42.049Z[ recovery-image] Aug 20 03:35:40.932 INFO O| Aug 20 03:35:40.932 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-20T03:35:42.059Z[ recovery-image] Aug 20 03:35:40.941 INFO O| Aug 20 03:35:40.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52622026-08-20T03:35:42.062Z[ recovery-image] Aug 20 03:35:40.942 INFO O| Aug 20 03:35:40.942 INFO STEP 1 (remove_files) COMPLETE
52632026-08-20T03:35:42.062Z[ recovery-image] Aug 20 03:35:40.942 INFO O| Aug 20 03:35:40.942 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-20T03:35:42.067Z[ recovery-image] Aug 20 03:35:40.951 INFO O| Aug 20 03:35:40.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52652026-08-20T03:35:42.073Z[ recovery-image] Aug 20 03:35:40.957 INFO O| Aug 20 03:35:40.957 INFO STEP 2 (remove_files) COMPLETE
52662026-08-20T03:35:42.073Z[ recovery-image] Aug 20 03:35:40.957 INFO O| Aug 20 03:35:40.957 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-20T03:35:42.084Z[ recovery-image] Aug 20 03:35:40.968 INFO O| Aug 20 03:35:40.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52682026-08-20T03:35:42.138Z[ recovery-image] Aug 20 03:35:41.021 INFO O| Aug 20 03:35:41.021 INFO STEP 3 (remove_files) COMPLETE
52692026-08-20T03:35:42.138Z[ recovery-image] Aug 20 03:35:41.021 INFO O| Aug 20 03:35:41.021 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-20T03:35:42.148Z[ recovery-image] Aug 20 03:35:41.032 INFO O| Aug 20 03:35:41.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52712026-08-20T03:35:42.151Z[ recovery-image] Aug 20 03:35:41.033 INFO O| Aug 20 03:35:41.033 INFO STEP 4 (remove_files) COMPLETE
52722026-08-20T03:35:42.151Z[ recovery-image] Aug 20 03:35:41.033 INFO O| Aug 20 03:35:41.033 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-20T03:35:42.160Z[ recovery-image] Aug 20 03:35:41.043 INFO O| Aug 20 03:35:41.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52742026-08-20T03:35:42.197Z[ recovery-image] Aug 20 03:35:41.081 INFO O| Aug 20 03:35:41.081 INFO STEP 5 (remove_files) COMPLETE
52752026-08-20T03:35:42.197Z[ recovery-image] Aug 20 03:35:41.081 INFO O| Aug 20 03:35:41.081 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-20T03:35:42.209Z[ recovery-image] Aug 20 03:35:41.093 INFO O| Aug 20 03:35:41.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52772026-08-20T03:35:42.223Z[ recovery-image] Aug 20 03:35:41.106 INFO O| Aug 20 03:35:41.106 INFO STEP 6 (remove_files) COMPLETE
52782026-08-20T03:35:42.223Z[ recovery-image] Aug 20 03:35:41.106 INFO O| Aug 20 03:35:41.106 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-20T03:35:42.233Z[ recovery-image] Aug 20 03:35:41.117 INFO O| Aug 20 03:35:41.117 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52802026-08-20T03:35:42.237Z[ recovery-image] Aug 20 03:35:41.119 INFO O| Aug 20 03:35:41.119 INFO STEP 7 (remove_files) COMPLETE
52812026-08-20T03:35:42.237Z[ recovery-image] Aug 20 03:35:41.119 INFO O| Aug 20 03:35:41.119 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-20T03:35:42.245Z[ recovery-image] Aug 20 03:35:41.129 INFO O| Aug 20 03:35:41.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52832026-08-20T03:35:42.248Z[ recovery-image] Aug 20 03:35:41.131 INFO O| Aug 20 03:35:41.131 INFO STEP 8 (remove_files) COMPLETE
52842026-08-20T03:35:42.248Z[ recovery-image] Aug 20 03:35:41.131 INFO O| Aug 20 03:35:41.131 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-20T03:35:42.258Z[ recovery-image] Aug 20 03:35:41.142 INFO O| Aug 20 03:35:41.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52862026-08-20T03:35:42.261Z[ recovery-image] Aug 20 03:35:41.143 INFO O| Aug 20 03:35:41.143 INFO STEP 9 (remove_files) COMPLETE
52872026-08-20T03:35:42.261Z[ recovery-image] Aug 20 03:35:41.144 INFO O| Aug 20 03:35:41.143 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-20T03:35:42.269Z[ recovery-image] Aug 20 03:35:41.153 INFO O| Aug 20 03:35:41.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52892026-08-20T03:35:42.273Z[ recovery-image] Aug 20 03:35:41.154 INFO O| Aug 20 03:35:41.154 INFO STEP 10 (remove_files) COMPLETE
52902026-08-20T03:35:42.273Z[ recovery-image] Aug 20 03:35:41.154 INFO O| Aug 20 03:35:41.154 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-20T03:35:42.279Z[ recovery-image] Aug 20 03:35:41.163 INFO O| Aug 20 03:35:41.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52922026-08-20T03:35:42.282Z[ recovery-image] Aug 20 03:35:41.165 INFO O| Aug 20 03:35:41.165 INFO STEP 11 (remove_files) COMPLETE
52932026-08-20T03:35:42.282Z[ recovery-image] Aug 20 03:35:41.165 INFO O| Aug 20 03:35:41.165 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-20T03:35:42.294Z[ recovery-image] Aug 20 03:35:41.176 INFO O| Aug 20 03:35:41.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52952026-08-20T03:35:42.366Z[ recovery-image] Aug 20 03:35:41.250 INFO O| Aug 20 03:35:41.250 INFO STEP 12 (remove_files) COMPLETE
52962026-08-20T03:35:42.366Z[ recovery-image] Aug 20 03:35:41.250 INFO O| Aug 20 03:35:41.250 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-20T03:35:42.377Z[ recovery-image] Aug 20 03:35:41.261 INFO O| Aug 20 03:35:41.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52982026-08-20T03:35:42.380Z[ recovery-image] Aug 20 03:35:41.263 INFO O| Aug 20 03:35:41.263 INFO STEP 13 (remove_files) COMPLETE
52992026-08-20T03:35:42.380Z[ recovery-image] Aug 20 03:35:41.263 INFO O| Aug 20 03:35:41.263 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-20T03:35:42.390Z[ recovery-image] Aug 20 03:35:41.274 INFO O| Aug 20 03:35:41.274 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53012026-08-20T03:35:42.394Z[ recovery-image] Aug 20 03:35:41.277 INFO O| Aug 20 03:35:41.277 INFO STEP 14 (remove_files) COMPLETE
53022026-08-20T03:35:42.394Z[ recovery-image] Aug 20 03:35:41.277 INFO O| Aug 20 03:35:41.277 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-20T03:35:42.405Z[ recovery-image] Aug 20 03:35:41.289 INFO O| Aug 20 03:35:41.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53042026-08-20T03:35:42.408Z[ recovery-image] Aug 20 03:35:41.289 INFO O| Aug 20 03:35:41.289 INFO STEP 15 (remove_files) COMPLETE
53052026-08-20T03:35:42.408Z[ recovery-image] Aug 20 03:35:41.289 INFO O| Aug 20 03:35:41.289 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-20T03:35:42.415Z[ recovery-image] Aug 20 03:35:41.299 INFO O| Aug 20 03:35:41.299 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53072026-08-20T03:35:42.418Z[ recovery-image] Aug 20 03:35:41.301 INFO O| Aug 20 03:35:41.301 INFO STEP 16 (remove_files) COMPLETE
53082026-08-20T03:35:42.418Z[ recovery-image] Aug 20 03:35:41.301 INFO O| Aug 20 03:35:41.301 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-20T03:35:42.428Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53102026-08-20T03:35:42.431Z[ recovery-image] Aug 20 03:35:41.310 INFO O| Aug 20 03:35:41.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53112026-08-20T03:35:42.439Z[ recovery-image] Aug 20 03:35:41.323 INFO O| Aug 20 03:35:41.323 INFO STEP 17 (remove_files) COMPLETE
53122026-08-20T03:35:42.440Z[ recovery-image] Aug 20 03:35:41.323 INFO O| Aug 20 03:35:41.323 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-20T03:35:42.450Z[ recovery-image] Aug 20 03:35:41.334 INFO O| Aug 20 03:35:41.334 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53142026-08-20T03:35:42.455Z[ recovery-image] Aug 20 03:35:41.335 INFO O| Aug 20 03:35:41.335 INFO STEP 18 (remove_files) COMPLETE
53152026-08-20T03:35:42.455Z[ recovery-image] Aug 20 03:35:41.335 INFO O| Aug 20 03:35:41.335 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-20T03:35:42.461Z[ recovery-image] Aug 20 03:35:41.344 INFO O| Aug 20 03:35:41.344 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53172026-08-20T03:35:42.461Z[ recovery-image] Aug 20 03:35:41.344 INFO O| Aug 20 03:35:41.344 INFO STEP 19 (remove_files) COMPLETE
53182026-08-20T03:35:42.466Z[ recovery-image] Aug 20 03:35:41.344 INFO O| Aug 20 03:35:41.344 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-08-20T03:35:42.470Z[ recovery-image] Aug 20 03:35:41.353 INFO O| Aug 20 03:35:41.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53202026-08-20T03:35:42.607Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53212026-08-20T03:35:42.657Z[ recovery-image] Aug 20 03:35:41.541 INFO O| Aug 20 03:35:41.541 INFO STEP 20 (remove_files) COMPLETE
53222026-08-20T03:35:42.657Z[ recovery-image] Aug 20 03:35:41.541 INFO O| Aug 20 03:35:41.541 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-20T03:35:42.718Z[ recovery-image] Aug 20 03:35:41.601 INFO O| Aug 20 03:35:41.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53242026-08-20T03:35:42.736Z[ recovery-image] Aug 20 03:35:41.619 INFO O| Aug 20 03:35:41.619 INFO STEP 21 (remove_files) COMPLETE
53252026-08-20T03:35:42.736Z[ recovery-image] Aug 20 03:35:41.620 INFO O| Aug 20 03:35:41.619 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-20T03:35:42.747Z[ recovery-image] Aug 20 03:35:41.630 INFO O| Aug 20 03:35:41.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53272026-08-20T03:35:42.754Z[ recovery-image] Aug 20 03:35:41.638 INFO O| Aug 20 03:35:41.638 INFO STEP 22 (remove_files) COMPLETE
53282026-08-20T03:35:42.754Z[ recovery-image] Aug 20 03:35:41.638 INFO O| Aug 20 03:35:41.638 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-20T03:35:42.838Z[ recovery-image] Aug 20 03:35:41.722 INFO O| Aug 20 03:35:41.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53302026-08-20T03:35:42.849Z[ recovery-image] Aug 20 03:35:41.733 INFO O| Aug 20 03:35:41.732 INFO STEP 23 (remove_files) COMPLETE
53312026-08-20T03:35:42.849Z[ recovery-image] Aug 20 03:35:41.733 INFO O| Aug 20 03:35:41.732 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-20T03:35:42.858Z[ recovery-image] Aug 20 03:35:41.742 INFO O| Aug 20 03:35:41.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53332026-08-20T03:35:42.864Z[ recovery-image] Aug 20 03:35:41.748 INFO O| Aug 20 03:35:41.748 INFO STEP 24 (remove_files) COMPLETE
53342026-08-20T03:35:42.864Z[ recovery-image] Aug 20 03:35:41.748 INFO O| Aug 20 03:35:41.748 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-20T03:35:42.874Z[ recovery-image] Aug 20 03:35:41.758 INFO O| Aug 20 03:35:41.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53362026-08-20T03:35:42.886Z[ recovery-image] Aug 20 03:35:41.770 INFO O| Aug 20 03:35:41.770 INFO STEP 25 (remove_files) COMPLETE
53372026-08-20T03:35:42.886Z[ recovery-image] Aug 20 03:35:41.770 INFO O| Aug 20 03:35:41.770 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-20T03:35:42.924Z[ recovery-image] Aug 20 03:35:41.808 INFO O| Aug 20 03:35:41.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53392026-08-20T03:35:42.924Z[ recovery-image] Aug 20 03:35:41.808 INFO O| Aug 20 03:35:41.808 INFO STEP 26 (remove_files) COMPLETE
53402026-08-20T03:35:42.924Z[ recovery-image] Aug 20 03:35:41.808 INFO O| Aug 20 03:35:41.808 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-20T03:35:42.934Z[ recovery-image] Aug 20 03:35:41.817 INFO O| Aug 20 03:35:41.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53422026-08-20T03:35:42.947Z[ recovery-image] Aug 20 03:35:41.831 INFO O| Aug 20 03:35:41.831 INFO STEP 27 (remove_files) COMPLETE
53432026-08-20T03:35:42.947Z[ recovery-image] Aug 20 03:35:41.831 INFO O| Aug 20 03:35:41.831 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-20T03:35:42.958Z[ recovery-image] Aug 20 03:35:41.841 INFO O| Aug 20 03:35:41.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53452026-08-20T03:35:42.958Z[ recovery-image] Aug 20 03:35:41.841 INFO O| Aug 20 03:35:41.841 INFO STEP 28 (remove_files) COMPLETE
53462026-08-20T03:35:42.958Z[ recovery-image] Aug 20 03:35:41.841 INFO O| Aug 20 03:35:41.841 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-20T03:35:42.967Z[ recovery-image] Aug 20 03:35:41.851 INFO O| Aug 20 03:35:41.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53482026-08-20T03:35:42.967Z[ recovery-image] Aug 20 03:35:41.851 INFO O| Aug 20 03:35:41.851 INFO STEP 29 (remove_files) COMPLETE
53492026-08-20T03:35:42.970Z[ recovery-image] Aug 20 03:35:41.851 INFO O| Aug 20 03:35:41.851 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-20T03:35:42.976Z[ recovery-image] Aug 20 03:35:41.860 INFO O| Aug 20 03:35:41.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53512026-08-20T03:35:42.976Z[ recovery-image] Aug 20 03:35:41.860 INFO O| Aug 20 03:35:41.860 INFO STEP 30 (remove_files) COMPLETE
53522026-08-20T03:35:42.979Z[ recovery-image] Aug 20 03:35:41.860 INFO O| Aug 20 03:35:41.860 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-20T03:35:42.986Z[ recovery-image] Aug 20 03:35:41.869 INFO O| Aug 20 03:35:41.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53542026-08-20T03:35:42.986Z[ recovery-image] Aug 20 03:35:41.869 INFO O| Aug 20 03:35:41.869 INFO STEP 31 (remove_files) COMPLETE
53552026-08-20T03:35:42.986Z[ recovery-image] Aug 20 03:35:41.869 INFO O| Aug 20 03:35:41.869 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-20T03:35:42.995Z[ recovery-image] Aug 20 03:35:41.878 INFO O| Aug 20 03:35:41.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53572026-08-20T03:35:43.033Z[ recovery-image] Aug 20 03:35:41.916 INFO O| Aug 20 03:35:41.916 INFO STEP 32 (remove_files) COMPLETE
53582026-08-20T03:35:43.033Z[ recovery-image] Aug 20 03:35:41.916 INFO O| Aug 20 03:35:41.916 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-20T03:35:43.043Z[ recovery-image] Aug 20 03:35:41.927 INFO O| Aug 20 03:35:41.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53602026-08-20T03:35:43.043Z[ recovery-image] Aug 20 03:35:41.927 INFO O| Aug 20 03:35:41.927 INFO STEP 33 (remove_files) COMPLETE
53612026-08-20T03:35:43.043Z[ recovery-image] Aug 20 03:35:41.927 INFO O| Aug 20 03:35:41.927 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-20T03:35:43.053Z[ recovery-image] Aug 20 03:35:41.937 INFO O| Aug 20 03:35:41.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53632026-08-20T03:35:43.053Z[ recovery-image] Aug 20 03:35:41.937 INFO O| Aug 20 03:35:41.937 INFO STEP 34 (remove_files) COMPLETE
53642026-08-20T03:35:43.053Z[ recovery-image] Aug 20 03:35:41.937 INFO O| Aug 20 03:35:41.937 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-20T03:35:43.106Z[ recovery-image] Aug 20 03:35:41.990 INFO O| Aug 20 03:35:41.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53662026-08-20T03:35:43.106Z[ recovery-image] Aug 20 03:35:41.990 INFO O| Aug 20 03:35:41.990 INFO STEP 35 (remove_files) COMPLETE
53672026-08-20T03:35:43.106Z[ recovery-image] Aug 20 03:35:41.990 INFO O| Aug 20 03:35:41.990 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-20T03:35:43.116Z[ recovery-image] Aug 20 03:35:42.000 INFO O| Aug 20 03:35:42.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53692026-08-20T03:35:43.119Z[ recovery-image] Aug 20 03:35:42.002 INFO O| Aug 20 03:35:42.002 INFO STEP 36 (remove_files) COMPLETE
53702026-08-20T03:35:43.119Z[ recovery-image] Aug 20 03:35:42.002 INFO O| Aug 20 03:35:42.002 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-20T03:35:43.193Z[ recovery-image] Aug 20 03:35:42.076 INFO O| Aug 20 03:35:42.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53722026-08-20T03:35:43.193Z[ recovery-image] Aug 20 03:35:42.076 INFO O| Aug 20 03:35:42.076 INFO STEP 37 (remove_files) COMPLETE
53732026-08-20T03:35:43.193Z[ recovery-image] Aug 20 03:35:42.076 INFO O| Aug 20 03:35:42.076 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-20T03:35:43.202Z[ recovery-image] Aug 20 03:35:42.086 INFO O| Aug 20 03:35:42.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53752026-08-20T03:35:43.202Z[ recovery-image] Aug 20 03:35:42.086 INFO O| Aug 20 03:35:42.086 INFO STEP 38 (remove_files) COMPLETE
53762026-08-20T03:35:43.202Z[ recovery-image] Aug 20 03:35:42.086 INFO O| Aug 20 03:35:42.086 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-20T03:35:43.211Z[ recovery-image] Aug 20 03:35:42.095 INFO O| Aug 20 03:35:42.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53782026-08-20T03:35:43.211Z[ recovery-image] Aug 20 03:35:42.095 INFO O| Aug 20 03:35:42.095 INFO STEP 39 (remove_files) COMPLETE
53792026-08-20T03:35:43.211Z[ recovery-image] Aug 20 03:35:42.095 INFO O| Aug 20 03:35:42.095 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-20T03:35:43.222Z[ recovery-image] Aug 20 03:35:42.104 INFO O| Aug 20 03:35:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53812026-08-20T03:35:43.222Z[ recovery-image] Aug 20 03:35:42.104 INFO O| Aug 20 03:35:42.104 INFO STEP 40 (remove_files) COMPLETE
53822026-08-20T03:35:43.222Z[ recovery-image] Aug 20 03:35:42.104 INFO O| Aug 20 03:35:42.104 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-20T03:35:43.230Z[ recovery-image] Aug 20 03:35:42.113 INFO O| Aug 20 03:35:42.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53842026-08-20T03:35:43.230Z[ recovery-image] Aug 20 03:35:42.113 INFO O| Aug 20 03:35:42.113 INFO STEP 41 (remove_files) COMPLETE
53852026-08-20T03:35:43.230Z[ recovery-image] Aug 20 03:35:42.113 INFO O| Aug 20 03:35:42.113 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-20T03:35:43.240Z[ recovery-image] Aug 20 03:35:42.124 INFO O| Aug 20 03:35:42.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53872026-08-20T03:35:43.240Z[ recovery-image] Aug 20 03:35:42.124 INFO O| Aug 20 03:35:42.124 INFO STEP 42 (remove_files) COMPLETE
53882026-08-20T03:35:43.243Z[ recovery-image] Aug 20 03:35:42.124 INFO O| Aug 20 03:35:42.124 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-20T03:35:43.251Z[ recovery-image] Aug 20 03:35:42.134 INFO O| Aug 20 03:35:42.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53902026-08-20T03:35:43.251Z[ recovery-image] Aug 20 03:35:42.135 INFO O| Aug 20 03:35:42.133 INFO STEP 43 (remove_files) COMPLETE
53912026-08-20T03:35:43.251Z[ recovery-image] Aug 20 03:35:42.135 INFO O| Aug 20 03:35:42.133 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-20T03:35:43.259Z[ recovery-image] Aug 20 03:35:42.143 INFO O| Aug 20 03:35:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53932026-08-20T03:35:43.259Z[ recovery-image] Aug 20 03:35:42.143 INFO O| Aug 20 03:35:42.143 INFO STEP 44 (remove_files) COMPLETE
53942026-08-20T03:35:43.262Z[ recovery-image] Aug 20 03:35:42.143 INFO O| Aug 20 03:35:42.143 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-20T03:35:43.269Z[ recovery-image] Aug 20 03:35:42.152 INFO O| Aug 20 03:35:42.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53962026-08-20T03:35:43.269Z[ recovery-image] Aug 20 03:35:42.152 INFO O| Aug 20 03:35:42.152 INFO STEP 45 (remove_files) COMPLETE
53972026-08-20T03:35:43.272Z[ recovery-image] Aug 20 03:35:42.152 INFO O| Aug 20 03:35:42.152 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-20T03:35:43.278Z[ recovery-image] Aug 20 03:35:42.162 INFO O| Aug 20 03:35:42.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53992026-08-20T03:35:43.282Z[ recovery-image] Aug 20 03:35:42.163 INFO O| Aug 20 03:35:42.163 INFO STEP 46 (remove_files) COMPLETE
54002026-08-20T03:35:43.282Z[ recovery-image] Aug 20 03:35:42.163 INFO O| Aug 20 03:35:42.163 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-20T03:35:43.289Z[ recovery-image] Aug 20 03:35:42.172 INFO O| Aug 20 03:35:42.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54022026-08-20T03:35:43.289Z[ recovery-image] Aug 20 03:35:42.172 INFO O| Aug 20 03:35:42.172 INFO STEP 47 (remove_files) COMPLETE
54032026-08-20T03:35:43.292Z[ recovery-image] Aug 20 03:35:42.172 INFO O| Aug 20 03:35:42.172 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-20T03:35:43.298Z[ recovery-image] Aug 20 03:35:42.182 INFO O| Aug 20 03:35:42.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54052026-08-20T03:35:43.298Z[ recovery-image] Aug 20 03:35:42.182 INFO O| Aug 20 03:35:42.182 INFO STEP 48 (remove_files) COMPLETE
54062026-08-20T03:35:43.298Z[ recovery-image] Aug 20 03:35:42.182 INFO O| Aug 20 03:35:42.182 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-20T03:35:43.308Z[ recovery-image] Aug 20 03:35:42.191 INFO O| Aug 20 03:35:42.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54082026-08-20T03:35:43.308Z[ recovery-image] Aug 20 03:35:42.191 INFO O| Aug 20 03:35:42.191 INFO STEP 49 (remove_files) COMPLETE
54092026-08-20T03:35:43.308Z[ recovery-image] Aug 20 03:35:42.191 INFO O| Aug 20 03:35:42.191 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-20T03:35:43.318Z[ recovery-image] Aug 20 03:35:42.202 INFO O| Aug 20 03:35:42.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54112026-08-20T03:35:43.318Z[ recovery-image] Aug 20 03:35:42.202 INFO O| Aug 20 03:35:42.202 INFO STEP 50 (remove_files) COMPLETE
54122026-08-20T03:35:43.319Z[ recovery-image] Aug 20 03:35:42.202 INFO O| Aug 20 03:35:42.202 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-20T03:35:43.329Z[ recovery-image] Aug 20 03:35:42.212 INFO O| Aug 20 03:35:42.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54142026-08-20T03:35:43.332Z[ recovery-image] Aug 20 03:35:42.213 INFO O| Aug 20 03:35:42.213 INFO STEP 51 (remove_files) COMPLETE
54152026-08-20T03:35:43.332Z[ recovery-image] Aug 20 03:35:42.213 INFO O| Aug 20 03:35:42.213 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-20T03:35:43.340Z[ recovery-image] Aug 20 03:35:42.223 INFO O| Aug 20 03:35:42.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54172026-08-20T03:35:43.340Z[ recovery-image] Aug 20 03:35:42.223 INFO O| Aug 20 03:35:42.223 INFO STEP 52 (remove_files) COMPLETE
54182026-08-20T03:35:43.340Z[ recovery-image] Aug 20 03:35:42.223 INFO O| Aug 20 03:35:42.223 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-20T03:35:43.350Z[ recovery-image] Aug 20 03:35:42.233 INFO O| Aug 20 03:35:42.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54202026-08-20T03:35:43.350Z[ recovery-image] Aug 20 03:35:42.233 INFO O| Aug 20 03:35:42.233 INFO STEP 53 (remove_files) COMPLETE
54212026-08-20T03:35:43.350Z[ recovery-image] Aug 20 03:35:42.233 INFO O| Aug 20 03:35:42.233 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-20T03:35:43.359Z[ recovery-image] Aug 20 03:35:42.243 INFO O| Aug 20 03:35:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54232026-08-20T03:35:43.362Z[ recovery-image] Aug 20 03:35:42.244 INFO O| Aug 20 03:35:42.244 INFO STEP 54 (remove_files) COMPLETE
54242026-08-20T03:35:43.362Z[ recovery-image] Aug 20 03:35:42.244 INFO O| Aug 20 03:35:42.244 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-20T03:35:43.371Z[ recovery-image] Aug 20 03:35:42.255 INFO O| Aug 20 03:35:42.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54262026-08-20T03:35:43.371Z[ recovery-image] Aug 20 03:35:42.255 INFO O| Aug 20 03:35:42.255 INFO STEP 55 (remove_files) COMPLETE
54272026-08-20T03:35:43.371Z[ recovery-image] Aug 20 03:35:42.255 INFO O| Aug 20 03:35:42.255 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-20T03:35:43.382Z[ recovery-image] Aug 20 03:35:42.266 INFO O| Aug 20 03:35:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54292026-08-20T03:35:43.382Z[ recovery-image] Aug 20 03:35:42.266 INFO O| Aug 20 03:35:42.266 INFO STEP 56 (remove_files) COMPLETE
54302026-08-20T03:35:43.383Z[ recovery-image] Aug 20 03:35:42.266 INFO O| Aug 20 03:35:42.266 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-20T03:35:43.392Z[ recovery-image] Aug 20 03:35:42.276 INFO O| Aug 20 03:35:42.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54322026-08-20T03:35:43.392Z[ recovery-image] Aug 20 03:35:42.276 INFO O| Aug 20 03:35:42.276 INFO STEP 57 (remove_files) COMPLETE
54332026-08-20T03:35:43.395Z[ recovery-image] Aug 20 03:35:42.276 INFO O| Aug 20 03:35:42.276 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-20T03:35:43.403Z[ recovery-image] Aug 20 03:35:42.287 INFO O| Aug 20 03:35:42.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54352026-08-20T03:35:43.403Z[ recovery-image] Aug 20 03:35:42.287 INFO O| Aug 20 03:35:42.287 INFO STEP 58 (remove_files) COMPLETE
54362026-08-20T03:35:43.406Z[ recovery-image] Aug 20 03:35:42.287 INFO O| Aug 20 03:35:42.287 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-20T03:35:43.413Z[ recovery-image] Aug 20 03:35:42.297 INFO O| Aug 20 03:35:42.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54382026-08-20T03:35:43.413Z[ recovery-image] Aug 20 03:35:42.297 INFO O| Aug 20 03:35:42.297 INFO STEP 59 (remove_files) COMPLETE
54392026-08-20T03:35:43.413Z[ recovery-image] Aug 20 03:35:42.297 INFO O| Aug 20 03:35:42.297 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-20T03:35:43.424Z[ recovery-image] Aug 20 03:35:42.307 INFO O| Aug 20 03:35:42.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54412026-08-20T03:35:43.424Z[ recovery-image] Aug 20 03:35:42.307 INFO O| Aug 20 03:35:42.307 INFO STEP 60 (remove_files) COMPLETE
54422026-08-20T03:35:43.424Z[ recovery-image] Aug 20 03:35:42.307 INFO O| Aug 20 03:35:42.307 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-20T03:35:43.433Z[ recovery-image] Aug 20 03:35:42.317 INFO O| Aug 20 03:35:42.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54442026-08-20T03:35:43.433Z[ recovery-image] Aug 20 03:35:42.317 INFO O| Aug 20 03:35:42.317 INFO STEP 61 (remove_files) COMPLETE
54452026-08-20T03:35:43.433Z[ recovery-image] Aug 20 03:35:42.317 INFO O| Aug 20 03:35:42.317 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-20T03:35:43.441Z[ recovery-image] Aug 20 03:35:42.324 INFO O| Aug 20 03:35:42.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54472026-08-20T03:35:43.441Z[ recovery-image] Aug 20 03:35:42.324 INFO O| Aug 20 03:35:42.324 INFO STEP 62 (remove_files) COMPLETE
54482026-08-20T03:35:43.443Z[ recovery-image] Aug 20 03:35:42.324 INFO O| Aug 20 03:35:42.324 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-20T03:35:43.448Z[ recovery-image] Aug 20 03:35:42.332 INFO O| Aug 20 03:35:42.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54502026-08-20T03:35:43.448Z[ recovery-image] Aug 20 03:35:42.332 INFO O| Aug 20 03:35:42.332 INFO STEP 63 (remove_files) COMPLETE
54512026-08-20T03:35:43.448Z[ recovery-image] Aug 20 03:35:42.332 INFO O| Aug 20 03:35:42.332 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-20T03:35:43.456Z[ recovery-image] Aug 20 03:35:42.339 INFO O| Aug 20 03:35:42.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54532026-08-20T03:35:43.456Z[ recovery-image] Aug 20 03:35:42.340 INFO O| Aug 20 03:35:42.340 INFO STEP 64 (remove_files) COMPLETE
54542026-08-20T03:35:43.459Z[ recovery-image] Aug 20 03:35:42.340 INFO O| Aug 20 03:35:42.340 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-20T03:35:43.468Z[ recovery-image] Aug 20 03:35:42.351 INFO O| Aug 20 03:35:42.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54562026-08-20T03:35:43.472Z[ recovery-image] Aug 20 03:35:42.351 INFO O| Aug 20 03:35:42.351 INFO STEP 65 (remove_files) COMPLETE
54572026-08-20T03:35:43.472Z[ recovery-image] Aug 20 03:35:42.351 INFO O| Aug 20 03:35:42.351 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-20T03:35:43.476Z[ recovery-image] Aug 20 03:35:42.360 INFO O| Aug 20 03:35:42.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54592026-08-20T03:35:43.477Z[ recovery-image] Aug 20 03:35:42.360 INFO O| Aug 20 03:35:42.360 INFO STEP 66 (remove_files) COMPLETE
54602026-08-20T03:35:43.487Z[ recovery-image] Aug 20 03:35:42.360 INFO O| Aug 20 03:35:42.360 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-20T03:35:43.487Z[ recovery-image] Aug 20 03:35:42.369 INFO O| Aug 20 03:35:42.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54622026-08-20T03:35:43.487Z[ recovery-image] Aug 20 03:35:42.369 INFO O| Aug 20 03:35:42.369 INFO STEP 67 (remove_files) COMPLETE
54632026-08-20T03:35:43.487Z[ recovery-image] Aug 20 03:35:42.370 INFO O| Aug 20 03:35:42.369 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-20T03:35:43.497Z[ recovery-image] Aug 20 03:35:42.379 INFO O| Aug 20 03:35:42.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54652026-08-20T03:35:43.497Z[ recovery-image] Aug 20 03:35:42.379 INFO O| Aug 20 03:35:42.379 INFO STEP 68 (remove_files) COMPLETE
54662026-08-20T03:35:43.497Z[ recovery-image] Aug 20 03:35:42.379 INFO O| Aug 20 03:35:42.379 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-20T03:35:43.506Z[ recovery-image] Aug 20 03:35:42.390 INFO O| Aug 20 03:35:42.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54682026-08-20T03:35:43.506Z[ recovery-image] Aug 20 03:35:42.390 INFO O| Aug 20 03:35:42.390 INFO STEP 69 (remove_files) COMPLETE
54692026-08-20T03:35:43.506Z[ recovery-image] Aug 20 03:35:42.390 INFO O| Aug 20 03:35:42.390 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-20T03:35:43.515Z[ recovery-image] Aug 20 03:35:42.399 INFO O| Aug 20 03:35:42.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54712026-08-20T03:35:43.516Z[ recovery-image] Aug 20 03:35:42.399 INFO O| Aug 20 03:35:42.399 INFO STEP 70 (remove_files) COMPLETE
54722026-08-20T03:35:43.516Z[ recovery-image] Aug 20 03:35:42.399 INFO O| Aug 20 03:35:42.399 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-20T03:35:43.524Z[ recovery-image] Aug 20 03:35:42.407 INFO O| Aug 20 03:35:42.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54742026-08-20T03:35:43.524Z[ recovery-image] Aug 20 03:35:42.407 INFO O| Aug 20 03:35:42.407 INFO STEP 71 (remove_files) COMPLETE
54752026-08-20T03:35:43.524Z[ recovery-image] Aug 20 03:35:42.407 INFO O| Aug 20 03:35:42.407 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-20T03:35:43.531Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54772026-08-20T03:35:43.534Z[ recovery-image] Aug 20 03:35:42.415 INFO O| Aug 20 03:35:42.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54782026-08-20T03:35:43.534Z[ recovery-image] Aug 20 03:35:42.415 INFO O| Aug 20 03:35:42.415 INFO STEP 72 (remove_files) COMPLETE
54792026-08-20T03:35:43.534Z[ recovery-image] Aug 20 03:35:42.415 INFO O| Aug 20 03:35:42.415 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-20T03:35:43.542Z[ recovery-image] Aug 20 03:35:42.425 INFO O| Aug 20 03:35:42.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54812026-08-20T03:35:43.542Z[ recovery-image] Aug 20 03:35:42.426 INFO O| Aug 20 03:35:42.425 INFO STEP 73 (remove_files) COMPLETE
54822026-08-20T03:35:43.542Z[ recovery-image] Aug 20 03:35:42.426 INFO O| Aug 20 03:35:42.425 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-20T03:35:43.551Z[ recovery-image] Aug 20 03:35:42.435 INFO O| Aug 20 03:35:42.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54842026-08-20T03:35:43.551Z[ recovery-image] Aug 20 03:35:42.435 INFO O| Aug 20 03:35:42.435 INFO STEP 74 (remove_files) COMPLETE
54852026-08-20T03:35:43.551Z[ recovery-image] Aug 20 03:35:42.435 INFO O| Aug 20 03:35:42.435 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-20T03:35:43.564Z[ recovery-image] Aug 20 03:35:42.448 INFO O| Aug 20 03:35:42.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54872026-08-20T03:35:43.564Z[ recovery-image] Aug 20 03:35:42.448 INFO O| Aug 20 03:35:42.445 INFO STEP 75 (remove_files) COMPLETE
54882026-08-20T03:35:43.564Z[ recovery-image] Aug 20 03:35:42.448 INFO O| Aug 20 03:35:42.445 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-20T03:35:43.571Z[ recovery-image] Aug 20 03:35:42.455 INFO O| Aug 20 03:35:42.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54902026-08-20T03:35:43.571Z[ recovery-image] Aug 20 03:35:42.455 INFO O| Aug 20 03:35:42.455 INFO STEP 76 (remove_files) COMPLETE
54912026-08-20T03:35:43.571Z[ recovery-image] Aug 20 03:35:42.455 INFO O| Aug 20 03:35:42.455 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-08-20T03:35:43.582Z[ recovery-image] Aug 20 03:35:42.466 INFO O| Aug 20 03:35:42.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54932026-08-20T03:35:43.582Z[ recovery-image] Aug 20 03:35:42.466 INFO O| Aug 20 03:35:42.466 INFO STEP 77 (remove_files) COMPLETE
54942026-08-20T03:35:43.585Z[ recovery-image] Aug 20 03:35:42.466 INFO O| Aug 20 03:35:42.466 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-08-20T03:35:43.593Z[ recovery-image] Aug 20 03:35:42.477 INFO O| Aug 20 03:35:42.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54962026-08-20T03:35:43.593Z[ recovery-image] Aug 20 03:35:42.477 INFO O| Aug 20 03:35:42.477 INFO STEP 78 (remove_files) COMPLETE
54972026-08-20T03:35:43.596Z[ recovery-image] Aug 20 03:35:42.477 INFO O| Aug 20 03:35:42.477 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-08-20T03:35:43.603Z[ recovery-image] Aug 20 03:35:42.487 INFO O| Aug 20 03:35:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54992026-08-20T03:35:43.603Z[ recovery-image] Aug 20 03:35:42.487 INFO O| Aug 20 03:35:42.487 INFO STEP 79 (remove_files) COMPLETE
55002026-08-20T03:35:43.608Z[ recovery-image] Aug 20 03:35:42.487 INFO O| Aug 20 03:35:42.487 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-20T03:35:43.613Z[ recovery-image] Aug 20 03:35:42.496 INFO O| Aug 20 03:35:42.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55022026-08-20T03:35:43.613Z[ recovery-image] Aug 20 03:35:42.496 INFO O| Aug 20 03:35:42.496 INFO STEP 80 (remove_files) COMPLETE
55032026-08-20T03:35:43.614Z[ recovery-image] Aug 20 03:35:42.496 INFO O| Aug 20 03:35:42.496 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-20T03:35:43.621Z[ recovery-image] Aug 20 03:35:42.504 INFO O| Aug 20 03:35:42.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55052026-08-20T03:35:43.621Z[ recovery-image] Aug 20 03:35:42.504 INFO O| Aug 20 03:35:42.504 INFO STEP 81 (remove_files) COMPLETE
55062026-08-20T03:35:43.622Z[ recovery-image] Aug 20 03:35:42.504 INFO O| Aug 20 03:35:42.504 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-20T03:35:43.631Z[ recovery-image] Aug 20 03:35:42.513 INFO O| Aug 20 03:35:42.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55082026-08-20T03:35:43.631Z[ recovery-image] Aug 20 03:35:42.514 INFO O| Aug 20 03:35:42.514 INFO STEP 82 (remove_files) COMPLETE
55092026-08-20T03:35:43.631Z[ recovery-image] Aug 20 03:35:42.514 INFO O| Aug 20 03:35:42.514 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-20T03:35:43.636Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55112026-08-20T03:35:43.639Z[ recovery-image] Aug 20 03:35:42.523 INFO O| Aug 20 03:35:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55122026-08-20T03:35:43.639Z[ recovery-image] Aug 20 03:35:42.523 INFO O| Aug 20 03:35:42.523 INFO STEP 83 (remove_files) COMPLETE
55132026-08-20T03:35:43.640Z[ recovery-image] Aug 20 03:35:42.523 INFO O| Aug 20 03:35:42.523 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-20T03:35:43.648Z[ recovery-image] Aug 20 03:35:42.531 INFO O| Aug 20 03:35:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55152026-08-20T03:35:43.648Z[ recovery-image] Aug 20 03:35:42.531 INFO O| Aug 20 03:35:42.531 INFO STEP 84 (remove_files) COMPLETE
55162026-08-20T03:35:43.648Z[ recovery-image] Aug 20 03:35:42.531 INFO O| Aug 20 03:35:42.531 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-20T03:35:43.657Z[ recovery-image] Aug 20 03:35:42.540 INFO O| Aug 20 03:35:42.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55182026-08-20T03:35:43.657Z[ recovery-image] Aug 20 03:35:42.540 INFO O| Aug 20 03:35:42.540 INFO STEP 85 (remove_files) COMPLETE
55192026-08-20T03:35:43.657Z[ recovery-image] Aug 20 03:35:42.540 INFO O| Aug 20 03:35:42.540 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-20T03:35:43.668Z[ recovery-image] Aug 20 03:35:42.549 INFO O| Aug 20 03:35:42.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55212026-08-20T03:35:43.668Z[ recovery-image] Aug 20 03:35:42.549 INFO O| Aug 20 03:35:42.549 INFO STEP 86 (remove_files) COMPLETE
55222026-08-20T03:35:43.668Z[ recovery-image] Aug 20 03:35:42.549 INFO O| Aug 20 03:35:42.549 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-20T03:35:43.673Z[ recovery-image] Aug 20 03:35:42.557 INFO O| Aug 20 03:35:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55242026-08-20T03:35:43.673Z[ recovery-image] Aug 20 03:35:42.557 INFO O| Aug 20 03:35:42.557 INFO STEP 87 (remove_files) COMPLETE
55252026-08-20T03:35:43.673Z[ recovery-image] Aug 20 03:35:42.557 INFO O| Aug 20 03:35:42.557 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-20T03:35:43.684Z[ recovery-image] Aug 20 03:35:42.568 INFO O| Aug 20 03:35:42.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55272026-08-20T03:35:43.684Z[ recovery-image] Aug 20 03:35:42.568 INFO O| Aug 20 03:35:42.568 INFO STEP 88 (remove_files) COMPLETE
55282026-08-20T03:35:43.684Z[ recovery-image] Aug 20 03:35:42.568 INFO O| Aug 20 03:35:42.568 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-20T03:35:43.694Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
55302026-08-20T03:35:43.694Z[ recovery-image] Aug 20 03:35:42.578 INFO O| Aug 20 03:35:42.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55312026-08-20T03:35:43.694Z[ recovery-image] Aug 20 03:35:42.578 INFO O| Aug 20 03:35:42.578 INFO STEP 89 (remove_files) COMPLETE
55322026-08-20T03:35:43.694Z[ recovery-image] Aug 20 03:35:42.578 INFO O| Aug 20 03:35:42.578 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-20T03:35:43.704Z[ recovery-image] Aug 20 03:35:42.588 INFO O| Aug 20 03:35:42.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55342026-08-20T03:35:43.704Z[ recovery-image] Aug 20 03:35:42.588 INFO O| Aug 20 03:35:42.588 INFO STEP 90 (remove_files) COMPLETE
55352026-08-20T03:35:43.704Z[ recovery-image] Aug 20 03:35:42.588 INFO O| Aug 20 03:35:42.588 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-20T03:35:43.715Z[ recovery-image] Aug 20 03:35:42.598 INFO O| Aug 20 03:35:42.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55372026-08-20T03:35:43.715Z[ recovery-image] Aug 20 03:35:42.598 INFO O| Aug 20 03:35:42.598 INFO STEP 91 (remove_files) COMPLETE
55382026-08-20T03:35:43.715Z[ recovery-image] Aug 20 03:35:42.598 INFO O| Aug 20 03:35:42.598 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-20T03:35:43.724Z[ recovery-image] Aug 20 03:35:42.607 INFO O| Aug 20 03:35:42.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55402026-08-20T03:35:43.724Z[ recovery-image] Aug 20 03:35:42.607 INFO O| Aug 20 03:35:42.607 INFO STEP 92 (remove_files) COMPLETE
55412026-08-20T03:35:43.727Z[ recovery-image] Aug 20 03:35:42.607 INFO O| Aug 20 03:35:42.607 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-20T03:35:43.733Z[ recovery-image] Aug 20 03:35:42.616 INFO O| Aug 20 03:35:42.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55432026-08-20T03:35:43.733Z[ recovery-image] Aug 20 03:35:42.616 INFO O| Aug 20 03:35:42.616 INFO STEP 93 (remove_files) COMPLETE
55442026-08-20T03:35:43.733Z[ recovery-image] Aug 20 03:35:42.616 INFO O| Aug 20 03:35:42.616 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-20T03:35:43.742Z[ recovery-image] Aug 20 03:35:42.625 INFO O| Aug 20 03:35:42.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55462026-08-20T03:35:43.742Z[ recovery-image] Aug 20 03:35:42.625 INFO O| Aug 20 03:35:42.625 INFO STEP 94 (remove_files) COMPLETE
55472026-08-20T03:35:43.745Z[ recovery-image] Aug 20 03:35:42.625 INFO O| Aug 20 03:35:42.625 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-20T03:35:43.751Z[ recovery-image] Aug 20 03:35:42.634 INFO O| Aug 20 03:35:42.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55492026-08-20T03:35:43.751Z[ recovery-image] Aug 20 03:35:42.634 INFO O| Aug 20 03:35:42.634 INFO STEP 95 (remove_files) COMPLETE
55502026-08-20T03:35:43.754Z[ recovery-image] Aug 20 03:35:42.634 INFO O| Aug 20 03:35:42.634 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-20T03:35:43.760Z[ recovery-image] Aug 20 03:35:42.644 INFO O| Aug 20 03:35:42.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55522026-08-20T03:35:43.760Z[ recovery-image] Aug 20 03:35:42.644 INFO O| Aug 20 03:35:42.644 INFO STEP 96 (remove_files) COMPLETE
55532026-08-20T03:35:43.760Z[ recovery-image] Aug 20 03:35:42.644 INFO O| Aug 20 03:35:42.644 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-20T03:35:43.770Z[ recovery-image] Aug 20 03:35:42.653 INFO O| Aug 20 03:35:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55552026-08-20T03:35:43.770Z[ recovery-image] Aug 20 03:35:42.653 INFO O| Aug 20 03:35:42.653 INFO STEP 97 (remove_files) COMPLETE
55562026-08-20T03:35:43.770Z[ recovery-image] Aug 20 03:35:42.653 INFO O| Aug 20 03:35:42.653 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-20T03:35:43.779Z[ recovery-image] Aug 20 03:35:42.662 INFO O| Aug 20 03:35:42.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55582026-08-20T03:35:43.779Z[ recovery-image] Aug 20 03:35:42.662 INFO O| Aug 20 03:35:42.662 INFO STEP 98 (remove_files) COMPLETE
55592026-08-20T03:35:43.779Z[ recovery-image] Aug 20 03:35:42.663 INFO O| Aug 20 03:35:42.662 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-20T03:35:43.788Z[ recovery-image] Aug 20 03:35:42.671 INFO O| Aug 20 03:35:42.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55612026-08-20T03:35:43.788Z[ recovery-image] Aug 20 03:35:42.671 INFO O| Aug 20 03:35:42.671 INFO STEP 99 (remove_files) COMPLETE
55622026-08-20T03:35:43.788Z[ recovery-image] Aug 20 03:35:42.671 INFO O| Aug 20 03:35:42.671 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-20T03:35:43.797Z[ recovery-image] Aug 20 03:35:42.680 INFO O| Aug 20 03:35:42.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55642026-08-20T03:35:43.797Z[ recovery-image] Aug 20 03:35:42.681 INFO O| Aug 20 03:35:42.681 INFO STEP 100 (remove_files) COMPLETE
55652026-08-20T03:35:43.797Z[ recovery-image] Aug 20 03:35:42.681 INFO O| Aug 20 03:35:42.681 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-20T03:35:43.806Z[ recovery-image] Aug 20 03:35:42.689 INFO O| Aug 20 03:35:42.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55672026-08-20T03:35:43.809Z[ recovery-image] Aug 20 03:35:42.690 INFO O| Aug 20 03:35:42.690 INFO STEP 101 (remove_files) COMPLETE
55682026-08-20T03:35:43.809Z[ recovery-image] Aug 20 03:35:42.690 INFO O| Aug 20 03:35:42.690 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-20T03:35:43.815Z[ recovery-image] Aug 20 03:35:42.698 INFO O| Aug 20 03:35:42.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55702026-08-20T03:35:43.815Z[ recovery-image] Aug 20 03:35:42.699 INFO O| Aug 20 03:35:42.699 INFO STEP 102 (remove_files) COMPLETE
55712026-08-20T03:35:43.815Z[ recovery-image] Aug 20 03:35:42.699 INFO O| Aug 20 03:35:42.699 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-20T03:35:43.824Z[ recovery-image] Aug 20 03:35:42.707 INFO O| Aug 20 03:35:42.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55732026-08-20T03:35:43.824Z[ recovery-image] Aug 20 03:35:42.707 INFO O| Aug 20 03:35:42.707 INFO STEP 103 (remove_files) COMPLETE
55742026-08-20T03:35:43.824Z[ recovery-image] Aug 20 03:35:42.707 INFO O| Aug 20 03:35:42.707 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-20T03:35:43.833Z[ recovery-image] Aug 20 03:35:42.717 INFO O| Aug 20 03:35:42.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55762026-08-20T03:35:43.836Z[ recovery-image] Aug 20 03:35:42.717 INFO O| Aug 20 03:35:42.717 INFO STEP 104 (remove_files) COMPLETE
55772026-08-20T03:35:43.836Z[ recovery-image] Aug 20 03:35:42.717 INFO O| Aug 20 03:35:42.717 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-20T03:35:43.845Z[ recovery-image] Aug 20 03:35:42.729 INFO O| Aug 20 03:35:42.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55792026-08-20T03:35:43.846Z[ recovery-image] Aug 20 03:35:42.729 INFO O| Aug 20 03:35:42.729 INFO STEP 105 (remove_files) COMPLETE
55802026-08-20T03:35:43.846Z[ recovery-image] Aug 20 03:35:42.729 INFO O| Aug 20 03:35:42.729 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-20T03:35:43.855Z[ recovery-image] Aug 20 03:35:42.739 INFO O| Aug 20 03:35:42.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55822026-08-20T03:35:43.855Z[ recovery-image] Aug 20 03:35:42.739 INFO O| Aug 20 03:35:42.739 INFO STEP 106 (remove_files) COMPLETE
55832026-08-20T03:35:43.860Z[ recovery-image] Aug 20 03:35:42.739 INFO O| Aug 20 03:35:42.739 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-20T03:35:43.866Z[ recovery-image] Aug 20 03:35:42.750 INFO O| Aug 20 03:35:42.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55852026-08-20T03:35:43.866Z[ recovery-image] Aug 20 03:35:42.750 INFO O| Aug 20 03:35:42.750 INFO STEP 107 (remove_files) COMPLETE
55862026-08-20T03:35:43.870Z[ recovery-image] Aug 20 03:35:42.750 INFO O| Aug 20 03:35:42.750 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-20T03:35:43.877Z[ recovery-image] Aug 20 03:35:42.761 INFO O| Aug 20 03:35:42.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55882026-08-20T03:35:43.880Z[ recovery-image] Aug 20 03:35:42.762 INFO O| Aug 20 03:35:42.762 INFO STEP 108 (remove_files) COMPLETE
55892026-08-20T03:35:43.881Z[ recovery-image] Aug 20 03:35:42.762 INFO O| Aug 20 03:35:42.762 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-20T03:35:43.889Z[ recovery-image] Aug 20 03:35:42.772 INFO O| Aug 20 03:35:42.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55912026-08-20T03:35:43.889Z[ recovery-image] Aug 20 03:35:42.772 INFO O| Aug 20 03:35:42.772 INFO STEP 109 (remove_files) COMPLETE
55922026-08-20T03:35:43.889Z[ recovery-image] Aug 20 03:35:42.772 INFO O| Aug 20 03:35:42.772 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-20T03:35:43.897Z[ recovery-image] Aug 20 03:35:42.781 INFO O| Aug 20 03:35:42.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55942026-08-20T03:35:43.898Z[ recovery-image] Aug 20 03:35:42.781 INFO O| Aug 20 03:35:42.781 INFO STEP 110 (remove_files) COMPLETE
55952026-08-20T03:35:43.898Z[ recovery-image] Aug 20 03:35:42.781 INFO O| Aug 20 03:35:42.781 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-20T03:35:43.909Z[ recovery-image] Aug 20 03:35:42.792 INFO O| Aug 20 03:35:42.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55972026-08-20T03:35:43.909Z[ recovery-image] Aug 20 03:35:42.792 INFO O| Aug 20 03:35:42.792 INFO STEP 111 (remove_files) COMPLETE
55982026-08-20T03:35:43.909Z[ recovery-image] Aug 20 03:35:42.792 INFO O| Aug 20 03:35:42.792 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-20T03:35:43.919Z[ recovery-image] Aug 20 03:35:42.802 INFO O| Aug 20 03:35:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56002026-08-20T03:35:43.919Z[ recovery-image] Aug 20 03:35:42.802 INFO O| Aug 20 03:35:42.802 INFO STEP 112 (remove_files) COMPLETE
56012026-08-20T03:35:43.919Z[ recovery-image] Aug 20 03:35:42.802 INFO O| Aug 20 03:35:42.802 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-20T03:35:43.928Z[ recovery-image] Aug 20 03:35:42.812 INFO O| Aug 20 03:35:42.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56032026-08-20T03:35:43.928Z[ recovery-image] Aug 20 03:35:42.812 INFO O| Aug 20 03:35:42.812 INFO STEP 113 (remove_files) COMPLETE
56042026-08-20T03:35:43.932Z[ recovery-image] Aug 20 03:35:42.812 INFO O| Aug 20 03:35:42.812 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-20T03:35:43.938Z[ recovery-image] Aug 20 03:35:42.822 INFO O| Aug 20 03:35:42.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56062026-08-20T03:35:43.938Z[ recovery-image] Aug 20 03:35:42.822 INFO O| Aug 20 03:35:42.822 INFO STEP 114 (remove_files) COMPLETE
56072026-08-20T03:35:43.942Z[ recovery-image] Aug 20 03:35:42.822 INFO O| Aug 20 03:35:42.822 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-20T03:35:43.948Z[ recovery-image] Aug 20 03:35:42.832 INFO O| Aug 20 03:35:42.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56092026-08-20T03:35:43.948Z[ recovery-image] Aug 20 03:35:42.832 INFO O| Aug 20 03:35:42.832 INFO STEP 115 (remove_files) COMPLETE
56102026-08-20T03:35:43.952Z[ recovery-image] Aug 20 03:35:42.832 INFO O| Aug 20 03:35:42.832 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-20T03:35:43.957Z[ recovery-image] Aug 20 03:35:42.841 INFO O| Aug 20 03:35:42.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56122026-08-20T03:35:43.957Z[ recovery-image] Aug 20 03:35:42.841 INFO O| Aug 20 03:35:42.841 INFO STEP 116 (remove_files) COMPLETE
56132026-08-20T03:35:43.957Z[ recovery-image] Aug 20 03:35:42.841 INFO O| Aug 20 03:35:42.841 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-20T03:35:43.966Z[ recovery-image] Aug 20 03:35:42.849 INFO O| Aug 20 03:35:42.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56152026-08-20T03:35:43.966Z[ recovery-image] Aug 20 03:35:42.849 INFO O| Aug 20 03:35:42.849 INFO STEP 117 (remove_files) COMPLETE
56162026-08-20T03:35:43.969Z[ recovery-image] Aug 20 03:35:42.849 INFO O| Aug 20 03:35:42.849 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-20T03:35:43.974Z[ recovery-image] Aug 20 03:35:42.858 INFO O| Aug 20 03:35:42.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56182026-08-20T03:35:43.974Z[ recovery-image] Aug 20 03:35:42.858 INFO O| Aug 20 03:35:42.858 INFO STEP 118 (remove_files) COMPLETE
56192026-08-20T03:35:43.977Z[ recovery-image] Aug 20 03:35:42.858 INFO O| Aug 20 03:35:42.858 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-20T03:35:43.982Z[ recovery-image] Aug 20 03:35:42.866 INFO O| Aug 20 03:35:42.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56212026-08-20T03:35:43.982Z[ recovery-image] Aug 20 03:35:42.866 INFO O| Aug 20 03:35:42.866 INFO STEP 119 (remove_files) COMPLETE
56222026-08-20T03:35:43.985Z[ recovery-image] Aug 20 03:35:42.866 INFO O| Aug 20 03:35:42.866 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-20T03:35:43.991Z[ recovery-image] Aug 20 03:35:42.875 INFO O| Aug 20 03:35:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56242026-08-20T03:35:43.991Z[ recovery-image] Aug 20 03:35:42.875 INFO O| Aug 20 03:35:42.875 INFO STEP 120 (remove_files) COMPLETE
56252026-08-20T03:35:43.994Z[ recovery-image] Aug 20 03:35:42.875 INFO O| Aug 20 03:35:42.875 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-20T03:35:44.000Z[ recovery-image] Aug 20 03:35:42.884 INFO O| Aug 20 03:35:42.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56272026-08-20T03:35:44.000Z[ recovery-image] Aug 20 03:35:42.884 INFO O| Aug 20 03:35:42.884 INFO STEP 121 (remove_files) COMPLETE
56282026-08-20T03:35:44.000Z[ recovery-image] Aug 20 03:35:42.884 INFO O| Aug 20 03:35:42.884 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-20T03:35:44.009Z[ recovery-image] Aug 20 03:35:42.892 INFO O| Aug 20 03:35:42.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56302026-08-20T03:35:44.009Z[ recovery-image] Aug 20 03:35:42.892 INFO O| Aug 20 03:35:42.892 INFO STEP 122 (remove_files) COMPLETE
56312026-08-20T03:35:44.013Z[ recovery-image] Aug 20 03:35:42.892 INFO O| Aug 20 03:35:42.892 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-20T03:35:44.017Z[ recovery-image] Aug 20 03:35:42.901 INFO O| Aug 20 03:35:42.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56332026-08-20T03:35:44.017Z[ recovery-image] Aug 20 03:35:42.901 INFO O| Aug 20 03:35:42.901 INFO STEP 123 (remove_files) COMPLETE
56342026-08-20T03:35:44.020Z[ recovery-image] Aug 20 03:35:42.901 INFO O| Aug 20 03:35:42.901 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-20T03:35:44.026Z[ recovery-image] Aug 20 03:35:42.909 INFO O| Aug 20 03:35:42.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56362026-08-20T03:35:44.026Z[ recovery-image] Aug 20 03:35:42.909 INFO O| Aug 20 03:35:42.909 INFO STEP 124 (remove_files) COMPLETE
56372026-08-20T03:35:44.026Z[ recovery-image] Aug 20 03:35:42.909 INFO O| Aug 20 03:35:42.909 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-20T03:35:44.035Z[ recovery-image] Aug 20 03:35:42.919 INFO O| Aug 20 03:35:42.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56392026-08-20T03:35:44.038Z[ recovery-image] Aug 20 03:35:42.919 INFO O| Aug 20 03:35:42.919 INFO STEP 125 (remove_files) COMPLETE
56402026-08-20T03:35:44.039Z[ recovery-image] Aug 20 03:35:42.919 INFO O| Aug 20 03:35:42.919 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-20T03:35:44.045Z[ recovery-image] Aug 20 03:35:42.928 INFO O| Aug 20 03:35:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56422026-08-20T03:35:44.048Z[ recovery-image] Aug 20 03:35:42.928 INFO O| Aug 20 03:35:42.928 INFO STEP 126 (remove_files) COMPLETE
56432026-08-20T03:35:44.048Z[ recovery-image] Aug 20 03:35:42.928 INFO O| Aug 20 03:35:42.928 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-20T03:35:44.053Z[ recovery-image] Aug 20 03:35:42.937 INFO O| Aug 20 03:35:42.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56452026-08-20T03:35:44.054Z[ recovery-image] Aug 20 03:35:42.937 INFO O| Aug 20 03:35:42.937 INFO STEP 127 (remove_files) COMPLETE
56462026-08-20T03:35:44.057Z[ recovery-image] Aug 20 03:35:42.937 INFO O| Aug 20 03:35:42.937 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-20T03:35:44.064Z[ recovery-image] Aug 20 03:35:42.947 INFO O| Aug 20 03:35:42.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56482026-08-20T03:35:44.067Z[ recovery-image] Aug 20 03:35:42.947 INFO O| Aug 20 03:35:42.947 INFO STEP 128 (remove_files) COMPLETE
56492026-08-20T03:35:44.067Z[ recovery-image] Aug 20 03:35:42.947 INFO O| Aug 20 03:35:42.947 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-20T03:35:44.073Z[ recovery-image] Aug 20 03:35:42.957 INFO O| Aug 20 03:35:42.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56512026-08-20T03:35:44.074Z[ recovery-image] Aug 20 03:35:42.957 INFO O| Aug 20 03:35:42.957 INFO STEP 129 (remove_files) COMPLETE
56522026-08-20T03:35:44.074Z[ recovery-image] Aug 20 03:35:42.957 INFO O| Aug 20 03:35:42.957 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-20T03:35:44.084Z[ recovery-image] Aug 20 03:35:42.967 INFO O| Aug 20 03:35:42.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56542026-08-20T03:35:44.084Z[ recovery-image] Aug 20 03:35:42.967 INFO O| Aug 20 03:35:42.967 INFO STEP 130 (remove_files) COMPLETE
56552026-08-20T03:35:44.084Z[ recovery-image] Aug 20 03:35:42.967 INFO O| Aug 20 03:35:42.967 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-20T03:35:44.094Z[ recovery-image] Aug 20 03:35:42.977 INFO O| Aug 20 03:35:42.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56572026-08-20T03:35:44.094Z[ recovery-image] Aug 20 03:35:42.977 INFO O| Aug 20 03:35:42.977 INFO STEP 131 (remove_files) COMPLETE
56582026-08-20T03:35:44.094Z[ recovery-image] Aug 20 03:35:42.977 INFO O| Aug 20 03:35:42.977 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-20T03:35:44.101Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
56602026-08-20T03:35:44.104Z[ recovery-image] Aug 20 03:35:42.986 INFO O| Aug 20 03:35:42.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56612026-08-20T03:35:44.104Z[ recovery-image] Aug 20 03:35:42.986 INFO O| Aug 20 03:35:42.986 INFO STEP 132 (remove_files) COMPLETE
56622026-08-20T03:35:44.104Z[ recovery-image] Aug 20 03:35:42.986 INFO O| Aug 20 03:35:42.986 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-20T03:35:44.113Z[ recovery-image] Aug 20 03:35:42.996 INFO O| Aug 20 03:35:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56642026-08-20T03:35:44.113Z[ recovery-image] Aug 20 03:35:42.996 INFO O| Aug 20 03:35:42.996 INFO STEP 133 (remove_files) COMPLETE
56652026-08-20T03:35:44.113Z[ recovery-image] Aug 20 03:35:42.996 INFO O| Aug 20 03:35:42.996 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-20T03:35:44.123Z[ recovery-image] Aug 20 03:35:43.007 INFO O| Aug 20 03:35:43.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56672026-08-20T03:35:44.123Z[ recovery-image] Aug 20 03:35:43.007 INFO O| Aug 20 03:35:43.007 INFO STEP 134 (remove_files) COMPLETE
56682026-08-20T03:35:44.123Z[ recovery-image] Aug 20 03:35:43.007 INFO O| Aug 20 03:35:43.007 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-20T03:35:44.152Z[ recovery-image] Aug 20 03:35:43.034 INFO O| Aug 20 03:35:43.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56702026-08-20T03:35:44.152Z[ recovery-image] Aug 20 03:35:43.035 INFO O| Aug 20 03:35:43.034 INFO STEP 135 (remove_files) COMPLETE
56712026-08-20T03:35:44.152Z[ recovery-image] Aug 20 03:35:43.035 INFO O| Aug 20 03:35:43.035 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-20T03:35:44.161Z[ recovery-image] Aug 20 03:35:43.044 INFO O| Aug 20 03:35:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56732026-08-20T03:35:44.161Z[ recovery-image] Aug 20 03:35:43.044 INFO O| Aug 20 03:35:43.044 INFO STEP 136 (remove_files) COMPLETE
56742026-08-20T03:35:44.161Z[ recovery-image] Aug 20 03:35:43.044 INFO O| Aug 20 03:35:43.044 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-20T03:35:44.176Z[ recovery-image] Aug 20 03:35:43.059 INFO O| Aug 20 03:35:43.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56762026-08-20T03:35:44.176Z[ recovery-image] Aug 20 03:35:43.059 INFO O| Aug 20 03:35:43.059 INFO STEP 137 (remove_files) COMPLETE
56772026-08-20T03:35:44.176Z[ recovery-image] Aug 20 03:35:43.059 INFO O| Aug 20 03:35:43.059 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-20T03:35:44.189Z[ recovery-image] Aug 20 03:35:43.072 INFO O| Aug 20 03:35:43.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56792026-08-20T03:35:44.189Z[ recovery-image] Aug 20 03:35:43.072 INFO O| Aug 20 03:35:43.072 INFO STEP 138 (remove_files) COMPLETE
56802026-08-20T03:35:44.189Z[ recovery-image] Aug 20 03:35:43.072 INFO O| Aug 20 03:35:43.072 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-20T03:35:44.199Z[ recovery-image] Aug 20 03:35:43.083 INFO O| Aug 20 03:35:43.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56822026-08-20T03:35:44.202Z[ recovery-image] Aug 20 03:35:43.084 INFO O| Aug 20 03:35:43.084 INFO STEP 139 (remove_files) COMPLETE
56832026-08-20T03:35:44.203Z[ recovery-image] Aug 20 03:35:43.084 INFO O| Aug 20 03:35:43.084 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-20T03:35:44.211Z[ recovery-image] Aug 20 03:35:43.095 INFO O| Aug 20 03:35:43.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56852026-08-20T03:35:44.211Z[ recovery-image] Aug 20 03:35:43.095 INFO O| Aug 20 03:35:43.095 INFO STEP 140 (remove_files) COMPLETE
56862026-08-20T03:35:44.211Z[ recovery-image] Aug 20 03:35:43.095 INFO O| Aug 20 03:35:43.095 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-20T03:35:44.220Z[ recovery-image] Aug 20 03:35:43.104 INFO O| Aug 20 03:35:43.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56882026-08-20T03:35:44.220Z[ recovery-image] Aug 20 03:35:43.104 INFO O| Aug 20 03:35:43.104 INFO STEP 141 (remove_files) COMPLETE
56892026-08-20T03:35:44.223Z[ recovery-image] Aug 20 03:35:43.104 INFO O| Aug 20 03:35:43.104 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-20T03:35:44.229Z[ recovery-image] Aug 20 03:35:43.112 INFO O| Aug 20 03:35:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56912026-08-20T03:35:44.230Z[ recovery-image] Aug 20 03:35:43.113 INFO O| Aug 20 03:35:43.113 INFO STEP 142 (remove_files) COMPLETE
56922026-08-20T03:35:44.230Z[ recovery-image] Aug 20 03:35:43.113 INFO O| Aug 20 03:35:43.113 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-20T03:35:44.239Z[ recovery-image] Aug 20 03:35:43.122 INFO O| Aug 20 03:35:43.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56942026-08-20T03:35:44.239Z[ recovery-image] Aug 20 03:35:43.122 INFO O| Aug 20 03:35:43.122 INFO STEP 143 (remove_files) COMPLETE
56952026-08-20T03:35:44.242Z[ recovery-image] Aug 20 03:35:43.122 INFO O| Aug 20 03:35:43.122 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-20T03:35:44.249Z[ recovery-image] Aug 20 03:35:43.132 INFO O| Aug 20 03:35:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56972026-08-20T03:35:44.249Z[ recovery-image] Aug 20 03:35:43.133 INFO O| Aug 20 03:35:43.132 INFO STEP 144 (remove_files) COMPLETE
56982026-08-20T03:35:44.249Z[ recovery-image] Aug 20 03:35:43.133 INFO O| Aug 20 03:35:43.132 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-20T03:35:44.258Z[ recovery-image] Aug 20 03:35:43.141 INFO O| Aug 20 03:35:43.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57002026-08-20T03:35:44.258Z[ recovery-image] Aug 20 03:35:43.141 INFO O| Aug 20 03:35:43.141 INFO STEP 145 (remove_files) COMPLETE
57012026-08-20T03:35:44.258Z[ recovery-image] Aug 20 03:35:43.141 INFO O| Aug 20 03:35:43.141 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-20T03:35:44.268Z[ recovery-image] Aug 20 03:35:43.151 INFO O| Aug 20 03:35:43.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57032026-08-20T03:35:44.268Z[ recovery-image] Aug 20 03:35:43.151 INFO O| Aug 20 03:35:43.151 INFO STEP 146 (remove_files) COMPLETE
57042026-08-20T03:35:44.268Z[ recovery-image] Aug 20 03:35:43.151 INFO O| Aug 20 03:35:43.151 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-20T03:35:44.277Z[ recovery-image] Aug 20 03:35:43.161 INFO O| Aug 20 03:35:43.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57062026-08-20T03:35:44.277Z[ recovery-image] Aug 20 03:35:43.161 INFO O| Aug 20 03:35:43.161 INFO STEP 147 (remove_files) COMPLETE
57072026-08-20T03:35:44.281Z[ recovery-image] Aug 20 03:35:43.161 INFO O| Aug 20 03:35:43.161 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-20T03:35:44.288Z[ recovery-image] Aug 20 03:35:43.172 INFO O| Aug 20 03:35:43.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57092026-08-20T03:35:44.288Z[ recovery-image] Aug 20 03:35:43.172 INFO O| Aug 20 03:35:43.172 INFO STEP 148 (remove_files) COMPLETE
57102026-08-20T03:35:44.288Z[ recovery-image] Aug 20 03:35:43.172 INFO O| Aug 20 03:35:43.172 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-20T03:35:44.292Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
57122026-08-20T03:35:44.299Z[ recovery-image] Aug 20 03:35:43.182 INFO O| Aug 20 03:35:43.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57132026-08-20T03:35:44.299Z[ recovery-image] Aug 20 03:35:43.182 INFO O| Aug 20 03:35:43.182 INFO STEP 149 (remove_files) COMPLETE
57142026-08-20T03:35:44.299Z[ recovery-image] Aug 20 03:35:43.182 INFO O| Aug 20 03:35:43.182 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-20T03:35:44.310Z[ recovery-image] Aug 20 03:35:43.193 INFO O| Aug 20 03:35:43.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57162026-08-20T03:35:44.310Z[ recovery-image] Aug 20 03:35:43.193 INFO O| Aug 20 03:35:43.193 INFO STEP 150 (remove_files) COMPLETE
57172026-08-20T03:35:44.313Z[ recovery-image] Aug 20 03:35:43.193 INFO O| Aug 20 03:35:43.193 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-20T03:35:44.319Z[ recovery-image] Aug 20 03:35:43.203 INFO O| Aug 20 03:35:43.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57192026-08-20T03:35:44.320Z[ recovery-image] Aug 20 03:35:43.203 INFO O| Aug 20 03:35:43.203 INFO STEP 151 (remove_files) COMPLETE
57202026-08-20T03:35:44.320Z[ recovery-image] Aug 20 03:35:43.203 INFO O| Aug 20 03:35:43.203 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-20T03:35:44.330Z[ recovery-image] Aug 20 03:35:43.213 INFO O| Aug 20 03:35:43.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57222026-08-20T03:35:44.330Z[ recovery-image] Aug 20 03:35:43.214 INFO O| Aug 20 03:35:43.213 INFO STEP 152 (remove_files) COMPLETE
57232026-08-20T03:35:44.330Z[ recovery-image] Aug 20 03:35:43.214 INFO O| Aug 20 03:35:43.214 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-20T03:35:44.340Z[ recovery-image] Aug 20 03:35:43.224 INFO O| Aug 20 03:35:43.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57252026-08-20T03:35:44.340Z[ recovery-image] Aug 20 03:35:43.224 INFO O| Aug 20 03:35:43.224 INFO STEP 153 (remove_files) COMPLETE
57262026-08-20T03:35:44.340Z[ recovery-image] Aug 20 03:35:43.224 INFO O| Aug 20 03:35:43.224 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-20T03:35:44.350Z[ recovery-image] Aug 20 03:35:43.234 INFO O| Aug 20 03:35:43.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57282026-08-20T03:35:44.350Z[ recovery-image] Aug 20 03:35:43.234 INFO O| Aug 20 03:35:43.234 INFO STEP 154 (remove_files) COMPLETE
57292026-08-20T03:35:44.353Z[ recovery-image] Aug 20 03:35:43.234 INFO O| Aug 20 03:35:43.234 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-20T03:35:44.361Z[ recovery-image] Aug 20 03:35:43.245 INFO O| Aug 20 03:35:43.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57312026-08-20T03:35:44.362Z[ recovery-image] Aug 20 03:35:43.245 INFO O| Aug 20 03:35:43.245 INFO STEP 155 (remove_files) COMPLETE
57322026-08-20T03:35:44.362Z[ recovery-image] Aug 20 03:35:43.245 INFO O| Aug 20 03:35:43.245 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-20T03:35:44.371Z[ recovery-image] Aug 20 03:35:43.255 INFO O| Aug 20 03:35:43.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57342026-08-20T03:35:44.371Z[ recovery-image] Aug 20 03:35:43.255 INFO O| Aug 20 03:35:43.255 INFO STEP 156 (remove_files) COMPLETE
57352026-08-20T03:35:44.371Z[ recovery-image] Aug 20 03:35:43.255 INFO O| Aug 20 03:35:43.255 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-20T03:35:44.381Z[ recovery-image] Aug 20 03:35:43.265 INFO O| Aug 20 03:35:43.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57372026-08-20T03:35:44.381Z[ recovery-image] Aug 20 03:35:43.265 INFO O| Aug 20 03:35:43.265 INFO STEP 157 (remove_files) COMPLETE
57382026-08-20T03:35:44.381Z[ recovery-image] Aug 20 03:35:43.265 INFO O| Aug 20 03:35:43.265 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-20T03:35:44.392Z[ recovery-image] Aug 20 03:35:43.275 INFO O| Aug 20 03:35:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57402026-08-20T03:35:44.392Z[ recovery-image] Aug 20 03:35:43.276 INFO O| Aug 20 03:35:43.275 INFO STEP 158 (remove_files) COMPLETE
57412026-08-20T03:35:44.395Z[ recovery-image] Aug 20 03:35:43.276 INFO O| Aug 20 03:35:43.275 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-20T03:35:44.401Z[ recovery-image] Aug 20 03:35:43.284 INFO O| Aug 20 03:35:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57432026-08-20T03:35:44.401Z[ recovery-image] Aug 20 03:35:43.284 INFO O| Aug 20 03:35:43.284 INFO STEP 159 (remove_files) COMPLETE
57442026-08-20T03:35:44.402Z[ recovery-image] Aug 20 03:35:43.284 INFO O| Aug 20 03:35:43.284 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-20T03:35:44.412Z[ recovery-image] Aug 20 03:35:43.296 INFO O| Aug 20 03:35:43.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57462026-08-20T03:35:44.412Z[ recovery-image] Aug 20 03:35:43.296 INFO O| Aug 20 03:35:43.296 INFO STEP 160 (remove_files) COMPLETE
57472026-08-20T03:35:44.413Z[ recovery-image] Aug 20 03:35:43.296 INFO O| Aug 20 03:35:43.296 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.306 INFO O| Aug 20 03:35:43.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57492026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.306 INFO O| Aug 20 03:35:43.306 INFO STEP 161 (remove_files) COMPLETE
57502026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.306 INFO O| Aug 20 03:35:43.306 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.317 INFO O| Aug 20 03:35:43.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57522026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.317 INFO O| Aug 20 03:35:43.317 INFO STEP 162 (remove_files) COMPLETE
57532026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.317 INFO O| Aug 20 03:35:43.317 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.328 INFO O| Aug 20 03:35:43.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57552026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.328 INFO O| Aug 20 03:35:43.328 INFO STEP 163 (remove_files) COMPLETE
57562026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.328 INFO O| Aug 20 03:35:43.328 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.337 INFO O| Aug 20 03:35:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57582026-08-20T03:35:44.465Z[ recovery-image] Aug 20 03:35:43.337 INFO O| Aug 20 03:35:43.337 INFO STEP 164 (remove_files) COMPLETE
57592026-08-20T03:35:44.466Z[ recovery-image] Aug 20 03:35:43.337 INFO O| Aug 20 03:35:43.337 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-20T03:35:44.466Z[ recovery-image] Aug 20 03:35:43.346 INFO O| Aug 20 03:35:43.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57612026-08-20T03:35:44.466Z[ recovery-image] Aug 20 03:35:43.346 INFO O| Aug 20 03:35:43.346 INFO STEP 165 (remove_files) COMPLETE
57622026-08-20T03:35:44.466Z[ recovery-image] Aug 20 03:35:43.346 INFO O| Aug 20 03:35:43.346 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-20T03:35:44.476Z[ recovery-image] Aug 20 03:35:43.355 INFO O| Aug 20 03:35:43.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57642026-08-20T03:35:44.476Z[ recovery-image] Aug 20 03:35:43.356 INFO O| Aug 20 03:35:43.355 INFO STEP 166 (remove_files) COMPLETE
57652026-08-20T03:35:44.476Z[ recovery-image] Aug 20 03:35:43.356 INFO O| Aug 20 03:35:43.355 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-20T03:35:44.481Z[ recovery-image] Aug 20 03:35:43.364 INFO O| Aug 20 03:35:43.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57672026-08-20T03:35:44.481Z[ recovery-image] Aug 20 03:35:43.364 INFO O| Aug 20 03:35:43.364 INFO STEP 167 (remove_files) COMPLETE
57682026-08-20T03:35:44.484Z[ recovery-image] Aug 20 03:35:43.364 INFO O| Aug 20 03:35:43.364 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-20T03:35:44.490Z[ recovery-image] Aug 20 03:35:43.373 INFO O| Aug 20 03:35:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57702026-08-20T03:35:44.490Z[ recovery-image] Aug 20 03:35:43.373 INFO O| Aug 20 03:35:43.373 INFO STEP 168 (remove_files) COMPLETE
57712026-08-20T03:35:44.490Z[ recovery-image] Aug 20 03:35:43.373 INFO O| Aug 20 03:35:43.373 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-20T03:35:44.499Z[ recovery-image] Aug 20 03:35:43.382 INFO O| Aug 20 03:35:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57732026-08-20T03:35:44.499Z[ recovery-image] Aug 20 03:35:43.382 INFO O| Aug 20 03:35:43.382 INFO STEP 169 (remove_files) COMPLETE
57742026-08-20T03:35:44.499Z[ recovery-image] Aug 20 03:35:43.382 INFO O| Aug 20 03:35:43.382 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-20T03:35:44.510Z[ recovery-image] Aug 20 03:35:43.394 INFO O| Aug 20 03:35:43.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57762026-08-20T03:35:44.510Z[ recovery-image] Aug 20 03:35:43.394 INFO O| Aug 20 03:35:43.394 INFO STEP 170 (remove_files) COMPLETE
57772026-08-20T03:35:44.515Z[ recovery-image] Aug 20 03:35:43.394 INFO O| Aug 20 03:35:43.394 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-20T03:35:44.521Z[ recovery-image] Aug 20 03:35:43.404 INFO O| Aug 20 03:35:43.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57792026-08-20T03:35:44.521Z[ recovery-image] Aug 20 03:35:43.404 INFO O| Aug 20 03:35:43.404 INFO STEP 171 (remove_files) COMPLETE
57802026-08-20T03:35:44.521Z[ recovery-image] Aug 20 03:35:43.404 INFO O| Aug 20 03:35:43.404 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-20T03:35:44.532Z[ recovery-image] Aug 20 03:35:43.415 INFO O| Aug 20 03:35:43.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57822026-08-20T03:35:44.532Z[ recovery-image] Aug 20 03:35:43.415 INFO O| Aug 20 03:35:43.415 INFO STEP 172 (remove_files) COMPLETE
57832026-08-20T03:35:44.532Z[ recovery-image] Aug 20 03:35:43.415 INFO O| Aug 20 03:35:43.415 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-20T03:35:44.541Z[ recovery-image] Aug 20 03:35:43.425 INFO O| Aug 20 03:35:43.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57852026-08-20T03:35:44.541Z[ recovery-image] Aug 20 03:35:43.425 INFO O| Aug 20 03:35:43.425 INFO STEP 173 (remove_files) COMPLETE
57862026-08-20T03:35:44.544Z[ recovery-image] Aug 20 03:35:43.425 INFO O| Aug 20 03:35:43.425 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-20T03:35:44.552Z[ recovery-image] Aug 20 03:35:43.435 INFO O| Aug 20 03:35:43.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57882026-08-20T03:35:44.556Z[ recovery-image] Aug 20 03:35:43.435 INFO O| Aug 20 03:35:43.435 INFO STEP 174 (remove_files) COMPLETE
57892026-08-20T03:35:44.556Z[ recovery-image] Aug 20 03:35:43.436 INFO O| Aug 20 03:35:43.435 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-20T03:35:44.562Z[ recovery-image] Aug 20 03:35:43.446 INFO O| Aug 20 03:35:43.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57912026-08-20T03:35:44.562Z[ recovery-image] Aug 20 03:35:43.446 INFO O| Aug 20 03:35:43.446 INFO STEP 175 (remove_files) COMPLETE
57922026-08-20T03:35:44.562Z[ recovery-image] Aug 20 03:35:43.446 INFO O| Aug 20 03:35:43.446 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-20T03:35:44.572Z[ recovery-image] Aug 20 03:35:43.455 INFO O| Aug 20 03:35:43.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57942026-08-20T03:35:44.572Z[ recovery-image] Aug 20 03:35:43.455 INFO O| Aug 20 03:35:43.455 INFO STEP 176 (remove_files) COMPLETE
57952026-08-20T03:35:44.575Z[ recovery-image] Aug 20 03:35:43.455 INFO O| Aug 20 03:35:43.455 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-20T03:35:44.582Z[ recovery-image] Aug 20 03:35:43.466 INFO O| Aug 20 03:35:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57972026-08-20T03:35:44.582Z[ recovery-image] Aug 20 03:35:43.466 INFO O| Aug 20 03:35:43.466 INFO STEP 177 (remove_files) COMPLETE
57982026-08-20T03:35:44.582Z[ recovery-image] Aug 20 03:35:43.466 INFO O| Aug 20 03:35:43.466 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-20T03:35:44.593Z[ recovery-image] Aug 20 03:35:43.476 INFO O| Aug 20 03:35:43.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58002026-08-20T03:35:44.593Z[ recovery-image] Aug 20 03:35:43.476 INFO O| Aug 20 03:35:43.476 INFO STEP 178 (remove_files) COMPLETE
58012026-08-20T03:35:44.593Z[ recovery-image] Aug 20 03:35:43.476 INFO O| Aug 20 03:35:43.476 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-20T03:35:44.606Z[ recovery-image] Aug 20 03:35:43.486 INFO O| Aug 20 03:35:43.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58032026-08-20T03:35:44.606Z[ recovery-image] Aug 20 03:35:43.486 INFO O| Aug 20 03:35:43.486 INFO STEP 179 (remove_files) COMPLETE
58042026-08-20T03:35:44.606Z[ recovery-image] Aug 20 03:35:43.486 INFO O| Aug 20 03:35:43.486 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-20T03:35:44.613Z[ recovery-image] Aug 20 03:35:43.496 INFO O| Aug 20 03:35:43.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58062026-08-20T03:35:44.617Z[ recovery-image] Aug 20 03:35:43.496 INFO O| Aug 20 03:35:43.496 INFO STEP 180 (remove_files) COMPLETE
58072026-08-20T03:35:44.617Z[ recovery-image] Aug 20 03:35:43.496 INFO O| Aug 20 03:35:43.496 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-20T03:35:44.624Z[ recovery-image] Aug 20 03:35:43.506 INFO O| Aug 20 03:35:43.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58092026-08-20T03:35:44.624Z[ recovery-image] Aug 20 03:35:43.506 INFO O| Aug 20 03:35:43.506 INFO STEP 181 (remove_files) COMPLETE
58102026-08-20T03:35:44.624Z[ recovery-image] Aug 20 03:35:43.506 INFO O| Aug 20 03:35:43.506 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-20T03:35:44.633Z[ recovery-image] Aug 20 03:35:43.517 INFO O| Aug 20 03:35:43.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58122026-08-20T03:35:44.633Z[ recovery-image] Aug 20 03:35:43.517 INFO O| Aug 20 03:35:43.517 INFO STEP 182 (remove_files) COMPLETE
58132026-08-20T03:35:44.633Z[ recovery-image] Aug 20 03:35:43.517 INFO O| Aug 20 03:35:43.517 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-20T03:35:44.643Z[ recovery-image] Aug 20 03:35:43.526 INFO O| Aug 20 03:35:43.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58152026-08-20T03:35:44.643Z[ recovery-image] Aug 20 03:35:43.527 INFO O| Aug 20 03:35:43.527 INFO STEP 183 (remove_files) COMPLETE
58162026-08-20T03:35:44.643Z[ recovery-image] Aug 20 03:35:43.527 INFO O| Aug 20 03:35:43.527 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-20T03:35:44.652Z[ recovery-image] Aug 20 03:35:43.536 INFO O| Aug 20 03:35:43.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58182026-08-20T03:35:44.652Z[ recovery-image] Aug 20 03:35:43.536 INFO O| Aug 20 03:35:43.536 INFO STEP 184 (remove_files) COMPLETE
58192026-08-20T03:35:44.652Z[ recovery-image] Aug 20 03:35:43.536 INFO O| Aug 20 03:35:43.536 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-20T03:35:44.661Z[ recovery-image] Aug 20 03:35:43.545 INFO O| Aug 20 03:35:43.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58212026-08-20T03:35:44.661Z[ recovery-image] Aug 20 03:35:43.545 INFO O| Aug 20 03:35:43.545 INFO STEP 185 (remove_files) COMPLETE
58222026-08-20T03:35:44.661Z[ recovery-image] Aug 20 03:35:43.545 INFO O| Aug 20 03:35:43.545 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-20T03:35:44.668Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
58242026-08-20T03:35:44.675Z[ recovery-image] Aug 20 03:35:43.554 INFO O| Aug 20 03:35:43.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58252026-08-20T03:35:44.675Z[ recovery-image] Aug 20 03:35:43.554 INFO O| Aug 20 03:35:43.554 INFO STEP 186 (remove_files) COMPLETE
58262026-08-20T03:35:44.675Z[ recovery-image] Aug 20 03:35:43.554 INFO O| Aug 20 03:35:43.554 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-20T03:35:44.685Z[ recovery-image] Aug 20 03:35:43.563 INFO O| Aug 20 03:35:43.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58282026-08-20T03:35:44.685Z[ recovery-image] Aug 20 03:35:43.563 INFO O| Aug 20 03:35:43.563 INFO STEP 187 (remove_files) COMPLETE
58292026-08-20T03:35:44.691Z[ recovery-image] Aug 20 03:35:43.563 INFO O| Aug 20 03:35:43.563 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-20T03:35:44.694Z[ recovery-image] Aug 20 03:35:43.572 INFO O| Aug 20 03:35:43.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58312026-08-20T03:35:44.694Z[ recovery-image] Aug 20 03:35:43.572 INFO O| Aug 20 03:35:43.572 INFO STEP 188 (remove_files) COMPLETE
58322026-08-20T03:35:44.694Z[ recovery-image] Aug 20 03:35:43.572 INFO O| Aug 20 03:35:43.572 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-20T03:35:44.698Z[ recovery-image] Aug 20 03:35:43.581 INFO O| Aug 20 03:35:43.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58342026-08-20T03:35:44.702Z[ recovery-image] Aug 20 03:35:43.582 INFO O| Aug 20 03:35:43.582 INFO STEP 189 (remove_files) COMPLETE
58352026-08-20T03:35:44.702Z[ recovery-image] Aug 20 03:35:43.582 INFO O| Aug 20 03:35:43.582 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-20T03:35:44.708Z[ recovery-image] Aug 20 03:35:43.592 INFO O| Aug 20 03:35:43.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58372026-08-20T03:35:44.709Z[ recovery-image] Aug 20 03:35:43.592 INFO O| Aug 20 03:35:43.592 INFO STEP 190 (remove_files) COMPLETE
58382026-08-20T03:35:44.711Z[ recovery-image] Aug 20 03:35:43.592 INFO O| Aug 20 03:35:43.592 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-20T03:35:44.717Z[ recovery-image] Aug 20 03:35:43.601 INFO O| Aug 20 03:35:43.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58402026-08-20T03:35:44.718Z[ recovery-image] Aug 20 03:35:43.601 INFO O| Aug 20 03:35:43.601 INFO STEP 191 (remove_files) COMPLETE
58412026-08-20T03:35:44.720Z[ recovery-image] Aug 20 03:35:43.601 INFO O| Aug 20 03:35:43.601 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-20T03:35:44.726Z[ recovery-image] Aug 20 03:35:43.610 INFO O| Aug 20 03:35:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58432026-08-20T03:35:44.726Z[ recovery-image] Aug 20 03:35:43.610 INFO O| Aug 20 03:35:43.610 INFO STEP 192 (remove_files) COMPLETE
58442026-08-20T03:35:44.726Z[ recovery-image] Aug 20 03:35:43.610 INFO O| Aug 20 03:35:43.610 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-20T03:35:44.737Z[ recovery-image] Aug 20 03:35:43.620 INFO O| Aug 20 03:35:43.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58462026-08-20T03:35:44.737Z[ recovery-image] Aug 20 03:35:43.621 INFO O| Aug 20 03:35:43.620 INFO STEP 193 (remove_files) COMPLETE
58472026-08-20T03:35:44.737Z[ recovery-image] Aug 20 03:35:43.621 INFO O| Aug 20 03:35:43.620 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-20T03:35:44.747Z[ recovery-image] Aug 20 03:35:43.630 INFO O| Aug 20 03:35:43.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58492026-08-20T03:35:44.747Z[ recovery-image] Aug 20 03:35:43.630 INFO O| Aug 20 03:35:43.630 INFO STEP 194 (remove_files) COMPLETE
58502026-08-20T03:35:44.747Z[ recovery-image] Aug 20 03:35:43.630 INFO O| Aug 20 03:35:43.630 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-20T03:35:44.756Z[ recovery-image] Aug 20 03:35:43.639 INFO O| Aug 20 03:35:43.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58522026-08-20T03:35:44.756Z[ recovery-image] Aug 20 03:35:43.639 INFO O| Aug 20 03:35:43.639 INFO STEP 195 (remove_files) COMPLETE
58532026-08-20T03:35:44.756Z[ recovery-image] Aug 20 03:35:43.639 INFO O| Aug 20 03:35:43.639 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-20T03:35:44.761Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
58552026-08-20T03:35:44.767Z[ recovery-image] Aug 20 03:35:43.650 INFO O| Aug 20 03:35:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58562026-08-20T03:35:44.767Z[ recovery-image] Aug 20 03:35:43.650 INFO O| Aug 20 03:35:43.650 INFO STEP 196 (remove_files) COMPLETE
58572026-08-20T03:35:44.770Z[ recovery-image] Aug 20 03:35:43.650 INFO O| Aug 20 03:35:43.650 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-20T03:35:44.776Z[ recovery-image] Aug 20 03:35:43.659 INFO O| Aug 20 03:35:43.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58592026-08-20T03:35:44.776Z[ recovery-image] Aug 20 03:35:43.659 INFO O| Aug 20 03:35:43.659 INFO STEP 197 (remove_files) COMPLETE
58602026-08-20T03:35:44.779Z[ recovery-image] Aug 20 03:35:43.659 INFO O| Aug 20 03:35:43.659 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-20T03:35:44.786Z[ recovery-image] Aug 20 03:35:43.669 INFO O| Aug 20 03:35:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58622026-08-20T03:35:44.786Z[ recovery-image] Aug 20 03:35:43.669 INFO O| Aug 20 03:35:43.669 INFO STEP 198 (remove_files) COMPLETE
58632026-08-20T03:35:44.786Z[ recovery-image] Aug 20 03:35:43.669 INFO O| Aug 20 03:35:43.669 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-20T03:35:44.795Z[ recovery-image] Aug 20 03:35:43.678 INFO O| Aug 20 03:35:43.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58652026-08-20T03:35:44.795Z[ recovery-image] Aug 20 03:35:43.678 INFO O| Aug 20 03:35:43.678 INFO STEP 199 (remove_files) COMPLETE
58662026-08-20T03:35:44.795Z[ recovery-image] Aug 20 03:35:43.678 INFO O| Aug 20 03:35:43.678 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-20T03:35:44.805Z[ recovery-image] Aug 20 03:35:43.688 INFO O| Aug 20 03:35:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58682026-08-20T03:35:44.805Z[ recovery-image] Aug 20 03:35:43.688 INFO O| Aug 20 03:35:43.688 INFO STEP 200 (remove_files) COMPLETE
58692026-08-20T03:35:44.805Z[ recovery-image] Aug 20 03:35:43.688 INFO O| Aug 20 03:35:43.688 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-20T03:35:44.814Z[ recovery-image] Aug 20 03:35:43.698 INFO O| Aug 20 03:35:43.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58712026-08-20T03:35:44.814Z[ recovery-image] Aug 20 03:35:43.698 INFO O| Aug 20 03:35:43.698 INFO STEP 201 (remove_files) COMPLETE
58722026-08-20T03:35:44.814Z[ recovery-image] Aug 20 03:35:43.698 INFO O| Aug 20 03:35:43.698 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-20T03:35:44.824Z[ recovery-image] Aug 20 03:35:43.707 INFO O| Aug 20 03:35:43.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58742026-08-20T03:35:44.824Z[ recovery-image] Aug 20 03:35:43.708 INFO O| Aug 20 03:35:43.707 INFO STEP 202 (remove_files) COMPLETE
58752026-08-20T03:35:44.824Z[ recovery-image] Aug 20 03:35:43.708 INFO O| Aug 20 03:35:43.708 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-20T03:35:44.835Z[ recovery-image] Aug 20 03:35:43.718 INFO O| Aug 20 03:35:43.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58772026-08-20T03:35:44.835Z[ recovery-image] Aug 20 03:35:43.718 INFO O| Aug 20 03:35:43.718 INFO STEP 203 (remove_files) COMPLETE
58782026-08-20T03:35:44.835Z[ recovery-image] Aug 20 03:35:43.718 INFO O| Aug 20 03:35:43.718 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-20T03:35:44.845Z[ recovery-image] Aug 20 03:35:43.728 INFO O| Aug 20 03:35:43.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58802026-08-20T03:35:44.845Z[ recovery-image] Aug 20 03:35:43.728 INFO O| Aug 20 03:35:43.728 INFO STEP 204 (remove_files) COMPLETE
58812026-08-20T03:35:44.845Z[ recovery-image] Aug 20 03:35:43.728 INFO O| Aug 20 03:35:43.728 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-20T03:35:44.855Z[ recovery-image] Aug 20 03:35:43.738 INFO O| Aug 20 03:35:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58832026-08-20T03:35:44.855Z[ recovery-image] Aug 20 03:35:43.738 INFO O| Aug 20 03:35:43.738 INFO STEP 205 (remove_files) COMPLETE
58842026-08-20T03:35:44.855Z[ recovery-image] Aug 20 03:35:43.738 INFO O| Aug 20 03:35:43.738 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-20T03:35:44.864Z[ recovery-image] Aug 20 03:35:43.748 INFO O| Aug 20 03:35:43.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58862026-08-20T03:35:44.864Z[ recovery-image] Aug 20 03:35:43.748 INFO O| Aug 20 03:35:43.748 INFO STEP 206 (remove_files) COMPLETE
58872026-08-20T03:35:44.864Z[ recovery-image] Aug 20 03:35:43.748 INFO O| Aug 20 03:35:43.748 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-20T03:35:44.874Z[ recovery-image] Aug 20 03:35:43.758 INFO O| Aug 20 03:35:43.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58892026-08-20T03:35:44.874Z[ recovery-image] Aug 20 03:35:43.758 INFO O| Aug 20 03:35:43.758 INFO STEP 207 (remove_files) COMPLETE
58902026-08-20T03:35:44.874Z[ recovery-image] Aug 20 03:35:43.758 INFO O| Aug 20 03:35:43.758 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-20T03:35:44.884Z[ recovery-image] Aug 20 03:35:43.768 INFO O| Aug 20 03:35:43.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58922026-08-20T03:35:44.884Z[ recovery-image] Aug 20 03:35:43.768 INFO O| Aug 20 03:35:43.768 INFO STEP 208 (remove_files) COMPLETE
58932026-08-20T03:35:44.887Z[ recovery-image] Aug 20 03:35:43.768 INFO O| Aug 20 03:35:43.768 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-20T03:35:44.894Z[ recovery-image] Aug 20 03:35:43.777 INFO O| Aug 20 03:35:43.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58952026-08-20T03:35:44.894Z[ recovery-image] Aug 20 03:35:43.777 INFO O| Aug 20 03:35:43.777 INFO STEP 209 (remove_files) COMPLETE
58962026-08-20T03:35:44.894Z[ recovery-image] Aug 20 03:35:43.778 INFO O| Aug 20 03:35:43.777 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-20T03:35:44.904Z[ recovery-image] Aug 20 03:35:43.788 INFO O| Aug 20 03:35:43.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58982026-08-20T03:35:44.904Z[ recovery-image] Aug 20 03:35:43.788 INFO O| Aug 20 03:35:43.788 INFO STEP 210 (remove_files) COMPLETE
58992026-08-20T03:35:44.904Z[ recovery-image] Aug 20 03:35:43.788 INFO O| Aug 20 03:35:43.788 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-20T03:35:44.915Z[ recovery-image] Aug 20 03:35:43.798 INFO O| Aug 20 03:35:43.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59012026-08-20T03:35:44.915Z[ recovery-image] Aug 20 03:35:43.798 INFO O| Aug 20 03:35:43.798 INFO STEP 211 (remove_files) COMPLETE
59022026-08-20T03:35:44.915Z[ recovery-image] Aug 20 03:35:43.798 INFO O| Aug 20 03:35:43.798 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-20T03:35:44.925Z[ recovery-image] Aug 20 03:35:43.809 INFO O| Aug 20 03:35:43.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59042026-08-20T03:35:44.925Z[ recovery-image] Aug 20 03:35:43.809 INFO O| Aug 20 03:35:43.809 INFO STEP 212 (remove_files) COMPLETE
59052026-08-20T03:35:44.926Z[ recovery-image] Aug 20 03:35:43.809 INFO O| Aug 20 03:35:43.809 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-20T03:35:44.936Z[ recovery-image] Aug 20 03:35:43.819 INFO O| Aug 20 03:35:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59072026-08-20T03:35:44.936Z[ recovery-image] Aug 20 03:35:43.819 INFO O| Aug 20 03:35:43.819 INFO STEP 213 (remove_files) COMPLETE
59082026-08-20T03:35:44.936Z[ recovery-image] Aug 20 03:35:43.819 INFO O| Aug 20 03:35:43.819 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-20T03:35:44.947Z[ recovery-image] Aug 20 03:35:43.830 INFO O| Aug 20 03:35:43.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59102026-08-20T03:35:44.947Z[ recovery-image] Aug 20 03:35:43.831 INFO O| Aug 20 03:35:43.831 INFO STEP 214 (remove_files) COMPLETE
59112026-08-20T03:35:44.947Z[ recovery-image] Aug 20 03:35:43.831 INFO O| Aug 20 03:35:43.831 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-20T03:35:44.959Z[ recovery-image] Aug 20 03:35:43.842 INFO O| Aug 20 03:35:43.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59132026-08-20T03:35:44.962Z[ recovery-image] Aug 20 03:35:43.843 INFO O| Aug 20 03:35:43.843 INFO STEP 215 (remove_files) COMPLETE
59142026-08-20T03:35:44.962Z[ recovery-image] Aug 20 03:35:43.843 INFO O| Aug 20 03:35:43.843 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-20T03:35:44.970Z[ recovery-image] Aug 20 03:35:43.853 INFO O| Aug 20 03:35:43.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59162026-08-20T03:35:44.973Z[ recovery-image] Aug 20 03:35:43.854 INFO O| Aug 20 03:35:43.854 INFO STEP 216 (remove_files) COMPLETE
59172026-08-20T03:35:44.973Z[ recovery-image] Aug 20 03:35:43.854 INFO O| Aug 20 03:35:43.854 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-20T03:35:44.981Z[ recovery-image] Aug 20 03:35:43.864 INFO O| Aug 20 03:35:43.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59192026-08-20T03:35:44.984Z[ recovery-image] Aug 20 03:35:43.866 INFO O| Aug 20 03:35:43.866 INFO STEP 217 (remove_files) COMPLETE
59202026-08-20T03:35:44.984Z[ recovery-image] Aug 20 03:35:43.866 INFO O| Aug 20 03:35:43.866 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-20T03:35:44.993Z[ recovery-image] Aug 20 03:35:43.876 INFO O| Aug 20 03:35:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59222026-08-20T03:35:44.993Z[ recovery-image] Aug 20 03:35:43.876 INFO O| Aug 20 03:35:43.876 INFO STEP 218 (remove_files) COMPLETE
59232026-08-20T03:35:44.993Z[ recovery-image] Aug 20 03:35:43.876 INFO O| Aug 20 03:35:43.876 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-20T03:35:45.002Z[ recovery-image] Aug 20 03:35:43.886 INFO O| Aug 20 03:35:43.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59252026-08-20T03:35:45.002Z[ recovery-image] Aug 20 03:35:43.886 INFO O| Aug 20 03:35:43.886 INFO STEP 219 (remove_files) COMPLETE
59262026-08-20T03:35:45.002Z[ recovery-image] Aug 20 03:35:43.886 INFO O| Aug 20 03:35:43.886 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-20T03:35:45.011Z[ recovery-image] Aug 20 03:35:43.895 INFO O| Aug 20 03:35:43.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59282026-08-20T03:35:45.011Z[ recovery-image] Aug 20 03:35:43.895 INFO O| Aug 20 03:35:43.895 INFO STEP 220 (remove_files) COMPLETE
59292026-08-20T03:35:45.011Z[ recovery-image] Aug 20 03:35:43.895 INFO O| Aug 20 03:35:43.895 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-20T03:35:45.021Z[ recovery-image] Aug 20 03:35:43.904 INFO O| Aug 20 03:35:43.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59312026-08-20T03:35:45.021Z[ recovery-image] Aug 20 03:35:43.904 INFO O| Aug 20 03:35:43.904 INFO STEP 221 (remove_files) COMPLETE
59322026-08-20T03:35:45.021Z[ recovery-image] Aug 20 03:35:43.904 INFO O| Aug 20 03:35:43.904 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-20T03:35:45.030Z[ recovery-image] Aug 20 03:35:43.914 INFO O| Aug 20 03:35:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59342026-08-20T03:35:45.030Z[ recovery-image] Aug 20 03:35:43.914 INFO O| Aug 20 03:35:43.914 INFO STEP 222 (remove_files) COMPLETE
59352026-08-20T03:35:45.033Z[ recovery-image] Aug 20 03:35:43.914 INFO O| Aug 20 03:35:43.914 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-20T03:35:45.039Z[ recovery-image] Aug 20 03:35:43.923 INFO O| Aug 20 03:35:43.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59372026-08-20T03:35:45.040Z[ recovery-image] Aug 20 03:35:43.923 INFO O| Aug 20 03:35:43.923 INFO STEP 223 (remove_files) COMPLETE
59382026-08-20T03:35:45.040Z[ recovery-image] Aug 20 03:35:43.923 INFO O| Aug 20 03:35:43.923 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-20T03:35:45.050Z[ recovery-image] Aug 20 03:35:43.933 INFO O| Aug 20 03:35:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59402026-08-20T03:35:45.050Z[ recovery-image] Aug 20 03:35:43.933 INFO O| Aug 20 03:35:43.933 INFO STEP 224 (remove_files) COMPLETE
59412026-08-20T03:35:45.050Z[ recovery-image] Aug 20 03:35:43.933 INFO O| Aug 20 03:35:43.933 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-20T03:35:45.059Z[ recovery-image] Aug 20 03:35:43.943 INFO O| Aug 20 03:35:43.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59432026-08-20T03:35:45.059Z[ recovery-image] Aug 20 03:35:43.943 INFO O| Aug 20 03:35:43.943 INFO STEP 225 (remove_files) COMPLETE
59442026-08-20T03:35:45.062Z[ recovery-image] Aug 20 03:35:43.943 INFO O| Aug 20 03:35:43.943 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-20T03:35:45.068Z[ recovery-image] Aug 20 03:35:43.952 INFO O| Aug 20 03:35:43.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59462026-08-20T03:35:45.068Z[ recovery-image] Aug 20 03:35:43.952 INFO O| Aug 20 03:35:43.952 INFO STEP 226 (remove_files) COMPLETE
59472026-08-20T03:35:45.068Z[ recovery-image] Aug 20 03:35:43.952 INFO O| Aug 20 03:35:43.952 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-20T03:35:45.078Z[ recovery-image] Aug 20 03:35:43.961 INFO O| Aug 20 03:35:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59492026-08-20T03:35:45.078Z[ recovery-image] Aug 20 03:35:43.962 INFO O| Aug 20 03:35:43.962 INFO STEP 227 (remove_files) COMPLETE
59502026-08-20T03:35:45.078Z[ recovery-image] Aug 20 03:35:43.962 INFO O| Aug 20 03:35:43.962 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-20T03:35:45.087Z[ recovery-image] Aug 20 03:35:43.971 INFO O| Aug 20 03:35:43.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59522026-08-20T03:35:45.087Z[ recovery-image] Aug 20 03:35:43.971 INFO O| Aug 20 03:35:43.971 INFO STEP 228 (remove_files) COMPLETE
59532026-08-20T03:35:45.091Z[ recovery-image] Aug 20 03:35:43.971 INFO O| Aug 20 03:35:43.971 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-20T03:35:45.097Z[ recovery-image] Aug 20 03:35:43.980 INFO O| Aug 20 03:35:43.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59552026-08-20T03:35:45.097Z[ recovery-image] Aug 20 03:35:43.980 INFO O| Aug 20 03:35:43.980 INFO STEP 229 (remove_files) COMPLETE
59562026-08-20T03:35:45.097Z[ recovery-image] Aug 20 03:35:43.980 INFO O| Aug 20 03:35:43.980 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-20T03:35:45.106Z[ recovery-image] Aug 20 03:35:43.989 INFO O| Aug 20 03:35:43.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59582026-08-20T03:35:45.106Z[ recovery-image] Aug 20 03:35:43.989 INFO O| Aug 20 03:35:43.989 INFO STEP 230 (remove_files) COMPLETE
59592026-08-20T03:35:45.106Z[ recovery-image] Aug 20 03:35:43.989 INFO O| Aug 20 03:35:43.989 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-20T03:35:45.114Z[ recovery-image] Aug 20 03:35:43.998 INFO O| Aug 20 03:35:43.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59612026-08-20T03:35:45.114Z[ recovery-image] Aug 20 03:35:43.998 INFO O| Aug 20 03:35:43.998 INFO STEP 231 (remove_files) COMPLETE
59622026-08-20T03:35:45.118Z[ recovery-image] Aug 20 03:35:43.998 INFO O| Aug 20 03:35:43.998 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-20T03:35:45.123Z[ recovery-image] Aug 20 03:35:44.006 INFO O| Aug 20 03:35:44.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59642026-08-20T03:35:45.123Z[ recovery-image] Aug 20 03:35:44.006 INFO O| Aug 20 03:35:44.006 INFO STEP 232 (remove_files) COMPLETE
59652026-08-20T03:35:45.123Z[ recovery-image] Aug 20 03:35:44.006 INFO O| Aug 20 03:35:44.006 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-20T03:35:45.137Z[ recovery-image] Aug 20 03:35:44.020 INFO O| Aug 20 03:35:44.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59672026-08-20T03:35:45.137Z[ recovery-image] Aug 20 03:35:44.020 INFO O| Aug 20 03:35:44.020 INFO STEP 233 (remove_files) COMPLETE
59682026-08-20T03:35:45.137Z[ recovery-image] Aug 20 03:35:44.020 INFO O| Aug 20 03:35:44.020 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-20T03:35:45.146Z[ recovery-image] Aug 20 03:35:44.029 INFO O| Aug 20 03:35:44.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59702026-08-20T03:35:45.147Z[ recovery-image] Aug 20 03:35:44.029 INFO O| Aug 20 03:35:44.029 INFO STEP 234 (remove_files) COMPLETE
59712026-08-20T03:35:45.147Z[ recovery-image] Aug 20 03:35:44.030 INFO O| Aug 20 03:35:44.029 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-20T03:35:45.158Z[ recovery-image] Aug 20 03:35:44.042 INFO O| Aug 20 03:35:44.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59732026-08-20T03:35:45.158Z[ recovery-image] Aug 20 03:35:44.042 INFO O| Aug 20 03:35:44.042 INFO STEP 235 (remove_files) COMPLETE
59742026-08-20T03:35:45.158Z[ recovery-image] Aug 20 03:35:44.042 INFO O| Aug 20 03:35:44.042 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-20T03:35:45.168Z[ recovery-image] Aug 20 03:35:44.052 INFO O| Aug 20 03:35:44.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59762026-08-20T03:35:45.168Z[ recovery-image] Aug 20 03:35:44.052 INFO O| Aug 20 03:35:44.052 INFO STEP 236 (remove_files) COMPLETE
59772026-08-20T03:35:45.172Z[ recovery-image] Aug 20 03:35:44.052 INFO O| Aug 20 03:35:44.052 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-20T03:35:45.178Z[ recovery-image] Aug 20 03:35:44.062 INFO O| Aug 20 03:35:44.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59792026-08-20T03:35:45.182Z[ recovery-image] Aug 20 03:35:44.062 INFO O| Aug 20 03:35:44.062 INFO STEP 237 (remove_files) COMPLETE
59802026-08-20T03:35:45.182Z[ recovery-image] Aug 20 03:35:44.062 INFO O| Aug 20 03:35:44.062 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-20T03:35:45.188Z[ recovery-image] Aug 20 03:35:44.072 INFO O| Aug 20 03:35:44.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59822026-08-20T03:35:45.188Z[ recovery-image] Aug 20 03:35:44.072 INFO O| Aug 20 03:35:44.072 INFO STEP 238 (remove_files) COMPLETE
59832026-08-20T03:35:45.188Z[ recovery-image] Aug 20 03:35:44.072 INFO O| Aug 20 03:35:44.072 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-20T03:35:45.198Z[ recovery-image] Aug 20 03:35:44.082 INFO O| Aug 20 03:35:44.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59852026-08-20T03:35:45.198Z[ recovery-image] Aug 20 03:35:44.082 INFO O| Aug 20 03:35:44.082 INFO STEP 239 (remove_files) COMPLETE
59862026-08-20T03:35:45.198Z[ recovery-image] Aug 20 03:35:44.082 INFO O| Aug 20 03:35:44.082 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-20T03:35:45.211Z[ recovery-image] Aug 20 03:35:44.092 INFO O| Aug 20 03:35:44.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59882026-08-20T03:35:45.211Z[ recovery-image] Aug 20 03:35:44.092 INFO O| Aug 20 03:35:44.092 INFO STEP 240 (remove_files) COMPLETE
59892026-08-20T03:35:45.214Z[ recovery-image] Aug 20 03:35:44.092 INFO O| Aug 20 03:35:44.092 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-20T03:35:45.218Z[ recovery-image] Aug 20 03:35:44.102 INFO O| Aug 20 03:35:44.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59912026-08-20T03:35:45.219Z[ recovery-image] Aug 20 03:35:44.102 INFO O| Aug 20 03:35:44.102 INFO STEP 241 (remove_files) COMPLETE
59922026-08-20T03:35:45.219Z[ recovery-image] Aug 20 03:35:44.102 INFO O| Aug 20 03:35:44.102 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-20T03:35:45.229Z[ recovery-image] Aug 20 03:35:44.113 INFO O| Aug 20 03:35:44.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59942026-08-20T03:35:45.229Z[ recovery-image] Aug 20 03:35:44.113 INFO O| Aug 20 03:35:44.113 INFO STEP 242 (remove_files) COMPLETE
59952026-08-20T03:35:45.229Z[ recovery-image] Aug 20 03:35:44.113 INFO O| Aug 20 03:35:44.113 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-20T03:35:45.239Z[ recovery-image] Aug 20 03:35:44.122 INFO O| Aug 20 03:35:44.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59972026-08-20T03:35:45.239Z[ recovery-image] Aug 20 03:35:44.123 INFO O| Aug 20 03:35:44.122 INFO STEP 243 (remove_files) COMPLETE
59982026-08-20T03:35:45.239Z[ recovery-image] Aug 20 03:35:44.123 INFO O| Aug 20 03:35:44.123 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-20T03:35:45.248Z[ recovery-image] Aug 20 03:35:44.132 INFO O| Aug 20 03:35:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60002026-08-20T03:35:45.248Z[ recovery-image] Aug 20 03:35:44.132 INFO O| Aug 20 03:35:44.132 INFO STEP 244 (remove_files) COMPLETE
60012026-08-20T03:35:45.252Z[ recovery-image] Aug 20 03:35:44.132 INFO O| Aug 20 03:35:44.132 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-20T03:35:45.257Z[ recovery-image] Aug 20 03:35:44.140 INFO O| Aug 20 03:35:44.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60032026-08-20T03:35:45.257Z[ recovery-image] Aug 20 03:35:44.141 INFO O| Aug 20 03:35:44.141 INFO STEP 245 (remove_files) COMPLETE
60042026-08-20T03:35:45.257Z[ recovery-image] Aug 20 03:35:44.141 INFO O| Aug 20 03:35:44.141 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-20T03:35:45.268Z[ recovery-image] Aug 20 03:35:44.151 INFO O| Aug 20 03:35:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60062026-08-20T03:35:45.268Z[ recovery-image] Aug 20 03:35:44.151 INFO O| Aug 20 03:35:44.151 INFO STEP 246 (remove_files) COMPLETE
60072026-08-20T03:35:45.268Z[ recovery-image] Aug 20 03:35:44.151 INFO O| Aug 20 03:35:44.151 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-20T03:35:45.276Z[ recovery-image] Aug 20 03:35:44.160 INFO O| Aug 20 03:35:44.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60092026-08-20T03:35:45.277Z[ recovery-image] Aug 20 03:35:44.160 INFO O| Aug 20 03:35:44.160 INFO STEP 247 (remove_files) COMPLETE
60102026-08-20T03:35:45.280Z[ recovery-image] Aug 20 03:35:44.160 INFO O| Aug 20 03:35:44.160 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-20T03:35:45.285Z[ recovery-image] Aug 20 03:35:44.169 INFO O| Aug 20 03:35:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60122026-08-20T03:35:45.285Z[ recovery-image] Aug 20 03:35:44.169 INFO O| Aug 20 03:35:44.169 INFO STEP 248 (remove_files) COMPLETE
60132026-08-20T03:35:45.286Z[ recovery-image] Aug 20 03:35:44.169 INFO O| Aug 20 03:35:44.169 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-20T03:35:45.291Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
60152026-08-20T03:35:45.295Z[ recovery-image] Aug 20 03:35:44.179 INFO O| Aug 20 03:35:44.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60162026-08-20T03:35:45.295Z[ recovery-image] Aug 20 03:35:44.179 INFO O| Aug 20 03:35:44.179 INFO STEP 249 (remove_files) COMPLETE
60172026-08-20T03:35:45.295Z[ recovery-image] Aug 20 03:35:44.179 INFO O| Aug 20 03:35:44.179 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-20T03:35:45.305Z[ recovery-image] Aug 20 03:35:44.188 INFO O| Aug 20 03:35:44.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60192026-08-20T03:35:45.305Z[ recovery-image] Aug 20 03:35:44.189 INFO O| Aug 20 03:35:44.189 INFO STEP 250 (remove_files) COMPLETE
60202026-08-20T03:35:45.308Z[ recovery-image] Aug 20 03:35:44.189 INFO O| Aug 20 03:35:44.189 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-20T03:35:45.315Z[ recovery-image] Aug 20 03:35:44.199 INFO O| Aug 20 03:35:44.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60222026-08-20T03:35:45.315Z[ recovery-image] Aug 20 03:35:44.199 INFO O| Aug 20 03:35:44.199 INFO STEP 251 (remove_files) COMPLETE
60232026-08-20T03:35:45.315Z[ recovery-image] Aug 20 03:35:44.199 INFO O| Aug 20 03:35:44.199 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-20T03:35:45.328Z[ recovery-image] Aug 20 03:35:44.210 INFO O| Aug 20 03:35:44.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60252026-08-20T03:35:45.328Z[ recovery-image] Aug 20 03:35:44.210 INFO O| Aug 20 03:35:44.210 INFO STEP 252 (remove_files) COMPLETE
60262026-08-20T03:35:45.328Z[ recovery-image] Aug 20 03:35:44.210 INFO O| Aug 20 03:35:44.210 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-20T03:35:45.338Z[ recovery-image] Aug 20 03:35:44.221 INFO O| Aug 20 03:35:44.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60282026-08-20T03:35:45.338Z[ recovery-image] Aug 20 03:35:44.221 INFO O| Aug 20 03:35:44.221 INFO STEP 253 (remove_files) COMPLETE
60292026-08-20T03:35:45.342Z[ recovery-image] Aug 20 03:35:44.221 INFO O| Aug 20 03:35:44.221 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-20T03:35:45.347Z[ recovery-image] Aug 20 03:35:44.231 INFO O| Aug 20 03:35:44.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60312026-08-20T03:35:45.347Z[ recovery-image] Aug 20 03:35:44.231 INFO O| Aug 20 03:35:44.231 INFO STEP 254 (remove_files) COMPLETE
60322026-08-20T03:35:45.347Z[ recovery-image] Aug 20 03:35:44.231 INFO O| Aug 20 03:35:44.231 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-20T03:35:45.357Z[ recovery-image] Aug 20 03:35:44.240 INFO O| Aug 20 03:35:44.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60342026-08-20T03:35:45.357Z[ recovery-image] Aug 20 03:35:44.240 INFO O| Aug 20 03:35:44.240 INFO STEP 255 (remove_files) COMPLETE
60352026-08-20T03:35:45.360Z[ recovery-image] Aug 20 03:35:44.240 INFO O| Aug 20 03:35:44.240 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-20T03:35:45.366Z[ recovery-image] Aug 20 03:35:44.249 INFO O| Aug 20 03:35:44.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60372026-08-20T03:35:45.367Z[ recovery-image] Aug 20 03:35:44.249 INFO O| Aug 20 03:35:44.249 INFO STEP 256 (remove_files) COMPLETE
60382026-08-20T03:35:45.371Z[ recovery-image] Aug 20 03:35:44.249 INFO O| Aug 20 03:35:44.249 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-20T03:35:45.375Z[ recovery-image] Aug 20 03:35:44.258 INFO O| Aug 20 03:35:44.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60402026-08-20T03:35:45.375Z[ recovery-image] Aug 20 03:35:44.258 INFO O| Aug 20 03:35:44.258 INFO STEP 257 (remove_files) COMPLETE
60412026-08-20T03:35:45.375Z[ recovery-image] Aug 20 03:35:44.258 INFO O| Aug 20 03:35:44.258 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-20T03:35:45.384Z[ recovery-image] Aug 20 03:35:44.268 INFO O| Aug 20 03:35:44.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60432026-08-20T03:35:45.384Z[ recovery-image] Aug 20 03:35:44.268 INFO O| Aug 20 03:35:44.268 INFO STEP 258 (remove_files) COMPLETE
60442026-08-20T03:35:45.384Z[ recovery-image] Aug 20 03:35:44.268 INFO O| Aug 20 03:35:44.268 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-20T03:35:45.393Z[ recovery-image] Aug 20 03:35:44.277 INFO O| Aug 20 03:35:44.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60462026-08-20T03:35:45.393Z[ recovery-image] Aug 20 03:35:44.277 INFO O| Aug 20 03:35:44.277 INFO STEP 259 (remove_files) COMPLETE
60472026-08-20T03:35:45.396Z[ recovery-image] Aug 20 03:35:44.277 INFO O| Aug 20 03:35:44.277 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-20T03:35:45.403Z[ recovery-image] Aug 20 03:35:44.287 INFO O| Aug 20 03:35:44.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60492026-08-20T03:35:45.403Z[ recovery-image] Aug 20 03:35:44.287 INFO O| Aug 20 03:35:44.287 INFO STEP 260 (remove_files) COMPLETE
60502026-08-20T03:35:45.406Z[ recovery-image] Aug 20 03:35:44.287 INFO O| Aug 20 03:35:44.287 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-20T03:35:45.412Z[ recovery-image] Aug 20 03:35:44.296 INFO O| Aug 20 03:35:44.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60522026-08-20T03:35:45.412Z[ recovery-image] Aug 20 03:35:44.296 INFO O| Aug 20 03:35:44.296 INFO STEP 261 (remove_files) COMPLETE
60532026-08-20T03:35:45.412Z[ recovery-image] Aug 20 03:35:44.296 INFO O| Aug 20 03:35:44.296 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-20T03:35:45.422Z[ recovery-image] Aug 20 03:35:44.305 INFO O| Aug 20 03:35:44.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60552026-08-20T03:35:45.422Z[ recovery-image] Aug 20 03:35:44.305 INFO O| Aug 20 03:35:44.305 INFO STEP 262 (remove_files) COMPLETE
60562026-08-20T03:35:45.422Z[ recovery-image] Aug 20 03:35:44.305 INFO O| Aug 20 03:35:44.305 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-20T03:35:45.433Z[ recovery-image] Aug 20 03:35:44.316 INFO O| Aug 20 03:35:44.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60582026-08-20T03:35:45.433Z[ recovery-image] Aug 20 03:35:44.316 INFO O| Aug 20 03:35:44.316 INFO STEP 263 (remove_files) COMPLETE
60592026-08-20T03:35:45.434Z[ recovery-image] Aug 20 03:35:44.316 INFO O| Aug 20 03:35:44.316 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-20T03:35:45.443Z[ recovery-image] Aug 20 03:35:44.326 INFO O| Aug 20 03:35:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60612026-08-20T03:35:45.443Z[ recovery-image] Aug 20 03:35:44.326 INFO O| Aug 20 03:35:44.326 INFO STEP 264 (remove_files) COMPLETE
60622026-08-20T03:35:45.443Z[ recovery-image] Aug 20 03:35:44.326 INFO O| Aug 20 03:35:44.326 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-20T03:35:45.452Z[ recovery-image] Aug 20 03:35:44.335 INFO O| Aug 20 03:35:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60642026-08-20T03:35:45.452Z[ recovery-image] Aug 20 03:35:44.335 INFO O| Aug 20 03:35:44.335 INFO STEP 265 (remove_files) COMPLETE
60652026-08-20T03:35:45.455Z[ recovery-image] Aug 20 03:35:44.335 INFO O| Aug 20 03:35:44.335 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-20T03:35:45.460Z[ recovery-image] Aug 20 03:35:44.344 INFO O| Aug 20 03:35:44.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60672026-08-20T03:35:45.460Z[ recovery-image] Aug 20 03:35:44.344 INFO O| Aug 20 03:35:44.344 INFO STEP 266 (remove_files) COMPLETE
60682026-08-20T03:35:45.463Z[ recovery-image] Aug 20 03:35:44.344 INFO O| Aug 20 03:35:44.344 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-20T03:35:45.468Z[ recovery-image] Aug 20 03:35:44.352 INFO O| Aug 20 03:35:44.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60702026-08-20T03:35:45.468Z[ recovery-image] Aug 20 03:35:44.352 INFO O| Aug 20 03:35:44.352 INFO STEP 267 (remove_files) COMPLETE
60712026-08-20T03:35:45.471Z[ recovery-image] Aug 20 03:35:44.352 INFO O| Aug 20 03:35:44.352 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-20T03:35:45.479Z[ recovery-image] Aug 20 03:35:44.362 INFO O| Aug 20 03:35:44.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60732026-08-20T03:35:45.479Z[ recovery-image] Aug 20 03:35:44.362 INFO O| Aug 20 03:35:44.362 INFO STEP 268 (remove_files) COMPLETE
60742026-08-20T03:35:45.479Z[ recovery-image] Aug 20 03:35:44.362 INFO O| Aug 20 03:35:44.362 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-20T03:35:45.489Z[ recovery-image] Aug 20 03:35:44.373 INFO O| Aug 20 03:35:44.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60762026-08-20T03:35:45.489Z[ recovery-image] Aug 20 03:35:44.373 INFO O| Aug 20 03:35:44.373 INFO STEP 269 (remove_files) COMPLETE
60772026-08-20T03:35:45.489Z[ recovery-image] Aug 20 03:35:44.373 INFO O| Aug 20 03:35:44.373 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-20T03:35:45.500Z[ recovery-image] Aug 20 03:35:44.383 INFO O| Aug 20 03:35:44.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60792026-08-20T03:35:45.500Z[ recovery-image] Aug 20 03:35:44.383 INFO O| Aug 20 03:35:44.383 INFO STEP 270 (remove_files) COMPLETE
60802026-08-20T03:35:45.500Z[ recovery-image] Aug 20 03:35:44.383 INFO O| Aug 20 03:35:44.383 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-20T03:35:45.510Z[ recovery-image] Aug 20 03:35:44.393 INFO O| Aug 20 03:35:44.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60822026-08-20T03:35:45.510Z[ recovery-image] Aug 20 03:35:44.393 INFO O| Aug 20 03:35:44.393 INFO STEP 271 (remove_files) COMPLETE
60832026-08-20T03:35:45.510Z[ recovery-image] Aug 20 03:35:44.393 INFO O| Aug 20 03:35:44.393 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-20T03:35:45.519Z[ recovery-image] Aug 20 03:35:44.403 INFO O| Aug 20 03:35:44.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60852026-08-20T03:35:45.519Z[ recovery-image] Aug 20 03:35:44.403 INFO O| Aug 20 03:35:44.403 INFO STEP 272 (remove_files) COMPLETE
60862026-08-20T03:35:45.519Z[ recovery-image] Aug 20 03:35:44.403 INFO O| Aug 20 03:35:44.403 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-20T03:35:45.528Z[ recovery-image] Aug 20 03:35:44.412 INFO O| Aug 20 03:35:44.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60882026-08-20T03:35:45.531Z[ recovery-image] Aug 20 03:35:44.412 INFO O| Aug 20 03:35:44.412 INFO STEP 273 (remove_files) COMPLETE
60892026-08-20T03:35:45.531Z[ recovery-image] Aug 20 03:35:44.413 INFO O| Aug 20 03:35:44.412 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-20T03:35:45.538Z[ recovery-image] Aug 20 03:35:44.421 INFO O| Aug 20 03:35:44.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60912026-08-20T03:35:45.538Z[ recovery-image] Aug 20 03:35:44.421 INFO O| Aug 20 03:35:44.421 INFO STEP 274 (remove_files) COMPLETE
60922026-08-20T03:35:45.538Z[ recovery-image] Aug 20 03:35:44.421 INFO O| Aug 20 03:35:44.421 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-20T03:35:45.547Z[ recovery-image] Aug 20 03:35:44.431 INFO O| Aug 20 03:35:44.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60942026-08-20T03:35:45.547Z[ recovery-image] Aug 20 03:35:44.431 INFO O| Aug 20 03:35:44.431 INFO STEP 275 (remove_files) COMPLETE
60952026-08-20T03:35:45.547Z[ recovery-image] Aug 20 03:35:44.431 INFO O| Aug 20 03:35:44.431 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-20T03:35:45.556Z[ recovery-image] Aug 20 03:35:44.440 INFO O| Aug 20 03:35:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60972026-08-20T03:35:45.556Z[ recovery-image] Aug 20 03:35:44.440 INFO O| Aug 20 03:35:44.440 INFO STEP 276 (remove_files) COMPLETE
60982026-08-20T03:35:45.556Z[ recovery-image] Aug 20 03:35:44.440 INFO O| Aug 20 03:35:44.440 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-20T03:35:45.566Z[ recovery-image] Aug 20 03:35:44.449 INFO O| Aug 20 03:35:44.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61002026-08-20T03:35:45.566Z[ recovery-image] Aug 20 03:35:44.449 INFO O| Aug 20 03:35:44.449 INFO STEP 277 (remove_files) COMPLETE
61012026-08-20T03:35:45.566Z[ recovery-image] Aug 20 03:35:44.449 INFO O| Aug 20 03:35:44.449 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-20T03:35:45.576Z[ recovery-image] Aug 20 03:35:44.460 INFO O| Aug 20 03:35:44.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61032026-08-20T03:35:45.576Z[ recovery-image] Aug 20 03:35:44.460 INFO O| Aug 20 03:35:44.460 INFO STEP 278 (remove_files) COMPLETE
61042026-08-20T03:35:45.576Z[ recovery-image] Aug 20 03:35:44.460 INFO O| Aug 20 03:35:44.460 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-20T03:35:45.588Z[ recovery-image] Aug 20 03:35:44.470 INFO O| Aug 20 03:35:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61062026-08-20T03:35:45.588Z[ recovery-image] Aug 20 03:35:44.470 INFO O| Aug 20 03:35:44.470 INFO STEP 279 (remove_files) COMPLETE
61072026-08-20T03:35:45.588Z[ recovery-image] Aug 20 03:35:44.470 INFO O| Aug 20 03:35:44.470 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-20T03:35:45.598Z[ recovery-image] Aug 20 03:35:44.481 INFO O| Aug 20 03:35:44.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61092026-08-20T03:35:45.598Z[ recovery-image] Aug 20 03:35:44.481 INFO O| Aug 20 03:35:44.481 INFO STEP 280 (remove_files) COMPLETE
61102026-08-20T03:35:45.598Z[ recovery-image] Aug 20 03:35:44.481 INFO O| Aug 20 03:35:44.481 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-20T03:35:45.608Z[ recovery-image] Aug 20 03:35:44.492 INFO O| Aug 20 03:35:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61122026-08-20T03:35:45.608Z[ recovery-image] Aug 20 03:35:44.492 INFO O| Aug 20 03:35:44.492 INFO STEP 281 (remove_files) COMPLETE
61132026-08-20T03:35:45.608Z[ recovery-image] Aug 20 03:35:44.492 INFO O| Aug 20 03:35:44.492 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-20T03:35:45.618Z[ recovery-image] Aug 20 03:35:44.502 INFO O| Aug 20 03:35:44.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61152026-08-20T03:35:45.618Z[ recovery-image] Aug 20 03:35:44.502 INFO O| Aug 20 03:35:44.502 INFO STEP 282 (remove_files) COMPLETE
61162026-08-20T03:35:45.618Z[ recovery-image] Aug 20 03:35:44.502 INFO O| Aug 20 03:35:44.502 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-20T03:35:45.630Z[ recovery-image] Aug 20 03:35:44.513 INFO O| Aug 20 03:35:44.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61182026-08-20T03:35:45.630Z[ recovery-image] Aug 20 03:35:44.513 INFO O| Aug 20 03:35:44.513 INFO STEP 283 (remove_files) COMPLETE
61192026-08-20T03:35:45.630Z[ recovery-image] Aug 20 03:35:44.513 INFO O| Aug 20 03:35:44.513 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-20T03:35:45.640Z[ recovery-image] Aug 20 03:35:44.524 INFO O| Aug 20 03:35:44.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61212026-08-20T03:35:45.640Z[ recovery-image] Aug 20 03:35:44.524 INFO O| Aug 20 03:35:44.524 INFO STEP 284 (remove_files) COMPLETE
61222026-08-20T03:35:45.640Z[ recovery-image] Aug 20 03:35:44.524 INFO O| Aug 20 03:35:44.524 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-20T03:35:45.649Z[ recovery-image] Aug 20 03:35:44.533 INFO O| Aug 20 03:35:44.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61242026-08-20T03:35:45.649Z[ recovery-image] Aug 20 03:35:44.533 INFO O| Aug 20 03:35:44.533 INFO STEP 285 (remove_files) COMPLETE
61252026-08-20T03:35:45.649Z[ recovery-image] Aug 20 03:35:44.533 INFO O| Aug 20 03:35:44.533 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-20T03:35:45.658Z[ recovery-image] Aug 20 03:35:44.541 INFO O| Aug 20 03:35:44.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61272026-08-20T03:35:45.658Z[ recovery-image] Aug 20 03:35:44.541 INFO O| Aug 20 03:35:44.541 INFO STEP 286 (remove_files) COMPLETE
61282026-08-20T03:35:45.658Z[ recovery-image] Aug 20 03:35:44.541 INFO O| Aug 20 03:35:44.541 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-20T03:35:45.671Z[ recovery-image] Aug 20 03:35:44.555 INFO O| Aug 20 03:35:44.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61302026-08-20T03:35:45.671Z[ recovery-image] Aug 20 03:35:44.555 INFO O| Aug 20 03:35:44.555 INFO STEP 287 (remove_files) COMPLETE
61312026-08-20T03:35:45.671Z[ recovery-image] Aug 20 03:35:44.555 INFO O| Aug 20 03:35:44.555 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-20T03:35:45.683Z[ recovery-image] Aug 20 03:35:44.566 INFO O| Aug 20 03:35:44.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61332026-08-20T03:35:45.683Z[ recovery-image] Aug 20 03:35:44.566 INFO O| Aug 20 03:35:44.566 INFO STEP 288 (remove_files) COMPLETE
61342026-08-20T03:35:45.683Z[ recovery-image] Aug 20 03:35:44.566 INFO O| Aug 20 03:35:44.566 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-20T03:35:45.693Z[ recovery-image] Aug 20 03:35:44.576 INFO O| Aug 20 03:35:44.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61362026-08-20T03:35:45.693Z[ recovery-image] Aug 20 03:35:44.576 INFO O| Aug 20 03:35:44.576 INFO STEP 289 (remove_files) COMPLETE
61372026-08-20T03:35:45.693Z[ recovery-image] Aug 20 03:35:44.576 INFO O| Aug 20 03:35:44.576 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-20T03:35:45.702Z[ recovery-image] Aug 20 03:35:44.585 INFO O| Aug 20 03:35:44.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61392026-08-20T03:35:45.702Z[ recovery-image] Aug 20 03:35:44.585 INFO O| Aug 20 03:35:44.585 INFO STEP 290 (remove_files) COMPLETE
61402026-08-20T03:35:45.706Z[ recovery-image] Aug 20 03:35:44.585 INFO O| Aug 20 03:35:44.585 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-20T03:35:45.711Z[ recovery-image] Aug 20 03:35:44.594 INFO O| Aug 20 03:35:44.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61422026-08-20T03:35:45.711Z[ recovery-image] Aug 20 03:35:44.594 INFO O| Aug 20 03:35:44.594 INFO STEP 291 (remove_files) COMPLETE
61432026-08-20T03:35:45.711Z[ recovery-image] Aug 20 03:35:44.594 INFO O| Aug 20 03:35:44.594 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-20T03:35:45.720Z[ recovery-image] Aug 20 03:35:44.603 INFO O| Aug 20 03:35:44.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61452026-08-20T03:35:45.720Z[ recovery-image] Aug 20 03:35:44.603 INFO O| Aug 20 03:35:44.603 INFO STEP 292 (remove_files) COMPLETE
61462026-08-20T03:35:45.720Z[ recovery-image] Aug 20 03:35:44.603 INFO O| Aug 20 03:35:44.603 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-20T03:35:45.728Z[ recovery-image] Aug 20 03:35:44.612 INFO O| Aug 20 03:35:44.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61482026-08-20T03:35:45.732Z[ recovery-image] Aug 20 03:35:44.613 INFO O| Aug 20 03:35:44.613 INFO STEP 293 (remove_files) COMPLETE
61492026-08-20T03:35:45.732Z[ recovery-image] Aug 20 03:35:44.613 INFO O| Aug 20 03:35:44.613 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-20T03:35:45.740Z[ recovery-image] Aug 20 03:35:44.623 INFO O| Aug 20 03:35:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61512026-08-20T03:35:45.740Z[ recovery-image] Aug 20 03:35:44.623 INFO O| Aug 20 03:35:44.623 INFO STEP 294 (remove_files) COMPLETE
61522026-08-20T03:35:45.740Z[ recovery-image] Aug 20 03:35:44.623 INFO O| Aug 20 03:35:44.623 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-20T03:35:45.750Z[ recovery-image] Aug 20 03:35:44.633 INFO O| Aug 20 03:35:44.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61542026-08-20T03:35:45.750Z[ recovery-image] Aug 20 03:35:44.633 INFO O| Aug 20 03:35:44.633 INFO STEP 295 (remove_files) COMPLETE
61552026-08-20T03:35:45.751Z[ recovery-image] Aug 20 03:35:44.633 INFO O| Aug 20 03:35:44.633 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-20T03:35:45.759Z[ recovery-image] Aug 20 03:35:44.642 INFO O| Aug 20 03:35:44.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61572026-08-20T03:35:45.759Z[ recovery-image] Aug 20 03:35:44.642 INFO O| Aug 20 03:35:44.642 INFO STEP 296 (remove_files) COMPLETE
61582026-08-20T03:35:45.759Z[ recovery-image] Aug 20 03:35:44.642 INFO O| Aug 20 03:35:44.642 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-20T03:35:45.766Z[ recovery-image] Aug 20 03:35:44.650 INFO O| Aug 20 03:35:44.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61602026-08-20T03:35:45.766Z[ recovery-image] Aug 20 03:35:44.650 INFO O| Aug 20 03:35:44.650 INFO STEP 297 (remove_files) COMPLETE
61612026-08-20T03:35:45.766Z[ recovery-image] Aug 20 03:35:44.650 INFO O| Aug 20 03:35:44.650 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-20T03:35:45.775Z[ recovery-image] Aug 20 03:35:44.659 INFO O| Aug 20 03:35:44.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61632026-08-20T03:35:45.775Z[ recovery-image] Aug 20 03:35:44.659 INFO O| Aug 20 03:35:44.659 INFO STEP 298 (remove_files) COMPLETE
61642026-08-20T03:35:45.775Z[ recovery-image] Aug 20 03:35:44.659 INFO O| Aug 20 03:35:44.659 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-20T03:35:45.786Z[ recovery-image] Aug 20 03:35:44.669 INFO O| Aug 20 03:35:44.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61662026-08-20T03:35:45.786Z[ recovery-image] Aug 20 03:35:44.669 INFO O| Aug 20 03:35:44.669 INFO STEP 299 (remove_files) COMPLETE
61672026-08-20T03:35:45.786Z[ recovery-image] Aug 20 03:35:44.669 INFO O| Aug 20 03:35:44.669 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-20T03:35:45.797Z[ recovery-image] Aug 20 03:35:44.681 INFO O| Aug 20 03:35:44.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61692026-08-20T03:35:45.797Z[ recovery-image] Aug 20 03:35:44.681 INFO O| Aug 20 03:35:44.681 INFO STEP 300 (remove_files) COMPLETE
61702026-08-20T03:35:45.797Z[ recovery-image] Aug 20 03:35:44.681 INFO O| Aug 20 03:35:44.681 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-20T03:35:45.808Z[ recovery-image] Aug 20 03:35:44.690 INFO O| Aug 20 03:35:44.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61722026-08-20T03:35:45.811Z[ recovery-image] Aug 20 03:35:44.690 INFO O| Aug 20 03:35:44.690 INFO STEP 301 (remove_files) COMPLETE
61732026-08-20T03:35:45.811Z[ recovery-image] Aug 20 03:35:44.690 INFO O| Aug 20 03:35:44.690 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-20T03:35:45.818Z[ recovery-image] Aug 20 03:35:44.702 INFO O| Aug 20 03:35:44.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61752026-08-20T03:35:45.818Z[ recovery-image] Aug 20 03:35:44.702 INFO O| Aug 20 03:35:44.702 INFO STEP 302 (remove_files) COMPLETE
61762026-08-20T03:35:45.818Z[ recovery-image] Aug 20 03:35:44.702 INFO O| Aug 20 03:35:44.702 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-20T03:35:45.830Z[ recovery-image] Aug 20 03:35:44.713 INFO O| Aug 20 03:35:44.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61782026-08-20T03:35:45.830Z[ recovery-image] Aug 20 03:35:44.713 INFO O| Aug 20 03:35:44.713 INFO STEP 303 (remove_files) COMPLETE
61792026-08-20T03:35:45.830Z[ recovery-image] Aug 20 03:35:44.713 INFO O| Aug 20 03:35:44.713 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-20T03:35:45.843Z[ recovery-image] Aug 20 03:35:44.724 INFO O| Aug 20 03:35:44.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61812026-08-20T03:35:45.843Z[ recovery-image] Aug 20 03:35:44.724 INFO O| Aug 20 03:35:44.724 INFO STEP 304 (remove_files) COMPLETE
61822026-08-20T03:35:45.843Z[ recovery-image] Aug 20 03:35:44.724 INFO O| Aug 20 03:35:44.724 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-20T03:35:45.851Z[ recovery-image] Aug 20 03:35:44.735 INFO O| Aug 20 03:35:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61842026-08-20T03:35:45.851Z[ recovery-image] Aug 20 03:35:44.735 INFO O| Aug 20 03:35:44.735 INFO STEP 305 (remove_files) COMPLETE
61852026-08-20T03:35:45.851Z[ recovery-image] Aug 20 03:35:44.735 INFO O| Aug 20 03:35:44.735 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-20T03:35:45.863Z[ recovery-image] Aug 20 03:35:44.746 INFO O| Aug 20 03:35:44.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61872026-08-20T03:35:45.863Z[ recovery-image] Aug 20 03:35:44.746 INFO O| Aug 20 03:35:44.746 INFO STEP 306 (remove_files) COMPLETE
61882026-08-20T03:35:45.863Z[ recovery-image] Aug 20 03:35:44.746 INFO O| Aug 20 03:35:44.746 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-20T03:35:45.871Z[ recovery-image] Aug 20 03:35:44.755 INFO O| Aug 20 03:35:44.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61902026-08-20T03:35:45.872Z[ recovery-image] Aug 20 03:35:44.755 INFO O| Aug 20 03:35:44.755 INFO STEP 307 (remove_files) COMPLETE
61912026-08-20T03:35:45.876Z[ recovery-image] Aug 20 03:35:44.755 INFO O| Aug 20 03:35:44.755 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-20T03:35:45.881Z[ recovery-image] Aug 20 03:35:44.764 INFO O| Aug 20 03:35:44.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61932026-08-20T03:35:45.881Z[ recovery-image] Aug 20 03:35:44.764 INFO O| Aug 20 03:35:44.764 INFO STEP 308 (remove_files) COMPLETE
61942026-08-20T03:35:45.884Z[ recovery-image] Aug 20 03:35:44.764 INFO O| Aug 20 03:35:44.764 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-20T03:35:45.889Z[ recovery-image] Aug 20 03:35:44.773 INFO O| Aug 20 03:35:44.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61962026-08-20T03:35:45.889Z[ recovery-image] Aug 20 03:35:44.773 INFO O| Aug 20 03:35:44.773 INFO STEP 309 (remove_files) COMPLETE
61972026-08-20T03:35:45.889Z[ recovery-image] Aug 20 03:35:44.773 INFO O| Aug 20 03:35:44.773 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-20T03:35:45.897Z[ recovery-image] Aug 20 03:35:44.781 INFO O| Aug 20 03:35:44.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61992026-08-20T03:35:45.897Z[ recovery-image] Aug 20 03:35:44.781 INFO O| Aug 20 03:35:44.781 INFO STEP 310 (remove_files) COMPLETE
62002026-08-20T03:35:45.897Z[ recovery-image] Aug 20 03:35:44.781 INFO O| Aug 20 03:35:44.781 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-20T03:35:45.908Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62022026-08-20T03:35:45.914Z[ recovery-image] Aug 20 03:35:44.792 INFO O| Aug 20 03:35:44.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62032026-08-20T03:35:45.914Z[ recovery-image] Aug 20 03:35:44.792 INFO O| Aug 20 03:35:44.792 INFO STEP 311 (remove_files) COMPLETE
62042026-08-20T03:35:45.914Z[ recovery-image] Aug 20 03:35:44.792 INFO O| Aug 20 03:35:44.792 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-20T03:35:45.918Z[ recovery-image] Aug 20 03:35:44.801 INFO O| Aug 20 03:35:44.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62062026-08-20T03:35:45.918Z[ recovery-image] Aug 20 03:35:44.801 INFO O| Aug 20 03:35:44.801 INFO STEP 312 (remove_files) COMPLETE
62072026-08-20T03:35:45.919Z[ recovery-image] Aug 20 03:35:44.801 INFO O| Aug 20 03:35:44.801 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-20T03:35:45.928Z[ recovery-image] Aug 20 03:35:44.812 INFO O| Aug 20 03:35:44.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62092026-08-20T03:35:45.928Z[ recovery-image] Aug 20 03:35:44.812 INFO O| Aug 20 03:35:44.812 INFO STEP 313 (remove_files) COMPLETE
62102026-08-20T03:35:45.928Z[ recovery-image] Aug 20 03:35:44.812 INFO O| Aug 20 03:35:44.812 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-20T03:35:45.939Z[ recovery-image] Aug 20 03:35:44.823 INFO O| Aug 20 03:35:44.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62122026-08-20T03:35:45.942Z[ recovery-image] Aug 20 03:35:44.824 INFO O| Aug 20 03:35:44.823 INFO STEP 314 (remove_files) COMPLETE
62132026-08-20T03:35:45.942Z[ recovery-image] Aug 20 03:35:44.824 INFO O| Aug 20 03:35:44.823 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-20T03:35:45.943Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
62152026-08-20T03:35:45.951Z[ recovery-image] Aug 20 03:35:44.835 INFO O| Aug 20 03:35:44.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62162026-08-20T03:35:45.951Z[ recovery-image] Aug 20 03:35:44.835 INFO O| Aug 20 03:35:44.835 INFO STEP 315 (remove_files) COMPLETE
62172026-08-20T03:35:45.951Z[ recovery-image] Aug 20 03:35:44.835 INFO O| Aug 20 03:35:44.835 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-20T03:35:45.964Z[ recovery-image] Aug 20 03:35:44.845 INFO O| Aug 20 03:35:44.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62192026-08-20T03:35:45.964Z[ recovery-image] Aug 20 03:35:44.845 INFO O| Aug 20 03:35:44.845 INFO STEP 316 (remove_files) COMPLETE
62202026-08-20T03:35:45.964Z[ recovery-image] Aug 20 03:35:44.845 INFO O| Aug 20 03:35:44.845 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-20T03:35:45.972Z[ recovery-image] Aug 20 03:35:44.855 INFO O| Aug 20 03:35:44.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62222026-08-20T03:35:45.972Z[ recovery-image] Aug 20 03:35:44.856 INFO O| Aug 20 03:35:44.854 INFO STEP 317 (remove_files) COMPLETE
62232026-08-20T03:35:45.973Z[ recovery-image] Aug 20 03:35:44.856 INFO O| Aug 20 03:35:44.854 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-20T03:35:45.980Z[ recovery-image] Aug 20 03:35:44.864 INFO O| Aug 20 03:35:44.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62252026-08-20T03:35:45.984Z[ recovery-image] Aug 20 03:35:44.864 INFO O| Aug 20 03:35:44.864 INFO STEP 318 (remove_files) COMPLETE
62262026-08-20T03:35:45.984Z[ recovery-image] Aug 20 03:35:44.864 INFO O| Aug 20 03:35:44.864 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-20T03:35:45.989Z[ recovery-image] Aug 20 03:35:44.873 INFO O| Aug 20 03:35:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62282026-08-20T03:35:45.989Z[ recovery-image] Aug 20 03:35:44.873 INFO O| Aug 20 03:35:44.873 INFO STEP 319 (remove_files) COMPLETE
62292026-08-20T03:35:45.989Z[ recovery-image] Aug 20 03:35:44.873 INFO O| Aug 20 03:35:44.873 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-20T03:35:45.997Z[ recovery-image] Aug 20 03:35:44.881 INFO O| Aug 20 03:35:44.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62312026-08-20T03:35:45.998Z[ recovery-image] Aug 20 03:35:44.881 INFO O| Aug 20 03:35:44.881 INFO STEP 320 (remove_files) COMPLETE
62322026-08-20T03:35:45.998Z[ recovery-image] Aug 20 03:35:44.881 INFO O| Aug 20 03:35:44.881 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-20T03:35:46.006Z[ recovery-image] Aug 20 03:35:44.889 INFO O| Aug 20 03:35:44.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62342026-08-20T03:35:46.006Z[ recovery-image] Aug 20 03:35:44.889 INFO O| Aug 20 03:35:44.889 INFO STEP 321 (remove_files) COMPLETE
62352026-08-20T03:35:46.006Z[ recovery-image] Aug 20 03:35:44.889 INFO O| Aug 20 03:35:44.889 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-20T03:35:46.014Z[ recovery-image] Aug 20 03:35:44.897 INFO O| Aug 20 03:35:44.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62372026-08-20T03:35:46.014Z[ recovery-image] Aug 20 03:35:44.897 INFO O| Aug 20 03:35:44.897 INFO STEP 322 (remove_files) COMPLETE
62382026-08-20T03:35:46.015Z[ recovery-image] Aug 20 03:35:44.897 INFO O| Aug 20 03:35:44.897 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-20T03:35:46.022Z[ recovery-image] Aug 20 03:35:44.905 INFO O| Aug 20 03:35:44.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62402026-08-20T03:35:46.022Z[ recovery-image] Aug 20 03:35:44.906 INFO O| Aug 20 03:35:44.906 INFO STEP 323 (remove_files) COMPLETE
62412026-08-20T03:35:46.022Z[ recovery-image] Aug 20 03:35:44.906 INFO O| Aug 20 03:35:44.906 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-20T03:35:46.031Z[ recovery-image] Aug 20 03:35:44.914 INFO O| Aug 20 03:35:44.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62432026-08-20T03:35:46.031Z[ recovery-image] Aug 20 03:35:44.915 INFO O| Aug 20 03:35:44.915 INFO STEP 324 (remove_files) COMPLETE
62442026-08-20T03:35:46.031Z[ recovery-image] Aug 20 03:35:44.915 INFO O| Aug 20 03:35:44.915 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-20T03:35:46.041Z[ recovery-image] Aug 20 03:35:44.924 INFO O| Aug 20 03:35:44.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62462026-08-20T03:35:46.041Z[ recovery-image] Aug 20 03:35:44.924 INFO O| Aug 20 03:35:44.924 INFO STEP 325 (remove_files) COMPLETE
62472026-08-20T03:35:46.041Z[ recovery-image] Aug 20 03:35:44.924 INFO O| Aug 20 03:35:44.924 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-20T03:35:46.051Z[ recovery-image] Aug 20 03:35:44.934 INFO O| Aug 20 03:35:44.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62492026-08-20T03:35:46.051Z[ recovery-image] Aug 20 03:35:44.934 INFO O| Aug 20 03:35:44.934 INFO STEP 326 (remove_files) COMPLETE
62502026-08-20T03:35:46.051Z[ recovery-image] Aug 20 03:35:44.934 INFO O| Aug 20 03:35:44.934 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-20T03:35:46.061Z[ recovery-image] Aug 20 03:35:44.943 INFO O| Aug 20 03:35:44.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62522026-08-20T03:35:46.061Z[ recovery-image] Aug 20 03:35:44.943 INFO O| Aug 20 03:35:44.943 INFO STEP 327 (remove_files) COMPLETE
62532026-08-20T03:35:46.061Z[ recovery-image] Aug 20 03:35:44.943 INFO O| Aug 20 03:35:44.943 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-20T03:35:46.069Z[ recovery-image] Aug 20 03:35:44.952 INFO O| Aug 20 03:35:44.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62552026-08-20T03:35:46.069Z[ recovery-image] Aug 20 03:35:44.952 INFO O| Aug 20 03:35:44.952 INFO STEP 328 (remove_files) COMPLETE
62562026-08-20T03:35:46.069Z[ recovery-image] Aug 20 03:35:44.952 INFO O| Aug 20 03:35:44.952 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-20T03:35:46.080Z[ recovery-image] Aug 20 03:35:44.961 INFO O| Aug 20 03:35:44.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62582026-08-20T03:35:46.080Z[ recovery-image] Aug 20 03:35:44.961 INFO O| Aug 20 03:35:44.961 INFO STEP 329 (remove_files) COMPLETE
62592026-08-20T03:35:46.080Z[ recovery-image] Aug 20 03:35:44.961 INFO O| Aug 20 03:35:44.961 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-20T03:35:46.086Z[ recovery-image] Aug 20 03:35:44.969 INFO O| Aug 20 03:35:44.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62612026-08-20T03:35:46.086Z[ recovery-image] Aug 20 03:35:44.970 INFO O| Aug 20 03:35:44.969 INFO STEP 330 (remove_files) COMPLETE
62622026-08-20T03:35:46.086Z[ recovery-image] Aug 20 03:35:44.970 INFO O| Aug 20 03:35:44.969 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-20T03:35:46.100Z[ recovery-image] Aug 20 03:35:44.978 INFO O| Aug 20 03:35:44.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62642026-08-20T03:35:46.100Z[ recovery-image] Aug 20 03:35:44.978 INFO O| Aug 20 03:35:44.978 INFO STEP 331 (remove_files) COMPLETE
62652026-08-20T03:35:46.100Z[ recovery-image] Aug 20 03:35:44.978 INFO O| Aug 20 03:35:44.978 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-20T03:35:46.103Z[ recovery-image] Aug 20 03:35:44.987 INFO O| Aug 20 03:35:44.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62672026-08-20T03:35:46.103Z[ recovery-image] Aug 20 03:35:44.987 INFO O| Aug 20 03:35:44.987 INFO STEP 332 (remove_files) COMPLETE
62682026-08-20T03:35:46.103Z[ recovery-image] Aug 20 03:35:44.987 INFO O| Aug 20 03:35:44.987 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-20T03:35:46.112Z[ recovery-image] Aug 20 03:35:44.995 INFO O| Aug 20 03:35:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62702026-08-20T03:35:46.112Z[ recovery-image] Aug 20 03:35:44.995 INFO O| Aug 20 03:35:44.995 INFO STEP 333 (remove_files) COMPLETE
62712026-08-20T03:35:46.112Z[ recovery-image] Aug 20 03:35:44.995 INFO O| Aug 20 03:35:44.995 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-20T03:35:46.120Z[ recovery-image] Aug 20 03:35:45.003 INFO O| Aug 20 03:35:45.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62732026-08-20T03:35:46.120Z[ recovery-image] Aug 20 03:35:45.003 INFO O| Aug 20 03:35:45.003 INFO STEP 334 (remove_files) COMPLETE
62742026-08-20T03:35:46.120Z[ recovery-image] Aug 20 03:35:45.003 INFO O| Aug 20 03:35:45.003 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-20T03:35:46.128Z[ recovery-image] Aug 20 03:35:45.012 INFO O| Aug 20 03:35:45.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62762026-08-20T03:35:46.128Z[ recovery-image] Aug 20 03:35:45.012 INFO O| Aug 20 03:35:45.012 INFO STEP 335 (remove_files) COMPLETE
62772026-08-20T03:35:46.128Z[ recovery-image] Aug 20 03:35:45.012 INFO O| Aug 20 03:35:45.012 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-20T03:35:46.139Z[ recovery-image] Aug 20 03:35:45.023 INFO O| Aug 20 03:35:45.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62792026-08-20T03:35:46.139Z[ recovery-image] Aug 20 03:35:45.023 INFO O| Aug 20 03:35:45.023 INFO STEP 336 (remove_files) COMPLETE
62802026-08-20T03:35:46.139Z[ recovery-image] Aug 20 03:35:45.023 INFO O| Aug 20 03:35:45.023 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-20T03:35:46.148Z[ recovery-image] Aug 20 03:35:45.032 INFO O| Aug 20 03:35:45.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62822026-08-20T03:35:46.148Z[ recovery-image] Aug 20 03:35:45.032 INFO O| Aug 20 03:35:45.032 INFO STEP 337 (remove_files) COMPLETE
62832026-08-20T03:35:46.148Z[ recovery-image] Aug 20 03:35:45.032 INFO O| Aug 20 03:35:45.032 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-20T03:35:46.217Z[ recovery-image] Aug 20 03:35:45.040 INFO O| Aug 20 03:35:45.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62852026-08-20T03:35:46.217Z[ recovery-image] Aug 20 03:35:45.040 INFO O| Aug 20 03:35:45.040 INFO STEP 338 (remove_files) COMPLETE
62862026-08-20T03:35:46.217Z[ recovery-image] Aug 20 03:35:45.040 INFO O| Aug 20 03:35:45.040 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.049 INFO O| Aug 20 03:35:45.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62882026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.049 INFO O| Aug 20 03:35:45.049 INFO STEP 339 (remove_files) COMPLETE
62892026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.049 INFO O| Aug 20 03:35:45.049 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.057 INFO O| Aug 20 03:35:45.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62912026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.058 INFO O| Aug 20 03:35:45.058 INFO STEP 340 (remove_files) COMPLETE
62922026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.058 INFO O| Aug 20 03:35:45.058 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.066 INFO O| Aug 20 03:35:45.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62942026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.066 INFO O| Aug 20 03:35:45.066 INFO STEP 341 (remove_files) COMPLETE
62952026-08-20T03:35:46.218Z[ recovery-image] Aug 20 03:35:45.066 INFO O| Aug 20 03:35:45.066 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-20T03:35:46.219Z[ recovery-image] Aug 20 03:35:45.076 INFO O| Aug 20 03:35:45.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62972026-08-20T03:35:46.219Z[ recovery-image] Aug 20 03:35:45.076 INFO O| Aug 20 03:35:45.076 INFO STEP 342 (remove_files) COMPLETE
62982026-08-20T03:35:46.219Z[ recovery-image] Aug 20 03:35:45.076 INFO O| Aug 20 03:35:45.076 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-20T03:35:46.219Z[ recovery-image] Aug 20 03:35:45.086 INFO O| Aug 20 03:35:45.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63002026-08-20T03:35:46.219Z[ recovery-image] Aug 20 03:35:45.086 INFO O| Aug 20 03:35:45.086 INFO STEP 343 (remove_files) COMPLETE
63012026-08-20T03:35:46.220Z[ recovery-image] Aug 20 03:35:45.086 INFO O| Aug 20 03:35:45.086 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-20T03:35:46.227Z[ recovery-image] Aug 20 03:35:45.097 INFO O| Aug 20 03:35:45.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63032026-08-20T03:35:46.227Z[ recovery-image] Aug 20 03:35:45.097 INFO O| Aug 20 03:35:45.097 INFO STEP 344 (remove_files) COMPLETE
63042026-08-20T03:35:46.227Z[ recovery-image] Aug 20 03:35:45.097 INFO O| Aug 20 03:35:45.097 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-20T03:35:46.231Z[ recovery-image] Aug 20 03:35:45.107 INFO O| Aug 20 03:35:45.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63062026-08-20T03:35:46.231Z[ recovery-image] Aug 20 03:35:45.107 INFO O| Aug 20 03:35:45.107 INFO STEP 345 (remove_files) COMPLETE
63072026-08-20T03:35:46.231Z[ recovery-image] Aug 20 03:35:45.107 INFO O| Aug 20 03:35:45.107 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-20T03:35:46.235Z[ recovery-image] Aug 20 03:35:45.119 INFO O| Aug 20 03:35:45.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63092026-08-20T03:35:46.235Z[ recovery-image] Aug 20 03:35:45.119 INFO O| Aug 20 03:35:45.119 INFO STEP 346 (remove_files) COMPLETE
63102026-08-20T03:35:46.235Z[ recovery-image] Aug 20 03:35:45.119 INFO O| Aug 20 03:35:45.119 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-20T03:35:46.246Z[ recovery-image] Aug 20 03:35:45.129 INFO O| Aug 20 03:35:45.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63122026-08-20T03:35:46.246Z[ recovery-image] Aug 20 03:35:45.129 INFO O| Aug 20 03:35:45.129 INFO STEP 347 (remove_files) COMPLETE
63132026-08-20T03:35:46.246Z[ recovery-image] Aug 20 03:35:45.129 INFO O| Aug 20 03:35:45.129 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-20T03:35:46.254Z[ recovery-image] Aug 20 03:35:45.138 INFO O| Aug 20 03:35:45.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63152026-08-20T03:35:46.254Z[ recovery-image] Aug 20 03:35:45.138 INFO O| Aug 20 03:35:45.138 INFO STEP 348 (remove_files) COMPLETE
63162026-08-20T03:35:46.254Z[ recovery-image] Aug 20 03:35:45.138 INFO O| Aug 20 03:35:45.138 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-20T03:35:46.263Z[ recovery-image] Aug 20 03:35:45.147 INFO O| Aug 20 03:35:45.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63182026-08-20T03:35:46.263Z[ recovery-image] Aug 20 03:35:45.147 INFO O| Aug 20 03:35:45.147 INFO STEP 349 (remove_files) COMPLETE
63192026-08-20T03:35:46.263Z[ recovery-image] Aug 20 03:35:45.147 INFO O| Aug 20 03:35:45.147 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-20T03:35:46.274Z[ recovery-image] Aug 20 03:35:45.157 INFO O| Aug 20 03:35:45.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63212026-08-20T03:35:46.274Z[ recovery-image] Aug 20 03:35:45.157 INFO O| Aug 20 03:35:45.157 INFO STEP 350 (remove_files) COMPLETE
63222026-08-20T03:35:46.274Z[ recovery-image] Aug 20 03:35:45.157 INFO O| Aug 20 03:35:45.157 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-20T03:35:46.284Z[ recovery-image] Aug 20 03:35:45.168 INFO O| Aug 20 03:35:45.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63242026-08-20T03:35:46.284Z[ recovery-image] Aug 20 03:35:45.168 INFO O| Aug 20 03:35:45.168 INFO STEP 351 (remove_files) COMPLETE
63252026-08-20T03:35:46.284Z[ recovery-image] Aug 20 03:35:45.168 INFO O| Aug 20 03:35:45.168 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-20T03:35:46.294Z[ recovery-image] Aug 20 03:35:45.177 INFO O| Aug 20 03:35:45.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63272026-08-20T03:35:46.294Z[ recovery-image] Aug 20 03:35:45.177 INFO O| Aug 20 03:35:45.177 INFO STEP 352 (remove_files) COMPLETE
63282026-08-20T03:35:46.297Z[ recovery-image] Aug 20 03:35:45.177 INFO O| Aug 20 03:35:45.177 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-20T03:35:46.305Z[ recovery-image] Aug 20 03:35:45.188 INFO O| Aug 20 03:35:45.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63302026-08-20T03:35:46.305Z[ recovery-image] Aug 20 03:35:45.188 INFO O| Aug 20 03:35:45.188 INFO STEP 353 (remove_files) COMPLETE
63312026-08-20T03:35:46.305Z[ recovery-image] Aug 20 03:35:45.188 INFO O| Aug 20 03:35:45.188 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-20T03:35:46.315Z[ recovery-image] Aug 20 03:35:45.198 INFO O| Aug 20 03:35:45.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63332026-08-20T03:35:46.315Z[ recovery-image] Aug 20 03:35:45.198 INFO O| Aug 20 03:35:45.198 INFO STEP 354 (remove_files) COMPLETE
63342026-08-20T03:35:46.315Z[ recovery-image] Aug 20 03:35:45.198 INFO O| Aug 20 03:35:45.198 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-20T03:35:46.326Z[ recovery-image] Aug 20 03:35:45.209 INFO O| Aug 20 03:35:45.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63362026-08-20T03:35:46.326Z[ recovery-image] Aug 20 03:35:45.209 INFO O| Aug 20 03:35:45.209 INFO STEP 355 (remove_files) COMPLETE
63372026-08-20T03:35:46.326Z[ recovery-image] Aug 20 03:35:45.209 INFO O| Aug 20 03:35:45.209 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-20T03:35:46.335Z[ recovery-image] Aug 20 03:35:45.219 INFO O| Aug 20 03:35:45.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63392026-08-20T03:35:46.335Z[ recovery-image] Aug 20 03:35:45.219 INFO O| Aug 20 03:35:45.219 INFO STEP 356 (remove_files) COMPLETE
63402026-08-20T03:35:46.335Z[ recovery-image] Aug 20 03:35:45.219 INFO O| Aug 20 03:35:45.219 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-20T03:35:46.346Z[ recovery-image] Aug 20 03:35:45.229 INFO O| Aug 20 03:35:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63422026-08-20T03:35:46.346Z[ recovery-image] Aug 20 03:35:45.229 INFO O| Aug 20 03:35:45.229 INFO STEP 357 (remove_files) COMPLETE
63432026-08-20T03:35:46.346Z[ recovery-image] Aug 20 03:35:45.229 INFO O| Aug 20 03:35:45.229 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-20T03:35:46.359Z[ recovery-image] Aug 20 03:35:45.240 INFO O| Aug 20 03:35:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63452026-08-20T03:35:46.359Z[ recovery-image] Aug 20 03:35:45.240 INFO O| Aug 20 03:35:45.240 INFO STEP 358 (remove_files) COMPLETE
63462026-08-20T03:35:46.362Z[ recovery-image] Aug 20 03:35:45.240 INFO O| Aug 20 03:35:45.240 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-20T03:35:46.367Z[ recovery-image] Aug 20 03:35:45.250 INFO O| Aug 20 03:35:45.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63482026-08-20T03:35:46.370Z[ recovery-image] Aug 20 03:35:45.250 INFO O| Aug 20 03:35:45.250 INFO STEP 359 (remove_files) COMPLETE
63492026-08-20T03:35:46.370Z[ recovery-image] Aug 20 03:35:45.250 INFO O| Aug 20 03:35:45.250 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-20T03:35:46.375Z[ recovery-image] Aug 20 03:35:45.258 INFO O| Aug 20 03:35:45.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63512026-08-20T03:35:46.375Z[ recovery-image] Aug 20 03:35:45.258 INFO O| Aug 20 03:35:45.258 INFO STEP 360 (remove_files) COMPLETE
63522026-08-20T03:35:46.378Z[ recovery-image] Aug 20 03:35:45.258 INFO O| Aug 20 03:35:45.258 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-20T03:35:46.385Z[ recovery-image] Aug 20 03:35:45.269 INFO O| Aug 20 03:35:45.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63542026-08-20T03:35:46.385Z[ recovery-image] Aug 20 03:35:45.269 INFO O| Aug 20 03:35:45.269 INFO STEP 361 (remove_files) COMPLETE
63552026-08-20T03:35:46.385Z[ recovery-image] Aug 20 03:35:45.269 INFO O| Aug 20 03:35:45.269 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-20T03:35:46.396Z[ recovery-image] Aug 20 03:35:45.279 INFO O| Aug 20 03:35:45.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63572026-08-20T03:35:46.396Z[ recovery-image] Aug 20 03:35:45.279 INFO O| Aug 20 03:35:45.279 INFO STEP 362 (remove_files) COMPLETE
63582026-08-20T03:35:46.396Z[ recovery-image] Aug 20 03:35:45.279 INFO O| Aug 20 03:35:45.279 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-20T03:35:46.406Z[ recovery-image] Aug 20 03:35:45.289 INFO O| Aug 20 03:35:45.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63602026-08-20T03:35:46.406Z[ recovery-image] Aug 20 03:35:45.289 INFO O| Aug 20 03:35:45.289 INFO STEP 363 (remove_files) COMPLETE
63612026-08-20T03:35:46.406Z[ recovery-image] Aug 20 03:35:45.289 INFO O| Aug 20 03:35:45.289 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-20T03:35:46.416Z[ recovery-image] Aug 20 03:35:45.300 INFO O| Aug 20 03:35:45.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63632026-08-20T03:35:46.416Z[ recovery-image] Aug 20 03:35:45.300 INFO O| Aug 20 03:35:45.300 INFO STEP 364 (remove_files) COMPLETE
63642026-08-20T03:35:46.416Z[ recovery-image] Aug 20 03:35:45.300 INFO O| Aug 20 03:35:45.300 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-20T03:35:46.426Z[ recovery-image] Aug 20 03:35:45.309 INFO O| Aug 20 03:35:45.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63662026-08-20T03:35:46.426Z[ recovery-image] Aug 20 03:35:45.310 INFO O| Aug 20 03:35:45.310 INFO STEP 365 (remove_files) COMPLETE
63672026-08-20T03:35:46.426Z[ recovery-image] Aug 20 03:35:45.310 INFO O| Aug 20 03:35:45.310 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-20T03:35:46.435Z[ recovery-image] Aug 20 03:35:45.318 INFO O| Aug 20 03:35:45.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63692026-08-20T03:35:46.435Z[ recovery-image] Aug 20 03:35:45.319 INFO O| Aug 20 03:35:45.318 INFO STEP 366 (remove_files) COMPLETE
63702026-08-20T03:35:46.435Z[ recovery-image] Aug 20 03:35:45.319 INFO O| Aug 20 03:35:45.318 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-20T03:35:46.452Z[ recovery-image] Aug 20 03:35:45.330 INFO O| Aug 20 03:35:45.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63722026-08-20T03:35:46.452Z[ recovery-image] Aug 20 03:35:45.330 INFO O| Aug 20 03:35:45.330 INFO STEP 367 (remove_files) COMPLETE
63732026-08-20T03:35:46.452Z[ recovery-image] Aug 20 03:35:45.330 INFO O| Aug 20 03:35:45.330 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-20T03:35:46.456Z[ recovery-image] Aug 20 03:35:45.340 INFO O| Aug 20 03:35:45.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63752026-08-20T03:35:46.456Z[ recovery-image] Aug 20 03:35:45.340 INFO O| Aug 20 03:35:45.340 INFO STEP 368 (remove_files) COMPLETE
63762026-08-20T03:35:46.456Z[ recovery-image] Aug 20 03:35:45.340 INFO O| Aug 20 03:35:45.340 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-20T03:35:46.467Z[ recovery-image] Aug 20 03:35:45.350 INFO O| Aug 20 03:35:45.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63782026-08-20T03:35:46.467Z[ recovery-image] Aug 20 03:35:45.350 INFO O| Aug 20 03:35:45.350 INFO STEP 369 (remove_files) COMPLETE
63792026-08-20T03:35:46.467Z[ recovery-image] Aug 20 03:35:45.350 INFO O| Aug 20 03:35:45.350 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-20T03:35:46.476Z[ recovery-image] Aug 20 03:35:45.359 INFO O| Aug 20 03:35:45.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63812026-08-20T03:35:46.476Z[ recovery-image] Aug 20 03:35:45.359 INFO O| Aug 20 03:35:45.359 INFO STEP 370 (remove_files) COMPLETE
63822026-08-20T03:35:46.476Z[ recovery-image] Aug 20 03:35:45.359 INFO O| Aug 20 03:35:45.359 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-20T03:35:46.484Z[ recovery-image] Aug 20 03:35:45.368 INFO O| Aug 20 03:35:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63842026-08-20T03:35:46.484Z[ recovery-image] Aug 20 03:35:45.368 INFO O| Aug 20 03:35:45.368 INFO STEP 371 (remove_files) COMPLETE
63852026-08-20T03:35:46.484Z[ recovery-image] Aug 20 03:35:45.368 INFO O| Aug 20 03:35:45.368 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-20T03:35:46.492Z[ recovery-image] Aug 20 03:35:45.375 INFO O| Aug 20 03:35:45.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63872026-08-20T03:35:46.492Z[ recovery-image] Aug 20 03:35:45.375 INFO O| Aug 20 03:35:45.375 INFO STEP 372 (remove_files) COMPLETE
63882026-08-20T03:35:46.495Z[ recovery-image] Aug 20 03:35:45.375 INFO O| Aug 20 03:35:45.375 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-20T03:35:46.499Z[ recovery-image] Aug 20 03:35:45.383 INFO O| Aug 20 03:35:45.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63902026-08-20T03:35:46.499Z[ recovery-image] Aug 20 03:35:45.383 INFO O| Aug 20 03:35:45.383 INFO STEP 373 (remove_files) COMPLETE
63912026-08-20T03:35:46.502Z[ recovery-image] Aug 20 03:35:45.383 INFO O| Aug 20 03:35:45.383 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-20T03:35:46.507Z[ recovery-image] Aug 20 03:35:45.391 INFO O| Aug 20 03:35:45.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63932026-08-20T03:35:46.507Z[ recovery-image] Aug 20 03:35:45.391 INFO O| Aug 20 03:35:45.391 INFO STEP 374 (remove_files) COMPLETE
63942026-08-20T03:35:46.512Z[ recovery-image] Aug 20 03:35:45.391 INFO O| Aug 20 03:35:45.391 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-20T03:35:46.516Z[ recovery-image] Aug 20 03:35:45.400 INFO O| Aug 20 03:35:45.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63962026-08-20T03:35:46.516Z[ recovery-image] Aug 20 03:35:45.400 INFO O| Aug 20 03:35:45.400 INFO STEP 375 (remove_files) COMPLETE
63972026-08-20T03:35:46.519Z[ recovery-image] Aug 20 03:35:45.400 INFO O| Aug 20 03:35:45.400 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-20T03:35:46.526Z[ recovery-image] Aug 20 03:35:45.409 INFO O| Aug 20 03:35:45.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63992026-08-20T03:35:46.526Z[ recovery-image] Aug 20 03:35:45.410 INFO O| Aug 20 03:35:45.409 INFO STEP 376 (remove_files) COMPLETE
64002026-08-20T03:35:46.526Z[ recovery-image] Aug 20 03:35:45.410 INFO O| Aug 20 03:35:45.409 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-20T03:35:46.535Z[ recovery-image] Aug 20 03:35:45.419 INFO O| Aug 20 03:35:45.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64022026-08-20T03:35:46.536Z[ recovery-image] Aug 20 03:35:45.419 INFO O| Aug 20 03:35:45.419 INFO STEP 377 (remove_files) COMPLETE
64032026-08-20T03:35:46.539Z[ recovery-image] Aug 20 03:35:45.419 INFO O| Aug 20 03:35:45.419 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-20T03:35:46.544Z[ recovery-image] Aug 20 03:35:45.428 INFO O| Aug 20 03:35:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64052026-08-20T03:35:46.544Z[ recovery-image] Aug 20 03:35:45.428 INFO O| Aug 20 03:35:45.428 INFO STEP 378 (remove_files) COMPLETE
64062026-08-20T03:35:46.544Z[ recovery-image] Aug 20 03:35:45.428 INFO O| Aug 20 03:35:45.428 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-20T03:35:46.554Z[ recovery-image] Aug 20 03:35:45.438 INFO O| Aug 20 03:35:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64082026-08-20T03:35:46.555Z[ recovery-image] Aug 20 03:35:45.438 INFO O| Aug 20 03:35:45.438 INFO STEP 379 (remove_files) COMPLETE
64092026-08-20T03:35:46.555Z[ recovery-image] Aug 20 03:35:45.438 INFO O| Aug 20 03:35:45.438 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-20T03:35:46.565Z[ recovery-image] Aug 20 03:35:45.449 INFO O| Aug 20 03:35:45.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64112026-08-20T03:35:46.565Z[ recovery-image] Aug 20 03:35:45.449 INFO O| Aug 20 03:35:45.449 INFO STEP 380 (remove_files) COMPLETE
64122026-08-20T03:35:46.565Z[ recovery-image] Aug 20 03:35:45.449 INFO O| Aug 20 03:35:45.449 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-20T03:35:46.576Z[ recovery-image] Aug 20 03:35:45.460 INFO O| Aug 20 03:35:45.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64142026-08-20T03:35:46.576Z[ recovery-image] Aug 20 03:35:45.460 INFO O| Aug 20 03:35:45.460 INFO STEP 381 (remove_files) COMPLETE
64152026-08-20T03:35:46.576Z[ recovery-image] Aug 20 03:35:45.460 INFO O| Aug 20 03:35:45.460 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-20T03:35:46.587Z[ recovery-image] Aug 20 03:35:45.470 INFO O| Aug 20 03:35:45.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64172026-08-20T03:35:46.587Z[ recovery-image] Aug 20 03:35:45.470 INFO O| Aug 20 03:35:45.470 INFO STEP 382 (remove_files) COMPLETE
64182026-08-20T03:35:46.587Z[ recovery-image] Aug 20 03:35:45.470 INFO O| Aug 20 03:35:45.470 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-20T03:35:46.590Z[verify-libraries] Compiling russh-cryptovec v0.62.0
64202026-08-20T03:35:46.596Z[ recovery-image] Aug 20 03:35:45.479 INFO O| Aug 20 03:35:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64212026-08-20T03:35:46.597Z[ recovery-image] Aug 20 03:35:45.479 INFO O| Aug 20 03:35:45.479 INFO STEP 383 (remove_files) COMPLETE
64222026-08-20T03:35:46.597Z[ recovery-image] Aug 20 03:35:45.479 INFO O| Aug 20 03:35:45.479 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-20T03:35:46.607Z[ recovery-image] Aug 20 03:35:45.490 INFO O| Aug 20 03:35:45.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64242026-08-20T03:35:46.607Z[ recovery-image] Aug 20 03:35:45.490 INFO O| Aug 20 03:35:45.490 INFO STEP 384 (remove_files) COMPLETE
64252026-08-20T03:35:46.607Z[ recovery-image] Aug 20 03:35:45.490 INFO O| Aug 20 03:35:45.490 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-20T03:35:46.616Z[ recovery-image] Aug 20 03:35:45.500 INFO O| Aug 20 03:35:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64272026-08-20T03:35:46.616Z[ recovery-image] Aug 20 03:35:45.500 INFO O| Aug 20 03:35:45.500 INFO STEP 385 (remove_files) COMPLETE
64282026-08-20T03:35:46.619Z[ recovery-image] Aug 20 03:35:45.500 INFO O| Aug 20 03:35:45.500 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-20T03:35:46.626Z[ recovery-image] Aug 20 03:35:45.510 INFO O| Aug 20 03:35:45.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64302026-08-20T03:35:46.626Z[ recovery-image] Aug 20 03:35:45.510 INFO O| Aug 20 03:35:45.510 INFO STEP 386 (remove_files) COMPLETE
64312026-08-20T03:35:46.626Z[ recovery-image] Aug 20 03:35:45.510 INFO O| Aug 20 03:35:45.510 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-20T03:35:46.637Z[ recovery-image] Aug 20 03:35:45.520 INFO O| Aug 20 03:35:45.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64332026-08-20T03:35:46.637Z[ recovery-image] Aug 20 03:35:45.520 INFO O| Aug 20 03:35:45.520 INFO STEP 387 (remove_files) COMPLETE
64342026-08-20T03:35:46.637Z[ recovery-image] Aug 20 03:35:45.520 INFO O| Aug 20 03:35:45.520 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-20T03:35:46.647Z[ recovery-image] Aug 20 03:35:45.531 INFO O| Aug 20 03:35:45.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64362026-08-20T03:35:46.647Z[ recovery-image] Aug 20 03:35:45.531 INFO O| Aug 20 03:35:45.531 INFO STEP 388 (remove_files) COMPLETE
64372026-08-20T03:35:46.647Z[ recovery-image] Aug 20 03:35:45.531 INFO O| Aug 20 03:35:45.531 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-20T03:35:46.657Z[ recovery-image] Aug 20 03:35:45.540 INFO O| Aug 20 03:35:45.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64392026-08-20T03:35:46.657Z[ recovery-image] Aug 20 03:35:45.540 INFO O| Aug 20 03:35:45.540 INFO STEP 389 (remove_files) COMPLETE
64402026-08-20T03:35:46.657Z[ recovery-image] Aug 20 03:35:45.540 INFO O| Aug 20 03:35:45.540 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-20T03:35:46.666Z[ recovery-image] Aug 20 03:35:45.549 INFO O| Aug 20 03:35:45.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64422026-08-20T03:35:46.666Z[ recovery-image] Aug 20 03:35:45.550 INFO O| Aug 20 03:35:45.550 INFO STEP 390 (remove_files) COMPLETE
64432026-08-20T03:35:46.666Z[ recovery-image] Aug 20 03:35:45.550 INFO O| Aug 20 03:35:45.550 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-20T03:35:46.676Z[ recovery-image] Aug 20 03:35:45.559 INFO O| Aug 20 03:35:45.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64452026-08-20T03:35:46.676Z[ recovery-image] Aug 20 03:35:45.559 INFO O| Aug 20 03:35:45.559 INFO STEP 391 (remove_files) COMPLETE
64462026-08-20T03:35:46.679Z[ recovery-image] Aug 20 03:35:45.559 INFO O| Aug 20 03:35:45.559 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-20T03:35:46.685Z[ recovery-image] Aug 20 03:35:45.569 INFO O| Aug 20 03:35:45.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64482026-08-20T03:35:46.685Z[ recovery-image] Aug 20 03:35:45.569 INFO O| Aug 20 03:35:45.569 INFO STEP 392 (remove_files) COMPLETE
64492026-08-20T03:35:46.689Z[ recovery-image] Aug 20 03:35:45.569 INFO O| Aug 20 03:35:45.569 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-20T03:35:46.694Z[ recovery-image] Aug 20 03:35:45.578 INFO O| Aug 20 03:35:45.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64512026-08-20T03:35:46.695Z[ recovery-image] Aug 20 03:35:45.578 INFO O| Aug 20 03:35:45.578 INFO STEP 393 (remove_files) COMPLETE
64522026-08-20T03:35:46.697Z[ recovery-image] Aug 20 03:35:45.578 INFO O| Aug 20 03:35:45.578 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-20T03:35:46.704Z[ recovery-image] Aug 20 03:35:45.588 INFO O| Aug 20 03:35:45.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64542026-08-20T03:35:46.704Z[ recovery-image] Aug 20 03:35:45.588 INFO O| Aug 20 03:35:45.588 INFO STEP 394 (remove_files) COMPLETE
64552026-08-20T03:35:46.704Z[ recovery-image] Aug 20 03:35:45.588 INFO O| Aug 20 03:35:45.588 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-20T03:35:46.714Z[ recovery-image] Aug 20 03:35:45.598 INFO O| Aug 20 03:35:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64572026-08-20T03:35:46.714Z[ recovery-image] Aug 20 03:35:45.598 INFO O| Aug 20 03:35:45.598 INFO STEP 395 (remove_files) COMPLETE
64582026-08-20T03:35:46.717Z[ recovery-image] Aug 20 03:35:45.598 INFO O| Aug 20 03:35:45.598 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-20T03:35:46.725Z[ recovery-image] Aug 20 03:35:45.608 INFO O| Aug 20 03:35:45.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64602026-08-20T03:35:46.725Z[ recovery-image] Aug 20 03:35:45.609 INFO O| Aug 20 03:35:45.609 INFO STEP 396 (remove_files) COMPLETE
64612026-08-20T03:35:46.725Z[ recovery-image] Aug 20 03:35:45.609 INFO O| Aug 20 03:35:45.609 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-20T03:35:46.736Z[ recovery-image] Aug 20 03:35:45.619 INFO O| Aug 20 03:35:45.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64632026-08-20T03:35:46.736Z[ recovery-image] Aug 20 03:35:45.619 INFO O| Aug 20 03:35:45.619 INFO STEP 397 (remove_files) COMPLETE
64642026-08-20T03:35:46.736Z[ recovery-image] Aug 20 03:35:45.619 INFO O| Aug 20 03:35:45.619 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-20T03:35:46.746Z[ recovery-image] Aug 20 03:35:45.629 INFO O| Aug 20 03:35:45.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64662026-08-20T03:35:46.746Z[ recovery-image] Aug 20 03:35:45.629 INFO O| Aug 20 03:35:45.629 INFO STEP 398 (remove_files) COMPLETE
64672026-08-20T03:35:46.746Z[ recovery-image] Aug 20 03:35:45.629 INFO O| Aug 20 03:35:45.629 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-20T03:35:46.756Z[ recovery-image] Aug 20 03:35:45.640 INFO O| Aug 20 03:35:45.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64692026-08-20T03:35:46.757Z[ recovery-image] Aug 20 03:35:45.640 INFO O| Aug 20 03:35:45.640 INFO STEP 399 (remove_files) COMPLETE
64702026-08-20T03:35:46.760Z[ recovery-image] Aug 20 03:35:45.640 INFO O| Aug 20 03:35:45.640 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-20T03:35:46.766Z[ recovery-image] Aug 20 03:35:45.649 INFO O| Aug 20 03:35:45.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64722026-08-20T03:35:46.766Z[ recovery-image] Aug 20 03:35:45.649 INFO O| Aug 20 03:35:45.649 INFO STEP 400 (remove_files) COMPLETE
64732026-08-20T03:35:46.766Z[ recovery-image] Aug 20 03:35:45.649 INFO O| Aug 20 03:35:45.649 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-20T03:35:46.777Z[ recovery-image] Aug 20 03:35:45.660 INFO O| Aug 20 03:35:45.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64752026-08-20T03:35:46.777Z[ recovery-image] Aug 20 03:35:45.660 INFO O| Aug 20 03:35:45.660 INFO STEP 401 (remove_files) COMPLETE
64762026-08-20T03:35:46.780Z[ recovery-image] Aug 20 03:35:45.660 INFO O| Aug 20 03:35:45.660 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-20T03:35:46.788Z[ recovery-image] Aug 20 03:35:45.671 INFO O| Aug 20 03:35:45.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64782026-08-20T03:35:46.788Z[ recovery-image] Aug 20 03:35:45.671 INFO O| Aug 20 03:35:45.671 INFO STEP 402 (remove_files) COMPLETE
64792026-08-20T03:35:46.788Z[ recovery-image] Aug 20 03:35:45.671 INFO O| Aug 20 03:35:45.671 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-20T03:35:46.798Z[ recovery-image] Aug 20 03:35:45.682 INFO O| Aug 20 03:35:45.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64812026-08-20T03:35:46.798Z[ recovery-image] Aug 20 03:35:45.682 INFO O| Aug 20 03:35:45.682 INFO STEP 403 (remove_files) COMPLETE
64822026-08-20T03:35:46.798Z[ recovery-image] Aug 20 03:35:45.682 INFO O| Aug 20 03:35:45.682 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-20T03:35:46.809Z[ recovery-image] Aug 20 03:35:45.692 INFO O| Aug 20 03:35:45.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64842026-08-20T03:35:46.809Z[ recovery-image] Aug 20 03:35:45.692 INFO O| Aug 20 03:35:45.692 INFO STEP 404 (remove_files) COMPLETE
64852026-08-20T03:35:46.809Z[ recovery-image] Aug 20 03:35:45.692 INFO O| Aug 20 03:35:45.692 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-20T03:35:46.820Z[ recovery-image] Aug 20 03:35:45.704 INFO O| Aug 20 03:35:45.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64872026-08-20T03:35:46.821Z[ recovery-image] Aug 20 03:35:45.704 INFO O| Aug 20 03:35:45.704 INFO STEP 405 (remove_files) COMPLETE
64882026-08-20T03:35:46.821Z[ recovery-image] Aug 20 03:35:45.704 INFO O| Aug 20 03:35:45.704 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-20T03:35:46.831Z[ recovery-image] Aug 20 03:35:45.715 INFO O| Aug 20 03:35:45.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64902026-08-20T03:35:46.858Z[ recovery-image] Aug 20 03:35:45.734 INFO O| Aug 20 03:35:45.734 INFO STEP 406 (remove_files) COMPLETE
64912026-08-20T03:35:46.858Z[ recovery-image] Aug 20 03:35:45.734 INFO O| Aug 20 03:35:45.734 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-20T03:35:46.864Z[ recovery-image] Aug 20 03:35:45.748 INFO O| Aug 20 03:35:45.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64932026-08-20T03:35:46.864Z[ recovery-image] Aug 20 03:35:45.748 INFO O| Aug 20 03:35:45.748 INFO STEP 407 (remove_files) COMPLETE
64942026-08-20T03:35:46.867Z[ recovery-image] Aug 20 03:35:45.748 INFO O| Aug 20 03:35:45.748 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-20T03:35:46.878Z[ recovery-image] Aug 20 03:35:45.762 INFO O| Aug 20 03:35:45.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64962026-08-20T03:35:46.878Z[ recovery-image] Aug 20 03:35:45.762 INFO O| Aug 20 03:35:45.760 INFO STEP 408 (remove_files) COMPLETE
64972026-08-20T03:35:46.878Z[ recovery-image] Aug 20 03:35:45.762 INFO O| Aug 20 03:35:45.760 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-20T03:35:46.888Z[ recovery-image] Aug 20 03:35:45.772 INFO O| Aug 20 03:35:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64992026-08-20T03:35:46.888Z[ recovery-image] Aug 20 03:35:45.772 INFO O| Aug 20 03:35:45.771 INFO STEP 409 (remove_files) COMPLETE
65002026-08-20T03:35:46.888Z[ recovery-image] Aug 20 03:35:45.772 INFO O| Aug 20 03:35:45.771 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-20T03:35:46.905Z[ recovery-image] Aug 20 03:35:45.788 INFO O| Aug 20 03:35:45.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65022026-08-20T03:35:46.908Z[ recovery-image] Aug 20 03:35:45.788 INFO O| Aug 20 03:35:45.788 INFO STEP 410 (remove_files) COMPLETE
65032026-08-20T03:35:46.908Z[ recovery-image] Aug 20 03:35:45.788 INFO O| Aug 20 03:35:45.788 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-20T03:35:46.913Z[ recovery-image] Aug 20 03:35:45.797 INFO O| Aug 20 03:35:45.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65052026-08-20T03:35:46.913Z[ recovery-image] Aug 20 03:35:45.797 INFO O| Aug 20 03:35:45.797 INFO STEP 411 (remove_files) COMPLETE
65062026-08-20T03:35:46.917Z[ recovery-image] Aug 20 03:35:45.797 INFO O| Aug 20 03:35:45.797 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-20T03:35:46.925Z[ recovery-image] Aug 20 03:35:45.808 INFO O| Aug 20 03:35:45.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65082026-08-20T03:35:46.925Z[ recovery-image] Aug 20 03:35:45.808 INFO O| Aug 20 03:35:45.808 INFO STEP 412 (remove_files) COMPLETE
65092026-08-20T03:35:46.928Z[ recovery-image] Aug 20 03:35:45.808 INFO O| Aug 20 03:35:45.808 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-20T03:35:46.938Z[ recovery-image] Aug 20 03:35:45.820 INFO O| Aug 20 03:35:45.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65112026-08-20T03:35:46.938Z[ recovery-image] Aug 20 03:35:45.820 INFO O| Aug 20 03:35:45.820 INFO STEP 413 (remove_files) COMPLETE
65122026-08-20T03:35:46.941Z[ recovery-image] Aug 20 03:35:45.820 INFO O| Aug 20 03:35:45.820 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-20T03:35:46.948Z[ recovery-image] Aug 20 03:35:45.831 INFO O| Aug 20 03:35:45.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65142026-08-20T03:35:46.948Z[ recovery-image] Aug 20 03:35:45.831 INFO O| Aug 20 03:35:45.831 INFO STEP 414 (remove_files) COMPLETE
65152026-08-20T03:35:46.948Z[ recovery-image] Aug 20 03:35:45.831 INFO O| Aug 20 03:35:45.831 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-20T03:35:46.959Z[ recovery-image] Aug 20 03:35:45.842 INFO O| Aug 20 03:35:45.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65172026-08-20T03:35:46.959Z[ recovery-image] Aug 20 03:35:45.842 INFO O| Aug 20 03:35:45.842 INFO STEP 415 (remove_files) COMPLETE
65182026-08-20T03:35:46.962Z[ recovery-image] Aug 20 03:35:45.842 INFO O| Aug 20 03:35:45.842 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-20T03:35:46.970Z[ recovery-image] Aug 20 03:35:45.853 INFO O| Aug 20 03:35:45.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65202026-08-20T03:35:46.970Z[ recovery-image] Aug 20 03:35:45.853 INFO O| Aug 20 03:35:45.853 INFO STEP 416 (remove_files) COMPLETE
65212026-08-20T03:35:46.973Z[ recovery-image] Aug 20 03:35:45.853 INFO O| Aug 20 03:35:45.853 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-20T03:35:46.973Z[verify-libraries] Compiling tui-tree-widget v0.23.1
65232026-08-20T03:35:46.983Z[ recovery-image] Aug 20 03:35:45.866 INFO O| Aug 20 03:35:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65242026-08-20T03:35:46.986Z[ recovery-image] Aug 20 03:35:45.866 INFO O| Aug 20 03:35:45.866 INFO STEP 417 (remove_files) COMPLETE
65252026-08-20T03:35:46.986Z[ recovery-image] Aug 20 03:35:45.866 INFO O| Aug 20 03:35:45.866 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-20T03:35:46.994Z[ recovery-image] Aug 20 03:35:45.878 INFO O| Aug 20 03:35:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65272026-08-20T03:35:46.995Z[ recovery-image] Aug 20 03:35:45.878 INFO O| Aug 20 03:35:45.878 INFO STEP 418 (remove_files) COMPLETE
65282026-08-20T03:35:46.998Z[ recovery-image] Aug 20 03:35:45.878 INFO O| Aug 20 03:35:45.878 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-20T03:35:47.005Z[ recovery-image] Aug 20 03:35:45.888 INFO O| Aug 20 03:35:45.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65302026-08-20T03:35:47.005Z[ recovery-image] Aug 20 03:35:45.888 INFO O| Aug 20 03:35:45.888 INFO STEP 419 (remove_files) COMPLETE
65312026-08-20T03:35:47.008Z[ recovery-image] Aug 20 03:35:45.888 INFO O| Aug 20 03:35:45.888 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-20T03:35:47.016Z[ recovery-image] Aug 20 03:35:45.899 INFO O| Aug 20 03:35:45.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65332026-08-20T03:35:47.019Z[ recovery-image] Aug 20 03:35:45.900 INFO O| Aug 20 03:35:45.900 INFO STEP 420 (remove_files) COMPLETE
65342026-08-20T03:35:47.019Z[ recovery-image] Aug 20 03:35:45.900 INFO O| Aug 20 03:35:45.900 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-20T03:35:47.028Z[ recovery-image] Aug 20 03:35:45.911 INFO O| Aug 20 03:35:45.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65362026-08-20T03:35:47.028Z[ recovery-image] Aug 20 03:35:45.911 INFO O| Aug 20 03:35:45.911 INFO STEP 421 (remove_files) COMPLETE
65372026-08-20T03:35:47.028Z[ recovery-image] Aug 20 03:35:45.911 INFO O| Aug 20 03:35:45.911 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-20T03:35:47.041Z[ recovery-image] Aug 20 03:35:45.924 INFO O| Aug 20 03:35:45.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65392026-08-20T03:35:47.041Z[ recovery-image] Aug 20 03:35:45.924 INFO O| Aug 20 03:35:45.924 INFO STEP 422 (remove_files) COMPLETE
65402026-08-20T03:35:47.044Z[ recovery-image] Aug 20 03:35:45.924 INFO O| Aug 20 03:35:45.924 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-20T03:35:47.052Z[ recovery-image] Aug 20 03:35:45.936 INFO O| Aug 20 03:35:45.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65422026-08-20T03:35:47.052Z[ recovery-image] Aug 20 03:35:45.936 INFO O| Aug 20 03:35:45.936 INFO STEP 423 (remove_files) COMPLETE
65432026-08-20T03:35:47.052Z[ recovery-image] Aug 20 03:35:45.936 INFO O| Aug 20 03:35:45.936 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-20T03:35:47.063Z[ recovery-image] Aug 20 03:35:45.947 INFO O| Aug 20 03:35:45.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65452026-08-20T03:35:47.063Z[ recovery-image] Aug 20 03:35:45.947 INFO O| Aug 20 03:35:45.947 INFO STEP 424 (remove_files) COMPLETE
65462026-08-20T03:35:47.063Z[ recovery-image] Aug 20 03:35:45.947 INFO O| Aug 20 03:35:45.947 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-20T03:35:47.074Z[ recovery-image] Aug 20 03:35:45.958 INFO O| Aug 20 03:35:45.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65482026-08-20T03:35:47.074Z[ recovery-image] Aug 20 03:35:45.958 INFO O| Aug 20 03:35:45.958 INFO STEP 425 (remove_files) COMPLETE
65492026-08-20T03:35:47.074Z[ recovery-image] Aug 20 03:35:45.958 INFO O| Aug 20 03:35:45.958 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-20T03:35:47.086Z[ recovery-image] Aug 20 03:35:45.969 INFO O| Aug 20 03:35:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65512026-08-20T03:35:47.086Z[ recovery-image] Aug 20 03:35:45.969 INFO O| Aug 20 03:35:45.969 INFO STEP 426 (remove_files) COMPLETE
65522026-08-20T03:35:47.086Z[ recovery-image] Aug 20 03:35:45.969 INFO O| Aug 20 03:35:45.969 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-20T03:35:47.098Z[ recovery-image] Aug 20 03:35:45.981 INFO O| Aug 20 03:35:45.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65542026-08-20T03:35:47.098Z[ recovery-image] Aug 20 03:35:45.981 INFO O| Aug 20 03:35:45.981 INFO STEP 427 (remove_files) COMPLETE
65552026-08-20T03:35:47.098Z[ recovery-image] Aug 20 03:35:45.981 INFO O| Aug 20 03:35:45.981 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-20T03:35:47.110Z[ recovery-image] Aug 20 03:35:45.994 INFO O| Aug 20 03:35:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65572026-08-20T03:35:47.110Z[ recovery-image] Aug 20 03:35:45.994 INFO O| Aug 20 03:35:45.994 INFO STEP 428 (remove_files) COMPLETE
65582026-08-20T03:35:47.110Z[ recovery-image] Aug 20 03:35:45.994 INFO O| Aug 20 03:35:45.994 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-20T03:35:47.122Z[ recovery-image] Aug 20 03:35:46.006 INFO O| Aug 20 03:35:46.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65602026-08-20T03:35:47.122Z[ recovery-image] Aug 20 03:35:46.006 INFO O| Aug 20 03:35:46.006 INFO STEP 429 (remove_files) COMPLETE
65612026-08-20T03:35:47.122Z[ recovery-image] Aug 20 03:35:46.006 INFO O| Aug 20 03:35:46.006 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-20T03:35:47.134Z[ recovery-image] Aug 20 03:35:46.017 INFO O| Aug 20 03:35:46.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65632026-08-20T03:35:47.134Z[ recovery-image] Aug 20 03:35:46.017 INFO O| Aug 20 03:35:46.017 INFO STEP 430 (remove_files) COMPLETE
65642026-08-20T03:35:47.134Z[ recovery-image] Aug 20 03:35:46.017 INFO O| Aug 20 03:35:46.017 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-20T03:35:47.145Z[ recovery-image] Aug 20 03:35:46.029 INFO O| Aug 20 03:35:46.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65662026-08-20T03:35:47.145Z[ recovery-image] Aug 20 03:35:46.029 INFO O| Aug 20 03:35:46.029 INFO STEP 431 (remove_files) COMPLETE
65672026-08-20T03:35:47.145Z[ recovery-image] Aug 20 03:35:46.029 INFO O| Aug 20 03:35:46.029 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-20T03:35:47.160Z[ recovery-image] Aug 20 03:35:46.043 INFO O| Aug 20 03:35:46.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65692026-08-20T03:35:47.160Z[ recovery-image] Aug 20 03:35:46.043 INFO O| Aug 20 03:35:46.042 INFO STEP 432 (remove_files) COMPLETE
65702026-08-20T03:35:47.160Z[ recovery-image] Aug 20 03:35:46.043 INFO O| Aug 20 03:35:46.042 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-20T03:35:47.173Z[ recovery-image] Aug 20 03:35:46.056 INFO O| Aug 20 03:35:46.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65722026-08-20T03:35:47.173Z[ recovery-image] Aug 20 03:35:46.056 INFO O| Aug 20 03:35:46.056 INFO STEP 433 (remove_files) COMPLETE
65732026-08-20T03:35:47.176Z[ recovery-image] Aug 20 03:35:46.056 INFO O| Aug 20 03:35:46.056 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-20T03:35:47.185Z[ recovery-image] Aug 20 03:35:46.068 INFO O| Aug 20 03:35:46.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65752026-08-20T03:35:47.185Z[ recovery-image] Aug 20 03:35:46.068 INFO O| Aug 20 03:35:46.068 INFO STEP 434 (remove_files) COMPLETE
65762026-08-20T03:35:47.185Z[ recovery-image] Aug 20 03:35:46.068 INFO O| Aug 20 03:35:46.068 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-20T03:35:47.197Z[ recovery-image] Aug 20 03:35:46.080 INFO O| Aug 20 03:35:46.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65782026-08-20T03:35:47.197Z[ recovery-image] Aug 20 03:35:46.080 INFO O| Aug 20 03:35:46.080 INFO STEP 435 (remove_files) COMPLETE
65792026-08-20T03:35:47.197Z[ recovery-image] Aug 20 03:35:46.080 INFO O| Aug 20 03:35:46.080 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-20T03:35:47.209Z[ recovery-image] Aug 20 03:35:46.091 INFO O| Aug 20 03:35:46.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65812026-08-20T03:35:47.209Z[ recovery-image] Aug 20 03:35:46.091 INFO O| Aug 20 03:35:46.091 INFO STEP 436 (remove_files) COMPLETE
65822026-08-20T03:35:47.209Z[ recovery-image] Aug 20 03:35:46.091 INFO O| Aug 20 03:35:46.091 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-20T03:35:47.221Z[ recovery-image] Aug 20 03:35:46.104 INFO O| Aug 20 03:35:46.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65842026-08-20T03:35:47.221Z[ recovery-image] Aug 20 03:35:46.104 INFO O| Aug 20 03:35:46.104 INFO STEP 437 (remove_files) COMPLETE
65852026-08-20T03:35:47.221Z[ recovery-image] Aug 20 03:35:46.104 INFO O| Aug 20 03:35:46.104 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-20T03:35:47.234Z[ recovery-image] Aug 20 03:35:46.118 INFO O| Aug 20 03:35:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65872026-08-20T03:35:47.235Z[ recovery-image] Aug 20 03:35:46.118 INFO O| Aug 20 03:35:46.118 INFO STEP 438 (remove_files) COMPLETE
65882026-08-20T03:35:47.235Z[ recovery-image] Aug 20 03:35:46.118 INFO O| Aug 20 03:35:46.118 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-20T03:35:47.247Z[ recovery-image] Aug 20 03:35:46.130 INFO O| Aug 20 03:35:46.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65902026-08-20T03:35:47.251Z[ recovery-image] Aug 20 03:35:46.131 INFO O| Aug 20 03:35:46.131 INFO STEP 439 (remove_files) COMPLETE
65912026-08-20T03:35:47.251Z[ recovery-image] Aug 20 03:35:46.131 INFO O| Aug 20 03:35:46.131 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-20T03:35:47.260Z[ recovery-image] Aug 20 03:35:46.144 INFO O| Aug 20 03:35:46.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65932026-08-20T03:35:47.260Z[ recovery-image] Aug 20 03:35:46.144 INFO O| Aug 20 03:35:46.144 INFO STEP 440 (remove_files) COMPLETE
65942026-08-20T03:35:47.263Z[ recovery-image] Aug 20 03:35:46.144 INFO O| Aug 20 03:35:46.144 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-20T03:35:47.271Z[ recovery-image] Aug 20 03:35:46.154 INFO O| Aug 20 03:35:46.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65962026-08-20T03:35:47.272Z[ recovery-image] Aug 20 03:35:46.154 INFO O| Aug 20 03:35:46.154 INFO STEP 441 (remove_files) COMPLETE
65972026-08-20T03:35:47.272Z[ recovery-image] Aug 20 03:35:46.154 INFO O| Aug 20 03:35:46.154 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-20T03:35:47.280Z[ recovery-image] Aug 20 03:35:46.163 INFO O| Aug 20 03:35:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65992026-08-20T03:35:47.280Z[ recovery-image] Aug 20 03:35:46.163 INFO O| Aug 20 03:35:46.163 INFO STEP 442 (remove_files) COMPLETE
66002026-08-20T03:35:47.280Z[ recovery-image] Aug 20 03:35:46.163 INFO O| Aug 20 03:35:46.163 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-20T03:35:47.290Z[ recovery-image] Aug 20 03:35:46.173 INFO O| Aug 20 03:35:46.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66022026-08-20T03:35:47.290Z[ recovery-image] Aug 20 03:35:46.173 INFO O| Aug 20 03:35:46.173 INFO STEP 443 (remove_files) COMPLETE
66032026-08-20T03:35:47.290Z[ recovery-image] Aug 20 03:35:46.173 INFO O| Aug 20 03:35:46.173 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-20T03:35:47.293Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
66052026-08-20T03:35:47.300Z[ recovery-image] Aug 20 03:35:46.184 INFO O| Aug 20 03:35:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66062026-08-20T03:35:47.300Z[ recovery-image] Aug 20 03:35:46.184 INFO O| Aug 20 03:35:46.184 INFO STEP 444 (remove_files) COMPLETE
66072026-08-20T03:35:47.300Z[ recovery-image] Aug 20 03:35:46.184 INFO O| Aug 20 03:35:46.184 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-20T03:35:47.312Z[ recovery-image] Aug 20 03:35:46.194 INFO O| Aug 20 03:35:46.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66092026-08-20T03:35:47.312Z[ recovery-image] Aug 20 03:35:46.194 INFO O| Aug 20 03:35:46.194 INFO STEP 445 (remove_files) COMPLETE
66102026-08-20T03:35:47.313Z[ recovery-image] Aug 20 03:35:46.194 INFO O| Aug 20 03:35:46.194 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-20T03:35:47.320Z[ recovery-image] Aug 20 03:35:46.203 INFO O| Aug 20 03:35:46.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66122026-08-20T03:35:47.320Z[ recovery-image] Aug 20 03:35:46.203 INFO O| Aug 20 03:35:46.203 INFO STEP 446 (remove_files) COMPLETE
66132026-08-20T03:35:47.320Z[ recovery-image] Aug 20 03:35:46.203 INFO O| Aug 20 03:35:46.203 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-20T03:35:47.332Z[ recovery-image] Aug 20 03:35:46.215 INFO O| Aug 20 03:35:46.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66152026-08-20T03:35:47.332Z[ recovery-image] Aug 20 03:35:46.215 INFO O| Aug 20 03:35:46.215 INFO STEP 447 (remove_files) COMPLETE
66162026-08-20T03:35:47.332Z[ recovery-image] Aug 20 03:35:46.215 INFO O| Aug 20 03:35:46.215 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-20T03:35:47.343Z[ recovery-image] Aug 20 03:35:46.226 INFO O| Aug 20 03:35:46.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66182026-08-20T03:35:47.343Z[ recovery-image] Aug 20 03:35:46.226 INFO O| Aug 20 03:35:46.226 INFO STEP 448 (remove_files) COMPLETE
66192026-08-20T03:35:47.346Z[ recovery-image] Aug 20 03:35:46.226 INFO O| Aug 20 03:35:46.226 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-20T03:35:47.354Z[ recovery-image] Aug 20 03:35:46.237 INFO O| Aug 20 03:35:46.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66212026-08-20T03:35:47.354Z[ recovery-image] Aug 20 03:35:46.237 INFO O| Aug 20 03:35:46.237 INFO STEP 449 (remove_files) COMPLETE
66222026-08-20T03:35:47.354Z[ recovery-image] Aug 20 03:35:46.237 INFO O| Aug 20 03:35:46.237 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-20T03:35:47.365Z[ recovery-image] Aug 20 03:35:46.248 INFO O| Aug 20 03:35:46.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66242026-08-20T03:35:47.365Z[ recovery-image] Aug 20 03:35:46.248 INFO O| Aug 20 03:35:46.248 INFO STEP 450 (remove_files) COMPLETE
66252026-08-20T03:35:47.368Z[ recovery-image] Aug 20 03:35:46.248 INFO O| Aug 20 03:35:46.248 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-20T03:35:47.375Z[ recovery-image] Aug 20 03:35:46.259 INFO O| Aug 20 03:35:46.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66272026-08-20T03:35:47.378Z[ recovery-image] Aug 20 03:35:46.260 INFO O| Aug 20 03:35:46.260 INFO STEP 451 (remove_files) COMPLETE
66282026-08-20T03:35:47.378Z[ recovery-image] Aug 20 03:35:46.260 INFO O| Aug 20 03:35:46.260 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-20T03:35:47.387Z[ recovery-image] Aug 20 03:35:46.270 INFO O| Aug 20 03:35:46.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66302026-08-20T03:35:47.387Z[ recovery-image] Aug 20 03:35:46.270 INFO O| Aug 20 03:35:46.270 INFO STEP 452 (remove_files) COMPLETE
66312026-08-20T03:35:47.390Z[ recovery-image] Aug 20 03:35:46.270 INFO O| Aug 20 03:35:46.270 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-20T03:35:47.396Z[ recovery-image] Aug 20 03:35:46.280 INFO O| Aug 20 03:35:46.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66332026-08-20T03:35:47.396Z[ recovery-image] Aug 20 03:35:46.280 INFO O| Aug 20 03:35:46.280 INFO STEP 453 (remove_files) COMPLETE
66342026-08-20T03:35:47.401Z[ recovery-image] Aug 20 03:35:46.280 INFO O| Aug 20 03:35:46.280 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-20T03:35:47.406Z[ recovery-image] Aug 20 03:35:46.289 INFO O| Aug 20 03:35:46.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66362026-08-20T03:35:47.410Z[ recovery-image] Aug 20 03:35:46.290 INFO O| Aug 20 03:35:46.290 INFO STEP 454 (remove_files) COMPLETE
66372026-08-20T03:35:47.410Z[ recovery-image] Aug 20 03:35:46.290 INFO O| Aug 20 03:35:46.290 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-20T03:35:47.417Z[ recovery-image] Aug 20 03:35:46.301 INFO O| Aug 20 03:35:46.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66392026-08-20T03:35:47.417Z[ recovery-image] Aug 20 03:35:46.301 INFO O| Aug 20 03:35:46.301 INFO STEP 455 (remove_files) COMPLETE
66402026-08-20T03:35:47.417Z[ recovery-image] Aug 20 03:35:46.301 INFO O| Aug 20 03:35:46.301 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-20T03:35:47.423Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
66422026-08-20T03:35:47.427Z[ recovery-image] Aug 20 03:35:46.310 INFO O| Aug 20 03:35:46.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66432026-08-20T03:35:47.427Z[ recovery-image] Aug 20 03:35:46.310 INFO O| Aug 20 03:35:46.310 INFO STEP 456 (remove_files) COMPLETE
66442026-08-20T03:35:47.427Z[ recovery-image] Aug 20 03:35:46.310 INFO O| Aug 20 03:35:46.310 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-20T03:35:47.436Z[ recovery-image] Aug 20 03:35:46.319 INFO O| Aug 20 03:35:46.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66462026-08-20T03:35:47.436Z[ recovery-image] Aug 20 03:35:46.319 INFO O| Aug 20 03:35:46.319 INFO STEP 457 (remove_files) COMPLETE
66472026-08-20T03:35:47.439Z[ recovery-image] Aug 20 03:35:46.319 INFO O| Aug 20 03:35:46.319 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-20T03:35:47.446Z[ recovery-image] Aug 20 03:35:46.329 INFO O| Aug 20 03:35:46.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66492026-08-20T03:35:47.446Z[ recovery-image] Aug 20 03:35:46.330 INFO O| Aug 20 03:35:46.330 INFO STEP 458 (remove_files) COMPLETE
66502026-08-20T03:35:47.446Z[ recovery-image] Aug 20 03:35:46.330 INFO O| Aug 20 03:35:46.330 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-20T03:35:47.455Z[ recovery-image] Aug 20 03:35:46.339 INFO O| Aug 20 03:35:46.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66522026-08-20T03:35:47.455Z[ recovery-image] Aug 20 03:35:46.339 INFO O| Aug 20 03:35:46.339 INFO STEP 459 (remove_files) COMPLETE
66532026-08-20T03:35:47.459Z[ recovery-image] Aug 20 03:35:46.339 INFO O| Aug 20 03:35:46.339 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-20T03:35:47.466Z[ recovery-image] Aug 20 03:35:46.349 INFO O| Aug 20 03:35:46.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66552026-08-20T03:35:47.466Z[ recovery-image] Aug 20 03:35:46.350 INFO O| Aug 20 03:35:46.350 INFO STEP 460 (remove_files) COMPLETE
66562026-08-20T03:35:47.467Z[ recovery-image] Aug 20 03:35:46.350 INFO O| Aug 20 03:35:46.350 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-20T03:35:47.477Z[ recovery-image] Aug 20 03:35:46.359 INFO O| Aug 20 03:35:46.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66582026-08-20T03:35:47.477Z[ recovery-image] Aug 20 03:35:46.359 INFO O| Aug 20 03:35:46.359 INFO STEP 461 (remove_files) COMPLETE
66592026-08-20T03:35:47.477Z[ recovery-image] Aug 20 03:35:46.359 INFO O| Aug 20 03:35:46.359 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-20T03:35:47.486Z[ recovery-image] Aug 20 03:35:46.369 INFO O| Aug 20 03:35:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66612026-08-20T03:35:47.486Z[ recovery-image] Aug 20 03:35:46.370 INFO O| Aug 20 03:35:46.369 INFO STEP 462 (remove_files) COMPLETE
66622026-08-20T03:35:47.486Z[ recovery-image] Aug 20 03:35:46.370 INFO O| Aug 20 03:35:46.370 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-20T03:35:47.496Z[ recovery-image] Aug 20 03:35:46.379 INFO O| Aug 20 03:35:46.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66642026-08-20T03:35:47.496Z[ recovery-image] Aug 20 03:35:46.380 INFO O| Aug 20 03:35:46.380 INFO STEP 463 (remove_files) COMPLETE
66652026-08-20T03:35:47.496Z[ recovery-image] Aug 20 03:35:46.380 INFO O| Aug 20 03:35:46.380 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-20T03:35:47.507Z[ recovery-image] Aug 20 03:35:46.390 INFO O| Aug 20 03:35:46.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66672026-08-20T03:35:47.507Z[ recovery-image] Aug 20 03:35:46.390 INFO O| Aug 20 03:35:46.390 INFO STEP 464 (remove_files) COMPLETE
66682026-08-20T03:35:47.510Z[ recovery-image] Aug 20 03:35:46.390 INFO O| Aug 20 03:35:46.390 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-20T03:35:47.516Z[ recovery-image] Aug 20 03:35:46.399 INFO O| Aug 20 03:35:46.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66702026-08-20T03:35:47.516Z[ recovery-image] Aug 20 03:35:46.399 INFO O| Aug 20 03:35:46.399 INFO STEP 465 (remove_files) COMPLETE
66712026-08-20T03:35:47.516Z[ recovery-image] Aug 20 03:35:46.399 INFO O| Aug 20 03:35:46.399 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-20T03:35:47.526Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66732026-08-20T03:35:47.530Z[ recovery-image] Aug 20 03:35:46.410 INFO O| Aug 20 03:35:46.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66742026-08-20T03:35:47.530Z[ recovery-image] Aug 20 03:35:46.410 INFO O| Aug 20 03:35:46.410 INFO STEP 466 (remove_files) COMPLETE
66752026-08-20T03:35:47.530Z[ recovery-image] Aug 20 03:35:46.410 INFO O| Aug 20 03:35:46.410 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-20T03:35:47.538Z[ recovery-image] Aug 20 03:35:46.421 INFO O| Aug 20 03:35:46.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66772026-08-20T03:35:47.538Z[ recovery-image] Aug 20 03:35:46.421 INFO O| Aug 20 03:35:46.421 INFO STEP 467 (remove_files) COMPLETE
66782026-08-20T03:35:47.541Z[ recovery-image] Aug 20 03:35:46.421 INFO O| Aug 20 03:35:46.421 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-20T03:35:47.548Z[ recovery-image] Aug 20 03:35:46.431 INFO O| Aug 20 03:35:46.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66802026-08-20T03:35:47.548Z[ recovery-image] Aug 20 03:35:46.431 INFO O| Aug 20 03:35:46.431 INFO STEP 468 (remove_files) COMPLETE
66812026-08-20T03:35:47.551Z[ recovery-image] Aug 20 03:35:46.431 INFO O| Aug 20 03:35:46.431 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-20T03:35:47.557Z[ recovery-image] Aug 20 03:35:46.441 INFO O| Aug 20 03:35:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66832026-08-20T03:35:47.557Z[ recovery-image] Aug 20 03:35:46.441 INFO O| Aug 20 03:35:46.441 INFO STEP 469 (remove_files) COMPLETE
66842026-08-20T03:35:47.557Z[ recovery-image] Aug 20 03:35:46.441 INFO O| Aug 20 03:35:46.441 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-20T03:35:47.567Z[ recovery-image] Aug 20 03:35:46.450 INFO O| Aug 20 03:35:46.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66862026-08-20T03:35:47.567Z[ recovery-image] Aug 20 03:35:46.450 INFO O| Aug 20 03:35:46.450 INFO STEP 470 (remove_files) COMPLETE
66872026-08-20T03:35:47.571Z[ recovery-image] Aug 20 03:35:46.450 INFO O| Aug 20 03:35:46.450 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-20T03:35:47.576Z[ recovery-image] Aug 20 03:35:46.459 INFO O| Aug 20 03:35:46.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66892026-08-20T03:35:47.576Z[ recovery-image] Aug 20 03:35:46.459 INFO O| Aug 20 03:35:46.459 INFO STEP 471 (remove_files) COMPLETE
66902026-08-20T03:35:47.579Z[ recovery-image] Aug 20 03:35:46.459 INFO O| Aug 20 03:35:46.459 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-20T03:35:47.584Z[ recovery-image] Aug 20 03:35:46.468 INFO O| Aug 20 03:35:46.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66922026-08-20T03:35:47.585Z[ recovery-image] Aug 20 03:35:46.468 INFO O| Aug 20 03:35:46.468 INFO STEP 472 (remove_files) COMPLETE
66932026-08-20T03:35:47.585Z[ recovery-image] Aug 20 03:35:46.468 INFO O| Aug 20 03:35:46.468 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-20T03:35:47.594Z[ recovery-image] Aug 20 03:35:46.477 INFO O| Aug 20 03:35:46.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66952026-08-20T03:35:47.594Z[ recovery-image] Aug 20 03:35:46.477 INFO O| Aug 20 03:35:46.477 INFO STEP 473 (remove_files) COMPLETE
66962026-08-20T03:35:47.594Z[ recovery-image] Aug 20 03:35:46.477 INFO O| Aug 20 03:35:46.477 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-20T03:35:47.604Z[ recovery-image] Aug 20 03:35:46.488 INFO O| Aug 20 03:35:46.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66982026-08-20T03:35:47.606Z[ recovery-image] Aug 20 03:35:46.488 INFO O| Aug 20 03:35:46.488 INFO STEP 474 (remove_files) COMPLETE
66992026-08-20T03:35:47.609Z[ recovery-image] Aug 20 03:35:46.488 INFO O| Aug 20 03:35:46.488 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-20T03:35:47.616Z[ recovery-image] Aug 20 03:35:46.499 INFO O| Aug 20 03:35:46.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67012026-08-20T03:35:47.616Z[ recovery-image] Aug 20 03:35:46.499 INFO O| Aug 20 03:35:46.499 INFO STEP 475 (remove_files) COMPLETE
67022026-08-20T03:35:47.616Z[ recovery-image] Aug 20 03:35:46.499 INFO O| Aug 20 03:35:46.499 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-20T03:35:47.628Z[ recovery-image] Aug 20 03:35:46.509 INFO O| Aug 20 03:35:46.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67042026-08-20T03:35:47.628Z[ recovery-image] Aug 20 03:35:46.509 INFO O| Aug 20 03:35:46.509 INFO STEP 476 (remove_files) COMPLETE
67052026-08-20T03:35:47.628Z[ recovery-image] Aug 20 03:35:46.509 INFO O| Aug 20 03:35:46.509 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-20T03:35:47.636Z[ recovery-image] Aug 20 03:35:46.520 INFO O| Aug 20 03:35:46.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67072026-08-20T03:35:47.636Z[ recovery-image] Aug 20 03:35:46.520 INFO O| Aug 20 03:35:46.520 INFO STEP 477 (remove_files) COMPLETE
67082026-08-20T03:35:47.636Z[ recovery-image] Aug 20 03:35:46.520 INFO O| Aug 20 03:35:46.520 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-20T03:35:47.647Z[ recovery-image] Aug 20 03:35:46.530 INFO O| Aug 20 03:35:46.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67102026-08-20T03:35:47.647Z[ recovery-image] Aug 20 03:35:46.530 INFO O| Aug 20 03:35:46.530 INFO STEP 478 (remove_files) COMPLETE
67112026-08-20T03:35:47.647Z[ recovery-image] Aug 20 03:35:46.530 INFO O| Aug 20 03:35:46.530 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-20T03:35:47.656Z[ recovery-image] Aug 20 03:35:46.539 INFO O| Aug 20 03:35:46.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67132026-08-20T03:35:47.656Z[ recovery-image] Aug 20 03:35:46.539 INFO O| Aug 20 03:35:46.539 INFO STEP 479 (remove_files) COMPLETE
67142026-08-20T03:35:47.656Z[ recovery-image] Aug 20 03:35:46.539 INFO O| Aug 20 03:35:46.539 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-20T03:35:47.666Z[ recovery-image] Aug 20 03:35:46.549 INFO O| Aug 20 03:35:46.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67162026-08-20T03:35:47.666Z[ recovery-image] Aug 20 03:35:46.549 INFO O| Aug 20 03:35:46.549 INFO STEP 480 (remove_files) COMPLETE
67172026-08-20T03:35:47.669Z[ recovery-image] Aug 20 03:35:46.549 INFO O| Aug 20 03:35:46.549 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-20T03:35:47.675Z[ recovery-image] Aug 20 03:35:46.559 INFO O| Aug 20 03:35:46.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67192026-08-20T03:35:47.675Z[ recovery-image] Aug 20 03:35:46.559 INFO O| Aug 20 03:35:46.559 INFO STEP 481 (remove_files) COMPLETE
67202026-08-20T03:35:47.675Z[ recovery-image] Aug 20 03:35:46.559 INFO O| Aug 20 03:35:46.559 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-20T03:35:47.685Z[ recovery-image] Aug 20 03:35:46.568 INFO O| Aug 20 03:35:46.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67222026-08-20T03:35:47.685Z[ recovery-image] Aug 20 03:35:46.568 INFO O| Aug 20 03:35:46.568 INFO STEP 482 (remove_files) COMPLETE
67232026-08-20T03:35:47.688Z[ recovery-image] Aug 20 03:35:46.568 INFO O| Aug 20 03:35:46.568 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-20T03:35:47.695Z[ recovery-image] Aug 20 03:35:46.578 INFO O| Aug 20 03:35:46.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67252026-08-20T03:35:47.695Z[ recovery-image] Aug 20 03:35:46.578 INFO O| Aug 20 03:35:46.578 INFO STEP 483 (remove_files) COMPLETE
67262026-08-20T03:35:47.698Z[ recovery-image] Aug 20 03:35:46.578 INFO O| Aug 20 03:35:46.578 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-20T03:35:47.703Z[ recovery-image] Aug 20 03:35:46.587 INFO O| Aug 20 03:35:46.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67282026-08-20T03:35:47.703Z[ recovery-image] Aug 20 03:35:46.587 INFO O| Aug 20 03:35:46.587 INFO STEP 484 (remove_files) COMPLETE
67292026-08-20T03:35:47.703Z[ recovery-image] Aug 20 03:35:46.587 INFO O| Aug 20 03:35:46.587 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-20T03:35:47.712Z[ recovery-image] Aug 20 03:35:46.595 INFO O| Aug 20 03:35:46.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67312026-08-20T03:35:47.712Z[ recovery-image] Aug 20 03:35:46.596 INFO O| Aug 20 03:35:46.596 INFO STEP 485 (remove_files) COMPLETE
67322026-08-20T03:35:47.712Z[ recovery-image] Aug 20 03:35:46.596 INFO O| Aug 20 03:35:46.596 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-20T03:35:47.721Z[ recovery-image] Aug 20 03:35:46.604 INFO O| Aug 20 03:35:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67342026-08-20T03:35:47.721Z[ recovery-image] Aug 20 03:35:46.604 INFO O| Aug 20 03:35:46.604 INFO STEP 486 (remove_files) COMPLETE
67352026-08-20T03:35:47.721Z[ recovery-image] Aug 20 03:35:46.604 INFO O| Aug 20 03:35:46.604 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-20T03:35:47.730Z[ recovery-image] Aug 20 03:35:46.613 INFO O| Aug 20 03:35:46.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67372026-08-20T03:35:47.730Z[ recovery-image] Aug 20 03:35:46.613 INFO O| Aug 20 03:35:46.613 INFO STEP 487 (remove_files) COMPLETE
67382026-08-20T03:35:47.730Z[ recovery-image] Aug 20 03:35:46.613 INFO O| Aug 20 03:35:46.613 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-20T03:35:47.741Z[ recovery-image] Aug 20 03:35:46.622 INFO O| Aug 20 03:35:46.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67402026-08-20T03:35:47.745Z[ recovery-image] Aug 20 03:35:46.624 INFO O| Aug 20 03:35:46.624 INFO STEP 488 (remove_files) COMPLETE
67412026-08-20T03:35:47.745Z[ recovery-image] Aug 20 03:35:46.624 INFO O| Aug 20 03:35:46.624 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-20T03:35:47.751Z[ recovery-image] Aug 20 03:35:46.634 INFO O| Aug 20 03:35:46.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67432026-08-20T03:35:47.751Z[ recovery-image] Aug 20 03:35:46.634 INFO O| Aug 20 03:35:46.634 INFO STEP 489 (remove_files) COMPLETE
67442026-08-20T03:35:47.751Z[ recovery-image] Aug 20 03:35:46.634 INFO O| Aug 20 03:35:46.634 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-20T03:35:47.760Z[ recovery-image] Aug 20 03:35:46.644 INFO O| Aug 20 03:35:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67462026-08-20T03:35:47.764Z[ recovery-image] Aug 20 03:35:46.644 INFO O| Aug 20 03:35:46.644 INFO STEP 490 (remove_files) COMPLETE
67472026-08-20T03:35:47.765Z[ recovery-image] Aug 20 03:35:46.644 INFO O| Aug 20 03:35:46.644 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-20T03:35:47.771Z[ recovery-image] Aug 20 03:35:46.654 INFO O| Aug 20 03:35:46.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67492026-08-20T03:35:47.771Z[ recovery-image] Aug 20 03:35:46.654 INFO O| Aug 20 03:35:46.654 INFO STEP 491 (remove_files) COMPLETE
67502026-08-20T03:35:47.771Z[ recovery-image] Aug 20 03:35:46.654 INFO O| Aug 20 03:35:46.654 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-20T03:35:47.782Z[ recovery-image] Aug 20 03:35:46.664 INFO O| Aug 20 03:35:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67522026-08-20T03:35:47.782Z[ recovery-image] Aug 20 03:35:46.664 INFO O| Aug 20 03:35:46.664 INFO STEP 492 (remove_files) COMPLETE
67532026-08-20T03:35:47.785Z[ recovery-image] Aug 20 03:35:46.664 INFO O| Aug 20 03:35:46.664 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-20T03:35:47.790Z[ recovery-image] Aug 20 03:35:46.673 INFO O| Aug 20 03:35:46.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67552026-08-20T03:35:47.790Z[ recovery-image] Aug 20 03:35:46.673 INFO O| Aug 20 03:35:46.673 INFO STEP 493 (remove_files) COMPLETE
67562026-08-20T03:35:47.790Z[ recovery-image] Aug 20 03:35:46.673 INFO O| Aug 20 03:35:46.673 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-20T03:35:47.800Z[ recovery-image] Aug 20 03:35:46.684 INFO O| Aug 20 03:35:46.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67582026-08-20T03:35:47.804Z[ recovery-image] Aug 20 03:35:46.684 INFO O| Aug 20 03:35:46.684 INFO STEP 494 (remove_files) COMPLETE
67592026-08-20T03:35:47.804Z[ recovery-image] Aug 20 03:35:46.684 INFO O| Aug 20 03:35:46.684 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-20T03:35:47.811Z[ recovery-image] Aug 20 03:35:46.694 INFO O| Aug 20 03:35:46.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67612026-08-20T03:35:47.811Z[ recovery-image] Aug 20 03:35:46.694 INFO O| Aug 20 03:35:46.694 INFO STEP 495 (remove_files) COMPLETE
67622026-08-20T03:35:47.811Z[ recovery-image] Aug 20 03:35:46.694 INFO O| Aug 20 03:35:46.694 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-20T03:35:47.821Z[ recovery-image] Aug 20 03:35:46.704 INFO O| Aug 20 03:35:46.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67642026-08-20T03:35:47.822Z[ recovery-image] Aug 20 03:35:46.704 INFO O| Aug 20 03:35:46.704 INFO STEP 496 (remove_files) COMPLETE
67652026-08-20T03:35:47.822Z[ recovery-image] Aug 20 03:35:46.704 INFO O| Aug 20 03:35:46.704 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-20T03:35:47.830Z[ recovery-image] Aug 20 03:35:46.713 INFO O| Aug 20 03:35:46.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67672026-08-20T03:35:47.830Z[ recovery-image] Aug 20 03:35:46.713 INFO O| Aug 20 03:35:46.713 INFO STEP 497 (remove_files) COMPLETE
67682026-08-20T03:35:47.830Z[ recovery-image] Aug 20 03:35:46.713 INFO O| Aug 20 03:35:46.713 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-20T03:35:47.841Z[ recovery-image] Aug 20 03:35:46.723 INFO O| Aug 20 03:35:46.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67702026-08-20T03:35:47.842Z[ recovery-image] Aug 20 03:35:46.723 INFO O| Aug 20 03:35:46.723 INFO STEP 498 (remove_files) COMPLETE
67712026-08-20T03:35:47.842Z[ recovery-image] Aug 20 03:35:46.723 INFO O| Aug 20 03:35:46.723 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-20T03:35:47.848Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
67732026-08-20T03:35:47.853Z[ recovery-image] Aug 20 03:35:46.733 INFO O| Aug 20 03:35:46.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67742026-08-20T03:35:47.853Z[ recovery-image] Aug 20 03:35:46.734 INFO O| Aug 20 03:35:46.734 INFO STEP 499 (remove_files) COMPLETE
67752026-08-20T03:35:47.853Z[ recovery-image] Aug 20 03:35:46.734 INFO O| Aug 20 03:35:46.734 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-20T03:35:47.859Z[ recovery-image] Aug 20 03:35:46.742 INFO O| Aug 20 03:35:46.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67772026-08-20T03:35:47.859Z[ recovery-image] Aug 20 03:35:46.742 INFO O| Aug 20 03:35:46.742 INFO STEP 500 (remove_files) COMPLETE
67782026-08-20T03:35:47.859Z[ recovery-image] Aug 20 03:35:46.742 INFO O| Aug 20 03:35:46.742 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-20T03:35:47.868Z[ recovery-image] Aug 20 03:35:46.752 INFO O| Aug 20 03:35:46.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67802026-08-20T03:35:47.868Z[ recovery-image] Aug 20 03:35:46.752 INFO O| Aug 20 03:35:46.752 INFO STEP 501 (remove_files) COMPLETE
67812026-08-20T03:35:47.869Z[ recovery-image] Aug 20 03:35:46.752 INFO O| Aug 20 03:35:46.752 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-20T03:35:47.879Z[ recovery-image] Aug 20 03:35:46.761 INFO O| Aug 20 03:35:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67832026-08-20T03:35:47.879Z[ recovery-image] Aug 20 03:35:46.761 INFO O| Aug 20 03:35:46.761 INFO STEP 502 (remove_files) COMPLETE
67842026-08-20T03:35:47.879Z[ recovery-image] Aug 20 03:35:46.761 INFO O| Aug 20 03:35:46.761 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-20T03:35:47.889Z[ recovery-image] Aug 20 03:35:46.772 INFO O| Aug 20 03:35:46.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67862026-08-20T03:35:47.889Z[ recovery-image] Aug 20 03:35:46.772 INFO O| Aug 20 03:35:46.772 INFO STEP 503 (remove_files) COMPLETE
67872026-08-20T03:35:47.889Z[ recovery-image] Aug 20 03:35:46.772 INFO O| Aug 20 03:35:46.772 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-20T03:35:47.899Z[ recovery-image] Aug 20 03:35:46.783 INFO O| Aug 20 03:35:46.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67892026-08-20T03:35:47.899Z[ recovery-image] Aug 20 03:35:46.783 INFO O| Aug 20 03:35:46.783 INFO STEP 504 (remove_files) COMPLETE
67902026-08-20T03:35:47.899Z[ recovery-image] Aug 20 03:35:46.783 INFO O| Aug 20 03:35:46.783 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-20T03:35:47.912Z[ recovery-image] Aug 20 03:35:46.794 INFO O| Aug 20 03:35:46.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67922026-08-20T03:35:47.912Z[ recovery-image] Aug 20 03:35:46.794 INFO O| Aug 20 03:35:46.794 INFO STEP 505 (remove_files) COMPLETE
67932026-08-20T03:35:47.912Z[ recovery-image] Aug 20 03:35:46.794 INFO O| Aug 20 03:35:46.794 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-20T03:35:47.920Z[ recovery-image] Aug 20 03:35:46.803 INFO O| Aug 20 03:35:46.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67952026-08-20T03:35:47.920Z[ recovery-image] Aug 20 03:35:46.803 INFO O| Aug 20 03:35:46.803 INFO STEP 506 (remove_files) COMPLETE
67962026-08-20T03:35:47.920Z[ recovery-image] Aug 20 03:35:46.803 INFO O| Aug 20 03:35:46.803 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-20T03:35:47.931Z[ recovery-image] Aug 20 03:35:46.815 INFO O| Aug 20 03:35:46.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67982026-08-20T03:35:47.932Z[ recovery-image] Aug 20 03:35:46.815 INFO O| Aug 20 03:35:46.815 INFO STEP 507 (remove_files) COMPLETE
67992026-08-20T03:35:47.932Z[ recovery-image] Aug 20 03:35:46.815 INFO O| Aug 20 03:35:46.815 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-08-20T03:35:47.942Z[ recovery-image] Aug 20 03:35:46.825 INFO O| Aug 20 03:35:46.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68012026-08-20T03:35:47.942Z[ recovery-image] Aug 20 03:35:46.825 INFO O| Aug 20 03:35:46.825 INFO STEP 508 (remove_files) COMPLETE
68022026-08-20T03:35:47.942Z[ recovery-image] Aug 20 03:35:46.825 INFO O| Aug 20 03:35:46.825 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-08-20T03:35:47.951Z[ recovery-image] Aug 20 03:35:46.834 INFO O| Aug 20 03:35:46.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68042026-08-20T03:35:47.951Z[ recovery-image] Aug 20 03:35:46.834 INFO O| Aug 20 03:35:46.834 INFO STEP 509 (remove_files) COMPLETE
68052026-08-20T03:35:47.952Z[ recovery-image] Aug 20 03:35:46.834 INFO O| Aug 20 03:35:46.834 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-08-20T03:35:47.963Z[ recovery-image] Aug 20 03:35:46.844 INFO O| Aug 20 03:35:46.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68072026-08-20T03:35:47.963Z[ recovery-image] Aug 20 03:35:46.844 INFO O| Aug 20 03:35:46.844 INFO STEP 510 (remove_files) COMPLETE
68082026-08-20T03:35:47.966Z[ recovery-image] Aug 20 03:35:46.844 INFO O| Aug 20 03:35:46.844 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-20T03:35:47.971Z[ recovery-image] Aug 20 03:35:46.855 INFO O| Aug 20 03:35:46.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68102026-08-20T03:35:47.971Z[ recovery-image] Aug 20 03:35:46.855 INFO O| Aug 20 03:35:46.855 INFO STEP 511 (remove_files) COMPLETE
68112026-08-20T03:35:47.975Z[ recovery-image] Aug 20 03:35:46.855 INFO O| Aug 20 03:35:46.855 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-20T03:35:47.981Z[ recovery-image] Aug 20 03:35:46.865 INFO O| Aug 20 03:35:46.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68132026-08-20T03:35:47.981Z[ recovery-image] Aug 20 03:35:46.865 INFO O| Aug 20 03:35:46.865 INFO STEP 512 (remove_files) COMPLETE
68142026-08-20T03:35:47.981Z[ recovery-image] Aug 20 03:35:46.865 INFO O| Aug 20 03:35:46.865 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-20T03:35:47.991Z[ recovery-image] Aug 20 03:35:46.875 INFO O| Aug 20 03:35:46.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68162026-08-20T03:35:47.995Z[ recovery-image] Aug 20 03:35:46.875 INFO O| Aug 20 03:35:46.875 INFO STEP 513 (remove_files) COMPLETE
68172026-08-20T03:35:47.995Z[ recovery-image] Aug 20 03:35:46.875 INFO O| Aug 20 03:35:46.875 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-20T03:35:48.004Z[ recovery-image] Aug 20 03:35:46.884 INFO O| Aug 20 03:35:46.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68192026-08-20T03:35:48.005Z[ recovery-image] Aug 20 03:35:46.884 INFO O| Aug 20 03:35:46.884 INFO STEP 514 (remove_files) COMPLETE
68202026-08-20T03:35:48.005Z[ recovery-image] Aug 20 03:35:46.884 INFO O| Aug 20 03:35:46.884 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-20T03:35:48.010Z[ recovery-image] Aug 20 03:35:46.893 INFO O| Aug 20 03:35:46.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68222026-08-20T03:35:48.010Z[ recovery-image] Aug 20 03:35:46.893 INFO O| Aug 20 03:35:46.893 INFO STEP 515 (remove_files) COMPLETE
68232026-08-20T03:35:48.013Z[ recovery-image] Aug 20 03:35:46.893 INFO O| Aug 20 03:35:46.893 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-20T03:35:48.019Z[ recovery-image] Aug 20 03:35:46.902 INFO O| Aug 20 03:35:46.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68252026-08-20T03:35:48.019Z[ recovery-image] Aug 20 03:35:46.902 INFO O| Aug 20 03:35:46.902 INFO STEP 516 (remove_files) COMPLETE
68262026-08-20T03:35:48.019Z[ recovery-image] Aug 20 03:35:46.903 INFO O| Aug 20 03:35:46.902 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-20T03:35:48.030Z[ recovery-image] Aug 20 03:35:46.913 INFO O| Aug 20 03:35:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68282026-08-20T03:35:48.030Z[ recovery-image] Aug 20 03:35:46.913 INFO O| Aug 20 03:35:46.913 INFO STEP 517 (remove_files) COMPLETE
68292026-08-20T03:35:48.030Z[ recovery-image] Aug 20 03:35:46.913 INFO O| Aug 20 03:35:46.913 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-20T03:35:48.034Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
68312026-08-20T03:35:48.039Z[ recovery-image] Aug 20 03:35:46.923 INFO O| Aug 20 03:35:46.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68322026-08-20T03:35:48.040Z[ recovery-image] Aug 20 03:35:46.923 INFO O| Aug 20 03:35:46.923 INFO STEP 518 (remove_files) COMPLETE
68332026-08-20T03:35:48.040Z[ recovery-image] Aug 20 03:35:46.923 INFO O| Aug 20 03:35:46.923 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-20T03:35:48.050Z[ recovery-image] Aug 20 03:35:46.933 INFO O| Aug 20 03:35:46.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68352026-08-20T03:35:48.050Z[ recovery-image] Aug 20 03:35:46.933 INFO O| Aug 20 03:35:46.933 INFO STEP 519 (remove_files) COMPLETE
68362026-08-20T03:35:48.050Z[ recovery-image] Aug 20 03:35:46.933 INFO O| Aug 20 03:35:46.933 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.942 INFO O| Aug 20 03:35:46.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68382026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.942 INFO O| Aug 20 03:35:46.942 INFO STEP 520 (remove_files) COMPLETE
68392026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.942 INFO O| Aug 20 03:35:46.942 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.951 INFO O| Aug 20 03:35:46.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68412026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.951 INFO O| Aug 20 03:35:46.951 INFO STEP 521 (remove_files) COMPLETE
68422026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.951 INFO O| Aug 20 03:35:46.951 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-20T03:35:48.114Z[ recovery-image] Aug 20 03:35:46.959 INFO O| Aug 20 03:35:46.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68442026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.959 INFO O| Aug 20 03:35:46.959 INFO STEP 522 (remove_files) COMPLETE
68452026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.959 INFO O| Aug 20 03:35:46.959 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.968 INFO O| Aug 20 03:35:46.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68472026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.968 INFO O| Aug 20 03:35:46.968 INFO STEP 523 (remove_files) COMPLETE
68482026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.968 INFO O| Aug 20 03:35:46.968 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.979 INFO O| Aug 20 03:35:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68502026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.979 INFO O| Aug 20 03:35:46.979 INFO STEP 524 (remove_files) COMPLETE
68512026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.979 INFO O| Aug 20 03:35:46.979 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.990 INFO O| Aug 20 03:35:46.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68532026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.990 INFO O| Aug 20 03:35:46.990 INFO STEP 525 (remove_files) COMPLETE
68542026-08-20T03:35:48.115Z[ recovery-image] Aug 20 03:35:46.990 INFO O| Aug 20 03:35:46.990 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-20T03:35:48.119Z[ recovery-image] Aug 20 03:35:46.999 INFO O| Aug 20 03:35:46.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68562026-08-20T03:35:48.119Z[ recovery-image] Aug 20 03:35:46.999 INFO O| Aug 20 03:35:46.999 INFO STEP 526 (remove_files) COMPLETE
68572026-08-20T03:35:48.119Z[ recovery-image] Aug 20 03:35:46.999 INFO O| Aug 20 03:35:46.999 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-20T03:35:48.124Z[ recovery-image] Aug 20 03:35:47.008 INFO O| Aug 20 03:35:47.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68592026-08-20T03:35:48.126Z[ recovery-image] Aug 20 03:35:47.008 INFO O| Aug 20 03:35:47.008 INFO STEP 527 (remove_files) COMPLETE
68602026-08-20T03:35:48.130Z[ recovery-image] Aug 20 03:35:47.008 INFO O| Aug 20 03:35:47.008 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-20T03:35:48.133Z[ recovery-image] Aug 20 03:35:47.017 INFO O| Aug 20 03:35:47.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68622026-08-20T03:35:48.133Z[ recovery-image] Aug 20 03:35:47.017 INFO O| Aug 20 03:35:47.017 INFO STEP 528 (remove_files) COMPLETE
68632026-08-20T03:35:48.136Z[ recovery-image] Aug 20 03:35:47.017 INFO O| Aug 20 03:35:47.017 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-20T03:35:48.143Z[ recovery-image] Aug 20 03:35:47.027 INFO O| Aug 20 03:35:47.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68652026-08-20T03:35:48.143Z[ recovery-image] Aug 20 03:35:47.027 INFO O| Aug 20 03:35:47.027 INFO STEP 529 (remove_files) COMPLETE
68662026-08-20T03:35:48.147Z[ recovery-image] Aug 20 03:35:47.027 INFO O| Aug 20 03:35:47.027 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-20T03:35:48.154Z[ recovery-image] Aug 20 03:35:47.037 INFO O| Aug 20 03:35:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68682026-08-20T03:35:48.154Z[ recovery-image] Aug 20 03:35:47.037 INFO O| Aug 20 03:35:47.037 INFO STEP 530 (remove_files) COMPLETE
68692026-08-20T03:35:48.154Z[ recovery-image] Aug 20 03:35:47.037 INFO O| Aug 20 03:35:47.037 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-20T03:35:48.164Z[ recovery-image] Aug 20 03:35:47.047 INFO O| Aug 20 03:35:47.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68712026-08-20T03:35:48.168Z[ recovery-image] Aug 20 03:35:47.048 INFO O| Aug 20 03:35:47.048 INFO STEP 531 (remove_files) COMPLETE
68722026-08-20T03:35:48.168Z[ recovery-image] Aug 20 03:35:47.048 INFO O| Aug 20 03:35:47.048 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-20T03:35:48.173Z[ recovery-image] Aug 20 03:35:47.057 INFO O| Aug 20 03:35:47.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68742026-08-20T03:35:48.173Z[ recovery-image] Aug 20 03:35:47.057 INFO O| Aug 20 03:35:47.057 INFO STEP 532 (remove_files) COMPLETE
68752026-08-20T03:35:48.177Z[ recovery-image] Aug 20 03:35:47.057 INFO O| Aug 20 03:35:47.057 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-20T03:35:48.183Z[ recovery-image] Aug 20 03:35:47.066 INFO O| Aug 20 03:35:47.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68772026-08-20T03:35:48.183Z[ recovery-image] Aug 20 03:35:47.066 INFO O| Aug 20 03:35:47.066 INFO STEP 533 (remove_files) COMPLETE
68782026-08-20T03:35:48.183Z[ recovery-image] Aug 20 03:35:47.066 INFO O| Aug 20 03:35:47.066 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-20T03:35:48.192Z[ recovery-image] Aug 20 03:35:47.075 INFO O| Aug 20 03:35:47.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68802026-08-20T03:35:48.192Z[ recovery-image] Aug 20 03:35:47.075 INFO O| Aug 20 03:35:47.075 INFO STEP 534 (remove_files) COMPLETE
68812026-08-20T03:35:48.192Z[ recovery-image] Aug 20 03:35:47.075 INFO O| Aug 20 03:35:47.075 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-20T03:35:48.201Z[ recovery-image] Aug 20 03:35:47.085 INFO O| Aug 20 03:35:47.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68832026-08-20T03:35:48.201Z[ recovery-image] Aug 20 03:35:47.085 INFO O| Aug 20 03:35:47.085 INFO STEP 535 (remove_files) COMPLETE
68842026-08-20T03:35:48.207Z[ recovery-image] Aug 20 03:35:47.085 INFO O| Aug 20 03:35:47.085 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-20T03:35:48.212Z[ recovery-image] Aug 20 03:35:47.096 INFO O| Aug 20 03:35:47.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68862026-08-20T03:35:48.212Z[ recovery-image] Aug 20 03:35:47.096 INFO O| Aug 20 03:35:47.096 INFO STEP 536 (remove_files) COMPLETE
68872026-08-20T03:35:48.216Z[ recovery-image] Aug 20 03:35:47.096 INFO O| Aug 20 03:35:47.096 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-20T03:35:48.223Z[ recovery-image] Aug 20 03:35:47.107 INFO O| Aug 20 03:35:47.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68892026-08-20T03:35:48.223Z[ recovery-image] Aug 20 03:35:47.107 INFO O| Aug 20 03:35:47.107 INFO STEP 537 (remove_files) COMPLETE
68902026-08-20T03:35:48.224Z[ recovery-image] Aug 20 03:35:47.107 INFO O| Aug 20 03:35:47.107 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-20T03:35:48.235Z[ recovery-image] Aug 20 03:35:47.117 INFO O| Aug 20 03:35:47.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68922026-08-20T03:35:48.238Z[ recovery-image] Aug 20 03:35:47.118 INFO O| Aug 20 03:35:47.118 INFO STEP 538 (remove_files) COMPLETE
68932026-08-20T03:35:48.239Z[ recovery-image] Aug 20 03:35:47.118 INFO O| Aug 20 03:35:47.118 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-20T03:35:48.245Z[ recovery-image] Aug 20 03:35:47.128 INFO O| Aug 20 03:35:47.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68952026-08-20T03:35:48.245Z[ recovery-image] Aug 20 03:35:47.128 INFO O| Aug 20 03:35:47.128 INFO STEP 539 (remove_files) COMPLETE
68962026-08-20T03:35:48.245Z[ recovery-image] Aug 20 03:35:47.128 INFO O| Aug 20 03:35:47.128 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-20T03:35:48.256Z[ recovery-image] Aug 20 03:35:47.139 INFO O| Aug 20 03:35:47.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68982026-08-20T03:35:48.256Z[ recovery-image] Aug 20 03:35:47.139 INFO O| Aug 20 03:35:47.139 INFO STEP 540 (remove_files) COMPLETE
68992026-08-20T03:35:48.256Z[ recovery-image] Aug 20 03:35:47.139 INFO O| Aug 20 03:35:47.139 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-20T03:35:48.266Z[ recovery-image] Aug 20 03:35:47.149 INFO O| Aug 20 03:35:47.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69012026-08-20T03:35:48.266Z[ recovery-image] Aug 20 03:35:47.149 INFO O| Aug 20 03:35:47.149 INFO STEP 541 (remove_files) COMPLETE
69022026-08-20T03:35:48.266Z[ recovery-image] Aug 20 03:35:47.149 INFO O| Aug 20 03:35:47.149 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-20T03:35:48.275Z[ recovery-image] Aug 20 03:35:47.159 INFO O| Aug 20 03:35:47.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69042026-08-20T03:35:48.275Z[ recovery-image] Aug 20 03:35:47.159 INFO O| Aug 20 03:35:47.159 INFO STEP 542 (remove_files) COMPLETE
69052026-08-20T03:35:48.275Z[ recovery-image] Aug 20 03:35:47.159 INFO O| Aug 20 03:35:47.159 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-20T03:35:48.285Z[ recovery-image] Aug 20 03:35:47.168 INFO O| Aug 20 03:35:47.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69072026-08-20T03:35:48.285Z[ recovery-image] Aug 20 03:35:47.168 INFO O| Aug 20 03:35:47.168 INFO STEP 543 (remove_files) COMPLETE
69082026-08-20T03:35:48.288Z[ recovery-image] Aug 20 03:35:47.168 INFO O| Aug 20 03:35:47.168 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-20T03:35:48.297Z[ recovery-image] Aug 20 03:35:47.180 INFO O| Aug 20 03:35:47.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69102026-08-20T03:35:48.297Z[ recovery-image] Aug 20 03:35:47.180 INFO O| Aug 20 03:35:47.180 INFO STEP 544 (remove_files) COMPLETE
69112026-08-20T03:35:48.297Z[ recovery-image] Aug 20 03:35:47.180 INFO O| Aug 20 03:35:47.180 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-20T03:35:48.307Z[ recovery-image] Aug 20 03:35:47.190 INFO O| Aug 20 03:35:47.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69132026-08-20T03:35:48.307Z[ recovery-image] Aug 20 03:35:47.190 INFO O| Aug 20 03:35:47.190 INFO STEP 545 (remove_files) COMPLETE
69142026-08-20T03:35:48.308Z[ recovery-image] Aug 20 03:35:47.190 INFO O| Aug 20 03:35:47.190 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-20T03:35:48.317Z[ recovery-image] Aug 20 03:35:47.200 INFO O| Aug 20 03:35:47.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69162026-08-20T03:35:48.317Z[ recovery-image] Aug 20 03:35:47.200 INFO O| Aug 20 03:35:47.200 INFO STEP 546 (remove_files) COMPLETE
69172026-08-20T03:35:48.317Z[ recovery-image] Aug 20 03:35:47.200 INFO O| Aug 20 03:35:47.200 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-20T03:35:48.331Z[ recovery-image] Aug 20 03:35:47.212 INFO O| Aug 20 03:35:47.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69192026-08-20T03:35:48.331Z[ recovery-image] Aug 20 03:35:47.212 INFO O| Aug 20 03:35:47.212 INFO STEP 547 (remove_files) COMPLETE
69202026-08-20T03:35:48.331Z[ recovery-image] Aug 20 03:35:47.212 INFO O| Aug 20 03:35:47.212 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-20T03:35:48.340Z[ recovery-image] Aug 20 03:35:47.223 INFO O| Aug 20 03:35:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69222026-08-20T03:35:48.340Z[ recovery-image] Aug 20 03:35:47.223 INFO O| Aug 20 03:35:47.223 INFO STEP 548 (remove_files) COMPLETE
69232026-08-20T03:35:48.340Z[ recovery-image] Aug 20 03:35:47.223 INFO O| Aug 20 03:35:47.223 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-20T03:35:48.351Z[ recovery-image] Aug 20 03:35:47.234 INFO O| Aug 20 03:35:47.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69252026-08-20T03:35:48.351Z[ recovery-image] Aug 20 03:35:47.234 INFO O| Aug 20 03:35:47.234 INFO STEP 549 (remove_files) COMPLETE
69262026-08-20T03:35:48.351Z[ recovery-image] Aug 20 03:35:47.234 INFO O| Aug 20 03:35:47.234 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-20T03:35:48.361Z[ recovery-image] Aug 20 03:35:47.244 INFO O| Aug 20 03:35:47.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69282026-08-20T03:35:48.362Z[ recovery-image] Aug 20 03:35:47.244 INFO O| Aug 20 03:35:47.244 INFO STEP 550 (remove_files) COMPLETE
69292026-08-20T03:35:48.362Z[ recovery-image] Aug 20 03:35:47.244 INFO O| Aug 20 03:35:47.244 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-20T03:35:48.371Z[ recovery-image] Aug 20 03:35:47.254 INFO O| Aug 20 03:35:47.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69312026-08-20T03:35:48.371Z[ recovery-image] Aug 20 03:35:47.254 INFO O| Aug 20 03:35:47.254 INFO STEP 551 (remove_files) COMPLETE
69322026-08-20T03:35:48.374Z[ recovery-image] Aug 20 03:35:47.254 INFO O| Aug 20 03:35:47.254 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-20T03:35:48.379Z[ recovery-image] Aug 20 03:35:47.262 INFO O| Aug 20 03:35:47.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69342026-08-20T03:35:48.379Z[ recovery-image] Aug 20 03:35:47.262 INFO O| Aug 20 03:35:47.262 INFO STEP 552 (remove_files) COMPLETE
69352026-08-20T03:35:48.382Z[ recovery-image] Aug 20 03:35:47.262 INFO O| Aug 20 03:35:47.262 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-20T03:35:48.386Z[ recovery-image] Aug 20 03:35:47.270 INFO O| Aug 20 03:35:47.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69372026-08-20T03:35:48.386Z[ recovery-image] Aug 20 03:35:47.270 INFO O| Aug 20 03:35:47.270 INFO STEP 553 (remove_files) COMPLETE
69382026-08-20T03:35:48.390Z[ recovery-image] Aug 20 03:35:47.270 INFO O| Aug 20 03:35:47.270 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-20T03:35:48.395Z[ recovery-image] Aug 20 03:35:47.278 INFO O| Aug 20 03:35:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69402026-08-20T03:35:48.395Z[ recovery-image] Aug 20 03:35:47.278 INFO O| Aug 20 03:35:47.278 INFO STEP 554 (remove_files) COMPLETE
69412026-08-20T03:35:48.398Z[ recovery-image] Aug 20 03:35:47.278 INFO O| Aug 20 03:35:47.278 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-20T03:35:48.403Z[ recovery-image] Aug 20 03:35:47.286 INFO O| Aug 20 03:35:47.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69432026-08-20T03:35:48.403Z[ recovery-image] Aug 20 03:35:47.287 INFO O| Aug 20 03:35:47.286 INFO STEP 555 (remove_files) COMPLETE
69442026-08-20T03:35:48.406Z[ recovery-image] Aug 20 03:35:47.287 INFO O| Aug 20 03:35:47.287 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-20T03:35:48.412Z[ recovery-image] Aug 20 03:35:47.295 INFO O| Aug 20 03:35:47.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69462026-08-20T03:35:48.412Z[ recovery-image] Aug 20 03:35:47.295 INFO O| Aug 20 03:35:47.295 INFO STEP 556 (remove_files) COMPLETE
69472026-08-20T03:35:48.412Z[ recovery-image] Aug 20 03:35:47.295 INFO O| Aug 20 03:35:47.295 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-20T03:35:48.421Z[ recovery-image] Aug 20 03:35:47.304 INFO O| Aug 20 03:35:47.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69492026-08-20T03:35:48.421Z[ recovery-image] Aug 20 03:35:47.304 INFO O| Aug 20 03:35:47.304 INFO STEP 557 (remove_files) COMPLETE
69502026-08-20T03:35:48.426Z[ recovery-image] Aug 20 03:35:47.304 INFO O| Aug 20 03:35:47.304 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-20T03:35:48.431Z[ recovery-image] Aug 20 03:35:47.312 INFO O| Aug 20 03:35:47.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69522026-08-20T03:35:48.431Z[ recovery-image] Aug 20 03:35:47.312 INFO O| Aug 20 03:35:47.312 INFO STEP 558 (remove_files) COMPLETE
69532026-08-20T03:35:48.431Z[ recovery-image] Aug 20 03:35:47.312 INFO O| Aug 20 03:35:47.312 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-20T03:35:48.439Z[ recovery-image] Aug 20 03:35:47.322 INFO O| Aug 20 03:35:47.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69552026-08-20T03:35:48.439Z[ recovery-image] Aug 20 03:35:47.322 INFO O| Aug 20 03:35:47.322 INFO STEP 559 (remove_files) COMPLETE
69562026-08-20T03:35:48.439Z[ recovery-image] Aug 20 03:35:47.322 INFO O| Aug 20 03:35:47.322 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-20T03:35:48.452Z[ recovery-image] Aug 20 03:35:47.335 INFO O| Aug 20 03:35:47.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69582026-08-20T03:35:48.452Z[ recovery-image] Aug 20 03:35:47.335 INFO O| Aug 20 03:35:47.335 INFO STEP 560 (remove_files) COMPLETE
69592026-08-20T03:35:48.452Z[ recovery-image] Aug 20 03:35:47.335 INFO O| Aug 20 03:35:47.335 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-20T03:35:48.464Z[ recovery-image] Aug 20 03:35:47.346 INFO O| Aug 20 03:35:47.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69612026-08-20T03:35:48.464Z[ recovery-image] Aug 20 03:35:47.346 INFO O| Aug 20 03:35:47.346 INFO STEP 561 (remove_files) COMPLETE
69622026-08-20T03:35:48.464Z[ recovery-image] Aug 20 03:35:47.346 INFO O| Aug 20 03:35:47.346 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-20T03:35:48.473Z[ recovery-image] Aug 20 03:35:47.357 INFO O| Aug 20 03:35:47.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69642026-08-20T03:35:48.473Z[ recovery-image] Aug 20 03:35:47.357 INFO O| Aug 20 03:35:47.357 INFO STEP 562 (remove_files) COMPLETE
69652026-08-20T03:35:48.473Z[ recovery-image] Aug 20 03:35:47.357 INFO O| Aug 20 03:35:47.357 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-20T03:35:48.484Z[ recovery-image] Aug 20 03:35:47.367 INFO O| Aug 20 03:35:47.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69672026-08-20T03:35:48.485Z[ recovery-image] Aug 20 03:35:47.368 INFO O| Aug 20 03:35:47.368 INFO STEP 563 (remove_files) COMPLETE
69682026-08-20T03:35:48.485Z[ recovery-image] Aug 20 03:35:47.368 INFO O| Aug 20 03:35:47.368 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-20T03:35:48.495Z[ recovery-image] Aug 20 03:35:47.378 INFO O| Aug 20 03:35:47.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69702026-08-20T03:35:48.499Z[ recovery-image] Aug 20 03:35:47.379 INFO O| Aug 20 03:35:47.379 INFO STEP 564 (remove_files) COMPLETE
69712026-08-20T03:35:48.501Z[ recovery-image] Aug 20 03:35:47.379 INFO O| Aug 20 03:35:47.379 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-20T03:35:48.509Z[ recovery-image] Aug 20 03:35:47.392 INFO O| Aug 20 03:35:47.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69732026-08-20T03:35:48.512Z[ recovery-image] Aug 20 03:35:47.393 INFO O| Aug 20 03:35:47.393 INFO STEP 565 (remove_files) COMPLETE
69742026-08-20T03:35:48.512Z[ recovery-image] Aug 20 03:35:47.393 INFO O| Aug 20 03:35:47.393 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-20T03:35:48.520Z[ recovery-image] Aug 20 03:35:47.403 INFO O| Aug 20 03:35:47.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69762026-08-20T03:35:48.520Z[ recovery-image] Aug 20 03:35:47.404 INFO O| Aug 20 03:35:47.404 INFO STEP 566 (remove_files) COMPLETE
69772026-08-20T03:35:48.523Z[ recovery-image] Aug 20 03:35:47.404 INFO O| Aug 20 03:35:47.404 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-20T03:35:48.535Z[ recovery-image] Aug 20 03:35:47.413 INFO O| Aug 20 03:35:47.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69792026-08-20T03:35:48.535Z[ recovery-image] Aug 20 03:35:47.413 INFO O| Aug 20 03:35:47.413 INFO STEP 567 (remove_files) COMPLETE
69802026-08-20T03:35:48.535Z[ recovery-image] Aug 20 03:35:47.413 INFO O| Aug 20 03:35:47.413 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-20T03:35:48.540Z[ recovery-image] Aug 20 03:35:47.423 INFO O| Aug 20 03:35:47.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69822026-08-20T03:35:48.540Z[ recovery-image] Aug 20 03:35:47.423 INFO O| Aug 20 03:35:47.423 INFO STEP 568 (remove_files) COMPLETE
69832026-08-20T03:35:48.540Z[ recovery-image] Aug 20 03:35:47.423 INFO O| Aug 20 03:35:47.423 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-20T03:35:48.550Z[ recovery-image] Aug 20 03:35:47.433 INFO O| Aug 20 03:35:47.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69852026-08-20T03:35:48.550Z[ recovery-image] Aug 20 03:35:47.433 INFO O| Aug 20 03:35:47.433 INFO STEP 569 (remove_files) COMPLETE
69862026-08-20T03:35:48.552Z[ recovery-image] Aug 20 03:35:47.433 INFO O| Aug 20 03:35:47.433 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-20T03:35:48.561Z[ recovery-image] Aug 20 03:35:47.444 INFO O| Aug 20 03:35:47.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69882026-08-20T03:35:48.561Z[ recovery-image] Aug 20 03:35:47.444 INFO O| Aug 20 03:35:47.444 INFO STEP 570 (remove_files) COMPLETE
69892026-08-20T03:35:48.561Z[ recovery-image] Aug 20 03:35:47.444 INFO O| Aug 20 03:35:47.444 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-20T03:35:48.570Z[ recovery-image] Aug 20 03:35:47.453 INFO O| Aug 20 03:35:47.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69912026-08-20T03:35:48.570Z[ recovery-image] Aug 20 03:35:47.453 INFO O| Aug 20 03:35:47.453 INFO STEP 571 (remove_files) COMPLETE
69922026-08-20T03:35:48.570Z[ recovery-image] Aug 20 03:35:47.453 INFO O| Aug 20 03:35:47.453 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-20T03:35:48.579Z[ recovery-image] Aug 20 03:35:47.463 INFO O| Aug 20 03:35:47.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69942026-08-20T03:35:48.579Z[ recovery-image] Aug 20 03:35:47.463 INFO O| Aug 20 03:35:47.463 INFO STEP 572 (remove_files) COMPLETE
69952026-08-20T03:35:48.580Z[ recovery-image] Aug 20 03:35:47.463 INFO O| Aug 20 03:35:47.463 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-20T03:35:48.589Z[ recovery-image] Aug 20 03:35:47.472 INFO O| Aug 20 03:35:47.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69972026-08-20T03:35:48.589Z[ recovery-image] Aug 20 03:35:47.472 INFO O| Aug 20 03:35:47.472 INFO STEP 573 (remove_files) COMPLETE
69982026-08-20T03:35:48.589Z[ recovery-image] Aug 20 03:35:47.472 INFO O| Aug 20 03:35:47.472 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-20T03:35:48.598Z[ recovery-image] Aug 20 03:35:47.481 INFO O| Aug 20 03:35:47.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70002026-08-20T03:35:48.598Z[ recovery-image] Aug 20 03:35:47.481 INFO O| Aug 20 03:35:47.481 INFO STEP 574 (remove_files) COMPLETE
70012026-08-20T03:35:48.598Z[ recovery-image] Aug 20 03:35:47.481 INFO O| Aug 20 03:35:47.481 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-20T03:35:48.607Z[ recovery-image] Aug 20 03:35:47.490 INFO O| Aug 20 03:35:47.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70032026-08-20T03:35:48.607Z[ recovery-image] Aug 20 03:35:47.490 INFO O| Aug 20 03:35:47.490 INFO STEP 575 (remove_files) COMPLETE
70042026-08-20T03:35:48.607Z[ recovery-image] Aug 20 03:35:47.490 INFO O| Aug 20 03:35:47.490 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-20T03:35:48.617Z[ recovery-image] Aug 20 03:35:47.500 INFO O| Aug 20 03:35:47.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70062026-08-20T03:35:48.617Z[ recovery-image] Aug 20 03:35:47.500 INFO O| Aug 20 03:35:47.500 INFO STEP 576 (remove_files) COMPLETE
70072026-08-20T03:35:48.617Z[ recovery-image] Aug 20 03:35:47.500 INFO O| Aug 20 03:35:47.500 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-20T03:35:48.626Z[ recovery-image] Aug 20 03:35:47.509 INFO O| Aug 20 03:35:47.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70092026-08-20T03:35:48.626Z[ recovery-image] Aug 20 03:35:47.509 INFO O| Aug 20 03:35:47.509 INFO STEP 577 (remove_files) COMPLETE
70102026-08-20T03:35:48.626Z[ recovery-image] Aug 20 03:35:47.509 INFO O| Aug 20 03:35:47.509 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-20T03:35:48.637Z[ recovery-image] Aug 20 03:35:47.521 INFO O| Aug 20 03:35:47.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70122026-08-20T03:35:48.638Z[ recovery-image] Aug 20 03:35:47.521 INFO O| Aug 20 03:35:47.521 INFO STEP 578 (remove_files) COMPLETE
70132026-08-20T03:35:48.638Z[ recovery-image] Aug 20 03:35:47.521 INFO O| Aug 20 03:35:47.521 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-20T03:35:48.647Z[ recovery-image] Aug 20 03:35:47.530 INFO O| Aug 20 03:35:47.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70152026-08-20T03:35:48.647Z[ recovery-image] Aug 20 03:35:47.531 INFO O| Aug 20 03:35:47.531 INFO STEP 579 (remove_files) COMPLETE
70162026-08-20T03:35:48.647Z[ recovery-image] Aug 20 03:35:47.531 INFO O| Aug 20 03:35:47.531 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-20T03:35:48.657Z[ recovery-image] Aug 20 03:35:47.540 INFO O| Aug 20 03:35:47.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70182026-08-20T03:35:48.657Z[ recovery-image] Aug 20 03:35:47.540 INFO O| Aug 20 03:35:47.540 INFO STEP 580 (remove_files) COMPLETE
70192026-08-20T03:35:48.657Z[ recovery-image] Aug 20 03:35:47.540 INFO O| Aug 20 03:35:47.540 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-20T03:35:48.667Z[ recovery-image] Aug 20 03:35:47.550 INFO O| Aug 20 03:35:47.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70212026-08-20T03:35:48.667Z[ recovery-image] Aug 20 03:35:47.551 INFO O| Aug 20 03:35:47.551 INFO STEP 581 (remove_files) COMPLETE
70222026-08-20T03:35:48.668Z[ recovery-image] Aug 20 03:35:47.551 INFO O| Aug 20 03:35:47.551 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-20T03:35:48.672Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
70242026-08-20T03:35:48.676Z[ recovery-image] Aug 20 03:35:47.559 INFO O| Aug 20 03:35:47.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70252026-08-20T03:35:48.679Z[ recovery-image] Aug 20 03:35:47.560 INFO O| Aug 20 03:35:47.560 INFO STEP 582 (remove_files) COMPLETE
70262026-08-20T03:35:48.679Z[ recovery-image] Aug 20 03:35:47.560 INFO O| Aug 20 03:35:47.560 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-20T03:35:48.685Z[ recovery-image] Aug 20 03:35:47.569 INFO O| Aug 20 03:35:47.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70282026-08-20T03:35:48.686Z[ recovery-image] Aug 20 03:35:47.569 INFO O| Aug 20 03:35:47.569 INFO STEP 583 (remove_files) COMPLETE
70292026-08-20T03:35:48.689Z[ recovery-image] Aug 20 03:35:47.569 INFO O| Aug 20 03:35:47.569 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-20T03:35:48.695Z[ recovery-image] Aug 20 03:35:47.578 INFO O| Aug 20 03:35:47.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70312026-08-20T03:35:48.695Z[ recovery-image] Aug 20 03:35:47.578 INFO O| Aug 20 03:35:47.578 INFO STEP 584 (remove_files) COMPLETE
70322026-08-20T03:35:48.698Z[ recovery-image] Aug 20 03:35:47.578 INFO O| Aug 20 03:35:47.578 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-20T03:35:48.704Z[ recovery-image] Aug 20 03:35:47.587 INFO O| Aug 20 03:35:47.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70342026-08-20T03:35:48.704Z[ recovery-image] Aug 20 03:35:47.587 INFO O| Aug 20 03:35:47.587 INFO STEP 585 (remove_files) COMPLETE
70352026-08-20T03:35:48.704Z[ recovery-image] Aug 20 03:35:47.587 INFO O| Aug 20 03:35:47.587 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-20T03:35:48.712Z[ recovery-image] Aug 20 03:35:47.595 INFO O| Aug 20 03:35:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70372026-08-20T03:35:48.712Z[ recovery-image] Aug 20 03:35:47.596 INFO O| Aug 20 03:35:47.595 INFO STEP 586 (remove_files) COMPLETE
70382026-08-20T03:35:48.712Z[ recovery-image] Aug 20 03:35:47.596 INFO O| Aug 20 03:35:47.595 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-20T03:35:48.723Z[ recovery-image] Aug 20 03:35:47.606 INFO O| Aug 20 03:35:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70402026-08-20T03:35:48.723Z[ recovery-image] Aug 20 03:35:47.606 INFO O| Aug 20 03:35:47.606 INFO STEP 587 (remove_files) COMPLETE
70412026-08-20T03:35:48.723Z[ recovery-image] Aug 20 03:35:47.606 INFO O| Aug 20 03:35:47.606 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-20T03:35:48.734Z[ recovery-image] Aug 20 03:35:47.617 INFO O| Aug 20 03:35:47.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70432026-08-20T03:35:48.734Z[ recovery-image] Aug 20 03:35:47.617 INFO O| Aug 20 03:35:47.617 INFO STEP 588 (remove_files) COMPLETE
70442026-08-20T03:35:48.734Z[ recovery-image] Aug 20 03:35:47.617 INFO O| Aug 20 03:35:47.617 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-20T03:35:48.745Z[ recovery-image] Aug 20 03:35:47.628 INFO O| Aug 20 03:35:47.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70462026-08-20T03:35:48.746Z[ recovery-image] Aug 20 03:35:47.628 INFO O| Aug 20 03:35:47.628 INFO STEP 589 (remove_files) COMPLETE
70472026-08-20T03:35:48.746Z[ recovery-image] Aug 20 03:35:47.628 INFO O| Aug 20 03:35:47.628 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-20T03:35:48.756Z[ recovery-image] Aug 20 03:35:47.639 INFO O| Aug 20 03:35:47.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70492026-08-20T03:35:48.756Z[ recovery-image] Aug 20 03:35:47.639 INFO O| Aug 20 03:35:47.639 INFO STEP 590 (remove_files) COMPLETE
70502026-08-20T03:35:48.756Z[ recovery-image] Aug 20 03:35:47.639 INFO O| Aug 20 03:35:47.639 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-20T03:35:48.765Z[ recovery-image] Aug 20 03:35:47.648 INFO O| Aug 20 03:35:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70522026-08-20T03:35:48.765Z[ recovery-image] Aug 20 03:35:47.648 INFO O| Aug 20 03:35:47.648 INFO STEP 591 (remove_files) COMPLETE
70532026-08-20T03:35:48.768Z[ recovery-image] Aug 20 03:35:47.648 INFO O| Aug 20 03:35:47.648 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-20T03:35:48.773Z[ recovery-image] Aug 20 03:35:47.656 INFO O| Aug 20 03:35:47.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70552026-08-20T03:35:48.773Z[ recovery-image] Aug 20 03:35:47.656 INFO O| Aug 20 03:35:47.656 INFO STEP 592 (remove_files) COMPLETE
70562026-08-20T03:35:48.776Z[ recovery-image] Aug 20 03:35:47.656 INFO O| Aug 20 03:35:47.656 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-20T03:35:48.782Z[ recovery-image] Aug 20 03:35:47.666 INFO O| Aug 20 03:35:47.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70582026-08-20T03:35:48.783Z[ recovery-image] Aug 20 03:35:47.666 INFO O| Aug 20 03:35:47.666 INFO STEP 593 (remove_files) COMPLETE
70592026-08-20T03:35:48.783Z[ recovery-image] Aug 20 03:35:47.666 INFO O| Aug 20 03:35:47.666 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-20T03:35:48.792Z[ recovery-image] Aug 20 03:35:47.676 INFO O| Aug 20 03:35:47.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70612026-08-20T03:35:48.792Z[ recovery-image] Aug 20 03:35:47.676 INFO O| Aug 20 03:35:47.676 INFO STEP 594 (remove_files) COMPLETE
70622026-08-20T03:35:48.796Z[ recovery-image] Aug 20 03:35:47.676 INFO O| Aug 20 03:35:47.676 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-20T03:35:48.803Z[ recovery-image] Aug 20 03:35:47.686 INFO O| Aug 20 03:35:47.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70642026-08-20T03:35:48.803Z[ recovery-image] Aug 20 03:35:47.686 INFO O| Aug 20 03:35:47.686 INFO STEP 595 (remove_files) COMPLETE
70652026-08-20T03:35:48.807Z[ recovery-image] Aug 20 03:35:47.686 INFO O| Aug 20 03:35:47.686 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-20T03:35:48.813Z[ recovery-image] Aug 20 03:35:47.696 INFO O| Aug 20 03:35:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70672026-08-20T03:35:48.813Z[ recovery-image] Aug 20 03:35:47.696 INFO O| Aug 20 03:35:47.696 INFO STEP 596 (remove_files) COMPLETE
70682026-08-20T03:35:48.813Z[ recovery-image] Aug 20 03:35:47.696 INFO O| Aug 20 03:35:47.696 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-20T03:35:48.823Z[ recovery-image] Aug 20 03:35:47.706 INFO O| Aug 20 03:35:47.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70702026-08-20T03:35:48.823Z[ recovery-image] Aug 20 03:35:47.706 INFO O| Aug 20 03:35:47.706 INFO STEP 597 (remove_files) COMPLETE
70712026-08-20T03:35:48.823Z[ recovery-image] Aug 20 03:35:47.706 INFO O| Aug 20 03:35:47.706 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-20T03:35:48.833Z[ recovery-image] Aug 20 03:35:47.716 INFO O| Aug 20 03:35:47.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70732026-08-20T03:35:48.833Z[ recovery-image] Aug 20 03:35:47.716 INFO O| Aug 20 03:35:47.716 INFO STEP 598 (remove_files) COMPLETE
70742026-08-20T03:35:48.833Z[ recovery-image] Aug 20 03:35:47.716 INFO O| Aug 20 03:35:47.716 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-20T03:35:48.844Z[ recovery-image] Aug 20 03:35:47.727 INFO O| Aug 20 03:35:47.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70762026-08-20T03:35:48.844Z[ recovery-image] Aug 20 03:35:47.727 INFO O| Aug 20 03:35:47.727 INFO STEP 599 (remove_files) COMPLETE
70772026-08-20T03:35:48.848Z[ recovery-image] Aug 20 03:35:47.727 INFO O| Aug 20 03:35:47.727 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-20T03:35:48.855Z[ recovery-image] Aug 20 03:35:47.738 INFO O| Aug 20 03:35:47.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70792026-08-20T03:35:48.855Z[ recovery-image] Aug 20 03:35:47.738 INFO O| Aug 20 03:35:47.738 INFO STEP 600 (remove_files) COMPLETE
70802026-08-20T03:35:48.855Z[ recovery-image] Aug 20 03:35:47.738 INFO O| Aug 20 03:35:47.738 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-20T03:35:48.866Z[ recovery-image] Aug 20 03:35:47.750 INFO O| Aug 20 03:35:47.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70822026-08-20T03:35:48.866Z[ recovery-image] Aug 20 03:35:47.750 INFO O| Aug 20 03:35:47.750 INFO STEP 601 (remove_files) COMPLETE
70832026-08-20T03:35:48.867Z[ recovery-image] Aug 20 03:35:47.750 INFO O| Aug 20 03:35:47.750 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-20T03:35:48.879Z[ recovery-image] Aug 20 03:35:47.762 INFO O| Aug 20 03:35:47.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70852026-08-20T03:35:48.879Z[ recovery-image] Aug 20 03:35:47.762 INFO O| Aug 20 03:35:47.762 INFO STEP 602 (remove_files) COMPLETE
70862026-08-20T03:35:48.884Z[ recovery-image] Aug 20 03:35:47.762 INFO O| Aug 20 03:35:47.762 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-20T03:35:48.889Z[ recovery-image] Aug 20 03:35:47.773 INFO O| Aug 20 03:35:47.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70882026-08-20T03:35:48.893Z[ recovery-image] Aug 20 03:35:47.774 INFO O| Aug 20 03:35:47.774 INFO STEP 603 (remove_files) COMPLETE
70892026-08-20T03:35:48.893Z[ recovery-image] Aug 20 03:35:47.774 INFO O| Aug 20 03:35:47.774 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-20T03:35:48.903Z[ recovery-image] Aug 20 03:35:47.786 INFO O| Aug 20 03:35:47.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70912026-08-20T03:35:48.903Z[ recovery-image] Aug 20 03:35:47.786 INFO O| Aug 20 03:35:47.786 INFO STEP 604 (remove_files) COMPLETE
70922026-08-20T03:35:48.903Z[ recovery-image] Aug 20 03:35:47.786 INFO O| Aug 20 03:35:47.786 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-20T03:35:48.914Z[ recovery-image] Aug 20 03:35:47.797 INFO O| Aug 20 03:35:47.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70942026-08-20T03:35:48.914Z[ recovery-image] Aug 20 03:35:47.797 INFO O| Aug 20 03:35:47.797 INFO STEP 605 (remove_files) COMPLETE
70952026-08-20T03:35:48.914Z[ recovery-image] Aug 20 03:35:47.797 INFO O| Aug 20 03:35:47.797 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-20T03:35:48.923Z[ recovery-image] Aug 20 03:35:47.807 INFO O| Aug 20 03:35:47.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70972026-08-20T03:35:48.923Z[ recovery-image] Aug 20 03:35:47.807 INFO O| Aug 20 03:35:47.807 INFO STEP 606 (remove_files) COMPLETE
70982026-08-20T03:35:48.924Z[ recovery-image] Aug 20 03:35:47.807 INFO O| Aug 20 03:35:47.807 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-20T03:35:48.935Z[ recovery-image] Aug 20 03:35:47.817 INFO O| Aug 20 03:35:47.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71002026-08-20T03:35:48.935Z[ recovery-image] Aug 20 03:35:47.817 INFO O| Aug 20 03:35:47.817 INFO STEP 607 (remove_files) COMPLETE
71012026-08-20T03:35:48.935Z[ recovery-image] Aug 20 03:35:47.817 INFO O| Aug 20 03:35:47.817 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-20T03:35:48.945Z[ recovery-image] Aug 20 03:35:47.829 INFO O| Aug 20 03:35:47.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71032026-08-20T03:35:48.946Z[ recovery-image] Aug 20 03:35:47.829 INFO O| Aug 20 03:35:47.829 INFO STEP 608 (remove_files) COMPLETE
71042026-08-20T03:35:48.946Z[ recovery-image] Aug 20 03:35:47.829 INFO O| Aug 20 03:35:47.829 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-20T03:35:48.957Z[ recovery-image] Aug 20 03:35:47.839 INFO O| Aug 20 03:35:47.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71062026-08-20T03:35:48.957Z[ recovery-image] Aug 20 03:35:47.839 INFO O| Aug 20 03:35:47.839 INFO STEP 609 (remove_files) COMPLETE
71072026-08-20T03:35:48.957Z[ recovery-image] Aug 20 03:35:47.839 INFO O| Aug 20 03:35:47.839 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-20T03:35:48.971Z[ recovery-image] Aug 20 03:35:47.851 INFO O| Aug 20 03:35:47.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71092026-08-20T03:35:48.971Z[ recovery-image] Aug 20 03:35:47.851 INFO O| Aug 20 03:35:47.851 INFO STEP 610 (remove_files) COMPLETE
71102026-08-20T03:35:48.971Z[ recovery-image] Aug 20 03:35:47.851 INFO O| Aug 20 03:35:47.851 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-20T03:35:48.979Z[ recovery-image] Aug 20 03:35:47.862 INFO O| Aug 20 03:35:47.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71122026-08-20T03:35:48.979Z[ recovery-image] Aug 20 03:35:47.862 INFO O| Aug 20 03:35:47.862 INFO STEP 611 (remove_files) COMPLETE
71132026-08-20T03:35:48.983Z[ recovery-image] Aug 20 03:35:47.862 INFO O| Aug 20 03:35:47.862 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-20T03:35:48.989Z[ recovery-image] Aug 20 03:35:47.872 INFO O| Aug 20 03:35:47.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71152026-08-20T03:35:48.989Z[ recovery-image] Aug 20 03:35:47.872 INFO O| Aug 20 03:35:47.872 INFO STEP 612 (remove_files) COMPLETE
71162026-08-20T03:35:48.989Z[ recovery-image] Aug 20 03:35:47.872 INFO O| Aug 20 03:35:47.872 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-20T03:35:48.997Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
71182026-08-20T03:35:49.000Z[ recovery-image] Aug 20 03:35:47.883 INFO O| Aug 20 03:35:47.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71192026-08-20T03:35:49.000Z[ recovery-image] Aug 20 03:35:47.883 INFO O| Aug 20 03:35:47.883 INFO STEP 613 (remove_files) COMPLETE
71202026-08-20T03:35:49.000Z[ recovery-image] Aug 20 03:35:47.883 INFO O| Aug 20 03:35:47.883 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-20T03:35:49.011Z[ recovery-image] Aug 20 03:35:47.895 INFO O| Aug 20 03:35:47.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71222026-08-20T03:35:49.011Z[ recovery-image] Aug 20 03:35:47.895 INFO O| Aug 20 03:35:47.895 INFO STEP 614 (remove_files) COMPLETE
71232026-08-20T03:35:49.015Z[ recovery-image] Aug 20 03:35:47.895 INFO O| Aug 20 03:35:47.895 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-20T03:35:49.021Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
71252026-08-20T03:35:49.025Z[ recovery-image] Aug 20 03:35:47.905 INFO O| Aug 20 03:35:47.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71262026-08-20T03:35:49.025Z[ recovery-image] Aug 20 03:35:47.905 INFO O| Aug 20 03:35:47.905 INFO STEP 615 (remove_files) COMPLETE
71272026-08-20T03:35:49.025Z[ recovery-image] Aug 20 03:35:47.905 INFO O| Aug 20 03:35:47.905 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-20T03:35:49.033Z[ recovery-image] Aug 20 03:35:47.916 INFO O| Aug 20 03:35:47.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71292026-08-20T03:35:49.033Z[ recovery-image] Aug 20 03:35:47.916 INFO O| Aug 20 03:35:47.916 INFO STEP 616 (remove_files) COMPLETE
71302026-08-20T03:35:49.033Z[ recovery-image] Aug 20 03:35:47.916 INFO O| Aug 20 03:35:47.916 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-20T03:35:49.044Z[ recovery-image] Aug 20 03:35:47.927 INFO O| Aug 20 03:35:47.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71322026-08-20T03:35:49.044Z[ recovery-image] Aug 20 03:35:47.927 INFO O| Aug 20 03:35:47.927 INFO STEP 617 (remove_files) COMPLETE
71332026-08-20T03:35:49.044Z[ recovery-image] Aug 20 03:35:47.927 INFO O| Aug 20 03:35:47.927 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-20T03:35:49.053Z[ recovery-image] Aug 20 03:35:47.936 INFO O| Aug 20 03:35:47.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71352026-08-20T03:35:49.053Z[ recovery-image] Aug 20 03:35:47.936 INFO O| Aug 20 03:35:47.936 INFO STEP 618 (remove_files) COMPLETE
71362026-08-20T03:35:49.053Z[ recovery-image] Aug 20 03:35:47.936 INFO O| Aug 20 03:35:47.936 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-20T03:35:49.062Z[ recovery-image] Aug 20 03:35:47.945 INFO O| Aug 20 03:35:47.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71382026-08-20T03:35:49.068Z[ recovery-image] Aug 20 03:35:47.946 INFO O| Aug 20 03:35:47.946 INFO STEP 619 (remove_files) COMPLETE
71392026-08-20T03:35:49.072Z[ recovery-image] Aug 20 03:35:47.946 INFO O| Aug 20 03:35:47.946 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-20T03:35:49.076Z[ recovery-image] Aug 20 03:35:47.957 INFO O| Aug 20 03:35:47.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71412026-08-20T03:35:49.076Z[ recovery-image] Aug 20 03:35:47.957 INFO O| Aug 20 03:35:47.957 INFO STEP 620 (remove_files) COMPLETE
71422026-08-20T03:35:49.076Z[ recovery-image] Aug 20 03:35:47.957 INFO O| Aug 20 03:35:47.957 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-20T03:35:49.084Z[ recovery-image] Aug 20 03:35:47.968 INFO O| Aug 20 03:35:47.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71442026-08-20T03:35:49.084Z[ recovery-image] Aug 20 03:35:47.968 INFO O| Aug 20 03:35:47.968 INFO STEP 621 (remove_files) COMPLETE
71452026-08-20T03:35:49.088Z[ recovery-image] Aug 20 03:35:47.968 INFO O| Aug 20 03:35:47.968 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-20T03:35:49.095Z[ recovery-image] Aug 20 03:35:47.979 INFO O| Aug 20 03:35:47.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71472026-08-20T03:35:49.095Z[ recovery-image] Aug 20 03:35:47.979 INFO O| Aug 20 03:35:47.979 INFO STEP 622 (remove_files) COMPLETE
71482026-08-20T03:35:49.098Z[ recovery-image] Aug 20 03:35:47.979 INFO O| Aug 20 03:35:47.979 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-20T03:35:49.105Z[ recovery-image] Aug 20 03:35:47.989 INFO O| Aug 20 03:35:47.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71502026-08-20T03:35:49.106Z[ recovery-image] Aug 20 03:35:47.989 INFO O| Aug 20 03:35:47.989 INFO STEP 623 (remove_files) COMPLETE
71512026-08-20T03:35:49.106Z[ recovery-image] Aug 20 03:35:47.989 INFO O| Aug 20 03:35:47.989 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-20T03:35:49.114Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
71532026-08-20T03:35:49.117Z[ recovery-image] Aug 20 03:35:47.999 INFO O| Aug 20 03:35:47.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71542026-08-20T03:35:49.117Z[ recovery-image] Aug 20 03:35:47.999 INFO O| Aug 20 03:35:47.999 INFO STEP 624 (remove_files) COMPLETE
71552026-08-20T03:35:49.117Z[ recovery-image] Aug 20 03:35:47.999 INFO O| Aug 20 03:35:47.999 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-20T03:35:49.137Z[ recovery-image] Aug 20 03:35:48.010 INFO O| Aug 20 03:35:48.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71572026-08-20T03:35:49.141Z[ recovery-image] Aug 20 03:35:48.010 INFO O| Aug 20 03:35:48.010 INFO STEP 625 (remove_files) COMPLETE
71582026-08-20T03:35:49.141Z[ recovery-image] Aug 20 03:35:48.010 INFO O| Aug 20 03:35:48.010 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-20T03:35:49.141Z[ recovery-image] Aug 20 03:35:48.020 INFO O| Aug 20 03:35:48.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71602026-08-20T03:35:49.141Z[ recovery-image] Aug 20 03:35:48.020 INFO O| Aug 20 03:35:48.020 INFO STEP 626 (remove_files) COMPLETE
71612026-08-20T03:35:49.141Z[ recovery-image] Aug 20 03:35:48.020 INFO O| Aug 20 03:35:48.020 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-20T03:35:49.147Z[ recovery-image] Aug 20 03:35:48.029 INFO O| Aug 20 03:35:48.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71632026-08-20T03:35:49.147Z[ recovery-image] Aug 20 03:35:48.029 INFO O| Aug 20 03:35:48.029 INFO STEP 627 (remove_files) COMPLETE
71642026-08-20T03:35:49.147Z[ recovery-image] Aug 20 03:35:48.029 INFO O| Aug 20 03:35:48.029 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-20T03:35:49.151Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
71662026-08-20T03:35:49.154Z[ recovery-image] Aug 20 03:35:48.038 INFO O| Aug 20 03:35:48.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71672026-08-20T03:35:49.154Z[ recovery-image] Aug 20 03:35:48.038 INFO O| Aug 20 03:35:48.038 INFO STEP 628 (remove_files) COMPLETE
71682026-08-20T03:35:49.154Z[ recovery-image] Aug 20 03:35:48.038 INFO O| Aug 20 03:35:48.038 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-20T03:35:49.165Z[ recovery-image] Aug 20 03:35:48.048 INFO O| Aug 20 03:35:48.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71702026-08-20T03:35:49.168Z[ recovery-image] Aug 20 03:35:48.049 INFO O| Aug 20 03:35:48.049 INFO STEP 629 (remove_files) COMPLETE
71712026-08-20T03:35:49.168Z[ recovery-image] Aug 20 03:35:48.049 INFO O| Aug 20 03:35:48.049 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-20T03:35:49.175Z[ recovery-image] Aug 20 03:35:48.058 INFO O| Aug 20 03:35:48.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71732026-08-20T03:35:49.176Z[ recovery-image] Aug 20 03:35:48.058 INFO O| Aug 20 03:35:48.058 INFO STEP 630 (remove_files) COMPLETE
71742026-08-20T03:35:49.180Z[ recovery-image] Aug 20 03:35:48.058 INFO O| Aug 20 03:35:48.058 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-20T03:35:49.185Z[ recovery-image] Aug 20 03:35:48.068 INFO O| Aug 20 03:35:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71762026-08-20T03:35:49.185Z[ recovery-image] Aug 20 03:35:48.068 INFO O| Aug 20 03:35:48.068 INFO STEP 631 (remove_files) COMPLETE
71772026-08-20T03:35:49.185Z[ recovery-image] Aug 20 03:35:48.068 INFO O| Aug 20 03:35:48.068 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-20T03:35:49.195Z[ recovery-image] Aug 20 03:35:48.078 INFO O| Aug 20 03:35:48.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71792026-08-20T03:35:49.195Z[ recovery-image] Aug 20 03:35:48.078 INFO O| Aug 20 03:35:48.078 INFO STEP 632 (remove_files) COMPLETE
71802026-08-20T03:35:49.195Z[ recovery-image] Aug 20 03:35:48.078 INFO O| Aug 20 03:35:48.078 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-20T03:35:49.199Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
71822026-08-20T03:35:49.207Z[ recovery-image] Aug 20 03:35:48.088 INFO O| Aug 20 03:35:48.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71832026-08-20T03:35:49.207Z[ recovery-image] Aug 20 03:35:48.088 INFO O| Aug 20 03:35:48.088 INFO STEP 633 (remove_files) COMPLETE
71842026-08-20T03:35:49.211Z[ recovery-image] Aug 20 03:35:48.088 INFO O| Aug 20 03:35:48.088 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-20T03:35:49.216Z[ recovery-image] Aug 20 03:35:48.100 INFO O| Aug 20 03:35:48.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71862026-08-20T03:35:49.216Z[ recovery-image] Aug 20 03:35:48.100 INFO O| Aug 20 03:35:48.100 INFO STEP 634 (remove_files) COMPLETE
71872026-08-20T03:35:49.216Z[ recovery-image] Aug 20 03:35:48.100 INFO O| Aug 20 03:35:48.100 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-20T03:35:49.227Z[ recovery-image] Aug 20 03:35:48.111 INFO O| Aug 20 03:35:48.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71892026-08-20T03:35:49.227Z[ recovery-image] Aug 20 03:35:48.111 INFO O| Aug 20 03:35:48.111 INFO STEP 635 (remove_files) COMPLETE
71902026-08-20T03:35:49.227Z[ recovery-image] Aug 20 03:35:48.111 INFO O| Aug 20 03:35:48.111 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-20T03:35:49.237Z[ recovery-image] Aug 20 03:35:48.120 INFO O| Aug 20 03:35:48.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71922026-08-20T03:35:49.237Z[ recovery-image] Aug 20 03:35:48.120 INFO O| Aug 20 03:35:48.120 INFO STEP 636 (remove_files) COMPLETE
71932026-08-20T03:35:49.237Z[ recovery-image] Aug 20 03:35:48.121 INFO O| Aug 20 03:35:48.120 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-20T03:35:49.248Z[ recovery-image] Aug 20 03:35:48.131 INFO O| Aug 20 03:35:48.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71952026-08-20T03:35:49.248Z[ recovery-image] Aug 20 03:35:48.131 INFO O| Aug 20 03:35:48.131 INFO STEP 637 (remove_files) COMPLETE
71962026-08-20T03:35:49.248Z[ recovery-image] Aug 20 03:35:48.131 INFO O| Aug 20 03:35:48.131 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-20T03:35:49.259Z[ recovery-image] Aug 20 03:35:48.142 INFO O| Aug 20 03:35:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71982026-08-20T03:35:49.259Z[ recovery-image] Aug 20 03:35:48.142 INFO O| Aug 20 03:35:48.142 INFO STEP 638 (remove_files) COMPLETE
71992026-08-20T03:35:49.259Z[ recovery-image] Aug 20 03:35:48.142 INFO O| Aug 20 03:35:48.142 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-20T03:35:49.269Z[ recovery-image] Aug 20 03:35:48.153 INFO O| Aug 20 03:35:48.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72012026-08-20T03:35:49.270Z[ recovery-image] Aug 20 03:35:48.153 INFO O| Aug 20 03:35:48.153 INFO STEP 639 (remove_files) COMPLETE
72022026-08-20T03:35:49.270Z[ recovery-image] Aug 20 03:35:48.153 INFO O| Aug 20 03:35:48.153 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-20T03:35:49.275Z[verify-libraries] Compiling fatfs v0.3.6
72042026-08-20T03:35:49.279Z[ recovery-image] Aug 20 03:35:48.163 INFO O| Aug 20 03:35:48.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72052026-08-20T03:35:49.279Z[ recovery-image] Aug 20 03:35:48.163 INFO O| Aug 20 03:35:48.163 INFO STEP 640 (remove_files) COMPLETE
72062026-08-20T03:35:49.282Z[ recovery-image] Aug 20 03:35:48.163 INFO O| Aug 20 03:35:48.163 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-20T03:35:49.288Z[ recovery-image] Aug 20 03:35:48.172 INFO O| Aug 20 03:35:48.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72082026-08-20T03:35:49.288Z[ recovery-image] Aug 20 03:35:48.172 INFO O| Aug 20 03:35:48.172 INFO STEP 641 (remove_files) COMPLETE
72092026-08-20T03:35:49.288Z[ recovery-image] Aug 20 03:35:48.172 INFO O| Aug 20 03:35:48.172 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-20T03:35:49.298Z[ recovery-image] Aug 20 03:35:48.181 INFO O| Aug 20 03:35:48.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72112026-08-20T03:35:49.298Z[ recovery-image] Aug 20 03:35:48.181 INFO O| Aug 20 03:35:48.181 INFO STEP 642 (remove_files) COMPLETE
72122026-08-20T03:35:49.302Z[ recovery-image] Aug 20 03:35:48.181 INFO O| Aug 20 03:35:48.181 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-20T03:35:49.307Z[ recovery-image] Aug 20 03:35:48.190 INFO O| Aug 20 03:35:48.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72142026-08-20T03:35:49.307Z[ recovery-image] Aug 20 03:35:48.191 INFO O| Aug 20 03:35:48.190 INFO STEP 643 (remove_files) COMPLETE
72152026-08-20T03:35:49.307Z[ recovery-image] Aug 20 03:35:48.191 INFO O| Aug 20 03:35:48.190 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-20T03:35:49.317Z[verify-libraries] Compiling num-bigint v0.4.6
72172026-08-20T03:35:49.320Z[ recovery-image] Aug 20 03:35:48.202 INFO O| Aug 20 03:35:48.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72182026-08-20T03:35:49.320Z[ recovery-image] Aug 20 03:35:48.202 INFO O| Aug 20 03:35:48.202 INFO STEP 644 (remove_files) COMPLETE
72192026-08-20T03:35:49.321Z[ recovery-image] Aug 20 03:35:48.202 INFO O| Aug 20 03:35:48.202 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-20T03:35:49.329Z[ recovery-image] Aug 20 03:35:48.212 INFO O| Aug 20 03:35:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72212026-08-20T03:35:49.329Z[ recovery-image] Aug 20 03:35:48.212 INFO O| Aug 20 03:35:48.212 INFO STEP 645 (remove_files) COMPLETE
72222026-08-20T03:35:49.333Z[ recovery-image] Aug 20 03:35:48.212 INFO O| Aug 20 03:35:48.212 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-20T03:35:49.339Z[ recovery-image] Aug 20 03:35:48.223 INFO O| Aug 20 03:35:48.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72242026-08-20T03:35:49.339Z[ recovery-image] Aug 20 03:35:48.223 INFO O| Aug 20 03:35:48.223 INFO STEP 646 (remove_files) COMPLETE
72252026-08-20T03:35:49.339Z[ recovery-image] Aug 20 03:35:48.223 INFO O| Aug 20 03:35:48.223 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-20T03:35:49.349Z[ recovery-image] Aug 20 03:35:48.232 INFO O| Aug 20 03:35:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72272026-08-20T03:35:49.349Z[ recovery-image] Aug 20 03:35:48.232 INFO O| Aug 20 03:35:48.232 INFO STEP 647 (remove_files) COMPLETE
72282026-08-20T03:35:49.353Z[ recovery-image] Aug 20 03:35:48.232 INFO O| Aug 20 03:35:48.232 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-20T03:35:49.359Z[ recovery-image] Aug 20 03:35:48.242 INFO O| Aug 20 03:35:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72302026-08-20T03:35:49.359Z[ recovery-image] Aug 20 03:35:48.242 INFO O| Aug 20 03:35:48.242 INFO STEP 648 (remove_files) COMPLETE
72312026-08-20T03:35:49.359Z[ recovery-image] Aug 20 03:35:48.242 INFO O| Aug 20 03:35:48.242 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-20T03:35:49.368Z[ recovery-image] Aug 20 03:35:48.251 INFO O| Aug 20 03:35:48.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72332026-08-20T03:35:49.368Z[ recovery-image] Aug 20 03:35:48.251 INFO O| Aug 20 03:35:48.251 INFO STEP 649 (remove_files) COMPLETE
72342026-08-20T03:35:49.368Z[ recovery-image] Aug 20 03:35:48.251 INFO O| Aug 20 03:35:48.251 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-20T03:35:49.377Z[ recovery-image] Aug 20 03:35:48.260 INFO O| Aug 20 03:35:48.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72362026-08-20T03:35:49.377Z[ recovery-image] Aug 20 03:35:48.260 INFO O| Aug 20 03:35:48.260 INFO STEP 650 (remove_files) COMPLETE
72372026-08-20T03:35:49.377Z[ recovery-image] Aug 20 03:35:48.260 INFO O| Aug 20 03:35:48.260 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-20T03:35:49.382Z[verify-libraries] Compiling generic-array v1.4.3
72392026-08-20T03:35:49.386Z[ recovery-image] Aug 20 03:35:48.269 INFO O| Aug 20 03:35:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72402026-08-20T03:35:49.386Z[ recovery-image] Aug 20 03:35:48.269 INFO O| Aug 20 03:35:48.269 INFO STEP 651 (remove_files) COMPLETE
72412026-08-20T03:35:49.386Z[ recovery-image] Aug 20 03:35:48.269 INFO O| Aug 20 03:35:48.269 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-20T03:35:49.401Z[ recovery-image] Aug 20 03:35:48.279 INFO O| Aug 20 03:35:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72432026-08-20T03:35:49.401Z[ recovery-image] Aug 20 03:35:48.279 INFO O| Aug 20 03:35:48.279 INFO STEP 652 (remove_files) COMPLETE
72442026-08-20T03:35:49.401Z[ recovery-image] Aug 20 03:35:48.279 INFO O| Aug 20 03:35:48.279 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-20T03:35:49.406Z[ recovery-image] Aug 20 03:35:48.289 INFO O| Aug 20 03:35:48.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72462026-08-20T03:35:49.406Z[ recovery-image] Aug 20 03:35:48.289 INFO O| Aug 20 03:35:48.289 INFO STEP 653 (remove_files) COMPLETE
72472026-08-20T03:35:49.410Z[ recovery-image] Aug 20 03:35:48.289 INFO O| Aug 20 03:35:48.289 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-20T03:35:49.410Z[verify-libraries] Compiling russh-util v0.52.0
72492026-08-20T03:35:49.416Z[ recovery-image] Aug 20 03:35:48.299 INFO O| Aug 20 03:35:48.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72502026-08-20T03:35:49.416Z[ recovery-image] Aug 20 03:35:48.299 INFO O| Aug 20 03:35:48.299 INFO STEP 654 (remove_files) COMPLETE
72512026-08-20T03:35:49.419Z[ recovery-image] Aug 20 03:35:48.299 INFO O| Aug 20 03:35:48.299 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-20T03:35:49.424Z[ recovery-image] Aug 20 03:35:48.307 INFO O| Aug 20 03:35:48.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72532026-08-20T03:35:49.427Z[ recovery-image] Aug 20 03:35:48.308 INFO O| Aug 20 03:35:48.308 INFO STEP 655 (remove_files) COMPLETE
72542026-08-20T03:35:49.427Z[ recovery-image] Aug 20 03:35:48.308 INFO O| Aug 20 03:35:48.308 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-20T03:35:49.434Z[ recovery-image] Aug 20 03:35:48.317 INFO O| Aug 20 03:35:48.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72562026-08-20T03:35:49.434Z[ recovery-image] Aug 20 03:35:48.317 INFO O| Aug 20 03:35:48.317 INFO STEP 656 (remove_files) COMPLETE
72572026-08-20T03:35:49.434Z[ recovery-image] Aug 20 03:35:48.317 INFO O| Aug 20 03:35:48.317 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-20T03:35:49.445Z[ recovery-image] Aug 20 03:35:48.328 INFO O| Aug 20 03:35:48.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72592026-08-20T03:35:49.445Z[ recovery-image] Aug 20 03:35:48.328 INFO O| Aug 20 03:35:48.328 INFO STEP 657 (remove_files) COMPLETE
72602026-08-20T03:35:49.445Z[ recovery-image] Aug 20 03:35:48.328 INFO O| Aug 20 03:35:48.328 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-20T03:35:49.454Z[ recovery-image] Aug 20 03:35:48.337 INFO O| Aug 20 03:35:48.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72622026-08-20T03:35:49.454Z[ recovery-image] Aug 20 03:35:48.337 INFO O| Aug 20 03:35:48.337 INFO STEP 658 (remove_files) COMPLETE
72632026-08-20T03:35:49.454Z[ recovery-image] Aug 20 03:35:48.337 INFO O| Aug 20 03:35:48.337 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-20T03:35:49.463Z[ recovery-image] Aug 20 03:35:48.346 INFO O| Aug 20 03:35:48.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72652026-08-20T03:35:49.463Z[ recovery-image] Aug 20 03:35:48.346 INFO O| Aug 20 03:35:48.346 INFO STEP 659 (remove_files) COMPLETE
72662026-08-20T03:35:49.463Z[ recovery-image] Aug 20 03:35:48.347 INFO O| Aug 20 03:35:48.346 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-20T03:35:49.472Z[verify-libraries] Compiling enum_dispatch v0.3.13
72682026-08-20T03:35:49.476Z[ recovery-image] Aug 20 03:35:48.356 INFO O| Aug 20 03:35:48.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72692026-08-20T03:35:49.476Z[ recovery-image] Aug 20 03:35:48.356 INFO O| Aug 20 03:35:48.356 INFO STEP 660 (remove_files) COMPLETE
72702026-08-20T03:35:49.476Z[ recovery-image] Aug 20 03:35:48.356 INFO O| Aug 20 03:35:48.356 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-20T03:35:49.483Z[ recovery-image] Aug 20 03:35:48.366 INFO O| Aug 20 03:35:48.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72722026-08-20T03:35:49.488Z[ recovery-image] Aug 20 03:35:48.367 INFO O| Aug 20 03:35:48.367 INFO STEP 661 (remove_files) COMPLETE
72732026-08-20T03:35:49.488Z[ recovery-image] Aug 20 03:35:48.367 INFO O| Aug 20 03:35:48.367 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-20T03:35:49.493Z[ recovery-image] Aug 20 03:35:48.376 INFO O| Aug 20 03:35:48.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72752026-08-20T03:35:49.493Z[ recovery-image] Aug 20 03:35:48.376 INFO O| Aug 20 03:35:48.376 INFO STEP 662 (remove_files) COMPLETE
72762026-08-20T03:35:49.493Z[ recovery-image] Aug 20 03:35:48.376 INFO O| Aug 20 03:35:48.376 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-20T03:35:49.501Z[ recovery-image] Aug 20 03:35:48.385 INFO O| Aug 20 03:35:48.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72782026-08-20T03:35:49.501Z[ recovery-image] Aug 20 03:35:48.385 INFO O| Aug 20 03:35:48.385 INFO STEP 663 (remove_files) COMPLETE
72792026-08-20T03:35:49.505Z[ recovery-image] Aug 20 03:35:48.385 INFO O| Aug 20 03:35:48.385 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-20T03:35:49.511Z[ recovery-image] Aug 20 03:35:48.394 INFO O| Aug 20 03:35:48.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72812026-08-20T03:35:49.511Z[ recovery-image] Aug 20 03:35:48.394 INFO O| Aug 20 03:35:48.394 INFO STEP 664 (remove_files) COMPLETE
72822026-08-20T03:35:49.514Z[ recovery-image] Aug 20 03:35:48.394 INFO O| Aug 20 03:35:48.394 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-20T03:35:49.519Z[verify-libraries] Compiling delegate v0.13.5
72842026-08-20T03:35:49.522Z[ recovery-image] Aug 20 03:35:48.404 INFO O| Aug 20 03:35:48.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72852026-08-20T03:35:49.522Z[ recovery-image] Aug 20 03:35:48.404 INFO O| Aug 20 03:35:48.404 INFO STEP 665 (remove_files) COMPLETE
72862026-08-20T03:35:49.522Z[ recovery-image] Aug 20 03:35:48.404 INFO O| Aug 20 03:35:48.404 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-20T03:35:49.530Z[ recovery-image] Aug 20 03:35:48.413 INFO O| Aug 20 03:35:48.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72882026-08-20T03:35:49.530Z[ recovery-image] Aug 20 03:35:48.413 INFO O| Aug 20 03:35:48.413 INFO STEP 666 (remove_files) COMPLETE
72892026-08-20T03:35:49.530Z[ recovery-image] Aug 20 03:35:48.413 INFO O| Aug 20 03:35:48.413 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-20T03:35:49.540Z[ recovery-image] Aug 20 03:35:48.423 INFO O| Aug 20 03:35:48.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72912026-08-20T03:35:49.540Z[ recovery-image] Aug 20 03:35:48.423 INFO O| Aug 20 03:35:48.423 INFO STEP 667 (remove_files) COMPLETE
72922026-08-20T03:35:49.545Z[ recovery-image] Aug 20 03:35:48.423 INFO O| Aug 20 03:35:48.423 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-20T03:35:49.550Z[ recovery-image] Aug 20 03:35:48.433 INFO O| Aug 20 03:35:48.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72942026-08-20T03:35:49.550Z[ recovery-image] Aug 20 03:35:48.433 INFO O| Aug 20 03:35:48.433 INFO STEP 668 (remove_files) COMPLETE
72952026-08-20T03:35:49.553Z[ recovery-image] Aug 20 03:35:48.433 INFO O| Aug 20 03:35:48.433 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-20T03:35:49.560Z[ recovery-image] Aug 20 03:35:48.443 INFO O| Aug 20 03:35:48.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72972026-08-20T03:35:49.560Z[ recovery-image] Aug 20 03:35:48.443 INFO O| Aug 20 03:35:48.443 INFO STEP 669 (remove_files) COMPLETE
72982026-08-20T03:35:49.563Z[ recovery-image] Aug 20 03:35:48.443 INFO O| Aug 20 03:35:48.443 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-20T03:35:49.569Z[ recovery-image] Aug 20 03:35:48.453 INFO O| Aug 20 03:35:48.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73002026-08-20T03:35:49.570Z[ recovery-image] Aug 20 03:35:48.453 INFO O| Aug 20 03:35:48.453 INFO STEP 670 (remove_files) COMPLETE
73012026-08-20T03:35:49.570Z[ recovery-image] Aug 20 03:35:48.453 INFO O| Aug 20 03:35:48.453 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-20T03:35:49.578Z[ recovery-image] Aug 20 03:35:48.461 INFO O| Aug 20 03:35:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73032026-08-20T03:35:49.578Z[ recovery-image] Aug 20 03:35:48.461 INFO O| Aug 20 03:35:48.461 INFO STEP 671 (remove_files) COMPLETE
73042026-08-20T03:35:49.578Z[ recovery-image] Aug 20 03:35:48.461 INFO O| Aug 20 03:35:48.461 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-20T03:35:49.586Z[ recovery-image] Aug 20 03:35:48.470 INFO O| Aug 20 03:35:48.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73062026-08-20T03:35:49.590Z[ recovery-image] Aug 20 03:35:48.471 INFO O| Aug 20 03:35:48.471 INFO STEP 672 (remove_files) COMPLETE
73072026-08-20T03:35:49.590Z[ recovery-image] Aug 20 03:35:48.471 INFO O| Aug 20 03:35:48.471 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-20T03:35:49.596Z[ recovery-image] Aug 20 03:35:48.480 INFO O| Aug 20 03:35:48.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73092026-08-20T03:35:49.597Z[ recovery-image] Aug 20 03:35:48.480 INFO O| Aug 20 03:35:48.480 INFO STEP 673 (remove_files) COMPLETE
73102026-08-20T03:35:49.597Z[ recovery-image] Aug 20 03:35:48.480 INFO O| Aug 20 03:35:48.480 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-20T03:35:49.606Z[ recovery-image] Aug 20 03:35:48.489 INFO O| Aug 20 03:35:48.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73122026-08-20T03:35:49.606Z[ recovery-image] Aug 20 03:35:48.489 INFO O| Aug 20 03:35:48.489 INFO STEP 674 (remove_files) COMPLETE
73132026-08-20T03:35:49.609Z[ recovery-image] Aug 20 03:35:48.489 INFO O| Aug 20 03:35:48.489 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-20T03:35:49.617Z[ recovery-image] Aug 20 03:35:48.500 INFO O| Aug 20 03:35:48.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73152026-08-20T03:35:49.617Z[ recovery-image] Aug 20 03:35:48.500 INFO O| Aug 20 03:35:48.500 INFO STEP 675 (remove_files) COMPLETE
73162026-08-20T03:35:49.621Z[ recovery-image] Aug 20 03:35:48.500 INFO O| Aug 20 03:35:48.500 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-20T03:35:49.626Z[ recovery-image] Aug 20 03:35:48.510 INFO O| Aug 20 03:35:48.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73182026-08-20T03:35:49.626Z[ recovery-image] Aug 20 03:35:48.510 INFO O| Aug 20 03:35:48.510 INFO STEP 676 (remove_files) COMPLETE
73192026-08-20T03:35:49.626Z[ recovery-image] Aug 20 03:35:48.510 INFO O| Aug 20 03:35:48.510 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-20T03:35:49.636Z[ recovery-image] Aug 20 03:35:48.520 INFO O| Aug 20 03:35:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73212026-08-20T03:35:49.637Z[ recovery-image] Aug 20 03:35:48.520 INFO O| Aug 20 03:35:48.520 INFO STEP 677 (remove_files) COMPLETE
73222026-08-20T03:35:49.637Z[ recovery-image] Aug 20 03:35:48.520 INFO O| Aug 20 03:35:48.520 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-20T03:35:49.646Z[ recovery-image] Aug 20 03:35:48.529 INFO O| Aug 20 03:35:48.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73242026-08-20T03:35:49.646Z[ recovery-image] Aug 20 03:35:48.529 INFO O| Aug 20 03:35:48.529 INFO STEP 678 (remove_files) COMPLETE
73252026-08-20T03:35:49.649Z[ recovery-image] Aug 20 03:35:48.529 INFO O| Aug 20 03:35:48.529 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-20T03:35:49.656Z[ recovery-image] Aug 20 03:35:48.539 INFO O| Aug 20 03:35:48.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73272026-08-20T03:35:49.656Z[ recovery-image] Aug 20 03:35:48.539 INFO O| Aug 20 03:35:48.539 INFO STEP 679 (remove_files) COMPLETE
73282026-08-20T03:35:49.659Z[ recovery-image] Aug 20 03:35:48.539 INFO O| Aug 20 03:35:48.539 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-20T03:35:49.660Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
73302026-08-20T03:35:49.668Z[ recovery-image] Aug 20 03:35:48.549 INFO O| Aug 20 03:35:48.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73312026-08-20T03:35:49.668Z[ recovery-image] Aug 20 03:35:48.549 INFO O| Aug 20 03:35:48.549 INFO STEP 680 (remove_files) COMPLETE
73322026-08-20T03:35:49.673Z[ recovery-image] Aug 20 03:35:48.549 INFO O| Aug 20 03:35:48.549 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-20T03:35:49.679Z[ recovery-image] Aug 20 03:35:48.559 INFO O| Aug 20 03:35:48.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73342026-08-20T03:35:49.679Z[ recovery-image] Aug 20 03:35:48.559 INFO O| Aug 20 03:35:48.559 INFO STEP 681 (remove_files) COMPLETE
73352026-08-20T03:35:49.679Z[ recovery-image] Aug 20 03:35:48.559 INFO O| Aug 20 03:35:48.559 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-20T03:35:49.685Z[ recovery-image] Aug 20 03:35:48.568 INFO O| Aug 20 03:35:48.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73372026-08-20T03:35:49.685Z[ recovery-image] Aug 20 03:35:48.568 INFO O| Aug 20 03:35:48.568 INFO STEP 682 (remove_files) COMPLETE
73382026-08-20T03:35:49.685Z[ recovery-image] Aug 20 03:35:48.568 INFO O| Aug 20 03:35:48.568 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-20T03:35:49.693Z[ recovery-image] Aug 20 03:35:48.575 INFO O| Aug 20 03:35:48.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73402026-08-20T03:35:49.693Z[ recovery-image] Aug 20 03:35:48.575 INFO O| Aug 20 03:35:48.575 INFO STEP 683 (remove_files) COMPLETE
73412026-08-20T03:35:49.693Z[ recovery-image] Aug 20 03:35:48.575 INFO O| Aug 20 03:35:48.575 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-20T03:35:49.701Z[ recovery-image] Aug 20 03:35:48.584 INFO O| Aug 20 03:35:48.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73432026-08-20T03:35:49.701Z[ recovery-image] Aug 20 03:35:48.585 INFO O| Aug 20 03:35:48.585 INFO STEP 684 (remove_files) COMPLETE
73442026-08-20T03:35:49.705Z[ recovery-image] Aug 20 03:35:48.585 INFO O| Aug 20 03:35:48.585 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-20T03:35:49.711Z[ recovery-image] Aug 20 03:35:48.594 INFO O| Aug 20 03:35:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73462026-08-20T03:35:49.711Z[ recovery-image] Aug 20 03:35:48.594 INFO O| Aug 20 03:35:48.594 INFO STEP 685 (remove_files) COMPLETE
73472026-08-20T03:35:49.711Z[ recovery-image] Aug 20 03:35:48.594 INFO O| Aug 20 03:35:48.594 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-20T03:35:49.720Z[ recovery-image] Aug 20 03:35:48.603 INFO O| Aug 20 03:35:48.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73492026-08-20T03:35:49.720Z[ recovery-image] Aug 20 03:35:48.603 INFO O| Aug 20 03:35:48.603 INFO STEP 686 (remove_files) COMPLETE
73502026-08-20T03:35:49.720Z[ recovery-image] Aug 20 03:35:48.603 INFO O| Aug 20 03:35:48.603 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-20T03:35:49.729Z[ recovery-image] Aug 20 03:35:48.612 INFO O| Aug 20 03:35:48.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73522026-08-20T03:35:49.729Z[ recovery-image] Aug 20 03:35:48.612 INFO O| Aug 20 03:35:48.612 INFO STEP 687 (remove_files) COMPLETE
73532026-08-20T03:35:49.729Z[ recovery-image] Aug 20 03:35:48.612 INFO O| Aug 20 03:35:48.612 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-20T03:35:49.737Z[ recovery-image] Aug 20 03:35:48.621 INFO O| Aug 20 03:35:48.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73552026-08-20T03:35:49.738Z[ recovery-image] Aug 20 03:35:48.621 INFO O| Aug 20 03:35:48.621 INFO STEP 688 (remove_files) COMPLETE
73562026-08-20T03:35:49.738Z[ recovery-image] Aug 20 03:35:48.621 INFO O| Aug 20 03:35:48.621 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-20T03:35:49.747Z[ recovery-image] Aug 20 03:35:48.630 INFO O| Aug 20 03:35:48.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73582026-08-20T03:35:49.747Z[ recovery-image] Aug 20 03:35:48.630 INFO O| Aug 20 03:35:48.630 INFO STEP 689 (remove_files) COMPLETE
73592026-08-20T03:35:49.747Z[ recovery-image] Aug 20 03:35:48.630 INFO O| Aug 20 03:35:48.630 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-20T03:35:49.757Z[ recovery-image] Aug 20 03:35:48.640 INFO O| Aug 20 03:35:48.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73612026-08-20T03:35:49.757Z[ recovery-image] Aug 20 03:35:48.640 INFO O| Aug 20 03:35:48.640 INFO STEP 690 (remove_files) COMPLETE
73622026-08-20T03:35:49.757Z[ recovery-image] Aug 20 03:35:48.640 INFO O| Aug 20 03:35:48.640 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-20T03:35:49.766Z[ recovery-image] Aug 20 03:35:48.649 INFO O| Aug 20 03:35:48.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73642026-08-20T03:35:49.766Z[verify-libraries] Compiling sapling-renderdag v0.1.0
73652026-08-20T03:35:49.766Z[ recovery-image] Aug 20 03:35:48.649 INFO O| Aug 20 03:35:48.649 INFO STEP 691 (remove_files) COMPLETE
73662026-08-20T03:35:49.768Z[ recovery-image] Aug 20 03:35:48.649 INFO O| Aug 20 03:35:48.649 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-20T03:35:49.775Z[ recovery-image] Aug 20 03:35:48.658 INFO O| Aug 20 03:35:48.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73682026-08-20T03:35:49.775Z[ recovery-image] Aug 20 03:35:48.658 INFO O| Aug 20 03:35:48.658 INFO STEP 692 (remove_files) COMPLETE
73692026-08-20T03:35:49.775Z[ recovery-image] Aug 20 03:35:48.658 INFO O| Aug 20 03:35:48.658 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-20T03:35:49.785Z[ recovery-image] Aug 20 03:35:48.667 INFO O| Aug 20 03:35:48.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73712026-08-20T03:35:49.786Z[ recovery-image] Aug 20 03:35:48.667 INFO O| Aug 20 03:35:48.667 INFO STEP 693 (remove_files) COMPLETE
73722026-08-20T03:35:49.789Z[ recovery-image] Aug 20 03:35:48.667 INFO O| Aug 20 03:35:48.667 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-20T03:35:49.794Z[ recovery-image] Aug 20 03:35:48.677 INFO O| Aug 20 03:35:48.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73742026-08-20T03:35:49.794Z[ recovery-image] Aug 20 03:35:48.677 INFO O| Aug 20 03:35:48.677 INFO STEP 694 (remove_files) COMPLETE
73752026-08-20T03:35:49.797Z[ recovery-image] Aug 20 03:35:48.677 INFO O| Aug 20 03:35:48.677 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-20T03:35:49.804Z[ recovery-image] Aug 20 03:35:48.687 INFO O| Aug 20 03:35:48.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73772026-08-20T03:35:49.804Z[ recovery-image] Aug 20 03:35:48.687 INFO O| Aug 20 03:35:48.687 INFO STEP 695 (remove_files) COMPLETE
73782026-08-20T03:35:49.804Z[ recovery-image] Aug 20 03:35:48.687 INFO O| Aug 20 03:35:48.687 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-20T03:35:49.814Z[ recovery-image] Aug 20 03:35:48.697 INFO O| Aug 20 03:35:48.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73802026-08-20T03:35:49.814Z[ recovery-image] Aug 20 03:35:48.697 INFO O| Aug 20 03:35:48.697 INFO STEP 696 (remove_files) COMPLETE
73812026-08-20T03:35:49.814Z[ recovery-image] Aug 20 03:35:48.697 INFO O| Aug 20 03:35:48.697 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-20T03:35:49.823Z[ recovery-image] Aug 20 03:35:48.707 INFO O| Aug 20 03:35:48.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73832026-08-20T03:35:49.823Z[ recovery-image] Aug 20 03:35:48.707 INFO O| Aug 20 03:35:48.707 INFO STEP 697 (remove_files) COMPLETE
73842026-08-20T03:35:49.823Z[ recovery-image] Aug 20 03:35:48.707 INFO O| Aug 20 03:35:48.707 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-20T03:35:49.832Z[ recovery-image] Aug 20 03:35:48.716 INFO O| Aug 20 03:35:48.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73862026-08-20T03:35:49.833Z[ recovery-image] Aug 20 03:35:48.716 INFO O| Aug 20 03:35:48.716 INFO STEP 698 (remove_files) COMPLETE
73872026-08-20T03:35:49.836Z[ recovery-image] Aug 20 03:35:48.716 INFO O| Aug 20 03:35:48.716 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-20T03:35:49.840Z[ recovery-image] Aug 20 03:35:48.724 INFO O| Aug 20 03:35:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73892026-08-20T03:35:49.840Z[ recovery-image] Aug 20 03:35:48.724 INFO O| Aug 20 03:35:48.724 INFO STEP 699 (remove_files) COMPLETE
73902026-08-20T03:35:49.840Z[ recovery-image] Aug 20 03:35:48.724 INFO O| Aug 20 03:35:48.724 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-20T03:35:49.849Z[ recovery-image] Aug 20 03:35:48.732 INFO O| Aug 20 03:35:48.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73922026-08-20T03:35:49.849Z[ recovery-image] Aug 20 03:35:48.732 INFO O| Aug 20 03:35:48.732 INFO STEP 700 (remove_files) COMPLETE
73932026-08-20T03:35:49.849Z[ recovery-image] Aug 20 03:35:48.732 INFO O| Aug 20 03:35:48.732 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-20T03:35:49.858Z[ recovery-image] Aug 20 03:35:48.741 INFO O| Aug 20 03:35:48.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73952026-08-20T03:35:49.858Z[ recovery-image] Aug 20 03:35:48.741 INFO O| Aug 20 03:35:48.741 INFO STEP 701 (remove_files) COMPLETE
73962026-08-20T03:35:49.858Z[ recovery-image] Aug 20 03:35:48.741 INFO O| Aug 20 03:35:48.741 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-20T03:35:49.867Z[ recovery-image] Aug 20 03:35:48.750 INFO O| Aug 20 03:35:48.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73982026-08-20T03:35:49.867Z[ recovery-image] Aug 20 03:35:48.750 INFO O| Aug 20 03:35:48.750 INFO STEP 702 (remove_files) COMPLETE
73992026-08-20T03:35:49.867Z[ recovery-image] Aug 20 03:35:48.750 INFO O| Aug 20 03:35:48.750 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-20T03:35:49.875Z[ recovery-image] Aug 20 03:35:48.758 INFO O| Aug 20 03:35:48.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74012026-08-20T03:35:49.875Z[ recovery-image] Aug 20 03:35:48.758 INFO O| Aug 20 03:35:48.758 INFO STEP 703 (remove_files) COMPLETE
74022026-08-20T03:35:49.879Z[ recovery-image] Aug 20 03:35:48.758 INFO O| Aug 20 03:35:48.758 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-20T03:35:49.883Z[ recovery-image] Aug 20 03:35:48.766 INFO O| Aug 20 03:35:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74042026-08-20T03:35:49.883Z[ recovery-image] Aug 20 03:35:48.766 INFO O| Aug 20 03:35:48.766 INFO STEP 704 (remove_files) COMPLETE
74052026-08-20T03:35:49.883Z[ recovery-image] Aug 20 03:35:48.766 INFO O| Aug 20 03:35:48.766 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-20T03:35:49.891Z[ recovery-image] Aug 20 03:35:48.774 INFO O| Aug 20 03:35:48.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74072026-08-20T03:35:49.891Z[ recovery-image] Aug 20 03:35:48.774 INFO O| Aug 20 03:35:48.774 INFO STEP 705 (remove_files) COMPLETE
74082026-08-20T03:35:49.891Z[ recovery-image] Aug 20 03:35:48.774 INFO O| Aug 20 03:35:48.774 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-20T03:35:49.901Z[ recovery-image] Aug 20 03:35:48.785 INFO O| Aug 20 03:35:48.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74102026-08-20T03:35:49.901Z[ recovery-image] Aug 20 03:35:48.785 INFO O| Aug 20 03:35:48.785 INFO STEP 706 (remove_files) COMPLETE
74112026-08-20T03:35:49.905Z[ recovery-image] Aug 20 03:35:48.785 INFO O| Aug 20 03:35:48.785 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-20T03:35:49.913Z[ recovery-image] Aug 20 03:35:48.796 INFO O| Aug 20 03:35:48.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74132026-08-20T03:35:49.913Z[ recovery-image] Aug 20 03:35:48.796 INFO O| Aug 20 03:35:48.796 INFO STEP 707 (remove_files) COMPLETE
74142026-08-20T03:35:49.913Z[ recovery-image] Aug 20 03:35:48.796 INFO O| Aug 20 03:35:48.796 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-20T03:35:49.921Z[ recovery-image] Aug 20 03:35:48.805 INFO O| Aug 20 03:35:48.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74162026-08-20T03:35:49.921Z[ recovery-image] Aug 20 03:35:48.805 INFO O| Aug 20 03:35:48.805 INFO STEP 708 (remove_files) COMPLETE
74172026-08-20T03:35:49.921Z[ recovery-image] Aug 20 03:35:48.805 INFO O| Aug 20 03:35:48.805 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-20T03:35:49.930Z[ recovery-image] Aug 20 03:35:48.813 INFO O| Aug 20 03:35:48.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74192026-08-20T03:35:49.930Z[ recovery-image] Aug 20 03:35:48.813 INFO O| Aug 20 03:35:48.813 INFO STEP 709 (remove_files) COMPLETE
74202026-08-20T03:35:49.930Z[ recovery-image] Aug 20 03:35:48.813 INFO O| Aug 20 03:35:48.813 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-20T03:35:49.943Z[ recovery-image] Aug 20 03:35:48.826 INFO O| Aug 20 03:35:48.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74222026-08-20T03:35:49.943Z[ recovery-image] Aug 20 03:35:48.826 INFO O| Aug 20 03:35:48.826 INFO STEP 710 (remove_files) COMPLETE
74232026-08-20T03:35:49.943Z[ recovery-image] Aug 20 03:35:48.826 INFO O| Aug 20 03:35:48.826 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-20T03:35:49.952Z[ recovery-image] Aug 20 03:35:48.835 INFO O| Aug 20 03:35:48.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74252026-08-20T03:35:49.952Z[ recovery-image] Aug 20 03:35:48.835 INFO O| Aug 20 03:35:48.835 INFO STEP 711 (remove_files) COMPLETE
74262026-08-20T03:35:49.952Z[ recovery-image] Aug 20 03:35:48.835 INFO O| Aug 20 03:35:48.835 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-20T03:35:49.960Z[ recovery-image] Aug 20 03:35:48.844 INFO O| Aug 20 03:35:48.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74282026-08-20T03:35:49.960Z[ recovery-image] Aug 20 03:35:48.844 INFO O| Aug 20 03:35:48.844 INFO STEP 712 (remove_files) COMPLETE
74292026-08-20T03:35:49.960Z[ recovery-image] Aug 20 03:35:48.844 INFO O| Aug 20 03:35:48.844 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-20T03:35:49.969Z[ recovery-image] Aug 20 03:35:48.852 INFO O| Aug 20 03:35:48.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74312026-08-20T03:35:49.969Z[ recovery-image] Aug 20 03:35:48.852 INFO O| Aug 20 03:35:48.852 INFO STEP 713 (remove_files) COMPLETE
74322026-08-20T03:35:49.969Z[ recovery-image] Aug 20 03:35:48.852 INFO O| Aug 20 03:35:48.852 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-20T03:35:49.978Z[ recovery-image] Aug 20 03:35:48.861 INFO O| Aug 20 03:35:48.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74342026-08-20T03:35:49.978Z[ recovery-image] Aug 20 03:35:48.861 INFO O| Aug 20 03:35:48.861 INFO STEP 714 (remove_files) COMPLETE
74352026-08-20T03:35:49.978Z[ recovery-image] Aug 20 03:35:48.861 INFO O| Aug 20 03:35:48.861 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-20T03:35:49.986Z[ recovery-image] Aug 20 03:35:48.870 INFO O| Aug 20 03:35:48.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74372026-08-20T03:35:49.986Z[ recovery-image] Aug 20 03:35:48.870 INFO O| Aug 20 03:35:48.870 INFO STEP 715 (remove_files) COMPLETE
74382026-08-20T03:35:49.986Z[ recovery-image] Aug 20 03:35:48.870 INFO O| Aug 20 03:35:48.870 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-20T03:35:49.995Z[ recovery-image] Aug 20 03:35:48.879 INFO O| Aug 20 03:35:48.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74402026-08-20T03:35:50.016Z[ recovery-image] Aug 20 03:35:48.899 INFO O| Aug 20 03:35:48.899 INFO STEP 716 (remove_files) COMPLETE
74412026-08-20T03:35:50.016Z[ recovery-image] Aug 20 03:35:48.900 INFO O| Aug 20 03:35:48.899 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-20T03:35:50.028Z[ recovery-image] Aug 20 03:35:48.910 INFO O| Aug 20 03:35:48.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74432026-08-20T03:35:50.036Z[ recovery-image] Aug 20 03:35:48.920 INFO O| Aug 20 03:35:48.920 INFO STEP 717 (remove_files) COMPLETE
74442026-08-20T03:35:50.036Z[ recovery-image] Aug 20 03:35:48.920 INFO O| Aug 20 03:35:48.920 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-20T03:35:50.050Z[ recovery-image] Aug 20 03:35:48.929 INFO O| Aug 20 03:35:48.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74462026-08-20T03:35:50.050Z[ recovery-image] Aug 20 03:35:48.929 INFO O| Aug 20 03:35:48.929 INFO STEP 718 (remove_files) COMPLETE
74472026-08-20T03:35:50.050Z[ recovery-image] Aug 20 03:35:48.929 INFO O| Aug 20 03:35:48.929 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-20T03:35:50.106Z[ recovery-image] Aug 20 03:35:48.937 INFO O| Aug 20 03:35:48.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74492026-08-20T03:35:50.106Z[ recovery-image] Aug 20 03:35:48.937 INFO O| Aug 20 03:35:48.937 INFO STEP 719 (remove_files) COMPLETE
74502026-08-20T03:35:50.106Z[ recovery-image] Aug 20 03:35:48.937 INFO O| Aug 20 03:35:48.937 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-20T03:35:50.106Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74522026-08-20T03:35:50.106Z[ recovery-image] Aug 20 03:35:48.966 INFO O| Aug 20 03:35:48.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74532026-08-20T03:35:50.106Z[ recovery-image] Aug 20 03:35:48.968 INFO O| Aug 20 03:35:48.968 INFO STEP 720 (remove_files) COMPLETE
74542026-08-20T03:35:50.106Z[ recovery-image] Aug 20 03:35:48.968 INFO O| Aug 20 03:35:48.968 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-20T03:35:50.115Z[ recovery-image] Aug 20 03:35:48.999 INFO O| Aug 20 03:35:48.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74562026-08-20T03:35:50.115Z[ recovery-image] Aug 20 03:35:48.999 INFO O| Aug 20 03:35:48.999 INFO STEP 721 (remove_files) COMPLETE
74572026-08-20T03:35:50.119Z[ recovery-image] Aug 20 03:35:48.999 INFO O| Aug 20 03:35:48.999 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-20T03:35:50.126Z[ recovery-image] Aug 20 03:35:49.010 INFO O| Aug 20 03:35:49.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74592026-08-20T03:35:50.127Z[ recovery-image] Aug 20 03:35:49.010 INFO O| Aug 20 03:35:49.010 INFO STEP 722 (remove_files) COMPLETE
74602026-08-20T03:35:50.131Z[ recovery-image] Aug 20 03:35:49.010 INFO O| Aug 20 03:35:49.010 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-20T03:35:50.136Z[ recovery-image] Aug 20 03:35:49.020 INFO O| Aug 20 03:35:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74622026-08-20T03:35:50.136Z[ recovery-image] Aug 20 03:35:49.020 INFO O| Aug 20 03:35:49.020 INFO STEP 723 (remove_files) COMPLETE
74632026-08-20T03:35:50.136Z[ recovery-image] Aug 20 03:35:49.020 INFO O| Aug 20 03:35:49.020 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-20T03:35:50.146Z[ recovery-image] Aug 20 03:35:49.029 INFO O| Aug 20 03:35:49.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74652026-08-20T03:35:50.146Z[ recovery-image] Aug 20 03:35:49.029 INFO O| Aug 20 03:35:49.029 INFO STEP 724 (remove_files) COMPLETE
74662026-08-20T03:35:50.146Z[ recovery-image] Aug 20 03:35:49.029 INFO O| Aug 20 03:35:49.029 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-20T03:35:50.150Z[verify-libraries] Compiling seq-macro v0.3.6
74682026-08-20T03:35:50.155Z[ recovery-image] Aug 20 03:35:49.038 INFO O| Aug 20 03:35:49.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74692026-08-20T03:35:50.155Z[ recovery-image] Aug 20 03:35:49.039 INFO O| Aug 20 03:35:49.038 INFO STEP 725 (remove_files) COMPLETE
74702026-08-20T03:35:50.158Z[ recovery-image] Aug 20 03:35:49.039 INFO O| Aug 20 03:35:49.039 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-20T03:35:50.164Z[ recovery-image] Aug 20 03:35:49.047 INFO O| Aug 20 03:35:49.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74722026-08-20T03:35:50.165Z[ recovery-image] Aug 20 03:35:49.047 INFO O| Aug 20 03:35:49.047 INFO STEP 726 (remove_files) COMPLETE
74732026-08-20T03:35:50.165Z[ recovery-image] Aug 20 03:35:49.047 INFO O| Aug 20 03:35:49.047 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-20T03:35:50.172Z[ recovery-image] Aug 20 03:35:49.056 INFO O| Aug 20 03:35:49.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74752026-08-20T03:35:50.172Z[ recovery-image] Aug 20 03:35:49.056 INFO O| Aug 20 03:35:49.056 INFO STEP 727 (remove_files) COMPLETE
74762026-08-20T03:35:50.172Z[ recovery-image] Aug 20 03:35:49.056 INFO O| Aug 20 03:35:49.056 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-20T03:35:50.181Z[ recovery-image] Aug 20 03:35:49.064 INFO O| Aug 20 03:35:49.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74782026-08-20T03:35:50.181Z[ recovery-image] Aug 20 03:35:49.064 INFO O| Aug 20 03:35:49.064 INFO STEP 728 (remove_files) COMPLETE
74792026-08-20T03:35:50.181Z[ recovery-image] Aug 20 03:35:49.065 INFO O| Aug 20 03:35:49.064 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-20T03:35:50.195Z[ recovery-image] Aug 20 03:35:49.078 INFO O| Aug 20 03:35:49.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74812026-08-20T03:35:50.195Z[ recovery-image] Aug 20 03:35:49.079 INFO O| Aug 20 03:35:49.079 INFO STEP 729 (remove_files) COMPLETE
74822026-08-20T03:35:50.195Z[ recovery-image] Aug 20 03:35:49.079 INFO O| Aug 20 03:35:49.079 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-20T03:35:50.206Z[ recovery-image] Aug 20 03:35:49.089 INFO O| Aug 20 03:35:49.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74842026-08-20T03:35:50.206Z[ recovery-image] Aug 20 03:35:49.089 INFO O| Aug 20 03:35:49.089 INFO STEP 730 (remove_files) COMPLETE
74852026-08-20T03:35:50.209Z[ recovery-image] Aug 20 03:35:49.089 INFO O| Aug 20 03:35:49.089 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-20T03:35:50.215Z[ recovery-image] Aug 20 03:35:49.099 INFO O| Aug 20 03:35:49.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74872026-08-20T03:35:50.215Z[ recovery-image] Aug 20 03:35:49.099 INFO O| Aug 20 03:35:49.099 INFO STEP 731 (remove_files) COMPLETE
74882026-08-20T03:35:50.215Z[ recovery-image] Aug 20 03:35:49.099 INFO O| Aug 20 03:35:49.099 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-20T03:35:50.225Z[ recovery-image] Aug 20 03:35:49.109 INFO O| Aug 20 03:35:49.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74902026-08-20T03:35:50.225Z[ recovery-image] Aug 20 03:35:49.109 INFO O| Aug 20 03:35:49.109 INFO STEP 732 (remove_files) COMPLETE
74912026-08-20T03:35:50.225Z[ recovery-image] Aug 20 03:35:49.109 INFO O| Aug 20 03:35:49.109 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-20T03:35:50.235Z[ recovery-image] Aug 20 03:35:49.118 INFO O| Aug 20 03:35:49.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74932026-08-20T03:35:50.235Z[ recovery-image] Aug 20 03:35:49.118 INFO O| Aug 20 03:35:49.118 INFO STEP 733 (remove_files) COMPLETE
74942026-08-20T03:35:50.238Z[ recovery-image] Aug 20 03:35:49.118 INFO O| Aug 20 03:35:49.118 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-20T03:35:50.241Z[verify-libraries] Compiling md5 v0.8.0
74962026-08-20T03:35:50.245Z[ recovery-image] Aug 20 03:35:49.127 INFO O| Aug 20 03:35:49.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74972026-08-20T03:35:50.245Z[ recovery-image] Aug 20 03:35:49.127 INFO O| Aug 20 03:35:49.127 INFO STEP 734 (remove_files) COMPLETE
74982026-08-20T03:35:50.245Z[ recovery-image] Aug 20 03:35:49.127 INFO O| Aug 20 03:35:49.127 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-20T03:35:50.253Z[ recovery-image] Aug 20 03:35:49.137 INFO O| Aug 20 03:35:49.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75002026-08-20T03:35:50.253Z[ recovery-image] Aug 20 03:35:49.137 INFO O| Aug 20 03:35:49.137 INFO STEP 735 (remove_files) COMPLETE
75012026-08-20T03:35:50.253Z[ recovery-image] Aug 20 03:35:49.137 INFO O| Aug 20 03:35:49.137 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-20T03:35:50.264Z[ recovery-image] Aug 20 03:35:49.148 INFO O| Aug 20 03:35:49.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75032026-08-20T03:35:50.264Z[ recovery-image] Aug 20 03:35:49.148 INFO O| Aug 20 03:35:49.148 INFO STEP 736 (remove_files) COMPLETE
75042026-08-20T03:35:50.264Z[ recovery-image] Aug 20 03:35:49.148 INFO O| Aug 20 03:35:49.148 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-20T03:35:50.275Z[ recovery-image] Aug 20 03:35:49.158 INFO O| Aug 20 03:35:49.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75062026-08-20T03:35:50.275Z[ recovery-image] Aug 20 03:35:49.158 INFO O| Aug 20 03:35:49.158 INFO STEP 737 (remove_files) COMPLETE
75072026-08-20T03:35:50.279Z[ recovery-image] Aug 20 03:35:49.158 INFO O| Aug 20 03:35:49.158 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-20T03:35:50.284Z[ recovery-image] Aug 20 03:35:49.168 INFO O| Aug 20 03:35:49.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75092026-08-20T03:35:50.284Z[ recovery-image] Aug 20 03:35:49.168 INFO O| Aug 20 03:35:49.168 INFO STEP 738 (remove_files) COMPLETE
75102026-08-20T03:35:50.285Z[ recovery-image] Aug 20 03:35:49.168 INFO O| Aug 20 03:35:49.168 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-20T03:35:50.295Z[ recovery-image] Aug 20 03:35:49.177 INFO O| Aug 20 03:35:49.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75122026-08-20T03:35:50.295Z[ recovery-image] Aug 20 03:35:49.177 INFO O| Aug 20 03:35:49.177 INFO STEP 739 (remove_files) COMPLETE
75132026-08-20T03:35:50.295Z[ recovery-image] Aug 20 03:35:49.177 INFO O| Aug 20 03:35:49.177 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-20T03:35:50.303Z[ recovery-image] Aug 20 03:35:49.186 INFO O| Aug 20 03:35:49.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75152026-08-20T03:35:50.303Z[ recovery-image] Aug 20 03:35:49.186 INFO O| Aug 20 03:35:49.186 INFO STEP 740 (remove_files) COMPLETE
75162026-08-20T03:35:50.303Z[ recovery-image] Aug 20 03:35:49.186 INFO O| Aug 20 03:35:49.186 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-20T03:35:50.314Z[ recovery-image] Aug 20 03:35:49.196 INFO O| Aug 20 03:35:49.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75182026-08-20T03:35:50.314Z[ recovery-image] Aug 20 03:35:49.196 INFO O| Aug 20 03:35:49.196 INFO STEP 741 (remove_files) COMPLETE
75192026-08-20T03:35:50.318Z[ recovery-image] Aug 20 03:35:49.196 INFO O| Aug 20 03:35:49.196 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-20T03:35:50.321Z[ recovery-image] Aug 20 03:35:49.205 INFO O| Aug 20 03:35:49.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75212026-08-20T03:35:50.321Z[ recovery-image] Aug 20 03:35:49.205 INFO O| Aug 20 03:35:49.205 INFO STEP 742 (remove_files) COMPLETE
75222026-08-20T03:35:50.321Z[ recovery-image] Aug 20 03:35:49.205 INFO O| Aug 20 03:35:49.205 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-20T03:35:50.331Z[ recovery-image] Aug 20 03:35:49.214 INFO O| Aug 20 03:35:49.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75242026-08-20T03:35:50.331Z[ recovery-image] Aug 20 03:35:49.214 INFO O| Aug 20 03:35:49.214 INFO STEP 743 (remove_files) COMPLETE
75252026-08-20T03:35:50.331Z[ recovery-image] Aug 20 03:35:49.214 INFO O| Aug 20 03:35:49.214 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-20T03:35:50.341Z[ recovery-image] Aug 20 03:35:49.224 INFO O| Aug 20 03:35:49.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75272026-08-20T03:35:50.341Z[ recovery-image] Aug 20 03:35:49.224 INFO O| Aug 20 03:35:49.224 INFO STEP 744 (remove_files) COMPLETE
75282026-08-20T03:35:50.341Z[ recovery-image] Aug 20 03:35:49.224 INFO O| Aug 20 03:35:49.224 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-20T03:35:50.350Z[ recovery-image] Aug 20 03:35:49.234 INFO O| Aug 20 03:35:49.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75302026-08-20T03:35:50.351Z[ recovery-image] Aug 20 03:35:49.234 INFO O| Aug 20 03:35:49.234 INFO STEP 745 (remove_files) COMPLETE
75312026-08-20T03:35:50.354Z[ recovery-image] Aug 20 03:35:49.234 INFO O| Aug 20 03:35:49.234 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-20T03:35:50.360Z[ recovery-image] Aug 20 03:35:49.243 INFO O| Aug 20 03:35:49.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75332026-08-20T03:35:50.360Z[ recovery-image] Aug 20 03:35:49.243 INFO O| Aug 20 03:35:49.243 INFO STEP 746 (remove_files) COMPLETE
75342026-08-20T03:35:50.364Z[ recovery-image] Aug 20 03:35:49.243 INFO O| Aug 20 03:35:49.243 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-20T03:35:50.369Z[ recovery-image] Aug 20 03:35:49.252 INFO O| Aug 20 03:35:49.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75362026-08-20T03:35:50.369Z[ recovery-image] Aug 20 03:35:49.252 INFO O| Aug 20 03:35:49.252 INFO STEP 747 (remove_files) COMPLETE
75372026-08-20T03:35:50.369Z[ recovery-image] Aug 20 03:35:49.252 INFO O| Aug 20 03:35:49.252 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-20T03:35:50.379Z[ recovery-image] Aug 20 03:35:49.261 INFO O| Aug 20 03:35:49.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75392026-08-20T03:35:50.379Z[ recovery-image] Aug 20 03:35:49.261 INFO O| Aug 20 03:35:49.261 INFO STEP 748 (remove_files) COMPLETE
75402026-08-20T03:35:50.379Z[ recovery-image] Aug 20 03:35:49.261 INFO O| Aug 20 03:35:49.261 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-20T03:35:50.386Z[ recovery-image] Aug 20 03:35:49.269 INFO O| Aug 20 03:35:49.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75422026-08-20T03:35:50.386Z[ recovery-image] Aug 20 03:35:49.269 INFO O| Aug 20 03:35:49.269 INFO STEP 749 (remove_files) COMPLETE
75432026-08-20T03:35:50.389Z[ recovery-image] Aug 20 03:35:49.269 INFO O| Aug 20 03:35:49.269 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-20T03:35:50.394Z[ recovery-image] Aug 20 03:35:49.278 INFO O| Aug 20 03:35:49.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75452026-08-20T03:35:50.395Z[ recovery-image] Aug 20 03:35:49.278 INFO O| Aug 20 03:35:49.278 INFO STEP 750 (remove_files) COMPLETE
75462026-08-20T03:35:50.406Z[ recovery-image] Aug 20 03:35:49.278 INFO O| Aug 20 03:35:49.278 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-20T03:35:50.410Z[ recovery-image] Aug 20 03:35:49.290 INFO O| Aug 20 03:35:49.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75482026-08-20T03:35:50.410Z[ recovery-image] Aug 20 03:35:49.290 INFO O| Aug 20 03:35:49.287 INFO STEP 751 (remove_files) COMPLETE
75492026-08-20T03:35:50.410Z[ recovery-image] Aug 20 03:35:49.290 INFO O| Aug 20 03:35:49.287 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-20T03:35:50.413Z[ recovery-image] Aug 20 03:35:49.296 INFO O| Aug 20 03:35:49.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75512026-08-20T03:35:50.413Z[ recovery-image] Aug 20 03:35:49.296 INFO O| Aug 20 03:35:49.296 INFO STEP 752 (remove_files) COMPLETE
75522026-08-20T03:35:50.413Z[ recovery-image] Aug 20 03:35:49.296 INFO O| Aug 20 03:35:49.296 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-20T03:35:50.423Z[ recovery-image] Aug 20 03:35:49.306 INFO O| Aug 20 03:35:49.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75542026-08-20T03:35:50.423Z[ recovery-image] Aug 20 03:35:49.306 INFO O| Aug 20 03:35:49.306 INFO STEP 753 (remove_files) COMPLETE
75552026-08-20T03:35:50.423Z[ recovery-image] Aug 20 03:35:49.306 INFO O| Aug 20 03:35:49.306 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-20T03:35:50.431Z[ recovery-image] Aug 20 03:35:49.315 INFO O| Aug 20 03:35:49.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75572026-08-20T03:35:50.431Z[ recovery-image] Aug 20 03:35:49.315 INFO O| Aug 20 03:35:49.315 INFO STEP 754 (remove_files) COMPLETE
75582026-08-20T03:35:50.434Z[ recovery-image] Aug 20 03:35:49.315 INFO O| Aug 20 03:35:49.315 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-20T03:35:50.440Z[ recovery-image] Aug 20 03:35:49.323 INFO O| Aug 20 03:35:49.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75602026-08-20T03:35:50.440Z[ recovery-image] Aug 20 03:35:49.324 INFO O| Aug 20 03:35:49.323 INFO STEP 755 (remove_files) COMPLETE
75612026-08-20T03:35:50.444Z[ recovery-image] Aug 20 03:35:49.324 INFO O| Aug 20 03:35:49.323 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-20T03:35:50.449Z[ recovery-image] Aug 20 03:35:49.333 INFO O| Aug 20 03:35:49.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75632026-08-20T03:35:50.449Z[ recovery-image] Aug 20 03:35:49.333 INFO O| Aug 20 03:35:49.333 INFO STEP 756 (remove_files) COMPLETE
75642026-08-20T03:35:50.449Z[ recovery-image] Aug 20 03:35:49.333 INFO O| Aug 20 03:35:49.333 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-20T03:35:50.458Z[ recovery-image] Aug 20 03:35:49.342 INFO O| Aug 20 03:35:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75662026-08-20T03:35:50.458Z[ recovery-image] Aug 20 03:35:49.342 INFO O| Aug 20 03:35:49.342 INFO STEP 757 (remove_files) COMPLETE
75672026-08-20T03:35:50.458Z[ recovery-image] Aug 20 03:35:49.342 INFO O| Aug 20 03:35:49.342 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-20T03:35:50.467Z[ recovery-image] Aug 20 03:35:49.351 INFO O| Aug 20 03:35:49.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75692026-08-20T03:35:50.471Z[ recovery-image] Aug 20 03:35:49.352 INFO O| Aug 20 03:35:49.351 INFO STEP 758 (remove_files) COMPLETE
75702026-08-20T03:35:50.471Z[ recovery-image] Aug 20 03:35:49.352 INFO O| Aug 20 03:35:49.352 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-20T03:35:50.478Z[ recovery-image] Aug 20 03:35:49.361 INFO O| Aug 20 03:35:49.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75722026-08-20T03:35:50.481Z[ recovery-image] Aug 20 03:35:49.362 INFO O| Aug 20 03:35:49.362 INFO STEP 759 (remove_files) COMPLETE
75732026-08-20T03:35:50.482Z[ recovery-image] Aug 20 03:35:49.362 INFO O| Aug 20 03:35:49.362 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-20T03:35:50.487Z[ recovery-image] Aug 20 03:35:49.371 INFO O| Aug 20 03:35:49.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75752026-08-20T03:35:50.488Z[ recovery-image] Aug 20 03:35:49.371 INFO O| Aug 20 03:35:49.371 INFO STEP 760 (remove_files) COMPLETE
75762026-08-20T03:35:50.488Z[ recovery-image] Aug 20 03:35:49.371 INFO O| Aug 20 03:35:49.371 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-20T03:35:50.498Z[ recovery-image] Aug 20 03:35:49.382 INFO O| Aug 20 03:35:49.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75782026-08-20T03:35:50.498Z[ recovery-image] Aug 20 03:35:49.382 INFO O| Aug 20 03:35:49.382 INFO STEP 761 (remove_files) COMPLETE
75792026-08-20T03:35:50.499Z[ recovery-image] Aug 20 03:35:49.382 INFO O| Aug 20 03:35:49.382 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-20T03:35:50.511Z[ recovery-image] Aug 20 03:35:49.393 INFO O| Aug 20 03:35:49.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75812026-08-20T03:35:50.517Z[ recovery-image] Aug 20 03:35:49.395 INFO O| Aug 20 03:35:49.395 INFO STEP 762 (remove_files) COMPLETE
75822026-08-20T03:35:50.517Z[ recovery-image] Aug 20 03:35:49.395 INFO O| Aug 20 03:35:49.395 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-20T03:35:50.521Z[ recovery-image] Aug 20 03:35:49.405 INFO O| Aug 20 03:35:49.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75842026-08-20T03:35:50.521Z[ recovery-image] Aug 20 03:35:49.405 INFO O| Aug 20 03:35:49.405 INFO STEP 763 (remove_files) COMPLETE
75852026-08-20T03:35:50.524Z[ recovery-image] Aug 20 03:35:49.405 INFO O| Aug 20 03:35:49.405 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-20T03:35:50.531Z[ recovery-image] Aug 20 03:35:49.413 INFO O| Aug 20 03:35:49.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75872026-08-20T03:35:50.531Z[ recovery-image] Aug 20 03:35:49.413 INFO O| Aug 20 03:35:49.413 INFO STEP 764 (remove_files) COMPLETE
75882026-08-20T03:35:50.531Z[ recovery-image] Aug 20 03:35:49.413 INFO O| Aug 20 03:35:49.413 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-20T03:35:50.540Z[ recovery-image] Aug 20 03:35:49.423 INFO O| Aug 20 03:35:49.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75902026-08-20T03:35:50.540Z[ recovery-image] Aug 20 03:35:49.423 INFO O| Aug 20 03:35:49.423 INFO STEP 765 (remove_files) COMPLETE
75912026-08-20T03:35:50.540Z[ recovery-image] Aug 20 03:35:49.423 INFO O| Aug 20 03:35:49.423 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-20T03:35:50.553Z[ recovery-image] Aug 20 03:35:49.435 INFO O| Aug 20 03:35:49.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75932026-08-20T03:35:50.553Z[ recovery-image] Aug 20 03:35:49.435 INFO O| Aug 20 03:35:49.435 INFO STEP 766 (remove_files) COMPLETE
75942026-08-20T03:35:50.553Z[ recovery-image] Aug 20 03:35:49.435 INFO O| Aug 20 03:35:49.435 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-20T03:35:50.563Z[ recovery-image] Aug 20 03:35:49.446 INFO O| Aug 20 03:35:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75962026-08-20T03:35:50.563Z[ recovery-image] Aug 20 03:35:49.446 INFO O| Aug 20 03:35:49.446 INFO STEP 767 (remove_files) COMPLETE
75972026-08-20T03:35:50.563Z[ recovery-image] Aug 20 03:35:49.446 INFO O| Aug 20 03:35:49.446 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-20T03:35:50.573Z[ recovery-image] Aug 20 03:35:49.456 INFO O| Aug 20 03:35:49.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75992026-08-20T03:35:50.573Z[ recovery-image] Aug 20 03:35:49.456 INFO O| Aug 20 03:35:49.456 INFO STEP 768 (remove_files) COMPLETE
76002026-08-20T03:35:50.573Z[ recovery-image] Aug 20 03:35:49.456 INFO O| Aug 20 03:35:49.456 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-20T03:35:50.584Z[ recovery-image] Aug 20 03:35:49.467 INFO O| Aug 20 03:35:49.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76022026-08-20T03:35:50.584Z[ recovery-image] Aug 20 03:35:49.468 INFO O| Aug 20 03:35:49.467 INFO STEP 769 (remove_files) COMPLETE
76032026-08-20T03:35:50.588Z[ recovery-image] Aug 20 03:35:49.468 INFO O| Aug 20 03:35:49.467 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-20T03:35:50.595Z[ recovery-image] Aug 20 03:35:49.478 INFO O| Aug 20 03:35:49.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76052026-08-20T03:35:50.595Z[ recovery-image] Aug 20 03:35:49.478 INFO O| Aug 20 03:35:49.478 INFO STEP 770 (remove_files) COMPLETE
76062026-08-20T03:35:50.599Z[ recovery-image] Aug 20 03:35:49.478 INFO O| Aug 20 03:35:49.478 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-20T03:35:50.602Z[verify-libraries] Compiling hex-literal v1.1.0
76082026-08-20T03:35:50.606Z[ recovery-image] Aug 20 03:35:49.487 INFO O| Aug 20 03:35:49.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76092026-08-20T03:35:50.606Z[ recovery-image] Aug 20 03:35:49.487 INFO O| Aug 20 03:35:49.487 INFO STEP 771 (remove_files) COMPLETE
76102026-08-20T03:35:50.606Z[ recovery-image] Aug 20 03:35:49.487 INFO O| Aug 20 03:35:49.487 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-20T03:35:50.614Z[ recovery-image] Aug 20 03:35:49.497 INFO O| Aug 20 03:35:49.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76122026-08-20T03:35:50.614Z[ recovery-image] Aug 20 03:35:49.497 INFO O| Aug 20 03:35:49.497 INFO STEP 772 (remove_files) COMPLETE
76132026-08-20T03:35:50.614Z[ recovery-image] Aug 20 03:35:49.497 INFO O| Aug 20 03:35:49.497 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-20T03:35:50.624Z[ recovery-image] Aug 20 03:35:49.507 INFO O| Aug 20 03:35:49.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76152026-08-20T03:35:50.624Z[ recovery-image] Aug 20 03:35:49.507 INFO O| Aug 20 03:35:49.507 INFO STEP 773 (remove_files) COMPLETE
76162026-08-20T03:35:50.624Z[ recovery-image] Aug 20 03:35:49.507 INFO O| Aug 20 03:35:49.507 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-20T03:35:50.629Z[verify-libraries] Compiling sync-ptr v0.1.4
76182026-08-20T03:35:50.636Z[ recovery-image] Aug 20 03:35:49.517 INFO O| Aug 20 03:35:49.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76192026-08-20T03:35:50.637Z[ recovery-image] Aug 20 03:35:49.517 INFO O| Aug 20 03:35:49.517 INFO STEP 774 (remove_files) COMPLETE
76202026-08-20T03:35:50.637Z[ recovery-image] Aug 20 03:35:49.517 INFO O| Aug 20 03:35:49.517 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-20T03:35:50.646Z[ recovery-image] Aug 20 03:35:49.527 INFO O| Aug 20 03:35:49.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76222026-08-20T03:35:50.647Z[ recovery-image] Aug 20 03:35:49.527 INFO O| Aug 20 03:35:49.527 INFO STEP 775 (remove_files) COMPLETE
76232026-08-20T03:35:50.647Z[ recovery-image] Aug 20 03:35:49.527 INFO O| Aug 20 03:35:49.527 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-20T03:35:50.653Z[ recovery-image] Aug 20 03:35:49.536 INFO O| Aug 20 03:35:49.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76252026-08-20T03:35:50.654Z[ recovery-image] Aug 20 03:35:49.536 INFO O| Aug 20 03:35:49.536 INFO STEP 776 (remove_files) COMPLETE
76262026-08-20T03:35:50.654Z[ recovery-image] Aug 20 03:35:49.536 INFO O| Aug 20 03:35:49.536 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-20T03:35:50.654Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76282026-08-20T03:35:50.664Z[ recovery-image] Aug 20 03:35:49.547 INFO O| Aug 20 03:35:49.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76292026-08-20T03:35:50.664Z[ recovery-image] Aug 20 03:35:49.547 INFO O| Aug 20 03:35:49.547 INFO STEP 777 (remove_files) COMPLETE
76302026-08-20T03:35:50.667Z[ recovery-image] Aug 20 03:35:49.547 INFO O| Aug 20 03:35:49.547 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-20T03:35:50.681Z[ recovery-image] Aug 20 03:35:49.559 INFO O| Aug 20 03:35:49.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76322026-08-20T03:35:50.681Z[ recovery-image] Aug 20 03:35:49.559 INFO O| Aug 20 03:35:49.559 INFO STEP 778 (remove_files) COMPLETE
76332026-08-20T03:35:50.681Z[ recovery-image] Aug 20 03:35:49.559 INFO O| Aug 20 03:35:49.559 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-20T03:35:50.686Z[ recovery-image] Aug 20 03:35:49.569 INFO O| Aug 20 03:35:49.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76352026-08-20T03:35:50.686Z[ recovery-image] Aug 20 03:35:49.569 INFO O| Aug 20 03:35:49.569 INFO STEP 779 (remove_files) COMPLETE
76362026-08-20T03:35:50.689Z[ recovery-image] Aug 20 03:35:49.569 INFO O| Aug 20 03:35:49.569 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-20T03:35:50.697Z[ recovery-image] Aug 20 03:35:49.580 INFO O| Aug 20 03:35:49.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76382026-08-20T03:35:50.697Z[ recovery-image] Aug 20 03:35:49.580 INFO O| Aug 20 03:35:49.580 INFO STEP 780 (remove_files) COMPLETE
76392026-08-20T03:35:50.697Z[ recovery-image] Aug 20 03:35:49.580 INFO O| Aug 20 03:35:49.580 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-20T03:35:50.707Z[ recovery-image] Aug 20 03:35:49.590 INFO O| Aug 20 03:35:49.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76412026-08-20T03:35:50.707Z[ recovery-image] Aug 20 03:35:49.590 INFO O| Aug 20 03:35:49.590 INFO STEP 781 (remove_files) COMPLETE
76422026-08-20T03:35:50.707Z[ recovery-image] Aug 20 03:35:49.590 INFO O| Aug 20 03:35:49.590 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-20T03:35:50.717Z[ recovery-image] Aug 20 03:35:49.600 INFO O| Aug 20 03:35:49.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76442026-08-20T03:35:50.717Z[ recovery-image] Aug 20 03:35:49.601 INFO O| Aug 20 03:35:49.601 INFO STEP 782 (remove_files) COMPLETE
76452026-08-20T03:35:50.718Z[ recovery-image] Aug 20 03:35:49.601 INFO O| Aug 20 03:35:49.601 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-20T03:35:50.728Z[ recovery-image] Aug 20 03:35:49.611 INFO O| Aug 20 03:35:49.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76472026-08-20T03:35:50.728Z[ recovery-image] Aug 20 03:35:49.611 INFO O| Aug 20 03:35:49.611 INFO STEP 783 (remove_files) COMPLETE
76482026-08-20T03:35:50.731Z[ recovery-image] Aug 20 03:35:49.611 INFO O| Aug 20 03:35:49.611 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-20T03:35:50.736Z[ recovery-image] Aug 20 03:35:49.620 INFO O| Aug 20 03:35:49.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76502026-08-20T03:35:50.736Z[ recovery-image] Aug 20 03:35:49.620 INFO O| Aug 20 03:35:49.620 INFO STEP 784 (remove_files) COMPLETE
76512026-08-20T03:35:50.736Z[ recovery-image] Aug 20 03:35:49.620 INFO O| Aug 20 03:35:49.620 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-20T03:35:50.747Z[ recovery-image] Aug 20 03:35:49.631 INFO O| Aug 20 03:35:49.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76532026-08-20T03:35:50.747Z[ recovery-image] Aug 20 03:35:49.631 INFO O| Aug 20 03:35:49.631 INFO STEP 785 (remove_files) COMPLETE
76542026-08-20T03:35:50.747Z[ recovery-image] Aug 20 03:35:49.631 INFO O| Aug 20 03:35:49.631 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-20T03:35:50.759Z[ recovery-image] Aug 20 03:35:49.641 INFO O| Aug 20 03:35:49.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76562026-08-20T03:35:50.763Z[ recovery-image] Aug 20 03:35:49.641 INFO O| Aug 20 03:35:49.641 INFO STEP 786 (remove_files) COMPLETE
76572026-08-20T03:35:50.763Z[ recovery-image] Aug 20 03:35:49.641 INFO O| Aug 20 03:35:49.641 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-20T03:35:50.767Z[ recovery-image] Aug 20 03:35:49.651 INFO O| Aug 20 03:35:49.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76592026-08-20T03:35:50.767Z[ recovery-image] Aug 20 03:35:49.651 INFO O| Aug 20 03:35:49.651 INFO STEP 787 (remove_files) COMPLETE
76602026-08-20T03:35:50.771Z[ recovery-image] Aug 20 03:35:49.651 INFO O| Aug 20 03:35:49.651 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-20T03:35:50.777Z[ recovery-image] Aug 20 03:35:49.659 INFO O| Aug 20 03:35:49.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76622026-08-20T03:35:50.777Z[ recovery-image] Aug 20 03:35:49.659 INFO O| Aug 20 03:35:49.659 INFO STEP 788 (remove_files) COMPLETE
76632026-08-20T03:35:50.777Z[ recovery-image] Aug 20 03:35:49.659 INFO O| Aug 20 03:35:49.659 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-20T03:35:50.786Z[ recovery-image] Aug 20 03:35:49.669 INFO O| Aug 20 03:35:49.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76652026-08-20T03:35:50.786Z[ recovery-image] Aug 20 03:35:49.669 INFO O| Aug 20 03:35:49.669 INFO STEP 789 (remove_files) COMPLETE
76662026-08-20T03:35:50.786Z[ recovery-image] Aug 20 03:35:49.669 INFO O| Aug 20 03:35:49.669 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-20T03:35:50.795Z[ recovery-image] Aug 20 03:35:49.679 INFO O| Aug 20 03:35:49.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76682026-08-20T03:35:50.796Z[ recovery-image] Aug 20 03:35:49.679 INFO O| Aug 20 03:35:49.679 INFO STEP 790 (remove_files) COMPLETE
76692026-08-20T03:35:50.799Z[ recovery-image] Aug 20 03:35:49.679 INFO O| Aug 20 03:35:49.679 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-20T03:35:50.802Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76712026-08-20T03:35:50.806Z[verify-libraries] Compiling russh v0.62.4
76722026-08-20T03:35:50.809Z[ recovery-image] Aug 20 03:35:49.690 INFO O| Aug 20 03:35:49.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76732026-08-20T03:35:50.809Z[ recovery-image] Aug 20 03:35:49.690 INFO O| Aug 20 03:35:49.690 INFO STEP 791 (remove_files) COMPLETE
76742026-08-20T03:35:50.810Z[ recovery-image] Aug 20 03:35:49.690 INFO O| Aug 20 03:35:49.690 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-20T03:35:50.815Z[ recovery-image] Aug 20 03:35:49.699 INFO O| Aug 20 03:35:49.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76762026-08-20T03:35:50.815Z[ recovery-image] Aug 20 03:35:49.699 INFO O| Aug 20 03:35:49.699 INFO STEP 792 (remove_files) COMPLETE
76772026-08-20T03:35:50.815Z[ recovery-image] Aug 20 03:35:49.699 INFO O| Aug 20 03:35:49.699 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-20T03:35:50.824Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
76792026-08-20T03:35:50.828Z[ recovery-image] Aug 20 03:35:49.709 INFO O| Aug 20 03:35:49.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76802026-08-20T03:35:50.828Z[ recovery-image] Aug 20 03:35:49.709 INFO O| Aug 20 03:35:49.709 INFO STEP 793 (remove_files) COMPLETE
76812026-08-20T03:35:50.828Z[ recovery-image] Aug 20 03:35:49.709 INFO O| Aug 20 03:35:49.709 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-20T03:35:50.834Z[ recovery-image] Aug 20 03:35:49.718 INFO O| Aug 20 03:35:49.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76832026-08-20T03:35:50.834Z[ recovery-image] Aug 20 03:35:49.718 INFO O| Aug 20 03:35:49.718 INFO STEP 794 (remove_files) COMPLETE
76842026-08-20T03:35:50.834Z[ recovery-image] Aug 20 03:35:49.718 INFO O| Aug 20 03:35:49.718 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-20T03:35:50.843Z[ recovery-image] Aug 20 03:35:49.726 INFO O| Aug 20 03:35:49.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76862026-08-20T03:35:50.843Z[ recovery-image] Aug 20 03:35:49.726 INFO O| Aug 20 03:35:49.726 INFO STEP 795 (remove_files) COMPLETE
76872026-08-20T03:35:50.846Z[ recovery-image] Aug 20 03:35:49.726 INFO O| Aug 20 03:35:49.726 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-20T03:35:50.851Z[ recovery-image] Aug 20 03:35:49.734 INFO O| Aug 20 03:35:49.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76892026-08-20T03:35:50.851Z[ recovery-image] Aug 20 03:35:49.734 INFO O| Aug 20 03:35:49.734 INFO STEP 796 (remove_files) COMPLETE
76902026-08-20T03:35:50.851Z[ recovery-image] Aug 20 03:35:49.734 INFO O| Aug 20 03:35:49.734 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-20T03:35:50.860Z[ recovery-image] Aug 20 03:35:49.744 INFO O| Aug 20 03:35:49.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76922026-08-20T03:35:50.860Z[ recovery-image] Aug 20 03:35:49.744 INFO O| Aug 20 03:35:49.744 INFO STEP 797 (remove_files) COMPLETE
76932026-08-20T03:35:50.863Z[ recovery-image] Aug 20 03:35:49.744 INFO O| Aug 20 03:35:49.744 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-20T03:35:50.867Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
76952026-08-20T03:35:50.867Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
76962026-08-20T03:35:50.871Z[ recovery-image] Aug 20 03:35:49.752 INFO O| Aug 20 03:35:49.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76972026-08-20T03:35:50.871Z[ recovery-image] Aug 20 03:35:49.752 INFO O| Aug 20 03:35:49.752 INFO STEP 798 (remove_files) COMPLETE
76982026-08-20T03:35:50.871Z[ recovery-image] Aug 20 03:35:49.752 INFO O| Aug 20 03:35:49.752 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-20T03:35:50.878Z[ recovery-image] Aug 20 03:35:49.761 INFO O| Aug 20 03:35:49.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77002026-08-20T03:35:50.878Z[ recovery-image] Aug 20 03:35:49.761 INFO O| Aug 20 03:35:49.761 INFO STEP 799 (remove_files) COMPLETE
77012026-08-20T03:35:50.878Z[ recovery-image] Aug 20 03:35:49.761 INFO O| Aug 20 03:35:49.761 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-20T03:35:50.888Z[ recovery-image] Aug 20 03:35:49.771 INFO O| Aug 20 03:35:49.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77032026-08-20T03:35:50.888Z[ recovery-image] Aug 20 03:35:49.772 INFO O| Aug 20 03:35:49.771 INFO STEP 800 (remove_files) COMPLETE
77042026-08-20T03:35:50.894Z[ recovery-image] Aug 20 03:35:49.772 INFO O| Aug 20 03:35:49.772 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-20T03:35:50.897Z[ recovery-image] Aug 20 03:35:49.781 INFO O| Aug 20 03:35:49.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77062026-08-20T03:35:50.901Z[ recovery-image] Aug 20 03:35:49.781 INFO O| Aug 20 03:35:49.781 INFO STEP 801 (remove_files) COMPLETE
77072026-08-20T03:35:50.901Z[ recovery-image] Aug 20 03:35:49.782 INFO O| Aug 20 03:35:49.781 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-20T03:35:50.908Z[ recovery-image] Aug 20 03:35:49.791 INFO O| Aug 20 03:35:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77092026-08-20T03:35:50.908Z[ recovery-image] Aug 20 03:35:49.791 INFO O| Aug 20 03:35:49.791 INFO STEP 802 (remove_files) COMPLETE
77102026-08-20T03:35:50.908Z[ recovery-image] Aug 20 03:35:49.791 INFO O| Aug 20 03:35:49.791 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-20T03:35:50.919Z[ recovery-image] Aug 20 03:35:49.802 INFO O| Aug 20 03:35:49.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77122026-08-20T03:35:50.919Z[ recovery-image] Aug 20 03:35:49.802 INFO O| Aug 20 03:35:49.802 INFO STEP 803 (remove_files) COMPLETE
77132026-08-20T03:35:50.923Z[ recovery-image] Aug 20 03:35:49.802 INFO O| Aug 20 03:35:49.802 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-20T03:35:50.927Z[ recovery-image] Aug 20 03:35:49.811 INFO O| Aug 20 03:35:49.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77152026-08-20T03:35:50.927Z[ recovery-image] Aug 20 03:35:49.811 INFO O| Aug 20 03:35:49.811 INFO STEP 804 (remove_files) COMPLETE
77162026-08-20T03:35:50.927Z[ recovery-image] Aug 20 03:35:49.811 INFO O| Aug 20 03:35:49.811 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-20T03:35:50.937Z[ recovery-image] Aug 20 03:35:49.820 INFO O| Aug 20 03:35:49.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77182026-08-20T03:35:50.937Z[ recovery-image] Aug 20 03:35:49.820 INFO O| Aug 20 03:35:49.820 INFO STEP 805 (remove_files) COMPLETE
77192026-08-20T03:35:50.937Z[ recovery-image] Aug 20 03:35:49.820 INFO O| Aug 20 03:35:49.820 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-20T03:35:50.947Z[ recovery-image] Aug 20 03:35:49.830 INFO O| Aug 20 03:35:49.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77212026-08-20T03:35:50.947Z[ recovery-image] Aug 20 03:35:49.830 INFO O| Aug 20 03:35:49.830 INFO STEP 806 (remove_files) COMPLETE
77222026-08-20T03:35:50.951Z[ recovery-image] Aug 20 03:35:49.830 INFO O| Aug 20 03:35:49.830 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-20T03:35:50.956Z[ recovery-image] Aug 20 03:35:49.839 INFO O| Aug 20 03:35:49.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77242026-08-20T03:35:50.956Z[ recovery-image] Aug 20 03:35:49.839 INFO O| Aug 20 03:35:49.839 INFO STEP 807 (remove_files) COMPLETE
77252026-08-20T03:35:50.956Z[ recovery-image] Aug 20 03:35:49.839 INFO O| Aug 20 03:35:49.839 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-20T03:35:50.966Z[ recovery-image] Aug 20 03:35:49.850 INFO O| Aug 20 03:35:49.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77272026-08-20T03:35:50.966Z[ recovery-image] Aug 20 03:35:49.850 INFO O| Aug 20 03:35:49.850 INFO STEP 808 (remove_files) COMPLETE
77282026-08-20T03:35:50.966Z[ recovery-image] Aug 20 03:35:49.850 INFO O| Aug 20 03:35:49.850 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-20T03:35:50.977Z[ recovery-image] Aug 20 03:35:49.859 INFO O| Aug 20 03:35:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77302026-08-20T03:35:50.977Z[ recovery-image] Aug 20 03:35:49.859 INFO O| Aug 20 03:35:49.859 INFO STEP 809 (remove_files) COMPLETE
77312026-08-20T03:35:50.980Z[ recovery-image] Aug 20 03:35:49.859 INFO O| Aug 20 03:35:49.859 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-20T03:35:50.984Z[ recovery-image] Aug 20 03:35:49.867 INFO O| Aug 20 03:35:49.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77332026-08-20T03:35:50.984Z[ recovery-image] Aug 20 03:35:49.867 INFO O| Aug 20 03:35:49.867 INFO STEP 810 (remove_files) COMPLETE
77342026-08-20T03:35:50.984Z[ recovery-image] Aug 20 03:35:49.867 INFO O| Aug 20 03:35:49.867 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-20T03:35:50.992Z[ recovery-image] Aug 20 03:35:49.876 INFO O| Aug 20 03:35:49.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77362026-08-20T03:35:50.992Z[ recovery-image] Aug 20 03:35:49.876 INFO O| Aug 20 03:35:49.876 INFO STEP 811 (remove_files) COMPLETE
77372026-08-20T03:35:50.992Z[ recovery-image] Aug 20 03:35:49.876 INFO O| Aug 20 03:35:49.876 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-20T03:35:51.002Z[ recovery-image] Aug 20 03:35:49.885 INFO O| Aug 20 03:35:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77392026-08-20T03:35:51.002Z[ recovery-image] Aug 20 03:35:49.885 INFO O| Aug 20 03:35:49.885 INFO STEP 812 (remove_files) COMPLETE
77402026-08-20T03:35:51.002Z[ recovery-image] Aug 20 03:35:49.885 INFO O| Aug 20 03:35:49.885 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-20T03:35:51.010Z[ recovery-image] Aug 20 03:35:49.894 INFO O| Aug 20 03:35:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77422026-08-20T03:35:51.010Z[ recovery-image] Aug 20 03:35:49.894 INFO O| Aug 20 03:35:49.894 INFO STEP 813 (remove_files) COMPLETE
77432026-08-20T03:35:51.011Z[ recovery-image] Aug 20 03:35:49.894 INFO O| Aug 20 03:35:49.894 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-20T03:35:51.019Z[ recovery-image] Aug 20 03:35:49.903 INFO O| Aug 20 03:35:49.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77452026-08-20T03:35:51.019Z[ recovery-image] Aug 20 03:35:49.903 INFO O| Aug 20 03:35:49.903 INFO STEP 814 (remove_files) COMPLETE
77462026-08-20T03:35:51.019Z[ recovery-image] Aug 20 03:35:49.903 INFO O| Aug 20 03:35:49.903 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-20T03:35:51.028Z[ recovery-image] Aug 20 03:35:49.911 INFO O| Aug 20 03:35:49.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77482026-08-20T03:35:51.028Z[ recovery-image] Aug 20 03:35:49.912 INFO O| Aug 20 03:35:49.912 INFO STEP 815 (remove_files) COMPLETE
77492026-08-20T03:35:51.028Z[ recovery-image] Aug 20 03:35:49.912 INFO O| Aug 20 03:35:49.912 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-20T03:35:51.037Z[ recovery-image] Aug 20 03:35:49.920 INFO O| Aug 20 03:35:49.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77512026-08-20T03:35:51.037Z[ recovery-image] Aug 20 03:35:49.920 INFO O| Aug 20 03:35:49.920 INFO STEP 816 (remove_files) COMPLETE
77522026-08-20T03:35:51.040Z[ recovery-image] Aug 20 03:35:49.920 INFO O| Aug 20 03:35:49.920 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-20T03:35:51.046Z[ recovery-image] Aug 20 03:35:49.930 INFO O| Aug 20 03:35:49.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77542026-08-20T03:35:51.046Z[ recovery-image] Aug 20 03:35:49.930 INFO O| Aug 20 03:35:49.930 INFO STEP 817 (remove_files) COMPLETE
77552026-08-20T03:35:51.049Z[ recovery-image] Aug 20 03:35:49.930 INFO O| Aug 20 03:35:49.930 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-20T03:35:51.054Z[ recovery-image] Aug 20 03:35:49.938 INFO O| Aug 20 03:35:49.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77572026-08-20T03:35:51.054Z[ recovery-image] Aug 20 03:35:49.938 INFO O| Aug 20 03:35:49.938 INFO STEP 818 (remove_files) COMPLETE
77582026-08-20T03:35:51.054Z[ recovery-image] Aug 20 03:35:49.938 INFO O| Aug 20 03:35:49.938 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-20T03:35:51.064Z[ recovery-image] Aug 20 03:35:49.948 INFO O| Aug 20 03:35:49.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77602026-08-20T03:35:51.064Z[ recovery-image] Aug 20 03:35:49.948 INFO O| Aug 20 03:35:49.948 INFO STEP 819 (remove_files) COMPLETE
77612026-08-20T03:35:51.064Z[ recovery-image] Aug 20 03:35:49.948 INFO O| Aug 20 03:35:49.948 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-20T03:35:51.074Z[ recovery-image] Aug 20 03:35:49.957 INFO O| Aug 20 03:35:49.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77632026-08-20T03:35:51.074Z[ recovery-image] Aug 20 03:35:49.957 INFO O| Aug 20 03:35:49.957 INFO STEP 820 (remove_files) COMPLETE
77642026-08-20T03:35:51.077Z[ recovery-image] Aug 20 03:35:49.957 INFO O| Aug 20 03:35:49.957 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-20T03:35:51.083Z[ recovery-image] Aug 20 03:35:49.966 INFO O| Aug 20 03:35:49.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77662026-08-20T03:35:51.083Z[ recovery-image] Aug 20 03:35:49.966 INFO O| Aug 20 03:35:49.966 INFO STEP 821 (remove_files) COMPLETE
77672026-08-20T03:35:51.083Z[ recovery-image] Aug 20 03:35:49.966 INFO O| Aug 20 03:35:49.966 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-20T03:35:51.092Z[ recovery-image] Aug 20 03:35:49.975 INFO O| Aug 20 03:35:49.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77692026-08-20T03:35:51.092Z[ recovery-image] Aug 20 03:35:49.975 INFO O| Aug 20 03:35:49.975 INFO STEP 822 (remove_files) COMPLETE
77702026-08-20T03:35:51.095Z[ recovery-image] Aug 20 03:35:49.975 INFO O| Aug 20 03:35:49.975 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-20T03:35:51.101Z[ recovery-image] Aug 20 03:35:49.984 INFO O| Aug 20 03:35:49.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77722026-08-20T03:35:51.101Z[ recovery-image] Aug 20 03:35:49.984 INFO O| Aug 20 03:35:49.984 INFO STEP 823 (remove_files) COMPLETE
77732026-08-20T03:35:51.104Z[ recovery-image] Aug 20 03:35:49.984 INFO O| Aug 20 03:35:49.984 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-20T03:35:51.110Z[ recovery-image] Aug 20 03:35:49.993 INFO O| Aug 20 03:35:49.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77752026-08-20T03:35:51.110Z[ recovery-image] Aug 20 03:35:49.993 INFO O| Aug 20 03:35:49.993 INFO STEP 824 (remove_files) COMPLETE
77762026-08-20T03:35:51.114Z[ recovery-image] Aug 20 03:35:49.993 INFO O| Aug 20 03:35:49.993 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-20T03:35:51.118Z[ recovery-image] Aug 20 03:35:50.002 INFO O| Aug 20 03:35:50.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77782026-08-20T03:35:51.118Z[ recovery-image] Aug 20 03:35:50.002 INFO O| Aug 20 03:35:50.002 INFO STEP 825 (remove_files) COMPLETE
77792026-08-20T03:35:51.118Z[ recovery-image] Aug 20 03:35:50.002 INFO O| Aug 20 03:35:50.002 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-20T03:35:51.128Z[ recovery-image] Aug 20 03:35:50.011 INFO O| Aug 20 03:35:50.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77812026-08-20T03:35:51.128Z[ recovery-image] Aug 20 03:35:50.011 INFO O| Aug 20 03:35:50.011 INFO STEP 826 (remove_files) COMPLETE
77822026-08-20T03:35:51.131Z[ recovery-image] Aug 20 03:35:50.011 INFO O| Aug 20 03:35:50.011 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-20T03:35:51.137Z[ recovery-image] Aug 20 03:35:50.020 INFO O| Aug 20 03:35:50.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77842026-08-20T03:35:51.137Z[ recovery-image] Aug 20 03:35:50.020 INFO O| Aug 20 03:35:50.020 INFO STEP 827 (remove_files) COMPLETE
77852026-08-20T03:35:51.137Z[ recovery-image] Aug 20 03:35:50.020 INFO O| Aug 20 03:35:50.020 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-20T03:35:51.151Z[ recovery-image] Aug 20 03:35:50.029 INFO O| Aug 20 03:35:50.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77872026-08-20T03:35:51.151Z[ recovery-image] Aug 20 03:35:50.029 INFO O| Aug 20 03:35:50.029 INFO STEP 828 (remove_files) COMPLETE
77882026-08-20T03:35:51.151Z[ recovery-image] Aug 20 03:35:50.029 INFO O| Aug 20 03:35:50.029 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-20T03:35:51.160Z[ recovery-image] Aug 20 03:35:50.039 INFO O| Aug 20 03:35:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77902026-08-20T03:35:51.160Z[ recovery-image] Aug 20 03:35:50.039 INFO O| Aug 20 03:35:50.039 INFO STEP 829 (remove_files) COMPLETE
77912026-08-20T03:35:51.160Z[ recovery-image] Aug 20 03:35:50.039 INFO O| Aug 20 03:35:50.039 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-20T03:35:51.166Z[ recovery-image] Aug 20 03:35:50.049 INFO O| Aug 20 03:35:50.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77932026-08-20T03:35:51.166Z[ recovery-image] Aug 20 03:35:50.049 INFO O| Aug 20 03:35:50.049 INFO STEP 830 (remove_files) COMPLETE
77942026-08-20T03:35:51.176Z[ recovery-image] Aug 20 03:35:50.049 INFO O| Aug 20 03:35:50.049 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-20T03:35:51.176Z[ recovery-image] Aug 20 03:35:50.058 INFO O| Aug 20 03:35:50.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77962026-08-20T03:35:51.176Z[ recovery-image] Aug 20 03:35:50.059 INFO O| Aug 20 03:35:50.058 INFO STEP 831 (remove_files) COMPLETE
77972026-08-20T03:35:51.176Z[ recovery-image] Aug 20 03:35:50.059 INFO O| Aug 20 03:35:50.058 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-20T03:35:51.183Z[ recovery-image] Aug 20 03:35:50.067 INFO O| Aug 20 03:35:50.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77992026-08-20T03:35:51.183Z[ recovery-image] Aug 20 03:35:50.067 INFO O| Aug 20 03:35:50.067 INFO STEP 832 (remove_files) COMPLETE
78002026-08-20T03:35:51.186Z[ recovery-image] Aug 20 03:35:50.067 INFO O| Aug 20 03:35:50.067 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-20T03:35:51.192Z[ recovery-image] Aug 20 03:35:50.075 INFO O| Aug 20 03:35:50.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78022026-08-20T03:35:51.192Z[ recovery-image] Aug 20 03:35:50.075 INFO O| Aug 20 03:35:50.075 INFO STEP 833 (remove_files) COMPLETE
78032026-08-20T03:35:51.192Z[ recovery-image] Aug 20 03:35:50.075 INFO O| Aug 20 03:35:50.075 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-20T03:35:51.200Z[ recovery-image] Aug 20 03:35:50.084 INFO O| Aug 20 03:35:50.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78052026-08-20T03:35:51.200Z[ recovery-image] Aug 20 03:35:50.084 INFO O| Aug 20 03:35:50.084 INFO STEP 834 (remove_files) COMPLETE
78062026-08-20T03:35:51.201Z[ recovery-image] Aug 20 03:35:50.084 INFO O| Aug 20 03:35:50.084 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-20T03:35:51.209Z[ recovery-image] Aug 20 03:35:50.092 INFO O| Aug 20 03:35:50.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78082026-08-20T03:35:51.209Z[ recovery-image] Aug 20 03:35:50.093 INFO O| Aug 20 03:35:50.093 INFO STEP 835 (remove_files) COMPLETE
78092026-08-20T03:35:51.209Z[ recovery-image] Aug 20 03:35:50.093 INFO O| Aug 20 03:35:50.093 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-20T03:35:51.218Z[ recovery-image] Aug 20 03:35:50.102 INFO O| Aug 20 03:35:50.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78112026-08-20T03:35:51.218Z[ recovery-image] Aug 20 03:35:50.102 INFO O| Aug 20 03:35:50.102 INFO STEP 836 (remove_files) COMPLETE
78122026-08-20T03:35:51.218Z[ recovery-image] Aug 20 03:35:50.102 INFO O| Aug 20 03:35:50.102 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-20T03:35:51.227Z[ recovery-image] Aug 20 03:35:50.110 INFO O| Aug 20 03:35:50.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78142026-08-20T03:35:51.227Z[ recovery-image] Aug 20 03:35:50.110 INFO O| Aug 20 03:35:50.110 INFO STEP 837 (remove_files) COMPLETE
78152026-08-20T03:35:51.227Z[ recovery-image] Aug 20 03:35:50.110 INFO O| Aug 20 03:35:50.110 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-20T03:35:51.238Z[ recovery-image] Aug 20 03:35:50.121 INFO O| Aug 20 03:35:50.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78172026-08-20T03:35:51.238Z[ recovery-image] Aug 20 03:35:50.121 INFO O| Aug 20 03:35:50.121 INFO STEP 838 (remove_files) COMPLETE
78182026-08-20T03:35:51.238Z[ recovery-image] Aug 20 03:35:50.121 INFO O| Aug 20 03:35:50.121 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-20T03:35:51.250Z[ recovery-image] Aug 20 03:35:50.131 INFO O| Aug 20 03:35:50.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78202026-08-20T03:35:51.250Z[ recovery-image] Aug 20 03:35:50.132 INFO O| Aug 20 03:35:50.132 INFO STEP 839 (remove_files) COMPLETE
78212026-08-20T03:35:51.250Z[ recovery-image] Aug 20 03:35:50.132 INFO O| Aug 20 03:35:50.132 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-20T03:35:51.257Z[ recovery-image] Aug 20 03:35:50.141 INFO O| Aug 20 03:35:50.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78232026-08-20T03:35:51.258Z[ recovery-image] Aug 20 03:35:50.141 INFO O| Aug 20 03:35:50.141 INFO STEP 840 (remove_files) COMPLETE
78242026-08-20T03:35:51.261Z[ recovery-image] Aug 20 03:35:50.141 INFO O| Aug 20 03:35:50.141 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-20T03:35:51.267Z[ recovery-image] Aug 20 03:35:50.150 INFO O| Aug 20 03:35:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78262026-08-20T03:35:51.267Z[ recovery-image] Aug 20 03:35:50.150 INFO O| Aug 20 03:35:50.150 INFO STEP 841 (remove_files) COMPLETE
78272026-08-20T03:35:51.270Z[ recovery-image] Aug 20 03:35:50.150 INFO O| Aug 20 03:35:50.150 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-20T03:35:51.275Z[ recovery-image] Aug 20 03:35:50.159 INFO O| Aug 20 03:35:50.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78292026-08-20T03:35:51.275Z[ recovery-image] Aug 20 03:35:50.159 INFO O| Aug 20 03:35:50.159 INFO STEP 842 (remove_files) COMPLETE
78302026-08-20T03:35:51.279Z[ recovery-image] Aug 20 03:35:50.159 INFO O| Aug 20 03:35:50.159 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-20T03:35:51.286Z[ recovery-image] Aug 20 03:35:50.169 INFO O| Aug 20 03:35:50.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78322026-08-20T03:35:51.286Z[ recovery-image] Aug 20 03:35:50.169 INFO O| Aug 20 03:35:50.169 INFO STEP 843 (remove_files) COMPLETE
78332026-08-20T03:35:51.289Z[ recovery-image] Aug 20 03:35:50.169 INFO O| Aug 20 03:35:50.169 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-20T03:35:51.295Z[ recovery-image] Aug 20 03:35:50.178 INFO O| Aug 20 03:35:50.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78352026-08-20T03:35:51.295Z[ recovery-image] Aug 20 03:35:50.178 INFO O| Aug 20 03:35:50.178 INFO STEP 844 (remove_files) COMPLETE
78362026-08-20T03:35:51.298Z[ recovery-image] Aug 20 03:35:50.178 INFO O| Aug 20 03:35:50.178 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-20T03:35:51.303Z[ recovery-image] Aug 20 03:35:50.187 INFO O| Aug 20 03:35:50.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78382026-08-20T03:35:51.303Z[ recovery-image] Aug 20 03:35:50.187 INFO O| Aug 20 03:35:50.187 INFO STEP 845 (remove_files) COMPLETE
78392026-08-20T03:35:51.306Z[ recovery-image] Aug 20 03:35:50.187 INFO O| Aug 20 03:35:50.187 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-20T03:35:51.312Z[ recovery-image] Aug 20 03:35:50.195 INFO O| Aug 20 03:35:50.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78412026-08-20T03:35:51.312Z[ recovery-image] Aug 20 03:35:50.195 INFO O| Aug 20 03:35:50.195 INFO STEP 846 (remove_files) COMPLETE
78422026-08-20T03:35:51.312Z[ recovery-image] Aug 20 03:35:50.195 INFO O| Aug 20 03:35:50.195 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-20T03:35:51.321Z[ recovery-image] Aug 20 03:35:50.204 INFO O| Aug 20 03:35:50.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78442026-08-20T03:35:51.321Z[ recovery-image] Aug 20 03:35:50.204 INFO O| Aug 20 03:35:50.204 INFO STEP 847 (remove_files) COMPLETE
78452026-08-20T03:35:51.321Z[ recovery-image] Aug 20 03:35:50.204 INFO O| Aug 20 03:35:50.204 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-20T03:35:51.332Z[ recovery-image] Aug 20 03:35:50.214 INFO O| Aug 20 03:35:50.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78472026-08-20T03:35:51.332Z[ recovery-image] Aug 20 03:35:50.214 INFO O| Aug 20 03:35:50.214 INFO STEP 848 (remove_files) COMPLETE
78482026-08-20T03:35:51.332Z[ recovery-image] Aug 20 03:35:50.214 INFO O| Aug 20 03:35:50.214 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-20T03:35:51.338Z[ recovery-image] Aug 20 03:35:50.222 INFO O| Aug 20 03:35:50.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78502026-08-20T03:35:51.340Z[ recovery-image] Aug 20 03:35:50.222 INFO O| Aug 20 03:35:50.222 INFO STEP 849 (remove_files) COMPLETE
78512026-08-20T03:35:51.340Z[ recovery-image] Aug 20 03:35:50.222 INFO O| Aug 20 03:35:50.222 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-20T03:35:51.348Z[ recovery-image] Aug 20 03:35:50.231 INFO O| Aug 20 03:35:50.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78532026-08-20T03:35:51.348Z[ recovery-image] Aug 20 03:35:50.231 INFO O| Aug 20 03:35:50.231 INFO STEP 850 (remove_files) COMPLETE
78542026-08-20T03:35:51.352Z[ recovery-image] Aug 20 03:35:50.231 INFO O| Aug 20 03:35:50.231 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-20T03:35:51.356Z[ recovery-image] Aug 20 03:35:50.239 INFO O| Aug 20 03:35:50.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78562026-08-20T03:35:51.356Z[ recovery-image] Aug 20 03:35:50.240 INFO O| Aug 20 03:35:50.240 INFO STEP 851 (remove_files) COMPLETE
78572026-08-20T03:35:51.356Z[ recovery-image] Aug 20 03:35:50.240 INFO O| Aug 20 03:35:50.240 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-20T03:35:51.364Z[ recovery-image] Aug 20 03:35:50.248 INFO O| Aug 20 03:35:50.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78592026-08-20T03:35:51.364Z[ recovery-image] Aug 20 03:35:50.248 INFO O| Aug 20 03:35:50.248 INFO STEP 852 (remove_files) COMPLETE
78602026-08-20T03:35:51.368Z[ recovery-image] Aug 20 03:35:50.248 INFO O| Aug 20 03:35:50.248 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-20T03:35:51.374Z[ recovery-image] Aug 20 03:35:50.258 INFO O| Aug 20 03:35:50.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78622026-08-20T03:35:51.374Z[ recovery-image] Aug 20 03:35:50.258 INFO O| Aug 20 03:35:50.258 INFO STEP 853 (remove_files) COMPLETE
78632026-08-20T03:35:51.377Z[ recovery-image] Aug 20 03:35:50.258 INFO O| Aug 20 03:35:50.258 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-20T03:35:51.383Z[ recovery-image] Aug 20 03:35:50.267 INFO O| Aug 20 03:35:50.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78652026-08-20T03:35:51.383Z[ recovery-image] Aug 20 03:35:50.267 INFO O| Aug 20 03:35:50.267 INFO STEP 854 (remove_files) COMPLETE
78662026-08-20T03:35:51.383Z[ recovery-image] Aug 20 03:35:50.267 INFO O| Aug 20 03:35:50.267 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-20T03:35:51.392Z[ recovery-image] Aug 20 03:35:50.275 INFO O| Aug 20 03:35:50.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78682026-08-20T03:35:51.392Z[ recovery-image] Aug 20 03:35:50.275 INFO O| Aug 20 03:35:50.275 INFO STEP 855 (remove_files) COMPLETE
78692026-08-20T03:35:51.392Z[ recovery-image] Aug 20 03:35:50.275 INFO O| Aug 20 03:35:50.275 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-20T03:35:51.401Z[ recovery-image] Aug 20 03:35:50.284 INFO O| Aug 20 03:35:50.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78712026-08-20T03:35:51.401Z[ recovery-image] Aug 20 03:35:50.284 INFO O| Aug 20 03:35:50.284 INFO STEP 856 (remove_files) COMPLETE
78722026-08-20T03:35:51.401Z[ recovery-image] Aug 20 03:35:50.284 INFO O| Aug 20 03:35:50.284 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-20T03:35:51.410Z[ recovery-image] Aug 20 03:35:50.294 INFO O| Aug 20 03:35:50.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78742026-08-20T03:35:51.410Z[ recovery-image] Aug 20 03:35:50.294 INFO O| Aug 20 03:35:50.294 INFO STEP 857 (remove_files) COMPLETE
78752026-08-20T03:35:51.410Z[ recovery-image] Aug 20 03:35:50.294 INFO O| Aug 20 03:35:50.294 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-20T03:35:51.419Z[ recovery-image] Aug 20 03:35:50.303 INFO O| Aug 20 03:35:50.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78772026-08-20T03:35:51.419Z[ recovery-image] Aug 20 03:35:50.303 INFO O| Aug 20 03:35:50.303 INFO STEP 858 (remove_files) COMPLETE
78782026-08-20T03:35:51.419Z[ recovery-image] Aug 20 03:35:50.303 INFO O| Aug 20 03:35:50.303 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-20T03:35:51.429Z[ recovery-image] Aug 20 03:35:50.313 INFO O| Aug 20 03:35:50.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78802026-08-20T03:35:51.429Z[ recovery-image] Aug 20 03:35:50.313 INFO O| Aug 20 03:35:50.313 INFO STEP 859 (remove_files) COMPLETE
78812026-08-20T03:35:51.429Z[ recovery-image] Aug 20 03:35:50.313 INFO O| Aug 20 03:35:50.313 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-20T03:35:51.438Z[ recovery-image] Aug 20 03:35:50.321 INFO O| Aug 20 03:35:50.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78832026-08-20T03:35:51.438Z[ recovery-image] Aug 20 03:35:50.321 INFO O| Aug 20 03:35:50.321 INFO STEP 860 (remove_files) COMPLETE
78842026-08-20T03:35:51.438Z[ recovery-image] Aug 20 03:35:50.321 INFO O| Aug 20 03:35:50.321 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-20T03:35:51.446Z[ recovery-image] Aug 20 03:35:50.329 INFO O| Aug 20 03:35:50.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78862026-08-20T03:35:51.446Z[ recovery-image] Aug 20 03:35:50.329 INFO O| Aug 20 03:35:50.329 INFO STEP 861 (remove_files) COMPLETE
78872026-08-20T03:35:51.449Z[ recovery-image] Aug 20 03:35:50.329 INFO O| Aug 20 03:35:50.329 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-20T03:35:51.455Z[ recovery-image] Aug 20 03:35:50.338 INFO O| Aug 20 03:35:50.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78892026-08-20T03:35:51.455Z[ recovery-image] Aug 20 03:35:50.338 INFO O| Aug 20 03:35:50.338 INFO STEP 862 (remove_files) COMPLETE
78902026-08-20T03:35:51.455Z[ recovery-image] Aug 20 03:35:50.338 INFO O| Aug 20 03:35:50.338 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-20T03:35:51.463Z[ recovery-image] Aug 20 03:35:50.347 INFO O| Aug 20 03:35:50.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78922026-08-20T03:35:51.464Z[ recovery-image] Aug 20 03:35:50.347 INFO O| Aug 20 03:35:50.347 INFO STEP 863 (remove_files) COMPLETE
78932026-08-20T03:35:51.464Z[ recovery-image] Aug 20 03:35:50.347 INFO O| Aug 20 03:35:50.347 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-20T03:35:51.472Z[ recovery-image] Aug 20 03:35:50.356 INFO O| Aug 20 03:35:50.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78952026-08-20T03:35:51.472Z[ recovery-image] Aug 20 03:35:50.356 INFO O| Aug 20 03:35:50.356 INFO STEP 864 (remove_files) COMPLETE
78962026-08-20T03:35:51.472Z[ recovery-image] Aug 20 03:35:50.356 INFO O| Aug 20 03:35:50.356 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-20T03:35:51.482Z[ recovery-image] Aug 20 03:35:50.365 INFO O| Aug 20 03:35:50.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78982026-08-20T03:35:51.482Z[ recovery-image] Aug 20 03:35:50.365 INFO O| Aug 20 03:35:50.365 INFO STEP 865 (remove_files) COMPLETE
78992026-08-20T03:35:51.482Z[ recovery-image] Aug 20 03:35:50.366 INFO O| Aug 20 03:35:50.365 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-20T03:35:51.493Z[ recovery-image] Aug 20 03:35:50.375 INFO O| Aug 20 03:35:50.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79012026-08-20T03:35:51.494Z[ recovery-image] Aug 20 03:35:50.376 INFO O| Aug 20 03:35:50.375 INFO STEP 866 (remove_files) COMPLETE
79022026-08-20T03:35:51.494Z[ recovery-image] Aug 20 03:35:50.376 INFO O| Aug 20 03:35:50.375 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-20T03:35:51.502Z[ recovery-image] Aug 20 03:35:50.385 INFO O| Aug 20 03:35:50.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79042026-08-20T03:35:51.502Z[ recovery-image] Aug 20 03:35:50.385 INFO O| Aug 20 03:35:50.385 INFO STEP 867 (remove_files) COMPLETE
79052026-08-20T03:35:51.502Z[ recovery-image] Aug 20 03:35:50.385 INFO O| Aug 20 03:35:50.385 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-20T03:35:51.510Z[ recovery-image] Aug 20 03:35:50.394 INFO O| Aug 20 03:35:50.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79072026-08-20T03:35:51.510Z[ recovery-image] Aug 20 03:35:50.394 INFO O| Aug 20 03:35:50.394 INFO STEP 868 (remove_files) COMPLETE
79082026-08-20T03:35:51.511Z[ recovery-image] Aug 20 03:35:50.394 INFO O| Aug 20 03:35:50.394 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-20T03:35:51.519Z[ recovery-image] Aug 20 03:35:50.402 INFO O| Aug 20 03:35:50.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79102026-08-20T03:35:51.519Z[ recovery-image] Aug 20 03:35:50.402 INFO O| Aug 20 03:35:50.402 INFO STEP 869 (remove_files) COMPLETE
79112026-08-20T03:35:51.519Z[ recovery-image] Aug 20 03:35:50.402 INFO O| Aug 20 03:35:50.402 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-20T03:35:51.528Z[ recovery-image] Aug 20 03:35:50.411 INFO O| Aug 20 03:35:50.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79132026-08-20T03:35:51.528Z[ recovery-image] Aug 20 03:35:50.411 INFO O| Aug 20 03:35:50.411 INFO STEP 870 (remove_files) COMPLETE
79142026-08-20T03:35:51.528Z[ recovery-image] Aug 20 03:35:50.411 INFO O| Aug 20 03:35:50.411 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-20T03:35:51.536Z[ recovery-image] Aug 20 03:35:50.419 INFO O| Aug 20 03:35:50.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79162026-08-20T03:35:51.536Z[ recovery-image] Aug 20 03:35:50.419 INFO O| Aug 20 03:35:50.419 INFO STEP 871 (remove_files) COMPLETE
79172026-08-20T03:35:51.536Z[ recovery-image] Aug 20 03:35:50.419 INFO O| Aug 20 03:35:50.419 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-20T03:35:51.544Z[ recovery-image] Aug 20 03:35:50.427 INFO O| Aug 20 03:35:50.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79192026-08-20T03:35:51.545Z[ recovery-image] Aug 20 03:35:50.427 INFO O| Aug 20 03:35:50.427 INFO STEP 872 (remove_files) COMPLETE
79202026-08-20T03:35:51.545Z[ recovery-image] Aug 20 03:35:50.427 INFO O| Aug 20 03:35:50.427 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-20T03:35:51.553Z[ recovery-image] Aug 20 03:35:50.436 INFO O| Aug 20 03:35:50.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79222026-08-20T03:35:51.553Z[ recovery-image] Aug 20 03:35:50.436 INFO O| Aug 20 03:35:50.436 INFO STEP 873 (remove_files) COMPLETE
79232026-08-20T03:35:51.553Z[ recovery-image] Aug 20 03:35:50.436 INFO O| Aug 20 03:35:50.436 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-20T03:35:51.563Z[ recovery-image] Aug 20 03:35:50.445 INFO O| Aug 20 03:35:50.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79252026-08-20T03:35:51.563Z[ recovery-image] Aug 20 03:35:50.445 INFO O| Aug 20 03:35:50.445 INFO STEP 874 (remove_files) COMPLETE
79262026-08-20T03:35:51.568Z[ recovery-image] Aug 20 03:35:50.445 INFO O| Aug 20 03:35:50.445 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-20T03:35:51.576Z[ recovery-image] Aug 20 03:35:50.454 INFO O| Aug 20 03:35:50.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79282026-08-20T03:35:51.576Z[ recovery-image] Aug 20 03:35:50.454 INFO O| Aug 20 03:35:50.454 INFO STEP 875 (remove_files) COMPLETE
79292026-08-20T03:35:51.576Z[ recovery-image] Aug 20 03:35:50.454 INFO O| Aug 20 03:35:50.454 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-20T03:35:51.579Z[ recovery-image] Aug 20 03:35:50.463 INFO O| Aug 20 03:35:50.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79312026-08-20T03:35:51.579Z[ recovery-image] Aug 20 03:35:50.463 INFO O| Aug 20 03:35:50.463 INFO STEP 876 (remove_files) COMPLETE
79322026-08-20T03:35:51.580Z[ recovery-image] Aug 20 03:35:50.463 INFO O| Aug 20 03:35:50.463 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-20T03:35:51.589Z[ recovery-image] Aug 20 03:35:50.471 INFO O| Aug 20 03:35:50.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79342026-08-20T03:35:51.589Z[ recovery-image] Aug 20 03:35:50.471 INFO O| Aug 20 03:35:50.471 INFO STEP 877 (remove_files) COMPLETE
79352026-08-20T03:35:51.589Z[ recovery-image] Aug 20 03:35:50.471 INFO O| Aug 20 03:35:50.471 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-20T03:35:51.597Z[ recovery-image] Aug 20 03:35:50.480 INFO O| Aug 20 03:35:50.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79372026-08-20T03:35:51.597Z[ recovery-image] Aug 20 03:35:50.480 INFO O| Aug 20 03:35:50.480 INFO STEP 878 (remove_files) COMPLETE
79382026-08-20T03:35:51.597Z[ recovery-image] Aug 20 03:35:50.480 INFO O| Aug 20 03:35:50.480 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-20T03:35:51.605Z[ recovery-image] Aug 20 03:35:50.489 INFO O| Aug 20 03:35:50.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79402026-08-20T03:35:51.606Z[ recovery-image] Aug 20 03:35:50.489 INFO O| Aug 20 03:35:50.489 INFO STEP 879 (remove_files) COMPLETE
79412026-08-20T03:35:51.609Z[ recovery-image] Aug 20 03:35:50.489 INFO O| Aug 20 03:35:50.489 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-20T03:35:51.616Z[ recovery-image] Aug 20 03:35:50.499 INFO O| Aug 20 03:35:50.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79432026-08-20T03:35:51.616Z[ recovery-image] Aug 20 03:35:50.499 INFO O| Aug 20 03:35:50.498 INFO STEP 880 (remove_files) COMPLETE
79442026-08-20T03:35:51.624Z[ recovery-image] Aug 20 03:35:50.499 INFO O| Aug 20 03:35:50.498 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-20T03:35:51.627Z[ recovery-image] Aug 20 03:35:50.507 INFO O| Aug 20 03:35:50.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79462026-08-20T03:35:51.627Z[ recovery-image] Aug 20 03:35:50.507 INFO O| Aug 20 03:35:50.507 INFO STEP 881 (remove_files) COMPLETE
79472026-08-20T03:35:51.627Z[ recovery-image] Aug 20 03:35:50.507 INFO O| Aug 20 03:35:50.507 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-20T03:35:51.634Z[ recovery-image] Aug 20 03:35:50.517 INFO O| Aug 20 03:35:50.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79492026-08-20T03:35:51.634Z[ recovery-image] Aug 20 03:35:50.517 INFO O| Aug 20 03:35:50.517 INFO STEP 882 (remove_files) COMPLETE
79502026-08-20T03:35:51.634Z[ recovery-image] Aug 20 03:35:50.517 INFO O| Aug 20 03:35:50.517 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-20T03:35:51.647Z[ recovery-image] Aug 20 03:35:50.527 INFO O| Aug 20 03:35:50.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79522026-08-20T03:35:51.647Z[ recovery-image] Aug 20 03:35:50.527 INFO O| Aug 20 03:35:50.527 INFO STEP 883 (remove_files) COMPLETE
79532026-08-20T03:35:51.647Z[ recovery-image] Aug 20 03:35:50.527 INFO O| Aug 20 03:35:50.527 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-20T03:35:51.653Z[ recovery-image] Aug 20 03:35:50.536 INFO O| Aug 20 03:35:50.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79552026-08-20T03:35:51.653Z[ recovery-image] Aug 20 03:35:50.536 INFO O| Aug 20 03:35:50.536 INFO STEP 884 (remove_files) COMPLETE
79562026-08-20T03:35:51.653Z[ recovery-image] Aug 20 03:35:50.536 INFO O| Aug 20 03:35:50.536 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-20T03:35:51.661Z[ recovery-image] Aug 20 03:35:50.544 INFO O| Aug 20 03:35:50.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79582026-08-20T03:35:51.661Z[ recovery-image] Aug 20 03:35:50.544 INFO O| Aug 20 03:35:50.544 INFO STEP 885 (remove_files) COMPLETE
79592026-08-20T03:35:51.661Z[ recovery-image] Aug 20 03:35:50.544 INFO O| Aug 20 03:35:50.544 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-20T03:35:51.669Z[ recovery-image] Aug 20 03:35:50.552 INFO O| Aug 20 03:35:50.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79612026-08-20T03:35:51.669Z[ recovery-image] Aug 20 03:35:50.552 INFO O| Aug 20 03:35:50.552 INFO STEP 886 (remove_files) COMPLETE
79622026-08-20T03:35:51.675Z[ recovery-image] Aug 20 03:35:50.552 INFO O| Aug 20 03:35:50.552 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-20T03:35:51.680Z[ recovery-image] Aug 20 03:35:50.560 INFO O| Aug 20 03:35:50.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79642026-08-20T03:35:51.680Z[ recovery-image] Aug 20 03:35:50.560 INFO O| Aug 20 03:35:50.560 INFO STEP 887 (remove_files) COMPLETE
79652026-08-20T03:35:51.680Z[ recovery-image] Aug 20 03:35:50.560 INFO O| Aug 20 03:35:50.560 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-20T03:35:51.685Z[ recovery-image] Aug 20 03:35:50.568 INFO O| Aug 20 03:35:50.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79672026-08-20T03:35:51.685Z[ recovery-image] Aug 20 03:35:50.568 INFO O| Aug 20 03:35:50.568 INFO STEP 888 (remove_files) COMPLETE
79682026-08-20T03:35:51.685Z[ recovery-image] Aug 20 03:35:50.568 INFO O| Aug 20 03:35:50.568 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-20T03:35:51.693Z[ recovery-image] Aug 20 03:35:50.576 INFO O| Aug 20 03:35:50.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79702026-08-20T03:35:51.693Z[ recovery-image] Aug 20 03:35:50.576 INFO O| Aug 20 03:35:50.576 INFO STEP 889 (remove_files) COMPLETE
79712026-08-20T03:35:51.693Z[ recovery-image] Aug 20 03:35:50.576 INFO O| Aug 20 03:35:50.576 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-20T03:35:51.701Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
79732026-08-20T03:35:51.708Z[ recovery-image] Aug 20 03:35:50.585 INFO O| Aug 20 03:35:50.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79742026-08-20T03:35:51.708Z[ recovery-image] Aug 20 03:35:50.585 INFO O| Aug 20 03:35:50.585 INFO STEP 890 (remove_files) COMPLETE
79752026-08-20T03:35:51.708Z[ recovery-image] Aug 20 03:35:50.585 INFO O| Aug 20 03:35:50.585 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-20T03:35:51.711Z[ recovery-image] Aug 20 03:35:50.593 INFO O| Aug 20 03:35:50.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79772026-08-20T03:35:51.712Z[ recovery-image] Aug 20 03:35:50.594 INFO O| Aug 20 03:35:50.593 INFO STEP 891 (remove_files) COMPLETE
79782026-08-20T03:35:51.712Z[ recovery-image] Aug 20 03:35:50.594 INFO O| Aug 20 03:35:50.593 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-20T03:35:51.720Z[ recovery-image] Aug 20 03:35:50.603 INFO O| Aug 20 03:35:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79802026-08-20T03:35:51.720Z[ recovery-image] Aug 20 03:35:50.603 INFO O| Aug 20 03:35:50.603 INFO STEP 892 (remove_files) COMPLETE
79812026-08-20T03:35:51.720Z[ recovery-image] Aug 20 03:35:50.603 INFO O| Aug 20 03:35:50.603 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-20T03:35:51.727Z[verify-libraries] Compiling samael v0.0.19
79832026-08-20T03:35:51.751Z[ recovery-image] Aug 20 03:35:50.613 INFO O| Aug 20 03:35:50.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79842026-08-20T03:35:51.751Z[ recovery-image] Aug 20 03:35:50.613 INFO O| Aug 20 03:35:50.613 INFO STEP 893 (remove_files) COMPLETE
79852026-08-20T03:35:51.755Z[ recovery-image] Aug 20 03:35:50.613 INFO O| Aug 20 03:35:50.613 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-20T03:35:51.755Z[ recovery-image] Aug 20 03:35:50.622 INFO O| Aug 20 03:35:50.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79872026-08-20T03:35:51.757Z[ recovery-image] Aug 20 03:35:50.622 INFO O| Aug 20 03:35:50.622 INFO STEP 894 (remove_files) COMPLETE
79882026-08-20T03:35:51.757Z[ recovery-image] Aug 20 03:35:50.623 INFO O| Aug 20 03:35:50.622 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-20T03:35:51.757Z[ recovery-image] Aug 20 03:35:50.631 INFO O| Aug 20 03:35:50.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79902026-08-20T03:35:51.757Z[ recovery-image] Aug 20 03:35:50.631 INFO O| Aug 20 03:35:50.631 INFO STEP 895 (remove_files) COMPLETE
79912026-08-20T03:35:51.757Z[ recovery-image] Aug 20 03:35:50.631 INFO O| Aug 20 03:35:50.631 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-20T03:35:51.760Z[ recovery-image] Aug 20 03:35:50.641 INFO O| Aug 20 03:35:50.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79932026-08-20T03:35:51.761Z[ recovery-image] Aug 20 03:35:50.641 INFO O| Aug 20 03:35:50.641 INFO STEP 896 (remove_files) COMPLETE
79942026-08-20T03:35:51.761Z[ recovery-image] Aug 20 03:35:50.641 INFO O| Aug 20 03:35:50.641 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-20T03:35:51.766Z[ recovery-image] Aug 20 03:35:50.650 INFO O| Aug 20 03:35:50.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79962026-08-20T03:35:51.766Z[ recovery-image] Aug 20 03:35:50.650 INFO O| Aug 20 03:35:50.650 INFO STEP 897 (remove_files) COMPLETE
79972026-08-20T03:35:51.766Z[ recovery-image] Aug 20 03:35:50.650 INFO O| Aug 20 03:35:50.650 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-20T03:35:51.775Z[ recovery-image] Aug 20 03:35:50.659 INFO O| Aug 20 03:35:50.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79992026-08-20T03:35:51.775Z[ recovery-image] Aug 20 03:35:50.659 INFO O| Aug 20 03:35:50.659 INFO STEP 898 (remove_files) COMPLETE
80002026-08-20T03:35:51.775Z[ recovery-image] Aug 20 03:35:50.659 INFO O| Aug 20 03:35:50.659 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-20T03:35:51.784Z[ recovery-image] Aug 20 03:35:50.668 INFO O| Aug 20 03:35:50.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80022026-08-20T03:35:51.784Z[ recovery-image] Aug 20 03:35:50.668 INFO O| Aug 20 03:35:50.668 INFO STEP 899 (remove_files) COMPLETE
80032026-08-20T03:35:51.784Z[ recovery-image] Aug 20 03:35:50.668 INFO O| Aug 20 03:35:50.668 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-20T03:35:51.846Z[ recovery-image] Aug 20 03:35:50.677 INFO O| Aug 20 03:35:50.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80052026-08-20T03:35:51.847Z[ recovery-image] Aug 20 03:35:50.677 INFO O| Aug 20 03:35:50.677 INFO STEP 900 (remove_files) COMPLETE
80062026-08-20T03:35:51.855Z[ recovery-image] Aug 20 03:35:50.677 INFO O| Aug 20 03:35:50.677 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-20T03:35:51.855Z[ recovery-image] Aug 20 03:35:50.716 INFO O| Aug 20 03:35:50.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80082026-08-20T03:35:51.855Z[ recovery-image] Aug 20 03:35:50.716 INFO O| Aug 20 03:35:50.716 INFO STEP 901 (remove_files) COMPLETE
80092026-08-20T03:35:51.855Z[ recovery-image] Aug 20 03:35:50.716 INFO O| Aug 20 03:35:50.716 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-20T03:35:51.855Z[ recovery-image] Aug 20 03:35:50.725 INFO O| Aug 20 03:35:50.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80112026-08-20T03:35:51.856Z[ recovery-image] Aug 20 03:35:50.726 INFO O| Aug 20 03:35:50.726 INFO STEP 902 (remove_files) COMPLETE
80122026-08-20T03:35:51.856Z[ recovery-image] Aug 20 03:35:50.726 INFO O| Aug 20 03:35:50.726 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.734 INFO O| Aug 20 03:35:50.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80142026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.734 INFO O| Aug 20 03:35:50.734 INFO STEP 903 (remove_files) COMPLETE
80152026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.734 INFO O| Aug 20 03:35:50.734 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.743 INFO O| Aug 20 03:35:50.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80172026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.743 INFO O| Aug 20 03:35:50.743 INFO STEP 904 (remove_files) COMPLETE
80182026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.743 INFO O| Aug 20 03:35:50.743 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.751 INFO O| Aug 20 03:35:50.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80202026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.751 INFO O| Aug 20 03:35:50.751 INFO STEP 905 (remove_files) COMPLETE
80212026-08-20T03:35:51.870Z[ recovery-image] Aug 20 03:35:50.751 INFO O| Aug 20 03:35:50.751 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-20T03:35:51.914Z[ recovery-image] Aug 20 03:35:50.797 INFO O| Aug 20 03:35:50.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80232026-08-20T03:35:51.914Z[ recovery-image] Aug 20 03:35:50.798 INFO O| Aug 20 03:35:50.798 INFO STEP 906 (remove_files) COMPLETE
80242026-08-20T03:35:51.914Z[ recovery-image] Aug 20 03:35:50.798 INFO O| Aug 20 03:35:50.798 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-20T03:35:51.955Z[ recovery-image] Aug 20 03:35:50.839 INFO O| Aug 20 03:35:50.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80262026-08-20T03:35:51.956Z[ recovery-image] Aug 20 03:35:50.839 INFO O| Aug 20 03:35:50.839 INFO STEP 907 (remove_files) COMPLETE
80272026-08-20T03:35:51.956Z[ recovery-image] Aug 20 03:35:50.839 INFO O| Aug 20 03:35:50.839 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-20T03:35:51.966Z[ recovery-image] Aug 20 03:35:50.848 INFO O| Aug 20 03:35:50.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80292026-08-20T03:35:51.966Z[ recovery-image] Aug 20 03:35:50.848 INFO O| Aug 20 03:35:50.848 INFO STEP 908 (remove_files) COMPLETE
80302026-08-20T03:35:51.966Z[ recovery-image] Aug 20 03:35:50.848 INFO O| Aug 20 03:35:50.848 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-20T03:35:51.974Z[ recovery-image] Aug 20 03:35:50.857 INFO O| Aug 20 03:35:50.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80322026-08-20T03:35:51.974Z[ recovery-image] Aug 20 03:35:50.857 INFO O| Aug 20 03:35:50.857 INFO STEP 909 (remove_files) COMPLETE
80332026-08-20T03:35:51.974Z[ recovery-image] Aug 20 03:35:50.857 INFO O| Aug 20 03:35:50.857 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-20T03:35:51.982Z[ recovery-image] Aug 20 03:35:50.866 INFO O| Aug 20 03:35:50.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80352026-08-20T03:35:51.982Z[ recovery-image] Aug 20 03:35:50.866 INFO O| Aug 20 03:35:50.866 INFO STEP 910 (remove_files) COMPLETE
80362026-08-20T03:35:51.982Z[ recovery-image] Aug 20 03:35:50.866 INFO O| Aug 20 03:35:50.866 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-20T03:35:51.990Z[ recovery-image] Aug 20 03:35:50.874 INFO O| Aug 20 03:35:50.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80382026-08-20T03:35:51.990Z[ recovery-image] Aug 20 03:35:50.874 INFO O| Aug 20 03:35:50.874 INFO STEP 911 (remove_files) COMPLETE
80392026-08-20T03:35:51.994Z[ recovery-image] Aug 20 03:35:50.874 INFO O| Aug 20 03:35:50.874 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-20T03:35:51.998Z[ recovery-image] Aug 20 03:35:50.882 INFO O| Aug 20 03:35:50.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80412026-08-20T03:35:51.998Z[ recovery-image] Aug 20 03:35:50.882 INFO O| Aug 20 03:35:50.882 INFO STEP 912 (remove_files) COMPLETE
80422026-08-20T03:35:52.002Z[ recovery-image] Aug 20 03:35:50.882 INFO O| Aug 20 03:35:50.882 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-20T03:35:52.006Z[ recovery-image] Aug 20 03:35:50.890 INFO O| Aug 20 03:35:50.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80442026-08-20T03:35:52.006Z[ recovery-image] Aug 20 03:35:50.890 INFO O| Aug 20 03:35:50.890 INFO STEP 913 (remove_files) COMPLETE
80452026-08-20T03:35:52.006Z[ recovery-image] Aug 20 03:35:50.890 INFO O| Aug 20 03:35:50.890 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-20T03:35:52.015Z[ recovery-image] Aug 20 03:35:50.897 INFO O| Aug 20 03:35:50.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80472026-08-20T03:35:52.015Z[ recovery-image] Aug 20 03:35:50.897 INFO O| Aug 20 03:35:50.897 INFO STEP 914 (remove_files) COMPLETE
80482026-08-20T03:35:52.018Z[ recovery-image] Aug 20 03:35:50.897 INFO O| Aug 20 03:35:50.897 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-20T03:35:52.023Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
80502026-08-20T03:35:52.049Z[ recovery-image] Aug 20 03:35:50.930 INFO O| Aug 20 03:35:50.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80512026-08-20T03:35:52.049Z[ recovery-image] Aug 20 03:35:50.930 INFO O| Aug 20 03:35:50.930 INFO STEP 915 (remove_files) COMPLETE
80522026-08-20T03:35:52.049Z[ recovery-image] Aug 20 03:35:50.930 INFO O| Aug 20 03:35:50.930 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-20T03:35:52.057Z[ recovery-image] Aug 20 03:35:50.939 INFO O| Aug 20 03:35:50.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80542026-08-20T03:35:52.057Z[ recovery-image] Aug 20 03:35:50.939 INFO O| Aug 20 03:35:50.939 INFO STEP 916 (remove_files) COMPLETE
80552026-08-20T03:35:52.060Z[ recovery-image] Aug 20 03:35:50.939 INFO O| Aug 20 03:35:50.939 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-20T03:35:52.064Z[ recovery-image] Aug 20 03:35:50.947 INFO O| Aug 20 03:35:50.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80572026-08-20T03:35:52.064Z[ recovery-image] Aug 20 03:35:50.947 INFO O| Aug 20 03:35:50.947 INFO STEP 917 (remove_files) COMPLETE
80582026-08-20T03:35:52.064Z[ recovery-image] Aug 20 03:35:50.947 INFO O| Aug 20 03:35:50.947 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-20T03:35:52.072Z[ recovery-image] Aug 20 03:35:50.956 INFO O| Aug 20 03:35:50.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80602026-08-20T03:35:52.072Z[ recovery-image] Aug 20 03:35:50.956 INFO O| Aug 20 03:35:50.956 INFO STEP 918 (remove_files) COMPLETE
80612026-08-20T03:35:52.075Z[ recovery-image] Aug 20 03:35:50.956 INFO O| Aug 20 03:35:50.956 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-20T03:35:52.105Z[ recovery-image] Aug 20 03:35:50.988 INFO O| Aug 20 03:35:50.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80632026-08-20T03:35:52.105Z[ recovery-image] Aug 20 03:35:50.988 INFO O| Aug 20 03:35:50.988 INFO STEP 919 (remove_files) COMPLETE
80642026-08-20T03:35:52.105Z[ recovery-image] Aug 20 03:35:50.988 INFO O| Aug 20 03:35:50.988 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-20T03:35:52.114Z[ recovery-image] Aug 20 03:35:50.998 INFO O| Aug 20 03:35:50.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80662026-08-20T03:35:52.114Z[ recovery-image] Aug 20 03:35:50.998 INFO O| Aug 20 03:35:50.998 INFO STEP 920 (remove_files) COMPLETE
80672026-08-20T03:35:52.114Z[ recovery-image] Aug 20 03:35:50.998 INFO O| Aug 20 03:35:50.998 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-20T03:35:52.124Z[ recovery-image] Aug 20 03:35:51.007 INFO O| Aug 20 03:35:51.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80692026-08-20T03:35:52.124Z[ recovery-image] Aug 20 03:35:51.007 INFO O| Aug 20 03:35:51.007 INFO STEP 921 (remove_files) COMPLETE
80702026-08-20T03:35:52.124Z[ recovery-image] Aug 20 03:35:51.007 INFO O| Aug 20 03:35:51.007 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-20T03:35:52.132Z[ recovery-image] Aug 20 03:35:51.016 INFO O| Aug 20 03:35:51.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80722026-08-20T03:35:52.132Z[ recovery-image] Aug 20 03:35:51.016 INFO O| Aug 20 03:35:51.016 INFO STEP 922 (remove_files) COMPLETE
80732026-08-20T03:35:52.132Z[ recovery-image] Aug 20 03:35:51.016 INFO O| Aug 20 03:35:51.016 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-20T03:35:52.142Z[ recovery-image] Aug 20 03:35:51.024 INFO O| Aug 20 03:35:51.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80752026-08-20T03:35:52.142Z[ recovery-image] Aug 20 03:35:51.024 INFO O| Aug 20 03:35:51.024 INFO STEP 923 (remove_files) COMPLETE
80762026-08-20T03:35:52.142Z[ recovery-image] Aug 20 03:35:51.024 INFO O| Aug 20 03:35:51.024 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-20T03:35:52.149Z[ recovery-image] Aug 20 03:35:51.033 INFO O| Aug 20 03:35:51.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80782026-08-20T03:35:52.150Z[ recovery-image] Aug 20 03:35:51.033 INFO O| Aug 20 03:35:51.033 INFO STEP 924 (remove_files) COMPLETE
80792026-08-20T03:35:52.151Z[ recovery-image] Aug 20 03:35:51.033 INFO O| Aug 20 03:35:51.033 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-20T03:35:52.159Z[ recovery-image] Aug 20 03:35:51.043 INFO O| Aug 20 03:35:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80812026-08-20T03:35:52.159Z[ recovery-image] Aug 20 03:35:51.043 INFO O| Aug 20 03:35:51.043 INFO STEP 925 (remove_files) COMPLETE
80822026-08-20T03:35:52.159Z[ recovery-image] Aug 20 03:35:51.043 INFO O| Aug 20 03:35:51.043 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-20T03:35:52.171Z[ recovery-image] Aug 20 03:35:51.052 INFO O| Aug 20 03:35:51.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80842026-08-20T03:35:52.171Z[ recovery-image] Aug 20 03:35:51.052 INFO O| Aug 20 03:35:51.052 INFO STEP 926 (remove_files) COMPLETE
80852026-08-20T03:35:52.171Z[ recovery-image] Aug 20 03:35:51.052 INFO O| Aug 20 03:35:51.052 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-20T03:35:52.179Z[ recovery-image] Aug 20 03:35:51.062 INFO O| Aug 20 03:35:51.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80872026-08-20T03:35:52.179Z[ recovery-image] Aug 20 03:35:51.062 INFO O| Aug 20 03:35:51.062 INFO STEP 927 (remove_files) COMPLETE
80882026-08-20T03:35:52.179Z[ recovery-image] Aug 20 03:35:51.062 INFO O| Aug 20 03:35:51.062 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-20T03:35:52.197Z[ recovery-image] Aug 20 03:35:51.080 INFO O| Aug 20 03:35:51.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80902026-08-20T03:35:52.197Z[ recovery-image] Aug 20 03:35:51.080 INFO O| Aug 20 03:35:51.080 INFO STEP 928 (remove_files) COMPLETE
80912026-08-20T03:35:52.200Z[ recovery-image] Aug 20 03:35:51.080 INFO O| Aug 20 03:35:51.080 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-20T03:35:52.207Z[ recovery-image] Aug 20 03:35:51.091 INFO O| Aug 20 03:35:51.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80932026-08-20T03:35:52.207Z[ recovery-image] Aug 20 03:35:51.091 INFO O| Aug 20 03:35:51.091 INFO STEP 929 (remove_files) COMPLETE
80942026-08-20T03:35:52.207Z[ recovery-image] Aug 20 03:35:51.091 INFO O| Aug 20 03:35:51.091 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-20T03:35:52.216Z[ recovery-image] Aug 20 03:35:51.100 INFO O| Aug 20 03:35:51.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80962026-08-20T03:35:52.216Z[ recovery-image] Aug 20 03:35:51.100 INFO O| Aug 20 03:35:51.100 INFO STEP 930 (remove_files) COMPLETE
80972026-08-20T03:35:52.216Z[ recovery-image] Aug 20 03:35:51.100 INFO O| Aug 20 03:35:51.100 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-20T03:35:52.227Z[ recovery-image] Aug 20 03:35:51.111 INFO O| Aug 20 03:35:51.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80992026-08-20T03:35:52.227Z[ recovery-image] Aug 20 03:35:51.111 INFO O| Aug 20 03:35:51.111 INFO STEP 931 (remove_files) COMPLETE
81002026-08-20T03:35:52.227Z[ recovery-image] Aug 20 03:35:51.111 INFO O| Aug 20 03:35:51.111 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-20T03:35:52.240Z[ recovery-image] Aug 20 03:35:51.122 INFO O| Aug 20 03:35:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81022026-08-20T03:35:52.240Z[ recovery-image] Aug 20 03:35:51.122 INFO O| Aug 20 03:35:51.122 INFO STEP 932 (remove_files) COMPLETE
81032026-08-20T03:35:52.240Z[ recovery-image] Aug 20 03:35:51.122 INFO O| Aug 20 03:35:51.122 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-20T03:35:52.243Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
81052026-08-20T03:35:52.249Z[ recovery-image] Aug 20 03:35:51.133 INFO O| Aug 20 03:35:51.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81062026-08-20T03:35:52.249Z[ recovery-image] Aug 20 03:35:51.133 INFO O| Aug 20 03:35:51.133 INFO STEP 933 (remove_files) COMPLETE
81072026-08-20T03:35:52.253Z[ recovery-image] Aug 20 03:35:51.133 INFO O| Aug 20 03:35:51.133 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-20T03:35:52.260Z[ recovery-image] Aug 20 03:35:51.143 INFO O| Aug 20 03:35:51.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81092026-08-20T03:35:52.263Z[ recovery-image] Aug 20 03:35:51.144 INFO O| Aug 20 03:35:51.144 INFO STEP 934 (remove_files) COMPLETE
81102026-08-20T03:35:52.263Z[ recovery-image] Aug 20 03:35:51.144 INFO O| Aug 20 03:35:51.144 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-20T03:35:52.270Z[ recovery-image] Aug 20 03:35:51.154 INFO O| Aug 20 03:35:51.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81122026-08-20T03:35:52.270Z[ recovery-image] Aug 20 03:35:51.154 INFO O| Aug 20 03:35:51.154 INFO STEP 935 (remove_files) COMPLETE
81132026-08-20T03:35:52.274Z[ recovery-image] Aug 20 03:35:51.154 INFO O| Aug 20 03:35:51.154 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-20T03:35:52.279Z[ recovery-image] Aug 20 03:35:51.163 INFO O| Aug 20 03:35:51.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81152026-08-20T03:35:52.279Z[ recovery-image] Aug 20 03:35:51.163 INFO O| Aug 20 03:35:51.163 INFO STEP 936 (remove_files) COMPLETE
81162026-08-20T03:35:52.279Z[ recovery-image] Aug 20 03:35:51.163 INFO O| Aug 20 03:35:51.163 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-20T03:35:52.290Z[ recovery-image] Aug 20 03:35:51.173 INFO O| Aug 20 03:35:51.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81182026-08-20T03:35:52.290Z[ recovery-image] Aug 20 03:35:51.173 INFO O| Aug 20 03:35:51.173 INFO STEP 937 (remove_files) COMPLETE
81192026-08-20T03:35:52.290Z[ recovery-image] Aug 20 03:35:51.173 INFO O| Aug 20 03:35:51.173 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-20T03:35:52.302Z[ recovery-image] Aug 20 03:35:51.184 INFO O| Aug 20 03:35:51.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81212026-08-20T03:35:52.303Z[ recovery-image] Aug 20 03:35:51.184 INFO O| Aug 20 03:35:51.184 INFO STEP 938 (remove_files) COMPLETE
81222026-08-20T03:35:52.303Z[ recovery-image] Aug 20 03:35:51.184 INFO O| Aug 20 03:35:51.184 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-20T03:35:52.311Z[ recovery-image] Aug 20 03:35:51.194 INFO O| Aug 20 03:35:51.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81242026-08-20T03:35:52.311Z[ recovery-image] Aug 20 03:35:51.194 INFO O| Aug 20 03:35:51.194 INFO STEP 939 (remove_files) COMPLETE
81252026-08-20T03:35:52.314Z[ recovery-image] Aug 20 03:35:51.194 INFO O| Aug 20 03:35:51.194 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-20T03:35:52.320Z[ recovery-image] Aug 20 03:35:51.204 INFO O| Aug 20 03:35:51.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81272026-08-20T03:35:52.320Z[ recovery-image] Aug 20 03:35:51.204 INFO O| Aug 20 03:35:51.204 INFO STEP 940 (remove_files) COMPLETE
81282026-08-20T03:35:52.323Z[ recovery-image] Aug 20 03:35:51.204 INFO O| Aug 20 03:35:51.204 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-20T03:35:52.329Z[ recovery-image] Aug 20 03:35:51.212 INFO O| Aug 20 03:35:51.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81302026-08-20T03:35:52.332Z[ recovery-image] Aug 20 03:35:51.213 INFO O| Aug 20 03:35:51.213 INFO STEP 941 (remove_files) COMPLETE
81312026-08-20T03:35:52.332Z[ recovery-image] Aug 20 03:35:51.213 INFO O| Aug 20 03:35:51.213 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-20T03:35:52.340Z[ recovery-image] Aug 20 03:35:51.222 INFO O| Aug 20 03:35:51.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81332026-08-20T03:35:52.343Z[ recovery-image] Aug 20 03:35:51.223 INFO O| Aug 20 03:35:51.223 INFO STEP 942 (remove_files) COMPLETE
81342026-08-20T03:35:52.344Z[ recovery-image] Aug 20 03:35:51.223 INFO O| Aug 20 03:35:51.223 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-20T03:35:52.349Z[ recovery-image] Aug 20 03:35:51.232 INFO O| Aug 20 03:35:51.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81362026-08-20T03:35:52.349Z[ recovery-image] Aug 20 03:35:51.232 INFO O| Aug 20 03:35:51.232 INFO STEP 943 (remove_files) COMPLETE
81372026-08-20T03:35:52.349Z[ recovery-image] Aug 20 03:35:51.232 INFO O| Aug 20 03:35:51.232 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-20T03:35:52.357Z[ recovery-image] Aug 20 03:35:51.241 INFO O| Aug 20 03:35:51.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81392026-08-20T03:35:52.357Z[ recovery-image] Aug 20 03:35:51.241 INFO O| Aug 20 03:35:51.241 INFO STEP 944 (remove_files) COMPLETE
81402026-08-20T03:35:52.357Z[ recovery-image] Aug 20 03:35:51.241 INFO O| Aug 20 03:35:51.241 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-20T03:35:52.367Z[ recovery-image] Aug 20 03:35:51.250 INFO O| Aug 20 03:35:51.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81422026-08-20T03:35:52.367Z[ recovery-image] Aug 20 03:35:51.250 INFO O| Aug 20 03:35:51.250 INFO STEP 945 (remove_files) COMPLETE
81432026-08-20T03:35:52.370Z[ recovery-image] Aug 20 03:35:51.250 INFO O| Aug 20 03:35:51.250 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-20T03:35:52.376Z[ recovery-image] Aug 20 03:35:51.260 INFO O| Aug 20 03:35:51.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81452026-08-20T03:35:52.380Z[ recovery-image] Aug 20 03:35:51.260 INFO O| Aug 20 03:35:51.260 INFO STEP 946 (remove_files) COMPLETE
81462026-08-20T03:35:52.380Z[ recovery-image] Aug 20 03:35:51.260 INFO O| Aug 20 03:35:51.260 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-20T03:35:52.385Z[ recovery-image] Aug 20 03:35:51.268 INFO O| Aug 20 03:35:51.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81482026-08-20T03:35:52.385Z[ recovery-image] Aug 20 03:35:51.269 INFO O| Aug 20 03:35:51.268 INFO STEP 947 (remove_files) COMPLETE
81492026-08-20T03:35:52.385Z[ recovery-image] Aug 20 03:35:51.269 INFO O| Aug 20 03:35:51.269 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-20T03:35:52.397Z[ recovery-image] Aug 20 03:35:51.278 INFO O| Aug 20 03:35:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81512026-08-20T03:35:52.397Z[ recovery-image] Aug 20 03:35:51.278 INFO O| Aug 20 03:35:51.278 INFO STEP 948 (remove_files) COMPLETE
81522026-08-20T03:35:52.398Z[ recovery-image] Aug 20 03:35:51.278 INFO O| Aug 20 03:35:51.278 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-20T03:35:52.404Z[ recovery-image] Aug 20 03:35:51.287 INFO O| Aug 20 03:35:51.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81542026-08-20T03:35:52.404Z[ recovery-image] Aug 20 03:35:51.287 INFO O| Aug 20 03:35:51.287 INFO STEP 949 (remove_files) COMPLETE
81552026-08-20T03:35:52.408Z[ recovery-image] Aug 20 03:35:51.287 INFO O| Aug 20 03:35:51.287 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-20T03:35:52.414Z[ recovery-image] Aug 20 03:35:51.298 INFO O| Aug 20 03:35:51.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81572026-08-20T03:35:52.414Z[ recovery-image] Aug 20 03:35:51.298 INFO O| Aug 20 03:35:51.298 INFO STEP 950 (remove_files) COMPLETE
81582026-08-20T03:35:52.414Z[ recovery-image] Aug 20 03:35:51.298 INFO O| Aug 20 03:35:51.298 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-20T03:35:52.426Z[ recovery-image] Aug 20 03:35:51.309 INFO O| Aug 20 03:35:51.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81602026-08-20T03:35:52.426Z[ recovery-image] Aug 20 03:35:51.309 INFO O| Aug 20 03:35:51.309 INFO STEP 951 (remove_files) COMPLETE
81612026-08-20T03:35:52.426Z[ recovery-image] Aug 20 03:35:51.309 INFO O| Aug 20 03:35:51.309 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-20T03:35:52.436Z[ recovery-image] Aug 20 03:35:51.320 INFO O| Aug 20 03:35:51.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81632026-08-20T03:35:52.436Z[ recovery-image] Aug 20 03:35:51.320 INFO O| Aug 20 03:35:51.320 INFO STEP 952 (remove_files) COMPLETE
81642026-08-20T03:35:52.439Z[ recovery-image] Aug 20 03:35:51.320 INFO O| Aug 20 03:35:51.320 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-20T03:35:52.445Z[ recovery-image] Aug 20 03:35:51.329 INFO O| Aug 20 03:35:51.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81662026-08-20T03:35:52.445Z[ recovery-image] Aug 20 03:35:51.329 INFO O| Aug 20 03:35:51.329 INFO STEP 953 (remove_files) COMPLETE
81672026-08-20T03:35:52.445Z[ recovery-image] Aug 20 03:35:51.329 INFO O| Aug 20 03:35:51.329 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-20T03:35:52.455Z[ recovery-image] Aug 20 03:35:51.338 INFO O| Aug 20 03:35:51.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81692026-08-20T03:35:52.455Z[ recovery-image] Aug 20 03:35:51.338 INFO O| Aug 20 03:35:51.338 INFO STEP 954 (remove_files) COMPLETE
81702026-08-20T03:35:52.455Z[ recovery-image] Aug 20 03:35:51.338 INFO O| Aug 20 03:35:51.338 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-20T03:35:52.464Z[ recovery-image] Aug 20 03:35:51.347 INFO O| Aug 20 03:35:51.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81722026-08-20T03:35:52.464Z[ recovery-image] Aug 20 03:35:51.348 INFO O| Aug 20 03:35:51.348 INFO STEP 955 (remove_files) COMPLETE
81732026-08-20T03:35:52.464Z[ recovery-image] Aug 20 03:35:51.348 INFO O| Aug 20 03:35:51.348 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-20T03:35:52.475Z[ recovery-image] Aug 20 03:35:51.359 INFO O| Aug 20 03:35:51.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81752026-08-20T03:35:52.479Z[ recovery-image] Aug 20 03:35:51.360 INFO O| Aug 20 03:35:51.360 INFO STEP 956 (remove_files) COMPLETE
81762026-08-20T03:35:52.479Z[ recovery-image] Aug 20 03:35:51.360 INFO O| Aug 20 03:35:51.360 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-20T03:35:52.487Z[ recovery-image] Aug 20 03:35:51.370 INFO O| Aug 20 03:35:51.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81782026-08-20T03:35:52.487Z[ recovery-image] Aug 20 03:35:51.370 INFO O| Aug 20 03:35:51.370 INFO STEP 957 (remove_files) COMPLETE
81792026-08-20T03:35:52.487Z[ recovery-image] Aug 20 03:35:51.370 INFO O| Aug 20 03:35:51.370 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-20T03:35:52.497Z[ recovery-image] Aug 20 03:35:51.380 INFO O| Aug 20 03:35:51.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81812026-08-20T03:35:52.497Z[ recovery-image] Aug 20 03:35:51.380 INFO O| Aug 20 03:35:51.380 INFO STEP 958 (remove_files) COMPLETE
81822026-08-20T03:35:52.500Z[ recovery-image] Aug 20 03:35:51.380 INFO O| Aug 20 03:35:51.380 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-20T03:35:52.506Z[ recovery-image] Aug 20 03:35:51.390 INFO O| Aug 20 03:35:51.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81842026-08-20T03:35:52.506Z[ recovery-image] Aug 20 03:35:51.390 INFO O| Aug 20 03:35:51.390 INFO STEP 959 (remove_files) COMPLETE
81852026-08-20T03:35:52.506Z[ recovery-image] Aug 20 03:35:51.390 INFO O| Aug 20 03:35:51.390 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-20T03:35:52.516Z[ recovery-image] Aug 20 03:35:51.400 INFO O| Aug 20 03:35:51.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81872026-08-20T03:35:52.516Z[ recovery-image] Aug 20 03:35:51.400 INFO O| Aug 20 03:35:51.400 INFO STEP 960 (remove_files) COMPLETE
81882026-08-20T03:35:52.519Z[ recovery-image] Aug 20 03:35:51.400 INFO O| Aug 20 03:35:51.400 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-20T03:35:52.526Z[ recovery-image] Aug 20 03:35:51.409 INFO O| Aug 20 03:35:51.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81902026-08-20T03:35:52.526Z[ recovery-image] Aug 20 03:35:51.409 INFO O| Aug 20 03:35:51.409 INFO STEP 961 (remove_files) COMPLETE
81912026-08-20T03:35:52.530Z[ recovery-image] Aug 20 03:35:51.409 INFO O| Aug 20 03:35:51.409 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-20T03:35:52.535Z[ recovery-image] Aug 20 03:35:51.418 INFO O| Aug 20 03:35:51.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81932026-08-20T03:35:52.535Z[ recovery-image] Aug 20 03:35:51.419 INFO O| Aug 20 03:35:51.419 INFO STEP 962 (remove_files) COMPLETE
81942026-08-20T03:35:52.535Z[ recovery-image] Aug 20 03:35:51.419 INFO O| Aug 20 03:35:51.419 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-20T03:35:52.545Z[ recovery-image] Aug 20 03:35:51.428 INFO O| Aug 20 03:35:51.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81962026-08-20T03:35:52.545Z[ recovery-image] Aug 20 03:35:51.429 INFO O| Aug 20 03:35:51.429 INFO STEP 963 (remove_files) COMPLETE
81972026-08-20T03:35:52.545Z[ recovery-image] Aug 20 03:35:51.429 INFO O| Aug 20 03:35:51.429 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-20T03:35:52.554Z[ recovery-image] Aug 20 03:35:51.438 INFO O| Aug 20 03:35:51.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81992026-08-20T03:35:52.554Z[ recovery-image] Aug 20 03:35:51.438 INFO O| Aug 20 03:35:51.438 INFO STEP 964 (remove_files) COMPLETE
82002026-08-20T03:35:52.555Z[ recovery-image] Aug 20 03:35:51.438 INFO O| Aug 20 03:35:51.438 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-20T03:35:52.564Z[ recovery-image] Aug 20 03:35:51.448 INFO O| Aug 20 03:35:51.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82022026-08-20T03:35:52.568Z[ recovery-image] Aug 20 03:35:51.448 INFO O| Aug 20 03:35:51.448 INFO STEP 965 (remove_files) COMPLETE
82032026-08-20T03:35:52.568Z[ recovery-image] Aug 20 03:35:51.448 INFO O| Aug 20 03:35:51.448 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-20T03:35:52.574Z[ recovery-image] Aug 20 03:35:51.457 INFO O| Aug 20 03:35:51.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82052026-08-20T03:35:52.574Z[ recovery-image] Aug 20 03:35:51.457 INFO O| Aug 20 03:35:51.457 INFO STEP 966 (remove_files) COMPLETE
82062026-08-20T03:35:52.574Z[ recovery-image] Aug 20 03:35:51.457 INFO O| Aug 20 03:35:51.457 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-20T03:35:52.583Z[ recovery-image] Aug 20 03:35:51.467 INFO O| Aug 20 03:35:51.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82082026-08-20T03:35:52.584Z[ recovery-image] Aug 20 03:35:51.467 INFO O| Aug 20 03:35:51.467 INFO STEP 967 (remove_files) COMPLETE
82092026-08-20T03:35:52.584Z[ recovery-image] Aug 20 03:35:51.467 INFO O| Aug 20 03:35:51.467 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-20T03:35:52.593Z[ recovery-image] Aug 20 03:35:51.476 INFO O| Aug 20 03:35:51.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82112026-08-20T03:35:52.593Z[ recovery-image] Aug 20 03:35:51.476 INFO O| Aug 20 03:35:51.476 INFO STEP 968 (remove_files) COMPLETE
82122026-08-20T03:35:52.593Z[ recovery-image] Aug 20 03:35:51.476 INFO O| Aug 20 03:35:51.476 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-20T03:35:52.602Z[ recovery-image] Aug 20 03:35:51.486 INFO O| Aug 20 03:35:51.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82142026-08-20T03:35:52.603Z[ recovery-image] Aug 20 03:35:51.486 INFO O| Aug 20 03:35:51.486 INFO STEP 969 (remove_files) COMPLETE
82152026-08-20T03:35:52.603Z[ recovery-image] Aug 20 03:35:51.486 INFO O| Aug 20 03:35:51.486 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-20T03:35:52.614Z[ recovery-image] Aug 20 03:35:51.498 INFO O| Aug 20 03:35:51.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82172026-08-20T03:35:52.614Z[ recovery-image] Aug 20 03:35:51.498 INFO O| Aug 20 03:35:51.498 INFO STEP 970 (remove_files) COMPLETE
82182026-08-20T03:35:52.614Z[ recovery-image] Aug 20 03:35:51.498 INFO O| Aug 20 03:35:51.498 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-20T03:35:52.627Z[ recovery-image] Aug 20 03:35:51.507 INFO O| Aug 20 03:35:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82202026-08-20T03:35:52.627Z[ recovery-image] Aug 20 03:35:51.508 INFO O| Aug 20 03:35:51.508 INFO STEP 971 (remove_files) COMPLETE
82212026-08-20T03:35:52.627Z[ recovery-image] Aug 20 03:35:51.508 INFO O| Aug 20 03:35:51.508 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-20T03:35:52.633Z[ recovery-image] Aug 20 03:35:51.517 INFO O| Aug 20 03:35:51.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82232026-08-20T03:35:52.633Z[ recovery-image] Aug 20 03:35:51.517 INFO O| Aug 20 03:35:51.517 INFO STEP 972 (remove_files) COMPLETE
82242026-08-20T03:35:52.639Z[ recovery-image] Aug 20 03:35:51.517 INFO O| Aug 20 03:35:51.517 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-20T03:35:52.642Z[ recovery-image] Aug 20 03:35:51.526 INFO O| Aug 20 03:35:51.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82262026-08-20T03:35:52.642Z[ recovery-image] Aug 20 03:35:51.526 INFO O| Aug 20 03:35:51.526 INFO STEP 973 (remove_files) COMPLETE
82272026-08-20T03:35:52.646Z[ recovery-image] Aug 20 03:35:51.526 INFO O| Aug 20 03:35:51.526 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-20T03:35:52.651Z[ recovery-image] Aug 20 03:35:51.534 INFO O| Aug 20 03:35:51.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82292026-08-20T03:35:52.651Z[ recovery-image] Aug 20 03:35:51.534 INFO O| Aug 20 03:35:51.534 INFO STEP 974 (remove_files) COMPLETE
82302026-08-20T03:35:52.654Z[ recovery-image] Aug 20 03:35:51.534 INFO O| Aug 20 03:35:51.534 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-20T03:35:52.662Z[ recovery-image] Aug 20 03:35:51.546 INFO O| Aug 20 03:35:51.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82322026-08-20T03:35:52.666Z[ recovery-image] Aug 20 03:35:51.547 INFO O| Aug 20 03:35:51.546 INFO STEP 975 (remove_files) COMPLETE
82332026-08-20T03:35:52.666Z[ recovery-image] Aug 20 03:35:51.547 INFO O| Aug 20 03:35:51.547 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-20T03:35:52.675Z[ recovery-image] Aug 20 03:35:51.558 INFO O| Aug 20 03:35:51.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82352026-08-20T03:35:52.675Z[ recovery-image] Aug 20 03:35:51.558 INFO O| Aug 20 03:35:51.558 INFO STEP 976 (remove_files) COMPLETE
82362026-08-20T03:35:52.678Z[ recovery-image] Aug 20 03:35:51.558 INFO O| Aug 20 03:35:51.558 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-20T03:35:52.683Z[ recovery-image] Aug 20 03:35:51.567 INFO O| Aug 20 03:35:51.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82382026-08-20T03:35:52.683Z[ recovery-image] Aug 20 03:35:51.567 INFO O| Aug 20 03:35:51.567 INFO STEP 977 (remove_files) COMPLETE
82392026-08-20T03:35:52.686Z[ recovery-image] Aug 20 03:35:51.567 INFO O| Aug 20 03:35:51.567 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-20T03:35:52.695Z[ recovery-image] Aug 20 03:35:51.578 INFO O| Aug 20 03:35:51.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82412026-08-20T03:35:52.696Z[ recovery-image] Aug 20 03:35:51.578 INFO O| Aug 20 03:35:51.578 INFO STEP 978 (remove_files) COMPLETE
82422026-08-20T03:35:52.696Z[ recovery-image] Aug 20 03:35:51.578 INFO O| Aug 20 03:35:51.578 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-20T03:35:52.706Z[ recovery-image] Aug 20 03:35:51.588 INFO O| Aug 20 03:35:51.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82442026-08-20T03:35:52.706Z[ recovery-image] Aug 20 03:35:51.588 INFO O| Aug 20 03:35:51.588 INFO STEP 979 (remove_files) COMPLETE
82452026-08-20T03:35:52.706Z[ recovery-image] Aug 20 03:35:51.588 INFO O| Aug 20 03:35:51.588 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-20T03:35:52.709Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
82472026-08-20T03:35:52.715Z[ recovery-image] Aug 20 03:35:51.599 INFO O| Aug 20 03:35:51.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82482026-08-20T03:35:52.715Z[ recovery-image] Aug 20 03:35:51.599 INFO O| Aug 20 03:35:51.599 INFO STEP 980 (remove_files) COMPLETE
82492026-08-20T03:35:52.715Z[ recovery-image] Aug 20 03:35:51.599 INFO O| Aug 20 03:35:51.599 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-20T03:35:52.725Z[ recovery-image] Aug 20 03:35:51.609 INFO O| Aug 20 03:35:51.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82512026-08-20T03:35:52.725Z[ recovery-image] Aug 20 03:35:51.609 INFO O| Aug 20 03:35:51.609 INFO STEP 981 (remove_files) COMPLETE
82522026-08-20T03:35:52.728Z[ recovery-image] Aug 20 03:35:51.609 INFO O| Aug 20 03:35:51.609 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-20T03:35:52.734Z[ recovery-image] Aug 20 03:35:51.618 INFO O| Aug 20 03:35:51.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82542026-08-20T03:35:52.734Z[ recovery-image] Aug 20 03:35:51.618 INFO O| Aug 20 03:35:51.618 INFO STEP 982 (remove_files) COMPLETE
82552026-08-20T03:35:52.734Z[ recovery-image] Aug 20 03:35:51.618 INFO O| Aug 20 03:35:51.618 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-20T03:35:52.748Z[ recovery-image] Aug 20 03:35:51.631 INFO O| Aug 20 03:35:51.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82572026-08-20T03:35:52.748Z[ recovery-image] Aug 20 03:35:51.631 INFO O| Aug 20 03:35:51.627 INFO STEP 983 (remove_files) COMPLETE
82582026-08-20T03:35:52.748Z[ recovery-image] Aug 20 03:35:51.631 INFO O| Aug 20 03:35:51.627 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-20T03:35:52.752Z[ recovery-image] Aug 20 03:35:51.635 INFO O| Aug 20 03:35:51.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82602026-08-20T03:35:52.752Z[ recovery-image] Aug 20 03:35:51.635 INFO O| Aug 20 03:35:51.635 INFO STEP 984 (remove_files) COMPLETE
82612026-08-20T03:35:52.752Z[ recovery-image] Aug 20 03:35:51.635 INFO O| Aug 20 03:35:51.635 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-20T03:35:52.760Z[ recovery-image] Aug 20 03:35:51.644 INFO O| Aug 20 03:35:51.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82632026-08-20T03:35:52.761Z[ recovery-image] Aug 20 03:35:51.644 INFO O| Aug 20 03:35:51.644 INFO STEP 985 (remove_files) COMPLETE
82642026-08-20T03:35:52.761Z[ recovery-image] Aug 20 03:35:51.644 INFO O| Aug 20 03:35:51.644 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-20T03:35:52.770Z[ recovery-image] Aug 20 03:35:51.653 INFO O| Aug 20 03:35:51.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82662026-08-20T03:35:52.770Z[ recovery-image] Aug 20 03:35:51.653 INFO O| Aug 20 03:35:51.653 INFO STEP 986 (remove_files) COMPLETE
82672026-08-20T03:35:52.773Z[ recovery-image] Aug 20 03:35:51.653 INFO O| Aug 20 03:35:51.653 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-20T03:35:52.778Z[ recovery-image] Aug 20 03:35:51.662 INFO O| Aug 20 03:35:51.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82692026-08-20T03:35:52.778Z[ recovery-image] Aug 20 03:35:51.662 INFO O| Aug 20 03:35:51.662 INFO STEP 987 (remove_files) COMPLETE
82702026-08-20T03:35:52.778Z[ recovery-image] Aug 20 03:35:51.662 INFO O| Aug 20 03:35:51.662 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-20T03:35:52.789Z[ recovery-image] Aug 20 03:35:51.672 INFO O| Aug 20 03:35:51.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82722026-08-20T03:35:52.789Z[ recovery-image] Aug 20 03:35:51.672 INFO O| Aug 20 03:35:51.672 INFO STEP 988 (remove_files) COMPLETE
82732026-08-20T03:35:52.789Z[ recovery-image] Aug 20 03:35:51.672 INFO O| Aug 20 03:35:51.672 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-20T03:35:52.799Z[ recovery-image] Aug 20 03:35:51.682 INFO O| Aug 20 03:35:51.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82752026-08-20T03:35:52.799Z[ recovery-image] Aug 20 03:35:51.682 INFO O| Aug 20 03:35:51.682 INFO STEP 989 (remove_files) COMPLETE
82762026-08-20T03:35:52.799Z[ recovery-image] Aug 20 03:35:51.682 INFO O| Aug 20 03:35:51.682 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-20T03:35:52.809Z[ recovery-image] Aug 20 03:35:51.692 INFO O| Aug 20 03:35:51.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82782026-08-20T03:35:52.809Z[ recovery-image] Aug 20 03:35:51.693 INFO O| Aug 20 03:35:51.692 INFO STEP 990 (remove_files) COMPLETE
82792026-08-20T03:35:52.809Z[ recovery-image] Aug 20 03:35:51.693 INFO O| Aug 20 03:35:51.692 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-20T03:35:52.819Z[ recovery-image] Aug 20 03:35:51.702 INFO O| Aug 20 03:35:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82812026-08-20T03:35:52.819Z[ recovery-image] Aug 20 03:35:51.703 INFO O| Aug 20 03:35:51.703 INFO STEP 991 (remove_files) COMPLETE
82822026-08-20T03:35:52.819Z[ recovery-image] Aug 20 03:35:51.703 INFO O| Aug 20 03:35:51.703 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-20T03:35:52.830Z[ recovery-image] Aug 20 03:35:51.713 INFO O| Aug 20 03:35:51.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82842026-08-20T03:35:52.830Z[ recovery-image] Aug 20 03:35:51.713 INFO O| Aug 20 03:35:51.713 INFO STEP 992 (remove_files) COMPLETE
82852026-08-20T03:35:52.830Z[ recovery-image] Aug 20 03:35:51.713 INFO O| Aug 20 03:35:51.713 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-20T03:35:52.840Z[ recovery-image] Aug 20 03:35:51.723 INFO O| Aug 20 03:35:51.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82872026-08-20T03:35:52.840Z[ recovery-image] Aug 20 03:35:51.723 INFO O| Aug 20 03:35:51.723 INFO STEP 993 (remove_files) COMPLETE
82882026-08-20T03:35:52.840Z[ recovery-image] Aug 20 03:35:51.723 INFO O| Aug 20 03:35:51.723 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-20T03:35:52.849Z[ recovery-image] Aug 20 03:35:51.733 INFO O| Aug 20 03:35:51.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82902026-08-20T03:35:52.850Z[ recovery-image] Aug 20 03:35:51.733 INFO O| Aug 20 03:35:51.733 INFO STEP 994 (remove_files) COMPLETE
82912026-08-20T03:35:52.850Z[ recovery-image] Aug 20 03:35:51.733 INFO O| Aug 20 03:35:51.733 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-20T03:35:52.862Z[ recovery-image] Aug 20 03:35:51.745 INFO O| Aug 20 03:35:51.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82932026-08-20T03:35:52.862Z[ recovery-image] Aug 20 03:35:51.745 INFO O| Aug 20 03:35:51.745 INFO STEP 995 (remove_files) COMPLETE
82942026-08-20T03:35:52.863Z[ recovery-image] Aug 20 03:35:51.745 INFO O| Aug 20 03:35:51.745 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-20T03:35:52.872Z[ recovery-image] Aug 20 03:35:51.755 INFO O| Aug 20 03:35:51.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82962026-08-20T03:35:52.873Z[ recovery-image] Aug 20 03:35:51.755 INFO O| Aug 20 03:35:51.755 INFO STEP 996 (remove_files) COMPLETE
82972026-08-20T03:35:52.878Z[ recovery-image] Aug 20 03:35:51.755 INFO O| Aug 20 03:35:51.755 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-20T03:35:52.884Z[ recovery-image] Aug 20 03:35:51.765 INFO O| Aug 20 03:35:51.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82992026-08-20T03:35:52.884Z[ recovery-image] Aug 20 03:35:51.765 INFO O| Aug 20 03:35:51.765 INFO STEP 997 (remove_files) COMPLETE
83002026-08-20T03:35:52.889Z[ recovery-image] Aug 20 03:35:51.765 INFO O| Aug 20 03:35:51.765 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-20T03:35:52.894Z[ recovery-image] Aug 20 03:35:51.776 INFO O| Aug 20 03:35:51.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83022026-08-20T03:35:52.894Z[ recovery-image] Aug 20 03:35:51.776 INFO O| Aug 20 03:35:51.776 INFO STEP 998 (remove_files) COMPLETE
83032026-08-20T03:35:52.900Z[ recovery-image] Aug 20 03:35:51.776 INFO O| Aug 20 03:35:51.776 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-20T03:35:52.906Z[ recovery-image] Aug 20 03:35:51.787 INFO O| Aug 20 03:35:51.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83052026-08-20T03:35:52.906Z[ recovery-image] Aug 20 03:35:51.787 INFO O| Aug 20 03:35:51.787 INFO STEP 999 (remove_files) COMPLETE
83062026-08-20T03:35:52.906Z[ recovery-image] Aug 20 03:35:51.787 INFO O| Aug 20 03:35:51.787 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-20T03:35:52.916Z[ recovery-image] Aug 20 03:35:51.797 INFO O| Aug 20 03:35:51.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83082026-08-20T03:35:52.920Z[ recovery-image] Aug 20 03:35:51.798 INFO O| Aug 20 03:35:51.798 INFO STEP 1000 (remove_files) COMPLETE
83092026-08-20T03:35:52.920Z[ recovery-image] Aug 20 03:35:51.798 INFO O| Aug 20 03:35:51.798 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-20T03:35:52.927Z[ recovery-image] Aug 20 03:35:51.809 INFO O| Aug 20 03:35:51.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83112026-08-20T03:35:52.927Z[ recovery-image] Aug 20 03:35:51.809 INFO O| Aug 20 03:35:51.809 INFO STEP 1001 (remove_files) COMPLETE
83122026-08-20T03:35:52.927Z[ recovery-image] Aug 20 03:35:51.809 INFO O| Aug 20 03:35:51.809 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-20T03:35:52.936Z[ recovery-image] Aug 20 03:35:51.819 INFO O| Aug 20 03:35:51.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83142026-08-20T03:35:52.936Z[ recovery-image] Aug 20 03:35:51.819 INFO O| Aug 20 03:35:51.819 INFO STEP 1002 (remove_files) COMPLETE
83152026-08-20T03:35:52.936Z[ recovery-image] Aug 20 03:35:51.819 INFO O| Aug 20 03:35:51.819 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-20T03:35:52.951Z[ recovery-image] Aug 20 03:35:51.834 INFO O| Aug 20 03:35:51.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83172026-08-20T03:35:52.955Z[ recovery-image] Aug 20 03:35:51.834 INFO O| Aug 20 03:35:51.834 INFO STEP 1003 (remove_files) COMPLETE
83182026-08-20T03:35:52.955Z[ recovery-image] Aug 20 03:35:51.834 INFO O| Aug 20 03:35:51.834 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-20T03:35:52.963Z[ recovery-image] Aug 20 03:35:51.847 INFO O| Aug 20 03:35:51.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83202026-08-20T03:35:52.963Z[ recovery-image] Aug 20 03:35:51.847 INFO O| Aug 20 03:35:51.847 INFO STEP 1004 (remove_files) COMPLETE
83212026-08-20T03:35:52.963Z[ recovery-image] Aug 20 03:35:51.847 INFO O| Aug 20 03:35:51.847 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-20T03:35:52.974Z[ recovery-image] Aug 20 03:35:51.858 INFO O| Aug 20 03:35:51.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83232026-08-20T03:35:52.975Z[ recovery-image] Aug 20 03:35:51.858 INFO O| Aug 20 03:35:51.858 INFO STEP 1005 (remove_files) COMPLETE
83242026-08-20T03:35:52.979Z[ recovery-image] Aug 20 03:35:51.858 INFO O| Aug 20 03:35:51.858 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-20T03:35:52.983Z[ recovery-image] Aug 20 03:35:51.866 INFO O| Aug 20 03:35:51.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83262026-08-20T03:35:52.988Z[ recovery-image] Aug 20 03:35:51.867 INFO O| Aug 20 03:35:51.867 INFO STEP 1006 (remove_files) COMPLETE
83272026-08-20T03:35:52.988Z[ recovery-image] Aug 20 03:35:51.867 INFO O| Aug 20 03:35:51.867 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-20T03:35:53.009Z[ recovery-image] Aug 20 03:35:51.891 INFO O| Aug 20 03:35:51.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83292026-08-20T03:35:53.009Z[ recovery-image] Aug 20 03:35:51.891 INFO O| Aug 20 03:35:51.891 INFO STEP 1007 (remove_files) COMPLETE
83302026-08-20T03:35:53.009Z[ recovery-image] Aug 20 03:35:51.891 INFO O| Aug 20 03:35:51.891 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-20T03:35:53.038Z[ recovery-image] Aug 20 03:35:51.901 INFO O| Aug 20 03:35:51.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83322026-08-20T03:35:53.038Z[ recovery-image] Aug 20 03:35:51.901 INFO O| Aug 20 03:35:51.901 INFO STEP 1008 (remove_files) COMPLETE
83332026-08-20T03:35:53.038Z[ recovery-image] Aug 20 03:35:51.901 INFO O| Aug 20 03:35:51.901 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-20T03:35:53.038Z[ recovery-image] Aug 20 03:35:51.909 INFO O| Aug 20 03:35:51.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83352026-08-20T03:35:53.038Z[ recovery-image] Aug 20 03:35:51.909 INFO O| Aug 20 03:35:51.909 INFO STEP 1009 (remove_files) COMPLETE
83362026-08-20T03:35:53.039Z[ recovery-image] Aug 20 03:35:51.909 INFO O| Aug 20 03:35:51.909 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-20T03:35:53.039Z[ recovery-image] Aug 20 03:35:51.917 INFO O| Aug 20 03:35:51.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83382026-08-20T03:35:53.039Z[ recovery-image] Aug 20 03:35:51.917 INFO O| Aug 20 03:35:51.917 INFO STEP 1010 (remove_files) COMPLETE
83392026-08-20T03:35:53.040Z[ recovery-image] Aug 20 03:35:51.917 INFO O| Aug 20 03:35:51.917 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-20T03:35:53.043Z[ recovery-image] Aug 20 03:35:51.926 INFO O| Aug 20 03:35:51.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83412026-08-20T03:35:53.043Z[ recovery-image] Aug 20 03:35:51.926 INFO O| Aug 20 03:35:51.926 INFO STEP 1011 (remove_files) COMPLETE
83422026-08-20T03:35:53.043Z[ recovery-image] Aug 20 03:35:51.926 INFO O| Aug 20 03:35:51.926 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-20T03:35:53.043Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
83442026-08-20T03:35:53.051Z[ recovery-image] Aug 20 03:35:51.934 INFO O| Aug 20 03:35:51.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83452026-08-20T03:35:53.051Z[ recovery-image] Aug 20 03:35:51.934 INFO O| Aug 20 03:35:51.934 INFO STEP 1012 (remove_files) COMPLETE
83462026-08-20T03:35:53.051Z[ recovery-image] Aug 20 03:35:51.934 INFO O| Aug 20 03:35:51.934 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-20T03:35:53.059Z[ recovery-image] Aug 20 03:35:51.942 INFO O| Aug 20 03:35:51.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83482026-08-20T03:35:53.059Z[ recovery-image] Aug 20 03:35:51.942 INFO O| Aug 20 03:35:51.942 INFO STEP 1013 (remove_files) COMPLETE
83492026-08-20T03:35:53.059Z[ recovery-image] Aug 20 03:35:51.942 INFO O| Aug 20 03:35:51.942 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-20T03:35:53.069Z[ recovery-image] Aug 20 03:35:51.952 INFO O| Aug 20 03:35:51.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83512026-08-20T03:35:53.070Z[ recovery-image] Aug 20 03:35:51.952 INFO O| Aug 20 03:35:51.952 INFO STEP 1014 (remove_files) COMPLETE
83522026-08-20T03:35:53.074Z[ recovery-image] Aug 20 03:35:51.952 INFO O| Aug 20 03:35:51.952 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-20T03:35:53.078Z[ recovery-image] Aug 20 03:35:51.962 INFO O| Aug 20 03:35:51.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83542026-08-20T03:35:53.078Z[ recovery-image] Aug 20 03:35:51.962 INFO O| Aug 20 03:35:51.962 INFO STEP 1015 (remove_files) COMPLETE
83552026-08-20T03:35:53.079Z[ recovery-image] Aug 20 03:35:51.962 INFO O| Aug 20 03:35:51.962 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-20T03:35:53.087Z[ recovery-image] Aug 20 03:35:51.970 INFO O| Aug 20 03:35:51.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83572026-08-20T03:35:53.087Z[ recovery-image] Aug 20 03:35:51.970 INFO O| Aug 20 03:35:51.970 INFO STEP 1016 (remove_files) COMPLETE
83582026-08-20T03:35:53.087Z[ recovery-image] Aug 20 03:35:51.970 INFO O| Aug 20 03:35:51.970 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-20T03:35:53.094Z[ recovery-image] Aug 20 03:35:51.978 INFO O| Aug 20 03:35:51.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83602026-08-20T03:35:53.094Z[ recovery-image] Aug 20 03:35:51.978 INFO O| Aug 20 03:35:51.978 INFO STEP 1017 (remove_files) COMPLETE
83612026-08-20T03:35:53.094Z[ recovery-image] Aug 20 03:35:51.978 INFO O| Aug 20 03:35:51.978 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-20T03:35:53.102Z[ recovery-image] Aug 20 03:35:51.986 INFO O| Aug 20 03:35:51.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83632026-08-20T03:35:53.103Z[ recovery-image] Aug 20 03:35:51.986 INFO O| Aug 20 03:35:51.986 INFO STEP 1018 (remove_files) COMPLETE
83642026-08-20T03:35:53.103Z[ recovery-image] Aug 20 03:35:51.986 INFO O| Aug 20 03:35:51.986 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-20T03:35:53.110Z[ recovery-image] Aug 20 03:35:51.994 INFO O| Aug 20 03:35:51.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83662026-08-20T03:35:53.111Z[ recovery-image] Aug 20 03:35:51.994 INFO O| Aug 20 03:35:51.994 INFO STEP 1019 (remove_files) COMPLETE
83672026-08-20T03:35:53.111Z[ recovery-image] Aug 20 03:35:51.994 INFO O| Aug 20 03:35:51.994 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-20T03:35:53.120Z[ recovery-image] Aug 20 03:35:52.003 INFO O| Aug 20 03:35:52.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83692026-08-20T03:35:53.120Z[ recovery-image] Aug 20 03:35:52.003 INFO O| Aug 20 03:35:52.003 INFO STEP 1020 (remove_files) COMPLETE
83702026-08-20T03:35:53.120Z[ recovery-image] Aug 20 03:35:52.003 INFO O| Aug 20 03:35:52.003 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-20T03:35:53.131Z[ recovery-image] Aug 20 03:35:52.015 INFO O| Aug 20 03:35:52.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83722026-08-20T03:35:53.131Z[ recovery-image] Aug 20 03:35:52.015 INFO O| Aug 20 03:35:52.015 INFO STEP 1021 (remove_files) COMPLETE
83732026-08-20T03:35:53.135Z[ recovery-image] Aug 20 03:35:52.015 INFO O| Aug 20 03:35:52.015 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-20T03:35:53.140Z[ recovery-image] Aug 20 03:35:52.024 INFO O| Aug 20 03:35:52.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83752026-08-20T03:35:53.140Z[ recovery-image] Aug 20 03:35:52.024 INFO O| Aug 20 03:35:52.024 INFO STEP 1022 (remove_files) COMPLETE
83762026-08-20T03:35:53.144Z[ recovery-image] Aug 20 03:35:52.024 INFO O| Aug 20 03:35:52.024 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-20T03:35:53.148Z[ recovery-image] Aug 20 03:35:52.032 INFO O| Aug 20 03:35:52.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83782026-08-20T03:35:53.149Z[ recovery-image] Aug 20 03:35:52.032 INFO O| Aug 20 03:35:52.032 INFO STEP 1023 (remove_files) COMPLETE
83792026-08-20T03:35:53.152Z[ recovery-image] Aug 20 03:35:52.032 INFO O| Aug 20 03:35:52.032 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-20T03:35:53.158Z[ recovery-image] Aug 20 03:35:52.041 INFO O| Aug 20 03:35:52.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83812026-08-20T03:35:53.158Z[ recovery-image] Aug 20 03:35:52.041 INFO O| Aug 20 03:35:52.041 INFO STEP 1024 (remove_files) COMPLETE
83822026-08-20T03:35:53.158Z[ recovery-image] Aug 20 03:35:52.041 INFO O| Aug 20 03:35:52.041 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-20T03:35:53.166Z[ recovery-image] Aug 20 03:35:52.050 INFO O| Aug 20 03:35:52.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83842026-08-20T03:35:53.166Z[ recovery-image] Aug 20 03:35:52.050 INFO O| Aug 20 03:35:52.050 INFO STEP 1025 (remove_files) COMPLETE
83852026-08-20T03:35:53.166Z[ recovery-image] Aug 20 03:35:52.050 INFO O| Aug 20 03:35:52.050 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-20T03:35:53.175Z[ recovery-image] Aug 20 03:35:52.058 INFO O| Aug 20 03:35:52.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83872026-08-20T03:35:53.175Z[ recovery-image] Aug 20 03:35:52.058 INFO O| Aug 20 03:35:52.058 INFO STEP 1026 (remove_files) COMPLETE
83882026-08-20T03:35:53.175Z[ recovery-image] Aug 20 03:35:52.058 INFO O| Aug 20 03:35:52.058 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-20T03:35:53.186Z[ recovery-image] Aug 20 03:35:52.068 INFO O| Aug 20 03:35:52.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83902026-08-20T03:35:53.186Z[ recovery-image] Aug 20 03:35:52.068 INFO O| Aug 20 03:35:52.068 INFO STEP 1027 (remove_files) COMPLETE
83912026-08-20T03:35:53.186Z[ recovery-image] Aug 20 03:35:52.068 INFO O| Aug 20 03:35:52.068 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-20T03:35:53.200Z[ recovery-image] Aug 20 03:35:52.084 INFO O| Aug 20 03:35:52.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83932026-08-20T03:35:53.200Z[ recovery-image] Aug 20 03:35:52.084 INFO O| Aug 20 03:35:52.084 INFO STEP 1028 (remove_files) COMPLETE
83942026-08-20T03:35:53.200Z[ recovery-image] Aug 20 03:35:52.084 INFO O| Aug 20 03:35:52.084 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-20T03:35:53.211Z[ recovery-image] Aug 20 03:35:52.094 INFO O| Aug 20 03:35:52.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83962026-08-20T03:35:53.212Z[ recovery-image] Aug 20 03:35:52.094 INFO O| Aug 20 03:35:52.094 INFO STEP 1029 (remove_files) COMPLETE
83972026-08-20T03:35:53.212Z[ recovery-image] Aug 20 03:35:52.094 INFO O| Aug 20 03:35:52.094 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-20T03:35:53.220Z[ recovery-image] Aug 20 03:35:52.103 INFO O| Aug 20 03:35:52.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83992026-08-20T03:35:53.220Z[ recovery-image] Aug 20 03:35:52.103 INFO O| Aug 20 03:35:52.103 INFO STEP 1030 (remove_files) COMPLETE
84002026-08-20T03:35:53.223Z[ recovery-image] Aug 20 03:35:52.103 INFO O| Aug 20 03:35:52.103 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-20T03:35:53.229Z[ recovery-image] Aug 20 03:35:52.112 INFO O| Aug 20 03:35:52.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84022026-08-20T03:35:53.229Z[ recovery-image] Aug 20 03:35:52.113 INFO O| Aug 20 03:35:52.113 INFO STEP 1031 (remove_files) COMPLETE
84032026-08-20T03:35:53.230Z[ recovery-image] Aug 20 03:35:52.113 INFO O| Aug 20 03:35:52.113 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-20T03:35:53.240Z[ recovery-image] Aug 20 03:35:52.123 INFO O| Aug 20 03:35:52.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84052026-08-20T03:35:53.240Z[ recovery-image] Aug 20 03:35:52.123 INFO O| Aug 20 03:35:52.123 INFO STEP 1032 (remove_files) COMPLETE
84062026-08-20T03:35:53.240Z[ recovery-image] Aug 20 03:35:52.123 INFO O| Aug 20 03:35:52.123 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-20T03:35:53.249Z[ recovery-image] Aug 20 03:35:52.133 INFO O| Aug 20 03:35:52.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84082026-08-20T03:35:53.249Z[ recovery-image] Aug 20 03:35:52.133 INFO O| Aug 20 03:35:52.133 INFO STEP 1033 (remove_files) COMPLETE
84092026-08-20T03:35:53.249Z[ recovery-image] Aug 20 03:35:52.133 INFO O| Aug 20 03:35:52.133 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-20T03:35:53.261Z[ recovery-image] Aug 20 03:35:52.144 INFO O| Aug 20 03:35:52.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84112026-08-20T03:35:53.261Z[ recovery-image] Aug 20 03:35:52.144 INFO O| Aug 20 03:35:52.144 INFO STEP 1034 (remove_files) COMPLETE
84122026-08-20T03:35:53.261Z[ recovery-image] Aug 20 03:35:52.144 INFO O| Aug 20 03:35:52.144 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-20T03:35:53.272Z[ recovery-image] Aug 20 03:35:52.154 INFO O| Aug 20 03:35:52.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84142026-08-20T03:35:53.272Z[ recovery-image] Aug 20 03:35:52.154 INFO O| Aug 20 03:35:52.154 INFO STEP 1035 (remove_files) COMPLETE
84152026-08-20T03:35:53.272Z[ recovery-image] Aug 20 03:35:52.154 INFO O| Aug 20 03:35:52.154 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-20T03:35:53.281Z[ recovery-image] Aug 20 03:35:52.163 INFO O| Aug 20 03:35:52.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84172026-08-20T03:35:53.284Z[ recovery-image] Aug 20 03:35:52.163 INFO O| Aug 20 03:35:52.163 INFO STEP 1036 (remove_files) COMPLETE
84182026-08-20T03:35:53.284Z[ recovery-image] Aug 20 03:35:52.163 INFO O| Aug 20 03:35:52.163 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-20T03:35:53.288Z[ recovery-image] Aug 20 03:35:52.172 INFO O| Aug 20 03:35:52.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84202026-08-20T03:35:53.291Z[ recovery-image] Aug 20 03:35:52.172 INFO O| Aug 20 03:35:52.172 INFO STEP 1037 (remove_files) COMPLETE
84212026-08-20T03:35:53.292Z[ recovery-image] Aug 20 03:35:52.172 INFO O| Aug 20 03:35:52.172 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-20T03:35:53.299Z[ recovery-image] Aug 20 03:35:52.180 INFO O| Aug 20 03:35:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84232026-08-20T03:35:53.299Z[ recovery-image] Aug 20 03:35:52.180 INFO O| Aug 20 03:35:52.180 INFO STEP 1038 (remove_files) COMPLETE
84242026-08-20T03:35:53.299Z[ recovery-image] Aug 20 03:35:52.180 INFO O| Aug 20 03:35:52.180 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-20T03:35:53.308Z[ recovery-image] Aug 20 03:35:52.189 INFO O| Aug 20 03:35:52.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84262026-08-20T03:35:53.308Z[ recovery-image] Aug 20 03:35:52.189 INFO O| Aug 20 03:35:52.189 INFO STEP 1039 (remove_files) COMPLETE
84272026-08-20T03:35:53.308Z[ recovery-image] Aug 20 03:35:52.189 INFO O| Aug 20 03:35:52.189 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-20T03:35:53.316Z[ recovery-image] Aug 20 03:35:52.199 INFO O| Aug 20 03:35:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84292026-08-20T03:35:53.316Z[ recovery-image] Aug 20 03:35:52.199 INFO O| Aug 20 03:35:52.199 INFO STEP 1040 (remove_files) COMPLETE
84302026-08-20T03:35:53.316Z[ recovery-image] Aug 20 03:35:52.199 INFO O| Aug 20 03:35:52.199 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-20T03:35:53.325Z[ recovery-image] Aug 20 03:35:52.208 INFO O| Aug 20 03:35:52.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84322026-08-20T03:35:53.325Z[ recovery-image] Aug 20 03:35:52.208 INFO O| Aug 20 03:35:52.208 INFO STEP 1041 (remove_files) COMPLETE
84332026-08-20T03:35:53.328Z[ recovery-image] Aug 20 03:35:52.208 INFO O| Aug 20 03:35:52.208 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-20T03:35:53.335Z[ recovery-image] Aug 20 03:35:52.218 INFO O| Aug 20 03:35:52.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84352026-08-20T03:35:53.335Z[ recovery-image] Aug 20 03:35:52.218 INFO O| Aug 20 03:35:52.218 INFO STEP 1042 (remove_files) COMPLETE
84362026-08-20T03:35:53.335Z[ recovery-image] Aug 20 03:35:52.218 INFO O| Aug 20 03:35:52.218 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-20T03:35:53.345Z[ recovery-image] Aug 20 03:35:52.229 INFO O| Aug 20 03:35:52.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84382026-08-20T03:35:53.345Z[ recovery-image] Aug 20 03:35:52.229 INFO O| Aug 20 03:35:52.229 INFO STEP 1043 (remove_files) COMPLETE
84392026-08-20T03:35:53.345Z[ recovery-image] Aug 20 03:35:52.229 INFO O| Aug 20 03:35:52.229 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-20T03:35:53.357Z[ recovery-image] Aug 20 03:35:52.240 INFO O| Aug 20 03:35:52.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84412026-08-20T03:35:53.357Z[ recovery-image] Aug 20 03:35:52.240 INFO O| Aug 20 03:35:52.240 INFO STEP 1044 (remove_files) COMPLETE
84422026-08-20T03:35:53.357Z[ recovery-image] Aug 20 03:35:52.240 INFO O| Aug 20 03:35:52.240 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-20T03:35:53.366Z[ recovery-image] Aug 20 03:35:52.249 INFO O| Aug 20 03:35:52.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84442026-08-20T03:35:53.366Z[ recovery-image] Aug 20 03:35:52.249 INFO O| Aug 20 03:35:52.249 INFO STEP 1045 (remove_files) COMPLETE
84452026-08-20T03:35:53.366Z[ recovery-image] Aug 20 03:35:52.249 INFO O| Aug 20 03:35:52.249 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-20T03:35:53.376Z[ recovery-image] Aug 20 03:35:52.259 INFO O| Aug 20 03:35:52.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84472026-08-20T03:35:53.376Z[ recovery-image] Aug 20 03:35:52.259 INFO O| Aug 20 03:35:52.259 INFO STEP 1046 (remove_files) COMPLETE
84482026-08-20T03:35:53.376Z[ recovery-image] Aug 20 03:35:52.259 INFO O| Aug 20 03:35:52.259 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-20T03:35:53.385Z[ recovery-image] Aug 20 03:35:52.269 INFO O| Aug 20 03:35:52.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84502026-08-20T03:35:53.385Z[ recovery-image] Aug 20 03:35:52.269 INFO O| Aug 20 03:35:52.269 INFO STEP 1047 (remove_files) COMPLETE
84512026-08-20T03:35:53.387Z[ recovery-image] Aug 20 03:35:52.269 INFO O| Aug 20 03:35:52.269 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-20T03:35:53.390Z[verify-libraries] Compiling socket2 v0.5.10
84532026-08-20T03:35:53.394Z[ recovery-image] Aug 20 03:35:52.278 INFO O| Aug 20 03:35:52.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84542026-08-20T03:35:53.394Z[ recovery-image] Aug 20 03:35:52.278 INFO O| Aug 20 03:35:52.278 INFO STEP 1048 (remove_files) COMPLETE
84552026-08-20T03:35:53.398Z[ recovery-image] Aug 20 03:35:52.278 INFO O| Aug 20 03:35:52.278 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-20T03:35:53.408Z[ recovery-image] Aug 20 03:35:52.291 INFO O| Aug 20 03:35:52.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84572026-08-20T03:35:53.408Z[ recovery-image] Aug 20 03:35:52.291 INFO O| Aug 20 03:35:52.291 INFO STEP 1049 (remove_files) COMPLETE
84582026-08-20T03:35:53.408Z[ recovery-image] Aug 20 03:35:52.291 INFO O| Aug 20 03:35:52.291 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-20T03:35:53.420Z[ recovery-image] Aug 20 03:35:52.303 INFO O| Aug 20 03:35:52.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84602026-08-20T03:35:53.420Z[ recovery-image] Aug 20 03:35:52.303 INFO O| Aug 20 03:35:52.303 INFO STEP 1050 (remove_files) COMPLETE
84612026-08-20T03:35:53.420Z[ recovery-image] Aug 20 03:35:52.303 INFO O| Aug 20 03:35:52.303 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-20T03:35:53.431Z[ recovery-image] Aug 20 03:35:52.313 INFO O| Aug 20 03:35:52.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84632026-08-20T03:35:53.431Z[ recovery-image] Aug 20 03:35:52.313 INFO O| Aug 20 03:35:52.313 INFO STEP 1051 (remove_files) COMPLETE
84642026-08-20T03:35:53.431Z[ recovery-image] Aug 20 03:35:52.313 INFO O| Aug 20 03:35:52.313 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-20T03:35:53.442Z[ recovery-image] Aug 20 03:35:52.325 INFO O| Aug 20 03:35:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84662026-08-20T03:35:53.442Z[ recovery-image] Aug 20 03:35:52.325 INFO O| Aug 20 03:35:52.325 INFO STEP 1052 (remove_files) COMPLETE
84672026-08-20T03:35:53.442Z[ recovery-image] Aug 20 03:35:52.325 INFO O| Aug 20 03:35:52.325 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-20T03:35:53.453Z[ recovery-image] Aug 20 03:35:52.335 INFO O| Aug 20 03:35:52.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84692026-08-20T03:35:53.453Z[ recovery-image] Aug 20 03:35:52.335 INFO O| Aug 20 03:35:52.335 INFO STEP 1053 (remove_files) COMPLETE
84702026-08-20T03:35:53.453Z[ recovery-image] Aug 20 03:35:52.335 INFO O| Aug 20 03:35:52.335 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-20T03:35:53.462Z[ recovery-image] Aug 20 03:35:52.345 INFO O| Aug 20 03:35:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84722026-08-20T03:35:53.462Z[ recovery-image] Aug 20 03:35:52.345 INFO O| Aug 20 03:35:52.345 INFO STEP 1054 (remove_files) COMPLETE
84732026-08-20T03:35:53.462Z[ recovery-image] Aug 20 03:35:52.345 INFO O| Aug 20 03:35:52.345 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-20T03:35:53.473Z[ recovery-image] Aug 20 03:35:52.354 INFO O| Aug 20 03:35:52.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84752026-08-20T03:35:53.473Z[ recovery-image] Aug 20 03:35:52.354 INFO O| Aug 20 03:35:52.354 INFO STEP 1055 (remove_files) COMPLETE
84762026-08-20T03:35:53.473Z[ recovery-image] Aug 20 03:35:52.354 INFO O| Aug 20 03:35:52.354 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-20T03:35:53.481Z[ recovery-image] Aug 20 03:35:52.364 INFO O| Aug 20 03:35:52.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84782026-08-20T03:35:53.482Z[ recovery-image] Aug 20 03:35:52.364 INFO O| Aug 20 03:35:52.364 INFO STEP 1056 (remove_files) COMPLETE
84792026-08-20T03:35:53.483Z[ recovery-image] Aug 20 03:35:52.364 INFO O| Aug 20 03:35:52.364 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-20T03:35:53.490Z[ recovery-image] Aug 20 03:35:52.374 INFO O| Aug 20 03:35:52.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84812026-08-20T03:35:53.490Z[ recovery-image] Aug 20 03:35:52.374 INFO O| Aug 20 03:35:52.374 INFO STEP 1057 (remove_files) COMPLETE
84822026-08-20T03:35:53.490Z[ recovery-image] Aug 20 03:35:52.374 INFO O| Aug 20 03:35:52.374 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-20T03:35:53.500Z[ recovery-image] Aug 20 03:35:52.384 INFO O| Aug 20 03:35:52.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84842026-08-20T03:35:53.500Z[ recovery-image] Aug 20 03:35:52.384 INFO O| Aug 20 03:35:52.384 INFO STEP 1058 (remove_files) COMPLETE
84852026-08-20T03:35:53.500Z[ recovery-image] Aug 20 03:35:52.384 INFO O| Aug 20 03:35:52.384 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-20T03:35:53.512Z[ recovery-image] Aug 20 03:35:52.394 INFO O| Aug 20 03:35:52.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84872026-08-20T03:35:53.512Z[ recovery-image] Aug 20 03:35:52.394 INFO O| Aug 20 03:35:52.394 INFO STEP 1059 (remove_files) COMPLETE
84882026-08-20T03:35:53.512Z[ recovery-image] Aug 20 03:35:52.394 INFO O| Aug 20 03:35:52.394 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-20T03:35:53.519Z[ recovery-image] Aug 20 03:35:52.403 INFO O| Aug 20 03:35:52.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84902026-08-20T03:35:53.520Z[ recovery-image] Aug 20 03:35:52.403 INFO O| Aug 20 03:35:52.403 INFO STEP 1060 (remove_files) COMPLETE
84912026-08-20T03:35:53.520Z[ recovery-image] Aug 20 03:35:52.403 INFO O| Aug 20 03:35:52.403 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-20T03:35:53.529Z[ recovery-image] Aug 20 03:35:52.412 INFO O| Aug 20 03:35:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84932026-08-20T03:35:53.529Z[ recovery-image] Aug 20 03:35:52.412 INFO O| Aug 20 03:35:52.412 INFO STEP 1061 (remove_files) COMPLETE
84942026-08-20T03:35:53.533Z[ recovery-image] Aug 20 03:35:52.412 INFO O| Aug 20 03:35:52.412 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-20T03:35:53.539Z[ recovery-image] Aug 20 03:35:52.422 INFO O| Aug 20 03:35:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84962026-08-20T03:35:53.539Z[ recovery-image] Aug 20 03:35:52.422 INFO O| Aug 20 03:35:52.422 INFO STEP 1062 (remove_files) COMPLETE
84972026-08-20T03:35:53.539Z[ recovery-image] Aug 20 03:35:52.422 INFO O| Aug 20 03:35:52.422 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-20T03:35:53.549Z[ recovery-image] Aug 20 03:35:52.432 INFO O| Aug 20 03:35:52.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84992026-08-20T03:35:53.549Z[ recovery-image] Aug 20 03:35:52.432 INFO O| Aug 20 03:35:52.432 INFO STEP 1063 (remove_files) COMPLETE
85002026-08-20T03:35:53.549Z[ recovery-image] Aug 20 03:35:52.432 INFO O| Aug 20 03:35:52.432 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-20T03:35:53.559Z[ recovery-image] Aug 20 03:35:52.442 INFO O| Aug 20 03:35:52.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85022026-08-20T03:35:53.559Z[ recovery-image] Aug 20 03:35:52.442 INFO O| Aug 20 03:35:52.442 INFO STEP 1064 (remove_files) COMPLETE
85032026-08-20T03:35:53.559Z[ recovery-image] Aug 20 03:35:52.442 INFO O| Aug 20 03:35:52.442 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-20T03:35:53.568Z[ recovery-image] Aug 20 03:35:52.452 INFO O| Aug 20 03:35:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85052026-08-20T03:35:53.569Z[ recovery-image] Aug 20 03:35:52.452 INFO O| Aug 20 03:35:52.452 INFO STEP 1065 (remove_files) COMPLETE
85062026-08-20T03:35:53.569Z[ recovery-image] Aug 20 03:35:52.452 INFO O| Aug 20 03:35:52.452 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-20T03:35:53.580Z[ recovery-image] Aug 20 03:35:52.462 INFO O| Aug 20 03:35:52.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85082026-08-20T03:35:53.580Z[ recovery-image] Aug 20 03:35:52.462 INFO O| Aug 20 03:35:52.462 INFO STEP 1066 (remove_files) COMPLETE
85092026-08-20T03:35:53.585Z[ recovery-image] Aug 20 03:35:52.462 INFO O| Aug 20 03:35:52.462 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-20T03:35:53.589Z[ recovery-image] Aug 20 03:35:52.472 INFO O| Aug 20 03:35:52.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85112026-08-20T03:35:53.589Z[ recovery-image] Aug 20 03:35:52.472 INFO O| Aug 20 03:35:52.472 INFO STEP 1067 (remove_files) COMPLETE
85122026-08-20T03:35:53.589Z[ recovery-image] Aug 20 03:35:52.472 INFO O| Aug 20 03:35:52.472 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-20T03:35:53.600Z[ recovery-image] Aug 20 03:35:52.483 INFO O| Aug 20 03:35:52.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85142026-08-20T03:35:53.600Z[ recovery-image] Aug 20 03:35:52.483 INFO O| Aug 20 03:35:52.483 INFO STEP 1068 (remove_files) COMPLETE
85152026-08-20T03:35:53.600Z[ recovery-image] Aug 20 03:35:52.483 INFO O| Aug 20 03:35:52.483 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-20T03:35:53.612Z[ recovery-image] Aug 20 03:35:52.496 INFO O| Aug 20 03:35:52.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85172026-08-20T03:35:53.612Z[ recovery-image] Aug 20 03:35:52.496 INFO O| Aug 20 03:35:52.496 INFO STEP 1069 (remove_files) COMPLETE
85182026-08-20T03:35:53.613Z[ recovery-image] Aug 20 03:35:52.496 INFO O| Aug 20 03:35:52.496 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-20T03:35:53.684Z[ recovery-image] Aug 20 03:35:52.506 INFO O| Aug 20 03:35:52.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85202026-08-20T03:35:53.684Z[ recovery-image] Aug 20 03:35:52.506 INFO O| Aug 20 03:35:52.506 INFO STEP 1070 (remove_files) COMPLETE
85212026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.506 INFO O| Aug 20 03:35:52.506 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.515 INFO O| Aug 20 03:35:52.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85232026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.515 INFO O| Aug 20 03:35:52.515 INFO STEP 1071 (remove_files) COMPLETE
85242026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.515 INFO O| Aug 20 03:35:52.515 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.525 INFO O| Aug 20 03:35:52.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85262026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.525 INFO O| Aug 20 03:35:52.525 INFO STEP 1072 (remove_files) COMPLETE
85272026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.525 INFO O| Aug 20 03:35:52.525 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.536 INFO O| Aug 20 03:35:52.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85292026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.536 INFO O| Aug 20 03:35:52.536 INFO STEP 1073 (remove_files) COMPLETE
85302026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.536 INFO O| Aug 20 03:35:52.536 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.547 INFO O| Aug 20 03:35:52.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85322026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.547 INFO O| Aug 20 03:35:52.547 INFO STEP 1074 (remove_files) COMPLETE
85332026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.547 INFO O| Aug 20 03:35:52.547 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.556 INFO O| Aug 20 03:35:52.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85352026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.556 INFO O| Aug 20 03:35:52.556 INFO STEP 1075 (remove_files) COMPLETE
85362026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.556 INFO O| Aug 20 03:35:52.556 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.564 INFO O| Aug 20 03:35:52.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85382026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.564 INFO O| Aug 20 03:35:52.564 INFO STEP 1076 (remove_files) COMPLETE
85392026-08-20T03:35:53.689Z[ recovery-image] Aug 20 03:35:52.564 INFO O| Aug 20 03:35:52.564 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-20T03:35:53.694Z[ recovery-image] Aug 20 03:35:52.573 INFO O| Aug 20 03:35:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85412026-08-20T03:35:53.694Z[ recovery-image] Aug 20 03:35:52.573 INFO O| Aug 20 03:35:52.573 INFO STEP 1077 (remove_files) COMPLETE
85422026-08-20T03:35:53.694Z[ recovery-image] Aug 20 03:35:52.573 INFO O| Aug 20 03:35:52.573 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-20T03:35:53.700Z[ recovery-image] Aug 20 03:35:52.584 INFO O| Aug 20 03:35:52.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85442026-08-20T03:35:53.700Z[ recovery-image] Aug 20 03:35:52.584 INFO O| Aug 20 03:35:52.584 INFO STEP 1078 (remove_files) COMPLETE
85452026-08-20T03:35:53.700Z[ recovery-image] Aug 20 03:35:52.584 INFO O| Aug 20 03:35:52.584 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-20T03:35:53.712Z[ recovery-image] Aug 20 03:35:52.595 INFO O| Aug 20 03:35:52.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85472026-08-20T03:35:53.712Z[ recovery-image] Aug 20 03:35:52.595 INFO O| Aug 20 03:35:52.595 INFO STEP 1079 (remove_files) COMPLETE
85482026-08-20T03:35:53.712Z[ recovery-image] Aug 20 03:35:52.595 INFO O| Aug 20 03:35:52.595 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-20T03:35:53.718Z[verify-libraries] Compiling fs-err v2.11.0
85502026-08-20T03:35:53.721Z[ recovery-image] Aug 20 03:35:52.605 INFO O| Aug 20 03:35:52.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85512026-08-20T03:35:53.721Z[ recovery-image] Aug 20 03:35:52.605 INFO O| Aug 20 03:35:52.605 INFO STEP 1080 (remove_files) COMPLETE
85522026-08-20T03:35:53.721Z[ recovery-image] Aug 20 03:35:52.605 INFO O| Aug 20 03:35:52.605 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-20T03:35:53.732Z[ recovery-image] Aug 20 03:35:52.615 INFO O| Aug 20 03:35:52.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85542026-08-20T03:35:53.732Z[ recovery-image] Aug 20 03:35:52.615 INFO O| Aug 20 03:35:52.615 INFO STEP 1081 (remove_files) COMPLETE
85552026-08-20T03:35:53.732Z[ recovery-image] Aug 20 03:35:52.615 INFO O| Aug 20 03:35:52.615 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-20T03:35:53.741Z[ recovery-image] Aug 20 03:35:52.625 INFO O| Aug 20 03:35:52.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85572026-08-20T03:35:53.741Z[ recovery-image] Aug 20 03:35:52.625 INFO O| Aug 20 03:35:52.625 INFO STEP 1082 (remove_files) COMPLETE
85582026-08-20T03:35:53.745Z[ recovery-image] Aug 20 03:35:52.625 INFO O| Aug 20 03:35:52.625 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-20T03:35:53.751Z[ recovery-image] Aug 20 03:35:52.635 INFO O| Aug 20 03:35:52.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85602026-08-20T03:35:53.751Z[ recovery-image] Aug 20 03:35:52.635 INFO O| Aug 20 03:35:52.635 INFO STEP 1083 (remove_files) COMPLETE
85612026-08-20T03:35:53.751Z[ recovery-image] Aug 20 03:35:52.635 INFO O| Aug 20 03:35:52.635 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-20T03:35:53.761Z[ recovery-image] Aug 20 03:35:52.645 INFO O| Aug 20 03:35:52.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85632026-08-20T03:35:53.761Z[ recovery-image] Aug 20 03:35:52.645 INFO O| Aug 20 03:35:52.645 INFO STEP 1084 (remove_files) COMPLETE
85642026-08-20T03:35:53.761Z[ recovery-image] Aug 20 03:35:52.645 INFO O| Aug 20 03:35:52.645 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-20T03:35:53.771Z[ recovery-image] Aug 20 03:35:52.654 INFO O| Aug 20 03:35:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85662026-08-20T03:35:53.771Z[ recovery-image] Aug 20 03:35:52.654 INFO O| Aug 20 03:35:52.654 INFO STEP 1085 (remove_files) COMPLETE
85672026-08-20T03:35:53.771Z[ recovery-image] Aug 20 03:35:52.654 INFO O| Aug 20 03:35:52.654 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-20T03:35:53.780Z[ recovery-image] Aug 20 03:35:52.664 INFO O| Aug 20 03:35:52.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85692026-08-20T03:35:53.780Z[ recovery-image] Aug 20 03:35:52.664 INFO O| Aug 20 03:35:52.664 INFO STEP 1086 (remove_files) COMPLETE
85702026-08-20T03:35:53.785Z[ recovery-image] Aug 20 03:35:52.664 INFO O| Aug 20 03:35:52.664 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-20T03:35:53.790Z[ recovery-image] Aug 20 03:35:52.674 INFO O| Aug 20 03:35:52.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85722026-08-20T03:35:53.790Z[ recovery-image] Aug 20 03:35:52.674 INFO O| Aug 20 03:35:52.674 INFO STEP 1087 (remove_files) COMPLETE
85732026-08-20T03:35:53.791Z[ recovery-image] Aug 20 03:35:52.674 INFO O| Aug 20 03:35:52.674 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-20T03:35:53.801Z[ recovery-image] Aug 20 03:35:52.684 INFO O| Aug 20 03:35:52.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85752026-08-20T03:35:53.801Z[ recovery-image] Aug 20 03:35:52.684 INFO O| Aug 20 03:35:52.684 INFO STEP 1088 (remove_files) COMPLETE
85762026-08-20T03:35:53.804Z[ recovery-image] Aug 20 03:35:52.684 INFO O| Aug 20 03:35:52.684 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-20T03:35:53.810Z[ recovery-image] Aug 20 03:35:52.693 INFO O| Aug 20 03:35:52.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85782026-08-20T03:35:53.810Z[ recovery-image] Aug 20 03:35:52.693 INFO O| Aug 20 03:35:52.693 INFO STEP 1089 (remove_files) COMPLETE
85792026-08-20T03:35:53.810Z[ recovery-image] Aug 20 03:35:52.693 INFO O| Aug 20 03:35:52.693 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-20T03:35:53.819Z[ recovery-image] Aug 20 03:35:52.702 INFO O| Aug 20 03:35:52.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85812026-08-20T03:35:53.819Z[ recovery-image] Aug 20 03:35:52.702 INFO O| Aug 20 03:35:52.702 INFO STEP 1090 (remove_files) COMPLETE
85822026-08-20T03:35:53.819Z[ recovery-image] Aug 20 03:35:52.702 INFO O| Aug 20 03:35:52.702 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-20T03:35:53.828Z[ recovery-image] Aug 20 03:35:52.711 INFO O| Aug 20 03:35:52.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85842026-08-20T03:35:53.828Z[ recovery-image] Aug 20 03:35:52.712 INFO O| Aug 20 03:35:52.711 INFO STEP 1091 (remove_files) COMPLETE
85852026-08-20T03:35:53.829Z[ recovery-image] Aug 20 03:35:52.712 INFO O| Aug 20 03:35:52.711 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-20T03:35:53.837Z[ recovery-image] Aug 20 03:35:52.720 INFO O| Aug 20 03:35:52.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85872026-08-20T03:35:53.840Z[ recovery-image] Aug 20 03:35:52.721 INFO O| Aug 20 03:35:52.721 INFO STEP 1092 (remove_files) COMPLETE
85882026-08-20T03:35:53.840Z[ recovery-image] Aug 20 03:35:52.721 INFO O| Aug 20 03:35:52.721 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-20T03:35:53.847Z[ recovery-image] Aug 20 03:35:52.730 INFO O| Aug 20 03:35:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85902026-08-20T03:35:53.847Z[ recovery-image] Aug 20 03:35:52.730 INFO O| Aug 20 03:35:52.730 INFO STEP 1093 (remove_files) COMPLETE
85912026-08-20T03:35:53.847Z[ recovery-image] Aug 20 03:35:52.730 INFO O| Aug 20 03:35:52.730 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-20T03:35:53.857Z[ recovery-image] Aug 20 03:35:52.740 INFO O| Aug 20 03:35:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85932026-08-20T03:35:53.857Z[ recovery-image] Aug 20 03:35:52.740 INFO O| Aug 20 03:35:52.739 INFO STEP 1094 (remove_files) COMPLETE
85942026-08-20T03:35:53.857Z[ recovery-image] Aug 20 03:35:52.740 INFO O| Aug 20 03:35:52.739 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-20T03:35:53.872Z[ recovery-image] Aug 20 03:35:52.755 INFO O| Aug 20 03:35:52.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85962026-08-20T03:35:53.872Z[ recovery-image] Aug 20 03:35:52.755 INFO O| Aug 20 03:35:52.755 INFO STEP 1095 (remove_files) COMPLETE
85972026-08-20T03:35:53.875Z[ recovery-image] Aug 20 03:35:52.755 INFO O| Aug 20 03:35:52.755 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-20T03:35:53.882Z[ recovery-image] Aug 20 03:35:52.764 INFO O| Aug 20 03:35:52.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85992026-08-20T03:35:53.882Z[ recovery-image] Aug 20 03:35:52.764 INFO O| Aug 20 03:35:52.764 INFO STEP 1096 (remove_files) COMPLETE
86002026-08-20T03:35:53.885Z[ recovery-image] Aug 20 03:35:52.764 INFO O| Aug 20 03:35:52.764 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-20T03:35:53.898Z[ recovery-image] Aug 20 03:35:52.775 INFO O| Aug 20 03:35:52.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86022026-08-20T03:35:53.898Z[ recovery-image] Aug 20 03:35:52.775 INFO O| Aug 20 03:35:52.775 INFO STEP 1097 (remove_files) COMPLETE
86032026-08-20T03:35:53.898Z[ recovery-image] Aug 20 03:35:52.775 INFO O| Aug 20 03:35:52.775 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-20T03:35:53.901Z[ recovery-image] Aug 20 03:35:52.785 INFO O| Aug 20 03:35:52.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86052026-08-20T03:35:53.901Z[ recovery-image] Aug 20 03:35:52.785 INFO O| Aug 20 03:35:52.785 INFO STEP 1098 (remove_files) COMPLETE
86062026-08-20T03:35:53.902Z[ recovery-image] Aug 20 03:35:52.785 INFO O| Aug 20 03:35:52.785 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-20T03:35:53.911Z[ recovery-image] Aug 20 03:35:52.795 INFO O| Aug 20 03:35:52.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86082026-08-20T03:35:53.911Z[ recovery-image] Aug 20 03:35:52.795 INFO O| Aug 20 03:35:52.795 INFO STEP 1099 (remove_files) COMPLETE
86092026-08-20T03:35:53.911Z[ recovery-image] Aug 20 03:35:52.795 INFO O| Aug 20 03:35:52.795 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-20T03:35:53.922Z[ recovery-image] Aug 20 03:35:52.805 INFO O| Aug 20 03:35:52.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86112026-08-20T03:35:53.922Z[ recovery-image] Aug 20 03:35:52.805 INFO O| Aug 20 03:35:52.805 INFO STEP 1100 (remove_files) COMPLETE
86122026-08-20T03:35:53.922Z[ recovery-image] Aug 20 03:35:52.805 INFO O| Aug 20 03:35:52.805 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-20T03:35:53.935Z[ recovery-image] Aug 20 03:35:52.816 INFO O| Aug 20 03:35:52.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86142026-08-20T03:35:53.935Z[ recovery-image] Aug 20 03:35:52.816 INFO O| Aug 20 03:35:52.816 INFO STEP 1101 (remove_files) COMPLETE
86152026-08-20T03:35:53.936Z[ recovery-image] Aug 20 03:35:52.816 INFO O| Aug 20 03:35:52.816 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-20T03:35:53.947Z[ recovery-image] Aug 20 03:35:52.827 INFO O| Aug 20 03:35:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86172026-08-20T03:35:53.947Z[ recovery-image] Aug 20 03:35:52.827 INFO O| Aug 20 03:35:52.827 INFO STEP 1102 (remove_files) COMPLETE
86182026-08-20T03:35:53.947Z[ recovery-image] Aug 20 03:35:52.827 INFO O| Aug 20 03:35:52.827 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-20T03:35:53.955Z[ recovery-image] Aug 20 03:35:52.836 INFO O| Aug 20 03:35:52.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86202026-08-20T03:35:53.955Z[ recovery-image] Aug 20 03:35:52.836 INFO O| Aug 20 03:35:52.836 INFO STEP 1103 (remove_files) COMPLETE
86212026-08-20T03:35:53.958Z[ recovery-image] Aug 20 03:35:52.836 INFO O| Aug 20 03:35:52.836 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-20T03:35:53.962Z[ recovery-image] Aug 20 03:35:52.845 INFO O| Aug 20 03:35:52.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86232026-08-20T03:35:53.962Z[ recovery-image] Aug 20 03:35:52.845 INFO O| Aug 20 03:35:52.845 INFO STEP 1104 (remove_files) COMPLETE
86242026-08-20T03:35:53.962Z[ recovery-image] Aug 20 03:35:52.845 INFO O| Aug 20 03:35:52.845 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-20T03:35:53.972Z[ recovery-image] Aug 20 03:35:52.855 INFO O| Aug 20 03:35:52.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86262026-08-20T03:35:53.972Z[ recovery-image] Aug 20 03:35:52.855 INFO O| Aug 20 03:35:52.855 INFO STEP 1105 (remove_files) COMPLETE
86272026-08-20T03:35:53.972Z[ recovery-image] Aug 20 03:35:52.855 INFO O| Aug 20 03:35:52.855 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-20T03:35:53.983Z[ recovery-image] Aug 20 03:35:52.865 INFO O| Aug 20 03:35:52.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86292026-08-20T03:35:53.983Z[ recovery-image] Aug 20 03:35:52.865 INFO O| Aug 20 03:35:52.865 INFO STEP 1106 (remove_files) COMPLETE
86302026-08-20T03:35:53.983Z[ recovery-image] Aug 20 03:35:52.865 INFO O| Aug 20 03:35:52.865 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-20T03:35:53.996Z[ recovery-image] Aug 20 03:35:52.878 INFO O| Aug 20 03:35:52.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86322026-08-20T03:35:53.996Z[ recovery-image] Aug 20 03:35:52.878 INFO O| Aug 20 03:35:52.878 INFO STEP 1107 (remove_files) COMPLETE
86332026-08-20T03:35:53.996Z[ recovery-image] Aug 20 03:35:52.878 INFO O| Aug 20 03:35:52.878 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-20T03:35:54.007Z[ recovery-image] Aug 20 03:35:52.890 INFO O| Aug 20 03:35:52.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86352026-08-20T03:35:54.007Z[ recovery-image] Aug 20 03:35:52.890 INFO O| Aug 20 03:35:52.888 INFO STEP 1108 (remove_files) COMPLETE
86362026-08-20T03:35:54.007Z[ recovery-image] Aug 20 03:35:52.890 INFO O| Aug 20 03:35:52.888 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-20T03:35:54.014Z[ recovery-image] Aug 20 03:35:52.897 INFO O| Aug 20 03:35:52.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86382026-08-20T03:35:54.014Z[ recovery-image] Aug 20 03:35:52.897 INFO O| Aug 20 03:35:52.897 INFO STEP 1109 (remove_files) COMPLETE
86392026-08-20T03:35:54.017Z[ recovery-image] Aug 20 03:35:52.897 INFO O| Aug 20 03:35:52.897 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-20T03:35:54.021Z[verify-libraries] Compiling internet-checksum v0.2.1
86412026-08-20T03:35:54.024Z[ recovery-image] Aug 20 03:35:52.907 INFO O| Aug 20 03:35:52.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86422026-08-20T03:35:54.024Z[ recovery-image] Aug 20 03:35:52.908 INFO O| Aug 20 03:35:52.907 INFO STEP 1110 (remove_files) COMPLETE
86432026-08-20T03:35:54.024Z[ recovery-image] Aug 20 03:35:52.908 INFO O| Aug 20 03:35:52.907 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-20T03:35:54.033Z[ recovery-image] Aug 20 03:35:52.917 INFO O| Aug 20 03:35:52.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86452026-08-20T03:35:54.033Z[ recovery-image] Aug 20 03:35:52.917 INFO O| Aug 20 03:35:52.917 INFO STEP 1111 (remove_files) COMPLETE
86462026-08-20T03:35:54.033Z[ recovery-image] Aug 20 03:35:52.917 INFO O| Aug 20 03:35:52.917 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-20T03:35:54.045Z[ recovery-image] Aug 20 03:35:52.928 INFO O| Aug 20 03:35:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86482026-08-20T03:35:54.045Z[ recovery-image] Aug 20 03:35:52.928 INFO O| Aug 20 03:35:52.928 INFO STEP 1112 (remove_files) COMPLETE
86492026-08-20T03:35:54.045Z[ recovery-image] Aug 20 03:35:52.928 INFO O| Aug 20 03:35:52.928 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-20T03:35:54.059Z[ recovery-image] Aug 20 03:35:52.938 INFO O| Aug 20 03:35:52.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86512026-08-20T03:35:54.059Z[ recovery-image] Aug 20 03:35:52.938 INFO O| Aug 20 03:35:52.938 INFO STEP 1113 (remove_files) COMPLETE
86522026-08-20T03:35:54.059Z[ recovery-image] Aug 20 03:35:52.938 INFO O| Aug 20 03:35:52.938 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-20T03:35:54.067Z[ recovery-image] Aug 20 03:35:52.949 INFO O| Aug 20 03:35:52.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86542026-08-20T03:35:54.067Z[ recovery-image] Aug 20 03:35:52.949 INFO O| Aug 20 03:35:52.949 INFO STEP 1114 (remove_files) COMPLETE
86552026-08-20T03:35:54.067Z[ recovery-image] Aug 20 03:35:52.949 INFO O| Aug 20 03:35:52.949 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-20T03:35:54.077Z[ recovery-image] Aug 20 03:35:52.960 INFO O| Aug 20 03:35:52.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86572026-08-20T03:35:54.077Z[ recovery-image] Aug 20 03:35:52.960 INFO O| Aug 20 03:35:52.960 INFO STEP 1115 (remove_files) COMPLETE
86582026-08-20T03:35:54.077Z[ recovery-image] Aug 20 03:35:52.960 INFO O| Aug 20 03:35:52.960 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-08-20T03:35:54.088Z[ recovery-image] Aug 20 03:35:52.971 INFO O| Aug 20 03:35:52.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86602026-08-20T03:35:54.088Z[ recovery-image] Aug 20 03:35:52.971 INFO O| Aug 20 03:35:52.971 INFO STEP 1116 (remove_files) COMPLETE
86612026-08-20T03:35:54.088Z[ recovery-image] Aug 20 03:35:52.971 INFO O| Aug 20 03:35:52.971 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-08-20T03:35:54.102Z[ recovery-image] Aug 20 03:35:52.981 INFO O| Aug 20 03:35:52.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86632026-08-20T03:35:54.102Z[ recovery-image] Aug 20 03:35:52.981 INFO O| Aug 20 03:35:52.981 INFO STEP 1117 (remove_files) COMPLETE
86642026-08-20T03:35:54.102Z[ recovery-image] Aug 20 03:35:52.981 INFO O| Aug 20 03:35:52.981 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86652026-08-20T03:35:54.111Z[ recovery-image] Aug 20 03:35:52.995 INFO O| Aug 20 03:35:52.995 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86662026-08-20T03:35:54.111Z[ recovery-image] Aug 20 03:35:52.995 INFO O| Aug 20 03:35:52.995 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86672026-08-20T03:35:54.466Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86682026-08-20T03:35:54.858Z[ recovery-image] Aug 20 03:35:53.741 INFO O| Aug 20 03:35:53.741 INFO STEP 1118 (pack_tar) COMPLETE
86692026-08-20T03:35:54.858Z[ recovery-image] Aug 20 03:35:53.741 INFO O| Aug 20 03:35:53.741 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86702026-08-20T03:35:54.859Z[ recovery-image] Aug 20 03:35:53.741 INFO O| Aug 20 03:35:53.741 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86712026-08-20T03:35:55.356Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86722026-08-20T03:35:55.432Z[ recovery-image] Aug 20 03:35:54.315 INFO O| Aug 20 03:35:54.315 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86732026-08-20T03:35:55.564Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86742026-08-20T03:35:55.598Z[ recovery-image] Aug 20 03:35:54.480 INFO O| Aug 20 03:35:54.480 INFO completed processing sled/ramdisk-03-recovery-trim
86752026-08-20T03:35:55.608Z[ recovery-image] Aug 20 03:35:54.484 INFO image builder template: zfs-recovery...
86762026-08-20T03:35:55.608Z[ recovery-image] Aug 20 03:35:54.484 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/.tmpj9tMUi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86772026-08-20T03:35:55.629Z[ recovery-image] Aug 20 03:35:54.513 INFO O| Aug 20 03:35:54.512 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86782026-08-20T03:35:55.633Z[ recovery-image] Aug 20 03:35:54.517 INFO O| Aug 20 03:35:54.517 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86792026-08-20T03:35:55.740Z[ recovery-image] Aug 20 03:35:54.623 INFO O| Aug 20 03:35:54.623 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86802026-08-20T03:35:55.815Z[ recovery-image] Aug 20 03:35:54.696 INFO O| Aug 20 03:35:54.696 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86812026-08-20T03:35:55.815Z[ recovery-image] Aug 20 03:35:54.696 INFO O| Aug 20 03:35:54.696 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86822026-08-20T03:35:55.819Z[ recovery-image] Aug 20 03:35:54.700 INFO O| Aug 20 03:35:54.700 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86832026-08-20T03:35:55.931Z[ recovery-image] Aug 20 03:35:54.812 INFO O| Aug 20 03:35:54.812 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86842026-08-20T03:35:56.020Z[ recovery-image] Aug 20 03:35:54.901 INFO O| Aug 20 03:35:54.901 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86852026-08-20T03:35:56.027Z[ recovery-image] Aug 20 03:35:54.911 INFO O| Aug 20 03:35:54.910 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86862026-08-20T03:35:56.032Z[ recovery-image] Aug 20 03:35:54.915 INFO O| Aug 20 03:35:54.915 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86872026-08-20T03:35:56.035Z[ recovery-image] Aug 20 03:35:54.917 INFO O| Aug 20 03:35:54.917 INFO no lofi found
86882026-08-20T03:35:56.035Z[ recovery-image] Aug 20 03:35:54.917 INFO O| Aug 20 03:35:54.917 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86892026-08-20T03:35:56.035Z[ recovery-image] Aug 20 03:35:54.917 INFO O| Aug 20 03:35:54.917 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86902026-08-20T03:35:56.107Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86912026-08-20T03:35:56.405Z[verify-libraries] Compiling git2 v0.20.4
86922026-08-20T03:35:56.445Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86932026-08-20T03:35:56.506Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86942026-08-20T03:35:57.984Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86952026-08-20T03:35:58.117Z[ recovery-image] Aug 20 03:35:57.001 INFO O| Aug 20 03:35:57.001 INFO lofi device = /dev/dsk/c2t1d0p0
86962026-08-20T03:35:58.117Z[ recovery-image] Aug 20 03:35:57.001 INFO O| Aug 20 03:35:57.001 INFO pool device = /dev/dsk/c2t1d0p0
86972026-08-20T03:35:58.118Z[ recovery-image] Aug 20 03:35:57.001 INFO O| Aug 20 03:35: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"]
86982026-08-20T03:35:58.179Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86992026-08-20T03:35:58.291Z[ recovery-image] Aug 20 03:35:57.174 INFO O| Aug 20 03:35:57.174 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87002026-08-20T03:35:58.291Z[ recovery-image] Aug 20 03:35:57.175 INFO O| Aug 20 03:35:57.174 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87012026-08-20T03:35:58.320Z[ recovery-image] Aug 20 03:35:57.203 INFO O| Aug 20 03:35:57.203 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87022026-08-20T03:35:58.416Z[ recovery-image] Aug 20 03:35:57.299 INFO O| Aug 20 03:35:57.299 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87032026-08-20T03:35:58.551Z[ recovery-image] Aug 20 03:35:57.434 INFO O| Aug 20 03:35:57.433 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87042026-08-20T03:35:58.574Z[ recovery-image] Aug 20 03:35:57.457 INFO O| Aug 20 03:35:57.457 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87052026-08-20T03:35:58.581Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87062026-08-20T03:35:58.590Z[ recovery-image] Aug 20 03:35:57.473 INFO O| Aug 20 03:35:57.473 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87072026-08-20T03:35:58.634Z[ recovery-image] Aug 20 03:35:57.517 INFO O| Aug 20 03:35:57.517 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87082026-08-20T03:35:58.634Z[ recovery-image] Aug 20 03:35:57.517 INFO O| Aug 20 03:35:57.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87092026-08-20T03:35:58.638Z[ recovery-image] Aug 20 03:35:57.517 INFO O| Aug 20 03:35:57.517 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87102026-08-20T03:35:58.647Z[ recovery-image] Aug 20 03:35:57.528 INFO O| Aug 20 03:35:57.528 INFO boot environment UUID: a0724a16-5a04-4b09-8222-24aff99467b0
87112026-08-20T03:35:58.648Z[ recovery-image] Aug 20 03:35:57.528 INFO O| Aug 20 03:35:57.528 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a0724a16-5a04-4b09-8222-24aff99467b0
87122026-08-20T03:35:58.671Z[ recovery-image] Aug 20 03:35:57.554 INFO O| Aug 20 03:35:57.554 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87132026-08-20T03:35:58.689Z[ recovery-image] Aug 20 03:35:57.572 INFO O| Aug 20 03:35:57.572 INFO STEP 0 (create_be) COMPLETE
87142026-08-20T03:35:58.689Z[ recovery-image] Aug 20 03:35:57.572 INFO O| Aug 20 03:35:57.572 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87152026-08-20T03:35:58.705Z[ recovery-image] Aug 20 03:35:57.589 INFO O| Aug 20 03:35:57.589 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"]
87162026-08-20T03:36:00.149Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87172026-08-20T03:36:00.205Z[verify-libraries] Compiling yansi v1.0.1
87182026-08-20T03:36:00.400Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87192026-08-20T03:36:00.689Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87202026-08-20T03:36:00.735Z[verify-libraries] Compiling pretty_assertions v1.4.1
87212026-08-20T03:36:00.997Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87222026-08-20T03:36:01.162Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87232026-08-20T03:36:01.404Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87242026-08-20T03:36:01.445Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87252026-08-20T03:36:01.491Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87262026-08-20T03:36:01.563Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87272026-08-20T03:36:01.613Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87282026-08-20T03:36:01.813Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87292026-08-20T03:36:01.925Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87302026-08-20T03:36:01.968Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87312026-08-20T03:36:02.031Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87322026-08-20T03:36:02.239Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87332026-08-20T03:36:02.277Z[verify-libraries] Compiling drift v0.2.0
87342026-08-20T03:36:02.322Z[verify-libraries] Compiling uzers v0.12.2
87352026-08-20T03:36:02.458Z[verify-libraries] Compiling parse-size v1.1.0
87362026-08-20T03:36:02.837Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87372026-08-20T03:36:03.102Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87382026-08-20T03:36:03.506Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87392026-08-20T03:36:03.912Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87402026-08-20T03:36:04.370Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87412026-08-20T03:36:05.040Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87422026-08-20T03:36:05.751Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87432026-08-20T03:36:07.388Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87442026-08-20T03:36:07.450Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87452026-08-20T03:36:07.697Z[ recovery-image] Aug 20 03:36:06.580 INFO O| Aug 20 03:36:06.580 INFO STEP 1 (unpack_tar) COMPLETE
87462026-08-20T03:36:07.697Z[ recovery-image] Aug 20 03:36:06.580 INFO O| Aug 20 03:36:06.580 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87472026-08-20T03:36:07.706Z[ recovery-image] Aug 20 03:36:06.590 INFO O| Aug 20 03:36:06.590 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87482026-08-20T03:36:08.923Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87492026-08-20T03:36:08.990Z[ recovery-image] Aug 20 03:36:07.872 INFO O| Aug 20 03:36:07.872 INFO STEP 2 (devfsadm) COMPLETE
87502026-08-20T03:36:08.991Z[ recovery-image] Aug 20 03:36:07.872 INFO O| Aug 20 03:36:07.872 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-20T03:36:08.999Z[ recovery-image] Aug 20 03:36:07.883 INFO O| Aug 20 03:36:07.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87522026-08-20T03:36:08.999Z[ recovery-image] Aug 20 03:36:07.883 INFO O| Aug 20 03:36:07.883 INFO STEP 3 (ensure_dir) COMPLETE
87532026-08-20T03:36:09.000Z[ recovery-image] Aug 20 03:36:07.883 INFO O| Aug 20 03:36:07.883 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-20T03:36:09.009Z[ recovery-image] Aug 20 03:36:07.893 INFO O| Aug 20 03:36:07.892 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87552026-08-20T03:36:09.009Z[ recovery-image] Aug 20 03:36:07.893 INFO O| Aug 20 03:36:07.892 INFO STEP 4 (ensure_dir) COMPLETE
87562026-08-20T03:36:09.009Z[ recovery-image] Aug 20 03:36:07.893 INFO O| Aug 20 03:36:07.893 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-20T03:36:09.019Z[ recovery-image] Aug 20 03:36:07.902 INFO O| Aug 20 03:36:07.902 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87582026-08-20T03:36:09.019Z[ recovery-image] Aug 20 03:36:07.902 INFO O| Aug 20 03:36:07.902 INFO STEP 5 (ensure_dir) COMPLETE
87592026-08-20T03:36:09.023Z[ recovery-image] Aug 20 03:36:07.902 INFO O| Aug 20 03:36:07.902 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-08-20T03:36:09.029Z[ recovery-image] Aug 20 03:36:07.912 INFO O| Aug 20 03:36:07.912 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87612026-08-20T03:36:09.029Z[ recovery-image] Aug 20 03:36:07.912 INFO O| Aug 20 03:36:07.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87622026-08-20T03:36:09.029Z[ recovery-image] Aug 20 03:36:07.912 INFO O| Aug 20 03:36:07.912 INFO STEP 6 (ensure_dir) COMPLETE
87632026-08-20T03:36:09.032Z[ recovery-image] Aug 20 03:36:07.912 INFO O| Aug 20 03:36:07.912 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87642026-08-20T03:36:09.041Z[ recovery-image] Aug 20 03:36:07.924 INFO O| Aug 20 03:36:07.924 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87652026-08-20T03:36:09.041Z[ recovery-image] Aug 20 03:36:07.924 INFO O| Aug 20 03:36:07.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87662026-08-20T03:36:09.044Z[ recovery-image] Aug 20 03:36:07.924 INFO O| Aug 20 03:36:07.924 INFO STEP 7 (ensure_dir) COMPLETE
87672026-08-20T03:36:09.044Z[ recovery-image] Aug 20 03:36:07.924 INFO O| Aug 20 03:36:07.924 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-20T03:36:09.053Z[ recovery-image] Aug 20 03:36:07.936 INFO O| Aug 20 03:36:07.936 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87692026-08-20T03:36:09.056Z[ recovery-image] Aug 20 03:36:07.937 INFO O| Aug 20 03:36:07.937 INFO STEP 8 (remove_files) COMPLETE
87702026-08-20T03:36:09.056Z[ recovery-image] Aug 20 03:36:07.937 INFO O| Aug 20 03:36:07.937 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-20T03:36:09.065Z[ recovery-image] Aug 20 03:36:07.948 INFO O| Aug 20 03:36:07.948 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87722026-08-20T03:36:09.068Z[ recovery-image] Aug 20 03:36:07.949 INFO O| Aug 20 03:36:07.949 INFO STEP 9 (remove_files) COMPLETE
87732026-08-20T03:36:09.068Z[ recovery-image] Aug 20 03:36:07.949 INFO O| Aug 20 03:36:07.949 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-08-20T03:36:09.075Z[ recovery-image] Aug 20 03:36:07.959 INFO O| Aug 20 03:36:07.959 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87752026-08-20T03:36:09.078Z[ recovery-image] Aug 20 03:36:07.959 INFO O| Aug 20 03:36:07.959 INFO STEP 10 (remove_files) COMPLETE
87762026-08-20T03:36:09.078Z[ recovery-image] Aug 20 03:36:07.959 INFO O| Aug 20 03:36:07.959 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-20T03:36:09.086Z[ recovery-image] Aug 20 03:36:07.969 INFO O| Aug 20 03:36:07.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87782026-08-20T03:36:09.086Z[ recovery-image] Aug 20 03:36:07.969 INFO O| Aug 20 03:36:07.969 INFO STEP 11 (remove_files) COMPLETE
87792026-08-20T03:36:09.086Z[ recovery-image] Aug 20 03:36:07.969 INFO O| Aug 20 03:36:07.969 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-08-20T03:36:09.096Z[ recovery-image] Aug 20 03:36:07.980 INFO O| Aug 20 03:36:07.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87812026-08-20T03:36:09.096Z[ recovery-image] Aug 20 03:36:07.980 INFO O| Aug 20 03:36:07.980 INFO STEP 12 (remove_files) COMPLETE
87822026-08-20T03:36:09.097Z[ recovery-image] Aug 20 03:36:07.980 INFO O| Aug 20 03:36:07.980 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-08-20T03:36:09.107Z[ recovery-image] Aug 20 03:36:07.990 INFO O| Aug 20 03:36:07.990 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87842026-08-20T03:36:09.107Z[ recovery-image] Aug 20 03:36:07.990 INFO O| Aug 20 03:36:07.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87852026-08-20T03:36:09.107Z[ recovery-image] Aug 20 03:36:07.990 INFO O| Aug 20 03:36:07.990 INFO STEP 13 (ensure_dir) COMPLETE
87862026-08-20T03:36:09.110Z[ recovery-image] Aug 20 03:36:07.990 INFO O| Aug 20 03:36:07.990 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-08-20T03:36:09.116Z[ recovery-image] Aug 20 03:36:08.000 INFO O| Aug 20 03:36:08.000 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87882026-08-20T03:36:09.117Z[ recovery-image] Aug 20 03:36:08.000 INFO O| Aug 20 03:36:08.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87892026-08-20T03:36:09.120Z[ recovery-image] Aug 20 03:36:08.000 INFO O| Aug 20 03:36:08.000 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87902026-08-20T03:36:09.120Z[ recovery-image] Aug 20 03:36:08.000 INFO O| Aug 20 03:36:08.000 INFO STEP 14 (ensure_dir) COMPLETE
87912026-08-20T03:36:09.120Z[ recovery-image] Aug 20 03:36:08.000 INFO O| Aug 20 03:36:08.000 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-20T03:36:09.127Z[ recovery-image] Aug 20 03:36:08.011 INFO O| Aug 20 03:36:08.011 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87932026-08-20T03:36:09.127Z[ recovery-image] Aug 20 03:36:08.011 INFO O| Aug 20 03:36:08.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87942026-08-20T03:36:09.127Z[ recovery-image] Aug 20 03:36:08.011 INFO O| Aug 20 03:36:08.011 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87952026-08-20T03:36:09.131Z[ recovery-image] Aug 20 03:36:08.011 INFO O| Aug 20 03:36:08.011 INFO STEP 15 (ensure_dir) COMPLETE
87962026-08-20T03:36:09.131Z[ recovery-image] Aug 20 03:36:08.011 INFO O| Aug 20 03:36:08.011 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-20T03:36:09.131Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87982026-08-20T03:36:09.140Z[ recovery-image] Aug 20 03:36:08.020 INFO O| Aug 20 03:36:08.020 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87992026-08-20T03:36:09.140Z[ recovery-image] Aug 20 03:36:08.020 INFO O| Aug 20 03:36:08.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88002026-08-20T03:36:09.140Z[ recovery-image] Aug 20 03:36:08.020 INFO O| Aug 20 03:36:08.020 INFO STEP 16 (ensure_dir) COMPLETE
88012026-08-20T03:36:09.140Z[ recovery-image] Aug 20 03:36:08.020 INFO O| Aug 20 03:36:08.020 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-20T03:36:09.148Z[ recovery-image] Aug 20 03:36:08.031 INFO O| Aug 20 03:36:08.031 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88032026-08-20T03:36:09.148Z[ recovery-image] Aug 20 03:36:08.031 INFO O| Aug 20 03:36:08.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88042026-08-20T03:36:09.151Z[ recovery-image] Aug 20 03:36:08.031 INFO O| Aug 20 03:36:08.031 INFO STEP 17 (ensure_dir) COMPLETE
88052026-08-20T03:36:09.151Z[ recovery-image] Aug 20 03:36:08.031 INFO O| Aug 20 03:36:08.031 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062026-08-20T03:36:09.158Z[ recovery-image] Aug 20 03:36:08.042 INFO O| Aug 20 03:36:08.041 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88072026-08-20T03:36:09.158Z[ recovery-image] Aug 20 03:36:08.042 INFO O| Aug 20 03:36:08.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88082026-08-20T03:36:09.158Z[ recovery-image] Aug 20 03:36:08.042 INFO O| Aug 20 03:36:08.042 INFO ok!
88092026-08-20T03:36:09.162Z[ recovery-image] Aug 20 03:36:08.042 INFO O| Aug 20 03:36:08.042 INFO STEP 18 (ensure_symlink) COMPLETE
88102026-08-20T03:36:09.162Z[ recovery-image] Aug 20 03:36:08.042 INFO O| Aug 20 03:36:08.042 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-20T03:36:09.170Z[ recovery-image] Aug 20 03:36:08.053 INFO O| Aug 20 03:36:08.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88122026-08-20T03:36:09.170Z[ recovery-image] Aug 20 03:36:08.053 INFO O| Aug 20 03:36:08.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88132026-08-20T03:36:09.170Z[ recovery-image] Aug 20 03:36:08.053 INFO O| Aug 20 03:36:08.053 INFO ok!
88142026-08-20T03:36:09.174Z[ recovery-image] Aug 20 03:36:08.053 INFO O| Aug 20 03:36:08.053 INFO STEP 19 (ensure_file) COMPLETE
88152026-08-20T03:36:09.174Z[ recovery-image] Aug 20 03:36:08.053 INFO O| Aug 20 03:36:08.053 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-20T03:36:09.180Z[ recovery-image] Aug 20 03:36:08.063 INFO O| Aug 20 03:36:08.063 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88172026-08-20T03:36:09.180Z[ recovery-image] Aug 20 03:36:08.063 INFO O| Aug 20 03:36:08.063 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88182026-08-20T03:36:09.183Z[ recovery-image] Aug 20 03:36:08.063 INFO O| Aug 20 03:36:08.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88192026-08-20T03:36:09.183Z[ recovery-image] Aug 20 03:36:08.063 INFO O| Aug 20 03:36:08.063 INFO ok!
88202026-08-20T03:36:09.183Z[ recovery-image] Aug 20 03:36:08.063 INFO O| Aug 20 03:36:08.063 INFO STEP 20 (ensure_symlink) COMPLETE
88212026-08-20T03:36:09.183Z[ recovery-image] Aug 20 03:36:08.063 INFO O| Aug 20 03:36:08.063 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88222026-08-20T03:36:09.191Z[ recovery-image] Aug 20 03:36:08.074 INFO O| Aug 20 03:36:08.074 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88232026-08-20T03:36:09.191Z[ recovery-image] Aug 20 03:36:08.074 INFO O| Aug 20 03:36:08.074 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88242026-08-20T03:36:09.191Z[ recovery-image] Aug 20 03:36:08.074 INFO O| Aug 20 03:36:08.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88252026-08-20T03:36:09.194Z[ recovery-image] Aug 20 03:36:08.074 INFO O| Aug 20 03:36:08.074 INFO ok!
88262026-08-20T03:36:09.195Z[ recovery-image] Aug 20 03:36:08.074 INFO O| Aug 20 03:36:08.074 INFO STEP 21 (ensure_symlink) COMPLETE
88272026-08-20T03:36:09.195Z[ recovery-image] Aug 20 03:36:08.074 INFO O| Aug 20 03:36:08.074 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88282026-08-20T03:36:09.202Z[ recovery-image] Aug 20 03:36:08.085 INFO O| Aug 20 03:36:08.085 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88292026-08-20T03:36:09.202Z[ recovery-image] Aug 20 03:36:08.085 INFO O| Aug 20 03:36:08.085 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88302026-08-20T03:36:09.202Z[ recovery-image] Aug 20 03:36:08.085 INFO O| Aug 20 03:36:08.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88312026-08-20T03:36:09.205Z[ recovery-image] Aug 20 03:36:08.085 INFO O| Aug 20 03:36:08.085 INFO ok!
88322026-08-20T03:36:09.205Z[ recovery-image] Aug 20 03:36:08.085 INFO O| Aug 20 03:36:08.085 INFO STEP 22 (ensure_symlink) COMPLETE
88332026-08-20T03:36:09.205Z[ recovery-image] Aug 20 03:36:08.085 INFO O| Aug 20 03:36:08.085 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342026-08-20T03:36:09.212Z[ recovery-image] Aug 20 03:36:08.096 INFO O| Aug 20 03:36:08.096 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88352026-08-20T03:36:09.213Z[ recovery-image] Aug 20 03:36:08.096 INFO O| Aug 20 03:36:08.096 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88362026-08-20T03:36:09.217Z[ recovery-image] Aug 20 03:36:08.096 INFO O| Aug 20 03:36:08.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88372026-08-20T03:36:09.217Z[ recovery-image] Aug 20 03:36:08.096 INFO O| Aug 20 03:36:08.096 INFO ok!
88382026-08-20T03:36:09.217Z[ recovery-image] Aug 20 03:36:08.096 INFO O| Aug 20 03:36:08.096 INFO STEP 23 (ensure_symlink) COMPLETE
88392026-08-20T03:36:09.217Z[ recovery-image] Aug 20 03:36:08.096 INFO O| Aug 20 03:36:08.096 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402026-08-20T03:36:09.224Z[ recovery-image] Aug 20 03:36:08.107 INFO O| Aug 20 03:36:08.107 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88412026-08-20T03:36:09.224Z[ recovery-image] Aug 20 03:36:08.107 INFO O| Aug 20 03:36:08.107 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 ...
88422026-08-20T03:36:09.227Z[ recovery-image] Aug 20 03:36:08.107 INFO O| Aug 20 03:36:08.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88432026-08-20T03:36:09.227Z[ recovery-image] Aug 20 03:36:08.107 INFO O| Aug 20 03:36:08.107 INFO ok!
88442026-08-20T03:36:09.227Z[ recovery-image] Aug 20 03:36:08.107 INFO O| Aug 20 03:36:08.107 INFO STEP 24 (ensure_file) COMPLETE
88452026-08-20T03:36:09.228Z[ recovery-image] Aug 20 03:36:08.107 INFO O| Aug 20 03:36:08.107 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-20T03:36:09.236Z[ recovery-image] Aug 20 03:36:08.120 INFO O| Aug 20 03:36:08.120 INFO updating shadow file
88472026-08-20T03:36:09.236Z[ recovery-image] Aug 20 03:36:08.120 INFO O| Aug 20 03:36:08.120 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88482026-08-20T03:36:09.236Z[ recovery-image] Aug 20 03:36:08.120 INFO O| Aug 20 03:36:08.120 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88492026-08-20T03:36:09.240Z[ recovery-image] Aug 20 03:36:08.120 INFO O| Aug 20 03:36:08.120 INFO STEP 25 (shadow) COMPLETE
88502026-08-20T03:36:09.240Z[ recovery-image] Aug 20 03:36:08.120 INFO O| Aug 20 03:36:08.120 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-20T03:36:09.248Z[ recovery-image] Aug 20 03:36:08.131 INFO O| Aug 20 03:36:08.131 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88522026-08-20T03:36:09.248Z[ recovery-image] Aug 20 03:36:08.131 INFO O| Aug 20 03:36:08.131 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88532026-08-20T03:36:09.248Z[ recovery-image] Aug 20 03:36:08.131 INFO O| Aug 20 03:36:08.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88542026-08-20T03:36:09.253Z[ recovery-image] Aug 20 03:36:08.131 INFO O| Aug 20 03:36:08.131 INFO ok!
88552026-08-20T03:36:09.253Z[ recovery-image] Aug 20 03:36:08.131 INFO O| Aug 20 03:36:08.131 INFO STEP 26 (ensure_file) COMPLETE
88562026-08-20T03:36:09.253Z[ recovery-image] Aug 20 03:36:08.131 INFO O| Aug 20 03:36:08.131 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-20T03:36:09.258Z[ recovery-image] Aug 20 03:36:08.142 INFO O| Aug 20 03:36:08.141 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88582026-08-20T03:36:09.258Z[ recovery-image] Aug 20 03:36:08.142 INFO O| Aug 20 03:36:08.141 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88592026-08-20T03:36:09.262Z[ recovery-image] Aug 20 03:36:08.142 INFO O| Aug 20 03:36:08.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88602026-08-20T03:36:09.262Z[ recovery-image] Aug 20 03:36:08.142 INFO O| Aug 20 03:36:08.142 INFO ok!
88612026-08-20T03:36:09.262Z[ recovery-image] Aug 20 03:36:08.142 INFO O| Aug 20 03:36:08.142 INFO STEP 27 (ensure_file) COMPLETE
88622026-08-20T03:36:09.262Z[ recovery-image] Aug 20 03:36:08.142 INFO O| Aug 20 03:36:08.142 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-20T03:36:09.269Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88642026-08-20T03:36:09.269Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88652026-08-20T03:36:09.273Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88662026-08-20T03:36:09.273Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88672026-08-20T03:36:09.273Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 INFO ok!
88682026-08-20T03:36:09.273Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 INFO STEP 28 (ensure_file) COMPLETE
88692026-08-20T03:36:09.273Z[ recovery-image] Aug 20 03:36:08.153 INFO O| Aug 20 03:36:08.153 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-08-20T03:36:09.280Z[ recovery-image] Aug 20 03:36:08.164 INFO O| Aug 20 03:36:08.164 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88712026-08-20T03:36:09.281Z[ recovery-image] Aug 20 03:36:08.164 INFO O| Aug 20 03:36:08.164 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88722026-08-20T03:36:09.281Z[ recovery-image] Aug 20 03:36:08.164 INFO O| Aug 20 03:36:08.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88732026-08-20T03:36:09.285Z[ recovery-image] Aug 20 03:36:08.164 INFO O| Aug 20 03:36:08.164 INFO ok!
88742026-08-20T03:36:09.285Z[ recovery-image] Aug 20 03:36:08.164 INFO O| Aug 20 03:36:08.164 INFO STEP 29 (ensure_file) COMPLETE
88752026-08-20T03:36:09.285Z[ recovery-image] Aug 20 03:36:08.164 INFO O| Aug 20 03:36:08.164 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762026-08-20T03:36:09.290Z[ recovery-image] Aug 20 03:36:08.174 INFO O| Aug 20 03:36:08.174 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88772026-08-20T03:36:09.291Z[ recovery-image] Aug 20 03:36:08.174 INFO O| Aug 20 03:36:08.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88782026-08-20T03:36:09.294Z[ recovery-image] Aug 20 03:36:08.174 INFO O| Aug 20 03:36:08.174 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88792026-08-20T03:36:09.294Z[ recovery-image] Aug 20 03:36:08.174 INFO O| Aug 20 03:36:08.174 INFO STEP 30 (ensure_dir) COMPLETE
88802026-08-20T03:36:09.294Z[ recovery-image] Aug 20 03:36:08.174 INFO O| Aug 20 03:36:08.174 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812026-08-20T03:36:09.300Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88822026-08-20T03:36:09.300Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 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 ...
88832026-08-20T03:36:09.300Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 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
88842026-08-20T03:36:09.300Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88852026-08-20T03:36:09.304Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 INFO ok!
88862026-08-20T03:36:09.304Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 INFO STEP 31 (ensure_file) COMPLETE
88872026-08-20T03:36:09.304Z[ recovery-image] Aug 20 03:36:08.184 INFO O| Aug 20 03:36:08.184 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882026-08-20T03:36:09.312Z[ recovery-image] Aug 20 03:36:08.195 INFO O| Aug 20 03:36:08.195 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88892026-08-20T03:36:09.312Z[ recovery-image] Aug 20 03:36:08.195 INFO O| Aug 20 03:36:08.195 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88902026-08-20T03:36:09.315Z[ recovery-image] Aug 20 03:36:08.195 INFO O| Aug 20 03:36:08.195 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88912026-08-20T03:36:09.315Z[ recovery-image] Aug 20 03:36:08.195 INFO O| Aug 20 03:36:08.195 INFO STEP 32 (ensure_dir) COMPLETE
88922026-08-20T03:36:09.315Z[ recovery-image] Aug 20 03:36:08.195 INFO O| Aug 20 03:36:08.195 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932026-08-20T03:36:09.324Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88942026-08-20T03:36:09.324Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 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 ...
88952026-08-20T03:36:09.327Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 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
88962026-08-20T03:36:09.327Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88972026-08-20T03:36:09.327Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 INFO ok!
88982026-08-20T03:36:09.327Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 INFO STEP 33 (ensure_file) COMPLETE
88992026-08-20T03:36:09.327Z[ recovery-image] Aug 20 03:36:08.207 INFO O| Aug 20 03:36:08.207 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89002026-08-20T03:36:09.338Z[ recovery-image] Aug 20 03:36:08.220 INFO O| Aug 20 03:36:08.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89012026-08-20T03:36:09.338Z[ recovery-image] Aug 20 03:36:08.220 INFO O| Aug 20 03:36:08.220 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89022026-08-20T03:36:09.338Z[ recovery-image] Aug 20 03:36:08.220 INFO O| Aug 20 03:36:08.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89032026-08-20T03:36:09.342Z[ recovery-image] Aug 20 03:36:08.220 INFO O| Aug 20 03:36:08.220 INFO ok!
89042026-08-20T03:36:09.342Z[ recovery-image] Aug 20 03:36:08.220 INFO O| Aug 20 03:36:08.220 INFO STEP 34 (ensure_file) COMPLETE
89052026-08-20T03:36:09.342Z[ recovery-image] Aug 20 03:36:08.220 INFO O| Aug 20 03:36:08.220 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89062026-08-20T03:36:09.349Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89072026-08-20T03:36:09.349Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89082026-08-20T03:36:09.349Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89092026-08-20T03:36:09.353Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89102026-08-20T03:36:09.353Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 INFO ok!
89112026-08-20T03:36:09.353Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 INFO STEP 35 (ensure_file) COMPLETE
89122026-08-20T03:36:09.353Z[ recovery-image] Aug 20 03:36:08.233 INFO O| Aug 20 03:36:08.233 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89132026-08-20T03:36:09.361Z[ recovery-image] Aug 20 03:36:08.244 INFO O| Aug 20 03:36:08.244 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89142026-08-20T03:36:09.361Z[ recovery-image] Aug 20 03:36:08.244 INFO O| Aug 20 03:36:08.244 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89152026-08-20T03:36:09.361Z[ recovery-image] Aug 20 03:36:08.244 INFO O| Aug 20 03:36:08.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89162026-08-20T03:36:09.361Z[ recovery-image] Aug 20 03:36:08.245 INFO O| Aug 20 03:36:08.244 INFO ok!
89172026-08-20T03:36:09.361Z[ recovery-image] Aug 20 03:36:08.245 INFO O| Aug 20 03:36:08.244 INFO STEP 36 (ensure_file) COMPLETE
89182026-08-20T03:36:09.361Z[ recovery-image] Aug 20 03:36:08.245 INFO O| Aug 20 03:36:08.245 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89192026-08-20T03:36:09.373Z[ recovery-image] Aug 20 03:36:08.256 INFO O| Aug 20 03:36:08.256 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89202026-08-20T03:36:09.373Z[ recovery-image] Aug 20 03:36:08.256 INFO O| Aug 20 03:36:08.256 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89212026-08-20T03:36:09.373Z[ recovery-image] Aug 20 03:36:08.256 INFO O| Aug 20 03:36:08.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89222026-08-20T03:36:09.373Z[ recovery-image] Aug 20 03:36:08.256 INFO O| Aug 20 03:36:08.256 INFO ok!
89232026-08-20T03:36:09.373Z[ recovery-image] Aug 20 03:36:08.256 INFO O| Aug 20 03:36:08.256 INFO STEP 37 (ensure_file) COMPLETE
89242026-08-20T03:36:09.377Z[ recovery-image] Aug 20 03:36:08.257 INFO O| Aug 20 03:36:08.256 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89252026-08-20T03:36:09.384Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89262026-08-20T03:36:09.384Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89272026-08-20T03:36:09.384Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89282026-08-20T03:36:09.387Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89292026-08-20T03:36:09.387Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89302026-08-20T03:36:09.387Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89312026-08-20T03:36:09.387Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO ok!
89322026-08-20T03:36:09.387Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO STEP 38 (ensure_file) COMPLETE
89332026-08-20T03:36:09.387Z[ recovery-image] Aug 20 03:36:08.267 INFO O| Aug 20 03:36:08.267 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89342026-08-20T03:36:09.394Z[ recovery-image] Aug 20 03:36:08.278 INFO O| Aug 20 03:36:08.278 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89352026-08-20T03:36:09.394Z[ recovery-image] Aug 20 03:36:08.278 INFO O| Aug 20 03:36:08.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89362026-08-20T03:36:09.394Z[ recovery-image] Aug 20 03:36:08.278 INFO O| Aug 20 03:36:08.278 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89372026-08-20T03:36:09.394Z[ recovery-image] Aug 20 03:36:08.278 INFO O| Aug 20 03:36:08.278 INFO STEP 39 (ensure_dir) COMPLETE
89382026-08-20T03:36:09.398Z[ recovery-image] Aug 20 03:36:08.278 INFO O| Aug 20 03:36:08.278 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89392026-08-20T03:36:09.405Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 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
89402026-08-20T03:36:09.405Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 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 ...
89412026-08-20T03:36:09.409Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 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
89422026-08-20T03:36:09.409Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 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
89432026-08-20T03:36:09.409Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 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
89442026-08-20T03:36:09.409Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 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
89452026-08-20T03:36:09.410Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 INFO ok!
89462026-08-20T03:36:09.410Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 INFO STEP 40 (ensure_file) COMPLETE
89472026-08-20T03:36:09.410Z[ recovery-image] Aug 20 03:36:08.288 INFO O| Aug 20 03:36:08.288 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89482026-08-20T03:36:09.415Z[ recovery-image] Aug 20 03:36:08.299 INFO O| Aug 20 03:36:08.299 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89492026-08-20T03:36:09.415Z[ recovery-image] Aug 20 03:36:08.299 INFO O| Aug 20 03:36:08.299 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 ...
89502026-08-20T03:36:09.415Z[ recovery-image] Aug 20 03:36:08.299 INFO O| Aug 20 03:36:08.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89512026-08-20T03:36:09.418Z[ recovery-image] Aug 20 03:36:08.299 INFO O| Aug 20 03:36:08.299 INFO ok!
89522026-08-20T03:36:09.418Z[ recovery-image] Aug 20 03:36:08.299 INFO O| Aug 20 03:36:08.299 INFO STEP 41 (ensure_symlink) COMPLETE
89532026-08-20T03:36:09.418Z[ recovery-image] Aug 20 03:36:08.299 INFO O| Aug 20 03:36:08.299 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89542026-08-20T03:36:09.427Z[ recovery-image] Aug 20 03:36:08.310 INFO O| Aug 20 03:36:08.310 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89552026-08-20T03:36:09.427Z[ recovery-image] Aug 20 03:36:08.310 INFO O| Aug 20 03:36:08.310 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89562026-08-20T03:36:09.427Z[ recovery-image] Aug 20 03:36:08.310 INFO O| Aug 20 03:36:08.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89572026-08-20T03:36:09.427Z[ recovery-image] Aug 20 03:36:08.310 INFO O| Aug 20 03:36:08.310 INFO ok!
89582026-08-20T03:36:09.430Z[ recovery-image] Aug 20 03:36:08.310 INFO O| Aug 20 03:36:08.310 INFO STEP 42 (ensure_symlink) COMPLETE
89592026-08-20T03:36:09.430Z[ recovery-image] Aug 20 03:36:08.310 INFO O| Aug 20 03:36:08.310 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89602026-08-20T03:36:09.437Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89612026-08-20T03:36:09.437Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89622026-08-20T03:36:09.437Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89632026-08-20T03:36:09.437Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89642026-08-20T03:36:09.437Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89652026-08-20T03:36:09.441Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89662026-08-20T03:36:09.441Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO ok!
89672026-08-20T03:36:09.441Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO STEP 43 (ensure_file) COMPLETE
89682026-08-20T03:36:09.441Z[ recovery-image] Aug 20 03:36:08.321 INFO O| Aug 20 03:36:08.321 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89692026-08-20T03:36:09.447Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89702026-08-20T03:36:09.447Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 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 ...
89712026-08-20T03:36:09.447Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 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
89722026-08-20T03:36:09.451Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89732026-08-20T03:36:09.451Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 INFO ok!
89742026-08-20T03:36:09.451Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 INFO STEP 44 (ensure_file) COMPLETE
89752026-08-20T03:36:09.451Z[ recovery-image] Aug 20 03:36:08.331 INFO O| Aug 20 03:36:08.331 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89762026-08-20T03:36:09.459Z[ recovery-image] Aug 20 03:36:08.342 INFO O| Aug 20 03:36:08.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89772026-08-20T03:36:09.459Z[ recovery-image] Aug 20 03:36:08.342 INFO O| Aug 20 03:36:08.342 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89782026-08-20T03:36:09.462Z[ recovery-image] Aug 20 03:36:08.342 INFO O| Aug 20 03:36:08.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89792026-08-20T03:36:09.462Z[ recovery-image] Aug 20 03:36:08.342 INFO O| Aug 20 03:36:08.342 INFO ok!
89802026-08-20T03:36:09.462Z[ recovery-image] Aug 20 03:36:08.342 INFO O| Aug 20 03:36:08.342 INFO STEP 45 (ensure_file) COMPLETE
89812026-08-20T03:36:09.462Z[ recovery-image] Aug 20 03:36:08.342 INFO O| Aug 20 03:36:08.342 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89822026-08-20T03:36:09.469Z[ recovery-image] Aug 20 03:36:08.352 INFO O| Aug 20 03:36:08.352 INFO updating shadow file
89832026-08-20T03:36:09.469Z[ recovery-image] Aug 20 03:36:08.352 INFO O| Aug 20 03:36:08.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89842026-08-20T03:36:09.473Z[ recovery-image] Aug 20 03:36:08.352 INFO O| Aug 20 03:36:08.352 INFO STEP 46 (shadow) COMPLETE
89852026-08-20T03:36:09.473Z[ recovery-image] Aug 20 03:36:08.352 INFO O| Aug 20 03:36:08.352 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89862026-08-20T03:36:09.480Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89872026-08-20T03:36:09.480Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89882026-08-20T03:36:09.480Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89892026-08-20T03:36:09.480Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89902026-08-20T03:36:09.484Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 INFO ok!
89912026-08-20T03:36:09.484Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 INFO STEP 47 (ensure_file) COMPLETE
89922026-08-20T03:36:09.484Z[ recovery-image] Aug 20 03:36:08.364 INFO O| Aug 20 03:36:08.364 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89932026-08-20T03:36:09.490Z[ recovery-image] Aug 20 03:36:08.374 INFO O| Aug 20 03:36:08.374 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89942026-08-20T03:36:09.490Z[ recovery-image] Aug 20 03:36:08.374 INFO O| Aug 20 03:36:08.374 INFO STEP 48 (ensure_dir) COMPLETE
89952026-08-20T03:36:09.490Z[ recovery-image] Aug 20 03:36:08.374 INFO O| Aug 20 03:36:08.374 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89962026-08-20T03:36:09.500Z[ recovery-image] Aug 20 03:36:08.383 INFO O| Aug 20 03:36:08.383 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89972026-08-20T03:36:09.500Z[ recovery-image] Aug 20 03:36:08.383 INFO O| Aug 20 03:36:08.383 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89982026-08-20T03:36:09.500Z[ recovery-image] Aug 20 03:36:08.383 INFO O| Aug 20 03:36:08.383 INFO STEP 49 (ensure_dir) COMPLETE
89992026-08-20T03:36:09.500Z[ recovery-image] Aug 20 03:36:08.383 INFO O| Aug 20 03:36:08.383 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90002026-08-20T03:36:09.511Z[ recovery-image] Aug 20 03:36:08.395 INFO O| Aug 20 03:36:08.394 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90012026-08-20T03:36:09.511Z[ recovery-image] Aug 20 03:36:08.395 INFO O| Aug 20 03:36:08.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90022026-08-20T03:36:09.511Z[ recovery-image] Aug 20 03:36:08.395 INFO O| Aug 20 03:36:08.395 INFO STEP 50 (ensure_dir) COMPLETE
90032026-08-20T03:36:09.511Z[ recovery-image] Aug 20 03:36:08.395 INFO O| Aug 20 03:36:08.395 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90042026-08-20T03:36:09.521Z[ recovery-image] Aug 20 03:36:08.404 INFO O| Aug 20 03:36:08.404 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90052026-08-20T03:36:09.521Z[ recovery-image] Aug 20 03:36:08.404 INFO O| Aug 20 03:36:08.404 INFO copying /tmp/.tmpj9tMUi/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90062026-08-20T03:36:09.554Z[ recovery-image] Aug 20 03:36:08.437 INFO O| Aug 20 03:36:08.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90072026-08-20T03:36:09.557Z[ recovery-image] Aug 20 03:36:08.437 INFO O| Aug 20 03:36:08.437 INFO ok!
90082026-08-20T03:36:09.557Z[ recovery-image] Aug 20 03:36:08.437 INFO O| Aug 20 03:36:08.437 INFO STEP 51 (ensure_file) COMPLETE
90092026-08-20T03:36:09.557Z[ recovery-image] Aug 20 03:36:08.437 INFO O| Aug 20 03:36:08.437 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90102026-08-20T03:36:09.566Z[ recovery-image] Aug 20 03:36:08.450 INFO O| Aug 20 03:36:08.449 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90112026-08-20T03:36:09.566Z[ recovery-image] Aug 20 03:36:08.450 INFO O| Aug 20 03:36:08.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90122026-08-20T03:36:09.566Z[ recovery-image] Aug 20 03:36:08.450 INFO O| Aug 20 03:36:08.450 INFO STEP 52 (ensure_dir) COMPLETE
90132026-08-20T03:36:09.571Z[ recovery-image] Aug 20 03:36:08.450 INFO O| Aug 20 03:36:08.450 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90142026-08-20T03:36:09.577Z[ recovery-image] Aug 20 03:36:08.461 INFO O| Aug 20 03:36:08.460 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90152026-08-20T03:36:09.577Z[ recovery-image] Aug 20 03:36:08.461 INFO O| Aug 20 03:36:08.461 INFO copying /tmp/.tmpj9tMUi/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90162026-08-20T03:36:09.577Z[ recovery-image] Aug 20 03:36:08.461 INFO O| Aug 20 03:36:08.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90172026-08-20T03:36:09.580Z[ recovery-image] Aug 20 03:36:08.461 INFO O| Aug 20 03:36:08.461 INFO ok!
90182026-08-20T03:36:09.580Z[ recovery-image] Aug 20 03:36:08.461 INFO O| Aug 20 03:36:08.461 INFO STEP 53 (ensure_file) COMPLETE
90192026-08-20T03:36:09.580Z[ recovery-image] Aug 20 03:36:08.461 INFO O| Aug 20 03:36:08.461 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-20T03:36:09.588Z[ recovery-image] Aug 20 03:36:08.471 INFO O| Aug 20 03:36:08.471 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90212026-08-20T03:36:09.588Z[ recovery-image] Aug 20 03:36:08.471 INFO O| Aug 20 03:36:08.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90222026-08-20T03:36:09.588Z[ recovery-image] Aug 20 03:36:08.471 INFO O| Aug 20 03:36:08.471 INFO STEP 54 (ensure_dir) COMPLETE
90232026-08-20T03:36:09.591Z[ recovery-image] Aug 20 03:36:08.471 INFO O| Aug 20 03:36:08.471 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-20T03:36:09.598Z[ recovery-image] Aug 20 03:36:08.482 INFO O| Aug 20 03:36:08.482 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90252026-08-20T03:36:09.599Z[ recovery-image] Aug 20 03:36:08.482 INFO O| Aug 20 03:36:08.482 INFO copying /tmp/.tmpj9tMUi/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90262026-08-20T03:36:09.632Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90272026-08-20T03:36:09.718Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90282026-08-20T03:36:09.801Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90292026-08-20T03:36:09.950Z[verify-libraries] Compiling multimap v0.10.1
90302026-08-20T03:36:10.209Z[verify-libraries] Compiling termios v0.3.3
90312026-08-20T03:36:10.277Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
90322026-08-20T03:36:10.392Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90332026-08-20T03:36:10.488Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90342026-08-20T03:36:11.637Z[ recovery-image] Aug 20 03:36:10.520 INFO O| Aug 20 03:36:10.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90352026-08-20T03:36:11.637Z[ recovery-image] Aug 20 03:36:10.520 INFO O| Aug 20 03:36:10.520 INFO ok!
90362026-08-20T03:36:11.637Z[ recovery-image] Aug 20 03:36:10.520 INFO O| Aug 20 03:36:10.520 INFO STEP 55 (ensure_file) COMPLETE
90372026-08-20T03:36:11.637Z[ recovery-image] Aug 20 03:36:10.520 INFO O| Aug 20 03:36:10.520 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-20T03:36:11.650Z[ recovery-image] Aug 20 03:36:10.531 INFO O| Aug 20 03:36:10.531 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90392026-08-20T03:36:11.650Z[ recovery-image] Aug 20 03:36:10.532 INFO O| Aug 20 03:36:10.531 INFO copying /tmp/.tmpj9tMUi/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90402026-08-20T03:36:11.861Z[verify-libraries] Compiling polar-core v0.27.3
90412026-08-20T03:36:13.651Z[ recovery-image] Aug 20 03:36:12.535 INFO O| Aug 20 03:36:12.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90422026-08-20T03:36:13.651Z[ recovery-image] Aug 20 03:36:12.535 INFO O| Aug 20 03:36:12.535 INFO ok!
90432026-08-20T03:36:13.661Z[ recovery-image] Aug 20 03:36:12.535 INFO O| Aug 20 03:36:12.535 INFO STEP 56 (ensure_file) COMPLETE
90442026-08-20T03:36:13.661Z[ recovery-image] Aug 20 03:36:12.535 INFO O| Aug 20 03:36:12.535 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-20T03:36:13.672Z[ recovery-image] Aug 20 03:36:12.546 INFO O| Aug 20 03:36:12.546 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90462026-08-20T03:36:13.672Z[ recovery-image] Aug 20 03:36:12.546 INFO O| Aug 20 03:36:12.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90472026-08-20T03:36:13.672Z[ recovery-image] Aug 20 03:36:12.546 INFO O| Aug 20 03:36:12.546 INFO STEP 57 (ensure_dir) COMPLETE
90482026-08-20T03:36:13.672Z[ recovery-image] Aug 20 03:36:12.546 INFO O| Aug 20 03:36:12.546 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-20T03:36:13.684Z[ recovery-image] Aug 20 03:36:12.555 INFO O| Aug 20 03:36:12.555 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90502026-08-20T03:36:13.684Z[ recovery-image] Aug 20 03:36:12.555 INFO O| Aug 20 03:36:12.555 INFO copying /tmp/.tmpj9tMUi/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 ...
90512026-08-20T03:36:13.684Z[ recovery-image] Aug 20 03:36:12.555 INFO O| Aug 20 03:36:12.555 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
90522026-08-20T03:36:13.684Z[ recovery-image] Aug 20 03:36:12.555 INFO O| Aug 20 03:36:12.555 INFO ok!
90532026-08-20T03:36:13.684Z[ recovery-image] Aug 20 03:36:12.555 INFO O| Aug 20 03:36:12.555 INFO STEP 58 (ensure_file) COMPLETE
90542026-08-20T03:36:13.684Z[ recovery-image] Aug 20 03:36:12.555 INFO O| Aug 20 03:36:12.555 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-20T03:36:13.692Z[ recovery-image] Aug 20 03:36:12.566 INFO O| Aug 20 03:36:12.566 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90562026-08-20T03:36:13.692Z[ recovery-image] Aug 20 03:36:12.566 INFO O| Aug 20 03:36:12.566 INFO copying /tmp/.tmpj9tMUi/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 ...
90572026-08-20T03:36:13.692Z[ recovery-image] Aug 20 03:36:12.567 INFO O| Aug 20 03:36:12.566 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
90582026-08-20T03:36:13.692Z[ recovery-image] Aug 20 03:36:12.567 INFO O| Aug 20 03:36:12.566 INFO ok!
90592026-08-20T03:36:13.692Z[ recovery-image] Aug 20 03:36:12.567 INFO O| Aug 20 03:36:12.566 INFO STEP 59 (ensure_file) COMPLETE
90602026-08-20T03:36:13.692Z[ recovery-image] Aug 20 03:36:12.567 INFO O| Aug 20 03:36:12.566 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-20T03:36:13.701Z[ recovery-image] Aug 20 03:36:12.576 INFO O| Aug 20 03:36:12.576 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90622026-08-20T03:36:13.701Z[ recovery-image] Aug 20 03:36:12.576 INFO O| Aug 20 03:36:12.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90632026-08-20T03:36:13.701Z[ recovery-image] Aug 20 03:36:12.576 INFO O| Aug 20 03:36:12.576 INFO STEP 60 (ensure_dir) COMPLETE
90642026-08-20T03:36:13.701Z[ recovery-image] Aug 20 03:36:12.576 INFO O| Aug 20 03:36:12.576 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-08-20T03:36:13.712Z[ recovery-image] Aug 20 03:36:12.586 INFO O| Aug 20 03:36:12.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90662026-08-20T03:36:13.712Z[ recovery-image] Aug 20 03:36:12.586 INFO O| Aug 20 03:36:12.586 INFO copying /tmp/.tmpj9tMUi/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 ...
90672026-08-20T03:36:13.712Z[ recovery-image] Aug 20 03:36:12.586 INFO O| Aug 20 03:36:12.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90682026-08-20T03:36:13.712Z[ recovery-image] Aug 20 03:36:12.586 INFO O| Aug 20 03:36:12.586 INFO ok!
90692026-08-20T03:36:13.712Z[ recovery-image] Aug 20 03:36:12.586 INFO O| Aug 20 03:36:12.586 INFO STEP 61 (ensure_file) COMPLETE
90702026-08-20T03:36:13.712Z[ recovery-image] Aug 20 03:36:12.586 INFO O| Aug 20 03:36:12.586 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90712026-08-20T03:36:13.716Z[ recovery-image] Aug 20 03:36:12.596 INFO O| Aug 20 03:36:12.596 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90722026-08-20T03:36:13.716Z[ recovery-image] Aug 20 03:36:12.596 INFO O| Aug 20 03:36:12.596 INFO copying /tmp/.tmpj9tMUi/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 ...
90732026-08-20T03:36:13.716Z[ recovery-image] Aug 20 03:36:12.596 INFO O| Aug 20 03:36:12.596 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
90742026-08-20T03:36:13.716Z[ recovery-image] Aug 20 03:36:12.596 INFO O| Aug 20 03:36:12.596 INFO ok!
90752026-08-20T03:36:13.716Z[ recovery-image] Aug 20 03:36:12.596 INFO O| Aug 20 03:36:12.596 INFO STEP 62 (ensure_file) COMPLETE
90762026-08-20T03:36:13.718Z[ recovery-image] Aug 20 03:36:12.596 INFO O| Aug 20 03:36:12.596 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90772026-08-20T03:36:13.724Z[ recovery-image] Aug 20 03:36:12.606 INFO O| Aug 20 03:36:12.606 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90782026-08-20T03:36:13.724Z[ recovery-image] Aug 20 03:36:12.607 INFO O| Aug 20 03:36:12.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90792026-08-20T03:36:13.729Z[ recovery-image] Aug 20 03:36:12.607 INFO O| Aug 20 03:36:12.606 INFO STEP 63 (ensure_dir) COMPLETE
90802026-08-20T03:36:13.729Z[ recovery-image] Aug 20 03:36:12.607 INFO O| Aug 20 03:36:12.607 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-08-20T03:36:13.734Z[ recovery-image] Aug 20 03:36:12.617 INFO O| Aug 20 03:36:12.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90822026-08-20T03:36:13.734Z[ recovery-image] Aug 20 03:36:12.617 INFO O| Aug 20 03:36:12.617 INFO copying /tmp/.tmpj9tMUi/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 ...
90832026-08-20T03:36:13.734Z[ recovery-image] Aug 20 03:36:12.617 INFO O| Aug 20 03:36:12.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90842026-08-20T03:36:13.734Z[ recovery-image] Aug 20 03:36:12.617 INFO O| Aug 20 03:36:12.617 INFO ok!
90852026-08-20T03:36:13.734Z[ recovery-image] Aug 20 03:36:12.617 INFO O| Aug 20 03:36:12.617 INFO STEP 64 (ensure_file) COMPLETE
90862026-08-20T03:36:13.738Z[ recovery-image] Aug 20 03:36:12.617 INFO O| Aug 20 03:36:12.617 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-20T03:36:13.744Z[ recovery-image] Aug 20 03:36:12.627 INFO O| Aug 20 03:36:12.627 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90882026-08-20T03:36:13.745Z[ recovery-image] Aug 20 03:36:12.627 INFO O| Aug 20 03:36:12.627 INFO copying /tmp/.tmpj9tMUi/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90892026-08-20T03:36:13.745Z[ recovery-image] Aug 20 03:36:12.627 INFO O| Aug 20 03:36:12.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90902026-08-20T03:36:13.749Z[ recovery-image] Aug 20 03:36:12.627 INFO O| Aug 20 03:36:12.627 INFO ok!
90912026-08-20T03:36:13.749Z[ recovery-image] Aug 20 03:36:12.627 INFO O| Aug 20 03:36:12.627 INFO STEP 65 (ensure_file) COMPLETE
90922026-08-20T03:36:13.749Z[ recovery-image] Aug 20 03:36:12.627 INFO O| Aug 20 03:36:12.627 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90932026-08-20T03:36:13.754Z[ recovery-image] Aug 20 03:36:12.637 INFO O| Aug 20 03:36:12.636 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90942026-08-20T03:36:13.754Z[ recovery-image] Aug 20 03:36:12.637 INFO O| Aug 20 03:36:12.637 INFO STEP 66 (ensure_dir) COMPLETE
90952026-08-20T03:36:13.754Z[ recovery-image] Aug 20 03:36:12.637 INFO O| Aug 20 03:36:12.637 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-08-20T03:36:13.764Z[ recovery-image] Aug 20 03:36:12.646 INFO O| Aug 20 03:36:12.646 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90972026-08-20T03:36:13.764Z[ recovery-image] Aug 20 03:36:12.647 INFO O| Aug 20 03:36:12.646 INFO STEP 67 (ensure_dir) COMPLETE
90982026-08-20T03:36:13.771Z[ recovery-image] Aug 20 03:36:12.647 INFO O| Aug 20 03:36:12.646 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-08-20T03:36:13.778Z[ recovery-image] Aug 20 03:36:12.656 INFO O| Aug 20 03:36:12.656 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91002026-08-20T03:36:13.778Z[ recovery-image] Aug 20 03:36:12.656 INFO O| Aug 20 03:36:12.656 INFO STEP 68 (ensure_dir) COMPLETE
91012026-08-20T03:36:13.778Z[ recovery-image] Aug 20 03:36:12.656 INFO O| Aug 20 03:36:12.656 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-20T03:36:13.784Z[ recovery-image] Aug 20 03:36:12.667 INFO O| Aug 20 03:36:12.667 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91032026-08-20T03:36:13.784Z[ recovery-image] Aug 20 03:36:12.667 INFO O| Aug 20 03:36:12.667 INFO STEP 69 (ensure_dir) COMPLETE
91042026-08-20T03:36:13.784Z[ recovery-image] Aug 20 03:36:12.667 INFO O| Aug 20 03:36:12.667 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-08-20T03:36:13.797Z[ recovery-image] Aug 20 03:36:12.678 INFO O| Aug 20 03:36:12.678 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91062026-08-20T03:36:13.798Z[ recovery-image] Aug 20 03:36:12.678 INFO O| Aug 20 03:36:12.678 INFO copying /tmp/.tmpj9tMUi/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91072026-08-20T03:36:13.799Z[ recovery-image] Aug 20 03:36:12.678 INFO O| Aug 20 03:36:12.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91082026-08-20T03:36:13.799Z[ recovery-image] Aug 20 03:36:12.678 INFO O| Aug 20 03:36:12.678 INFO ok!
91092026-08-20T03:36:13.799Z[ recovery-image] Aug 20 03:36:12.678 INFO O| Aug 20 03:36:12.678 INFO STEP 70 (ensure_file) COMPLETE
91102026-08-20T03:36:13.799Z[ recovery-image] Aug 20 03:36:12.678 INFO O| Aug 20 03:36:12.678 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-20T03:36:13.807Z[ recovery-image] Aug 20 03:36:12.689 INFO O| Aug 20 03:36:12.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91122026-08-20T03:36:13.807Z[ recovery-image] Aug 20 03:36:12.689 INFO O| Aug 20 03:36:12.689 INFO STEP 71 (remove_files) COMPLETE
91132026-08-20T03:36:13.807Z[ recovery-image] Aug 20 03:36:12.689 INFO O| Aug 20 03:36:12.689 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-20T03:36:13.817Z[ recovery-image] Aug 20 03:36:12.700 INFO O| Aug 20 03:36:12.700 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91152026-08-20T03:36:13.817Z[ recovery-image] Aug 20 03:36:12.700 INFO O| Aug 20 03:36:12.700 INFO STEP 72 (remove_files) COMPLETE
91162026-08-20T03:36:13.823Z[ recovery-image] Aug 20 03:36:12.700 INFO O| Aug 20 03:36:12.700 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-20T03:36:13.834Z[ recovery-image] Aug 20 03:36:12.711 INFO O| Aug 20 03:36:12.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91182026-08-20T03:36:13.837Z[ recovery-image] Aug 20 03:36:12.711 INFO O| Aug 20 03:36:12.711 INFO STEP 73 (remove_files) COMPLETE
91192026-08-20T03:36:13.837Z[ recovery-image] Aug 20 03:36:12.711 INFO O| Aug 20 03:36:12.711 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-20T03:36:13.841Z[ recovery-image] Aug 20 03:36:12.721 INFO O| Aug 20 03:36:12.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91212026-08-20T03:36:13.842Z[ recovery-image] Aug 20 03:36:12.721 INFO O| Aug 20 03:36:12.721 INFO STEP 74 (remove_files) COMPLETE
91222026-08-20T03:36:13.842Z[ recovery-image] Aug 20 03:36:12.721 INFO O| Aug 20 03:36:12.721 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-20T03:36:13.848Z[ recovery-image] Aug 20 03:36:12.732 INFO O| Aug 20 03:36:12.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91242026-08-20T03:36:13.848Z[ recovery-image] Aug 20 03:36:12.732 INFO O| Aug 20 03:36:12.732 INFO STEP 75 (remove_files) COMPLETE
91252026-08-20T03:36:13.848Z[ recovery-image] Aug 20 03:36:12.732 INFO O| Aug 20 03:36:12.732 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-20T03:36:13.859Z[ recovery-image] Aug 20 03:36:12.742 INFO O| Aug 20 03:36:12.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91272026-08-20T03:36:13.859Z[ recovery-image] Aug 20 03:36:12.742 INFO O| Aug 20 03:36:12.742 INFO STEP 76 (remove_files) COMPLETE
91282026-08-20T03:36:13.860Z[ recovery-image] Aug 20 03:36:12.742 INFO O| Aug 20 03:36:12.742 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-20T03:36:13.869Z[ recovery-image] Aug 20 03:36:12.752 INFO O| Aug 20 03:36:12.752 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91302026-08-20T03:36:13.869Z[ recovery-image] Aug 20 03:36:12.752 INFO O| Aug 20 03:36:12.752 INFO STEP 77 (remove_files) COMPLETE
91312026-08-20T03:36:13.869Z[ recovery-image] Aug 20 03:36:12.752 INFO O| Aug 20 03:36:12.752 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-20T03:36:13.877Z[ recovery-image] Aug 20 03:36:12.760 INFO O| Aug 20 03:36:12.760 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91332026-08-20T03:36:13.877Z[ recovery-image] Aug 20 03:36:12.760 INFO O| Aug 20 03:36:12.760 INFO STEP 78 (remove_files) COMPLETE
91342026-08-20T03:36:13.877Z[ recovery-image] Aug 20 03:36:12.760 INFO O| Aug 20 03:36:12.760 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-20T03:36:13.893Z[ recovery-image] Aug 20 03:36:12.771 INFO O| Aug 20 03:36:12.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91362026-08-20T03:36:13.893Z[ recovery-image] Aug 20 03:36:12.771 INFO O| Aug 20 03:36:12.771 INFO STEP 79 (remove_files) COMPLETE
91372026-08-20T03:36:13.893Z[ recovery-image] Aug 20 03:36:12.771 INFO O| Aug 20 03:36:12.771 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-20T03:36:13.899Z[ recovery-image] Aug 20 03:36:12.781 INFO O| Aug 20 03:36:12.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91392026-08-20T03:36:13.899Z[ recovery-image] Aug 20 03:36:12.781 INFO O| Aug 20 03:36:12.781 INFO STEP 80 (remove_files) COMPLETE
91402026-08-20T03:36:13.899Z[ recovery-image] Aug 20 03:36:12.781 INFO O| Aug 20 03:36:12.781 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-20T03:36:13.910Z[ recovery-image] Aug 20 03:36:12.791 INFO O| Aug 20 03:36:12.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91422026-08-20T03:36:13.910Z[ recovery-image] Aug 20 03:36:12.791 INFO O| Aug 20 03:36:12.791 INFO STEP 81 (remove_files) COMPLETE
91432026-08-20T03:36:13.915Z[ recovery-image] Aug 20 03:36:12.791 INFO O| Aug 20 03:36:12.791 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-20T03:36:13.919Z[ recovery-image] Aug 20 03:36:12.801 INFO O| Aug 20 03:36:12.801 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91452026-08-20T03:36:13.920Z[ recovery-image] Aug 20 03:36:12.801 INFO O| Aug 20 03:36:12.801 INFO STEP 82 (remove_files) COMPLETE
91462026-08-20T03:36:13.920Z[ recovery-image] Aug 20 03:36:12.801 INFO O| Aug 20 03:36:12.801 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-20T03:36:13.939Z[ recovery-image] Aug 20 03:36:12.815 INFO O| Aug 20 03:36:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91482026-08-20T03:36:13.939Z[ recovery-image] Aug 20 03:36:12.815 INFO O| Aug 20 03:36:12.815 INFO STEP 83 (remove_files) COMPLETE
91492026-08-20T03:36:13.940Z[ recovery-image] Aug 20 03:36:12.815 INFO O| Aug 20 03:36:12.815 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-20T03:36:13.947Z[ recovery-image] Aug 20 03:36:12.828 INFO O| Aug 20 03:36:12.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91512026-08-20T03:36:13.947Z[ recovery-image] Aug 20 03:36:12.828 INFO O| Aug 20 03:36:12.828 INFO STEP 84 (remove_files) COMPLETE
91522026-08-20T03:36:13.947Z[ recovery-image] Aug 20 03:36:12.828 INFO O| Aug 20 03:36:12.828 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-20T03:36:13.957Z[ recovery-image] Aug 20 03:36:12.839 INFO O| Aug 20 03:36:12.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91542026-08-20T03:36:13.957Z[ recovery-image] Aug 20 03:36:12.839 INFO O| Aug 20 03:36:12.839 INFO STEP 85 (remove_files) COMPLETE
91552026-08-20T03:36:13.957Z[ recovery-image] Aug 20 03:36:12.839 INFO O| Aug 20 03:36:12.839 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-20T03:36:13.967Z[ recovery-image] Aug 20 03:36:12.849 INFO O| Aug 20 03:36:12.849 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91572026-08-20T03:36:13.967Z[ recovery-image] Aug 20 03:36:12.849 INFO O| Aug 20 03:36:12.849 INFO STEP 86 (remove_files) COMPLETE
91582026-08-20T03:36:13.967Z[ recovery-image] Aug 20 03:36:12.849 INFO O| Aug 20 03:36:12.849 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-20T03:36:13.980Z[ recovery-image] Aug 20 03:36:12.860 INFO O| Aug 20 03:36:12.860 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91602026-08-20T03:36:13.980Z[ recovery-image] Aug 20 03:36:12.860 INFO O| Aug 20 03:36:12.860 INFO STEP 87 (remove_files) COMPLETE
91612026-08-20T03:36:13.980Z[ recovery-image] Aug 20 03:36:12.860 INFO O| Aug 20 03:36:12.860 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-20T03:36:13.990Z[ recovery-image] Aug 20 03:36:12.870 INFO O| Aug 20 03:36:12.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91632026-08-20T03:36:13.991Z[ recovery-image] Aug 20 03:36:12.870 INFO O| Aug 20 03:36:12.870 INFO STEP 88 (remove_files) COMPLETE
91642026-08-20T03:36:13.991Z[ recovery-image] Aug 20 03:36:12.870 INFO O| Aug 20 03:36:12.870 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-20T03:36:13.997Z[ recovery-image] Aug 20 03:36:12.880 INFO O| Aug 20 03:36:12.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91662026-08-20T03:36:13.998Z[ recovery-image] Aug 20 03:36:12.880 INFO O| Aug 20 03:36:12.880 INFO STEP 89 (remove_files) COMPLETE
91672026-08-20T03:36:14.002Z[ recovery-image] Aug 20 03:36:12.880 INFO O| Aug 20 03:36:12.880 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-20T03:36:14.013Z[ recovery-image] Aug 20 03:36:12.891 INFO O| Aug 20 03:36:12.891 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91692026-08-20T03:36:14.013Z[ recovery-image] Aug 20 03:36:12.892 INFO O| Aug 20 03:36:12.892 INFO STEP 90 (remove_files) COMPLETE
91702026-08-20T03:36:14.013Z[ recovery-image] Aug 20 03:36:12.892 INFO O| Aug 20 03:36:12.892 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-20T03:36:14.018Z[ recovery-image] Aug 20 03:36:12.901 INFO O| Aug 20 03:36:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91722026-08-20T03:36:14.018Z[ recovery-image] Aug 20 03:36:12.901 INFO O| Aug 20 03:36:12.901 INFO STEP 91 (remove_files) COMPLETE
91732026-08-20T03:36:14.018Z[ recovery-image] Aug 20 03:36:12.901 INFO O| Aug 20 03:36:12.901 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-20T03:36:14.029Z[ recovery-image] Aug 20 03:36:12.912 INFO O| Aug 20 03:36:12.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91752026-08-20T03:36:14.029Z[ recovery-image] Aug 20 03:36:12.912 INFO O| Aug 20 03:36:12.912 INFO STEP 92 (remove_files) COMPLETE
91762026-08-20T03:36:14.030Z[ recovery-image] Aug 20 03:36:12.912 INFO O| Aug 20 03:36:12.912 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-20T03:36:14.038Z[ recovery-image] Aug 20 03:36:12.921 INFO O| Aug 20 03:36:12.921 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91782026-08-20T03:36:14.038Z[ recovery-image] Aug 20 03:36:12.921 INFO O| Aug 20 03:36:12.921 INFO STEP 93 (remove_files) COMPLETE
91792026-08-20T03:36:14.043Z[ recovery-image] Aug 20 03:36:12.921 INFO O| Aug 20 03:36:12.921 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-20T03:36:14.055Z[ recovery-image] Aug 20 03:36:12.939 INFO O| Aug 20 03:36:12.939 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91812026-08-20T03:36:14.056Z[ recovery-image] Aug 20 03:36:12.939 INFO O| Aug 20 03:36:12.939 INFO STEP 94 (remove_files) COMPLETE
91822026-08-20T03:36:14.056Z[ recovery-image] Aug 20 03:36:12.939 INFO O| Aug 20 03:36:12.939 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-20T03:36:14.067Z[ recovery-image] Aug 20 03:36:12.949 INFO O| Aug 20 03:36:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91842026-08-20T03:36:14.067Z[ recovery-image] Aug 20 03:36:12.949 INFO O| Aug 20 03:36:12.949 INFO STEP 95 (remove_files) COMPLETE
91852026-08-20T03:36:14.067Z[ recovery-image] Aug 20 03:36:12.949 INFO O| Aug 20 03:36:12.949 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-20T03:36:14.076Z[ recovery-image] Aug 20 03:36:12.959 INFO O| Aug 20 03:36:12.959 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91872026-08-20T03:36:14.076Z[ recovery-image] Aug 20 03:36:12.959 INFO O| Aug 20 03:36:12.959 INFO STEP 96 (remove_files) COMPLETE
91882026-08-20T03:36:14.076Z[ recovery-image] Aug 20 03:36:12.959 INFO O| Aug 20 03:36:12.959 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-20T03:36:14.086Z[ recovery-image] Aug 20 03:36:12.970 INFO O| Aug 20 03:36:12.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91902026-08-20T03:36:14.086Z[ recovery-image] Aug 20 03:36:12.970 INFO O| Aug 20 03:36:12.970 INFO STEP 97 (remove_files) COMPLETE
91912026-08-20T03:36:14.086Z[ recovery-image] Aug 20 03:36:12.970 INFO O| Aug 20 03:36:12.970 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-20T03:36:14.097Z[ recovery-image] Aug 20 03:36:12.979 INFO O| Aug 20 03:36:12.979 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91932026-08-20T03:36:14.098Z[ recovery-image] Aug 20 03:36:12.979 INFO O| Aug 20 03:36:12.979 INFO STEP 98 (remove_files) COMPLETE
91942026-08-20T03:36:14.098Z[ recovery-image] Aug 20 03:36:12.979 INFO O| Aug 20 03:36:12.979 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-20T03:36:14.106Z[ recovery-image] Aug 20 03:36:12.988 INFO O| Aug 20 03:36:12.988 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91962026-08-20T03:36:14.106Z[ recovery-image] Aug 20 03:36:12.988 INFO O| Aug 20 03:36:12.988 INFO STEP 99 (remove_files) COMPLETE
91972026-08-20T03:36:14.110Z[ recovery-image] Aug 20 03:36:12.988 INFO O| Aug 20 03:36:12.988 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91982026-08-20T03:36:14.118Z[ recovery-image] Aug 20 03:36:13.001 INFO O| Aug 20 03:36:13.001 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91992026-08-20T03:36:14.118Z[ recovery-image] Aug 20 03:36:13.001 INFO O| Aug 20 03:36:13.001 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92002026-08-20T03:36:19.108Z[ recovery-image] Aug 20 03:36:17.991 INFO O| Aug 20 03:36:17.991 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
92012026-08-20T03:36:19.109Z[ recovery-image] Aug 20 03:36:17.991 INFO O| Aug 20 03:36:17.991 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92022026-08-20T03:36:19.125Z[ recovery-image] Aug 20 03:36:18.008 INFO O| Aug 20 03:36:18.008 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92032026-08-20T03:36:19.236Z[ recovery-image] Aug 20 03:36:18.119 INFO O| Aug 20 03:36:18.119 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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"}
92042026-08-20T03:36:19.294Z[ recovery-image] Aug 20 03:36:18.177 INFO O| Aug 20 03:36:18.177 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_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"}
92052026-08-20T03:36:19.361Z[ recovery-image] Aug 20 03:36:18.243 INFO O| Aug 20 03:36:18.243 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92062026-08-20T03:36:19.361Z[ recovery-image] Aug 20 03:36:18.243 INFO O| Aug 20 03:36:18.243 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 ...
92072026-08-20T03:36:19.366Z[ recovery-image] Aug 20 03:36:18.245 INFO O| Aug 20 03:36:18.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92082026-08-20T03:36:19.366Z[ recovery-image] Aug 20 03:36:18.245 INFO O| Aug 20 03:36:18.245 INFO ok!
92092026-08-20T03:36:19.366Z[ recovery-image] Aug 20 03:36:18.245 INFO O| Aug 20 03:36:18.245 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92102026-08-20T03:36:19.366Z[ recovery-image] Aug 20 03:36:18.245 INFO O| Aug 20 03:36:18.245 INFO STEP 100 (seed_smf) COMPLETE
92112026-08-20T03:36:19.366Z[ recovery-image] Aug 20 03:36:18.245 INFO O| Aug 20 03:36:18.245 INFO steps complete; finalising image!
92122026-08-20T03:36:19.366Z[ recovery-image] Aug 20 03:36:18.245 INFO O| Aug 20 03:36:18.245 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92132026-08-20T03:36:19.425Z[ recovery-image] Aug 20 03:36:18.307 INFO O| Aug 20 03:36:18.307 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 20 03:36:18 2026)
92142026-08-20T03:36:19.636Z[ recovery-image] Aug 20 03:36:18.516 INFO O| Aug 20 03:36:18.516 INFO trim TEMPORARY-sled-zfs-recovery: (32% trimmed, started at Thu Aug 20 03:36:18 2026)
92152026-08-20T03:36:19.845Z[ recovery-image] Aug 20 03:36:18.723 INFO O| Aug 20 03:36:18.723 INFO trim TEMPORARY-sled-zfs-recovery: (40% trimmed, started at Thu Aug 20 03:36:18 2026)
92162026-08-20T03:36:20.051Z[ recovery-image] Aug 20 03:36:18.930 INFO O| Aug 20 03:36:18.930 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92172026-08-20T03:36:20.261Z[ recovery-image] Aug 20 03:36:19.137 INFO O| Aug 20 03:36:19.136 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92182026-08-20T03:36:20.461Z[ recovery-image] Aug 20 03:36:19.343 INFO O| Aug 20 03:36:19.342 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92192026-08-20T03:36:20.667Z[ recovery-image] Aug 20 03:36:19.549 INFO O| Aug 20 03:36:19.549 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92202026-08-20T03:36:20.872Z[ recovery-image] Aug 20 03:36:19.755 INFO O| Aug 20 03:36:19.755 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92212026-08-20T03:36:21.084Z[ recovery-image] Aug 20 03:36:19.967 INFO O| Aug 20 03:36:19.967 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92222026-08-20T03:36:21.291Z[ recovery-image] Aug 20 03:36:20.174 INFO O| Aug 20 03:36:20.174 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92232026-08-20T03:36:21.504Z[ recovery-image] Aug 20 03:36:20.380 INFO O| Aug 20 03:36:20.380 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92242026-08-20T03:36:21.729Z[ recovery-image] Aug 20 03:36:20.587 INFO O| Aug 20 03:36:20.587 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92252026-08-20T03:36:21.916Z[ recovery-image] Aug 20 03:36:20.794 INFO O| Aug 20 03:36:20.794 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92262026-08-20T03:36:22.122Z[ recovery-image] Aug 20 03:36:21.002 INFO O| Aug 20 03:36:21.002 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92272026-08-20T03:36:22.327Z[ recovery-image] Aug 20 03:36:21.209 INFO O| Aug 20 03:36:21.209 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92282026-08-20T03:36:22.540Z[ recovery-image] Aug 20 03:36:21.416 INFO O| Aug 20 03:36:21.415 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
92292026-08-20T03:36:22.613Z[ host-image] Aug 20 03:36:21.485 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24193:20260819T212218Z
92302026-08-20T03:36:22.613Z[ host-image] Aug 20 03:36:21.485 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24193:20260819T212218Z
92312026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.485 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92322026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.485 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92332026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.485 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92342026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92352026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92362026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92372026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260820T032057Z
92382026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92392026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92402026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.486 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24193:20260819T212219Z
92412026-08-20T03:36:22.625Z[ host-image] Aug 20 03:36:21.487 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24193:20260819T212219Z
92422026-08-20T03:36:22.626Z[ host-image] Aug 20 03:36:21.487 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24193:20260819T212219Z
92432026-08-20T03:36:22.626Z[ host-image] Aug 20 03:36:21.487 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24193:20260819T212219Z
92442026-08-20T03:36:22.626Z[ host-image] Aug 20 03:36:21.487 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92452026-08-20T03:36:22.626Z[ host-image] Aug 20 03:36:21.487 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24193:20260819T212219Z
92462026-08-20T03:36:22.626Z[ host-image] Aug 20 03:36:21.487 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24193:20260819T212219Z
92472026-08-20T03:36:22.626Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24193:20260819T212219Z
92482026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24193:20260819T212219Z
92492026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24193:20260819T212220Z
92502026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24193:20260819T212220Z
92512026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92522026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24193:20260819T212220Z
92532026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92542026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24193:20260819T212221Z
92552026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24193:20260819T212221Z
92562026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24193:20260819T212221Z
92572026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24193:20260819T212221Z
92582026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24193:20260819T212222Z
92592026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24193:20260819T212222Z
92602026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92612026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24193:20260819T212223Z
92622026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.488 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24193:20260819T212224Z
92632026-08-20T03:36:22.627Z[ host-image] Aug 20 03:36:21.489 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24193:20260819T212224Z
92642026-08-20T03:36:22.628Z[ host-image] Aug 20 03:36:21.489 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24193:20260819T212224Z
92652026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.489 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24193:20260819T212224Z
92662026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.489 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24193:20260819T212225Z
92672026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.489 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24193:20260819T212225Z
92682026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.491 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92692026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.491 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24193:20260819T212225Z
92702026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92712026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92722026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92732026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92742026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24193:20260819T212225Z
92752026-08-20T03:36:22.629Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92762026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92772026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92782026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.492 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92792026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.496 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92802026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.496 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92812026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.496 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92822026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.496 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92832026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.496 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92842026-08-20T03:36:22.630Z[ host-image] Aug 20 03:36:21.496 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92852026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92862026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92872026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92882026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24193:20260819T212226Z
92892026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24193:20260819T212229Z
92902026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92912026-08-20T03:36:22.637Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24193:20260819T212229Z
92922026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92932026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92942026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92952026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92962026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24193:20260819T212229Z
92972026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.508 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92982026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.509 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92992026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.509 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93002026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.509 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93012026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.510 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24193:20260819T212229Z
93022026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.510 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93032026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.513 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93042026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.513 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24193:20260819T212229Z
93052026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.514 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24193:20260819T212229Z
93062026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.514 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24193:20260819T212229Z
93072026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.514 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93082026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.514 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24193:20260819T212230Z
93092026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.514 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24193:20260819T212230Z
93102026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.514 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24193:20260819T212230Z
93112026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.515 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24193:20260819T212230Z
93122026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93132026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24193:20260819T212230Z
93142026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24193:20260819T212231Z
93152026-08-20T03:36:22.638Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93162026-08-20T03:36:22.639Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24193:20260819T212231Z
93172026-08-20T03:36:22.639Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24193:20260819T212231Z
93182026-08-20T03:36:22.639Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24193:20260819T212231Z
93192026-08-20T03:36:22.640Z[ host-image] Aug 20 03:36:21.516 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24193:20260819T212231Z
93202026-08-20T03:36:22.652Z[ host-image] Aug 20 03:36:21.518 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24193:20260819T212231Z
93212026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.518 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93222026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24193:20260819T212231Z
93232026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24193:20260819T212231Z
93242026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24193:20260819T212231Z
93252026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24193:20260819T212231Z
93262026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24193:20260819T212232Z
93272026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24193:20260819T212232Z
93282026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.519 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24193:20260819T212232Z
93292026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.520 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24193:20260819T212232Z
93302026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.522 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24193:20260819T212233Z
93312026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.522 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24193:20260819T212232Z
93322026-08-20T03:36:22.653Z[ host-image] Aug 20 03:36:21.522 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24193:20260819T212232Z
93332026-08-20T03:36:22.655Z[ host-image] Aug 20 03:36:21.523 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24193:20260819T212232Z
93342026-08-20T03:36:22.655Z[ host-image] Aug 20 03:36:21.523 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24193:20260819T212233Z
93352026-08-20T03:36:22.655Z[ host-image] Aug 20 03:36:21.529 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24193:20260819T212234Z
93362026-08-20T03:36:22.655Z[ host-image] Aug 20 03:36:21.529 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24193:20260819T212233Z
93372026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.529 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24193:20260819T212233Z
93382026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.529 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93392026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.529 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93402026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.537 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24193:20260819T212233Z
93412026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.537 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93422026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.537 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24193:20260819T212233Z
93432026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.537 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24193:20260819T212233Z
93442026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24193:20260819T212233Z
93452026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93462026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93472026-08-20T03:36:22.664Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24193:20260819T212234Z
93482026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24193:20260819T212234Z
93492026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24193:20260819T212234Z
93502026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24193:20260819T212234Z
93512026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24193:20260819T212234Z
93522026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.538 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24193:20260819T212234Z
93532026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.539 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93542026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.539 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24193:20260819T212234Z
93552026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.539 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24193:20260819T212234Z
93562026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24193:20260819T212234Z
93572026-08-20T03:36:22.665Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24193:20260819T212235Z
93582026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24193:20260819T212235Z
93592026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24193:20260819T212235Z
93602026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93612026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93622026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24193:20260819T212236Z
93632026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24193:20260819T212236Z
93642026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93652026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93662026-08-20T03:36:22.666Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93672026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93682026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93692026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.540 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93702026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.541 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93712026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.541 INFO O| tempdir @ "/tmp/.tmpNv3ko4/tmp"
93722026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.541 INFO O| image root @ "/tmp/.tmpNv3ko4/tmp/root"
93732026-08-20T03:36:22.667Z[ host-image] Aug 20 03:36:21.541 INFO O| creating image...
93742026-08-20T03:36:22.743Z[ recovery-image] Aug 20 03:36:21.622 INFO O| Aug 20 03:36:21.622 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
93752026-08-20T03:36:22.948Z[ recovery-image] Aug 20 03:36:21.829 INFO O| Aug 20 03:36:21.828 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 20 03:36:18 2026)
93762026-08-20T03:36:23.581Z[ recovery-image] Aug 20 03:36:22.456 INFO O| Aug 20 03:36:22.455 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 20 03:36:18 2026)
93772026-08-20T03:36:23.712Z[verify-libraries] Compiling oso v0.27.3
93782026-08-20T03:36:23.804Z[ recovery-image] Aug 20 03:36:22.678 INFO O| Aug 20 03:36:22.678 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
93792026-08-20T03:36:23.877Z[ recovery-image] Aug 20 03:36:22.678 INFO O| Aug 20 03:36:22.678 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93802026-08-20T03:36:25.579Z[ recovery-image] Aug 20 03:36:24.457 INFO O| Aug 20 03:36:24.457 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
93812026-08-20T03:36:25.579Z[ recovery-image] Aug 20 03:36:24.457 INFO O| Aug 20 03:36:24.457 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93822026-08-20T03:36:26.726Z[ host-image] Aug 20 03:36:25.608 INFO O| copying publishers...
93832026-08-20T03:36:28.101Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93842026-08-20T03:36:28.344Z[ recovery-image] Aug 20 03:36:27.224 INFO O| Aug 20 03:36:27.223 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93852026-08-20T03:36:28.344Z[ recovery-image] Aug 20 03:36:27.224 INFO O| Aug 20 03:36:27.224 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93862026-08-20T03:36:28.352Z[ recovery-image] Aug 20 03:36:27.224 INFO O| Aug 20 03:36:27.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93872026-08-20T03:36:28.352Z[ recovery-image] Aug 20 03:36:27.224 INFO O| Aug 20 03:36:27.224 INFO completed processing sled/zfs-recovery
93882026-08-20T03:36:28.352Z[ recovery-image] Aug 20 03:36:27.224 INFO O| Aug 20 03:36:27.224 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93892026-08-20T03:36:29.012Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93902026-08-20T03:36:31.730Z[ recovery-image] Aug 20 03:36:30.608 INFO O| Aug 20 03:36:30.608 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93912026-08-20T03:36:31.802Z[ host-image] Aug 20 03:36:30.685 INFO O| adding properties...
93922026-08-20T03:36:31.894Z[ recovery-image] Aug 20 03:36:30.775 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
93932026-08-20T03:36:31.895Z[ recovery-image] Aug 20 03:36:30.775 INFO expanded image name: "recovery 62a063c/${os_short_commit} 2026-08-20 03:20" -> "recovery 62a063c/328a187 2026-08-20 03:20"
93942026-08-20T03:36:31.895Z[ recovery-image] Aug 20 03:36:30.775 INFO output artefacts stored in: "/work/os-recovery"
93952026-08-20T03:36:31.904Z[ recovery-image] Aug 20 03:36:30.775 INFO collecting git info from project "chelsio-t6-roms"...
93962026-08-20T03:36:31.921Z[ recovery-image] Aug 20 03:36:30.794 INFO collecting git info from project "bootserver"...
93972026-08-20T03:36:31.931Z[ recovery-image] Aug 20 03:36:30.801 INFO collecting git info from project "pinprick"...
93982026-08-20T03:36:31.935Z[ recovery-image] Aug 20 03:36:30.807 INFO collecting git info from project "amd-firmware"...
93992026-08-20T03:36:32.408Z[ recovery-image] Aug 20 03:36:31.285 INFO collecting git info from project "dmar-report"...
94002026-08-20T03:36:32.417Z[ recovery-image] Aug 20 03:36:31.296 INFO collecting git info from project "amd-host-image-builder"...
94012026-08-20T03:36:32.457Z[ recovery-image] Aug 20 03:36:31.339 INFO collecting git info from project "pilot"...
94022026-08-20T03:36:32.466Z[ recovery-image] Aug 20 03:36:31.349 INFO collecting git info from project "phbl"...
94032026-08-20T03:36:32.482Z[ recovery-image] Aug 20 03:36:31.356 INFO collecting git info from project "image-builder"...
94042026-08-20T03:36:32.499Z[ recovery-image] Aug 20 03:36:31.377 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94052026-08-20T03:36:32.851Z[ host-image] Aug 20 03:36:31.734 INFO O| installing packages...
94062026-08-20T03:36:33.277Z[ recovery-image] Aug 20 03:36:32.158 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94072026-08-20T03:36:33.782Z[ recovery-image] Aug 20 03:36:32.622 INFO creating Oxide boot image...
94082026-08-20T03:36:33.782Z[ recovery-image] Aug 20 03:36:32.622 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 62a063c/328a187 2026-08-20 03:20", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94092026-08-20T03:36:38.387Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94102026-08-20T03:36:40.633Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94112026-08-20T03:36:40.791Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94122026-08-20T03:36:41.608Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94132026-08-20T03:36:42.436Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94142026-08-20T03:36:43.646Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94152026-08-20T03:36:47.140Z[ host-image] Aug 20 03:36:46.021 INFO O| seeding SMF database...
94162026-08-20T03:36:49.207Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94172026-08-20T03:36:50.509Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94182026-08-20T03:36:51.301Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94192026-08-20T03:36:52.190Z[ host-image] Aug 20 03:36:51.073 INFO O| configuring SMF profile...
94202026-08-20T03:36:52.190Z[ host-image] Aug 20 03:36:51.073 INFO O| modifying shadow(5)...
94212026-08-20T03:36:52.196Z[ host-image] Aug 20 03:36:51.073 INFO O| loading user and group database...
94222026-08-20T03:36:52.196Z[ host-image] Aug 20 03:36:51.073 INFO O| loading facet selections...
94232026-08-20T03:36:52.628Z[ host-image] Aug 20 03:36:51.511 INFO O| devel -> true
94242026-08-20T03:36:52.628Z[ host-image] Aug 20 03:36:51.511 INFO O| doc.man -> true
94252026-08-20T03:36:52.628Z[ host-image] Aug 20 03:36:51.511 INFO O| version-lock.shell/ksh93 -> true
94262026-08-20T03:36:52.628Z[ host-image] Aug 20 03:36:51.511 INFO O| version-lock.system/data/hardware-registry -> true
94272026-08-20T03:36:52.628Z[ host-image] Aug 20 03:36:51.511 INFO O| version-lock.system/data/zoneinfo -> true
94282026-08-20T03:36:52.634Z[ host-image] Aug 20 03:36:51.511 INFO O| version-lock.system/microcode/amd -> true
94292026-08-20T03:36:52.634Z[ host-image] Aug 20 03:36:51.511 INFO O| version-lock.system/microcode/intel -> true
94302026-08-20T03:36:52.634Z[ host-image] Aug 20 03:36:51.511 INFO O| version-lock.system/microcode/oxide -> true
94312026-08-20T03:36:52.634Z[ host-image] Aug 20 03:36:51.511 INFO O| assessing packaged files...
94322026-08-20T03:36:54.488Z[ host-image] Aug 20 03:36:53.371 INFO O| creating archive...
94332026-08-20T03:36:54.530Z[ host-image] Aug 20 03:36:53.393 INFO O| missing from packaging:
94342026-08-20T03:36:54.530Z[ host-image] Aug 20 03:36:53.393 INFO O| "etc/.pwd.lock"
94352026-08-20T03:36:54.530Z[ host-image] Aug 20 03:36:53.393 INFO O| "etc/bash"
94362026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.397 INFO O| "etc/svc/profile/generic.xml"
94372026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.397 INFO O| "etc/svc/profile/inetd_services.xml"
94382026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.397 INFO O| "etc/svc/profile/name_service.xml"
94392026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.397 INFO O| "etc/svc/profile/platform.xml"
94402026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.397 INFO O| "etc/svc/profile/platform_omicron1.xml"
94412026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.397 INFO O| "etc/svc/repository.db"
94422026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.403 INFO O| "opt/ooce/share"
94432026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.403 INFO O| "opt/ooce/share/man"
94442026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.403 INFO O| "opt/ooce/share/man/man1"
94452026-08-20T03:36:54.545Z[ host-image] Aug 20 03:36:53.412 INFO O| finishing archive...
94462026-08-20T03:36:57.064Z[ host-image] Aug 20 03:36:55.947 INFO O| creating gzonly manifest...
94472026-08-20T03:36:57.072Z[ host-image] Aug 20 03:36:55.954 INFO O| ok
94482026-08-20T03:36:57.235Z[ host-image] Aug 20 03:36:56.117 INFO image builder template: ramdisk-02-trim...
94492026-08-20T03:36:57.243Z[ host-image] Aug 20 03:36:56.117 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/.tmpj9tMUi/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
94502026-08-20T03:36:57.257Z[ host-image] Aug 20 03:36:56.140 INFO O| Aug 20 03:36:56.139 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94512026-08-20T03:36:57.265Z[ host-image] Aug 20 03:36:56.144 INFO O| Aug 20 03:36:56.144 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94522026-08-20T03:36:58.047Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94532026-08-20T03:36:58.636Z[ host-image] Aug 20 03:36:57.519 INFO O| Aug 20 03:36:57.519 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94542026-08-20T03:36:58.796Z[ host-image] Aug 20 03:36:57.679 INFO O| Aug 20 03:36:57.679 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94552026-08-20T03:36:58.796Z[ host-image] Aug 20 03:36:57.679 INFO O| Aug 20 03:36:57.679 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94562026-08-20T03:36:58.813Z[ host-image] Aug 20 03:36:57.684 INFO O| Aug 20 03:36:57.684 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94572026-08-20T03:36:58.834Z[ host-image] Aug 20 03:36:57.688 INFO O| Aug 20 03:36:57.687 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94582026-08-20T03:36:58.834Z[ host-image] Aug 20 03:36:57.692 INFO O| Aug 20 03:36:57.692 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94592026-08-20T03:36:59.675Z[ host-image] Aug 20 03:36:58.555 INFO O| Aug 20 03:36:58.555 INFO rolled back to input snapshot; work may begin
94602026-08-20T03:36:59.675Z[ host-image] Aug 20 03:36:58.555 INFO O| Aug 20 03:36:58.555 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94612026-08-20T03:36:59.691Z[ host-image] Aug 20 03:36:58.560 INFO O| Aug 20 03:36:58.560 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-20T03:36:59.701Z[ host-image] Aug 20 03:36:58.569 INFO O| Aug 20 03:36:58.568 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94632026-08-20T03:36:59.737Z[ host-image] Aug 20 03:36:58.612 INFO O| Aug 20 03:36:58.612 INFO STEP 0 (remove_files) COMPLETE
94642026-08-20T03:36:59.737Z[ host-image] Aug 20 03:36:58.612 INFO O| Aug 20 03:36:58.612 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-20T03:36:59.906Z[ host-image] Aug 20 03:36:58.621 INFO O| Aug 20 03:36:58.621 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94662026-08-20T03:36:59.906Z[ host-image] Aug 20 03:36:58.622 INFO O| Aug 20 03:36:58.622 INFO STEP 1 (remove_files) COMPLETE
94672026-08-20T03:36:59.906Z[ host-image] Aug 20 03:36:58.622 INFO O| Aug 20 03:36:58.622 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.629 INFO O| Aug 20 03:36:58.629 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94692026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.642 INFO O| Aug 20 03:36:58.642 INFO STEP 2 (remove_files) COMPLETE
94702026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.642 INFO O| Aug 20 03:36:58.642 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.652 INFO O| Aug 20 03:36:58.652 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94722026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.653 INFO O| Aug 20 03:36:58.653 INFO STEP 3 (remove_files) COMPLETE
94732026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.653 INFO O| Aug 20 03:36:58.653 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.660 INFO O| Aug 20 03:36:58.660 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94752026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.663 INFO O| Aug 20 03:36:58.663 INFO STEP 4 (remove_files) COMPLETE
94762026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.663 INFO O| Aug 20 03:36:58.663 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-20T03:36:59.912Z[ host-image] Aug 20 03:36:58.671 INFO O| Aug 20 03:36:58.670 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94782026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.672 INFO O| Aug 20 03:36:58.672 INFO STEP 5 (remove_files) COMPLETE
94792026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.672 INFO O| Aug 20 03:36:58.672 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.680 INFO O| Aug 20 03:36:58.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94812026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.689 INFO O| Aug 20 03:36:58.689 INFO STEP 6 (remove_files) COMPLETE
94822026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.689 INFO O| Aug 20 03:36:58.689 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.689 INFO O| Aug 20 03:36:58.689 INFO skip step because feature "heliosv2" is not enabled
94842026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.689 INFO O| Aug 20 03:36:58.689 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.697 INFO O| Aug 20 03:36:58.697 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94862026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.707 INFO O| Aug 20 03:36:58.707 INFO STEP 8 (remove_files) COMPLETE
94872026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.707 INFO O| Aug 20 03:36:58.707 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.717 INFO O| Aug 20 03:36:58.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94892026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.781 INFO O| Aug 20 03:36:58.781 INFO STEP 9 (remove_files) COMPLETE
94902026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.781 INFO O| Aug 20 03:36:58.781 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-20T03:36:59.914Z[ host-image] Aug 20 03:36:58.791 INFO O| Aug 20 03:36:58.791 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94922026-08-20T03:37:00.018Z[ host-image] Aug 20 03:36:58.863 INFO O| Aug 20 03:36:58.863 INFO STEP 10 (remove_files) COMPLETE
94932026-08-20T03:37:00.018Z[ host-image] Aug 20 03:36:58.863 INFO O| Aug 20 03:36:58.863 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.872 INFO O| Aug 20 03:36:58.872 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94952026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.875 INFO O| Aug 20 03:36:58.875 INFO STEP 11 (remove_files) COMPLETE
94962026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.875 INFO O| Aug 20 03:36:58.875 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.884 INFO O| Aug 20 03:36:58.884 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94982026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.885 INFO O| Aug 20 03:36:58.885 INFO STEP 12 (remove_files) COMPLETE
94992026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.885 INFO O| Aug 20 03:36:58.885 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.894 INFO O| Aug 20 03:36:58.894 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95012026-08-20T03:37:00.039Z[ host-image] Aug 20 03:36:58.895 INFO O| Aug 20 03:36:58.895 INFO STEP 13 (remove_files) COMPLETE
95022026-08-20T03:37:00.040Z[ host-image] Aug 20 03:36:58.895 INFO O| Aug 20 03:36:58.895 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-20T03:37:00.203Z[ host-image] Aug 20 03:36:59.072 INFO O| Aug 20 03:36:59.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95042026-08-20T03:37:00.239Z[ host-image] Aug 20 03:36:59.079 INFO O| Aug 20 03:36:59.079 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95052026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.123 INFO O| Aug 20 03:36:59.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95062026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.123 INFO O| Aug 20 03:36:59.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95072026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95082026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95092026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95102026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95112026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95122026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95132026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95142026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95152026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.124 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95162026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95172026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95182026-08-20T03:37:00.258Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95192026-08-20T03:37:00.259Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95202026-08-20T03:37:00.259Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95212026-08-20T03:37:00.259Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95222026-08-20T03:37:00.259Z[ host-image] Aug 20 03:36:59.125 INFO O| Aug 20 03:36:59.125 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95232026-08-20T03:37:00.290Z[ host-image] Aug 20 03:36:59.140 INFO O| Aug 20 03:36:59.139 INFO STEP 14 (remove_files) COMPLETE
95242026-08-20T03:37:00.290Z[ host-image] Aug 20 03:36:59.140 INFO O| Aug 20 03:36:59.140 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-20T03:37:00.290Z[ host-image] Aug 20 03:36:59.148 INFO O| Aug 20 03:36:59.148 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95262026-08-20T03:37:00.290Z[ host-image] Aug 20 03:36:59.149 INFO O| Aug 20 03:36:59.149 INFO STEP 15 (remove_files) COMPLETE
95272026-08-20T03:37:00.290Z[ host-image] Aug 20 03:36:59.149 INFO O| Aug 20 03:36:59.149 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-20T03:37:00.309Z[ host-image] Aug 20 03:36:59.158 INFO O| Aug 20 03:36:59.158 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95292026-08-20T03:37:00.309Z[ host-image] Aug 20 03:36:59.164 INFO O| Aug 20 03:36:59.164 INFO STEP 16 (remove_files) COMPLETE
95302026-08-20T03:37:00.309Z[ host-image] Aug 20 03:36:59.164 INFO O| Aug 20 03:36:59.164 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-20T03:37:00.309Z[ host-image] Aug 20 03:36:59.173 INFO O| Aug 20 03:36:59.173 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95322026-08-20T03:37:00.309Z[ host-image] Aug 20 03:36:59.174 INFO O| Aug 20 03:36:59.174 INFO STEP 17 (remove_files) COMPLETE
95332026-08-20T03:37:00.309Z[ host-image] Aug 20 03:36:59.174 INFO O| Aug 20 03:36:59.174 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-20T03:37:00.322Z[ host-image] Aug 20 03:36:59.182 INFO O| Aug 20 03:36:59.182 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95352026-08-20T03:37:00.322Z[ host-image] Aug 20 03:36:59.183 INFO O| Aug 20 03:36:59.183 INFO STEP 18 (remove_files) COMPLETE
95362026-08-20T03:37:00.322Z[ host-image] Aug 20 03:36:59.183 INFO O| Aug 20 03:36:59.183 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-20T03:37:00.333Z[ host-image] Aug 20 03:36:59.192 INFO O| Aug 20 03:36:59.192 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95382026-08-20T03:37:00.333Z[ host-image] Aug 20 03:36:59.192 INFO O| Aug 20 03:36:59.192 INFO STEP 19 (remove_files) COMPLETE
95392026-08-20T03:37:00.333Z[ host-image] Aug 20 03:36:59.192 INFO O| Aug 20 03:36:59.192 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.200 INFO O| Aug 20 03:36:59.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95412026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.200 INFO O| Aug 20 03:36:59.200 INFO STEP 20 (remove_files) COMPLETE
95422026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.200 INFO O| Aug 20 03:36:59.200 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.207 INFO O| Aug 20 03:36:59.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95442026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.207 INFO O| Aug 20 03:36:59.207 INFO STEP 21 (remove_files) COMPLETE
95452026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.207 INFO O| Aug 20 03:36:59.207 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.216 INFO O| Aug 20 03:36:59.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95472026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.216 INFO O| Aug 20 03:36:59.216 INFO STEP 22 (remove_files) COMPLETE
95482026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.216 INFO O| Aug 20 03:36:59.216 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.223 INFO O| Aug 20 03:36:59.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95502026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.223 INFO O| Aug 20 03:36:59.223 INFO STEP 23 (remove_files) COMPLETE
95512026-08-20T03:37:00.348Z[ host-image] Aug 20 03:36:59.223 INFO O| Aug 20 03:36:59.223 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-20T03:37:00.362Z[ host-image] Aug 20 03:36:59.230 INFO O| Aug 20 03:36:59.230 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95532026-08-20T03:37:00.362Z[ host-image] Aug 20 03:36:59.230 INFO O| Aug 20 03:36:59.230 INFO STEP 24 (remove_files) COMPLETE
95542026-08-20T03:37:00.362Z[ host-image] Aug 20 03:36:59.230 INFO O| Aug 20 03:36:59.230 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-20T03:37:00.362Z[ host-image] Aug 20 03:36:59.238 INFO O| Aug 20 03:36:59.238 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95562026-08-20T03:37:00.362Z[ host-image] Aug 20 03:36:59.238 INFO O| Aug 20 03:36:59.238 INFO STEP 25 (remove_files) COMPLETE
95572026-08-20T03:37:00.362Z[ host-image] Aug 20 03:36:59.238 INFO O| Aug 20 03:36:59.238 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-20T03:37:00.388Z[ host-image] Aug 20 03:36:59.246 INFO O| Aug 20 03:36:59.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95592026-08-20T03:37:00.388Z[ host-image] Aug 20 03:36:59.246 INFO O| Aug 20 03:36:59.246 INFO STEP 26 (remove_files) COMPLETE
95602026-08-20T03:37:00.388Z[ host-image] Aug 20 03:36:59.246 INFO O| Aug 20 03:36:59.246 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-20T03:37:00.432Z[ host-image] Aug 20 03:36:59.254 INFO O| Aug 20 03:36:59.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95622026-08-20T03:37:00.432Z[ host-image] Aug 20 03:36:59.254 INFO O| Aug 20 03:36:59.254 INFO STEP 27 (remove_files) COMPLETE
95632026-08-20T03:37:00.432Z[ host-image] Aug 20 03:36:59.254 INFO O| Aug 20 03:36:59.254 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.261 INFO O| Aug 20 03:36:59.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95652026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.261 INFO O| Aug 20 03:36:59.261 INFO STEP 28 (remove_files) COMPLETE
95662026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.261 INFO O| Aug 20 03:36:59.261 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.269 INFO O| Aug 20 03:36:59.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95682026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.269 INFO O| Aug 20 03:36:59.269 INFO STEP 29 (remove_files) COMPLETE
95692026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.269 INFO O| Aug 20 03:36:59.269 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-20T03:37:00.439Z[ host-image] Aug 20 03:36:59.277 INFO O| Aug 20 03:36:59.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95712026-08-20T03:37:00.440Z[ host-image] Aug 20 03:36:59.277 INFO O| Aug 20 03:36:59.277 INFO STEP 30 (remove_files) COMPLETE
95722026-08-20T03:37:00.440Z[ host-image] Aug 20 03:36:59.277 INFO O| Aug 20 03:36:59.277 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-20T03:37:00.440Z[ host-image] Aug 20 03:36:59.284 INFO O| Aug 20 03:36:59.284 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95742026-08-20T03:37:00.440Z[ host-image] Aug 20 03:36:59.284 INFO O| Aug 20 03:36:59.284 INFO STEP 31 (remove_files) COMPLETE
95752026-08-20T03:37:00.440Z[ host-image] Aug 20 03:36:59.284 INFO O| Aug 20 03:36:59.284 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.291 INFO O| Aug 20 03:36:59.291 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95772026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.291 INFO O| Aug 20 03:36:59.291 INFO STEP 32 (remove_files) COMPLETE
95782026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.291 INFO O| Aug 20 03:36:59.291 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.300 INFO O| Aug 20 03:36:59.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95802026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.300 INFO O| Aug 20 03:36:59.300 INFO STEP 33 (remove_files) COMPLETE
95812026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.300 INFO O| Aug 20 03:36:59.300 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.308 INFO O| Aug 20 03:36:59.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95832026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.308 INFO O| Aug 20 03:36:59.308 INFO STEP 34 (remove_files) COMPLETE
95842026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.308 INFO O| Aug 20 03:36:59.308 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.314 INFO O| Aug 20 03:36:59.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95862026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.314 INFO O| Aug 20 03:36:59.314 INFO STEP 35 (remove_files) COMPLETE
95872026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.314 INFO O| Aug 20 03:36:59.314 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.323 INFO O| Aug 20 03:36:59.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95892026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.323 INFO O| Aug 20 03:36:59.323 INFO STEP 36 (remove_files) COMPLETE
95902026-08-20T03:37:00.497Z[ host-image] Aug 20 03:36:59.323 INFO O| Aug 20 03:36:59.323 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.331 INFO O| Aug 20 03:36:59.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95922026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.331 INFO O| Aug 20 03:36:59.331 INFO STEP 37 (remove_files) COMPLETE
95932026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.331 INFO O| Aug 20 03:36:59.331 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.337 INFO O| Aug 20 03:36:59.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95952026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.337 INFO O| Aug 20 03:36:59.337 INFO STEP 38 (remove_files) COMPLETE
95962026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.337 INFO O| Aug 20 03:36:59.337 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-20T03:37:00.527Z[ host-image] Aug 20 03:36:59.344 INFO O| Aug 20 03:36:59.344 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95982026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.344 INFO O| Aug 20 03:36:59.344 INFO STEP 39 (remove_files) COMPLETE
95992026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.344 INFO O| Aug 20 03:36:59.344 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.353 INFO O| Aug 20 03:36:59.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96012026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.353 INFO O| Aug 20 03:36:59.353 INFO STEP 40 (remove_files) COMPLETE
96022026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.353 INFO O| Aug 20 03:36:59.353 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.360 INFO O| Aug 20 03:36:59.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96042026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.360 INFO O| Aug 20 03:36:59.360 INFO STEP 41 (remove_files) COMPLETE
96052026-08-20T03:37:00.528Z[ host-image] Aug 20 03:36:59.360 INFO O| Aug 20 03:36:59.360 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.367 INFO O| Aug 20 03:36:59.367 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96072026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.367 INFO O| Aug 20 03:36:59.367 INFO STEP 42 (remove_files) COMPLETE
96082026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.367 INFO O| Aug 20 03:36:59.367 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.375 INFO O| Aug 20 03:36:59.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96102026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.375 INFO O| Aug 20 03:36:59.375 INFO STEP 43 (remove_files) COMPLETE
96112026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.375 INFO O| Aug 20 03:36:59.375 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.382 INFO O| Aug 20 03:36:59.382 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96132026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.382 INFO O| Aug 20 03:36:59.382 INFO STEP 44 (remove_files) COMPLETE
96142026-08-20T03:37:00.529Z[ host-image] Aug 20 03:36:59.382 INFO O| Aug 20 03:36:59.382 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.390 INFO O| Aug 20 03:36:59.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96162026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.390 INFO O| Aug 20 03:36:59.390 INFO STEP 45 (remove_files) COMPLETE
96172026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.390 INFO O| Aug 20 03:36:59.390 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.397 INFO O| Aug 20 03:36:59.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96192026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.397 INFO O| Aug 20 03:36:59.397 INFO STEP 46 (remove_files) COMPLETE
96202026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.397 INFO O| Aug 20 03:36:59.397 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.404 INFO O| Aug 20 03:36:59.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96222026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.404 INFO O| Aug 20 03:36:59.404 INFO STEP 47 (remove_files) COMPLETE
96232026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.404 INFO O| Aug 20 03:36:59.404 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.412 INFO O| Aug 20 03:36:59.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96252026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.412 INFO O| Aug 20 03:36:59.412 INFO STEP 48 (remove_files) COMPLETE
96262026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.412 INFO O| Aug 20 03:36:59.412 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.418 INFO O| Aug 20 03:36:59.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96282026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.418 INFO O| Aug 20 03:36:59.418 INFO STEP 49 (remove_files) COMPLETE
96292026-08-20T03:37:00.683Z[ host-image] Aug 20 03:36:59.418 INFO O| Aug 20 03:36:59.418 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-20T03:37:00.741Z[ host-image] Aug 20 03:36:59.427 INFO O| Aug 20 03:36:59.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96312026-08-20T03:37:00.741Z[ host-image] Aug 20 03:36:59.427 INFO O| Aug 20 03:36:59.427 INFO STEP 50 (remove_files) COMPLETE
96322026-08-20T03:37:00.741Z[ host-image] Aug 20 03:36:59.427 INFO O| Aug 20 03:36:59.427 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-20T03:37:00.741Z[ host-image] Aug 20 03:36:59.435 INFO O| Aug 20 03:36:59.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96342026-08-20T03:37:00.741Z[ host-image] Aug 20 03:36:59.435 INFO O| Aug 20 03:36:59.435 INFO STEP 51 (remove_files) COMPLETE
96352026-08-20T03:37:00.741Z[ host-image] Aug 20 03:36:59.435 INFO O| Aug 20 03:36:59.435 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.443 INFO O| Aug 20 03:36:59.443 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96372026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.443 INFO O| Aug 20 03:36:59.443 INFO STEP 52 (remove_files) COMPLETE
96382026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.443 INFO O| Aug 20 03:36:59.443 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.451 INFO O| Aug 20 03:36:59.451 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96402026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.451 INFO O| Aug 20 03:36:59.451 INFO STEP 53 (remove_files) COMPLETE
96412026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.451 INFO O| Aug 20 03:36:59.451 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.458 INFO O| Aug 20 03:36:59.458 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96432026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.459 INFO O| Aug 20 03:36:59.459 INFO STEP 54 (remove_files) COMPLETE
96442026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.459 INFO O| Aug 20 03:36:59.459 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.466 INFO O| Aug 20 03:36:59.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96462026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.466 INFO O| Aug 20 03:36:59.466 INFO STEP 55 (remove_files) COMPLETE
96472026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.466 INFO O| Aug 20 03:36:59.466 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.475 INFO O| Aug 20 03:36:59.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96492026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.475 INFO O| Aug 20 03:36:59.475 INFO STEP 56 (remove_files) COMPLETE
96502026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.475 INFO O| Aug 20 03:36:59.475 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.483 INFO O| Aug 20 03:36:59.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96522026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.483 INFO O| Aug 20 03:36:59.483 INFO STEP 57 (remove_files) COMPLETE
96532026-08-20T03:37:00.742Z[ host-image] Aug 20 03:36:59.484 INFO O| Aug 20 03:36:59.484 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.490 INFO O| Aug 20 03:36:59.490 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96552026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.490 INFO O| Aug 20 03:36:59.490 INFO STEP 58 (remove_files) COMPLETE
96562026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.490 INFO O| Aug 20 03:36:59.490 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96582026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96592026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96602026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96612026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96622026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96632026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO ok!
96642026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO STEP 59 (ensure_file) COMPLETE
96652026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.497 INFO O| Aug 20 03:36:59.497 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96672026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96682026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96692026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96702026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96712026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96722026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO ok!
96732026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO STEP 60 (ensure_file) COMPLETE
96742026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.505 INFO O| Aug 20 03:36:59.505 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.511 INFO O| Aug 20 03:36:59.511 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96762026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.511 INFO O| Aug 20 03:36:59.511 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96772026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.511 INFO O| Aug 20 03:36:59.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96782026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.511 INFO O| Aug 20 03:36:59.511 INFO ok!
96792026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.511 INFO O| Aug 20 03:36:59.511 INFO STEP 61 (ensure_file) COMPLETE
96802026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.511 INFO O| Aug 20 03:36:59.511 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.520 INFO O| Aug 20 03:36:59.520 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96822026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.520 INFO O| Aug 20 03:36:59.520 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96832026-08-20T03:37:00.745Z[ host-image] Aug 20 03:36:59.521 INFO O| Aug 20 03:36:59.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96842026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.521 INFO O| Aug 20 03:36:59.521 INFO ok!
96852026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.521 INFO O| Aug 20 03:36:59.521 INFO STEP 62 (ensure_file) COMPLETE
96862026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.521 INFO O| Aug 20 03:36:59.521 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96882026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96892026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96902026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96912026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 INFO ok!
96922026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 INFO STEP 63 (ensure_file) COMPLETE
96932026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.530 INFO O| Aug 20 03:36:59.530 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96952026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96962026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96972026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96982026-08-20T03:37:00.746Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO ok!
96992026-08-20T03:37:00.748Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO STEP 64 (ensure_file) COMPLETE
97002026-08-20T03:37:00.748Z[ host-image] Aug 20 03:36:59.538 INFO O| Aug 20 03:36:59.538 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-08-20T03:37:00.748Z[ host-image] Aug 20 03:36:59.546 INFO O| Aug 20 03:36:59.546 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97022026-08-20T03:37:00.748Z[ host-image] Aug 20 03:36:59.546 INFO O| Aug 20 03:36:59.546 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97032026-08-20T03:37:00.748Z[ host-image] Aug 20 03:36:59.546 INFO O| Aug 20 03:36:59.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97042026-08-20T03:37:00.748Z[ host-image] Aug 20 03:36:59.546 INFO O| Aug 20 03:36:59.546 INFO ok!
97052026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.546 INFO O| Aug 20 03:36:59.546 INFO STEP 65 (assemble_files) COMPLETE
97062026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.546 INFO O| Aug 20 03:36:59.546 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97082026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97092026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97102026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97112026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO ok!
97122026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO STEP 66 (ensure_file) COMPLETE
97132026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.553 INFO O| Aug 20 03:36:59.553 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-08-20T03:37:00.749Z[ host-image] Aug 20 03:36:59.559 INFO O| Aug 20 03:36:59.559 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97152026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.559 INFO O| Aug 20 03:36:59.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97162026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.559 INFO O| Aug 20 03:36:59.559 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97172026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.559 INFO O| Aug 20 03:36:59.559 INFO STEP 67 (ensure_dir) COMPLETE
97182026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.559 INFO O| Aug 20 03:36:59.559 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.566 INFO O| Aug 20 03:36:59.566 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97202026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.566 INFO O| Aug 20 03:36:59.566 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 ...
97212026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.572 INFO O| Aug 20 03:36:59.572 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
97222026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.572 INFO O| Aug 20 03:36:59.572 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97232026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.572 INFO O| Aug 20 03:36:59.572 INFO ok!
97242026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.572 INFO O| Aug 20 03:36:59.572 INFO STEP 68 (ensure_file) COMPLETE
97252026-08-20T03:37:00.754Z[ host-image] Aug 20 03:36:59.572 INFO O| Aug 20 03:36:59.572 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-20T03:37:00.772Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97272026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 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 ...
97282026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 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
97292026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97302026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 INFO ok!
97312026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 INFO STEP 69 (ensure_file) COMPLETE
97322026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.582 INFO O| Aug 20 03:36:59.582 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97332026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.594 INFO O| Aug 20 03:36:59.594 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97342026-08-20T03:37:00.774Z[ host-image] Aug 20 03:36:59.595 INFO O| Aug 20 03:36:59.594 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97352026-08-20T03:37:01.457Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97362026-08-20T03:37:03.897Z[ host-image] Aug 20 03:37:01.153 INFO O| Aug 20 03:37:01.152 INFO STEP 70 (pack_tar) COMPLETE
97372026-08-20T03:37:03.898Z[ host-image] Aug 20 03:37:01.153 INFO O| Aug 20 03:37:01.153 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97382026-08-20T03:37:03.898Z[ host-image] Aug 20 03:37:01.153 INFO O| Aug 20 03:37:01.153 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97392026-08-20T03:37:03.979Z[ host-image] Aug 20 03:37:01.661 INFO O| Aug 20 03:37:01.661 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97402026-08-20T03:37:03.979Z[ host-image] Aug 20 03:37:01.735 INFO O| Aug 20 03:37:01.735 INFO completed processing sled/ramdisk-02-trim
97412026-08-20T03:37:03.979Z[ host-image] Aug 20 03:37:01.737 INFO image builder template: zfs...
97422026-08-20T03:37:03.979Z[ host-image] Aug 20 03:37:01.737 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/.tmpj9tMUi/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
97432026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:01.749 INFO O| Aug 20 03:37:01.749 INFO skip include "stress" because feature "stress" is not enabled
97442026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:01.749 INFO O| Aug 20 03:37:01.749 INFO skip include "stress" because feature "compliance" is not enabled
97452026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:01.779 INFO O| Aug 20 03:37:01.779 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97462026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:01.783 INFO O| Aug 20 03:37:01.783 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97472026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:01.875 INFO O| Aug 20 03:37:01.875 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97482026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.004 INFO O| Aug 20 03:37:02.004 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97492026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.004 INFO O| Aug 20 03:37:02.004 INFO work dataset: rpool/images/build/host/work/sled/zfs
97502026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.009 INFO O| Aug 20 03:37:02.009 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97512026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.101 INFO O| Aug 20 03:37:02.101 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97522026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.239 INFO O| Aug 20 03:37:02.239 INFO DESTROY POOL: TEMPORARY-sled-zfs
97532026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.248 INFO O| Aug 20 03:37:02.247 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97542026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.252 INFO O| Aug 20 03:37:02.252 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97552026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.252 INFO O| Aug 20 03:37:02.252 INFO no lofi found
97562026-08-20T03:37:03.980Z[ host-image] Aug 20 03:37:02.252 INFO O| Aug 20 03:37:02.252 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97572026-08-20T03:37:03.987Z[ host-image] Aug 20 03:37:02.252 INFO O| Aug 20 03:37:02.252 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97582026-08-20T03:37:05.118Z[ host-image] Aug 20 03:37:04.001 INFO O| Aug 20 03:37:04.001 INFO lofi device = /dev/dsk/c2t1d0p0
97592026-08-20T03:37:05.118Z[ host-image] Aug 20 03:37:04.001 INFO O| Aug 20 03:37:04.001 INFO pool device = /dev/dsk/c2t1d0p0
97602026-08-20T03:37:05.127Z[ host-image] Aug 20 03:37:04.001 INFO O| Aug 20 03:37:04.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"]
97612026-08-20T03:37:05.201Z[ host-image] Aug 20 03:37:04.084 INFO O| Aug 20 03:37:04.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97622026-08-20T03:37:05.201Z[ host-image] Aug 20 03:37:04.084 INFO O| Aug 20 03:37:04.084 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97632026-08-20T03:37:05.218Z[ host-image] Aug 20 03:37:04.101 INFO O| Aug 20 03:37:04.101 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97642026-08-20T03:37:05.271Z[ host-image] Aug 20 03:37:04.153 INFO O| Aug 20 03:37:04.153 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97652026-08-20T03:37:05.299Z[ host-image] Aug 20 03:37:04.182 INFO O| Aug 20 03:37:04.182 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97662026-08-20T03:37:05.314Z[ host-image] Aug 20 03:37:04.197 INFO O| Aug 20 03:37:04.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97672026-08-20T03:37:05.326Z[ host-image] Aug 20 03:37:04.209 INFO O| Aug 20 03:37:04.209 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97682026-08-20T03:37:05.471Z[ host-image] Aug 20 03:37:04.353 INFO O| Aug 20 03:37:04.353 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97692026-08-20T03:37:05.471Z[ host-image] Aug 20 03:37:04.353 INFO O| Aug 20 03:37:04.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97702026-08-20T03:37:05.479Z[ host-image] Aug 20 03:37:04.354 INFO O| Aug 20 03:37:04.353 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97712026-08-20T03:37:05.487Z[ host-image] Aug 20 03:37:04.365 INFO O| Aug 20 03:37:04.365 INFO boot environment UUID: c2fa8474-3f24-43dd-a482-f1e2cf816fc7
97722026-08-20T03:37:05.487Z[ host-image] Aug 20 03:37:04.365 INFO O| Aug 20 03:37:04.365 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c2fa8474-3f24-43dd-a482-f1e2cf816fc7
97732026-08-20T03:37:05.504Z[ host-image] Aug 20 03:37:04.376 INFO O| Aug 20 03:37:04.376 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97742026-08-20T03:37:05.512Z[ host-image] Aug 20 03:37:04.387 INFO O| Aug 20 03:37:04.387 INFO STEP 0 (create_be) COMPLETE
97752026-08-20T03:37:05.513Z[ host-image] Aug 20 03:37:04.387 INFO O| Aug 20 03:37:04.387 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97762026-08-20T03:37:05.520Z[ host-image] Aug 20 03:37:04.402 INFO O| Aug 20 03:37:04.402 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97772026-08-20T03:37:15.320Z[ host-image] Aug 20 03:37:14.203 INFO O| Aug 20 03:37:14.203 INFO STEP 1 (unpack_tar) COMPLETE
97782026-08-20T03:37:15.321Z[ host-image] Aug 20 03:37:14.203 INFO O| Aug 20 03:37:14.203 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-20T03:37:15.331Z[ host-image] Aug 20 03:37:14.214 INFO O| Aug 20 03:37:14.213 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97802026-08-20T03:37:15.891Z[ host-image] Aug 20 03:37:14.774 INFO O| Aug 20 03:37:14.774 INFO STEP 2 (devfsadm) COMPLETE
97812026-08-20T03:37:15.891Z[ host-image] Aug 20 03:37:14.774 INFO O| Aug 20 03:37:14.774 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-20T03:37:15.905Z[ host-image] Aug 20 03:37:14.784 INFO O| Aug 20 03:37:14.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97832026-08-20T03:37:15.905Z[ host-image] Aug 20 03:37:14.784 INFO O| Aug 20 03:37:14.784 INFO STEP 3 (ensure_dir) COMPLETE
97842026-08-20T03:37:15.914Z[ host-image] Aug 20 03:37:14.784 INFO O| Aug 20 03:37:14.784 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-20T03:37:15.921Z[ host-image] Aug 20 03:37:14.793 INFO O| Aug 20 03:37:14.793 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97862026-08-20T03:37:15.921Z[ host-image] Aug 20 03:37:14.793 INFO O| Aug 20 03:37:14.793 INFO STEP 4 (ensure_dir) COMPLETE
97872026-08-20T03:37:15.921Z[ host-image] Aug 20 03:37:14.793 INFO O| Aug 20 03:37:14.793 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-08-20T03:37:15.921Z[ host-image] Aug 20 03:37:14.800 INFO O| Aug 20 03:37:14.800 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97892026-08-20T03:37:15.921Z[ host-image] Aug 20 03:37:14.800 INFO O| Aug 20 03:37:14.800 INFO STEP 5 (ensure_dir) COMPLETE
97902026-08-20T03:37:15.921Z[ host-image] Aug 20 03:37:14.800 INFO O| Aug 20 03:37:14.800 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-08-20T03:37:15.927Z[ host-image] Aug 20 03:37:14.807 INFO O| Aug 20 03:37:14.807 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97922026-08-20T03:37:15.927Z[ host-image] Aug 20 03:37:14.808 INFO O| Aug 20 03:37:14.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97932026-08-20T03:37:15.927Z[ host-image] Aug 20 03:37:14.808 INFO O| Aug 20 03:37:14.808 INFO STEP 6 (ensure_dir) COMPLETE
97942026-08-20T03:37:15.927Z[ host-image] Aug 20 03:37:14.808 INFO O| Aug 20 03:37:14.808 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-08-20T03:37:15.936Z[ host-image] Aug 20 03:37:14.815 INFO O| Aug 20 03:37:14.815 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97962026-08-20T03:37:15.936Z[ host-image] Aug 20 03:37:14.815 INFO O| Aug 20 03:37:14.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97972026-08-20T03:37:15.936Z[ host-image] Aug 20 03:37:14.815 INFO O| Aug 20 03:37:14.815 INFO STEP 7 (ensure_dir) COMPLETE
97982026-08-20T03:37:15.936Z[ host-image] Aug 20 03:37:14.815 INFO O| Aug 20 03:37:14.815 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-20T03:37:15.944Z[ host-image] Aug 20 03:37:14.821 INFO O| Aug 20 03:37:14.821 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98002026-08-20T03:37:15.944Z[ host-image] Aug 20 03:37:14.822 INFO O| Aug 20 03:37:14.822 INFO STEP 8 (remove_files) COMPLETE
98012026-08-20T03:37:15.944Z[ host-image] Aug 20 03:37:14.822 INFO O| Aug 20 03:37:14.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-20T03:37:15.955Z[ host-image] Aug 20 03:37:14.833 INFO O| Aug 20 03:37:14.833 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98032026-08-20T03:37:15.955Z[ host-image] Aug 20 03:37:14.833 INFO O| Aug 20 03:37:14.833 INFO STEP 9 (remove_files) COMPLETE
98042026-08-20T03:37:15.955Z[ host-image] Aug 20 03:37:14.833 INFO O| Aug 20 03:37:14.833 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-20T03:37:15.965Z[ host-image] Aug 20 03:37:14.842 INFO O| Aug 20 03:37:14.842 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98062026-08-20T03:37:15.965Z[ host-image] Aug 20 03:37:14.843 INFO O| Aug 20 03:37:14.843 INFO STEP 10 (remove_files) COMPLETE
98072026-08-20T03:37:15.965Z[ host-image] Aug 20 03:37:14.843 INFO O| Aug 20 03:37:14.843 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-20T03:37:15.978Z[ host-image] Aug 20 03:37:14.851 INFO O| Aug 20 03:37:14.851 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98092026-08-20T03:37:15.978Z[ host-image] Aug 20 03:37:14.851 INFO O| Aug 20 03:37:14.851 INFO STEP 11 (remove_files) COMPLETE
98102026-08-20T03:37:15.978Z[ host-image] Aug 20 03:37:14.851 INFO O| Aug 20 03:37:14.851 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-20T03:37:15.988Z[ host-image] Aug 20 03:37:14.860 INFO O| Aug 20 03:37:14.860 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98122026-08-20T03:37:16.005Z[ host-image] Aug 20 03:37:14.860 INFO O| Aug 20 03:37:14.860 INFO STEP 12 (remove_files) COMPLETE
98132026-08-20T03:37:16.005Z[ host-image] Aug 20 03:37:14.860 INFO O| Aug 20 03:37:14.860 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.869 INFO O| Aug 20 03:37:14.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98152026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.869 INFO O| Aug 20 03:37:14.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98162026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.869 INFO O| Aug 20 03:37:14.869 INFO STEP 13 (ensure_dir) COMPLETE
98172026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.869 INFO O| Aug 20 03:37:14.869 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.879 INFO O| Aug 20 03:37:14.878 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98192026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.879 INFO O| Aug 20 03:37:14.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98202026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.879 INFO O| Aug 20 03:37:14.879 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98212026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.879 INFO O| Aug 20 03:37:14.879 INFO STEP 14 (ensure_dir) COMPLETE
98222026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.879 INFO O| Aug 20 03:37:14.879 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.886 INFO O| Aug 20 03:37:14.886 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98242026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.886 INFO O| Aug 20 03:37:14.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98252026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.886 INFO O| Aug 20 03:37:14.886 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98262026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.886 INFO O| Aug 20 03:37:14.886 INFO STEP 15 (ensure_dir) COMPLETE
98272026-08-20T03:37:16.012Z[ host-image] Aug 20 03:37:14.886 INFO O| Aug 20 03:37:14.886 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.895 INFO O| Aug 20 03:37:14.895 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.895 INFO O| Aug 20 03:37:14.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98302026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.895 INFO O| Aug 20 03:37:14.895 INFO STEP 16 (ensure_dir) COMPLETE
98312026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.895 INFO O| Aug 20 03:37:14.895 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.902 INFO O| Aug 20 03:37:14.902 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.902 INFO O| Aug 20 03:37:14.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98342026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.902 INFO O| Aug 20 03:37:14.902 INFO STEP 17 (ensure_dir) COMPLETE
98352026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.902 INFO O| Aug 20 03:37:14.902 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.911 INFO O| Aug 20 03:37:14.911 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98372026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.911 INFO O| Aug 20 03:37:14.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98382026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.911 INFO O| Aug 20 03:37:14.911 INFO ok!
98392026-08-20T03:37:16.029Z[ host-image] Aug 20 03:37:14.911 INFO O| Aug 20 03:37:14.911 INFO STEP 18 (ensure_symlink) COMPLETE
98402026-08-20T03:37:16.030Z[ host-image] Aug 20 03:37:14.911 INFO O| Aug 20 03:37:14.911 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-08-20T03:37:16.039Z[ host-image] Aug 20 03:37:14.918 INFO O| Aug 20 03:37:14.918 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98422026-08-20T03:37:16.039Z[ host-image] Aug 20 03:37:14.918 INFO O| Aug 20 03:37:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98432026-08-20T03:37:16.039Z[ host-image] Aug 20 03:37:14.918 INFO O| Aug 20 03:37:14.918 INFO ok!
98442026-08-20T03:37:16.050Z[ host-image] Aug 20 03:37:14.918 INFO O| Aug 20 03:37:14.918 INFO STEP 19 (ensure_file) COMPLETE
98452026-08-20T03:37:16.050Z[ host-image] Aug 20 03:37:14.918 INFO O| Aug 20 03:37:14.918 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98462026-08-20T03:37:16.063Z[ host-image] Aug 20 03:37:14.927 INFO O| Aug 20 03:37:14.927 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98472026-08-20T03:37:16.063Z[ host-image] Aug 20 03:37:14.927 INFO O| Aug 20 03:37:14.927 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98482026-08-20T03:37:16.063Z[ host-image] Aug 20 03:37:14.927 INFO O| Aug 20 03:37:14.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98492026-08-20T03:37:16.063Z[ host-image] Aug 20 03:37:14.927 INFO O| Aug 20 03:37:14.927 INFO ok!
98502026-08-20T03:37:16.063Z[ host-image] Aug 20 03:37:14.927 INFO O| Aug 20 03:37:14.927 INFO STEP 20 (ensure_symlink) COMPLETE
98512026-08-20T03:37:16.063Z[ host-image] Aug 20 03:37:14.927 INFO O| Aug 20 03:37:14.927 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98522026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.935 INFO O| Aug 20 03:37:14.935 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98532026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.935 INFO O| Aug 20 03:37:14.935 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98542026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.935 INFO O| Aug 20 03:37:14.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98552026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.935 INFO O| Aug 20 03:37:14.935 INFO ok!
98562026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.935 INFO O| Aug 20 03:37:14.935 INFO STEP 21 (ensure_symlink) COMPLETE
98572026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.935 INFO O| Aug 20 03:37:14.935 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98582026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.944 INFO O| Aug 20 03:37:14.944 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98592026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.944 INFO O| Aug 20 03:37:14.944 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98602026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.944 INFO O| Aug 20 03:37:14.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98612026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.944 INFO O| Aug 20 03:37:14.944 INFO ok!
98622026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.944 INFO O| Aug 20 03:37:14.944 INFO STEP 22 (ensure_symlink) COMPLETE
98632026-08-20T03:37:16.064Z[ host-image] Aug 20 03:37:14.944 INFO O| Aug 20 03:37:14.944 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-08-20T03:37:16.072Z[ host-image] Aug 20 03:37:14.952 INFO O| Aug 20 03:37:14.952 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98652026-08-20T03:37:16.072Z[ host-image] Aug 20 03:37:14.952 INFO O| Aug 20 03:37:14.952 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98662026-08-20T03:37:16.072Z[ host-image] Aug 20 03:37:14.952 INFO O| Aug 20 03:37:14.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98672026-08-20T03:37:16.072Z[ host-image] Aug 20 03:37:14.952 INFO O| Aug 20 03:37:14.952 INFO ok!
98682026-08-20T03:37:16.072Z[ host-image] Aug 20 03:37:14.952 INFO O| Aug 20 03:37:14.952 INFO STEP 23 (ensure_symlink) COMPLETE
98692026-08-20T03:37:16.072Z[ host-image] Aug 20 03:37:14.952 INFO O| Aug 20 03:37:14.952 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98702026-08-20T03:37:16.079Z[ host-image] Aug 20 03:37:14.961 INFO O| Aug 20 03:37:14.961 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98712026-08-20T03:37:16.079Z[ host-image] Aug 20 03:37:14.961 INFO O| Aug 20 03:37:14.961 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98722026-08-20T03:37:16.079Z[ host-image] Aug 20 03:37:14.961 INFO O| Aug 20 03:37:14.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98732026-08-20T03:37:16.079Z[ host-image] Aug 20 03:37:14.961 INFO O| Aug 20 03:37:14.961 INFO ok!
98742026-08-20T03:37:16.079Z[ host-image] Aug 20 03:37:14.961 INFO O| Aug 20 03:37:14.961 INFO STEP 24 (ensure_file) COMPLETE
98752026-08-20T03:37:16.079Z[ host-image] Aug 20 03:37:14.961 INFO O| Aug 20 03:37:14.961 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.972 INFO O| Aug 20 03:37:14.972 INFO updating shadow file
98772026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.972 INFO O| Aug 20 03:37:14.972 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98782026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.972 INFO O| Aug 20 03:37:14.972 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98792026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.972 INFO O| Aug 20 03:37:14.972 INFO STEP 25 (shadow) COMPLETE
98802026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.972 INFO O| Aug 20 03:37:14.972 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98812026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.981 INFO O| Aug 20 03:37:14.981 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98822026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.981 INFO O| Aug 20 03:37:14.981 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98832026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.981 INFO O| Aug 20 03:37:14.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98842026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.981 INFO O| Aug 20 03:37:14.981 INFO ok!
98852026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.981 INFO O| Aug 20 03:37:14.981 INFO STEP 26 (ensure_file) COMPLETE
98862026-08-20T03:37:16.104Z[ host-image] Aug 20 03:37:14.981 INFO O| Aug 20 03:37:14.981 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-08-20T03:37:16.119Z[ host-image] Aug 20 03:37:14.991 INFO O| Aug 20 03:37:14.991 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98882026-08-20T03:37:16.119Z[ host-image] Aug 20 03:37:14.991 INFO O| Aug 20 03:37:14.991 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98892026-08-20T03:37:16.119Z[ host-image] Aug 20 03:37:14.991 INFO O| Aug 20 03:37:14.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98902026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:14.991 INFO O| Aug 20 03:37:14.991 INFO ok!
98912026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:14.991 INFO O| Aug 20 03:37:14.991 INFO STEP 27 (ensure_file) COMPLETE
98922026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:14.991 INFO O| Aug 20 03:37:14.991 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98932026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98942026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98952026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98962026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98972026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 INFO ok!
98982026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 INFO STEP 28 (ensure_file) COMPLETE
98992026-08-20T03:37:16.120Z[ host-image] Aug 20 03:37:15.000 INFO O| Aug 20 03:37:15.000 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-08-20T03:37:16.138Z[ host-image] Aug 20 03:37:15.009 INFO O| Aug 20 03:37:15.009 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99012026-08-20T03:37:16.138Z[ host-image] Aug 20 03:37:15.009 INFO O| Aug 20 03:37:15.009 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99022026-08-20T03:37:16.138Z[ host-image] Aug 20 03:37:15.009 INFO O| Aug 20 03:37:15.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99032026-08-20T03:37:16.139Z[ host-image] Aug 20 03:37:15.009 INFO O| Aug 20 03:37:15.009 INFO ok!
99042026-08-20T03:37:16.139Z[ host-image] Aug 20 03:37:15.009 INFO O| Aug 20 03:37:15.009 INFO STEP 29 (ensure_file) COMPLETE
99052026-08-20T03:37:16.139Z[ host-image] Aug 20 03:37:15.009 INFO O| Aug 20 03:37:15.009 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.018 INFO O| Aug 20 03:37:15.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99072026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.018 INFO O| Aug 20 03:37:15.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99082026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.018 INFO O| Aug 20 03:37:15.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99092026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.018 INFO O| Aug 20 03:37:15.018 INFO STEP 30 (ensure_dir) COMPLETE
99102026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.018 INFO O| Aug 20 03:37:15.018 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99112026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99122026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99132026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99142026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99152026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO ok!
99162026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO STEP 31 (ensure_file) COMPLETE
99172026-08-20T03:37:16.155Z[ host-image] Aug 20 03:37:15.026 INFO O| Aug 20 03:37:15.026 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.034 INFO O| Aug 20 03:37:15.034 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99192026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.035 INFO O| Aug 20 03:37:15.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99202026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.035 INFO O| Aug 20 03:37:15.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99212026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.035 INFO O| Aug 20 03:37:15.035 INFO STEP 32 (ensure_dir) COMPLETE
99222026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.035 INFO O| Aug 20 03:37:15.035 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99242026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 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 ...
99252026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 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
99262026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99272026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 INFO ok!
99282026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 INFO STEP 33 (ensure_file) COMPLETE
99292026-08-20T03:37:16.198Z[ host-image] Aug 20 03:37:15.042 INFO O| Aug 20 03:37:15.042 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99302026-08-20T03:37:16.213Z[ host-image] Aug 20 03:37:15.050 INFO O| Aug 20 03:37:15.050 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99312026-08-20T03:37:16.213Z[ host-image] Aug 20 03:37:15.050 INFO O| Aug 20 03:37:15.050 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99322026-08-20T03:37:16.213Z[ host-image] Aug 20 03:37:15.050 INFO O| Aug 20 03:37:15.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99332026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.050 INFO O| Aug 20 03:37:15.050 INFO ok!
99342026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.050 INFO O| Aug 20 03:37:15.050 INFO STEP 34 (ensure_file) COMPLETE
99352026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.050 INFO O| Aug 20 03:37:15.050 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99362026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99372026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99382026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99392026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99402026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 INFO ok!
99412026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 INFO STEP 35 (ensure_file) COMPLETE
99422026-08-20T03:37:16.221Z[ host-image] Aug 20 03:37:15.058 INFO O| Aug 20 03:37:15.058 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99432026-08-20T03:37:16.222Z[ host-image] Aug 20 03:37:15.068 INFO O| Aug 20 03:37:15.068 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99442026-08-20T03:37:16.222Z[ host-image] Aug 20 03:37:15.068 INFO O| Aug 20 03:37:15.068 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99452026-08-20T03:37:16.222Z[ host-image] Aug 20 03:37:15.068 INFO O| Aug 20 03:37:15.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99462026-08-20T03:37:16.222Z[ host-image] Aug 20 03:37:15.068 INFO O| Aug 20 03:37:15.068 INFO ok!
99472026-08-20T03:37:16.222Z[ host-image] Aug 20 03:37:15.068 INFO O| Aug 20 03:37:15.068 INFO STEP 36 (ensure_file) COMPLETE
99482026-08-20T03:37:16.222Z[ host-image] Aug 20 03:37:15.068 INFO O| Aug 20 03:37:15.068 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99492026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.078 INFO O| Aug 20 03:37:15.078 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99502026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.078 INFO O| Aug 20 03:37:15.078 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99512026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.078 INFO O| Aug 20 03:37:15.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99522026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.078 INFO O| Aug 20 03:37:15.078 INFO ok!
99532026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.078 INFO O| Aug 20 03:37:15.078 INFO STEP 37 (ensure_file) COMPLETE
99542026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.078 INFO O| Aug 20 03:37:15.078 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99552026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99562026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99572026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99582026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99592026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99602026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99612026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO ok!
99622026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO STEP 38 (ensure_file) COMPLETE
99632026-08-20T03:37:16.225Z[ host-image] Aug 20 03:37:15.086 INFO O| Aug 20 03:37:15.086 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99642026-08-20T03:37:16.236Z[ host-image] Aug 20 03:37:15.096 INFO O| Aug 20 03:37:15.096 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99652026-08-20T03:37:16.236Z[ host-image] Aug 20 03:37:15.096 INFO O| Aug 20 03:37:15.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99662026-08-20T03:37:16.236Z[ host-image] Aug 20 03:37:15.096 INFO O| Aug 20 03:37:15.096 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99672026-08-20T03:37:16.236Z[ host-image] Aug 20 03:37:15.096 INFO O| Aug 20 03:37:15.096 INFO STEP 39 (ensure_dir) COMPLETE
99682026-08-20T03:37:16.236Z[ host-image] Aug 20 03:37:15.096 INFO O| Aug 20 03:37:15.096 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99692026-08-20T03:37:16.236Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 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
99702026-08-20T03:37:16.246Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 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 ...
99712026-08-20T03:37:16.246Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 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
99722026-08-20T03:37:16.246Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 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
99732026-08-20T03:37:16.246Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 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
99742026-08-20T03:37:16.246Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 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
99752026-08-20T03:37:16.247Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 INFO ok!
99762026-08-20T03:37:16.247Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 INFO STEP 40 (ensure_file) COMPLETE
99772026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.105 INFO O| Aug 20 03:37:15.105 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99782026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.113 INFO O| Aug 20 03:37:15.113 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99792026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.113 INFO O| Aug 20 03:37:15.113 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 ...
99802026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.113 INFO O| Aug 20 03:37:15.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99812026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.113 INFO O| Aug 20 03:37:15.113 INFO ok!
99822026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.113 INFO O| Aug 20 03:37:15.113 INFO STEP 41 (ensure_symlink) COMPLETE
99832026-08-20T03:37:16.254Z[ host-image] Aug 20 03:37:15.113 INFO O| Aug 20 03:37:15.113 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99842026-08-20T03:37:16.260Z[ host-image] Aug 20 03:37:15.121 INFO O| Aug 20 03:37:15.121 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99852026-08-20T03:37:16.260Z[ host-image] Aug 20 03:37:15.121 INFO O| Aug 20 03:37:15.121 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99862026-08-20T03:37:16.260Z[ host-image] Aug 20 03:37:15.121 INFO O| Aug 20 03:37:15.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99872026-08-20T03:37:16.261Z[ host-image] Aug 20 03:37:15.121 INFO O| Aug 20 03:37:15.121 INFO ok!
99882026-08-20T03:37:16.261Z[ host-image] Aug 20 03:37:15.121 INFO O| Aug 20 03:37:15.121 INFO STEP 42 (ensure_symlink) COMPLETE
99892026-08-20T03:37:16.261Z[ host-image] Aug 20 03:37:15.121 INFO O| Aug 20 03:37:15.121 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99902026-08-20T03:37:16.261Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99912026-08-20T03:37:16.261Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99922026-08-20T03:37:16.288Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99932026-08-20T03:37:16.288Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99942026-08-20T03:37:16.288Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99952026-08-20T03:37:16.288Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99962026-08-20T03:37:16.288Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO ok!
99972026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO STEP 43 (ensure_file) COMPLETE
99982026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.129 INFO O| Aug 20 03:37:15.129 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99992026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100002026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 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 ...
100012026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 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
100022026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100032026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 INFO ok!
100042026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 INFO STEP 44 (ensure_file) COMPLETE
100052026-08-20T03:37:16.289Z[ host-image] Aug 20 03:37:15.136 INFO O| Aug 20 03:37:15.136 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100062026-08-20T03:37:16.298Z[ host-image] Aug 20 03:37:15.143 INFO O| Aug 20 03:37:15.143 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100072026-08-20T03:37:16.313Z[ host-image] Aug 20 03:37:15.143 INFO O| Aug 20 03:37:15.143 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100082026-08-20T03:37:16.313Z[ host-image] Aug 20 03:37:15.144 INFO O| Aug 20 03:37:15.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100092026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.144 INFO O| Aug 20 03:37:15.144 INFO ok!
100102026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.144 INFO O| Aug 20 03:37:15.144 INFO STEP 45 (ensure_file) COMPLETE
100112026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.144 INFO O| Aug 20 03:37:15.144 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100122026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.151 INFO O| Aug 20 03:37:15.151 INFO updating shadow file
100132026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.151 INFO O| Aug 20 03:37:15.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100142026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.151 INFO O| Aug 20 03:37:15.151 INFO STEP 46 (shadow) COMPLETE
100152026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.151 INFO O| Aug 20 03:37:15.151 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100162026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.159 INFO O| Aug 20 03:37:15.159 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100172026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.159 INFO O| Aug 20 03:37:15.159 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100182026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.159 INFO O| Aug 20 03:37:15.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100192026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.159 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100202026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.159 INFO ok!
100212026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.160 INFO STEP 47 (ensure_file) COMPLETE
100222026-08-20T03:37:16.314Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.160 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-08-20T03:37:16.332Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.160 INFO skip step because feature "mfg" is not enabled
100242026-08-20T03:37:16.332Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.160 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100252026-08-20T03:37:16.332Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.160 INFO skip step because feature "mfg" is not enabled
100262026-08-20T03:37:16.332Z[ host-image] Aug 20 03:37:15.160 INFO O| Aug 20 03:37:15.160 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-20T03:37:16.332Z[ host-image] Aug 20 03:37:15.168 INFO O| Aug 20 03:37:15.168 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100282026-08-20T03:37:16.332Z[ host-image] Aug 20 03:37:15.168 INFO O| Aug 20 03:37:15.168 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100292026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100302026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100312026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO ok!
100322026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO STEP 50 (ensure_file) COMPLETE
100332026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100342026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO skip step because feature "compliance" is not enabled
100352026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.196 INFO O| Aug 20 03:37:15.196 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100372026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100382026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100392026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100402026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100412026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100422026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO ok!
100432026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO STEP 52 (ensure_file) COMPLETE
100442026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.206 INFO O| Aug 20 03:37:15.206 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100452026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100462026-08-20T03:37:16.342Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 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 ...
100472026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100482026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100492026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 INFO ok!
100502026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 INFO STEP 53 (ensure_file) COMPLETE
100512026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.214 INFO O| Aug 20 03:37:15.214 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100522026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100532026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 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 ...
100542026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100552026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100562026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 INFO ok!
100572026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 INFO STEP 54 (ensure_file) COMPLETE
100582026-08-20T03:37:16.343Z[ host-image] Aug 20 03:37:15.222 INFO O| Aug 20 03:37:15.222 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100592026-08-20T03:37:16.352Z[ host-image] Aug 20 03:37:15.230 INFO O| Aug 20 03:37:15.230 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100602026-08-20T03:37:16.353Z[ host-image] Aug 20 03:37:15.230 INFO O| Aug 20 03:37:15.230 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 ...
100612026-08-20T03:37:16.353Z[ host-image] Aug 20 03:37:15.230 INFO O| Aug 20 03:37:15.230 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
100622026-08-20T03:37:16.353Z[ host-image] Aug 20 03:37:15.231 INFO O| Aug 20 03:37:15.230 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100632026-08-20T03:37:16.353Z[ host-image] Aug 20 03:37:15.231 INFO O| Aug 20 03:37:15.230 INFO ok!
100642026-08-20T03:37:16.353Z[ host-image] Aug 20 03:37:15.231 INFO O| Aug 20 03:37:15.231 INFO STEP 55 (ensure_file) COMPLETE
100652026-08-20T03:37:16.353Z[ host-image] Aug 20 03:37:15.231 INFO O| Aug 20 03:37:15.231 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100662026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100672026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 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 ...
100682026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100692026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100702026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 INFO ok!
100712026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 INFO STEP 56 (ensure_file) COMPLETE
100722026-08-20T03:37:16.366Z[ host-image] Aug 20 03:37:15.238 INFO O| Aug 20 03:37:15.238 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100742026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 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 ...
100752026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 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
100762026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100772026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 INFO ok!
100782026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 INFO STEP 57 (ensure_file) COMPLETE
100792026-08-20T03:37:16.367Z[ host-image] Aug 20 03:37:15.245 INFO O| Aug 20 03:37:15.245 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-08-20T03:37:16.375Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100812026-08-20T03:37:16.375Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 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 ...
100822026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100832026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100842026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100852026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100862026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO ok!
100872026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO STEP 58 (ensure_file) COMPLETE
100882026-08-20T03:37:16.376Z[ host-image] Aug 20 03:37:15.254 INFO O| Aug 20 03:37:15.254 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-08-20T03:37:16.384Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100902026-08-20T03:37:16.384Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 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 ...
100912026-08-20T03:37:16.384Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 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
100922026-08-20T03:37:16.384Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100932026-08-20T03:37:16.384Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 INFO ok!
100942026-08-20T03:37:16.393Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 INFO STEP 59 (ensure_file) COMPLETE
100952026-08-20T03:37:16.393Z[ host-image] Aug 20 03:37:15.262 INFO O| Aug 20 03:37:15.262 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.269 INFO O| Aug 20 03:37:15.269 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100972026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.269 INFO O| Aug 20 03:37:15.269 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100982026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.270 INFO O| Aug 20 03:37:15.269 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100992026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.270 INFO O| Aug 20 03:37:15.270 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101002026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.270 INFO O| Aug 20 03:37:15.270 INFO ok!
101012026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.270 INFO O| Aug 20 03:37:15.270 INFO STEP 60 (ensure_file) COMPLETE
101022026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.270 INFO O| Aug 20 03:37:15.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101042026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 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 ...
101052026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 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
101062026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101072026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 INFO ok!
101082026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 INFO STEP 61 (ensure_file) COMPLETE
101092026-08-20T03:37:16.403Z[ host-image] Aug 20 03:37:15.280 INFO O| Aug 20 03:37:15.280 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-20T03:37:16.412Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101112026-08-20T03:37:16.412Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101122026-08-20T03:37:16.412Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101132026-08-20T03:37:16.413Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101142026-08-20T03:37:16.454Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101152026-08-20T03:37:16.454Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101162026-08-20T03:37:16.454Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO ok!
101172026-08-20T03:37:16.461Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO STEP 62 (ensure_file) COMPLETE
101182026-08-20T03:37:16.471Z[ host-image] Aug 20 03:37:15.291 INFO O| Aug 20 03:37:15.291 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101192026-08-20T03:37:16.471Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101202026-08-20T03:37:16.480Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 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 ...
101212026-08-20T03:37:16.488Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 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
101222026-08-20T03:37:16.488Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101232026-08-20T03:37:16.504Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 INFO ok!
101242026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 INFO STEP 63 (ensure_file) COMPLETE
101252026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.341 INFO O| Aug 20 03:37:15.341 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101272026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 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 ...
101282026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 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
101292026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101302026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 INFO ok!
101312026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 INFO STEP 64 (ensure_file) COMPLETE
101322026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.355 INFO O| Aug 20 03:37:15.355 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101332026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101342026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 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 ...
101352026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 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
101362026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101372026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO ok!
101382026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO STEP 65 (ensure_file) COMPLETE
101392026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101402026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO skip step because feature "mbist" is not enabled
101412026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.367 INFO O| Aug 20 03:37:15.367 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.377 INFO O| Aug 20 03:37:15.377 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101432026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.377 INFO O| Aug 20 03:37:15.377 INFO STEP 67 (ensure_dir) COMPLETE
101442026-08-20T03:37:16.505Z[ host-image] Aug 20 03:37:15.377 INFO O| Aug 20 03:37:15.377 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.387 INFO O| Aug 20 03:37:15.387 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101462026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.387 INFO O| Aug 20 03:37:15.387 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101472026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.387 INFO O| Aug 20 03:37:15.387 INFO STEP 68 (ensure_dir) COMPLETE
101482026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.387 INFO O| Aug 20 03:37:15.387 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.396 INFO O| Aug 20 03:37:15.396 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101502026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.396 INFO O| Aug 20 03:37:15.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101512026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.396 INFO O| Aug 20 03:37:15.396 INFO STEP 69 (ensure_dir) COMPLETE
101522026-08-20T03:37:16.519Z[ host-image] Aug 20 03:37:15.396 INFO O| Aug 20 03:37:15.396 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-20T03:37:16.527Z[ host-image] Aug 20 03:37:15.404 INFO O| Aug 20 03:37:15.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101542026-08-20T03:37:16.527Z[ host-image] Aug 20 03:37:15.404 INFO O| Aug 20 03:37:15.404 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101552026-08-20T03:37:16.851Z[ host-image] Aug 20 03:37:15.734 INFO O| Aug 20 03:37:15.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101562026-08-20T03:37:16.856Z[ host-image] Aug 20 03:37:15.734 INFO O| Aug 20 03:37:15.734 INFO ok!
101572026-08-20T03:37:16.856Z[ host-image] Aug 20 03:37:15.734 INFO O| Aug 20 03:37:15.734 INFO STEP 70 (ensure_file) COMPLETE
101582026-08-20T03:37:16.864Z[ host-image] Aug 20 03:37:15.734 INFO O| Aug 20 03:37:15.734 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-08-20T03:37:16.864Z[ host-image] Aug 20 03:37:15.744 INFO O| Aug 20 03:37:15.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101602026-08-20T03:37:16.864Z[ host-image] Aug 20 03:37:15.744 INFO O| Aug 20 03:37:15.744 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101612026-08-20T03:37:17.976Z[ host-image] Aug 20 03:37:16.329 INFO O| Aug 20 03:37:16.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101622026-08-20T03:37:17.976Z[ host-image] Aug 20 03:37:16.329 INFO O| Aug 20 03:37:16.329 INFO ok!
101632026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.329 INFO O| Aug 20 03:37:16.329 INFO STEP 71 (ensure_file) COMPLETE
101642026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.329 INFO O| Aug 20 03:37:16.329 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.340 INFO O| Aug 20 03:37:16.340 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101662026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.340 INFO O| Aug 20 03:37:16.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101672026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.340 INFO O| Aug 20 03:37:16.340 INFO STEP 72 (ensure_dir) COMPLETE
101682026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.340 INFO O| Aug 20 03:37:16.340 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.349 INFO O| Aug 20 03:37:16.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101702026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.349 INFO O| Aug 20 03:37:16.349 INFO copying /tmp/.tmpj9tMUi/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 ...
101712026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.349 INFO O| Aug 20 03:37:16.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101722026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.349 INFO O| Aug 20 03:37:16.349 INFO ok!
101732026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.349 INFO O| Aug 20 03:37:16.349 INFO STEP 73 (ensure_file) COMPLETE
101742026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.349 INFO O| Aug 20 03:37:16.349 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.359 INFO O| Aug 20 03:37:16.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101762026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.359 INFO O| Aug 20 03:37:16.359 INFO copying /tmp/.tmpj9tMUi/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 ...
101772026-08-20T03:37:18.035Z[ host-image] Aug 20 03:37:16.359 INFO O| Aug 20 03:37:16.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101782026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.359 INFO O| Aug 20 03:37:16.359 INFO ok!
101792026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.359 INFO O| Aug 20 03:37:16.359 INFO STEP 74 (ensure_file) COMPLETE
101802026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.359 INFO O| Aug 20 03:37:16.359 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.368 INFO O| Aug 20 03:37:16.368 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101822026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.368 INFO O| Aug 20 03:37:16.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101832026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.368 INFO O| Aug 20 03:37:16.368 INFO STEP 75 (ensure_dir) COMPLETE
101842026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.368 INFO O| Aug 20 03:37:16.368 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.377 INFO O| Aug 20 03:37:16.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101862026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.377 INFO O| Aug 20 03:37:16.377 INFO copying /tmp/.tmpj9tMUi/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 ...
101872026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.377 INFO O| Aug 20 03:37:16.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101882026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.377 INFO O| Aug 20 03:37:16.377 INFO ok!
101892026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.377 INFO O| Aug 20 03:37:16.377 INFO STEP 76 (ensure_file) COMPLETE
101902026-08-20T03:37:18.047Z[ host-image] Aug 20 03:37:16.377 INFO O| Aug 20 03:37:16.377 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-20T03:37:18.048Z[ host-image] Aug 20 03:37:16.385 INFO O| Aug 20 03:37:16.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101922026-08-20T03:37:18.048Z[ host-image] Aug 20 03:37:16.385 INFO O| Aug 20 03:37:16.385 INFO copying /tmp/.tmpj9tMUi/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 ...
101932026-08-20T03:37:18.054Z[ host-image] Aug 20 03:37:16.385 INFO O| Aug 20 03:37:16.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101942026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.385 INFO O| Aug 20 03:37:16.385 INFO ok!
101952026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.385 INFO O| Aug 20 03:37:16.385 INFO STEP 77 (ensure_file) COMPLETE
101962026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.385 INFO O| Aug 20 03:37:16.385 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.392 INFO O| Aug 20 03:37:16.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101982026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.392 INFO O| Aug 20 03:37:16.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101992026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.392 INFO O| Aug 20 03:37:16.392 INFO STEP 78 (ensure_dir) COMPLETE
102002026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.392 INFO O| Aug 20 03:37:16.392 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.399 INFO O| Aug 20 03:37:16.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102022026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.399 INFO O| Aug 20 03:37:16.399 INFO copying /tmp/.tmpj9tMUi/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 ...
102032026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.399 INFO O| Aug 20 03:37:16.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102042026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.399 INFO O| Aug 20 03:37:16.399 INFO ok!
102052026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.399 INFO O| Aug 20 03:37:16.399 INFO STEP 79 (ensure_file) COMPLETE
102062026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.399 INFO O| Aug 20 03:37:16.399 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-20T03:37:18.055Z[ host-image] Aug 20 03:37:16.408 INFO O| Aug 20 03:37:16.408 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102082026-08-20T03:37:18.073Z[ host-image] Aug 20 03:37:16.408 INFO O| Aug 20 03:37:16.408 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102092026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.408 INFO O| Aug 20 03:37:16.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102102026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.408 INFO O| Aug 20 03:37:16.408 INFO ok!
102112026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.408 INFO O| Aug 20 03:37:16.408 INFO STEP 80 (ensure_file) COMPLETE
102122026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.408 INFO O| Aug 20 03:37:16.408 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.417 INFO O| Aug 20 03:37:16.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102142026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.417 INFO O| Aug 20 03:37:16.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102152026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.417 INFO O| Aug 20 03:37:16.417 INFO STEP 81 (ensure_dir) COMPLETE
102162026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.417 INFO O| Aug 20 03:37:16.417 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.425 INFO O| Aug 20 03:37:16.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102182026-08-20T03:37:18.074Z[ host-image] Aug 20 03:37:16.425 INFO O| Aug 20 03:37:16.425 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102192026-08-20T03:37:18.102Z[ host-image] Aug 20 03:37:16.985 INFO O| Aug 20 03:37:16.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102202026-08-20T03:37:18.102Z[ host-image] Aug 20 03:37:16.985 INFO O| Aug 20 03:37:16.985 INFO ok!
102212026-08-20T03:37:18.102Z[ host-image] Aug 20 03:37:16.985 INFO O| Aug 20 03:37:16.985 INFO STEP 82 (ensure_file) COMPLETE
102222026-08-20T03:37:18.110Z[ host-image] Aug 20 03:37:16.985 INFO O| Aug 20 03:37:16.985 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-20T03:37:18.131Z[ host-image] Aug 20 03:37:16.995 INFO O| Aug 20 03:37:16.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102242026-08-20T03:37:18.131Z[ host-image] Aug 20 03:37:16.995 INFO O| Aug 20 03:37:16.995 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102252026-08-20T03:37:18.378Z[ host-image] Aug 20 03:37:17.261 INFO O| Aug 20 03:37:17.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102262026-08-20T03:37:18.378Z[ host-image] Aug 20 03:37:17.261 INFO O| Aug 20 03:37:17.261 INFO ok!
102272026-08-20T03:37:18.378Z[ host-image] Aug 20 03:37:17.261 INFO O| Aug 20 03:37:17.261 INFO STEP 83 (ensure_file) COMPLETE
102282026-08-20T03:37:18.384Z[ host-image] Aug 20 03:37:17.261 INFO O| Aug 20 03:37:17.261 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-08-20T03:37:18.388Z[ host-image] Aug 20 03:37:17.270 INFO O| Aug 20 03:37:17.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102302026-08-20T03:37:18.388Z[ host-image] Aug 20 03:37:17.270 INFO O| Aug 20 03:37:17.269 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102312026-08-20T03:37:19.914Z[ host-image] Aug 20 03:37:18.797 INFO O| Aug 20 03:37:18.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102322026-08-20T03:37:19.914Z[ host-image] Aug 20 03:37:18.797 INFO O| Aug 20 03:37:18.797 INFO ok!
102332026-08-20T03:37:19.914Z[ host-image] Aug 20 03:37:18.797 INFO O| Aug 20 03:37:18.797 INFO STEP 84 (ensure_file) COMPLETE
102342026-08-20T03:37:19.923Z[ host-image] Aug 20 03:37:18.797 INFO O| Aug 20 03:37:18.797 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-08-20T03:37:19.930Z[ host-image] Aug 20 03:37:18.806 INFO O| Aug 20 03:37:18.806 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102362026-08-20T03:37:19.930Z[ host-image] Aug 20 03:37:18.806 INFO O| Aug 20 03:37:18.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102372026-08-20T03:37:19.930Z[ host-image] Aug 20 03:37:18.806 INFO O| Aug 20 03:37:18.806 INFO STEP 85 (ensure_dir) COMPLETE
102382026-08-20T03:37:19.930Z[ host-image] Aug 20 03:37:18.806 INFO O| Aug 20 03:37:18.806 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-08-20T03:37:19.937Z[ host-image] Aug 20 03:37:18.816 INFO O| Aug 20 03:37:18.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102402026-08-20T03:37:19.946Z[ host-image] Aug 20 03:37:18.816 INFO O| Aug 20 03:37:18.816 INFO copying /tmp/.tmpj9tMUi/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 ...
102412026-08-20T03:37:19.947Z[ host-image] Aug 20 03:37:18.816 INFO O| Aug 20 03:37:18.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102422026-08-20T03:37:19.947Z[ host-image] Aug 20 03:37:18.816 INFO O| Aug 20 03:37:18.816 INFO ok!
102432026-08-20T03:37:19.947Z[ host-image] Aug 20 03:37:18.816 INFO O| Aug 20 03:37:18.816 INFO STEP 86 (ensure_file) COMPLETE
102442026-08-20T03:37:19.947Z[ host-image] Aug 20 03:37:18.816 INFO O| Aug 20 03:37:18.816 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.824 INFO O| Aug 20 03:37:18.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102462026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.824 INFO O| Aug 20 03:37:18.824 INFO copying /tmp/.tmpj9tMUi/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 ...
102472026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.824 INFO O| Aug 20 03:37:18.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102482026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.824 INFO O| Aug 20 03:37:18.824 INFO ok!
102492026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.824 INFO O| Aug 20 03:37:18.824 INFO STEP 87 (ensure_file) COMPLETE
102502026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.824 INFO O| Aug 20 03:37:18.824 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.833 INFO O| Aug 20 03:37:18.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102522026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.833 INFO O| Aug 20 03:37:18.833 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102532026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.833 INFO O| Aug 20 03:37:18.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102542026-08-20T03:37:19.955Z[ host-image] Aug 20 03:37:18.833 INFO O| Aug 20 03:37:18.833 INFO ok!
102552026-08-20T03:37:19.967Z[ host-image] Aug 20 03:37:18.833 INFO O| Aug 20 03:37:18.833 INFO STEP 88 (ensure_file) COMPLETE
102562026-08-20T03:37:19.967Z[ host-image] Aug 20 03:37:18.833 INFO O| Aug 20 03:37:18.833 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.842 INFO O| Aug 20 03:37:18.842 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102582026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.842 INFO O| Aug 20 03:37:18.842 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102592026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.842 INFO O| Aug 20 03:37:18.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102602026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.842 INFO O| Aug 20 03:37:18.842 INFO ok!
102612026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.842 INFO O| Aug 20 03:37:18.842 INFO STEP 89 (ensure_file) COMPLETE
102622026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.842 INFO O| Aug 20 03:37:18.842 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.850 INFO O| Aug 20 03:37:18.850 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102642026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.850 INFO O| Aug 20 03:37:18.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102652026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.850 INFO O| Aug 20 03:37:18.850 INFO STEP 90 (ensure_dir) COMPLETE
102662026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.850 INFO O| Aug 20 03:37:18.850 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.858 INFO O| Aug 20 03:37:18.858 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102682026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.858 INFO O| Aug 20 03:37:18.858 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102692026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.862 INFO O| Aug 20 03:37:18.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102702026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.862 INFO O| Aug 20 03:37:18.862 INFO ok!
102712026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.862 INFO O| Aug 20 03:37:18.862 INFO STEP 91 (ensure_file) COMPLETE
102722026-08-20T03:37:19.980Z[ host-image] Aug 20 03:37:18.862 INFO O| Aug 20 03:37:18.862 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-20T03:37:19.987Z[ host-image] Aug 20 03:37:18.869 INFO O| Aug 20 03:37:18.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102742026-08-20T03:37:19.987Z[ host-image] Aug 20 03:37:18.869 INFO O| Aug 20 03:37:18.869 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102752026-08-20T03:37:19.987Z[ host-image] Aug 20 03:37:18.869 INFO O| Aug 20 03:37:18.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102762026-08-20T03:37:19.987Z[ host-image] Aug 20 03:37:18.869 INFO O| Aug 20 03:37:18.869 INFO ok!
102772026-08-20T03:37:19.987Z[ host-image] Aug 20 03:37:18.869 INFO O| Aug 20 03:37:18.869 INFO STEP 92 (ensure_file) COMPLETE
102782026-08-20T03:37:19.987Z[ host-image] Aug 20 03:37:18.870 INFO O| Aug 20 03:37:18.869 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-20T03:37:20.001Z[ host-image] Aug 20 03:37:18.878 INFO O| Aug 20 03:37:18.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102802026-08-20T03:37:20.001Z[ host-image] Aug 20 03:37:18.878 INFO O| Aug 20 03:37:18.878 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102812026-08-20T03:37:20.348Z[ host-image] Aug 20 03:37:19.231 INFO O| Aug 20 03:37:19.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102822026-08-20T03:37:20.348Z[ host-image] Aug 20 03:37:19.231 INFO O| Aug 20 03:37:19.231 INFO ok!
102832026-08-20T03:37:20.348Z[ host-image] Aug 20 03:37:19.231 INFO O| Aug 20 03:37:19.231 INFO STEP 93 (ensure_file) COMPLETE
102842026-08-20T03:37:20.348Z[ host-image] Aug 20 03:37:19.231 INFO O| Aug 20 03:37:19.231 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-20T03:37:20.356Z[ host-image] Aug 20 03:37:19.239 INFO O| Aug 20 03:37:19.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102862026-08-20T03:37:20.356Z[ host-image] Aug 20 03:37:19.239 INFO O| Aug 20 03:37:19.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102872026-08-20T03:37:20.363Z[ host-image] Aug 20 03:37:19.239 INFO O| Aug 20 03:37:19.239 INFO STEP 94 (ensure_dir) COMPLETE
102882026-08-20T03:37:20.363Z[ host-image] Aug 20 03:37:19.239 INFO O| Aug 20 03:37:19.239 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.249 INFO O| Aug 20 03:37:19.249 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102902026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.249 INFO O| Aug 20 03:37:19.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102912026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.249 INFO O| Aug 20 03:37:19.249 INFO STEP 95 (ensure_dir) COMPLETE
102922026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.249 INFO O| Aug 20 03:37:19.249 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.255 INFO O| Aug 20 03:37:19.255 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102942026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.255 INFO O| Aug 20 03:37:19.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102952026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.255 INFO O| Aug 20 03:37:19.255 INFO STEP 96 (ensure_dir) COMPLETE
102962026-08-20T03:37:20.373Z[ host-image] Aug 20 03:37:19.255 INFO O| Aug 20 03:37:19.255 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-20T03:37:20.389Z[ host-image] Aug 20 03:37:19.265 INFO O| Aug 20 03:37:19.265 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102982026-08-20T03:37:20.389Z[ host-image] Aug 20 03:37:19.265 INFO O| Aug 20 03:37:19.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102992026-08-20T03:37:20.408Z[ host-image] Aug 20 03:37:19.265 INFO O| Aug 20 03:37:19.265 INFO STEP 97 (ensure_dir) COMPLETE
103002026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.265 INFO O| Aug 20 03:37:19.265 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.272 INFO O| Aug 20 03:37:19.272 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103022026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.272 INFO O| Aug 20 03:37:19.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103032026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.272 INFO O| Aug 20 03:37:19.272 INFO STEP 98 (ensure_dir) COMPLETE
103042026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.272 INFO O| Aug 20 03:37:19.272 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.279 INFO O| Aug 20 03:37:19.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103062026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.279 INFO O| Aug 20 03:37:19.279 INFO copying /tmp/.tmpj9tMUi/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 ...
103072026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.279 INFO O| Aug 20 03:37:19.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103082026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.279 INFO O| Aug 20 03:37:19.279 INFO ok!
103092026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.279 INFO O| Aug 20 03:37:19.279 INFO STEP 99 (ensure_file) COMPLETE
103102026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.279 INFO O| Aug 20 03:37:19.279 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.288 INFO O| Aug 20 03:37:19.288 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103122026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.288 INFO O| Aug 20 03:37:19.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103132026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.288 INFO O| Aug 20 03:37:19.288 INFO STEP 100 (ensure_dir) COMPLETE
103142026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.288 INFO O| Aug 20 03:37:19.288 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-20T03:37:20.419Z[ host-image] Aug 20 03:37:19.296 INFO O| Aug 20 03:37:19.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103162026-08-20T03:37:20.420Z[ host-image] Aug 20 03:37:19.296 INFO O| Aug 20 03:37:19.296 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103172026-08-20T03:37:20.753Z[ host-image] Aug 20 03:37:19.635 INFO O| Aug 20 03:37:19.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103182026-08-20T03:37:20.753Z[ host-image] Aug 20 03:37:19.635 INFO O| Aug 20 03:37:19.635 INFO ok!
103192026-08-20T03:37:20.762Z[ host-image] Aug 20 03:37:19.635 INFO O| Aug 20 03:37:19.635 INFO STEP 101 (ensure_file) COMPLETE
103202026-08-20T03:37:20.762Z[ host-image] Aug 20 03:37:19.635 INFO O| Aug 20 03:37:19.635 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-20T03:37:20.762Z[ host-image] Aug 20 03:37:19.643 INFO O| Aug 20 03:37:19.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103222026-08-20T03:37:20.762Z[ host-image] Aug 20 03:37:19.643 INFO O| Aug 20 03:37:19.643 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103232026-08-20T03:37:20.762Z[ host-image] Aug 20 03:37:19.644 INFO O| Aug 20 03:37:19.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103242026-08-20T03:37:20.763Z[ host-image] Aug 20 03:37:19.644 INFO O| Aug 20 03:37:19.644 INFO ok!
103252026-08-20T03:37:20.763Z[ host-image] Aug 20 03:37:19.644 INFO O| Aug 20 03:37:19.644 INFO STEP 102 (ensure_file) COMPLETE
103262026-08-20T03:37:20.763Z[ host-image] Aug 20 03:37:19.644 INFO O| Aug 20 03:37:19.644 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-20T03:37:20.772Z[ host-image] Aug 20 03:37:19.654 INFO O| Aug 20 03:37:19.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103282026-08-20T03:37:20.772Z[ host-image] Aug 20 03:37:19.654 INFO O| Aug 20 03:37:19.654 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103292026-08-20T03:37:20.781Z[ host-image] Aug 20 03:37:19.664 INFO O| Aug 20 03:37:19.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103302026-08-20T03:37:20.781Z[ host-image] Aug 20 03:37:19.664 INFO O| Aug 20 03:37:19.664 INFO ok!
103312026-08-20T03:37:20.788Z[ host-image] Aug 20 03:37:19.664 INFO O| Aug 20 03:37:19.664 INFO STEP 103 (ensure_file) COMPLETE
103322026-08-20T03:37:20.788Z[ host-image] Aug 20 03:37:19.664 INFO O| Aug 20 03:37:19.664 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-20T03:37:20.794Z[ host-image] Aug 20 03:37:19.674 INFO O| Aug 20 03:37:19.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103342026-08-20T03:37:20.794Z[ host-image] Aug 20 03:37:19.674 INFO O| Aug 20 03:37:19.674 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103352026-08-20T03:37:20.794Z[ host-image] Aug 20 03:37:19.674 INFO O| Aug 20 03:37:19.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103362026-08-20T03:37:20.794Z[ host-image] Aug 20 03:37:19.674 INFO O| Aug 20 03:37:19.674 INFO ok!
103372026-08-20T03:37:20.794Z[ host-image] Aug 20 03:37:19.674 INFO O| Aug 20 03:37:19.674 INFO STEP 104 (ensure_file) COMPLETE
103382026-08-20T03:37:20.794Z[ host-image] Aug 20 03:37:19.674 INFO O| Aug 20 03:37:19.674 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-20T03:37:20.801Z[ host-image] Aug 20 03:37:19.682 INFO O| Aug 20 03:37:19.682 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103402026-08-20T03:37:20.801Z[ host-image] Aug 20 03:37:19.682 INFO O| Aug 20 03:37:19.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103412026-08-20T03:37:20.801Z[ host-image] Aug 20 03:37:19.682 INFO O| Aug 20 03:37:19.682 INFO STEP 105 (ensure_dir) COMPLETE
103422026-08-20T03:37:20.807Z[ host-image] Aug 20 03:37:19.682 INFO O| Aug 20 03:37:19.682 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-20T03:37:20.822Z[ host-image] Aug 20 03:37:19.691 INFO O| Aug 20 03:37:19.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103442026-08-20T03:37:20.822Z[ host-image] Aug 20 03:37:19.691 INFO O| Aug 20 03:37:19.691 INFO copying /tmp/.tmpj9tMUi/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 ...
103452026-08-20T03:37:21.103Z[ host-image] Aug 20 03:37:19.986 INFO O| Aug 20 03:37:19.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103462026-08-20T03:37:21.103Z[ host-image] Aug 20 03:37:19.986 INFO O| Aug 20 03:37:19.986 INFO ok!
103472026-08-20T03:37:21.103Z[ host-image] Aug 20 03:37:19.986 INFO O| Aug 20 03:37:19.986 INFO STEP 106 (ensure_file) COMPLETE
103482026-08-20T03:37:21.103Z[ host-image] Aug 20 03:37:19.986 INFO O| Aug 20 03:37:19.986 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-20T03:37:21.114Z[ host-image] Aug 20 03:37:19.997 INFO O| Aug 20 03:37:19.997 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103502026-08-20T03:37:21.114Z[ host-image] Aug 20 03:37:19.997 INFO O| Aug 20 03:37:19.997 INFO copying /tmp/.tmpj9tMUi/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 ...
103512026-08-20T03:37:21.124Z[ host-image] Aug 20 03:37:19.997 INFO O| Aug 20 03:37:19.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103522026-08-20T03:37:21.133Z[ host-image] Aug 20 03:37:19.997 INFO O| Aug 20 03:37:19.997 INFO ok!
103532026-08-20T03:37:21.133Z[ host-image] Aug 20 03:37:19.997 INFO O| Aug 20 03:37:19.997 INFO STEP 107 (ensure_file) COMPLETE
103542026-08-20T03:37:21.133Z[ host-image] Aug 20 03:37:19.997 INFO O| Aug 20 03:37:19.997 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.008 INFO O| Aug 20 03:37:20.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103562026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.008 INFO O| Aug 20 03:37:20.008 INFO copying /tmp/.tmpj9tMUi/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 ...
103572026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.008 INFO O| Aug 20 03:37:20.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103582026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.008 INFO O| Aug 20 03:37:20.008 INFO ok!
103592026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.008 INFO O| Aug 20 03:37:20.008 INFO STEP 108 (ensure_file) COMPLETE
103602026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.008 INFO O| Aug 20 03:37:20.008 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.017 INFO O| Aug 20 03:37:20.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103622026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.017 INFO O| Aug 20 03:37:20.017 INFO copying /tmp/.tmpj9tMUi/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 ...
103632026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.017 INFO O| Aug 20 03:37:20.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103642026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.017 INFO O| Aug 20 03:37:20.017 INFO ok!
103652026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.017 INFO O| Aug 20 03:37:20.017 INFO STEP 109 (ensure_file) COMPLETE
103662026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.017 INFO O| Aug 20 03:37:20.017 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-20T03:37:21.147Z[ host-image] Aug 20 03:37:20.026 INFO O| Aug 20 03:37:20.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103682026-08-20T03:37:21.148Z[ host-image] Aug 20 03:37:20.026 INFO O| Aug 20 03:37:20.026 INFO copying /tmp/.tmpj9tMUi/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 ...
103692026-08-20T03:37:21.148Z[ host-image] Aug 20 03:37:20.026 INFO O| Aug 20 03:37:20.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103702026-08-20T03:37:21.148Z[ host-image] Aug 20 03:37:20.026 INFO O| Aug 20 03:37:20.026 INFO ok!
103712026-08-20T03:37:21.148Z[ host-image] Aug 20 03:37:20.026 INFO O| Aug 20 03:37:20.026 INFO STEP 110 (ensure_file) COMPLETE
103722026-08-20T03:37:21.148Z[ host-image] Aug 20 03:37:20.026 INFO O| Aug 20 03:37:20.026 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-20T03:37:21.155Z[ host-image] Aug 20 03:37:20.034 INFO O| Aug 20 03:37:20.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103742026-08-20T03:37:21.155Z[ host-image] Aug 20 03:37:20.034 INFO O| Aug 20 03:37:20.034 INFO copying /tmp/.tmpj9tMUi/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 ...
103752026-08-20T03:37:21.155Z[ host-image] Aug 20 03:37:20.034 INFO O| Aug 20 03:37:20.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103762026-08-20T03:37:21.155Z[ host-image] Aug 20 03:37:20.034 INFO O| Aug 20 03:37:20.034 INFO ok!
103772026-08-20T03:37:21.155Z[ host-image] Aug 20 03:37:20.034 INFO O| Aug 20 03:37:20.034 INFO STEP 111 (ensure_file) COMPLETE
103782026-08-20T03:37:21.155Z[ host-image] Aug 20 03:37:20.034 INFO O| Aug 20 03:37:20.034 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-20T03:37:21.161Z[ host-image] Aug 20 03:37:20.044 INFO O| Aug 20 03:37:20.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103802026-08-20T03:37:21.161Z[ host-image] Aug 20 03:37:20.044 INFO O| Aug 20 03:37:20.044 INFO copying /tmp/.tmpj9tMUi/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 ...
103812026-08-20T03:37:21.175Z[ host-image] Aug 20 03:37:20.044 INFO O| Aug 20 03:37:20.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103822026-08-20T03:37:21.175Z[ host-image] Aug 20 03:37:20.044 INFO O| Aug 20 03:37:20.044 INFO ok!
103832026-08-20T03:37:21.175Z[ host-image] Aug 20 03:37:20.044 INFO O| Aug 20 03:37:20.044 INFO STEP 112 (ensure_file) COMPLETE
103842026-08-20T03:37:21.175Z[ host-image] Aug 20 03:37:20.044 INFO O| Aug 20 03:37:20.044 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.052 INFO O| Aug 20 03:37:20.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103862026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.052 INFO O| Aug 20 03:37:20.052 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103872026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.052 INFO O| Aug 20 03:37:20.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103882026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.052 INFO O| Aug 20 03:37:20.052 INFO ok!
103892026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.052 INFO O| Aug 20 03:37:20.052 INFO STEP 113 (ensure_file) COMPLETE
103902026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.052 INFO O| Aug 20 03:37:20.052 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.059 INFO O| Aug 20 03:37:20.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103922026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.059 INFO O| Aug 20 03:37:20.059 INFO copying /tmp/.tmpj9tMUi/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 ...
103932026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.060 INFO O| Aug 20 03:37:20.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103942026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.060 INFO O| Aug 20 03:37:20.060 INFO ok!
103952026-08-20T03:37:21.191Z[ host-image] Aug 20 03:37:20.060 INFO O| Aug 20 03:37:20.060 INFO STEP 114 (ensure_file) COMPLETE
103962026-08-20T03:37:21.200Z[ host-image] Aug 20 03:37:20.060 INFO O| Aug 20 03:37:20.060 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.068 INFO O| Aug 20 03:37:20.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103982026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.068 INFO O| Aug 20 03:37:20.068 INFO copying /tmp/.tmpj9tMUi/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 ...
103992026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.068 INFO O| Aug 20 03:37:20.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104002026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.068 INFO O| Aug 20 03:37:20.068 INFO ok!
104012026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.068 INFO O| Aug 20 03:37:20.068 INFO STEP 115 (ensure_file) COMPLETE
104022026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.068 INFO O| Aug 20 03:37:20.068 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.076 INFO O| Aug 20 03:37:20.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104042026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.076 INFO O| Aug 20 03:37:20.076 INFO copying /tmp/.tmpj9tMUi/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 ...
104052026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.076 INFO O| Aug 20 03:37:20.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104062026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.076 INFO O| Aug 20 03:37:20.076 INFO ok!
104072026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.076 INFO O| Aug 20 03:37:20.076 INFO STEP 116 (ensure_file) COMPLETE
104082026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.076 INFO O| Aug 20 03:37:20.076 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-20T03:37:21.218Z[ host-image] Aug 20 03:37:20.084 INFO O| Aug 20 03:37:20.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104102026-08-20T03:37:21.219Z[ host-image] Aug 20 03:37:20.084 INFO O| Aug 20 03:37:20.084 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104112026-08-20T03:37:21.224Z[ host-image] Aug 20 03:37:20.084 INFO O| Aug 20 03:37:20.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104122026-08-20T03:37:21.224Z[ host-image] Aug 20 03:37:20.084 INFO O| Aug 20 03:37:20.084 INFO ok!
104132026-08-20T03:37:21.224Z[ host-image] Aug 20 03:37:20.084 INFO O| Aug 20 03:37:20.084 INFO STEP 117 (ensure_file) COMPLETE
104142026-08-20T03:37:21.224Z[ host-image] Aug 20 03:37:20.084 INFO O| Aug 20 03:37:20.084 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-20T03:37:21.224Z[ host-image] Aug 20 03:37:20.091 INFO O| Aug 20 03:37:20.091 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104162026-08-20T03:37:21.224Z[ host-image] Aug 20 03:37:20.091 INFO O| Aug 20 03:37:20.091 INFO copying /tmp/.tmpj9tMUi/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 ...
104172026-08-20T03:37:21.225Z[ host-image] Aug 20 03:37:20.091 INFO O| Aug 20 03:37:20.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104182026-08-20T03:37:21.225Z[ host-image] Aug 20 03:37:20.091 INFO O| Aug 20 03:37:20.091 INFO ok!
104192026-08-20T03:37:21.225Z[ host-image] Aug 20 03:37:20.091 INFO O| Aug 20 03:37:20.091 INFO STEP 118 (ensure_file) COMPLETE
104202026-08-20T03:37:21.225Z[ host-image] Aug 20 03:37:20.091 INFO O| Aug 20 03:37:20.091 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-20T03:37:21.233Z[ host-image] Aug 20 03:37:20.099 INFO O| Aug 20 03:37:20.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104222026-08-20T03:37:21.233Z[ host-image] Aug 20 03:37:20.099 INFO O| Aug 20 03:37:20.099 INFO copying /tmp/.tmpj9tMUi/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 ...
104232026-08-20T03:37:21.233Z[ host-image] Aug 20 03:37:20.100 INFO O| Aug 20 03:37:20.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104242026-08-20T03:37:21.233Z[ host-image] Aug 20 03:37:20.100 INFO O| Aug 20 03:37:20.100 INFO ok!
104252026-08-20T03:37:21.233Z[ host-image] Aug 20 03:37:20.100 INFO O| Aug 20 03:37:20.100 INFO STEP 119 (ensure_file) COMPLETE
104262026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.100 INFO O| Aug 20 03:37:20.100 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.107 INFO O| Aug 20 03:37:20.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104282026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.107 INFO O| Aug 20 03:37:20.107 INFO copying /tmp/.tmpj9tMUi/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 ...
104292026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.107 INFO O| Aug 20 03:37:20.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104302026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.107 INFO O| Aug 20 03:37:20.107 INFO ok!
104312026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.107 INFO O| Aug 20 03:37:20.107 INFO STEP 120 (ensure_file) COMPLETE
104322026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.108 INFO O| Aug 20 03:37:20.107 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.115 INFO O| Aug 20 03:37:20.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104342026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.115 INFO O| Aug 20 03:37:20.115 INFO copying /tmp/.tmpj9tMUi/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 ...
104352026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.115 INFO O| Aug 20 03:37:20.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104362026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.115 INFO O| Aug 20 03:37:20.115 INFO ok!
104372026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.115 INFO O| Aug 20 03:37:20.115 INFO STEP 121 (ensure_file) COMPLETE
104382026-08-20T03:37:21.241Z[ host-image] Aug 20 03:37:20.115 INFO O| Aug 20 03:37:20.115 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-20T03:37:21.253Z[ host-image] Aug 20 03:37:20.123 INFO O| Aug 20 03:37:20.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104402026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.123 INFO O| Aug 20 03:37:20.123 INFO copying /tmp/.tmpj9tMUi/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 ...
104412026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.123 INFO O| Aug 20 03:37:20.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104422026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.123 INFO O| Aug 20 03:37:20.123 INFO ok!
104432026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.124 INFO O| Aug 20 03:37:20.123 INFO STEP 122 (ensure_file) COMPLETE
104442026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.124 INFO O| Aug 20 03:37:20.124 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.131 INFO O| Aug 20 03:37:20.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104462026-08-20T03:37:21.254Z[ host-image] Aug 20 03:37:20.131 INFO O| Aug 20 03:37:20.131 INFO copying /tmp/.tmpj9tMUi/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 ...
104472026-08-20T03:37:21.255Z[ host-image] Aug 20 03:37:20.131 INFO O| Aug 20 03:37:20.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104482026-08-20T03:37:21.255Z[ host-image] Aug 20 03:37:20.131 INFO O| Aug 20 03:37:20.131 INFO ok!
104492026-08-20T03:37:21.255Z[ host-image] Aug 20 03:37:20.131 INFO O| Aug 20 03:37:20.131 INFO STEP 123 (ensure_file) COMPLETE
104502026-08-20T03:37:21.255Z[ host-image] Aug 20 03:37:20.131 INFO O| Aug 20 03:37:20.131 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-20T03:37:21.271Z[ host-image] Aug 20 03:37:20.139 INFO O| Aug 20 03:37:20.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104522026-08-20T03:37:21.271Z[ host-image] Aug 20 03:37:20.139 INFO O| Aug 20 03:37:20.139 INFO copying /tmp/.tmpj9tMUi/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 ...
104532026-08-20T03:37:21.271Z[ host-image] Aug 20 03:37:20.139 INFO O| Aug 20 03:37:20.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104542026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.139 INFO O| Aug 20 03:37:20.139 INFO ok!
104552026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.139 INFO O| Aug 20 03:37:20.139 INFO STEP 124 (ensure_file) COMPLETE
104562026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.139 INFO O| Aug 20 03:37:20.139 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.146 INFO O| Aug 20 03:37:20.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104582026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.146 INFO O| Aug 20 03:37:20.146 INFO copying /tmp/.tmpj9tMUi/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 ...
104592026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.146 INFO O| Aug 20 03:37:20.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104602026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.146 INFO O| Aug 20 03:37:20.146 INFO ok!
104612026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.146 INFO O| Aug 20 03:37:20.146 INFO STEP 125 (ensure_file) COMPLETE
104622026-08-20T03:37:21.277Z[ host-image] Aug 20 03:37:20.146 INFO O| Aug 20 03:37:20.146 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-20T03:37:21.283Z[ host-image] Aug 20 03:37:20.153 INFO O| Aug 20 03:37:20.153 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104642026-08-20T03:37:21.283Z[ host-image] Aug 20 03:37:20.153 INFO O| Aug 20 03:37:20.153 INFO copying /tmp/.tmpj9tMUi/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 ...
104652026-08-20T03:37:21.283Z[ host-image] Aug 20 03:37:20.153 INFO O| Aug 20 03:37:20.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104662026-08-20T03:37:21.283Z[ host-image] Aug 20 03:37:20.153 INFO O| Aug 20 03:37:20.153 INFO ok!
104672026-08-20T03:37:21.283Z[ host-image] Aug 20 03:37:20.153 INFO O| Aug 20 03:37:20.153 INFO STEP 126 (ensure_file) COMPLETE
104682026-08-20T03:37:21.283Z[ host-image] Aug 20 03:37:20.153 INFO O| Aug 20 03:37:20.153 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-20T03:37:21.286Z[ host-image] Aug 20 03:37:20.162 INFO O| Aug 20 03:37:20.162 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104702026-08-20T03:37:21.286Z[ host-image] Aug 20 03:37:20.162 INFO O| Aug 20 03:37:20.162 INFO copying /tmp/.tmpj9tMUi/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 ...
104712026-08-20T03:37:21.286Z[ host-image] Aug 20 03:37:20.162 INFO O| Aug 20 03:37:20.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104722026-08-20T03:37:21.286Z[ host-image] Aug 20 03:37:20.162 INFO O| Aug 20 03:37:20.162 INFO ok!
104732026-08-20T03:37:21.286Z[ host-image] Aug 20 03:37:20.162 INFO O| Aug 20 03:37:20.162 INFO STEP 127 (ensure_file) COMPLETE
104742026-08-20T03:37:21.286Z[ host-image] Aug 20 03:37:20.162 INFO O| Aug 20 03:37:20.162 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-20T03:37:21.294Z[ host-image] Aug 20 03:37:20.169 INFO O| Aug 20 03:37:20.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104762026-08-20T03:37:21.294Z[ host-image] Aug 20 03:37:20.169 INFO O| Aug 20 03:37:20.169 INFO copying /tmp/.tmpj9tMUi/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 ...
104772026-08-20T03:37:21.294Z[ host-image] Aug 20 03:37:20.169 INFO O| Aug 20 03:37:20.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104782026-08-20T03:37:21.294Z[ host-image] Aug 20 03:37:20.169 INFO O| Aug 20 03:37:20.169 INFO ok!
104792026-08-20T03:37:21.294Z[ host-image] Aug 20 03:37:20.169 INFO O| Aug 20 03:37:20.169 INFO STEP 128 (ensure_file) COMPLETE
104802026-08-20T03:37:21.294Z[ host-image] Aug 20 03:37:20.169 INFO O| Aug 20 03:37:20.169 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-20T03:37:21.301Z[ host-image] Aug 20 03:37:20.177 INFO O| Aug 20 03:37:20.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104822026-08-20T03:37:21.301Z[ host-image] Aug 20 03:37:20.177 INFO O| Aug 20 03:37:20.177 INFO copying /tmp/.tmpj9tMUi/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 ...
104832026-08-20T03:37:21.316Z[ host-image] Aug 20 03:37:20.177 INFO O| Aug 20 03:37:20.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104842026-08-20T03:37:21.316Z[ host-image] Aug 20 03:37:20.177 INFO O| Aug 20 03:37:20.177 INFO ok!
104852026-08-20T03:37:21.316Z[ host-image] Aug 20 03:37:20.177 INFO O| Aug 20 03:37:20.177 INFO STEP 129 (ensure_file) COMPLETE
104862026-08-20T03:37:21.316Z[ host-image] Aug 20 03:37:20.177 INFO O| Aug 20 03:37:20.177 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.185 INFO O| Aug 20 03:37:20.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104882026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.185 INFO O| Aug 20 03:37:20.185 INFO copying /tmp/.tmpj9tMUi/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 ...
104892026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.185 INFO O| Aug 20 03:37:20.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104902026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.185 INFO O| Aug 20 03:37:20.185 INFO ok!
104912026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.185 INFO O| Aug 20 03:37:20.185 INFO STEP 130 (ensure_file) COMPLETE
104922026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.185 INFO O| Aug 20 03:37:20.185 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.192 INFO O| Aug 20 03:37:20.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104942026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.192 INFO O| Aug 20 03:37:20.192 INFO copying /tmp/.tmpj9tMUi/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 ...
104952026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.192 INFO O| Aug 20 03:37:20.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104962026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.192 INFO O| Aug 20 03:37:20.192 INFO ok!
104972026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.192 INFO O| Aug 20 03:37:20.192 INFO STEP 131 (ensure_file) COMPLETE
104982026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.192 INFO O| Aug 20 03:37:20.192 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.199 INFO O| Aug 20 03:37:20.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105002026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.199 INFO O| Aug 20 03:37:20.199 INFO copying /tmp/.tmpj9tMUi/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 ...
105012026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.199 INFO O| Aug 20 03:37:20.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105022026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.200 INFO O| Aug 20 03:37:20.199 INFO ok!
105032026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.200 INFO O| Aug 20 03:37:20.199 INFO STEP 132 (ensure_file) COMPLETE
105042026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.200 INFO O| Aug 20 03:37:20.199 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-20T03:37:21.324Z[ host-image] Aug 20 03:37:20.207 INFO O| Aug 20 03:37:20.207 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105062026-08-20T03:37:21.325Z[ host-image] Aug 20 03:37:20.207 INFO O| Aug 20 03:37:20.207 INFO copying /tmp/.tmpj9tMUi/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 ...
105072026-08-20T03:37:21.325Z[ host-image] Aug 20 03:37:20.207 INFO O| Aug 20 03:37:20.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105082026-08-20T03:37:21.325Z[ host-image] Aug 20 03:37:20.207 INFO O| Aug 20 03:37:20.207 INFO ok!
105092026-08-20T03:37:21.325Z[ host-image] Aug 20 03:37:20.207 INFO O| Aug 20 03:37:20.207 INFO STEP 133 (ensure_file) COMPLETE
105102026-08-20T03:37:21.325Z[ host-image] Aug 20 03:37:20.207 INFO O| Aug 20 03:37:20.207 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-20T03:37:21.336Z[ host-image] Aug 20 03:37:20.214 INFO O| Aug 20 03:37:20.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105122026-08-20T03:37:21.336Z[ host-image] Aug 20 03:37:20.214 INFO O| Aug 20 03:37:20.214 INFO copying /tmp/.tmpj9tMUi/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 ...
105132026-08-20T03:37:21.345Z[ host-image] Aug 20 03:37:20.214 INFO O| Aug 20 03:37:20.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105142026-08-20T03:37:21.345Z[ host-image] Aug 20 03:37:20.214 INFO O| Aug 20 03:37:20.214 INFO ok!
105152026-08-20T03:37:21.345Z[ host-image] Aug 20 03:37:20.214 INFO O| Aug 20 03:37:20.214 INFO STEP 134 (ensure_file) COMPLETE
105162026-08-20T03:37:21.345Z[ host-image] Aug 20 03:37:20.214 INFO O| Aug 20 03:37:20.214 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.223 INFO O| Aug 20 03:37:20.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105182026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.223 INFO O| Aug 20 03:37:20.223 INFO copying /tmp/.tmpj9tMUi/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 ...
105192026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.223 INFO O| Aug 20 03:37:20.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105202026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.223 INFO O| Aug 20 03:37:20.223 INFO ok!
105212026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.223 INFO O| Aug 20 03:37:20.223 INFO STEP 135 (ensure_file) COMPLETE
105222026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.223 INFO O| Aug 20 03:37:20.223 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.230 INFO O| Aug 20 03:37:20.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105242026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.230 INFO O| Aug 20 03:37:20.230 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105252026-08-20T03:37:21.357Z[ host-image] Aug 20 03:37:20.231 INFO O| Aug 20 03:37:20.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105262026-08-20T03:37:21.358Z[ host-image] Aug 20 03:37:20.231 INFO O| Aug 20 03:37:20.231 INFO ok!
105272026-08-20T03:37:21.358Z[ host-image] Aug 20 03:37:20.231 INFO O| Aug 20 03:37:20.231 INFO STEP 136 (ensure_file) COMPLETE
105282026-08-20T03:37:21.358Z[ host-image] Aug 20 03:37:20.231 INFO O| Aug 20 03:37:20.231 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-20T03:37:21.365Z[ host-image] Aug 20 03:37:20.237 INFO O| Aug 20 03:37:20.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105302026-08-20T03:37:21.365Z[ host-image] Aug 20 03:37:20.237 INFO O| Aug 20 03:37:20.237 INFO copying /tmp/.tmpj9tMUi/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 ...
105312026-08-20T03:37:21.365Z[ host-image] Aug 20 03:37:20.237 INFO O| Aug 20 03:37:20.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105322026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.237 INFO O| Aug 20 03:37:20.237 INFO ok!
105332026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.237 INFO O| Aug 20 03:37:20.237 INFO STEP 137 (ensure_file) COMPLETE
105342026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.237 INFO O| Aug 20 03:37:20.237 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.245 INFO O| Aug 20 03:37:20.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105362026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.245 INFO O| Aug 20 03:37:20.245 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105372026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.245 INFO O| Aug 20 03:37:20.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105382026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.245 INFO O| Aug 20 03:37:20.245 INFO ok!
105392026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.245 INFO O| Aug 20 03:37:20.245 INFO STEP 138 (ensure_file) COMPLETE
105402026-08-20T03:37:21.366Z[ host-image] Aug 20 03:37:20.245 INFO O| Aug 20 03:37:20.245 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-20T03:37:21.379Z[ host-image] Aug 20 03:37:20.251 INFO O| Aug 20 03:37:20.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105422026-08-20T03:37:21.379Z[ host-image] Aug 20 03:37:20.251 INFO O| Aug 20 03:37:20.251 INFO copying /tmp/.tmpj9tMUi/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105432026-08-20T03:37:23.276Z[ recovery-image] Aug 20 03:37:22.159 INFO O| ok, image written!
105442026-08-20T03:37:23.276Z[ recovery-image] Aug 20 03:37:22.159 INFO O| ok, boot_image_csum file written!
105452026-08-20T03:37:23.290Z[ recovery-image] Aug 20 03:37:22.162 INFO creating boot archive (CPIO)...
105462026-08-20T03:37:23.300Z[ recovery-image] Aug 20 03:37:22.162 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
105472026-08-20T03:37:23.310Z[ recovery-image] Aug 20 03:37:22.167 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105482026-08-20T03:37:23.310Z[ recovery-image] Aug 20 03:37:22.167 INFO E| + outfile=/work/os-recovery/cpio
105492026-08-20T03:37:23.310Z[ recovery-image] Aug 20 03:37:22.167 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105502026-08-20T03:37:23.310Z[ recovery-image] Aug 20 03:37:22.169 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105512026-08-20T03:37:23.310Z[ recovery-image] Aug 20 03:37:22.169 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105522026-08-20T03:37:23.320Z[ recovery-image] Aug 20 03:37:22.203 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105532026-08-20T03:37:23.328Z[ recovery-image] Aug 20 03:37:22.203 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105542026-08-20T03:37:23.328Z[ recovery-image] Aug 20 03:37:22.211 INFO creating compressed cpio/unix for dev loaders...
105552026-08-20T03:37:23.328Z[ recovery-image] Aug 20 03:37:22.211 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
105562026-08-20T03:37:23.601Z[ recovery-image] Aug 20 03:37:22.482 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105572026-08-20T03:37:27.622Z[ recovery-image] Aug 20 03:37:26.505 INFO creating reset image...
105582026-08-20T03:37:27.622Z[ recovery-image] Aug 20 03:37:26.505 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")
105592026-08-20T03:37:27.897Z[ recovery-image] Aug 20 03:37:26.780 INFO E| Updating crates.io index
105602026-08-20T03:37:28.007Z[ recovery-image] Aug 20 03:37:26.884 INFO E| Downloading crates ...
105612026-08-20T03:37:28.051Z[ recovery-image] Aug 20 03:37:26.932 INFO E| Downloaded clap_lex v1.1.0
105622026-08-20T03:37:28.062Z[ recovery-image] Aug 20 03:37:26.942 INFO E| Downloaded os_pipe v1.2.3
105632026-08-20T03:37:28.062Z[ recovery-image] Aug 20 03:37:26.943 INFO E| Downloaded colorchoice v1.0.5
105642026-08-20T03:37:28.069Z[ recovery-image] Aug 20 03:37:26.944 INFO E| Downloaded sigchld v0.2.4
105652026-08-20T03:37:28.069Z[ recovery-image] Aug 20 03:37:26.945 INFO E| Downloaded shared_thread v0.2.0
105662026-08-20T03:37:28.069Z[ recovery-image] Aug 20 03:37:26.949 INFO E| Downloaded shared_child v1.1.1
105672026-08-20T03:37:28.080Z[ recovery-image] Aug 20 03:37:26.952 INFO E| Downloaded duct v1.1.1
105682026-08-20T03:37:28.112Z[ recovery-image] Aug 20 03:37:26.994 INFO E| Compiling libc v0.2.186
105692026-08-20T03:37:28.113Z[ recovery-image] Aug 20 03:37:26.994 INFO E| Compiling proc-macro2 v1.0.106
105702026-08-20T03:37:28.113Z[ recovery-image] Aug 20 03:37:26.994 INFO E| Compiling quote v1.0.45
105712026-08-20T03:37:28.127Z[ recovery-image] Aug 20 03:37:26.994 INFO E| Compiling unicode-ident v1.0.24
105722026-08-20T03:37:28.127Z[ recovery-image] Aug 20 03:37:26.995 INFO E| Compiling signal-hook v0.3.18
105732026-08-20T03:37:28.127Z[ recovery-image] Aug 20 03:37:26.995 INFO E| Compiling utf8parse v0.2.2
105742026-08-20T03:37:28.127Z[ recovery-image] Aug 20 03:37:26.995 INFO E| Compiling anstyle v1.0.14
105752026-08-20T03:37:28.127Z[ recovery-image] Aug 20 03:37:26.995 INFO E| Compiling is_terminal_polyfill v1.70.2
105762026-08-20T03:37:28.127Z[ recovery-image] Aug 20 03:37:26.995 INFO E| Compiling colorchoice v1.0.5
105772026-08-20T03:37:28.147Z[ recovery-image] Aug 20 03:37:27.007 INFO E| Compiling anstyle-query v1.1.5
105782026-08-20T03:37:28.168Z[ recovery-image] Aug 20 03:37:27.007 INFO E| Compiling heck v0.5.0
105792026-08-20T03:37:28.168Z[ recovery-image] Aug 20 03:37:27.007 INFO E| Compiling clap_lex v1.1.0
105802026-08-20T03:37:28.168Z[ recovery-image] Aug 20 03:37:27.017 INFO E| Compiling strsim v0.11.1
105812026-08-20T03:37:28.168Z[ recovery-image] Aug 20 03:37:27.018 INFO E| Compiling shared_thread v0.2.0
105822026-08-20T03:37:28.248Z[ recovery-image] Aug 20 03:37:27.129 INFO E| Compiling anstyle-parse v1.0.0
105832026-08-20T03:37:28.401Z[ recovery-image] Aug 20 03:37:27.284 INFO E| Compiling anstream v1.0.0
105842026-08-20T03:37:28.622Z[ recovery-image] Aug 20 03:37:27.505 INFO E| Compiling clap_builder v4.6.0
105852026-08-20T03:37:28.930Z[ recovery-image] Aug 20 03:37:27.813 INFO E| Compiling errno v0.3.14
105862026-08-20T03:37:28.930Z[ recovery-image] Aug 20 03:37:27.813 INFO E| Compiling os_pipe v1.2.3
105872026-08-20T03:37:29.041Z[ recovery-image] Aug 20 03:37:27.924 INFO E| Compiling signal-hook-registry v1.4.8
105882026-08-20T03:37:29.046Z[ host-image] Aug 20 03:37:27.928 INFO O| Aug 20 03:37:27.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105892026-08-20T03:37:29.046Z[ host-image] Aug 20 03:37:27.928 INFO O| Aug 20 03:37:27.928 INFO ok!
105902026-08-20T03:37:29.046Z[ host-image] Aug 20 03:37:27.928 INFO O| Aug 20 03:37:27.928 INFO STEP 139 (ensure_file) COMPLETE
105912026-08-20T03:37:29.047Z[ host-image] Aug 20 03:37:27.928 INFO O| Aug 20 03:37:27.928 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105922026-08-20T03:37:29.064Z[ host-image] Aug 20 03:37:27.936 INFO O| Aug 20 03:37:27.936 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105932026-08-20T03:37:29.065Z[ host-image] Aug 20 03:37:27.937 INFO O| Aug 20 03:37:27.936 INFO STEP 140 (ensure_dir) COMPLETE
105942026-08-20T03:37:29.065Z[ host-image] Aug 20 03:37:27.937 INFO O| Aug 20 03:37:27.936 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-08-20T03:37:29.065Z[ host-image] Aug 20 03:37:27.944 INFO O| Aug 20 03:37:27.944 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105962026-08-20T03:37:29.065Z[ host-image] Aug 20 03:37:27.944 INFO O| Aug 20 03:37:27.944 INFO STEP 141 (ensure_dir) COMPLETE
105972026-08-20T03:37:29.065Z[ host-image] Aug 20 03:37:27.944 INFO O| Aug 20 03:37:27.944 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105982026-08-20T03:37:29.071Z[ host-image] Aug 20 03:37:27.952 INFO O| Aug 20 03:37:27.952 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105992026-08-20T03:37:29.071Z[ host-image] Aug 20 03:37:27.952 INFO O| Aug 20 03:37:27.952 INFO STEP 142 (ensure_dir) COMPLETE
106002026-08-20T03:37:29.071Z[ host-image] Aug 20 03:37:27.952 INFO O| Aug 20 03:37:27.952 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-08-20T03:37:29.078Z[ host-image] Aug 20 03:37:27.961 INFO O| Aug 20 03:37:27.961 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106022026-08-20T03:37:29.078Z[ host-image] Aug 20 03:37:27.961 INFO O| Aug 20 03:37:27.961 INFO STEP 143 (ensure_dir) COMPLETE
106032026-08-20T03:37:29.078Z[ host-image] Aug 20 03:37:27.961 INFO O| Aug 20 03:37:27.961 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-08-20T03:37:29.087Z[ host-image] Aug 20 03:37:27.969 INFO O| Aug 20 03:37:27.969 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106052026-08-20T03:37:29.087Z[ host-image] Aug 20 03:37:27.969 INFO O| Aug 20 03:37:27.969 INFO copying /tmp/.tmpj9tMUi/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 ...
106062026-08-20T03:37:29.087Z[ host-image] Aug 20 03:37:27.969 INFO O| Aug 20 03:37:27.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106072026-08-20T03:37:29.094Z[ host-image] Aug 20 03:37:27.969 INFO O| Aug 20 03:37:27.969 INFO ok!
106082026-08-20T03:37:29.095Z[ host-image] Aug 20 03:37:27.969 INFO O| Aug 20 03:37:27.969 INFO STEP 144 (ensure_file) COMPLETE
106092026-08-20T03:37:29.095Z[ host-image] Aug 20 03:37:27.969 INFO O| Aug 20 03:37:27.969 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-08-20T03:37:29.102Z[ host-image] Aug 20 03:37:27.977 INFO O| Aug 20 03:37:27.977 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106112026-08-20T03:37:29.102Z[ host-image] Aug 20 03:37:27.977 INFO O| Aug 20 03:37:27.977 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106122026-08-20T03:37:29.102Z[ host-image] Aug 20 03:37:27.977 INFO O| Aug 20 03:37:27.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106132026-08-20T03:37:29.102Z[ host-image] Aug 20 03:37:27.977 INFO O| Aug 20 03:37:27.977 INFO STEP 145 (ensure_dir) COMPLETE
106142026-08-20T03:37:29.102Z[ host-image] Aug 20 03:37:27.977 INFO O| Aug 20 03:37:27.977 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-08-20T03:37:29.103Z[ host-image] Aug 20 03:37:27.984 INFO O| Aug 20 03:37:27.984 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106162026-08-20T03:37:29.103Z[ host-image] Aug 20 03:37:27.984 INFO O| Aug 20 03:37:27.984 INFO copying /tmp/.tmpj9tMUi/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106172026-08-20T03:37:29.103Z[ host-image] Aug 20 03:37:27.984 INFO O| Aug 20 03:37:27.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106182026-08-20T03:37:29.103Z[ host-image] Aug 20 03:37:27.984 INFO O| Aug 20 03:37:27.984 INFO ok!
106192026-08-20T03:37:29.103Z[ host-image] Aug 20 03:37:27.984 INFO O| Aug 20 03:37:27.984 INFO STEP 146 (ensure_file) COMPLETE
106202026-08-20T03:37:29.103Z[ host-image] Aug 20 03:37:27.984 INFO O| Aug 20 03:37:27.984 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-20T03:37:29.110Z[ host-image] Aug 20 03:37:27.992 INFO O| Aug 20 03:37:27.992 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106222026-08-20T03:37:29.110Z[ host-image] Aug 20 03:37:27.992 INFO O| Aug 20 03:37:27.992 INFO STEP 147 (remove_files) COMPLETE
106232026-08-20T03:37:29.120Z[ host-image] Aug 20 03:37:27.992 INFO O| Aug 20 03:37:27.992 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-20T03:37:29.128Z[ host-image] Aug 20 03:37:28.001 INFO O| Aug 20 03:37:28.001 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106252026-08-20T03:37:29.128Z[ host-image] Aug 20 03:37:28.001 INFO O| Aug 20 03:37:28.001 INFO STEP 148 (remove_files) COMPLETE
106262026-08-20T03:37:29.128Z[ host-image] Aug 20 03:37:28.001 INFO O| Aug 20 03:37:28.001 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-20T03:37:29.128Z[ host-image] Aug 20 03:37:28.010 INFO O| Aug 20 03:37:28.010 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106282026-08-20T03:37:29.128Z[ host-image] Aug 20 03:37:28.010 INFO O| Aug 20 03:37:28.010 INFO STEP 149 (remove_files) COMPLETE
106292026-08-20T03:37:29.128Z[ host-image] Aug 20 03:37:28.010 INFO O| Aug 20 03:37:28.010 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-20T03:37:29.138Z[ host-image] Aug 20 03:37:28.018 INFO O| Aug 20 03:37:28.018 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106312026-08-20T03:37:29.138Z[ host-image] Aug 20 03:37:28.018 INFO O| Aug 20 03:37:28.018 INFO STEP 150 (remove_files) COMPLETE
106322026-08-20T03:37:29.138Z[ host-image] Aug 20 03:37:28.018 INFO O| Aug 20 03:37:28.018 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-20T03:37:29.146Z[ host-image] Aug 20 03:37:28.026 INFO O| Aug 20 03:37:28.026 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106342026-08-20T03:37:29.146Z[ host-image] Aug 20 03:37:28.026 INFO O| Aug 20 03:37:28.026 INFO STEP 151 (remove_files) COMPLETE
106352026-08-20T03:37:29.146Z[ host-image] Aug 20 03:37:28.026 INFO O| Aug 20 03:37:28.026 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-20T03:37:29.154Z[ host-image] Aug 20 03:37:28.034 INFO O| Aug 20 03:37:28.034 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106372026-08-20T03:37:29.154Z[ host-image] Aug 20 03:37:28.034 INFO O| Aug 20 03:37:28.034 INFO STEP 152 (remove_files) COMPLETE
106382026-08-20T03:37:29.154Z[ host-image] Aug 20 03:37:28.034 INFO O| Aug 20 03:37:28.034 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-20T03:37:29.165Z[ host-image] Aug 20 03:37:28.043 INFO O| Aug 20 03:37:28.043 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106402026-08-20T03:37:29.165Z[ host-image] Aug 20 03:37:28.043 INFO O| Aug 20 03:37:28.043 INFO STEP 153 (remove_files) COMPLETE
106412026-08-20T03:37:29.165Z[ host-image] Aug 20 03:37:28.043 INFO O| Aug 20 03:37:28.043 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-20T03:37:29.173Z[ host-image] Aug 20 03:37:28.052 INFO O| Aug 20 03:37:28.052 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106432026-08-20T03:37:29.174Z[ host-image] Aug 20 03:37:28.052 INFO O| Aug 20 03:37:28.052 INFO STEP 154 (remove_files) COMPLETE
106442026-08-20T03:37:29.174Z[ host-image] Aug 20 03:37:28.052 INFO O| Aug 20 03:37:28.052 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-20T03:37:29.183Z[ host-image] Aug 20 03:37:28.060 INFO O| Aug 20 03:37:28.060 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106462026-08-20T03:37:29.183Z[ host-image] Aug 20 03:37:28.060 INFO O| Aug 20 03:37:28.060 INFO STEP 155 (remove_files) COMPLETE
106472026-08-20T03:37:29.183Z[ host-image] Aug 20 03:37:28.060 INFO O| Aug 20 03:37:28.060 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-20T03:37:29.192Z[ host-image] Aug 20 03:37:28.067 INFO O| Aug 20 03:37:28.067 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106492026-08-20T03:37:29.192Z[ host-image] Aug 20 03:37:28.067 INFO O| Aug 20 03:37:28.067 INFO STEP 156 (remove_files) COMPLETE
106502026-08-20T03:37:29.192Z[ host-image] Aug 20 03:37:28.067 INFO O| Aug 20 03:37:28.067 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-20T03:37:29.200Z[ host-image] Aug 20 03:37:28.075 INFO O| Aug 20 03:37:28.075 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106522026-08-20T03:37:29.200Z[ host-image] Aug 20 03:37:28.075 INFO O| Aug 20 03:37:28.075 INFO STEP 157 (remove_files) COMPLETE
106532026-08-20T03:37:29.200Z[ host-image] Aug 20 03:37:28.075 INFO O| Aug 20 03:37:28.075 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-20T03:37:29.212Z[ host-image] Aug 20 03:37:28.083 INFO O| Aug 20 03:37:28.082 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106552026-08-20T03:37:29.212Z[ host-image] Aug 20 03:37:28.083 INFO O| Aug 20 03:37:28.083 INFO STEP 158 (remove_files) COMPLETE
106562026-08-20T03:37:29.212Z[ host-image] Aug 20 03:37:28.083 INFO O| Aug 20 03:37:28.083 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-20T03:37:29.212Z[ host-image] Aug 20 03:37:28.091 INFO O| Aug 20 03:37:28.091 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106582026-08-20T03:37:29.212Z[ host-image] Aug 20 03:37:28.091 INFO O| Aug 20 03:37:28.091 INFO STEP 159 (remove_files) COMPLETE
106592026-08-20T03:37:29.212Z[ host-image] Aug 20 03:37:28.091 INFO O| Aug 20 03:37:28.091 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-20T03:37:29.219Z[ host-image] Aug 20 03:37:28.098 INFO O| Aug 20 03:37:28.098 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106612026-08-20T03:37:29.219Z[ host-image] Aug 20 03:37:28.098 INFO O| Aug 20 03:37:28.098 INFO STEP 160 (remove_files) COMPLETE
106622026-08-20T03:37:29.219Z[ host-image] Aug 20 03:37:28.098 INFO O| Aug 20 03:37:28.098 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-20T03:37:29.227Z[ host-image] Aug 20 03:37:28.105 INFO O| Aug 20 03:37:28.105 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106642026-08-20T03:37:29.227Z[ host-image] Aug 20 03:37:28.106 INFO O| Aug 20 03:37:28.106 INFO STEP 161 (remove_files) COMPLETE
106652026-08-20T03:37:29.227Z[ host-image] Aug 20 03:37:28.106 INFO O| Aug 20 03:37:28.106 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-20T03:37:29.236Z[ host-image] Aug 20 03:37:28.112 INFO O| Aug 20 03:37:28.112 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106672026-08-20T03:37:29.236Z[ host-image] Aug 20 03:37:28.112 INFO O| Aug 20 03:37:28.112 INFO STEP 162 (remove_files) COMPLETE
106682026-08-20T03:37:29.236Z[ host-image] Aug 20 03:37:28.112 INFO O| Aug 20 03:37:28.112 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-20T03:37:29.244Z[ host-image] Aug 20 03:37:28.121 INFO O| Aug 20 03:37:28.121 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106702026-08-20T03:37:29.244Z[ host-image] Aug 20 03:37:28.121 INFO O| Aug 20 03:37:28.121 INFO STEP 163 (remove_files) COMPLETE
106712026-08-20T03:37:29.244Z[ host-image] Aug 20 03:37:28.121 INFO O| Aug 20 03:37:28.121 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-20T03:37:29.251Z[ host-image] Aug 20 03:37:28.128 INFO O| Aug 20 03:37:28.128 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106732026-08-20T03:37:29.251Z[ host-image] Aug 20 03:37:28.128 INFO O| Aug 20 03:37:28.128 INFO STEP 164 (remove_files) COMPLETE
106742026-08-20T03:37:29.251Z[ host-image] Aug 20 03:37:28.128 INFO O| Aug 20 03:37:28.128 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-20T03:37:29.251Z[ host-image] Aug 20 03:37:28.134 INFO O| Aug 20 03:37:28.134 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106762026-08-20T03:37:29.259Z[ host-image] Aug 20 03:37:28.134 INFO O| Aug 20 03:37:28.134 INFO STEP 165 (remove_files) COMPLETE
106772026-08-20T03:37:29.259Z[ host-image] Aug 20 03:37:28.134 INFO O| Aug 20 03:37:28.134 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-20T03:37:29.259Z[ recovery-image] Aug 20 03:37:28.139 INFO E| Compiling syn v2.0.117
106792026-08-20T03:37:29.259Z[ host-image] Aug 20 03:37:28.141 INFO O| Aug 20 03:37:28.141 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106802026-08-20T03:37:29.259Z[ host-image] Aug 20 03:37:28.141 INFO O| Aug 20 03:37:28.141 INFO STEP 166 (remove_files) COMPLETE
106812026-08-20T03:37:29.259Z[ host-image] Aug 20 03:37:28.141 INFO O| Aug 20 03:37:28.141 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-20T03:37:29.265Z[ host-image] Aug 20 03:37:28.148 INFO O| Aug 20 03:37:28.148 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106832026-08-20T03:37:29.265Z[ host-image] Aug 20 03:37:28.148 INFO O| Aug 20 03:37:28.148 INFO STEP 167 (remove_files) COMPLETE
106842026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.148 INFO O| Aug 20 03:37:28.148 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.156 INFO O| Aug 20 03:37:28.156 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106862026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.156 INFO O| Aug 20 03:37:28.156 INFO STEP 168 (remove_files) COMPLETE
106872026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.156 INFO O| Aug 20 03:37:28.156 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.163 INFO O| Aug 20 03:37:28.163 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106892026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.163 INFO O| Aug 20 03:37:28.163 INFO STEP 169 (remove_files) COMPLETE
106902026-08-20T03:37:29.288Z[ host-image] Aug 20 03:37:28.163 INFO O| Aug 20 03:37:28.163 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-20T03:37:29.296Z[ host-image] Aug 20 03:37:28.170 INFO O| Aug 20 03:37:28.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106922026-08-20T03:37:29.296Z[ host-image] Aug 20 03:37:28.170 INFO O| Aug 20 03:37:28.170 INFO STEP 170 (remove_files) COMPLETE
106932026-08-20T03:37:29.297Z[ host-image] Aug 20 03:37:28.170 INFO O| Aug 20 03:37:28.170 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-20T03:37:29.297Z[ recovery-image] Aug 20 03:37:28.175 INFO E| Compiling sigchld v0.2.4
106952026-08-20T03:37:29.297Z[ host-image] Aug 20 03:37:28.177 INFO O| Aug 20 03:37:28.177 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106962026-08-20T03:37:29.297Z[ host-image] Aug 20 03:37:28.177 INFO O| Aug 20 03:37:28.177 INFO STEP 171 (remove_files) COMPLETE
106972026-08-20T03:37:29.297Z[ host-image] Aug 20 03:37:28.177 INFO O| Aug 20 03:37:28.177 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-20T03:37:29.305Z[ host-image] Aug 20 03:37:28.184 INFO O| Aug 20 03:37:28.184 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106992026-08-20T03:37:29.305Z[ host-image] Aug 20 03:37:28.184 INFO O| Aug 20 03:37:28.184 INFO STEP 172 (remove_files) COMPLETE
107002026-08-20T03:37:29.305Z[ host-image] Aug 20 03:37:28.184 INFO O| Aug 20 03:37:28.184 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-20T03:37:29.312Z[ host-image] Aug 20 03:37:28.190 INFO O| Aug 20 03:37:28.190 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107022026-08-20T03:37:29.312Z[ host-image] Aug 20 03:37:28.190 INFO O| Aug 20 03:37:28.190 INFO STEP 173 (remove_files) COMPLETE
107032026-08-20T03:37:29.312Z[ host-image] Aug 20 03:37:28.190 INFO O| Aug 20 03:37:28.190 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-20T03:37:29.318Z[ host-image] Aug 20 03:37:28.198 INFO O| Aug 20 03:37:28.198 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107052026-08-20T03:37:29.319Z[ host-image] Aug 20 03:37:28.198 INFO O| Aug 20 03:37:28.198 INFO STEP 174 (remove_files) COMPLETE
107062026-08-20T03:37:29.319Z[ host-image] Aug 20 03:37:28.198 INFO O| Aug 20 03:37:28.198 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-20T03:37:29.326Z[ host-image] Aug 20 03:37:28.205 INFO O| Aug 20 03:37:28.205 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107082026-08-20T03:37:29.326Z[ host-image] Aug 20 03:37:28.205 INFO O| Aug 20 03:37:28.205 INFO STEP 175 (remove_files) COMPLETE
107092026-08-20T03:37:29.326Z[ host-image] Aug 20 03:37:28.205 INFO O| Aug 20 03:37:28.205 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107102026-08-20T03:37:29.332Z[ host-image] Aug 20 03:37:28.215 INFO O| Aug 20 03:37:28.215 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107112026-08-20T03:37:29.332Z[ host-image] Aug 20 03:37:28.215 INFO O| Aug 20 03:37:28.215 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107122026-08-20T03:37:29.379Z[ recovery-image] Aug 20 03:37:28.262 INFO E| Compiling shared_child v1.1.1
107132026-08-20T03:37:31.479Z[ recovery-image] Aug 20 03:37:28.368 INFO E| Compiling duct v1.1.1
107142026-08-20T03:37:31.500Z[ recovery-image] Aug 20 03:37:30.027 INFO E| Compiling clap_derive v4.6.1
107152026-08-20T03:37:33.548Z[ recovery-image] Aug 20 03:37:31.169 INFO E| Compiling clap v4.6.1
107162026-08-20T03:37:33.569Z[ recovery-image] Aug 20 03:37:31.223 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107172026-08-20T03:37:33.569Z[ recovery-image] Aug 20 03:37:32.015 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
107182026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.021 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107192026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.207 INFO E| Downloading crates ...
107202026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.267 INFO E| Downloaded bit_field v0.10.3
107212026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.271 INFO E| Downloaded bitstruct v0.1.1
107222026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.272 INFO E| Downloaded cpio_reader v0.1.2
107232026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.276 INFO E| Downloaded bitstruct_derive v0.1.0
107242026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.292 INFO E| Downloaded bitflags v2.13.0
107252026-08-20T03:37:33.570Z[ recovery-image] Aug 20 03:37:32.295 INFO E| Downloaded log v0.4.32
107262026-08-20T03:37:33.571Z[ recovery-image] Aug 20 03:37:32.301 INFO E| Downloaded miniz_oxide v0.9.1
107272026-08-20T03:37:33.571Z[ recovery-image] Aug 20 03:37:32.309 INFO E| Downloaded goblin v0.10.7
107282026-08-20T03:37:33.571Z[ recovery-image] Aug 20 03:37:32.314 INFO E| Downloaded raw-cpuid v10.7.0
107292026-08-20T03:37:33.571Z[ recovery-image] Aug 20 03:37:32.429 INFO E| Downloaded x86 v0.52.0
107302026-08-20T03:37:33.587Z[ recovery-image] Aug 20 03:37:32.462 INFO E| Updating crates.io index
107312026-08-20T03:37:33.621Z[ recovery-image] Aug 20 03:37:32.504 INFO E| Downloading crates ...
107322026-08-20T03:37:33.651Z[ recovery-image] Aug 20 03:37:32.534 INFO E| Downloaded hashbrown v0.17.1
107332026-08-20T03:37:33.654Z[ recovery-image] Aug 20 03:37:32.537 INFO E| Downloaded rustc-literal-escaper v0.0.7
107342026-08-20T03:37:33.700Z[ recovery-image] Aug 20 03:37:32.575 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)
107352026-08-20T03:37:33.700Z[ recovery-image] Aug 20 03:37:32.575 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)
107362026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.575 INFO E| Compiling proc-macro2 v1.0.106
107372026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.575 INFO E| Compiling quote v1.0.45
107382026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.576 INFO E| Compiling unicode-ident v1.0.24
107392026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.576 INFO E| Compiling syn v1.0.109
107402026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.576 INFO E| Compiling x86 v0.52.0
107412026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.576 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107422026-08-20T03:37:33.703Z[ recovery-image] Aug 20 03:37:32.576 INFO E| Compiling seq-macro v0.3.6
107432026-08-20T03:37:34.625Z[ recovery-image] Aug 20 03:37:33.508 INFO E| Compiling syn v2.0.117
107442026-08-20T03:37:35.292Z[ host-image] Aug 20 03:37:34.175 INFO O| Aug 20 03:37:34.175 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
107452026-08-20T03:37:35.292Z[ host-image] Aug 20 03:37:34.175 INFO O| Aug 20 03:37:34.175 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107462026-08-20T03:37:35.305Z[ host-image] Aug 20 03:37:34.188 INFO O| Aug 20 03:37:34.188 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107472026-08-20T03:37:35.404Z[ host-image] Aug 20 03:37:34.287 INFO O| Aug 20 03:37:34.287 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107482026-08-20T03:37:35.459Z[ host-image] Aug 20 03:37:34.342 INFO O| Aug 20 03:37:34.342 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107492026-08-20T03:37:35.523Z[ host-image] Aug 20 03:37:34.406 INFO O| Aug 20 03:37:34.405 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107502026-08-20T03:37:35.523Z[ host-image] Aug 20 03:37:34.406 INFO O| Aug 20 03:37:34.406 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107512026-08-20T03:37:35.526Z[ host-image] Aug 20 03:37:34.407 INFO O| Aug 20 03:37:34.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107522026-08-20T03:37:35.526Z[ host-image] Aug 20 03:37:34.407 INFO O| Aug 20 03:37:34.407 INFO ok!
107532026-08-20T03:37:35.526Z[ host-image] Aug 20 03:37:34.407 INFO O| Aug 20 03:37:34.407 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107542026-08-20T03:37:35.526Z[ host-image] Aug 20 03:37:34.407 INFO O| Aug 20 03:37:34.407 INFO STEP 176 (seed_smf) COMPLETE
107552026-08-20T03:37:35.526Z[ host-image] Aug 20 03:37:34.407 INFO O| Aug 20 03:37:34.407 INFO steps complete; finalising image!
107562026-08-20T03:37:35.526Z[ host-image] Aug 20 03:37:34.407 INFO O| Aug 20 03:37:34.407 INFO TRIM POOL: TEMPORARY-sled-zfs
107572026-08-20T03:37:35.604Z[ host-image] Aug 20 03:37:34.487 INFO O| Aug 20 03:37:34.487 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Thu Aug 20 03:37:34 2026)
107582026-08-20T03:37:35.819Z[ host-image] Aug 20 03:37:34.702 INFO O| Aug 20 03:37:34.702 INFO temporary pool has 914M used, 110M avail, 1.81x compressratio
107592026-08-20T03:37:35.819Z[ host-image] Aug 20 03:37:34.702 INFO O| Aug 20 03:37:34.702 INFO EXPORT POOL: TEMPORARY-sled-zfs
107602026-08-20T03:37:35.950Z[ recovery-image] Aug 20 03:37:34.832 INFO E| Compiling scroll_derive v0.13.1
107612026-08-20T03:37:36.172Z[ host-image] Aug 20 03:37:35.055 INFO O| Aug 20 03:37:35.055 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107622026-08-20T03:37:36.172Z[ host-image] Aug 20 03:37:35.055 INFO O| Aug 20 03:37:35.055 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107632026-08-20T03:37:36.962Z[ recovery-image] Aug 20 03:37:35.845 INFO E| Compiling bitstruct_derive v0.1.0
107642026-08-20T03:37:36.987Z[ host-image] Aug 20 03:37:35.870 INFO O| Aug 20 03:37:35.870 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107652026-08-20T03:37:36.987Z[ host-image] Aug 20 03:37:35.870 INFO O| Aug 20 03:37:35.870 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107662026-08-20T03:37:36.989Z[ host-image] Aug 20 03:37:35.870 INFO O| Aug 20 03:37:35.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107672026-08-20T03:37:36.992Z[ host-image] Aug 20 03:37:35.870 INFO O| Aug 20 03:37:35.870 INFO completed processing sled/zfs
107682026-08-20T03:37:36.992Z[ host-image] Aug 20 03:37:35.870 INFO O| Aug 20 03:37:35.870 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107692026-08-20T03:37:45.948Z[ recovery-image] Aug 20 03:37:44.831 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)
107702026-08-20T03:37:48.028Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling bitflags v1.3.2
107712026-08-20T03:37:48.031Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling bit_field v0.10.3
107722026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling plain v0.2.3
107732026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling log v0.4.32
107742026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling bitflags v2.13.0
107752026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling scroll v0.13.0
107762026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling adler2 v2.0.1
107772026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling static_assertions v1.1.0
107782026-08-20T03:37:48.032Z[ recovery-image] Aug 20 03:37:46.910 INFO E| Compiling bitstruct v0.1.1
107792026-08-20T03:37:48.079Z[ recovery-image] Aug 20 03:37:46.961 INFO E| Compiling raw-cpuid v10.7.0
107802026-08-20T03:37:48.121Z[ recovery-image] Aug 20 03:37:47.003 INFO E| Compiling miniz_oxide v0.9.1
107812026-08-20T03:37:48.179Z[ recovery-image] Aug 20 03:37:47.061 INFO E| Compiling cpio_reader v0.1.2
107822026-08-20T03:37:48.248Z[ recovery-image] Aug 20 03:37:47.131 INFO E| Compiling goblin v0.10.7
107832026-08-20T03:37:51.188Z[ recovery-image] Aug 20 03:37:50.071 INFO E| Finished `release` profile [optimized] target(s) in 18.03s
107842026-08-20T03:37:51.212Z[ recovery-image] Aug 20 03:37:50.092 INFO building ROM for cosmo
107852026-08-20T03:37:51.212Z[ recovery-image] Aug 20 03:37:50.092 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")
107862026-08-20T03:37:51.306Z[ recovery-image] Aug 20 03:37:50.185 INFO E| Downloading crates ...
107872026-08-20T03:37:51.350Z[ recovery-image] Aug 20 03:37:50.233 INFO E| Downloaded anstyle-parse v0.2.6
107882026-08-20T03:37:51.367Z[ recovery-image] Aug 20 03:37:50.250 INFO E| Downloaded anstyle-query v1.1.2
107892026-08-20T03:37:51.372Z[ recovery-image] Aug 20 03:37:50.251 INFO E| Downloaded is_terminal_polyfill v1.70.1
107902026-08-20T03:37:51.376Z[ recovery-image] Aug 20 03:37:50.255 INFO E| Downloaded winnow v0.7.7
107912026-08-20T03:37:51.380Z[ recovery-image] Aug 20 03:37:50.261 INFO E| Downloaded os_pipe v1.2.1
107922026-08-20T03:37:51.380Z[ recovery-image] Aug 20 03:37:50.262 INFO E| Downloaded anstyle v1.0.10
107932026-08-20T03:37:51.380Z[ recovery-image] Aug 20 03:37:50.263 INFO E| Downloaded shared_child v1.0.1
107942026-08-20T03:37:51.384Z[ recovery-image] Aug 20 03:37:50.263 INFO E| Downloaded serde_spanned v0.6.8
107952026-08-20T03:37:51.384Z[ recovery-image] Aug 20 03:37:50.264 INFO E| Downloaded toml_datetime v0.6.9
107962026-08-20T03:37:51.384Z[ recovery-image] Aug 20 03:37:50.265 INFO E| Downloaded anstream v0.6.18
107972026-08-20T03:37:51.388Z[ recovery-image] Aug 20 03:37:50.267 INFO E| Downloaded clap_lex v0.7.4
107982026-08-20T03:37:51.395Z[ recovery-image] Aug 20 03:37:50.273 INFO E| Downloaded colorchoice v1.0.3
107992026-08-20T03:37:51.396Z[ recovery-image] Aug 20 03:37:50.274 INFO E| Downloaded duct v0.13.7
108002026-08-20T03:37:51.400Z[ recovery-image] Aug 20 03:37:50.276 INFO E| Downloaded clap_derive v4.5.32
108012026-08-20T03:37:51.400Z[ recovery-image] Aug 20 03:37:50.277 INFO E| Downloaded toml_write v0.1.1
108022026-08-20T03:37:51.406Z[ recovery-image] Aug 20 03:37:50.284 INFO E| Downloaded clap v4.5.37
108032026-08-20T03:37:51.409Z[ recovery-image] Aug 20 03:37:50.291 INFO E| Downloaded toml v0.8.22
108042026-08-20T03:37:51.429Z[ recovery-image] Aug 20 03:37:50.312 INFO E| Downloaded cc v1.2.20
108052026-08-20T03:37:51.440Z[ recovery-image] Aug 20 03:37:50.314 INFO E| Downloaded toml_edit v0.22.26
108062026-08-20T03:37:51.454Z[ recovery-image] Aug 20 03:37:50.336 INFO E| Downloaded clap_builder v4.5.37
108072026-08-20T03:37:51.484Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling libc v0.2.172
108082026-08-20T03:37:51.484Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling utf8parse v0.2.2
108092026-08-20T03:37:51.484Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling is_terminal_polyfill v1.70.1
108102026-08-20T03:37:51.484Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling anstyle v1.0.10
108112026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling colorchoice v1.0.3
108122026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling anstyle-query v1.1.2
108132026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling hashbrown v0.15.2
108142026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling equivalent v1.0.2
108152026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling once_cell v1.21.3
108162026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling shlex v1.3.0
108172026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling strsim v0.11.1
108182026-08-20T03:37:51.489Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling anyhow v1.0.98
108192026-08-20T03:37:51.490Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling toml_write v0.1.1
108202026-08-20T03:37:51.490Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling clap_lex v0.7.4
108212026-08-20T03:37:51.490Z[ recovery-image] Aug 20 03:37:50.353 INFO E| Compiling winnow v0.7.7
108222026-08-20T03:37:51.490Z[ recovery-image] Aug 20 03:37:50.354 INFO E| Compiling syn v2.0.101
108232026-08-20T03:37:51.687Z[ recovery-image] Aug 20 03:37:50.568 INFO E| Compiling anstyle-parse v0.2.6
108242026-08-20T03:37:52.178Z[ recovery-image] Aug 20 03:37:51.060 INFO E| Compiling cc v1.2.20
108252026-08-20T03:37:52.178Z[ recovery-image] Aug 20 03:37:51.060 INFO E| Compiling indexmap v2.9.0
108262026-08-20T03:37:52.388Z[ recovery-image] Aug 20 03:37:51.270 INFO E| Compiling anstream v0.6.18
108272026-08-20T03:37:52.587Z[ recovery-image] Aug 20 03:37:51.468 INFO E| Compiling os_pipe v1.2.1
108282026-08-20T03:37:52.588Z[ recovery-image] Aug 20 03:37:51.468 INFO E| Compiling shared_child v1.0.1
108292026-08-20T03:37:52.630Z[ recovery-image] Aug 20 03:37:51.513 INFO E| Compiling clap_builder v4.5.37
108302026-08-20T03:37:52.756Z[ recovery-image] Aug 20 03:37:51.638 INFO E| Compiling duct v0.13.7
108312026-08-20T03:37:53.363Z[ host-image] Aug 20 03:37:52.246 INFO O| Aug 20 03:37:52.246 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108322026-08-20T03:37:53.478Z[ host-image] Aug 20 03:37:52.360 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
108332026-08-20T03:37:53.478Z[ host-image] Aug 20 03:37:52.360 INFO expanded image name: "ci 62a063c/${os_short_commit} 2026-08-20 03:20" -> "ci 62a063c/328a187 2026-08-20 03:20"
108342026-08-20T03:37:53.483Z[ host-image] Aug 20 03:37:52.360 INFO output artefacts stored in: "/work/os-host"
108352026-08-20T03:37:53.483Z[ host-image] Aug 20 03:37:52.360 INFO collecting git info from project "chelsio-t6-roms"...
108362026-08-20T03:37:53.486Z[ host-image] Aug 20 03:37:52.368 INFO collecting git info from project "bootserver"...
108372026-08-20T03:37:53.493Z[ host-image] Aug 20 03:37:52.375 INFO collecting git info from project "pinprick"...
108382026-08-20T03:37:53.497Z[ recovery-image] Aug 20 03:37:52.377 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108392026-08-20T03:37:53.501Z[ host-image] Aug 20 03:37:52.381 INFO collecting git info from project "amd-firmware"...
108402026-08-20T03:37:53.514Z[ host-image] Aug 20 03:37:52.396 INFO collecting git info from project "dmar-report"...
108412026-08-20T03:37:53.519Z[ host-image] Aug 20 03:37:52.401 INFO collecting git info from project "amd-host-image-builder"...
108422026-08-20T03:37:53.530Z[ host-image] Aug 20 03:37:52.412 INFO collecting git info from project "pilot"...
108432026-08-20T03:37:53.540Z[ host-image] Aug 20 03:37:52.422 INFO collecting git info from project "phbl"...
108442026-08-20T03:37:53.546Z[ host-image] Aug 20 03:37:52.429 INFO collecting git info from project "image-builder"...
108452026-08-20T03:37:53.553Z[ host-image] Aug 20 03:37:52.436 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108462026-08-20T03:37:53.950Z[ host-image] Aug 20 03:37:52.831 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108472026-08-20T03:37:54.272Z[ host-image] Aug 20 03:37:53.154 INFO creating Oxide boot image...
108482026-08-20T03:37:54.272Z[ host-image] Aug 20 03:37:53.154 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 62a063c/328a187 2026-08-20 03:20", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108492026-08-20T03:37:54.508Z[ recovery-image] Aug 20 03:37:53.390 INFO E| Compiling serde_derive v1.0.219
108502026-08-20T03:37:54.508Z[ recovery-image] Aug 20 03:37:53.390 INFO E| Compiling clap_derive v4.5.32
108512026-08-20T03:37:55.165Z[ host-image] Aug 20 03:37:54.047 INFO O| ok, image written!
108522026-08-20T03:37:55.165Z[ host-image] Aug 20 03:37:54.047 INFO O| ok, boot_image_csum file written!
108532026-08-20T03:37:55.169Z[ host-image] Aug 20 03:37:54.050 INFO creating boot archive (CPIO)...
108542026-08-20T03:37:55.169Z[ host-image] Aug 20 03:37:54.050 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
108552026-08-20T03:37:55.172Z[ host-image] Aug 20 03:37:54.054 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108562026-08-20T03:37:55.172Z[ host-image] Aug 20 03:37:54.054 INFO E| + outfile=/work/os-host/cpio
108572026-08-20T03:37:55.172Z[ host-image] Aug 20 03:37:54.054 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108582026-08-20T03:37:55.176Z[ host-image] Aug 20 03:37:54.056 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108592026-08-20T03:37:55.176Z[ host-image] Aug 20 03:37:54.057 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108602026-08-20T03:37:55.210Z[ host-image] Aug 20 03:37:54.092 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108612026-08-20T03:37:55.210Z[ host-image] Aug 20 03:37:54.092 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108622026-08-20T03:37:55.217Z[ host-image] Aug 20 03:37:54.100 INFO creating compressed cpio/unix for dev loaders...
108632026-08-20T03:37:55.218Z[ host-image] Aug 20 03:37:54.100 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
108642026-08-20T03:37:55.444Z[ host-image] Aug 20 03:37:54.326 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108652026-08-20T03:37:55.928Z[ recovery-image] Aug 20 03:37:54.809 INFO E| Compiling clap v4.5.37
108662026-08-20T03:37:56.660Z[ recovery-image] Aug 20 03:37:55.542 INFO E| Compiling serde v1.0.219
108672026-08-20T03:37:58.555Z[ recovery-image] Aug 20 03:37:57.438 INFO E| Compiling toml_datetime v0.6.9
108682026-08-20T03:37:58.555Z[ recovery-image] Aug 20 03:37:57.438 INFO E| Compiling serde_spanned v0.6.8
108692026-08-20T03:37:58.712Z[ recovery-image] Aug 20 03:37:57.595 INFO E| Compiling toml_edit v0.22.26
108702026-08-20T03:37:58.734Z[ host-image] Aug 20 03:37:57.616 INFO creating reset image...
108712026-08-20T03:37:58.734Z[ host-image] Aug 20 03:37:57.616 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")
108722026-08-20T03:37:58.810Z[ host-image] Aug 20 03:37:57.692 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108732026-08-20T03:37:58.813Z[ host-image] Aug 20 03:37:57.693 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108742026-08-20T03:37:59.119Z[ host-image] Aug 20 03:37:58.001 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-20T03:37:59.119Z[ host-image] Aug 20 03:37:58.001 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-20T03:37:59.123Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling proc-macro2 v1.0.106
108772026-08-20T03:37:59.123Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling quote v1.0.45
108782026-08-20T03:37:59.123Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling unicode-ident v1.0.24
108792026-08-20T03:37:59.123Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling syn v1.0.109
108802026-08-20T03:37:59.123Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling x86 v0.52.0
108812026-08-20T03:37:59.123Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108822026-08-20T03:37:59.124Z[ host-image] Aug 20 03:37:58.001 INFO E| Compiling seq-macro v0.3.6
108832026-08-20T03:38:00.172Z[ recovery-image] Aug 20 03:37:59.053 INFO E| Compiling toml v0.8.22
108842026-08-20T03:38:00.248Z[ host-image] Aug 20 03:37:59.130 INFO E| Compiling syn v2.0.117
108852026-08-20T03:38:01.689Z[ host-image] Aug 20 03:38:00.571 INFO E| Compiling scroll_derive v0.13.1
108862026-08-20T03:38:02.576Z[ recovery-image] Aug 20 03:38:01.458 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
108872026-08-20T03:38:02.585Z[ recovery-image] Aug 20 03:38:01.468 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`
108882026-08-20T03:38:02.602Z[ recovery-image] Aug 20 03:38:01.484 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108892026-08-20T03:38:02.683Z[ recovery-image] Aug 20 03:38:01.565 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108902026-08-20T03:38:02.687Z[ recovery-image] Aug 20 03:38:01.570 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`
108912026-08-20T03:38:02.758Z[ host-image] Aug 20 03:38:01.640 INFO E| Compiling bitstruct_derive v0.1.0
108922026-08-20T03:38:02.905Z[ recovery-image] Aug 20 03:38:01.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108932026-08-20T03:38:02.905Z[ recovery-image] Aug 20 03:38:01.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108942026-08-20T03:38:02.911Z[ recovery-image] Aug 20 03:38:01.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108952026-08-20T03:38:02.911Z[ recovery-image] Aug 20 03:38:01.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108962026-08-20T03:38:02.911Z[ recovery-image] Aug 20 03:38:01.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108972026-08-20T03:38:02.911Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108982026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108992026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109002026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109012026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109022026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109032026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109042026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109052026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109062026-08-20T03:38:02.912Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109072026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109082026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109092026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109102026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109112026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109122026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109132026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109142026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109152026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109162026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109172026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109182026-08-20T03:38:02.913Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109192026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109202026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109212026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109222026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109232026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109242026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109252026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109262026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109272026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109282026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109292026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109302026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109312026-08-20T03:38:02.914Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109322026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109332026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109342026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109352026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109362026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109372026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109382026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109392026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109402026-08-20T03:38:02.915Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109412026-08-20T03:38:02.916Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109422026-08-20T03:38:02.916Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109432026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109442026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109452026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO O| Info: ABL version: 0x100af010
109462026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109472026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109482026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109492026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109502026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109512026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109522026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109532026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109542026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109552026-08-20T03:38:02.917Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109562026-08-20T03:38:02.918Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109572026-08-20T03:38:02.918Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109582026-08-20T03:38:02.918Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109592026-08-20T03:38:02.918Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109602026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109612026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109622026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109632026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109642026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109652026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109662026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109672026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109682026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109692026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109702026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109712026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109722026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109732026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109742026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109752026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109762026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109772026-08-20T03:38:02.919Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109782026-08-20T03:38:02.920Z[ recovery-image] Aug 20 03:38:01.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109792026-08-20T03:38:02.943Z[ recovery-image] Aug 20 03:38:01.826 INFO building ROM for gimlet
109802026-08-20T03:38:02.943Z[ recovery-image] Aug 20 03:38:01.826 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")
109812026-08-20T03:38:03.043Z[ recovery-image] Aug 20 03:38:01.925 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109822026-08-20T03:38:03.047Z[ recovery-image] Aug 20 03:38:01.928 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`
109832026-08-20T03:38:03.059Z[ recovery-image] Aug 20 03:38:01.941 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109842026-08-20T03:38:03.134Z[ recovery-image] Aug 20 03:38:02.016 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109852026-08-20T03:38:03.137Z[ recovery-image] Aug 20 03:38:02.020 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`
109862026-08-20T03:38:03.257Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109872026-08-20T03:38:03.258Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109882026-08-20T03:38:03.262Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109892026-08-20T03:38:03.262Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109902026-08-20T03:38:03.262Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109912026-08-20T03:38:03.262Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109922026-08-20T03:38:03.262Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109932026-08-20T03:38:03.263Z[ recovery-image] Aug 20 03:38:02.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109942026-08-20T03:38:03.263Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109952026-08-20T03:38:03.263Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109962026-08-20T03:38:03.263Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109972026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109982026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109992026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110002026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110012026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO O| Info: ABL version: 0x100f5010
110022026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110032026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110042026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110052026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110062026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110072026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110082026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110092026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110102026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110112026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110122026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110132026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110142026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110152026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110162026-08-20T03:38:03.264Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110172026-08-20T03:38:03.265Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110182026-08-20T03:38:03.265Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110192026-08-20T03:38:03.265Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110202026-08-20T03:38:03.265Z[ recovery-image] Aug 20 03:38:02.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110212026-08-20T03:38:03.297Z[ recovery-image] Aug 20 03:38:02.179 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110222026-08-20T03:38:03.297Z[ recovery-image] Aug 20 03:38:02.179 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110232026-08-20T03:38:03.297Z[ recovery-image] Aug 20 03:38:02.179 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110242026-08-20T03:38:04.573Z[ recovery-image] Aug 20 03:38:03.455 INFO image complete! materials are in "/work/os-recovery"
110252026-08-20T03:38:04.577Z[ recovery-image]
110262026-08-20T03:38:04.577Z[ recovery-image] real 3:26.498304860
110272026-08-20T03:38:04.577Z[ recovery-image] user 2:41.496546708
110282026-08-20T03:38:04.577Z[ recovery-image] sys 38.805854400
110292026-08-20T03:38:04.577Z[ recovery-image] trap 0.150132635
110302026-08-20T03:38:04.577Z[ recovery-image] tflt 0.709333628
110312026-08-20T03:38:04.577Z[ recovery-image] dflt 0.802379527
110322026-08-20T03:38:04.577Z[ recovery-image] kflt 0.000329170
110332026-08-20T03:38:04.577Z[ recovery-image] lock 8:02.378154503
110342026-08-20T03:38:04.578Z[ recovery-image] slp 17:56.337142305
110352026-08-20T03:38:04.578Z[ recovery-image] lat 33.833607621
110362026-08-20T03:38:04.578Z[ recovery-image] stop 11.624966470
110372026-08-20T03:38:04.578ZAug 20 03:38:03.460 INFO [recovery-image] process exited with exit status: 0 (206.503611464s)
110382026-08-20T03:38:04.578ZAug 20 03:38:03.460 INFO [tuf-v2-recovery] running task
110392026-08-20T03:38:04.581ZAug 20 03:38:03.460 INFO [tuf-v2-recovery] task succeeded (796.1µs)
110402026-08-20T03:38:11.787Z[ host-image] Aug 20 03:38:10.669 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)
110412026-08-20T03:38:13.891Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling bitflags v1.3.2
110422026-08-20T03:38:13.892Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling plain v0.2.3
110432026-08-20T03:38:13.892Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling scroll v0.13.0
110442026-08-20T03:38:13.896Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling bitflags v2.13.0
110452026-08-20T03:38:13.896Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling adler2 v2.0.1
110462026-08-20T03:38:13.896Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling log v0.4.32
110472026-08-20T03:38:13.896Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling bit_field v0.10.3
110482026-08-20T03:38:13.896Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling bitstruct v0.1.1
110492026-08-20T03:38:13.896Z[ host-image] Aug 20 03:38:12.773 INFO E| Compiling static_assertions v1.1.0
110502026-08-20T03:38:13.941Z[ host-image] Aug 20 03:38:12.823 INFO E| Compiling raw-cpuid v10.7.0
110512026-08-20T03:38:13.976Z[ host-image] Aug 20 03:38:12.858 INFO E| Compiling miniz_oxide v0.9.1
110522026-08-20T03:38:14.053Z[ host-image] Aug 20 03:38:12.936 INFO E| Compiling cpio_reader v0.1.2
110532026-08-20T03:38:14.114Z[ host-image] Aug 20 03:38:12.996 INFO E| Compiling goblin v0.10.7
110542026-08-20T03:38:16.924Z[ host-image] Aug 20 03:38:15.806 INFO E| Finished `release` profile [optimized] target(s) in 18.10s
110552026-08-20T03:38:16.936Z[ host-image] Aug 20 03:38:15.819 INFO building ROM for gimlet
110562026-08-20T03:38:16.936Z[ host-image] Aug 20 03:38:15.819 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")
110572026-08-20T03:38:17.022Z[ host-image] Aug 20 03:38:15.904 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110582026-08-20T03:38:17.026Z[ host-image] Aug 20 03:38:15.906 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`
110592026-08-20T03:38:17.034Z[ host-image] Aug 20 03:38:15.917 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110602026-08-20T03:38:17.103Z[ host-image] Aug 20 03:38:15.986 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110612026-08-20T03:38:17.107Z[ host-image] Aug 20 03:38:15.989 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`
110622026-08-20T03:38:17.220Z[ host-image] Aug 20 03:38:16.102 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110632026-08-20T03:38:17.220Z[ host-image] Aug 20 03:38:16.102 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110642026-08-20T03:38:17.220Z[ host-image] Aug 20 03:38:16.102 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110652026-08-20T03:38:17.224Z[ host-image] Aug 20 03:38:16.102 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110662026-08-20T03:38:17.224Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110672026-08-20T03:38:17.224Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110682026-08-20T03:38:17.224Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110692026-08-20T03:38:17.224Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110702026-08-20T03:38:17.225Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110712026-08-20T03:38:17.225Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110722026-08-20T03:38:17.225Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110732026-08-20T03:38:17.225Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110742026-08-20T03:38:17.225Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110752026-08-20T03:38:17.225Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110762026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110772026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO O| Info: ABL version: 0x100f5010
110782026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110792026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110802026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110812026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110822026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110832026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110842026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110852026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110862026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110872026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110882026-08-20T03:38:17.227Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110892026-08-20T03:38:17.228Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110902026-08-20T03:38:17.228Z[ host-image] Aug 20 03:38:16.103 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110912026-08-20T03:38:17.229Z[ host-image] Aug 20 03:38:16.104 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110922026-08-20T03:38:17.229Z[ host-image] Aug 20 03:38:16.104 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110932026-08-20T03:38:17.229Z[ host-image] Aug 20 03:38:16.104 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110942026-08-20T03:38:17.229Z[ host-image] Aug 20 03:38:16.104 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110952026-08-20T03:38:17.230Z[ host-image] Aug 20 03:38:16.104 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110962026-08-20T03:38:17.230Z[ host-image] Aug 20 03:38:16.104 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110972026-08-20T03:38:17.256Z[ host-image] Aug 20 03:38:16.138 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110982026-08-20T03:38:17.257Z[ host-image] Aug 20 03:38:16.138 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110992026-08-20T03:38:17.260Z[ host-image] Aug 20 03:38:16.138 INFO building ROM for cosmo
111002026-08-20T03:38:17.260Z[ host-image] Aug 20 03:38:16.138 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")
111012026-08-20T03:38:17.344Z[ host-image] Aug 20 03:38:16.227 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111022026-08-20T03:38:17.348Z[ host-image] Aug 20 03:38:16.229 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`
111032026-08-20T03:38:17.360Z[ host-image] Aug 20 03:38:16.241 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111042026-08-20T03:38:17.429Z[ host-image] Aug 20 03:38:16.311 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111052026-08-20T03:38:17.435Z[ host-image] Aug 20 03:38:16.317 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`
111062026-08-20T03:38:17.639Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111072026-08-20T03:38:17.639Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111082026-08-20T03:38:17.639Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111092026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111102026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111112026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111122026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111132026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111142026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111152026-08-20T03:38:17.643Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111162026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111172026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111182026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111192026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111202026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111212026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111222026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111232026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111242026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111252026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111262026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111272026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111282026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111292026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111302026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111312026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111322026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111332026-08-20T03:38:17.644Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111342026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111352026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111362026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111372026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111382026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111392026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111402026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111412026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111422026-08-20T03:38:17.647Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111432026-08-20T03:38:17.648Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111442026-08-20T03:38:17.648Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111452026-08-20T03:38:17.648Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111462026-08-20T03:38:17.648Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111472026-08-20T03:38:17.648Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111482026-08-20T03:38:17.648Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111492026-08-20T03:38:17.649Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111502026-08-20T03:38:17.649Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111512026-08-20T03:38:17.649Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111522026-08-20T03:38:17.649Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111532026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111542026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111552026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111562026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111572026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111582026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111592026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO O| Info: ABL version: 0x100af010
111602026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111612026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.522 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111622026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111632026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111642026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111652026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111662026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111672026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111682026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111692026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111702026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111712026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111722026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111732026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111742026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111752026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111762026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111772026-08-20T03:38:17.650Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111782026-08-20T03:38:17.652Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111792026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111802026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111812026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111822026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111832026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111842026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111852026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111862026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111872026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111882026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111892026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111902026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111912026-08-20T03:38:17.653Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111922026-08-20T03:38:17.655Z[ host-image] Aug 20 03:38:16.523 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111932026-08-20T03:38:17.671Z[ host-image] Aug 20 03:38:16.553 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111942026-08-20T03:38:29.580Z[ host-image] Aug 20 03:38:28.462 INFO image complete! materials are in "/work/os-host"
111952026-08-20T03:38:29.584Z[ host-image]
111962026-08-20T03:38:29.585Z[ host-image] real 4:00.570292828
111972026-08-20T03:38:29.585Z[ host-image] user 2:48.787070084
111982026-08-20T03:38:29.585Z[ host-image] sys 37.701169990
111992026-08-20T03:38:29.585Z[ host-image] trap 0.148992770
112002026-08-20T03:38:29.585Z[ host-image] tflt 0.255578566
112012026-08-20T03:38:29.585Z[ host-image] dflt 0.239653629
112022026-08-20T03:38:29.585Z[ host-image] kflt 0.000122930
112032026-08-20T03:38:29.585Z[ host-image] lock 4:45.265586922
112042026-08-20T03:38:29.585Z[ host-image] slp 20:21.019653982
112052026-08-20T03:38:29.585Z[ host-image] lat 24.186857047
112062026-08-20T03:38:29.585Z[ host-image] stop 1.976258050
112072026-08-20T03:38:29.585ZAug 20 03:38:28.467 INFO [host-image] process exited with exit status: 0 (240.575866872s)
112082026-08-20T03:38:29.585ZAug 20 03:38:28.467 INFO [tuf-v2-host] running task
112092026-08-20T03:38:29.585ZAug 20 03:38:28.467 INFO [tuf-repo] running task
112102026-08-20T03:38:29.589ZAug 20 03:38:28.467 INFO [tuf-v2-host] task succeeded (595.071µs)
112112026-08-20T03:38:29.589ZAug 20 03:38:28.467 INFO [tuf-v2-repo] running task
112122026-08-20T03:38:50.980ZAug 20 03:38:49.862 INFO [tuf-v2-repo] task succeeded (21.394697979s)
112132026-08-20T03:38:51.092ZAug 20 03:38:49.974 INFO assembling repository in `/tmp/tufaceouslJHXwL`, component: OmicronRepoAssembler
112142026-08-20T03:39:00.119ZAug 20 03:38:59.002 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112152026-08-20T03:39:00.400ZAug 20 03:38:59.282 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112162026-08-20T03:39:02.714ZAug 20 03:39:01.597 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112172026-08-20T03:39:02.772ZAug 20 03:39:01.654 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112182026-08-20T03:39:02.836ZAug 20 03:39:01.718 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112192026-08-20T03:39:02.884ZAug 20 03:39:01.767 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112202026-08-20T03:39:02.934ZAug 20 03:39:01.815 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112212026-08-20T03:39:02.985ZAug 20 03:39:01.867 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112222026-08-20T03:39:03.052ZAug 20 03:39:01.934 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112232026-08-20T03:39:13.502ZAug 20 03:39:12.385 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
112242026-08-20T03:39:13.508ZAug 20 03:39:12.391 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
112252026-08-20T03:39:13.531ZAug 20 03:39:12.414 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
112262026-08-20T03:39:13.588ZAug 20 03:39:12.470 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112272026-08-20T03:39:13.658ZAug 20 03:39:12.540 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112282026-08-20T03:39:13.733ZAug 20 03:39:12.615 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112292026-08-20T03:39:13.797ZAug 20 03:39:12.680 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
112302026-08-20T03:39:13.803ZAug 20 03:39:12.686 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
112312026-08-20T03:39:13.826ZAug 20 03:39:12.709 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
112322026-08-20T03:39:15.570ZAug 20 03:39:14.453 INFO [tuf-repo] task succeeded (45.985869858s)
112332026-08-20T03:41:47.156Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
112342026-08-20T03:41:47.159Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112352026-08-20T03:41:47.159Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112362026-08-20T03:41:49.795ZAug 20 03:41:48.676 INFO [verify-libraries] process exited with exit status: 0 (431.945633834s)
112372026-08-20T03:41:49.795ZAug 20 03:41:48.676 INFO all jobs completed in 1256.27355412s
112382026-08-20T03:41:50.999Zprocess exited: duration 1483366 ms, exit code 0
 
112392026-08-20T03:41:51.013Zfound 41 output files
112402026-08-20T03:41:51.013Zuploading: /work/manifest.toml (17334 bytes)
112412026-08-20T03:41:52.027Zuploaded: /work/manifest.toml
112422026-08-20T03:41:52.027Zuploading: /work/repo.zip (3302387480 bytes)
112432026-08-20T03:42:31.282Zuploaded: /work/repo.zip
112442026-08-20T03:42:31.282Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112452026-08-20T03:42:32.303Zuploaded: /work/repo.zip.sha256.txt
112462026-08-20T03:42:32.303Zuploading: /work/helios.json (647 bytes)
112472026-08-20T03:42:33.316Zuploaded: /work/helios.json
112482026-08-20T03:42:33.316Zuploading: /work/incorporation.p5m (113590 bytes)
112492026-08-20T03:42:34.328Zuploaded: /work/incorporation.p5m
112502026-08-20T03:42:34.328Zuploading: /work/incorporation.p5p (133120 bytes)
112512026-08-20T03:42:35.340Zuploaded: /work/incorporation.p5p
112522026-08-20T03:42:35.340Zuploading: /work/helios-incorp.log (522 bytes)
112532026-08-20T03:42:36.351Zuploaded: /work/helios-incorp.log
112542026-08-20T03:42:36.351Zuploading: /work/helios-setup.log (56962 bytes)
112552026-08-20T03:42:37.400Zuploaded: /work/helios-setup.log
112562026-08-20T03:42:37.400Zuploading: /work/host-image.log (233349 bytes)
112572026-08-20T03:42:38.414Zuploaded: /work/host-image.log
112582026-08-20T03:42:38.414Zuploading: /work/host-package.log (33711 bytes)
112592026-08-20T03:42:39.426Zuploaded: /work/host-package.log
112602026-08-20T03:42:39.426Zuploading: /work/host-target.log (101 bytes)
112612026-08-20T03:42:40.436Zuploaded: /work/host-target.log
112622026-08-20T03:42:40.436Zuploading: /work/incorp-create.log (0 bytes)
112632026-08-20T03:42:41.443Zuploaded: /work/incorp-create.log
112642026-08-20T03:42:41.443Zuploading: /work/incorp-fmt.log (0 bytes)
112652026-08-20T03:42:42.451Zuploaded: /work/incorp-fmt.log
112662026-08-20T03:42:42.451Zuploading: /work/incorp-pkgsend.log (108 bytes)
112672026-08-20T03:42:43.461Zuploaded: /work/incorp-pkgsend.log
112682026-08-20T03:42:43.461Zuploading: /work/incorp-publisher.log (0 bytes)
112692026-08-20T03:42:44.470Zuploaded: /work/incorp-publisher.log
112702026-08-20T03:42:44.470Zuploading: /work/omicron-package.log (10067 bytes)
112712026-08-20T03:42:45.480Zuploaded: /work/omicron-package.log
112722026-08-20T03:42:45.481Zuploading: /work/recovery-image.log (591233 bytes)
112732026-08-20T03:42:46.500Zuploaded: /work/recovery-image.log
112742026-08-20T03:42:46.500Zuploading: /work/recovery-package.log (321 bytes)
112752026-08-20T03:42:47.510Zuploaded: /work/recovery-package.log
112762026-08-20T03:42:47.510Zuploading: /work/recovery-target.log (98 bytes)
112772026-08-20T03:42:48.520Zuploaded: /work/recovery-target.log
112782026-08-20T03:42:48.520Zuploading: /work/stamp-clickhouse.log (117 bytes)
112792026-08-20T03:42:49.530Zuploaded: /work/stamp-clickhouse.log
112802026-08-20T03:42:49.530Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112812026-08-20T03:42:50.540Zuploaded: /work/stamp-clickhouse_keeper.log
112822026-08-20T03:42:50.540Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112832026-08-20T03:42:51.549Zuploaded: /work/stamp-clickhouse_server.log
112842026-08-20T03:42:51.549Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112852026-08-20T03:42:52.558Zuploaded: /work/stamp-cockroachdb.log
112862026-08-20T03:42:52.558Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112872026-08-20T03:42:53.566Zuploaded: /work/stamp-crucible-pantry-zone.log
112882026-08-20T03:42:53.567Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112892026-08-20T03:42:54.575Zuploaded: /work/stamp-crucible-utils.log
112902026-08-20T03:42:54.575Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112912026-08-20T03:42:55.584Zuploaded: /work/stamp-crucible-zone.log
112922026-08-20T03:42:55.584Zuploading: /work/stamp-external-dns.log (119 bytes)
112932026-08-20T03:42:56.595Zuploaded: /work/stamp-external-dns.log
112942026-08-20T03:42:56.595Zuploading: /work/stamp-installinator.log (103 bytes)
112952026-08-20T03:42:57.609Zuploaded: /work/stamp-installinator.log
112962026-08-20T03:42:57.610Zuploading: /work/stamp-internal-dns.log (119 bytes)
112972026-08-20T03:42:58.621Zuploaded: /work/stamp-internal-dns.log
112982026-08-20T03:42:58.621Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112992026-08-20T03:42:59.631Zuploaded: /work/stamp-mg-ddm-gz.log
113002026-08-20T03:42:59.631Zuploading: /work/stamp-nexus.log (112 bytes)
113012026-08-20T03:43:00.644Zuploaded: /work/stamp-nexus.log
113022026-08-20T03:43:00.644Zuploading: /work/stamp-ntp.log (110 bytes)
113032026-08-20T03:43:01.654Zuploaded: /work/stamp-ntp.log
113042026-08-20T03:43:01.654Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113052026-08-20T03:43:02.663Zuploaded: /work/stamp-omicron-sled-agent.log
113062026-08-20T03:43:02.663Zuploading: /work/stamp-overlay.log (114 bytes)
113072026-08-20T03:43:03.672Zuploaded: /work/stamp-overlay.log
113082026-08-20T03:43:03.672Zuploading: /work/stamp-oximeter.log (115 bytes)
113092026-08-20T03:43:04.682Zuploaded: /work/stamp-oximeter.log
113102026-08-20T03:43:04.682Zuploading: /work/stamp-oxlog.log (109 bytes)
113112026-08-20T03:43:05.692Zuploaded: /work/stamp-oxlog.log
113122026-08-20T03:43:05.692Zuploading: /work/stamp-probe.log (112 bytes)
113132026-08-20T03:43:06.701Zuploaded: /work/stamp-probe.log
113142026-08-20T03:43:06.701Zuploading: /work/stamp-propolis-server.log (122 bytes)
113152026-08-20T03:43:07.711Zuploaded: /work/stamp-propolis-server.log
113162026-08-20T03:43:07.712Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113172026-08-20T03:43:08.723Zuploaded: /work/stamp-pumpkind-gz.log
113182026-08-20T03:43:08.724Zuploading: /work/stamp-switch-asic.log (118 bytes)
113192026-08-20T03:43:09.736Zuploaded: /work/stamp-switch-asic.log
113202026-08-20T03:43:09.737Zuploading: /work/verify-libraries.log (50450 bytes)
113212026-08-20T03:43:10.748Zuploaded: /work/verify-libraries.log