01M1Y31CMWZJ59JNWPF09HP09S: 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: 01M1Y31TQ9CCYA32V9QMVDJMPQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-07T14:07:12.110Zjob assigned to worker 01M1Y31WE5JVYHB75N0GV5QYRH [factory aws, i-035139de6927dc93a] (queued for 56 s)
 
22026-09-07T14:07:19.204Zstarting task 0: "setup"
32026-09-07T14:07:19.210Z++ uname -s
42026-09-07T14:07:19.210Z+ kern=SunOS
52026-09-07T14:07:19.210Z+ build_user=build
62026-09-07T14:07:19.210Z+ build_uid=12345
72026-09-07T14:07:19.210Z+ work_dir=/work
82026-09-07T14:07:19.210Z+ input_dir=/input
92026-09-07T14:07:19.210Z+ [[ 0 == 12345 ]]
102026-09-07T14:07:19.210Z+ case "$kern" in
112026-09-07T14:07:19.210Z+ groupadd -g 12345 build
122026-09-07T14:07:19.216Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-07T14:07:21.219Z+ zfs create -o mountpoint=/work rpool/work
142026-09-07T14:07:21.299Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-07T14:07:21.302Z+ home_fs=zfs
162026-09-07T14:07:21.302Z+ [[ zfs == autofs ]]
172026-09-07T14:07:21.302Z+ mkdir -p /home/build
182026-09-07T14:07:21.305Z+ chown build:build /home/build /work
192026-09-07T14:07:23.305Z+ chmod 0700 /home/build /work
202026-09-07T14:07:23.308Zprocess exited: duration 4107 ms, exit code 0
 
212026-09-07T14:07:23.315Zstarting task 1: "rust-toolchain"
222026-09-07T14:07:23.321Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-07T14:07:23.321Z * rust toolchain channel = "1.97.1"
242026-09-07T14:07:23.321Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-07T14:07:23.321Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-07T14:07:23.321Z * rust toolchain profile = "default"
272026-09-07T14:07:23.321Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-07T14:07:23.326Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-07T14:07:23.326Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-07T14:07:23.407Zinfo: downloading installer
312026-09-07T14:07:24.897Zinfo: profile set to default
322026-09-07T14:07:24.897Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-07T14:07:24.901Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-07T14:07:25.042Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-07T14:07:25.046Zinfo: downloading 6 components
362026-09-07T14:07:40.115Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-07T14:07:40.115Z
382026-09-07T14:07:40.141Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-07T14:07:40.141Z
402026-09-07T14:07:40.144Z
412026-09-07T14:07:40.144ZRust is installed now. Great!
422026-09-07T14:07:40.144Z
432026-09-07T14:07:40.144ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-07T14:07:40.144Zenvironment variable. This has not been done automatically.
452026-09-07T14:07:40.144Z
462026-09-07T14:07:40.144ZTo configure your current shell, you need to source
472026-09-07T14:07:40.144Zthe corresponding env file under $HOME/.cargo.
482026-09-07T14:07:40.144Z
492026-09-07T14:07:40.144ZConsider running the right command for your shell (note the leading DOT):
502026-09-07T14:07:40.144Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-07T14:07:40.145Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-07T14:07:40.145ZCC_x86_64-unknown-illumos = None
532026-09-07T14:07:40.145Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-07T14:07:40.145ZCC_x86_64_unknown_illumos = None
552026-09-07T14:07:40.145Zcargo:rerun-if-env-changed=HOST_CC
562026-09-07T14:07:40.145ZHOST_CC = None
572026-09-07T14:07:40.145Zcargo:rerun-if-env-changed=CC
582026-09-07T14:07:40.145ZCC = None
592026-09-07T14:07:40.145Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-07T14:07:40.339Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-07T14:07:40.340ZCRATE_CC_NO_DEFAULTS = None
622026-09-07T14:07:40.340Zcargo:rerun-if-env-changed=CFLAGS
632026-09-07T14:07:40.340ZCFLAGS = None
642026-09-07T14:07:40.340Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-07T14:07:40.340ZHOST_CFLAGS = None
662026-09-07T14:07:40.340Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-07T14:07:40.340ZCFLAGS_x86_64_unknown_illumos = None
682026-09-07T14:07:40.340Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-07T14:07:40.340ZCFLAGS_x86_64-unknown-illumos = None
702026-09-07T14:07:40.447Z+ rustup --version
712026-09-07T14:07:40.452Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-07T14:07:40.452Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-07T14:07:40.471Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-07T14:07:40.476Z+ cargo --version
752026-09-07T14:07:40.482Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-07T14:07:40.485Z+ rustc --version
772026-09-07T14:07:40.502Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-07T14:07:40.504Zprocess exited: duration 17188 ms, exit code 0
 
792026-09-07T14:07:40.511Zstarting task 2: "authentication"
802026-09-07T14:07:40.533Zprocess exited: duration 19 ms, exit code 0
 
812026-09-07T14:07:40.544Zstarting task 3: "clone repository"
822026-09-07T14:07:40.549Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-07T14:07:40.549Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-07T14:07:40.590ZCloning into '/work/oxidecomputer/omicron'...
852026-09-07T14:07:54.832Z+ cd /work/oxidecomputer/omicron
862026-09-07T14:07:54.832Z+ git fetch origin 9c66fa540e58763bdc6ee5c246de0ca186ed1d6f
872026-09-07T14:07:55.164ZFrom https://github.com/oxidecomputer/omicron
882026-09-07T14:07:55.164Z * branch 9c66fa540e58763bdc6ee5c246de0ca186ed1d6f -> FETCH_HEAD
892026-09-07T14:07:55.174Z+ [[ -n ben/multiple-eips-in-blueprint-zone-types ]]
902026-09-07T14:07:55.174Z++ git branch --show-current
912026-09-07T14:07:55.179Z+ current=main
922026-09-07T14:07:55.179Z+ [[ main != ben/multiple-eips-in-blueprint-zone-types ]]
932026-09-07T14:07:55.179Z+ git branch -f ben/multiple-eips-in-blueprint-zone-types 9c66fa540e58763bdc6ee5c246de0ca186ed1d6f
942026-09-07T14:07:55.179Z+ git checkout -f ben/multiple-eips-in-blueprint-zone-types
952026-09-07T14:07:55.427ZSwitched to branch 'ben/multiple-eips-in-blueprint-zone-types'
962026-09-07T14:07:55.430Z+ git reset --hard 9c66fa540e58763bdc6ee5c246de0ca186ed1d6f
972026-09-07T14:07:55.470ZHEAD is now at 9c66fa540 Support multiple external IPs in blueprint zone type
982026-09-07T14:07:55.474Zprocess exited: duration 14928 ms, exit code 0
 
992026-09-07T14:07:55.483Zstarting task 4: "build"
1002026-09-07T14:07:55.486Z+ source .github/buildomat/ci-env.sh
1012026-09-07T14:07:55.486Z++ export CARGO_TERM_COLOR=always
1022026-09-07T14:07:55.486Z++ CARGO_TERM_COLOR=always
1032026-09-07T14:07:55.489Z+++ uname -s
1042026-09-07T14:07:55.490Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-07T14:07:55.490Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-07T14:07:55.493Z+ cargo --version
1072026-09-07T14:07:55.502Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-07T14:07:55.505Z+ rustc --version
1092026-09-07T14:07:55.523Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-07T14:07:55.529Z+ cargo tree --locked
1112026-09-07T14:07:55.690Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-07T14:07:56.014Z Updating crates.io index
1132026-09-07T14:07:56.018Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-07T14:07:56.295Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-07T14:07:56.666Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-07T14:07:56.926Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-07T14:07:57.900Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-07T14:07:58.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-07T14:08:00.160Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-07T14:08:01.034Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-07T14:08:01.308Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-07T14:08:01.770Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-07T14:08:02.955Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-07T14:08:03.331Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-07T14:08:03.739Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-07T14:08:04.307Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-07T14:08:04.627Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-07T14:08:04.957Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-07T14:08:05.297Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-07T14:08:05.620Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-07T14:08:05.959Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-07T14:08:06.359Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-07T14:08:06.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-07T14:08:07.282Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-07T14:08:07.883Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-07T14:08:08.207Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-07T14:08:08.503Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-07T14:08:08.967Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-07T14:08:09.276Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-07T14:08:09.722Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-07T14:08:10.435Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-07T14:08:10.741Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-07T14:08:11.108Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-07T14:08:11.537Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-07T14:08:12.115Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-07T14:08:12.761Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-07T14:08:13.035Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-07T14:08:13.386Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-07T14:08:13.716Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-07T14:08:13.996Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-07T14:08:14.291Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-07T14:08:14.610Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-07T14:08:14.895Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-07T14:08:15.374Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-07T14:08:17.888Z Downloading crates ...
1562026-09-07T14:08:17.947Z Downloaded compression-core v0.4.31
1572026-09-07T14:08:17.951Z Downloaded clap_builder v4.6.0
1582026-09-07T14:08:17.955Z Downloaded concurrent-queue v2.5.0
1592026-09-07T14:08:17.955Z Downloaded datatest-stable v0.3.3
1602026-09-07T14:08:17.972Z Downloaded crc-catalog v2.4.0
1612026-09-07T14:08:17.975Z Downloaded cpufeatures v0.2.17
1622026-09-07T14:08:17.975Z Downloaded compression-codecs v0.4.37
1632026-09-07T14:08:17.975Z Downloaded headers v0.4.1
1642026-09-07T14:08:17.980Z Downloaded addr2line v0.25.1
1652026-09-07T14:08:17.980Z Downloaded cookie v0.18.1
1662026-09-07T14:08:17.985Z Downloaded hash32 v0.2.1
1672026-09-07T14:08:17.985Z Downloaded hubpack v0.1.2
1682026-09-07T14:08:17.985Z Downloaded crunchy v0.2.4
1692026-09-07T14:08:17.985Z Downloaded colorchoice v1.0.4
1702026-09-07T14:08:17.985Z Downloaded headers-core v0.3.0
1712026-09-07T14:08:17.985Z Downloaded heck v0.5.0
1722026-09-07T14:08:17.985Z Downloaded clang-sys v1.8.1
1732026-09-07T14:08:17.989Z Downloaded hash32 v0.3.1
1742026-09-07T14:08:17.990Z Downloaded hostname v0.3.1
1752026-09-07T14:08:17.990Z Downloaded http-body v1.0.1
1762026-09-07T14:08:17.990Z Downloaded const_format_proc_macros v0.2.34
1772026-09-07T14:08:17.994Z Downloaded home v0.5.12
1782026-09-07T14:08:17.994Z Downloaded cmov v0.5.4
1792026-09-07T14:08:18.003Z Downloaded diesel_table_macro_syntax v0.3.0
1802026-09-07T14:08:18.007Z Downloaded heck v0.4.1
1812026-09-07T14:08:18.007Z Downloaded cobs v0.3.0
1822026-09-07T14:08:18.007Z Downloaded cpufeatures v0.3.0
1832026-09-07T14:08:18.013Z Downloaded illumos-nvpair v0.3.0
1842026-09-07T14:08:18.018Z Downloaded hostname v0.4.2
1852026-09-07T14:08:18.018Z Downloaded crucible-workspace-hack v0.1.0
1862026-09-07T14:08:18.018Z Downloaded clap_lex v1.0.0
1872026-09-07T14:08:18.018Z Downloaded hex v0.4.3
1882026-09-07T14:08:18.021Z Downloaded hubpack_derive v0.1.1
1892026-09-07T14:08:18.021Z Downloaded internet-checksum v0.2.1
1902026-09-07T14:08:18.022Z Downloaded is_ci v1.2.0
1912026-09-07T14:08:18.022Z Downloaded darling_macro v0.23.0
1922026-09-07T14:08:18.026Z Downloaded derive_builder_macro v0.20.2
1932026-09-07T14:08:18.026Z Downloaded hex-literal v0.4.1
1942026-09-07T14:08:18.026Z Downloaded http-range v0.1.5
1952026-09-07T14:08:18.031Z Downloaded hex-literal v1.1.0
1962026-09-07T14:08:18.031Z Downloaded instability v0.3.11
1972026-09-07T14:08:18.035Z Downloaded darling_macro v0.21.3
1982026-09-07T14:08:18.035Z Downloaded illumos-nvpair-sys v0.2.0
1992026-09-07T14:08:18.035Z Downloaded indoc v1.0.9
2002026-09-07T14:08:18.035Z Downloaded crc v3.4.0
2012026-09-07T14:08:18.039Z Downloaded constant_time_eq v0.3.1
2022026-09-07T14:08:18.039Z Downloaded crc8 v0.1.1
2032026-09-07T14:08:18.039Z Downloaded darling_macro v0.20.11
2042026-09-07T14:08:18.039Z Downloaded guppy-workspace-hack v0.1.0
2052026-09-07T14:08:18.039Z Downloaded inout v0.1.4
2062026-09-07T14:08:18.042Z Downloaded ident_case v1.0.1
2072026-09-07T14:08:18.045Z Downloaded defmt-macros v1.0.1
2082026-09-07T14:08:18.045Z Downloaded indent_write v2.2.0
2092026-09-07T14:08:18.045Z Downloaded const-oid v0.9.6
2102026-09-07T14:08:18.048Z Downloaded is_terminal_polyfill v1.70.2
2112026-09-07T14:08:18.048Z Downloaded hyper-tls v0.6.0
2122026-09-07T14:08:18.053Z Downloaded curve25519-dalek-derive v0.1.1
2132026-09-07T14:08:18.057Z Downloaded idna_adapter v1.2.1
2142026-09-07T14:08:18.062Z Downloaded cstr-argument v0.1.2
2152026-09-07T14:08:18.062Z Downloaded is-terminal v0.4.17
2162026-09-07T14:08:18.062Z Downloaded crypto-common v0.2.2
2172026-09-07T14:08:18.062Z Downloaded crypto-common v0.1.7
2182026-09-07T14:08:18.067Z Downloaded instant v0.1.13
2192026-09-07T14:08:18.072Z Downloaded inout v0.2.2
2202026-09-07T14:08:18.072Z Downloaded darling_macro v0.13.4
2212026-09-07T14:08:18.072Z Downloaded defmt-parser v1.0.0
2222026-09-07T14:08:18.075Z Downloaded group v0.14.0
2232026-09-07T14:08:18.075Z Downloaded http-body-util v0.1.3
2242026-09-07T14:08:18.075Z Downloaded cpubits v0.1.1
2252026-09-07T14:08:18.075Z Downloaded defmt v0.3.100
2262026-09-07T14:08:18.081Z Downloaded httpdate v1.0.3
2272026-09-07T14:08:18.084Z Downloaded highway v1.3.0
2282026-09-07T14:08:18.089Z Downloaded group v0.13.0
2292026-09-07T14:08:18.098Z Downloaded httparse v1.10.1
2302026-09-07T14:08:18.102Z Downloaded atty v0.2.14
2312026-09-07T14:08:18.102Z Downloaded crossbeam-deque v0.8.6
2322026-09-07T14:08:18.102Z Downloaded half v2.7.1
2332026-09-07T14:08:18.102Z Downloaded async-object-pool v0.2.0
2342026-09-07T14:08:18.102Z Downloaded bitfield-macros v0.19.4
2352026-09-07T14:08:18.105Z Downloaded block-padding v0.4.2
2362026-09-07T14:08:18.105Z Downloaded cmake v0.1.57
2372026-09-07T14:08:18.105Z Downloaded criterion-plot v0.6.0
2382026-09-07T14:08:18.105Z Downloaded critical-section v1.2.0
2392026-09-07T14:08:18.105Z Downloaded cfg_aliases v0.1.1
2402026-09-07T14:08:18.109Z Downloaded corncobs v0.1.4
2412026-09-07T14:08:18.114Z Downloaded deranged v0.5.8
2422026-09-07T14:08:18.114Z Downloaded constant_time_eq v0.4.2
2432026-09-07T14:08:18.114Z Downloaded darling v0.13.4
2442026-09-07T14:08:18.118Z Downloaded cipher v0.5.2
2452026-09-07T14:08:18.118Z Downloaded ingot-types v0.2.0
2462026-09-07T14:08:18.125Z Downloaded convert_case v0.4.0
2472026-09-07T14:08:18.125Z Downloaded data-encoding v2.10.0
2482026-09-07T14:08:18.125Z Downloaded impl-trait-for-tuples v0.2.3
2492026-09-07T14:08:18.129Z Downloaded ipnet v2.12.0
2502026-09-07T14:08:18.129Z Downloaded indoc v2.0.7
2512026-09-07T14:08:18.129Z Downloaded ciborium-io v0.2.2
2522026-09-07T14:08:18.130Z Downloaded openssl-macros v0.1.1
2532026-09-07T14:08:18.134Z Downloaded oso-derive v0.27.3
2542026-09-07T14:08:18.134Z Downloaded opaque-debug v0.3.1
2552026-09-07T14:08:18.138Z Downloaded oxide-generation-macros v0.2.0
2562026-09-07T14:08:18.139Z Downloaded pretty-hex v0.4.1
2572026-09-07T14:08:18.142Z Downloaded peg-runtime v0.8.5
2582026-09-07T14:08:18.142Z Downloaded percent-encoding v2.3.2
2592026-09-07T14:08:18.142Z Downloaded hickory-client v0.25.2
2602026-09-07T14:08:18.145Z Downloaded ipnetwork v0.21.1
2612026-09-07T14:08:18.149Z Downloaded humantime v2.3.0
2622026-09-07T14:08:18.149Z Downloaded anes v0.1.6
2632026-09-07T14:08:18.149Z Downloaded ctr v0.10.1
2642026-09-07T14:08:18.152Z Downloaded debug-ignore v1.0.5
2652026-09-07T14:08:18.152Z Downloaded derive-ex v0.1.8
2662026-09-07T14:08:18.152Z Downloaded diesel-dtrace v0.5.0
2672026-09-07T14:08:18.152Z Downloaded csv-core v0.1.13
2682026-09-07T14:08:18.157Z Downloaded convert_case v0.10.0
2692026-09-07T14:08:18.161Z Downloaded daft-derive v0.1.8
2702026-09-07T14:08:18.166Z Downloaded hmac v0.12.1
2712026-09-07T14:08:18.166Z Downloaded hmac v0.13.0
2722026-09-07T14:08:18.166Z Downloaded iana-time-zone v0.1.65
2732026-09-07T14:08:18.169Z Downloaded delegate v0.13.5
2742026-09-07T14:08:18.169Z Downloaded daft v0.1.8
2752026-09-07T14:08:18.169Z Downloaded argon2 v0.5.3
2762026-09-07T14:08:18.169Z Downloaded assert_cmd v2.1.2
2772026-09-07T14:08:18.173Z Downloaded arrayvec v0.7.6
2782026-09-07T14:08:18.177Z Downloaded proc-macro-error-attr v1.0.4
2792026-09-07T14:08:18.177Z Downloaded progenitor-client v0.14.0
2802026-09-07T14:08:18.177Z Downloaded async-trait v0.1.89
2812026-09-07T14:08:18.180Z Downloaded progenitor-macro v0.13.0
2822026-09-07T14:08:18.180Z Downloaded radium v0.7.0
2832026-09-07T14:08:18.180Z Downloaded buf-list v1.1.2
2842026-09-07T14:08:18.183Z Downloaded byteorder v1.5.0
2852026-09-07T14:08:18.183Z Downloaded colored v2.2.0
2862026-09-07T14:08:18.183Z Downloaded console v0.15.11
2872026-09-07T14:08:18.186Z Downloaded crossbeam-epoch v0.9.18
2882026-09-07T14:08:18.186Z Downloaded bitfield v0.19.4
2892026-09-07T14:08:18.186Z Downloaded cexpr v0.6.0
2902026-09-07T14:08:18.189Z Downloaded olpc-cjson v0.1.4
2912026-09-07T14:08:18.189Z Downloaded derive_builder_core v0.20.2
2922026-09-07T14:08:18.190Z Downloaded colored v3.1.1
2932026-09-07T14:08:18.193Z Downloaded crc32fast v1.5.0
2942026-09-07T14:08:18.193Z Downloaded ctutils v0.4.2
2952026-09-07T14:08:18.193Z Downloaded darling v0.21.3
2962026-09-07T14:08:18.196Z Downloaded russh-util v0.52.0
2972026-09-07T14:08:18.196Z Downloaded scopeguard v1.2.0
2982026-09-07T14:08:18.196Z Downloaded half v1.8.3
2992026-09-07T14:08:18.200Z Downloaded httptest v0.16.4
3002026-09-07T14:08:18.200Z Downloaded ingot-macros v0.2.0
3012026-09-07T14:08:18.200Z Downloaded derive_builder v0.20.2
3022026-09-07T14:08:18.203Z Downloaded darling v0.20.11
3032026-09-07T14:08:18.206Z Downloaded cookie_store v0.22.1
3042026-09-07T14:08:18.206Z Downloaded crossbeam-channel v0.5.15
3052026-09-07T14:08:18.209Z Downloaded recursive v0.1.1
3062026-09-07T14:08:18.209Z Downloaded rfc6979 v0.4.0
3072026-09-07T14:08:18.209Z Downloaded hybrid-array v0.4.13
3082026-09-07T14:08:18.209Z Downloaded parse-display-derive v0.10.0
3092026-09-07T14:08:18.212Z Downloaded pkg-config v0.3.32
3102026-09-07T14:08:18.212Z Downloaded hyper-staticfile v0.10.1
3112026-09-07T14:08:18.212Z Downloaded ingot v0.2.1
3122026-09-07T14:08:18.212Z Downloaded oxide-update-engine-display v0.1.2
3132026-09-07T14:08:18.215Z Downloaded oxide-tokio-rt v0.1.4
3142026-09-07T14:08:18.215Z Downloaded oxide-update-engine v0.1.2
3152026-09-07T14:08:18.215Z Downloaded password-hash v0.6.1
3162026-09-07T14:08:18.218Z Downloaded paste v1.0.15
3172026-09-07T14:08:18.218Z Downloaded rustc_version v0.1.7
3182026-09-07T14:08:18.218Z Downloaded secrecy v0.8.0
3192026-09-07T14:08:18.218Z Downloaded secrecy v0.10.3
3202026-09-07T14:08:18.222Z Downloaded same-file v1.0.6
3212026-09-07T14:08:18.222Z Downloaded scroll_derive v0.13.1
3222026-09-07T14:08:18.222Z Downloaded serde_plain v1.0.2
3232026-09-07T14:08:18.222Z Downloaded serde_spanned v1.1.1
3242026-09-07T14:08:18.222Z Downloaded serde_urlencoded v0.7.1
3252026-09-07T14:08:18.227Z Downloaded signal-hook-mio v0.2.5
3262026-09-07T14:08:18.227Z Downloaded signature v3.0.0
3272026-09-07T14:08:18.230Z Downloaded compact_str v0.8.1
3282026-09-07T14:08:18.230Z Downloaded console v0.16.2
3292026-09-07T14:08:18.233Z Downloaded phf v0.12.1
3302026-09-07T14:08:18.237Z Downloaded der_derive v0.7.3
3312026-09-07T14:08:18.237Z Downloaded phc v0.6.1
3322026-09-07T14:08:18.237Z Downloaded sigpipe v0.1.3
3332026-09-07T14:08:18.237Z Downloaded des v0.9.0
3342026-09-07T14:08:18.240Z Downloaded defmt v1.0.1
3352026-09-07T14:08:18.243Z Downloaded darling v0.23.0
3362026-09-07T14:08:18.246Z Downloaded icu_provider v2.1.1
3372026-09-07T14:08:18.253Z Downloaded anyhow v1.0.104
3382026-09-07T14:08:18.253Z Downloaded blake2b_simd v1.0.4
3392026-09-07T14:08:18.253Z Downloaded predicates v3.1.4
3402026-09-07T14:08:18.256Z Downloaded proc-macro-error v1.0.4
3412026-09-07T14:08:18.256Z Downloaded hyper-rustls v0.27.7
3422026-09-07T14:08:18.256Z Downloaded cancel-safe-futures v0.1.5
3432026-09-07T14:08:18.259Z Downloaded slog-envlogger v2.2.0
3442026-09-07T14:08:18.259Z Downloaded crossbeam-utils v0.8.21
3452026-09-07T14:08:18.259Z Downloaded crypto-bigint v0.5.5
3462026-09-07T14:08:18.262Z Downloaded cassowary v0.3.0
3472026-09-07T14:08:18.266Z Downloaded supports-hyperlinks v3.2.0
3482026-09-07T14:08:18.266Z Downloaded sqlparser_derive v0.5.0
3492026-09-07T14:08:18.266Z Downloaded strsim v0.11.1
3502026-09-07T14:08:18.266Z Downloaded testing_table v0.3.0
3512026-09-07T14:08:18.269Z Downloaded rand_chacha v0.9.0
3522026-09-07T14:08:18.272Z Downloaded indexmap v1.9.3
3532026-09-07T14:08:18.272Z Downloaded const_format v0.2.35
3542026-09-07T14:08:18.275Z Downloaded rpassword v7.5.4
3552026-09-07T14:08:18.275Z Downloaded swrite v0.1.0
3562026-09-07T14:08:18.278Z Downloaded tabwriter v1.4.1
3572026-09-07T14:08:18.278Z Downloaded target-triple v1.0.0
3582026-09-07T14:08:18.278Z Downloaded ignore v0.4.25
3592026-09-07T14:08:18.278Z Downloaded tabled_derive v0.7.0
3602026-09-07T14:08:18.281Z Downloaded parking_lot v0.12.5
3612026-09-07T14:08:18.281Z Downloaded pkcs8 v0.10.2
3622026-09-07T14:08:18.284Z Downloaded pin-project-lite v0.2.17
3632026-09-07T14:08:18.287Z Downloaded pkcs8 v0.11.0
3642026-09-07T14:08:18.290Z Downloaded icu_properties v2.1.2
3652026-09-07T14:08:18.290Z Downloaded sec1 v0.8.1
3662026-09-07T14:08:18.290Z Downloaded terminal_size v0.1.17
3672026-09-07T14:08:18.290Z Downloaded rustls-native-certs v0.8.3
3682026-09-07T14:08:18.293Z Downloaded trait-variant v0.1.2
3692026-09-07T14:08:18.293Z Downloaded try-lock v0.2.5
3702026-09-07T14:08:18.293Z Downloaded unicode-truncate v1.1.0
3712026-09-07T14:08:18.302Z Downloaded usdt-macro v0.5.0
3722026-09-07T14:08:18.305Z Downloaded xshell-macros v0.2.7
3732026-09-07T14:08:18.305Z Downloaded heapless v0.7.17
3742026-09-07T14:08:18.308Z Downloaded clap v4.6.1
3752026-09-07T14:08:18.313Z Downloaded clap_derive v4.6.1
3762026-09-07T14:08:18.316Z Downloaded const-oid v0.10.2
3772026-09-07T14:08:18.316Z Downloaded heapless v0.8.0
3782026-09-07T14:08:18.319Z Downloaded derive_more v0.99.20
3792026-09-07T14:08:18.322Z Downloaded allocator-api2 v0.2.21
3802026-09-07T14:08:18.322Z Downloaded postcard v1.1.3
3812026-09-07T14:08:18.327Z Downloaded sha2 v0.10.9
3822026-09-07T14:08:18.327Z Downloaded wnaf v0.14.0
3832026-09-07T14:08:18.327Z Downloaded psm v0.1.30
3842026-09-07T14:08:18.327Z Downloaded snafu-derive v0.8.9
3852026-09-07T14:08:18.327Z Downloaded backon v1.6.0
3862026-09-07T14:08:18.332Z Downloaded smallvec v0.6.14
3872026-09-07T14:08:18.332Z Downloaded usdt-attr-macro v0.6.0
3882026-09-07T14:08:18.335Z Downloaded zerofrom-derive v0.1.6
3892026-09-07T14:08:18.335Z Downloaded spki v0.7.3
3902026-09-07T14:08:18.338Z Downloaded string_cache v0.8.9
3912026-09-07T14:08:18.338Z Downloaded strum_macros v0.26.4
3922026-09-07T14:08:18.338Z Downloaded support-bundle-viewer v0.1.2
3932026-09-07T14:08:18.341Z Downloaded dunce v1.0.5
3942026-09-07T14:08:18.341Z Downloaded crc-any v2.5.0
3952026-09-07T14:08:18.341Z Downloaded document-features v0.2.12
3962026-09-07T14:08:18.344Z Downloaded darling_core v0.13.4
3972026-09-07T14:08:18.349Z Downloaded darling_core v0.23.0
3982026-09-07T14:08:18.352Z Downloaded dyn-clone v1.0.20
3992026-09-07T14:08:18.352Z Downloaded dtrace-parser v0.3.0
4002026-09-07T14:08:18.352Z Downloaded termcolor v1.4.1
4012026-09-07T14:08:18.355Z Downloaded fd-lock v4.0.4
4022026-09-07T14:08:18.355Z Downloaded foreign-types v0.5.0
4032026-09-07T14:08:18.358Z Downloaded foreign-types-macros v0.2.3
4042026-09-07T14:08:18.358Z Downloaded funty v2.0.0
4052026-09-07T14:08:18.361Z Downloaded lalrpop-util v0.19.12
4062026-09-07T14:08:18.361Z Downloaded lazy_static v1.5.0
4072026-09-07T14:08:18.365Z Downloaded icu_locale_core v2.1.1
4082026-09-07T14:08:18.368Z Downloaded time-macros v0.2.27
4092026-09-07T14:08:18.372Z Downloaded tokio-tungstenite v0.21.0
4102026-09-07T14:08:18.374Z Downloaded git-stub v1.0.0
4112026-09-07T14:08:18.374Z Downloaded tokio-native-tls v0.3.1
4122026-09-07T14:08:18.378Z Downloaded usdt-impl v0.6.0
4132026-09-07T14:08:18.378Z Downloaded futures-task v0.3.32
4142026-09-07T14:08:18.383Z Downloaded maplit v1.0.2
4152026-09-07T14:08:18.386Z Downloaded match_cfg v0.1.0
4162026-09-07T14:08:18.386Z Downloaded memmap v0.7.0
4172026-09-07T14:08:18.386Z Downloaded num-conv v0.2.0
4182026-09-07T14:08:18.386Z Downloaded anstyle-query v1.1.5
4192026-09-07T14:08:18.386Z Downloaded hickory-resolver v0.25.2
4202026-09-07T14:08:18.389Z Downloaded hickory-resolver v0.24.4
4212026-09-07T14:08:18.392Z Downloaded darling_core v0.20.11
4222026-09-07T14:08:18.395Z Downloaded darling_core v0.21.3
4232026-09-07T14:08:18.398Z Downloaded derive-where v1.6.0
4242026-09-07T14:08:18.401Z Downloaded vergen-gitcl v1.0.8
4252026-09-07T14:08:18.401Z Downloaded usdt-impl v0.5.0
4262026-09-07T14:08:18.404Z Downloaded yoke v0.8.1
4272026-09-07T14:08:18.404Z Downloaded icu_collections v2.1.1
4282026-09-07T14:08:18.407Z Downloaded whoami v1.6.1
4292026-09-07T14:08:18.407Z Downloaded digest-io v0.1.0
4302026-09-07T14:08:18.410Z Downloaded normalize-line-endings v0.3.0
4312026-09-07T14:08:18.410Z Downloaded zerovec-derive v0.11.2
4322026-09-07T14:08:18.410Z Downloaded num-derive v0.4.2
4332026-09-07T14:08:18.410Z Downloaded atomicwrites v0.4.4
4342026-09-07T14:08:18.410Z Downloaded whoami v2.1.0
4352026-09-07T14:08:18.413Z Downloaded der v0.7.10
4362026-09-07T14:08:18.417Z Downloaded base16ct v1.0.0
4372026-09-07T14:08:18.417Z Downloaded bcrypt-pbkdf v0.11.0
4382026-09-07T14:08:18.417Z Downloaded derive_more v2.1.1
4392026-09-07T14:08:18.421Z Downloaded array-init v0.0.4
4402026-09-07T14:08:18.424Z Downloaded atomic-waker v1.1.2
4412026-09-07T14:08:18.425Z Downloaded ff v0.13.1
4422026-09-07T14:08:18.425Z Downloaded ff v0.14.0
4432026-09-07T14:08:18.425Z Downloaded block-buffer v0.10.4
4442026-09-07T14:08:18.427Z Downloaded displaydoc v0.2.5
4452026-09-07T14:08:18.427Z Downloaded dof v0.3.0
4462026-09-07T14:08:18.427Z Downloaded ed25519 v2.2.3
4472026-09-07T14:08:18.430Z Downloaded ed25519 v3.0.0
4482026-09-07T14:08:18.431Z Downloaded filetime v0.2.27
4492026-09-07T14:08:18.431Z Downloaded ecdsa v0.16.9
4502026-09-07T14:08:18.431Z Downloaded fallible-iterator v0.2.0
4512026-09-07T14:08:18.433Z Downloaded bit-set v0.5.3
4522026-09-07T14:08:18.434Z Downloaded packed_struct_codegen v0.10.1
4532026-09-07T14:08:18.434Z Downloaded parse-size v1.1.0
4542026-09-07T14:08:18.437Z Downloaded toml v0.8.23
4552026-09-07T14:08:18.440Z Downloaded keccak v0.2.0
4562026-09-07T14:08:18.440Z Downloaded pest_meta v2.8.6
4572026-09-07T14:08:18.447Z Downloaded icu_normalizer v2.1.1
4582026-09-07T14:08:18.450Z Downloaded icu_normalizer_data v2.1.1
4592026-09-07T14:08:18.453Z Downloaded twox-hash v2.1.2
4602026-09-07T14:08:18.453Z Downloaded indicatif v0.18.4
4612026-09-07T14:08:18.456Z Downloaded futures-timer v3.0.3
4622026-09-07T14:08:18.456Z Downloaded knuffel-derive v3.2.0
4632026-09-07T14:08:18.459Z Downloaded linkme v0.3.35
4642026-09-07T14:08:18.459Z Downloaded precomputed-hash v0.1.1
4652026-09-07T14:08:18.459Z Downloaded predicates-core v1.0.10
4662026-09-07T14:08:18.462Z Downloaded lock_api v0.4.14
4672026-09-07T14:08:18.465Z Downloaded progenitor-macro v0.14.0
4682026-09-07T14:08:18.465Z Downloaded psl-types v2.0.11
4692026-09-07T14:08:18.468Z Downloaded newtype-uuid v1.3.2
4702026-09-07T14:08:18.468Z Downloaded num-complex v0.4.6
4712026-09-07T14:08:18.471Z Downloaded slog v2.8.2
4722026-09-07T14:08:18.474Z Downloaded vergen-git2 v9.1.0
4732026-09-07T14:08:18.474Z Downloaded native-tls v0.2.18
4742026-09-07T14:08:18.477Z Downloaded base64 v0.22.1
4752026-09-07T14:08:18.480Z Downloaded slog-term v2.9.2
4762026-09-07T14:08:18.483Z Downloaded diff v0.1.13
4772026-09-07T14:08:18.487Z Downloaded hyper-util v0.1.20
4782026-09-07T14:08:18.490Z Downloaded anstream v1.0.0
4792026-09-07T14:08:18.490Z Downloaded pretty_assertions v1.4.1
4802026-09-07T14:08:18.490Z Downloaded backtrace v0.3.76
4812026-09-07T14:08:18.493Z Downloaded recursive-proc-macro-impl v0.1.1
4822026-09-07T14:08:18.493Z Downloaded rfc6979 v0.6.0
4832026-09-07T14:08:18.496Z Downloaded bcs v0.1.6
4842026-09-07T14:08:18.499Z Downloaded rstest_macros v0.25.0
4852026-09-07T14:08:18.499Z Downloaded textwrap v0.16.2
4862026-09-07T14:08:18.502Z Downloaded textwrap v0.15.2
4872026-09-07T14:08:18.502Z Downloaded ecdsa v0.17.0
4882026-09-07T14:08:18.502Z Downloaded bytecount v0.6.9
4892026-09-07T14:08:18.505Z Downloaded chacha20 v0.9.1
4902026-09-07T14:08:18.505Z Downloaded serde-big-array v0.5.1
4912026-09-07T14:08:18.505Z Downloaded globset v0.4.18
4922026-09-07T14:08:18.505Z Downloaded camino-tempfile-ext v0.3.3
4932026-09-07T14:08:18.508Z Downloaded signature v2.2.0
4942026-09-07T14:08:18.508Z Downloaded oxide-generation v0.1.3
4952026-09-07T14:08:18.508Z Downloaded toml v1.1.2+spec-1.1.0
4962026-09-07T14:08:18.511Z Downloaded camino-tempfile v1.4.1
4972026-09-07T14:08:18.511Z Downloaded russh-cryptovec v0.62.0
4982026-09-07T14:08:18.511Z Downloaded scheduled-thread-pool v0.2.7
4992026-09-07T14:08:18.514Z Downloaded scroll_derive v0.12.1
5002026-09-07T14:08:18.522Z Downloaded internal-russh-num-bigint v0.5.0
5012026-09-07T14:08:18.525Z Downloaded serde_derive v1.0.228
5022026-09-07T14:08:18.528Z Downloaded peg-macros v0.8.5
5032026-09-07T14:08:18.528Z Downloaded siphasher v1.0.2
5042026-09-07T14:08:18.528Z Downloaded stable_deref_trait v1.2.1
5052026-09-07T14:08:18.528Z Downloaded structmeta-derive v0.3.0
5062026-09-07T14:08:18.531Z Downloaded tinyvec v1.10.0
5072026-09-07T14:08:18.535Z Downloaded litrs v1.0.0
5082026-09-07T14:08:18.542Z Downloaded hashbrown v0.13.2
5092026-09-07T14:08:18.545Z Downloaded memmap2 v0.9.10
5102026-09-07T14:08:18.545Z Downloaded partial-io v0.5.4
5112026-09-07T14:08:18.548Z Downloaded proc-macro-error2 v2.0.1
5122026-09-07T14:08:18.548Z Downloaded slog-bunyan v2.5.0
5132026-09-07T14:08:18.551Z Downloaded smawk v0.3.2
5142026-09-07T14:08:18.555Z Downloaded take_mut v0.2.2
5152026-09-07T14:08:18.558Z Downloaded tap v1.0.1
5162026-09-07T14:08:18.558Z Downloaded terminal_size v0.4.3
5172026-09-07T14:08:18.558Z Downloaded thiserror-impl-no-std v2.0.2
5182026-09-07T14:08:18.558Z Downloaded toml_write v0.1.2
5192026-09-07T14:08:18.561Z Downloaded derive_more-impl v2.1.1
5202026-09-07T14:08:18.564Z Downloaded hashbrown v0.12.3
5212026-09-07T14:08:18.567Z Downloaded hickory-server v0.25.2
5222026-09-07T14:08:18.567Z Downloaded ppv-lite86 v0.2.21
5232026-09-07T14:08:18.570Z Downloaded rand_distr v0.5.1
5242026-09-07T14:08:18.570Z Downloaded diesel_derives v2.3.7
5252026-09-07T14:08:18.573Z Downloaded async-lock v3.4.2
5262026-09-07T14:08:18.576Z Downloaded getrandom v0.2.17
5272026-09-07T14:08:18.576Z Downloaded sec1 v0.7.3
5282026-09-07T14:08:18.579Z Downloaded r2d2 v0.8.10
5292026-09-07T14:08:18.579Z Downloaded untrusted v0.9.0
5302026-09-07T14:08:18.579Z Downloaded usdt-macro v0.6.0
5312026-09-07T14:08:18.579Z Downloaded utf-8 v0.7.6
5322026-09-07T14:08:18.579Z Downloaded utf8_iter v1.0.4
5332026-09-07T14:08:18.582Z Downloaded difflib v0.4.0
5342026-09-07T14:08:18.585Z Downloaded argon2 v0.6.0-rc.8
5352026-09-07T14:08:18.585Z Downloaded rand_core v0.9.5
5362026-09-07T14:08:18.585Z Downloaded rand_core v0.10.0
5372026-09-07T14:08:18.588Z Downloaded parking_lot v0.11.2
5382026-09-07T14:08:18.588Z Downloaded relative-path v1.9.3
5392026-09-07T14:08:18.592Z Downloaded indexmap v2.14.0
5402026-09-07T14:08:18.595Z Downloaded itertools v0.10.5
5412026-09-07T14:08:18.598Z Downloaded libbz2-rs-sys v0.2.2
5422026-09-07T14:08:18.602Z Downloaded camino v1.2.5
5432026-09-07T14:08:18.602Z Downloaded rust-argon2 v2.1.0
5442026-09-07T14:08:18.602Z Downloaded strum_macros v0.27.2
5452026-09-07T14:08:18.605Z Downloaded tokio-test v0.4.5
5462026-09-07T14:08:18.605Z Downloaded endian-type v0.1.2
5472026-09-07T14:08:18.605Z Downloaded equivalent v1.0.2
5482026-09-07T14:08:18.605Z Downloaded foreign-types-shared v0.3.1
5492026-09-07T14:08:18.605Z Downloaded fixedbitset v0.4.2
5502026-09-07T14:08:18.605Z Downloaded float-ord v0.3.2
5512026-09-07T14:08:18.608Z Downloaded serde_tokenstream v0.3.0
5522026-09-07T14:08:18.608Z Downloaded float-cmp v0.10.0
5532026-09-07T14:08:18.608Z Downloaded futures-io v0.3.32
5542026-09-07T14:08:18.611Z Downloaded dirs-sys-next v0.1.2
5552026-09-07T14:08:18.611Z Downloaded display-error-chain v0.2.2
5562026-09-07T14:08:18.614Z Downloaded embedded-io v0.4.0
5572026-09-07T14:08:18.614Z Downloaded pest_generator v2.8.6
5582026-09-07T14:08:18.614Z Downloaded rcgen v0.12.1
5592026-09-07T14:08:18.628Z Downloaded pest_derive v2.8.6
5602026-09-07T14:08:18.631Z Downloaded poly1305 v0.8.0
5612026-09-07T14:08:18.631Z Downloaded thiserror v1.0.69
5622026-09-07T14:08:18.634Z Downloaded thiserror v2.0.18
5632026-09-07T14:08:18.637Z Downloaded thiserror-impl v1.0.69
5642026-09-07T14:08:18.637Z Downloaded kstat-rs v0.2.5
5652026-09-07T14:08:18.637Z Downloaded thiserror-impl v2.0.18
5662026-09-07T14:08:18.640Z Downloaded zopfli v0.8.3
5672026-09-07T14:08:18.640Z Downloaded progenitor v0.14.0
5682026-09-07T14:08:18.640Z Downloaded slog-dtrace v0.3.0
5692026-09-07T14:08:18.643Z Downloaded memoffset v0.9.1
5702026-09-07T14:08:18.643Z Downloaded maybe-uninit v2.0.0
5712026-09-07T14:08:18.643Z Downloaded newline-converter v0.3.0
5722026-09-07T14:08:18.644Z Downloaded quinn v0.11.11
5732026-09-07T14:08:18.647Z Downloaded sqlformat v0.3.5
5742026-09-07T14:08:18.647Z Downloaded supports-color v3.0.2
5752026-09-07T14:08:18.647Z Downloaded unicode-linebreak v0.1.5
5762026-09-07T14:08:18.647Z Downloaded libscf-sys v1.2.0
5772026-09-07T14:08:18.650Z Downloaded walkdir v2.5.0
5782026-09-07T14:08:18.650Z Downloaded lru-slab v0.1.2
5792026-09-07T14:08:18.660Z Downloaded nonempty v0.12.0
5802026-09-07T14:08:18.660Z Downloaded der v0.8.0
5812026-09-07T14:08:18.660Z Downloaded http v1.4.2
5822026-09-07T14:08:18.660Z Downloaded samael v0.0.19
5832026-09-07T14:08:18.664Z Downloaded tokio-rustls v0.26.4
5842026-09-07T14:08:18.664Z Downloaded tokio-stream v0.1.18
5852026-09-07T14:08:18.667Z Downloaded criterion v0.7.0
5862026-09-07T14:08:18.670Z Downloaded erased-serde v0.3.31
5872026-09-07T14:08:18.673Z Downloaded futures-executor v0.3.32
5882026-09-07T14:08:18.673Z Downloaded keccak v0.1.6
5892026-09-07T14:08:18.673Z Downloaded fs_extra v1.3.0
5902026-09-07T14:08:18.676Z Downloaded miniz_oxide v0.8.9
5912026-09-07T14:08:18.679Z Downloaded wyz v0.5.1
5922026-09-07T14:08:18.679Z Downloaded futures v0.3.32
5932026-09-07T14:08:18.682Z Downloaded guppy v0.17.25
5942026-09-07T14:08:18.687Z Downloaded hashbrown v0.15.5
5952026-09-07T14:08:18.690Z Downloaded rustls-pki-types v1.14.0
5962026-09-07T14:08:18.690Z Downloaded serde_derive_internals v0.29.1
5972026-09-07T14:08:18.690Z Downloaded knus-derive v3.4.0
5982026-09-07T14:08:18.693Z Downloaded castaway v0.2.4
5992026-09-07T14:08:18.693Z Downloaded vsss-rs v3.3.4
6002026-09-07T14:08:18.693Z Downloaded parse-display v0.10.0
6012026-09-07T14:08:18.696Z Downloaded hashbrown v0.16.1
6022026-09-07T14:08:18.699Z Downloaded assert-json-diff v2.0.2
6032026-09-07T14:08:18.702Z Downloaded assert_matches v1.5.0
6042026-09-07T14:08:18.702Z Downloaded bit-set v0.8.0
6052026-09-07T14:08:18.702Z Downloaded cast v0.3.0
6062026-09-07T14:08:18.702Z Downloaded serde_yaml v0.9.34+deprecated
6072026-09-07T14:08:18.705Z Downloaded steno v0.4.1
6082026-09-07T14:08:18.708Z Downloaded sha2 v0.11.0
6092026-09-07T14:08:18.708Z Downloaded module-lattice v0.2.3
6102026-09-07T14:08:18.708Z Downloaded toml_edit v0.22.27
6112026-09-07T14:08:18.712Z Downloaded predicates-tree v1.0.13
6122026-09-07T14:08:18.714Z Downloaded url v2.5.8
6132026-09-07T14:08:18.722Z Downloaded itertools v0.12.1
6142026-09-07T14:08:18.725Z Downloaded git-stub-vcs v0.1.0
6152026-09-07T14:08:18.728Z Downloaded itertools v0.13.0
6162026-09-07T14:08:18.731Z Downloaded idna v1.1.0
6172026-09-07T14:08:18.734Z Downloaded env_logger v0.11.11
6182026-09-07T14:08:18.734Z Downloaded phf_shared v0.12.1
6192026-09-07T14:08:18.734Z Downloaded phf_shared v0.13.1
6202026-09-07T14:08:18.734Z Downloaded quick-error v1.2.3
6212026-09-07T14:08:18.738Z Downloaded libsw v3.5.0
6222026-09-07T14:08:18.740Z Downloaded unicode-segmentation v1.12.0
6232026-09-07T14:08:18.748Z Downloaded hashbrown v0.14.5
6242026-09-07T14:08:18.751Z Downloaded hashbrown v0.17.0
6252026-09-07T14:08:18.754Z Downloaded aes v0.9.1
6262026-09-07T14:08:18.757Z Downloaded rtoolbox v0.0.3
6272026-09-07T14:08:18.757Z Downloaded crossterm v0.29.0
6282026-09-07T14:08:18.760Z Downloaded crossterm v0.28.1
6292026-09-07T14:08:18.763Z Downloaded miette-derive v7.6.0
6302026-09-07T14:08:18.766Z Downloaded iri-string v0.7.10
6312026-09-07T14:08:18.769Z Downloaded num_enum_derive v0.7.6
6322026-09-07T14:08:18.769Z Downloaded aead v0.6.1
6332026-09-07T14:08:18.772Z Downloaded cipher v0.4.4
6342026-09-07T14:08:18.772Z Downloaded tracing-core v0.1.36
6352026-09-07T14:08:18.772Z Downloaded cbc v0.2.1
6362026-09-07T14:08:18.775Z Downloaded oorandom v11.1.5
6372026-09-07T14:08:18.775Z Downloaded strum v0.26.3
6382026-09-07T14:08:18.775Z Downloaded rustls-platform-verifier v0.6.2
6392026-09-07T14:08:18.775Z Downloaded shell-words v1.1.1
6402026-09-07T14:08:18.778Z Downloaded subtle v2.6.1
6412026-09-07T14:08:18.778Z Downloaded supports-color v2.1.0
6422026-09-07T14:08:18.778Z Downloaded supports-hyperlinks v2.1.0
6432026-09-07T14:08:18.778Z Downloaded zerocopy-derive v0.7.35
6442026-09-07T14:08:18.781Z Downloaded anstyle v1.0.14
6452026-09-07T14:08:18.781Z Downloaded bit-vec v0.6.3
6462026-09-07T14:08:18.784Z Downloaded ml-kem v0.3.2
6472026-09-07T14:08:18.784Z Downloaded primeorder v0.14.0
6482026-09-07T14:08:18.788Z Downloaded chumsky v0.9.3
6492026-09-07T14:08:18.795Z Downloaded openssl-sys v0.9.117
6502026-09-07T14:08:18.798Z Downloaded serde_with v1.14.0
6512026-09-07T14:08:18.801Z Downloaded itertools v0.14.0
6522026-09-07T14:08:18.804Z Downloaded rustls-pemfile v2.2.0
6532026-09-07T14:08:18.807Z Downloaded getrandom v0.3.4
6542026-09-07T14:08:18.807Z Downloaded icu_properties_data v2.1.2
6552026-09-07T14:08:18.812Z Downloaded rand_seeder v0.4.0
6562026-09-07T14:08:18.815Z Downloaded resolv-conf v0.7.6
6572026-09-07T14:08:18.815Z Downloaded socket2 v0.6.3
6582026-09-07T14:08:18.815Z Downloaded unit-prefix v0.5.2
6592026-09-07T14:08:18.815Z Downloaded postgres-protocol v0.6.10
6602026-09-07T14:08:18.818Z Downloaded progenitor-extras v0.2.0
6612026-09-07T14:08:18.818Z Downloaded unicode-xid v0.2.6
6622026-09-07T14:08:18.818Z Downloaded hkdf v0.12.4
6632026-09-07T14:08:18.821Z Downloaded litemap v0.8.1
6642026-09-07T14:08:18.825Z Downloaded yoke-derive v0.8.1
6652026-09-07T14:08:18.828Z Downloaded parking_lot_core v0.9.12
6662026-09-07T14:08:18.828Z Downloaded dsl_auto_type v0.2.0
6672026-09-07T14:08:18.831Z Downloaded serde_tokenstream v0.2.3
6682026-09-07T14:08:18.834Z Downloaded errno v0.3.14
6692026-09-07T14:08:18.837Z Downloaded tungstenite v0.23.0
6702026-09-07T14:08:18.837Z Downloaded typify v0.6.2
6712026-09-07T14:08:18.840Z Downloaded unicode-ident v1.0.24
6722026-09-07T14:08:18.840Z Downloaded shlex v1.3.0
6732026-09-07T14:08:18.840Z Downloaded smf v0.2.3
6742026-09-07T14:08:18.843Z Downloaded num-rational v0.4.2
6752026-09-07T14:08:18.843Z Downloaded foreign-types v0.3.2
6762026-09-07T14:08:18.843Z Downloaded serde_path_to_error v0.1.20
6772026-09-07T14:08:18.843Z Downloaded ssh-encoding v0.3.0
6782026-09-07T14:08:18.847Z Downloaded stringprep v0.1.5
6792026-09-07T14:08:18.847Z Downloaded target-spec v3.5.7
6802026-09-07T14:08:18.847Z Downloaded foreign-types-shared v0.1.1
6812026-09-07T14:08:18.847Z Downloaded escape8259 v0.5.3
6822026-09-07T14:08:18.847Z Downloaded slog-scope v4.4.1
6832026-09-07T14:08:18.852Z Downloaded miette-derive v5.10.0
6842026-09-07T14:08:18.852Z Downloaded newtype_derive v0.1.6
6852026-09-07T14:08:18.856Z Downloaded pem v3.0.6
6862026-09-07T14:08:18.856Z Downloaded primeorder v0.13.6
6872026-09-07T14:08:18.856Z Downloaded thiserror-no-std v2.0.2
6882026-09-07T14:08:18.856Z Downloaded tinytemplate v1.2.1
6892026-09-07T14:08:18.856Z Downloaded toml_writer v1.1.1+spec-1.1.0
6902026-09-07T14:08:18.859Z Downloaded serde_core v1.0.228
6912026-09-07T14:08:18.859Z Downloaded dropshot_endpoint v0.17.1
6922026-09-07T14:08:18.862Z Downloaded async-bb8-diesel v0.2.1
6932026-09-07T14:08:18.862Z Downloaded bzip2 v0.4.4
6942026-09-07T14:08:18.862Z Downloaded owo-colors v3.5.0
6952026-09-07T14:08:18.866Z Downloaded linked-hash-map v0.5.6
6962026-09-07T14:08:18.866Z Downloaded md-5 v0.10.6
6972026-09-07T14:08:18.866Z Downloaded target-lexicon v0.13.3
6982026-09-07T14:08:18.866Z Downloaded tokio-dtrace v0.1.1
6992026-09-07T14:08:18.866Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7002026-09-07T14:08:18.869Z Downloaded async-stream-impl v0.3.6
7012026-09-07T14:08:18.869Z Downloaded h2 v0.4.15
7022026-09-07T14:08:18.872Z Downloaded rustyline v14.0.0
7032026-09-07T14:08:18.875Z Downloaded typenum v1.20.1
7042026-09-07T14:08:18.878Z Downloaded serde-hex v0.1.0
7052026-09-07T14:08:18.878Z Downloaded typed-path v0.9.3
7062026-09-07T14:08:18.881Z Downloaded vergen-lib v0.1.6
7072026-09-07T14:08:18.884Z Downloaded aead v0.5.2
7082026-09-07T14:08:18.884Z Downloaded goblin v0.8.2
7092026-09-07T14:08:18.887Z Downloaded hyper v1.10.1
7102026-09-07T14:08:18.890Z Downloaded blake2 v0.11.0-rc.6
7112026-09-07T14:08:18.890Z Downloaded arrayref v0.3.9
7122026-09-07T14:08:18.893Z Downloaded bb8 v0.8.6
7132026-09-07T14:08:18.896Z Downloaded mio v1.2.0
7142026-09-07T14:08:18.896Z Downloaded num-iter v0.1.45
7152026-09-07T14:08:18.908Z Downloaded cfg_aliases v0.2.1
7162026-09-07T14:08:18.911Z Downloaded zstd v0.13.3
7172026-09-07T14:08:18.911Z Downloaded futures-sink v0.3.32
7182026-09-07T14:08:18.911Z Downloaded pathdiff v0.2.3
7192026-09-07T14:08:18.914Z Downloaded powerfmt v0.2.0
7202026-09-07T14:08:18.914Z Downloaded proc-macro-crate v1.3.1
7212026-09-07T14:08:18.917Z Downloaded spin v0.9.8
7222026-09-07T14:08:18.920Z Downloaded rsa v0.9.10
7232026-09-07T14:08:18.924Z Downloaded pin-project v1.1.11
7242026-09-07T14:08:18.930Z Downloaded tracing-attributes v0.1.31
7252026-09-07T14:08:18.933Z Downloaded trybuild v1.0.116
7262026-09-07T14:08:18.936Z Downloaded libefi-sys v0.1.0
7272026-09-07T14:08:18.936Z Downloaded lru v0.12.5
7282026-09-07T14:08:18.936Z Downloaded rustls-webpki v0.103.13
7292026-09-07T14:08:18.939Z Downloaded hkdf v0.13.0
7302026-09-07T14:08:18.939Z Downloaded itertools v0.15.0
7312026-09-07T14:08:18.942Z Downloaded nanorand v0.7.0
7322026-09-07T14:08:18.945Z Downloaded signal-hook-tokio v0.3.1
7332026-09-07T14:08:18.945Z Downloaded sync_wrapper v1.0.2
7342026-09-07T14:08:18.948Z Downloaded strip-ansi-escapes v0.2.1
7352026-09-07T14:08:18.948Z Downloaded sync-ptr v0.1.4
7362026-09-07T14:08:18.951Z Downloaded rustc-hash v2.1.1
7372026-09-07T14:08:18.951Z Downloaded serde_spanned v0.6.9
7382026-09-07T14:08:18.951Z Downloaded sha1 v0.10.6
7392026-09-07T14:08:18.955Z Downloaded jiff-core v0.1.0
7402026-09-07T14:08:18.958Z Downloaded tower v0.5.3
7412026-09-07T14:08:18.962Z Downloaded digest v0.11.3
7422026-09-07T14:08:18.965Z Downloaded bit-vec v0.8.0
7432026-09-07T14:08:18.968Z Downloaded autocfg v1.5.0
7442026-09-07T14:08:18.968Z Downloaded base64ct v1.8.3
7452026-09-07T14:08:18.968Z Downloaded tinyvec_macros v0.1.1
7462026-09-07T14:08:18.968Z Downloaded p256 v0.14.0
7472026-09-07T14:08:18.971Z Downloaded signal-hook v0.3.18
7482026-09-07T14:08:18.974Z Downloaded owo-colors v4.3.0
7492026-09-07T14:08:18.974Z Downloaded time-core v0.1.8
7502026-09-07T14:08:18.974Z Downloaded universal-hash v0.6.1
7512026-09-07T14:08:18.974Z Downloaded version_check v0.9.5
7522026-09-07T14:08:18.977Z Downloaded blowfish v0.10.0
7532026-09-07T14:08:18.978Z Downloaded cargo_metadata v0.23.1
7542026-09-07T14:08:18.978Z Downloaded parking_lot_core v0.8.6
7552026-09-07T14:08:18.980Z Downloaded usdt v0.6.0
7562026-09-07T14:08:18.980Z Downloaded dtrace-parser v0.2.0
7572026-09-07T14:08:18.983Z Downloaded itoa v1.0.17
7582026-09-07T14:08:18.983Z Downloaded void v1.0.2
7592026-09-07T14:08:18.983Z Downloaded waitgroup v0.1.2
7602026-09-07T14:08:18.984Z Downloaded wait-timeout v0.2.1
7612026-09-07T14:08:18.986Z Downloaded packed_struct v0.10.1
7622026-09-07T14:08:18.987Z Downloaded pbkdf2 v0.13.0
7632026-09-07T14:08:18.989Z Downloaded zerovec v0.11.5
7642026-09-07T14:08:18.995Z Downloaded polyval v0.7.1
7652026-09-07T14:08:18.998Z Downloaded rand_core v0.6.4
7662026-09-07T14:08:18.998Z Downloaded pin-project-internal v1.1.11
7672026-09-07T14:08:19.001Z Downloaded progenitor v0.13.0
7682026-09-07T14:08:19.001Z Downloaded env_filter v2.0.0
7692026-09-07T14:08:19.005Z Downloaded jiff-static v0.2.34
7702026-09-07T14:08:19.005Z Downloaded dropshot-api-manager-types v0.8.0
7712026-09-07T14:08:19.005Z Downloaded fxhash v0.2.1
7722026-09-07T14:08:19.005Z Downloaded ed25519-dalek v2.2.0
7732026-09-07T14:08:19.008Z Downloaded iddqd v0.4.2
7742026-09-07T14:08:19.010Z Downloaded rayon-core v1.13.0
7752026-09-07T14:08:19.013Z Downloaded num-integer v0.1.46
7762026-09-07T14:08:19.017Z Downloaded lzss v0.8.2
7772026-09-07T14:08:19.020Z Downloaded nodrop v0.1.14
7782026-09-07T14:08:19.021Z Downloaded schemars v0.8.22
7792026-09-07T14:08:19.025Z Downloaded event-listener v5.4.1
7802026-09-07T14:08:19.028Z Downloaded vte v0.14.1
7812026-09-07T14:08:19.028Z Downloaded slab v0.4.12
7822026-09-07T14:08:19.032Z Downloaded libsw-core v0.3.2
7832026-09-07T14:08:19.032Z Downloaded pest v2.8.6
7842026-09-07T14:08:19.036Z Downloaded slog-stdlog v4.1.1
7852026-09-07T14:08:19.036Z Downloaded ssh-cipher v0.3.0
7862026-09-07T14:08:19.036Z Downloaded drift v0.2.0
7872026-09-07T14:08:19.040Z Downloaded cfg-if v1.0.4
7882026-09-07T14:08:19.043Z Downloaded p384 v0.14.0
7892026-09-07T14:08:19.043Z Downloaded nested v0.1.1
7902026-09-07T14:08:19.043Z Downloaded elliptic-curve v0.13.8
7912026-09-07T14:08:19.046Z Downloaded unicase v2.9.0
7922026-09-07T14:08:19.046Z Downloaded strum_macros v0.24.3
7932026-09-07T14:08:19.049Z Downloaded tough v0.22.0
7942026-09-07T14:08:19.052Z Downloaded zstd-safe v7.2.4
7952026-09-07T14:08:19.052Z Downloaded foldhash v0.1.5
7962026-09-07T14:08:19.055Z Downloaded openssl-probe v0.2.1
7972026-09-07T14:08:19.055Z Downloaded plotters-backend v0.3.7
7982026-09-07T14:08:19.055Z Downloaded potential_utf v0.1.4
7992026-09-07T14:08:19.055Z Downloaded ahash v0.8.12
8002026-09-07T14:08:19.058Z Downloaded pkcs1 v0.7.5
8012026-09-07T14:08:19.058Z Downloaded rand_chacha v0.3.1
8022026-09-07T14:08:19.059Z Downloaded generic-array v1.4.3
8032026-09-07T14:08:19.061Z Downloaded tokio-tungstenite v0.23.1
8042026-09-07T14:08:19.061Z Downloaded uzers v0.12.2
8052026-09-07T14:08:19.061Z Downloaded dof v0.4.0
8062026-09-07T14:08:19.064Z Downloaded rustc-demangle v0.1.27
8072026-09-07T14:08:19.067Z Downloaded nom v7.1.3
8082026-09-07T14:08:19.070Z Downloaded crypto-primes v0.7.2
8092026-09-07T14:08:19.070Z Downloaded zip v4.6.1
8102026-09-07T14:08:19.073Z Downloaded diesel v2.3.7
8112026-09-07T14:08:19.085Z Downloaded enum_dispatch v0.3.13
8122026-09-07T14:08:19.088Z Downloaded fs-err v3.3.0
8132026-09-07T14:08:19.088Z Downloaded libloading v0.8.9
8142026-09-07T14:08:19.092Z Downloaded linear-map v1.2.0
8152026-09-07T14:08:19.092Z Downloaded similar-asserts v1.7.0
8162026-09-07T14:08:19.092Z Downloaded scroll v0.13.0
8172026-09-07T14:08:19.092Z Downloaded num_enum_derive v0.5.11
8182026-09-07T14:08:19.092Z Downloaded semver v0.1.20
8192026-09-07T14:08:19.095Z Downloaded serde_bytes v0.11.19
8202026-09-07T14:08:19.095Z Downloaded async-compression v0.4.41
8212026-09-07T14:08:19.098Z Downloaded portable-atomic v1.13.1
8222026-09-07T14:08:19.101Z Downloaded sha3 v0.12.0
8232026-09-07T14:08:19.105Z Downloaded strsim v0.10.0
8242026-09-07T14:08:19.105Z Downloaded structmeta v0.3.0
8252026-09-07T14:08:19.105Z Downloaded x509-cert v0.2.5
8262026-09-07T14:08:19.109Z Downloaded ar_archive_writer v0.5.1
8272026-09-07T14:08:19.109Z Downloaded thread-id v5.1.0
8282026-09-07T14:08:19.112Z Downloaded want v0.3.1
8292026-09-07T14:08:19.112Z Downloaded anstream v0.6.21
8302026-09-07T14:08:19.112Z Downloaded password-hash v0.5.0
8312026-09-07T14:08:19.112Z Downloaded term v0.7.0
8322026-09-07T14:08:19.116Z Downloaded kem v0.3.0
8332026-09-07T14:08:19.116Z Downloaded macaddr v1.0.1
8342026-09-07T14:08:19.116Z Downloaded mime v0.3.17
8352026-09-07T14:08:19.116Z Downloaded fixedbitset v0.5.7
8362026-09-07T14:08:19.119Z Downloaded pem-rfc7468 v0.7.0
8372026-09-07T14:08:19.119Z Downloaded usdt-attr-macro v0.5.0
8382026-09-07T14:08:19.119Z Downloaded serde_cbor v0.11.2
8392026-09-07T14:08:19.122Z Downloaded embedded-io v0.6.1
8402026-09-07T14:08:19.123Z Downloaded libxml v0.3.3
8412026-09-07T14:08:19.126Z Downloaded zeroize_derive v1.5.0
8422026-09-07T14:08:19.126Z Downloaded multimap v0.10.1
8432026-09-07T14:08:19.126Z Downloaded qorb v0.4.1
8442026-09-07T14:08:19.133Z Downloaded progenitor-client v0.13.0
8452026-09-07T14:08:19.136Z Downloaded toml_parser v1.1.2+spec-1.1.0
8462026-09-07T14:08:19.136Z Downloaded zip v0.6.6
8472026-09-07T14:08:19.141Z Downloaded form_urlencoded v1.2.2
8482026-09-07T14:08:19.141Z Downloaded nibble_vec v0.1.0
8492026-09-07T14:08:19.141Z Downloaded rand_pcg v0.10.2
8502026-09-07T14:08:19.146Z Downloaded unicode_categories v0.1.1
8512026-09-07T14:08:19.150Z Downloaded schemars v0.9.0
8522026-09-07T14:08:19.157Z Downloaded ascii-canvas v3.0.0
8532026-09-07T14:08:19.160Z Downloaded async-recursion v1.1.1
8542026-09-07T14:08:19.160Z Downloaded signal-hook-registry v1.4.8
8552026-09-07T14:08:19.160Z Downloaded cargo-platform v0.3.2
8562026-09-07T14:08:19.163Z Downloaded flume v0.11.1
8572026-09-07T14:08:19.163Z Downloaded knuffel v3.2.0
8582026-09-07T14:08:19.166Z Downloaded tinystr v0.8.2
8592026-09-07T14:08:19.166Z Downloaded tls_codec v0.4.2
8602026-09-07T14:08:19.166Z Downloaded strum v0.27.2
8612026-09-07T14:08:19.169Z Downloaded ciborium-ll v0.2.2
8622026-09-07T14:08:19.169Z Downloaded tokio-macros v2.7.0
8632026-09-07T14:08:19.169Z Downloaded tower-layer v0.3.3
8642026-09-07T14:08:19.169Z Downloaded proc-macro-crate v3.4.0
8652026-09-07T14:08:19.172Z Downloaded ref-cast v1.0.25
8662026-09-07T14:08:19.175Z Downloaded semver v1.0.28
8672026-09-07T14:08:19.182Z Downloaded test-strategy v0.4.5
8682026-09-07T14:08:19.185Z Downloaded bs58 v0.5.1
8692026-09-07T14:08:19.188Z Downloaded chacha20 v0.10.0
8702026-09-07T14:08:19.188Z Downloaded find-msvc-tools v0.1.9
8712026-09-07T14:08:19.191Z Downloaded foldhash v0.2.0
8722026-09-07T14:08:19.191Z Downloaded jobserver v0.1.34
8732026-09-07T14:08:19.191Z Downloaded topological-sort v0.2.2
8742026-09-07T14:08:19.194Z Downloaded utf8parse v0.2.2
8752026-09-07T14:08:19.194Z Downloaded thread-id v4.2.2
8762026-09-07T14:08:19.197Z Downloaded universal-hash v0.5.1
8772026-09-07T14:08:19.197Z Downloaded pem-rfc7468 v1.0.0
8782026-09-07T14:08:19.197Z Downloaded zeroize v1.9.0
8792026-09-07T14:08:19.206Z Downloaded plotters v0.3.7
8802026-09-07T14:08:19.209Z Downloaded bitfield-struct v0.6.2
8812026-09-07T14:08:19.212Z Downloaded rusty-fork v0.3.1
8822026-09-07T14:08:19.216Z Downloaded generic-array v0.14.7
8832026-09-07T14:08:19.216Z Downloaded globwalk v0.9.1
8842026-09-07T14:08:19.225Z Downloaded num_enum v0.5.11
8852026-09-07T14:08:19.228Z Downloaded new_debug_unreachable v1.0.6
8862026-09-07T14:08:19.232Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-09-07T14:08:19.236Z Downloaded primefield v0.14.0
8882026-09-07T14:08:19.241Z Downloaded schemars v1.2.1
8892026-09-07T14:08:19.249Z Downloaded term v1.2.1
8902026-09-07T14:08:19.252Z Downloaded quick-xml v0.37.5
8912026-09-07T14:08:19.255Z Downloaded phf v0.13.1
8922026-09-07T14:08:19.255Z Downloaded schemars_derive v0.8.22
8932026-09-07T14:08:19.258Z Downloaded seq-macro v0.3.6
8942026-09-07T14:08:19.258Z Downloaded stringmetrics v2.2.2
8952026-09-07T14:08:19.258Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8962026-09-07T14:08:19.258Z Downloaded plotters-svg v0.3.7
8972026-09-07T14:08:19.261Z Downloaded sha1 v0.11.0
8982026-09-07T14:08:19.261Z Downloaded toml_datetime v0.6.11
8992026-09-07T14:08:19.261Z Downloaded bitflags v2.11.0
9002026-09-07T14:08:19.264Z Downloaded vergen-lib v9.1.0
9012026-09-07T14:08:19.264Z Downloaded postgres-types v0.2.12
9022026-09-07T14:08:19.267Z Downloaded unicode-properties v0.1.4
9032026-09-07T14:08:19.267Z Downloaded xshell v0.2.7
9042026-09-07T14:08:19.270Z Downloaded fs-err v2.11.0
9052026-09-07T14:08:19.270Z Downloaded slog-async v2.8.0
9062026-09-07T14:08:19.270Z Downloaded supports-unicode v2.1.0
9072026-09-07T14:08:19.273Z Downloaded usdt v0.5.0
9082026-09-07T14:08:19.273Z Downloaded gethostname v0.5.0
9092026-09-07T14:08:19.273Z Downloaded num v0.4.3
9102026-09-07T14:08:19.273Z Downloaded unicode-normalization v0.1.25
9112026-09-07T14:08:19.276Z Downloaded digest v0.10.7
9122026-09-07T14:08:19.276Z Downloaded either v1.15.0
9132026-09-07T14:08:19.282Z Downloaded ssh-key v0.7.0-rc.11
9142026-09-07T14:08:19.287Z Downloaded zerotrie v0.2.3
9152026-09-07T14:08:19.290Z Downloaded toml_edit v0.23.10+spec-1.0.0
9162026-09-07T14:08:19.293Z Downloaded progenitor-impl v0.13.0
9172026-09-07T14:08:19.293Z Downloaded fastrand v2.3.0
9182026-09-07T14:08:19.293Z Downloaded lru-cache v0.1.2
9192026-09-07T14:08:19.296Z Downloaded p384 v0.13.1
9202026-09-07T14:08:19.299Z Downloaded plain v0.2.3
9212026-09-07T14:08:19.299Z Downloaded ron v0.8.1
9222026-09-07T14:08:19.302Z Downloaded ryu v1.0.23
9232026-09-07T14:08:19.304Z Downloaded num-bigint-dig v0.8.6
9242026-09-07T14:08:19.307Z Downloaded aes-gcm v0.11.0
9252026-09-07T14:08:19.311Z Downloaded publicsuffix v2.3.0
9262026-09-07T14:08:19.311Z Downloaded tower-http v0.6.8
9272026-09-07T14:08:19.317Z Downloaded goblin v0.10.5
9282026-09-07T14:08:19.321Z Downloaded num_enum v0.7.6
9292026-09-07T14:08:19.321Z Downloaded path-slash v0.1.5
9302026-09-07T14:08:19.321Z Downloaded bitflags v1.3.2
9312026-09-07T14:08:19.325Z Downloaded byte-wrapper v0.1.0
9322026-09-07T14:08:19.325Z Downloaded path-tree v0.8.3
9332026-09-07T14:08:19.325Z Downloaded serde_regex v1.1.0
9342026-09-07T14:08:19.328Z Downloaded peg v0.8.5
9352026-09-07T14:08:19.328Z Downloaded zerocopy-derive v0.8.55
9362026-09-07T14:08:19.332Z Downloaded regex v1.12.3
9372026-09-07T14:08:19.336Z Downloaded rustversion v1.0.22
9382026-09-07T14:08:19.338Z Downloaded ref-cast-impl v1.0.25
9392026-09-07T14:08:19.338Z Downloaded miette v7.6.0
9402026-09-07T14:08:19.342Z Downloaded serde_with_macros v1.5.2
9412026-09-07T14:08:19.342Z Downloaded rand_xorshift v0.4.0
9422026-09-07T14:08:19.342Z Downloaded termios v0.3.3
9432026-09-07T14:08:19.345Z Downloaded tls_codec_derive v0.4.2
9442026-09-07T14:08:19.345Z Downloaded unicode-bidi v0.3.18
9452026-09-07T14:08:19.345Z Downloaded zone v0.3.1
9462026-09-07T14:08:19.345Z Downloaded enum-as-inner v0.6.1
9472026-09-07T14:08:19.349Z Downloaded static_assertions v1.1.0
9482026-09-07T14:08:19.349Z Downloaded arc-swap v1.8.2
9492026-09-07T14:08:19.349Z Downloaded xattr v1.6.1
9502026-09-07T14:08:19.352Z Downloaded futures-core v0.3.32
9512026-09-07T14:08:19.352Z Downloaded snafu v0.8.9
9522026-09-07T14:08:19.355Z Downloaded ena v0.14.4
9532026-09-07T14:08:19.355Z Downloaded nu-ansi-term v0.50.3
9542026-09-07T14:08:19.360Z Downloaded toml_edit v0.19.15
9552026-09-07T14:08:19.369Z Downloaded managed v0.8.0
9562026-09-07T14:08:19.372Z Downloaded oso v0.27.3
9572026-09-07T14:08:19.372Z Downloaded backoff v0.4.0
9582026-09-07T14:08:19.376Z Downloaded miette v5.10.0
9592026-09-07T14:08:19.379Z Downloaded mime_guess v2.0.5
9602026-09-07T14:08:19.379Z Downloaded cfg-expr v0.20.6
9612026-09-07T14:08:19.382Z Downloaded once_cell v1.21.3
9622026-09-07T14:08:19.382Z Downloaded openssl-probe v0.1.6
9632026-09-07T14:08:19.384Z Downloaded sapling-renderdag v0.1.0
9642026-09-07T14:08:19.387Z Downloaded unarray v0.1.4
9652026-09-07T14:08:19.387Z Downloaded simd-adler32 v0.3.8
9662026-09-07T14:08:19.390Z Downloaded synstructure v0.13.2
9672026-09-07T14:08:19.394Z Downloaded rustc_version v0.4.1
9682026-09-07T14:08:19.397Z Downloaded bindgen v0.71.1
9692026-09-07T14:08:19.400Z Downloaded fnv v1.0.7
9702026-09-07T14:08:19.403Z Downloaded papergrid v0.18.0
9712026-09-07T14:08:19.403Z Downloaded scroll v0.12.0
9722026-09-07T14:08:19.406Z Downloaded typify-macro v0.6.2
9732026-09-07T14:08:19.406Z Downloaded zone_cfg_derive v0.3.1
9742026-09-07T14:08:19.409Z Downloaded yasna v0.5.2
9752026-09-07T14:08:19.409Z Downloaded md5 v0.8.0
9762026-09-07T14:08:19.409Z Downloaded smallvec v1.15.1
9772026-09-07T14:08:19.412Z Downloaded termtree v0.5.1
9782026-09-07T14:08:19.412Z Downloaded downcast-rs v2.0.2
9792026-09-07T14:08:19.415Z Downloaded adler2 v2.0.1
9802026-09-07T14:08:19.418Z Downloaded ucd-trie v0.1.7
9812026-09-07T14:08:19.421Z Downloaded futures-macro v0.3.32
9822026-09-07T14:08:19.425Z Downloaded bumpalo v3.20.2
9832026-09-07T14:08:19.428Z Downloaded phf_shared v0.11.3
9842026-09-07T14:08:19.428Z Downloaded yansi v1.0.1
9852026-09-07T14:08:19.428Z Downloaded getrandom v0.4.3
9862026-09-07T14:08:19.431Z Downloaded anstyle-parse v0.2.7
9872026-09-07T14:08:19.431Z Downloaded subprocess v0.2.15
9882026-09-07T14:08:19.434Z Downloaded winnow v0.7.14
9892026-09-07T14:08:19.437Z Downloaded num_threads v0.1.7
9902026-09-07T14:08:19.441Z Downloaded serde_repr v0.1.20
9912026-09-07T14:08:19.441Z Downloaded zerofrom v0.1.6
9922026-09-07T14:08:19.441Z Downloaded dirs-next v2.0.0
9932026-09-07T14:08:19.441Z Downloaded elliptic-curve v0.14.1
9942026-09-07T14:08:19.442Z Downloaded zerocopy v0.6.6
9952026-09-07T14:08:19.444Z Downloaded multer v3.1.0
9962026-09-07T14:08:19.444Z Downloaded backtrace-ext v0.2.1
9972026-09-07T14:08:19.453Z Downloaded reqwest v0.13.2
9982026-09-07T14:08:19.456Z Downloaded approx v0.5.1
9992026-09-07T14:08:19.459Z Downloaded supports-unicode v3.0.0
10002026-09-07T14:08:19.459Z Downloaded untrusted v0.7.1
10012026-09-07T14:08:19.462Z Downloaded blake2 v0.10.6
10022026-09-07T14:08:19.462Z Downloaded block-buffer v0.12.1
10032026-09-07T14:08:19.468Z Downloaded num-traits v0.2.19
10042026-09-07T14:08:19.470Z Downloaded papergrid v0.11.0
10052026-09-07T14:08:19.474Z Downloaded poly1305 v0.9.0
10062026-09-07T14:08:19.477Z Downloaded tiny-keccak v2.0.2
10072026-09-07T14:08:19.481Z Downloaded zmij v1.0.21
10082026-09-07T14:08:19.481Z Downloaded linkme-impl v0.3.35
10092026-09-07T14:08:19.481Z Downloaded port-file v0.1.0
10102026-09-07T14:08:19.484Z Downloaded oxnet v0.1.6
10112026-09-07T14:08:19.487Z Downloaded ghash v0.6.0
10122026-09-07T14:08:19.490Z Downloaded flagset v0.4.7
10132026-09-07T14:08:19.493Z Downloaded async-stream v0.3.6
10142026-09-07T14:08:19.496Z Downloaded socket2 v0.5.10
10152026-09-07T14:08:19.496Z Downloaded parking v2.2.1
10162026-09-07T14:08:19.499Z Downloaded stacker v0.1.23
10172026-09-07T14:08:19.502Z Downloaded tagptr v0.2.0
10182026-09-07T14:08:19.502Z Downloaded tui-tree-widget v0.23.1
10192026-09-07T14:08:19.505Z Downloaded sponge-cursor v0.1.0
10202026-09-07T14:08:19.505Z Downloaded tokio-util v0.7.18
10212026-09-07T14:08:19.513Z Downloaded event-listener-strategy v0.5.4
10222026-09-07T14:08:19.516Z Downloaded fatfs v0.3.6
10232026-09-07T14:08:19.522Z Downloaded tower-service v0.3.3
10242026-09-07T14:08:19.525Z Downloaded newtype-uuid-macros v0.1.0
10252026-09-07T14:08:19.525Z Downloaded base64 v0.21.7
10262026-09-07T14:08:19.528Z Downloaded log v0.4.33
10272026-09-07T14:08:19.528Z Downloaded reedline v0.40.0
10282026-09-07T14:08:19.532Z Downloaded libtest-mimic v0.8.1
10292026-09-07T14:08:19.535Z Downloaded scrypt v0.12.0
10302026-09-07T14:08:19.535Z Downloaded base16ct v0.2.0
10312026-09-07T14:08:19.541Z Downloaded prettyplease v0.2.37
10322026-09-07T14:08:19.544Z Downloaded thread_local v1.1.9
10332026-09-07T14:08:19.544Z Downloaded proc-macro2 v1.0.106
10342026-09-07T14:08:19.547Z Downloaded similar v2.7.0
10352026-09-07T14:08:19.550Z Downloaded futures-channel v0.3.32
10362026-09-07T14:08:19.550Z Downloaded bzip2 v0.6.1
10372026-09-07T14:08:19.553Z Downloaded memchr v2.8.0
10382026-09-07T14:08:19.556Z Downloaded tungstenite v0.21.0
10392026-09-07T14:08:19.562Z Downloaded syn v1.0.109
10402026-09-07T14:08:19.568Z Downloaded glob v0.3.3
10412026-09-07T14:08:19.571Z Downloaded pkcs1 v0.8.0-rc.4
10422026-09-07T14:08:19.571Z Downloaded expectorate v1.2.0
10432026-09-07T14:08:19.574Z Downloaded serde v1.0.228
10442026-09-07T14:08:19.574Z Downloaded blake3 v1.8.5
10452026-09-07T14:08:19.578Z Downloaded p521 v0.14.0
10462026-09-07T14:08:19.581Z Downloaded uuid v1.23.4
10472026-09-07T14:08:19.584Z Downloaded regex-syntax v0.6.29
10482026-09-07T14:08:19.587Z Downloaded writeable v0.6.2
10492026-09-07T14:08:19.587Z Downloaded chrono v0.4.45
10502026-09-07T14:08:19.591Z Downloaded slog-json v2.6.1
10512026-09-07T14:08:19.594Z Downloaded ciborium v0.2.2
10522026-09-07T14:08:19.594Z Downloaded spki v0.8.0
10532026-09-07T14:08:19.597Z Downloaded tempfile v3.27.0
10542026-09-07T14:08:19.597Z Downloaded serdect v0.4.3
10552026-09-07T14:08:19.597Z Downloaded vergen v9.1.0
10562026-09-07T14:08:19.600Z Downloaded salsa20 v0.11.0
10572026-09-07T14:08:19.600Z Downloaded prefix-trie v0.7.0
10582026-09-07T14:08:19.603Z Downloaded unicode-width v0.1.14
10592026-09-07T14:08:19.606Z Downloaded rand v0.9.2
10602026-09-07T14:08:19.609Z Downloaded nom v8.0.0
10612026-09-07T14:08:19.612Z Downloaded anstyle-parse v1.0.0
10622026-09-07T14:08:19.625Z Downloaded zlib-rs v0.6.2
10632026-09-07T14:08:19.628Z Downloaded bytes v1.11.1
10642026-09-07T14:08:19.631Z Downloaded quinn-udp v0.5.14
10652026-09-07T14:08:19.636Z Downloaded unsafe-libyaml v0.2.11
10662026-09-07T14:08:19.639Z Downloaded quote v1.0.45
10672026-09-07T14:08:19.639Z Downloaded winnow v0.5.40
10682026-09-07T14:08:19.643Z Downloaded chacha20poly1305 v0.10.1
10692026-09-07T14:08:19.647Z Downloaded cc v1.2.56
10702026-09-07T14:08:19.647Z Downloaded crypto-bigint v0.7.5
10712026-09-07T14:08:19.655Z Downloaded omicron-zone-package v0.12.3
10722026-09-07T14:08:19.658Z Downloaded rsa v0.10.0-rc.18
10732026-09-07T14:08:19.661Z Downloaded proptest v1.11.0
10742026-09-07T14:08:19.665Z Downloaded pkcs5 v0.8.1
10752026-09-07T14:08:19.668Z Downloaded progenitor-impl v0.14.0
10762026-09-07T14:08:19.671Z Downloaded serde_with_macros v3.21.0
10772026-09-07T14:08:19.671Z Downloaded toml v0.7.8
10782026-09-07T14:08:19.674Z Downloaded rayon v1.11.0
10792026-09-07T14:08:19.681Z Downloaded oxide-update-engine-types v0.1.2
10802026-09-07T14:08:19.686Z Downloaded tar v0.4.46
10812026-09-07T14:08:19.689Z Downloaded winnow v0.6.26
10822026-09-07T14:08:19.692Z Downloaded scuffle v0.1.0
10832026-09-07T14:08:19.695Z Downloaded curve25519-dalek v4.1.3
10842026-09-07T14:08:19.699Z Downloaded tokio-postgres v0.7.16
10852026-09-07T14:08:19.705Z Downloaded num-bigint v0.4.6
10862026-09-07T14:08:19.709Z Downloaded nix v0.27.1
10872026-09-07T14:08:19.712Z Downloaded object v0.30.4
10882026-09-07T14:08:19.716Z Downloaded rstest v0.25.0
10892026-09-07T14:08:19.720Z Downloaded serde_with v3.21.0
10902026-09-07T14:08:19.727Z Downloaded knus v3.4.0
10912026-09-07T14:08:19.730Z Downloaded flate2 v1.1.9
10922026-09-07T14:08:19.733Z Downloaded ed25519-dalek v3.0.0
10932026-09-07T14:08:19.733Z Downloaded futures-util v0.3.32
10942026-09-07T14:08:19.739Z Downloaded git2 v0.20.4
10952026-09-07T14:08:19.744Z Downloaded rand v0.10.1
10962026-09-07T14:08:19.752Z Downloaded salty v0.3.0
10972026-09-07T14:08:19.752Z Downloaded dropshot-api-manager v0.8.0
10982026-09-07T14:08:19.756Z Downloaded fancy-regex v0.14.0
10992026-09-07T14:08:19.756Z Downloaded hickory-proto v0.24.4
11002026-09-07T14:08:19.763Z Downloaded quinn-proto v0.11.16
11012026-09-07T14:08:19.767Z Downloaded serde_json v1.0.151
11022026-09-07T14:08:19.771Z Downloaded rand v0.8.6
11032026-09-07T14:08:19.774Z Downloaded curve25519-dalek v5.0.0
11042026-09-07T14:08:19.779Z Downloaded minimal-lexical v0.2.1
11052026-09-07T14:08:19.783Z Downloaded polar-core v0.27.3
11062026-09-07T14:08:19.786Z Downloaded petname v2.0.2
11072026-09-07T14:08:19.789Z Downloaded regex-syntax v0.8.10
11082026-09-07T14:08:19.793Z Downloaded aho-corasick v1.1.4
11092026-09-07T14:08:19.798Z Downloaded time v0.3.47
11102026-09-07T14:08:19.805Z Downloaded hickory-proto v0.25.2
11112026-09-07T14:08:19.817Z Downloaded libm v0.2.16
11122026-09-07T14:08:19.828Z Downloaded zerocopy v0.8.55
11132026-09-07T14:08:19.847Z Downloaded aws-lc-rs v1.16.3
11142026-09-07T14:08:19.859Z Downloaded radix_trie v0.2.1
11152026-09-07T14:08:19.862Z Downloaded rawzip v0.4.4
11162026-09-07T14:08:19.865Z Downloaded reqwest v0.12.28
11172026-09-07T14:08:19.868Z Downloaded syn v3.0.3
11182026-09-07T14:08:19.874Z Downloaded zerocopy v0.7.35
11192026-09-07T14:08:19.883Z Downloaded unicode-width v0.2.0
11202026-09-07T14:08:19.887Z Downloaded rustls v0.23.41
11212026-09-07T14:08:19.893Z Downloaded syn v2.0.117
11222026-09-07T14:08:19.900Z Downloaded tabled v0.21.0
11232026-09-07T14:08:19.911Z Downloaded gimli v0.32.3
11242026-09-07T14:08:19.915Z Downloaded object v0.37.3
11252026-09-07T14:08:19.922Z Downloaded winnow v1.0.3
11262026-09-07T14:08:19.927Z Downloaded nix v0.28.0
11272026-09-07T14:08:19.933Z Downloaded tabled v0.15.0
11282026-09-07T14:08:19.942Z Downloaded openapiv3 v2.2.0
11292026-09-07T14:08:19.949Z Downloaded smoltcp v0.9.1
11302026-09-07T14:08:19.955Z Downloaded vcpkg v0.2.15
11312026-09-07T14:08:19.978Z Downloaded sqlparser v0.61.0
11322026-09-07T14:08:19.984Z Downloaded lalrpop v0.19.12
11332026-09-07T14:08:19.990Z Downloaded bstr v1.12.1
11342026-09-07T14:08:19.995Z Downloaded moka v0.12.13
11352026-09-07T14:08:19.999Z Downloaded russh v0.62.4
11362026-09-07T14:08:20.004Z Downloaded bitvec v1.0.1
11372026-09-07T14:08:20.012Z Downloaded openssl v0.10.80
11382026-09-07T14:08:20.019Z Downloaded smoltcp v0.11.0
11392026-09-07T14:08:20.028Z Downloaded regress v0.10.5
11402026-09-07T14:08:20.030Z Downloaded regress v0.11.1
11412026-09-07T14:08:20.036Z Downloaded zerocopy-derive v0.6.6
11422026-09-07T14:08:20.041Z Downloaded nix v0.31.2
11432026-09-07T14:08:20.049Z Downloaded rustix v1.1.4
11442026-09-07T14:08:20.061Z Downloaded rustix v0.38.44
11452026-09-07T14:08:20.074Z Downloaded dropshot v0.17.1
11462026-09-07T14:08:20.086Z Downloaded ratatui v0.29.0
11472026-09-07T14:08:20.098Z Downloaded tracing v0.1.44
11482026-09-07T14:08:20.111Z Downloaded typify-impl v0.6.2
11492026-09-07T14:08:20.120Z Downloaded bzip2-sys v0.1.13+1.0.8
11502026-09-07T14:08:20.126Z Downloaded sled v0.34.7
11512026-09-07T14:08:20.170Z Downloaded sha3 v0.11.0
11522026-09-07T14:08:20.173Z Downloaded regex-automata v0.4.14
11532026-09-07T14:08:20.185Z Downloaded csv v1.4.0
11542026-09-07T14:08:20.202Z Downloaded tokio v1.52.1
11552026-09-07T14:08:20.226Z Downloaded petgraph v0.6.5
11562026-09-07T14:08:20.238Z Downloaded sha3 v0.10.8
11572026-09-07T14:08:20.241Z Downloaded libc v0.2.185
11582026-09-07T14:08:20.260Z Downloaded jiff v0.2.34
11592026-09-07T14:08:20.271Z Downloaded ring v0.17.14
11602026-09-07T14:08:20.316Z Downloaded chrono-tz v0.10.4
11612026-09-07T14:08:20.330Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11622026-09-07T14:08:20.342Z Downloaded petgraph v0.8.3
11632026-09-07T14:08:20.356Z Downloaded libz-sys v1.1.24
11642026-09-07T14:08:20.470Z Downloaded encoding_rs v0.8.35
11652026-09-07T14:08:20.515Z Downloaded httpmock v0.8.3
11662026-09-07T14:08:20.569Z Downloaded libgit2-sys v0.18.3+1.9.2
11672026-09-07T14:08:21.058Z Downloaded aws-lc-sys v0.40.0
11682026-09-07T14:08:21.481Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11692026-09-07T14:08:23.718Z Startup: Refreshing catalog 'helios' ... Done
11702026-09-07T14:08:24.175Z Startup: Caching catalogs ... Done
11712026-09-07T14:08:26.722ZPlanning: Solver setup ... Done (2.369s)
11722026-09-07T14:08:26.789ZPlanning: Running solver ... Done (0.069s)
11732026-09-07T14:08:26.838ZPlanning: Finding local manifests ... Done (0.003s)
11742026-09-07T14:08:26.849ZPlanning: Fetching manifests: 0/2 0% complete
11752026-09-07T14:08:26.878ZPlanning: Fetching manifests: 2/2 100% complete
11762026-09-07T14:08:26.883ZPlanning: Package planning ... Done (0.014s)
11772026-09-07T14:08:26.900ZPlanning: Merging actions ... Done (0.002s)
11782026-09-07T14:08:27.049ZPlanning: Checking for conflicting actions ... Done (0.158s)
11792026-09-07T14:08:27.061ZPlanning: Consolidating action changes ... Done (0.001s)
11802026-09-07T14:08:27.922ZPlanning: Evaluating mediators ... Done (0.881s)
11812026-09-07T14:08:27.925ZPlanning: Planning completed in 3.71 seconds
11822026-09-07T14:08:27.932Z Packages to install: 2
11832026-09-07T14:08:27.932Z Estimated space available: 155.73 GB
11842026-09-07T14:08:27.932ZEstimated space to be consumed: 86.48 MB
11852026-09-07T14:08:27.932Z Create boot environment: No
11862026-09-07T14:08:27.932ZCreate backup boot environment: No
11872026-09-07T14:08:27.932Z Rebuild boot archive: No
11882026-09-07T14:08:27.935Z
11892026-09-07T14:08:27.936ZChanged packages:
11902026-09-07T14:08:27.936Zhelios
11912026-09-07T14:08:27.936Z developer/build-essential
11922026-09-07T14:08:27.936Z None -> 11-3.0
11932026-09-07T14:08:27.936Z library/libxmlsec1
11942026-09-07T14:08:27.936Z None -> 1.2.35-3.0
11952026-09-07T14:08:27.958Z
11962026-09-07T14:08:27.958ZDownload: 0/214 items 0.0/1.3MB 0% complete
11972026-09-07T14:08:28.028ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
11982026-09-07T14:08:28.151Z Actions: 1/268 actions (Installing new actions)
11992026-09-07T14:08:28.190Z Actions: Completed 268 actions in 0.04 seconds.
12002026-09-07T14:08:28.226ZFinalize: Updating package state database ... Done (0.035s)
12012026-09-07T14:08:28.229ZFinalize: Updating package cache ... Done (0.000s)
12022026-09-07T14:08:28.326ZFinalize: Updating image state ... Done (0.100s)
12032026-09-07T14:08:31.076ZFinalize: Creating fast lookup database ... Done (2.696s)
12042026-09-07T14:08:31.146ZFinalize: Reading search index ... Done (0.012s)
12052026-09-07T14:08:31.149ZFinalize: Updating search index ... Done (0.000s)
12062026-09-07T14:08:31.278ZFinalize: Updating package cache ... Done (0.000s)
12072026-09-07T14:08:31.660ZPlanning: Evaluating mediator changes ... Done
12082026-09-07T14:08:31.765ZPlanning: Checking for conflicting actions ... Done
12092026-09-07T14:08:31.768ZPlanning: Consolidating action changes ... Done
12102026-09-07T14:08:31.922ZPlanning: Evaluating mediators ... Done
12112026-09-07T14:08:31.925ZPlanning: Planning completed in 0.26 seconds
12122026-09-07T14:08:31.948Z Mediators to change: 2
12132026-09-07T14:08:31.948Z Create boot environment: No
12142026-09-07T14:08:31.951ZCreate backup boot environment: No
12152026-09-07T14:08:32.002ZFinalize: Updating package state database ... Done
12162026-09-07T14:08:32.002ZFinalize: Updating package cache ... Done
12172026-09-07T14:08:32.061ZFinalize: Updating image state ... Done
12182026-09-07T14:08:34.016ZFinalize: Creating fast lookup database ... Done
12192026-09-07T14:08:34.080ZFinalize: Reading search index ... Done
12202026-09-07T14:08:34.087ZFinalize: Updating search index ... Done
12212026-09-07T14:08:34.186ZFinalize: Updating package cache ... Done
12222026-09-07T14:08:34.472ZPlanning: Evaluating mediator changes ... Done
12232026-09-07T14:08:34.577ZPlanning: Checking for conflicting actions ... Done
12242026-09-07T14:08:34.581ZPlanning: Consolidating action changes ... Done
12252026-09-07T14:08:34.739ZPlanning: Evaluating mediators ... Done
12262026-09-07T14:08:34.742ZPlanning: Planning completed in 0.27 seconds
12272026-09-07T14:08:34.762Z Mediators to change: 1
12282026-09-07T14:08:34.762Z Create boot environment: No
12292026-09-07T14:08:34.762ZCreate backup boot environment: No
12302026-09-07T14:08:34.825ZFinalize: Updating package state database ... Done
12312026-09-07T14:08:34.826ZFinalize: Updating package cache ... Done
12322026-09-07T14:08:34.890ZFinalize: Updating image state ... Done
12332026-09-07T14:08:36.851ZFinalize: Creating fast lookup database ... Done
12342026-09-07T14:08:36.914ZFinalize: Reading search index ... Done
12352026-09-07T14:08:36.917ZFinalize: Updating search index ... Done
12362026-09-07T14:08:37.050ZFinalize: Updating package cache ... Done
12372026-09-07T14:08:37.365ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12382026-09-07T14:08:37.365Zapache system 2.4 system
12392026-09-07T14:08:37.365Zclang system 15 system
12402026-09-07T14:08:37.365Zcsh system system illumos
12412026-09-07T14:08:37.365Zctags system system illumos
12422026-09-07T14:08:37.365Zfile vendor vendor darwinsys
12432026-09-07T14:08:37.365Zfile system system illumos
12442026-09-07T14:08:37.365Zgcc vendor 14 vendor
12452026-09-07T14:08:37.365Zgcc system 13 system
12462026-09-07T14:08:37.365Zgcc system 10 system
12472026-09-07T14:08:37.365Zgo system 1.25 system
12482026-09-07T14:08:37.365Zllvm system 15 system
12492026-09-07T14:08:37.365Zmariadb system 11.4 system
12502026-09-07T14:08:37.365Zmta vendor vendor dma
12512026-09-07T14:08:37.366Zopenjdk system 17 system
12522026-09-07T14:08:37.366Zopenjdk system 11 system
12532026-09-07T14:08:37.366Zopenssl vendor 3 vendor
12542026-09-07T14:08:37.366Zperl system 5.40 system
12552026-09-07T14:08:37.366Zpostgresql system 18 system
12562026-09-07T14:08:37.366Zpostgresql system 17 system
12572026-09-07T14:08:37.366Zpython vendor 3 vendor
12582026-09-07T14:08:37.366Zpython system 2 system
12592026-09-07T14:08:37.366Zpython3 vendor 3.13 vendor
12602026-09-07T14:08:37.366Zruby system 3.4 system
12612026-09-07T14:08:37.366Zruby system 3.0 system
12622026-09-07T14:08:37.366Zwords vendor vendor american-english
12632026-09-07T14:08:37.366Zwords system system australian-english
12642026-09-07T14:08:37.366Zwords system system british-english
12652026-09-07T14:08:37.366Zwords system system canadian-english
12662026-09-07T14:08:37.366Zwords system system french
12672026-09-07T14:08:37.366Zwords system system italian
12682026-09-07T14:08:37.366Zwords system system ngerman
12692026-09-07T14:08:37.366Zwords system system ogerman
12702026-09-07T14:08:37.366Zwords system system spanish
12712026-09-07T14:08:37.615ZPUBLISHER TYPE STATUS P LOCATION
12722026-09-07T14:08:37.615Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12732026-09-07T14:08:38.136ZFMRI IFO
12742026-09-07T14:08:38.136Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12752026-09-07T14:08:38.136Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12762026-09-07T14:08:38.136Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12772026-09-07T14:08:38.136Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12782026-09-07T14:08:38.136Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12792026-09-07T14:08:38.136Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12802026-09-07T14:08:38.136Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12812026-09-07T14:08:38.136Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12822026-09-07T14:08:38.136Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12832026-09-07T14:08:38.759Z Downloading crates ...
12842026-09-07T14:08:38.806Z Downloaded cargo_toml v0.21.0
12852026-09-07T14:08:38.846Z Compiling proc-macro2 v1.0.106
12862026-09-07T14:08:38.846Z Compiling unicode-ident v1.0.24
12872026-09-07T14:08:38.850Z Compiling quote v1.0.45
12882026-09-07T14:08:38.850Z Compiling serde_core v1.0.228
12892026-09-07T14:08:38.850Z Compiling libc v0.2.185
12902026-09-07T14:08:38.850Z Compiling version_check v0.9.5
12912026-09-07T14:08:38.850Z Compiling memchr v2.8.0
12922026-09-07T14:08:38.850Z Compiling serde v1.0.228
12932026-09-07T14:08:38.850Z Compiling zmij v1.0.21
12942026-09-07T14:08:38.850Z Compiling itoa v1.0.17
12952026-09-07T14:08:38.850Z Compiling ucd-trie v0.1.7
12962026-09-07T14:08:38.925Z Compiling thiserror v1.0.69
12972026-09-07T14:08:38.928Z Compiling byteorder v1.5.0
12982026-09-07T14:08:38.928Z Compiling rustix v1.1.4
12992026-09-07T14:08:39.092Z Compiling serde_json v1.0.151
13002026-09-07T14:08:39.174Z Compiling bitflags v2.11.0
13012026-09-07T14:08:39.319Z Compiling proc-macro-error-attr v1.0.4
13022026-09-07T14:08:39.372Z Compiling pest v2.8.6
13032026-09-07T14:08:39.375Z Compiling usdt-impl v0.5.0
13042026-09-07T14:08:39.444Z Compiling camino v1.2.5
13052026-09-07T14:08:39.447Z Compiling syn v1.0.109
13062026-09-07T14:08:39.483Z Compiling proc-macro-error v1.0.4
13072026-09-07T14:08:39.496Z Compiling equivalent v1.0.2
13082026-09-07T14:08:39.558Z Compiling getrandom v0.4.3
13092026-09-07T14:08:39.561Z Compiling plain v0.2.3
13102026-09-07T14:08:39.599Z Compiling log v0.4.33
13112026-09-07T14:08:39.617Z Compiling hashbrown v0.17.0
13122026-09-07T14:08:39.638Z Compiling utf8parse v0.2.2
13132026-09-07T14:08:39.706Z Compiling colorchoice v1.0.4
13142026-09-07T14:08:39.709Z Compiling thiserror v2.0.18
13152026-09-07T14:08:39.739Z Compiling anstyle-parse v1.0.0
13162026-09-07T14:08:39.763Z Compiling toml_write v0.1.2
13172026-09-07T14:08:39.803Z Compiling anstyle-query v1.1.5
13182026-09-07T14:08:39.815Z Compiling anstyle v1.0.14
13192026-09-07T14:08:39.826Z Compiling cfg-if v1.0.4
13202026-09-07T14:08:39.836Z Compiling autocfg v1.5.0
13212026-09-07T14:08:39.840Z Compiling pretty-hex v0.4.1
13222026-09-07T14:08:39.905Z Compiling errno v0.3.14
13232026-09-07T14:08:39.916Z Compiling thread-id v4.2.2
13242026-09-07T14:08:39.927Z Compiling is_terminal_polyfill v1.70.2
13252026-09-07T14:08:39.937Z Compiling winnow v0.7.14
13262026-09-07T14:08:39.976Z Compiling fastrand v2.3.0
13272026-09-07T14:08:39.997Z Compiling unicode-width v0.1.14
13282026-09-07T14:08:40.007Z Compiling anstream v1.0.0
13292026-09-07T14:08:40.058Z Compiling strsim v0.11.1
13302026-09-07T14:08:40.068Z Compiling fnv v1.0.7
13312026-09-07T14:08:40.080Z Compiling bytecount v0.6.9
13322026-09-07T14:08:40.201Z Compiling indexmap v2.14.0
13332026-09-07T14:08:40.215Z Compiling clap_lex v1.0.0
13342026-09-07T14:08:40.261Z Compiling heck v0.4.1
13352026-09-07T14:08:40.274Z Compiling heck v0.5.0
13362026-09-07T14:08:40.285Z Compiling fs-err v3.3.0
13372026-09-07T14:08:40.299Z Compiling once_cell v1.21.3
13382026-09-07T14:08:40.310Z Compiling anyhow v1.0.104
13392026-09-07T14:08:40.341Z Compiling papergrid v0.11.0
13402026-09-07T14:08:40.398Z Compiling syn v2.0.117
13412026-09-07T14:08:40.457Z Compiling pest_meta v2.8.6
13422026-09-07T14:08:40.497Z Compiling memmap v0.7.0
13432026-09-07T14:08:40.517Z Compiling unicode-width v0.2.0
13442026-09-07T14:08:40.532Z Compiling smawk v0.3.2
13452026-09-07T14:08:40.596Z Compiling unicode-linebreak v0.1.5
13462026-09-07T14:08:40.682Z Compiling swrite v0.1.0
13472026-09-07T14:08:40.898Z Compiling terminal_size v0.4.3
13482026-09-07T14:08:40.898Z Compiling tempfile v3.27.0
13492026-09-07T14:08:40.998Z Compiling clap_builder v4.6.0
13502026-09-07T14:08:40.998Z Compiling textwrap v0.16.2
13512026-09-07T14:08:41.285Z Compiling cargo-platform v0.3.2
13522026-09-07T14:08:41.297Z Compiling semver v1.0.28
13532026-09-07T14:08:41.529Z Compiling camino-tempfile v1.4.1
13542026-09-07T14:08:41.807Z Compiling tabled_derive v0.7.0
13552026-09-07T14:08:42.486Z Compiling tabled v0.15.0
13562026-09-07T14:08:42.498Z Compiling pest_generator v2.8.6
13572026-09-07T14:08:42.979Z Compiling serde_derive v1.0.228
13582026-09-07T14:08:42.979Z Compiling thiserror-impl v1.0.69
13592026-09-07T14:08:42.979Z Compiling zerocopy-derive v0.7.35
13602026-09-07T14:08:42.985Z Compiling scroll_derive v0.12.1
13612026-09-07T14:08:42.985Z Compiling thiserror-impl v2.0.18
13622026-09-07T14:08:42.985Z Compiling clap_derive v4.6.1
13632026-09-07T14:08:43.030Z Compiling pest_derive v2.8.6
13642026-09-07T14:08:43.592Z Compiling scroll v0.12.0
13652026-09-07T14:08:43.647Z Compiling zerocopy v0.7.35
13662026-09-07T14:08:43.789Z Compiling goblin v0.8.2
13672026-09-07T14:08:44.002Z Compiling dtrace-parser v0.2.0
13682026-09-07T14:08:44.276Z Compiling clap v4.6.1
13692026-09-07T14:08:45.287Z Compiling dof v0.3.0
13702026-09-07T14:08:45.287Z Compiling serde_tokenstream v0.2.3
13712026-09-07T14:08:45.298Z Compiling toml_datetime v0.6.11
13722026-09-07T14:08:45.302Z Compiling serde_spanned v0.6.9
13732026-09-07T14:08:45.302Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13742026-09-07T14:08:45.302Z Compiling macaddr v1.0.1
13752026-09-07T14:08:45.302Z Compiling cargo_metadata v0.23.1
13762026-09-07T14:08:45.492Z Compiling toml_edit v0.22.27
13772026-09-07T14:08:45.936Z Compiling usdt-attr-macro v0.5.0
13782026-09-07T14:08:45.936Z Compiling usdt-macro v0.5.0
13792026-09-07T14:08:46.555Z Compiling usdt v0.5.0
13802026-09-07T14:08:46.722Z Compiling toml v0.8.23
13812026-09-07T14:08:47.038Z Compiling cargo_toml v0.21.0
13822026-09-07T14:08:48.308Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13832026-09-07T14:08:50.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
13842026-09-07T14:08:50.377Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13852026-09-07T14:08:51.146Z Compiling serde_core v1.0.228
13862026-09-07T14:08:51.146Z Compiling libc v0.2.185
13872026-09-07T14:08:51.146Z Compiling serde v1.0.228
13882026-09-07T14:08:51.150Z Compiling log v0.4.33
13892026-09-07T14:08:51.150Z Compiling smallvec v1.15.1
13902026-09-07T14:08:51.150Z Compiling shlex v1.3.0
13912026-09-07T14:08:51.150Z Compiling find-msvc-tools v0.1.9
13922026-09-07T14:08:51.150Z Compiling subtle v2.6.1
13932026-09-07T14:08:51.150Z Compiling scopeguard v1.2.0
13942026-09-07T14:08:51.150Z Compiling typenum v1.20.1
13952026-09-07T14:08:51.150Z Compiling stable_deref_trait v1.2.1
13962026-09-07T14:08:51.150Z Compiling zerocopy v0.8.55
13972026-09-07T14:08:51.268Z Compiling portable-atomic v1.13.1
13982026-09-07T14:08:51.334Z Compiling serde_json v1.0.151
13992026-09-07T14:08:51.348Z Compiling syn v2.0.117
14002026-09-07T14:08:51.360Z Compiling critical-section v1.2.0
14012026-09-07T14:08:51.447Z Compiling lock_api v0.4.14
14022026-09-07T14:08:51.462Z Compiling libm v0.2.16
14032026-09-07T14:08:51.472Z Compiling num-traits v0.2.19
14042026-09-07T14:08:51.505Z Compiling pkg-config v0.3.32
14052026-09-07T14:08:51.520Z Compiling generic-array v0.14.7
14062026-09-07T14:08:51.524Z Compiling pin-project-lite v0.2.17
14072026-09-07T14:08:51.548Z Compiling getrandom v0.4.3
14082026-09-07T14:08:51.577Z Compiling parking_lot_core v0.9.12
14092026-09-07T14:08:51.615Z Compiling const-oid v0.9.6
14102026-09-07T14:08:51.643Z Compiling rand_core v0.10.0
14112026-09-07T14:08:51.698Z Compiling percent-encoding v2.3.2
14122026-09-07T14:08:51.728Z Compiling litemap v0.8.1
14132026-09-07T14:08:51.807Z Compiling futures-core v0.3.32
14142026-09-07T14:08:51.835Z Compiling writeable v0.6.2
14152026-09-07T14:08:51.838Z Compiling icu_properties_data v2.1.2
14162026-09-07T14:08:51.894Z Compiling icu_normalizer_data v2.1.1
14172026-09-07T14:08:51.897Z Compiling getrandom v0.3.4
14182026-09-07T14:08:51.924Z Compiling rustix v1.1.4
14192026-09-07T14:08:51.979Z Compiling futures-sink v0.3.32
14202026-09-07T14:08:52.009Z Compiling utf8_iter v1.0.4
14212026-09-07T14:08:52.009Z Compiling slab v0.4.12
14222026-09-07T14:08:52.067Z Compiling futures-task v0.3.32
14232026-09-07T14:08:52.096Z Compiling futures-channel v0.3.32
14242026-09-07T14:08:52.111Z Compiling futures-io v0.3.32
14252026-09-07T14:08:52.162Z Compiling errno v0.3.14
14262026-09-07T14:08:52.215Z Compiling jobserver v0.1.34
14272026-09-07T14:08:52.236Z Compiling getrandom v0.2.17
14282026-09-07T14:08:52.245Z Compiling mio v1.2.0
14292026-09-07T14:08:52.257Z Compiling socket2 v0.6.3
14302026-09-07T14:08:52.336Z Compiling signal-hook-registry v1.4.8
14312026-09-07T14:08:52.336Z Compiling form_urlencoded v1.2.2
14322026-09-07T14:08:52.339Z Compiling rustversion v1.0.22
14332026-09-07T14:08:52.417Z Compiling once_cell v1.21.3
14342026-09-07T14:08:52.522Z Compiling cc v1.2.56
14352026-09-07T14:08:52.573Z Compiling rand_core v0.6.4
14362026-09-07T14:08:52.603Z Compiling parking_lot v0.12.5
14372026-09-07T14:08:52.635Z Compiling iana-time-zone v0.1.65
14382026-09-07T14:08:52.652Z Compiling base64ct v1.8.3
14392026-09-07T14:08:52.655Z Compiling ident_case v1.0.1
14402026-09-07T14:08:52.655Z Compiling flagset v0.4.7
14412026-09-07T14:08:52.655Z Compiling fs_extra v1.3.0
14422026-09-07T14:08:52.846Z Compiling dunce v1.0.5
14432026-09-07T14:08:52.877Z Compiling regex-syntax v0.8.10
14442026-09-07T14:08:52.893Z Compiling base64 v0.22.1
14452026-09-07T14:08:52.908Z Compiling rand_core v0.9.5
14462026-09-07T14:08:52.912Z Compiling vcpkg v0.2.15
14472026-09-07T14:08:52.934Z Compiling syn v1.0.109
14482026-09-07T14:08:52.954Z Compiling tracing-core v0.1.36
14492026-09-07T14:08:53.001Z Compiling pem-rfc7468 v0.7.0
14502026-09-07T14:08:53.016Z Compiling dyn-clone v1.0.20
14512026-09-07T14:08:53.030Z Compiling aws-lc-rs v1.16.3
14522026-09-07T14:08:53.045Z Compiling cpufeatures v0.2.17
14532026-09-07T14:08:53.059Z Compiling simd-adler32 v0.3.8
14542026-09-07T14:08:53.126Z Compiling schemars v0.8.22
14552026-09-07T14:08:53.163Z Compiling spin v0.9.8
14562026-09-07T14:08:53.197Z Compiling cmov v0.5.4
14572026-09-07T14:08:53.236Z Compiling tinyvec_macros v0.1.1
14582026-09-07T14:08:53.306Z Compiling httparse v1.10.1
14592026-09-07T14:08:53.321Z Compiling cmake v0.1.57
14602026-09-07T14:08:53.324Z Compiling crc32fast v1.5.0
14612026-09-07T14:08:53.364Z Compiling openssl-probe v0.2.1
14622026-09-07T14:08:53.368Z Compiling adler2 v2.0.1
14632026-09-07T14:08:53.404Z Compiling ctutils v0.4.2
14642026-09-07T14:08:53.419Z Compiling tinyvec v1.10.0
14652026-09-07T14:08:53.423Z Compiling aho-corasick v1.1.4
14662026-09-07T14:08:53.452Z Compiling tower-layer v0.3.3
14672026-09-07T14:08:53.522Z Compiling bitflags v2.11.0
14682026-09-07T14:08:53.584Z Compiling semver v1.0.28
14692026-09-07T14:08:53.624Z Compiling indexmap v2.14.0
14702026-09-07T14:08:53.640Z Compiling uuid v1.23.4
14712026-09-07T14:08:53.670Z Compiling miniz_oxide v0.8.9
14722026-09-07T14:08:53.713Z Compiling try-lock v0.2.5
14732026-09-07T14:08:53.728Z Compiling unicode-segmentation v1.12.0
14742026-09-07T14:08:53.742Z Compiling radium v0.7.0
14752026-09-07T14:08:53.765Z Compiling untrusted v0.7.1
14762026-09-07T14:08:53.799Z Compiling rustc_version v0.4.1
14772026-09-07T14:08:53.832Z Compiling tower-service v0.3.3
14782026-09-07T14:08:53.899Z Compiling atomic-waker v1.1.2
14792026-09-07T14:08:53.915Z Compiling want v0.3.1
14802026-09-07T14:08:54.044Z Compiling untrusted v0.9.0
14812026-09-07T14:08:54.089Z Compiling tap v1.0.1
14822026-09-07T14:08:54.120Z Compiling maybe-uninit v2.0.0
14832026-09-07T14:08:54.134Z Compiling foreign-types-shared v0.1.1
14842026-09-07T14:08:54.156Z Compiling aws-lc-sys v0.40.0
14852026-09-07T14:08:54.179Z Compiling openssl-sys v0.9.117
14862026-09-07T14:08:54.214Z Compiling openssl v0.10.80
14872026-09-07T14:08:54.228Z Compiling synstructure v0.13.2
14882026-09-07T14:08:54.243Z Compiling serde_derive_internals v0.29.1
14892026-09-07T14:08:54.246Z Compiling pest_generator v2.8.6
14902026-09-07T14:08:54.277Z Compiling darling_core v0.20.11
14912026-09-07T14:08:54.301Z Compiling httpdate v1.0.3
14922026-09-07T14:08:54.326Z Compiling regex-automata v0.4.14
14932026-09-07T14:08:54.407Z Compiling rustls v0.23.41
14942026-09-07T14:08:54.512Z Compiling foreign-types v0.3.2
14952026-09-07T14:08:54.543Z Compiling wyz v0.5.1
14962026-09-07T14:08:54.595Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-09-07T14:08:54.609Z Compiling tempfile v3.27.0
14982026-09-07T14:08:54.663Z Compiling terminal_size v0.4.3
14992026-09-07T14:08:54.747Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-09-07T14:08:54.850Z Compiling unicode-normalization v0.1.25
15012026-09-07T14:08:54.870Z Compiling num-integer v0.1.46
15022026-09-07T14:08:54.968Z Compiling wait-timeout v0.2.1
15032026-09-07T14:08:54.995Z Compiling socket2 v0.5.10
15042026-09-07T14:08:55.011Z Compiling ahash v0.8.12
15052026-09-07T14:08:55.050Z Compiling num-bigint-dig v0.8.6
15062026-09-07T14:08:55.065Z Compiling funty v2.0.0
15072026-09-07T14:08:55.143Z Compiling native-tls v0.2.18
15082026-09-07T14:08:55.158Z Compiling time-core v0.1.8
15092026-09-07T14:08:55.209Z Compiling bit-vec v0.8.0
15102026-09-07T14:08:55.226Z Compiling quick-error v1.2.3
15112026-09-07T14:08:55.242Z Compiling packed_struct v0.10.1
15122026-09-07T14:08:55.257Z Compiling powerfmt v0.2.0
15132026-09-07T14:08:55.261Z Compiling num-conv v0.2.0
15142026-09-07T14:08:55.330Z Compiling rusty-fork v0.3.1
15152026-09-07T14:08:55.330Z Compiling num-iter v0.1.45
15162026-09-07T14:08:55.377Z Compiling clap_builder v4.6.0
15172026-09-07T14:08:55.406Z Compiling deranged v0.5.8
15182026-09-07T14:08:55.420Z Compiling time-macros v0.2.27
15192026-09-07T14:08:55.420Z Compiling bit-set v0.8.0
15202026-09-07T14:08:55.456Z Compiling bitvec v1.0.1
15212026-09-07T14:08:55.522Z Compiling lazy_static v1.5.0
15222026-09-07T14:08:55.563Z Compiling rand_xorshift v0.4.0
15232026-09-07T14:08:55.597Z Compiling sync_wrapper v1.0.2
15242026-09-07T14:08:55.623Z Compiling indexmap v1.9.3
15252026-09-07T14:08:55.643Z Compiling usdt-impl v0.6.0
15262026-09-07T14:08:55.669Z Compiling crc-catalog v2.4.0
15272026-09-07T14:08:55.715Z Compiling nodrop v0.1.14
15282026-09-07T14:08:55.741Z Compiling object v0.37.3
15292026-09-07T14:08:55.776Z Compiling siphasher v1.0.2
15302026-09-07T14:08:55.818Z Compiling paste v1.0.15
15312026-09-07T14:08:55.832Z Compiling zlib-rs v0.6.2
15322026-09-07T14:08:55.872Z Compiling unarray v0.1.4
15332026-09-07T14:08:55.937Z Compiling serde_derive v1.0.228
15342026-09-07T14:08:55.970Z Compiling zeroize_derive v1.5.0
15352026-09-07T14:08:55.992Z Compiling zerocopy-derive v0.8.55
15362026-09-07T14:08:56.015Z Compiling zerofrom-derive v0.1.6
15372026-09-07T14:08:56.096Z Compiling yoke-derive v0.8.1
15382026-09-07T14:08:56.325Z Compiling zerovec-derive v0.11.2
15392026-09-07T14:08:56.389Z Compiling displaydoc v0.2.5
15402026-09-07T14:08:56.504Z Compiling tokio-macros v2.7.0
15412026-09-07T14:08:56.578Z Compiling futures-macro v0.3.32
15422026-09-07T14:08:56.638Z Compiling thiserror-impl v2.0.18
15432026-09-07T14:08:56.892Z Compiling der_derive v0.7.3
15442026-09-07T14:08:57.163Z Compiling tracing-attributes v0.1.31
15452026-09-07T14:08:57.243Z Compiling schemars_derive v0.8.22
15462026-09-07T14:08:57.305Z Compiling scroll_derive v0.13.1
15472026-09-07T14:08:57.334Z Compiling pest_derive v2.8.6
15482026-09-07T14:08:57.466Z Compiling futures-util v0.3.32
15492026-09-07T14:08:57.485Z Compiling zerofrom v0.1.6
15502026-09-07T14:08:57.501Z Compiling darling_macro v0.20.11
15512026-09-07T14:08:57.623Z Compiling yoke v0.8.1
15522026-09-07T14:08:57.815Z Compiling zerovec v0.11.5
15532026-09-07T14:08:57.844Z Compiling zerotrie v0.2.3
15542026-09-07T14:08:57.924Z Compiling openssl-macros v0.1.1
15552026-09-07T14:08:58.019Z Compiling thiserror v2.0.18
15562026-09-07T14:08:58.041Z Compiling thiserror-impl v1.0.69
15572026-09-07T14:08:58.139Z Compiling darling v0.20.11
15582026-09-07T14:08:58.157Z Compiling packed_struct_codegen v0.10.1
15592026-09-07T14:08:58.172Z Compiling scroll v0.13.0
15602026-09-07T14:08:58.234Z Compiling zerocopy-derive v0.6.6
15612026-09-07T14:08:58.365Z Compiling tinystr v0.8.2
15622026-09-07T14:08:58.380Z Compiling potential_utf v0.1.4
15632026-09-07T14:08:58.435Z Compiling goblin v0.10.5
15642026-09-07T14:08:58.485Z Compiling bitfield-macros v0.19.4
15652026-09-07T14:08:58.556Z Compiling icu_locale_core v2.1.1
15662026-09-07T14:08:58.556Z Compiling icu_collections v2.1.1
15672026-09-07T14:08:58.584Z Compiling tracing v0.1.44
15682026-09-07T14:08:58.597Z Compiling clap_derive v4.6.1
15692026-09-07T14:08:58.873Z Compiling crossbeam-utils v0.8.21
15702026-09-07T14:08:59.068Z Compiling num_threads v0.1.7
15712026-09-07T14:08:59.121Z Compiling zerocopy v0.6.6
15722026-09-07T14:08:59.182Z Compiling icu_provider v2.1.1
15732026-09-07T14:08:59.186Z Compiling time v0.3.47
15742026-09-07T14:08:59.236Z Compiling flate2 v1.1.9
15752026-09-07T14:08:59.252Z Compiling bitfield v0.19.4
15762026-09-07T14:08:59.285Z Compiling derive_builder_core v0.20.2
15772026-09-07T14:08:59.388Z Compiling thiserror v1.0.69
15782026-09-07T14:08:59.470Z Compiling zeroize v1.9.0
15792026-09-07T14:08:59.474Z Compiling bytes v1.11.1
15802026-09-07T14:08:59.500Z Compiling icu_normalizer v2.1.1
15812026-09-07T14:08:59.504Z Compiling icu_properties v2.1.2
15822026-09-07T14:08:59.504Z Compiling chrono v0.4.45
15832026-09-07T14:08:59.564Z Compiling ipnet v2.12.0
15842026-09-07T14:08:59.701Z Compiling der v0.7.10
15852026-09-07T14:08:59.857Z Compiling rustls-pki-types v1.14.0
15862026-09-07T14:08:59.966Z Compiling tokio v1.52.1
15872026-09-07T14:09:00.063Z Compiling http v1.4.2
15882026-09-07T14:09:00.104Z Compiling hybrid-array v0.4.13
15892026-09-07T14:09:00.149Z Compiling hex v0.4.3
15902026-09-07T14:09:00.233Z Compiling crypto-common v0.1.7
15912026-09-07T14:09:00.320Z Compiling block-buffer v0.10.4
15922026-09-07T14:09:00.394Z Compiling idna_adapter v1.2.1
15932026-09-07T14:09:00.413Z Compiling serde_spanned v0.6.9
15942026-09-07T14:09:00.427Z Compiling toml_datetime v0.6.11
15952026-09-07T14:09:00.504Z Compiling digest v0.10.7
15962026-09-07T14:09:00.550Z Compiling ppv-lite86 v0.2.21
15972026-09-07T14:09:00.576Z Compiling idna v1.1.0
15982026-09-07T14:09:00.625Z Compiling spki v0.7.3
15992026-09-07T14:09:00.701Z Compiling http-body v1.0.1
16002026-09-07T14:09:00.770Z Compiling sha2 v0.10.9
16012026-09-07T14:09:00.815Z Compiling pkcs8 v0.10.2
16022026-09-07T14:09:00.845Z Compiling rand_chacha v0.9.0
16032026-09-07T14:09:00.868Z Compiling url v2.5.8
16042026-09-07T14:09:00.889Z Compiling rand_chacha v0.3.1
16052026-09-07T14:09:00.904Z Compiling signature v2.2.0
16062026-09-07T14:09:00.918Z Compiling hmac v0.12.1
16072026-09-07T14:09:00.921Z Compiling http-body-util v0.1.3
16082026-09-07T14:09:00.978Z Compiling pkcs1 v0.7.5
16092026-09-07T14:09:01.093Z Compiling rand v0.9.2
16102026-09-07T14:09:01.093Z Compiling clap v4.6.1
16112026-09-07T14:09:01.121Z Compiling rand v0.8.6
16122026-09-07T14:09:01.188Z Compiling dof v0.4.0
16132026-09-07T14:09:01.239Z Compiling dtrace-parser v0.3.0
16142026-09-07T14:09:01.457Z Compiling structmeta-derive v0.3.0
16152026-09-07T14:09:01.495Z Compiling scroll_derive v0.12.1
16162026-09-07T14:09:01.591Z Compiling array-init v0.0.4
16172026-09-07T14:09:01.665Z Compiling proptest v1.11.0
16182026-09-07T14:09:01.679Z Compiling crc v3.4.0
16192026-09-07T14:09:01.888Z Compiling smallvec v0.6.14
16202026-09-07T14:09:01.932Z Compiling darling_core v0.23.0
16212026-09-07T14:09:01.981Z Compiling heapless v0.7.17
16222026-09-07T14:09:02.028Z Compiling slog v2.8.2
16232026-09-07T14:09:02.031Z Compiling thread-id v5.1.0
16242026-09-07T14:09:02.122Z Compiling env_filter v2.0.0
16252026-09-07T14:09:02.136Z Compiling syn v3.0.3
16262026-09-07T14:09:02.140Z Compiling cookie v0.18.1
16272026-09-07T14:09:02.236Z Compiling ipnetwork v0.21.1
16282026-09-07T14:09:02.253Z Compiling hashbrown v0.12.3
16292026-09-07T14:09:02.270Z Compiling unicode-properties v0.1.4
16302026-09-07T14:09:02.354Z Compiling zstd-safe v7.2.4
16312026-09-07T14:09:02.408Z Compiling base64 v0.21.7
16322026-09-07T14:09:02.440Z Compiling iri-string v0.7.10
16332026-09-07T14:09:02.496Z Compiling gimli v0.32.3
16342026-09-07T14:09:02.574Z Compiling ryu v1.0.23
16352026-09-07T14:09:02.596Z Compiling allocator-api2 v0.2.21
16362026-09-07T14:09:02.612Z Compiling unicode-bidi v0.3.18
16372026-09-07T14:09:02.661Z Compiling signal-hook v0.3.18
16382026-09-07T14:09:02.705Z Compiling winnow v0.5.40
16392026-09-07T14:09:02.744Z Compiling anyhow v1.0.104
16402026-09-07T14:09:02.760Z Compiling serde_urlencoded v0.7.1
16412026-09-07T14:09:02.773Z Compiling ron v0.8.1
16422026-09-07T14:09:02.871Z Compiling structmeta v0.3.0
16432026-09-07T14:09:02.942Z Compiling stringprep v0.1.5
16442026-09-07T14:09:03.019Z Compiling rsa v0.9.10
16452026-09-07T14:09:03.121Z Compiling oxnet v0.1.6
16462026-09-07T14:09:03.152Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16472026-09-07T14:09:03.220Z Compiling env_logger v0.11.11
16482026-09-07T14:09:03.350Z Compiling scroll v0.12.0
16492026-09-07T14:09:03.586Z Compiling serde-hex v0.1.0
16502026-09-07T14:09:03.647Z Compiling camino v1.2.5
16512026-09-07T14:09:03.734Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-09-07T14:09:03.930Z Compiling tokio-util v0.7.18
16532026-09-07T14:09:03.978Z Compiling tower v0.5.3
16542026-09-07T14:09:04.040Z Compiling toml_edit v0.19.15
16552026-09-07T14:09:04.057Z Compiling tokio-native-tls v0.3.1
16562026-09-07T14:09:04.183Z Compiling newtype-uuid v1.3.2
16572026-09-07T14:09:04.242Z Compiling addr2line v0.25.1
16582026-09-07T14:09:04.463Z Compiling darling_macro v0.23.0
16592026-09-07T14:09:04.480Z Compiling tower-http v0.6.8
16602026-09-07T14:09:04.544Z Compiling bzip2 v0.4.4
16612026-09-07T14:09:04.593Z Compiling hashbrown v0.13.2
16622026-09-07T14:09:04.770Z Compiling h2 v0.4.15
16632026-09-07T14:09:04.901Z Compiling block-buffer v0.12.1
16642026-09-07T14:09:04.978Z Compiling block-padding v0.4.2
16652026-09-07T14:09:04.993Z Compiling crypto-common v0.2.2
16662026-09-07T14:09:05.019Z Compiling x509-cert v0.2.5
16672026-09-07T14:09:05.100Z Compiling md-5 v0.10.6
16682026-09-07T14:09:05.115Z Compiling rustls-native-certs v0.8.3
16692026-09-07T14:09:05.160Z Compiling derive_builder_macro v0.20.2
16702026-09-07T14:09:05.281Z Compiling serde_tokenstream v0.2.3
16712026-09-07T14:09:05.337Z Compiling erased-serde v0.3.31
16722026-09-07T14:09:05.621Z Compiling bstr v1.12.1
16732026-09-07T14:09:05.642Z Compiling daft-derive v0.1.8
16742026-09-07T14:09:05.665Z Compiling async-trait v0.1.89
16752026-09-07T14:09:05.811Z Compiling pin-project-internal v1.1.11
16762026-09-07T14:09:05.840Z Compiling zerocopy-derive v0.7.35
16772026-09-07T14:09:05.921Z Compiling curve25519-dalek v4.1.3
16782026-09-07T14:09:06.102Z Compiling heck v0.4.1
16792026-09-07T14:09:06.278Z Compiling vergen-lib v9.1.0
16802026-09-07T14:09:06.292Z Compiling hash32 v0.2.1
16812026-09-07T14:09:06.345Z Compiling encoding_rs v0.8.35
16822026-09-07T14:09:06.371Z Compiling memoffset v0.9.1
16832026-09-07T14:09:06.477Z Compiling psl-types v2.0.11
16842026-09-07T14:09:06.503Z Compiling ref-cast v1.0.25
16852026-09-07T14:09:06.583Z Compiling rustix v0.38.44
16862026-09-07T14:09:06.598Z Compiling owo-colors v4.3.0
16872026-09-07T14:09:06.620Z Compiling cfg_aliases v0.2.1
16882026-09-07T14:09:06.635Z Compiling crc-any v2.5.0
16892026-09-07T14:09:06.700Z Compiling fallible-iterator v0.2.0
16902026-09-07T14:09:06.717Z Compiling litrs v1.0.0
16912026-09-07T14:09:06.721Z Compiling smoltcp v0.9.1
16922026-09-07T14:09:06.743Z Compiling rustc-demangle v0.1.27
16932026-09-07T14:09:06.758Z Compiling mime v0.3.17
16942026-09-07T14:09:06.880Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16952026-09-07T14:09:06.898Z Compiling zerocopy v0.7.35
16962026-09-07T14:09:07.009Z Compiling pin-project v1.1.11
16972026-09-07T14:09:07.046Z Compiling postgres-protocol v0.6.10
16982026-09-07T14:09:07.060Z Compiling backtrace v0.3.76
16992026-09-07T14:09:07.091Z Compiling nix v0.31.2
17002026-09-07T14:09:07.116Z Compiling publicsuffix v2.3.0
17012026-09-07T14:09:07.199Z Compiling daft v0.1.8
17022026-09-07T14:09:07.234Z Compiling snafu-derive v0.8.9
17032026-09-07T14:09:07.268Z Compiling document-features v0.2.12
17042026-09-07T14:09:07.455Z Compiling derive_builder v0.20.2
17052026-09-07T14:09:07.488Z Compiling toml v0.7.8
17062026-09-07T14:09:07.505Z Compiling inout v0.2.2
17072026-09-07T14:09:07.520Z Compiling object v0.30.4
17082026-09-07T14:09:07.600Z Compiling darling v0.23.0
17092026-09-07T14:09:07.622Z Compiling zip v0.6.6
17102026-09-07T14:09:07.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17112026-09-07T14:09:07.724Z Compiling goblin v0.8.2
17122026-09-07T14:09:07.886Z Compiling derive-ex v0.1.8
17132026-09-07T14:09:07.944Z Compiling hyper v1.10.1
17142026-09-07T14:09:08.001Z Compiling futures-executor v0.3.32
17152026-09-07T14:09:08.097Z Compiling hubpack_derive v0.1.1
17162026-09-07T14:09:08.175Z Compiling regex v1.12.3
17172026-09-07T14:09:08.213Z Compiling strum_macros v0.27.2
17182026-09-07T14:09:08.258Z Compiling ref-cast-impl v1.0.25
17192026-09-07T14:09:08.274Z Compiling curve25519-dalek-derive v0.1.1
17202026-09-07T14:09:08.287Z Compiling phf_shared v0.13.1
17212026-09-07T14:09:08.390Z Compiling convert_case v0.10.0
17222026-09-07T14:09:08.545Z Compiling cargo-platform v0.3.2
17232026-09-07T14:09:08.581Z Compiling vergen v9.1.0
17242026-09-07T14:09:08.633Z Compiling ff v0.13.1
17252026-09-07T14:09:08.716Z Compiling fs-err v3.3.0
17262026-09-07T14:09:08.783Z Compiling bumpalo v3.20.2
17272026-09-07T14:09:08.797Z Compiling managed v0.8.0
17282026-09-07T14:09:08.846Z Compiling is_ci v1.2.0
17292026-09-07T14:09:08.858Z Compiling foldhash v0.2.0
17302026-09-07T14:09:08.929Z Compiling libbz2-rs-sys v0.2.2
17312026-09-07T14:09:08.963Z Compiling base16ct v0.2.0
17322026-09-07T14:09:08.998Z Compiling bitflags v1.3.2
17332026-09-07T14:09:09.013Z Compiling same-file v1.0.6
17342026-09-07T14:09:09.042Z Compiling path-slash v0.1.5
17352026-09-07T14:09:09.056Z Compiling hyper-util v0.1.20
17362026-09-07T14:09:09.087Z Compiling foldhash v0.1.5
17372026-09-07T14:09:09.101Z Compiling jiff-core v0.1.0
17382026-09-07T14:09:09.164Z Compiling walkdir v2.5.0
17392026-09-07T14:09:09.190Z Compiling sec1 v0.7.3
17402026-09-07T14:09:09.219Z Compiling snafu v0.8.9
17412026-09-07T14:09:09.279Z Compiling hashbrown v0.15.5
17422026-09-07T14:09:09.491Z Compiling bzip2 v0.6.1
17432026-09-07T14:09:09.495Z Compiling hashbrown v0.16.1
17442026-09-07T14:09:09.580Z Compiling textwrap v0.16.2
17452026-09-07T14:09:09.602Z Compiling zopfli v0.8.3
17462026-09-07T14:09:09.618Z Compiling test-strategy v0.4.5
17472026-09-07T14:09:09.715Z Compiling supports-color v3.0.2
17482026-09-07T14:09:09.899Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17492026-09-07T14:09:09.956Z Compiling jiff v0.2.34
17502026-09-07T14:09:10.012Z Compiling dof v0.3.0
17512026-09-07T14:09:10.139Z Compiling group v0.13.0
17522026-09-07T14:09:10.183Z Compiling cargo_metadata v0.23.1
17532026-09-07T14:09:10.198Z Compiling derive_more-impl v2.1.1
17542026-09-07T14:09:10.217Z Compiling strum v0.27.2
17552026-09-07T14:09:10.281Z Compiling hubpack v0.1.2
17562026-09-07T14:09:10.330Z Compiling phf v0.13.1
17572026-09-07T14:09:10.365Z Compiling signal-hook-mio v0.2.5
17582026-09-07T14:09:10.440Z Compiling hyper-tls v0.6.0
17592026-09-07T14:09:10.495Z Compiling futures v0.3.32
17602026-09-07T14:09:10.509Z Compiling cookie_store v0.22.1
17612026-09-07T14:09:10.589Z Compiling zstd v0.13.3
17622026-09-07T14:09:10.693Z Compiling reqwest v0.12.28
17632026-09-07T14:09:10.740Z Compiling serde_with_macros v3.21.0
17642026-09-07T14:09:10.814Z Compiling cipher v0.5.2
17652026-09-07T14:09:10.888Z Compiling backtrace-ext v0.2.1
17662026-09-07T14:09:10.903Z Compiling postgres-types v0.2.12
17672026-09-07T14:09:11.176Z Compiling globset v0.4.18
17682026-09-07T14:09:11.191Z Compiling usdt-macro v0.6.0
17692026-09-07T14:09:11.257Z Compiling usdt-attr-macro v0.6.0
17702026-09-07T14:09:11.335Z Compiling byte-wrapper v0.1.0
17712026-09-07T14:09:11.355Z Compiling hkdf v0.12.4
17722026-09-07T14:09:11.475Z Compiling ed25519 v2.2.3
17732026-09-07T14:09:11.544Z Compiling crypto-bigint v0.5.5
17742026-09-07T14:09:11.544Z Compiling dtrace-parser v0.2.0
17752026-09-07T14:09:11.678Z Compiling serde_plain v1.0.2
17762026-09-07T14:09:11.873Z Compiling serde-big-array v0.5.1
17772026-09-07T14:09:11.889Z Compiling olpc-cjson v0.1.4
17782026-09-07T14:09:11.892Z Compiling serde_repr v0.1.20
17792026-09-07T14:09:11.919Z Compiling enum-as-inner v0.6.1
17802026-09-07T14:09:12.024Z Compiling miette-derive v7.6.0
17812026-09-07T14:09:12.045Z Compiling strum_macros v0.26.4
17822026-09-07T14:09:12.076Z Compiling async-recursion v1.1.1
17832026-09-07T14:09:12.133Z Compiling phf_shared v0.11.3
17842026-09-07T14:09:12.249Z Compiling float-cmp v0.10.0
17852026-09-07T14:09:12.333Z Compiling pem v3.0.6
17862026-09-07T14:09:12.348Z Compiling thread-id v4.2.2
17872026-09-07T14:09:12.413Z Compiling memmap2 v0.9.10
17882026-09-07T14:09:12.428Z Compiling new_debug_unreachable v1.0.6
17892026-09-07T14:09:12.443Z Compiling cpufeatures v0.3.0
17902026-09-07T14:09:12.488Z Compiling predicates-core v1.0.10
17912026-09-07T14:09:12.507Z Compiling difflib v0.4.0
17922026-09-07T14:09:12.521Z Compiling static_assertions v1.1.0
17932026-09-07T14:09:12.537Z Compiling data-encoding v2.10.0
17942026-09-07T14:09:12.604Z Compiling either v1.15.0
17952026-09-07T14:09:12.649Z Compiling typed-path v0.9.3
17962026-09-07T14:09:12.682Z Compiling normalize-line-endings v0.3.0
17972026-09-07T14:09:12.696Z Compiling fixedbitset v0.4.2
17982026-09-07T14:09:12.700Z Compiling winnow v1.0.3
17992026-09-07T14:09:12.783Z Compiling supports-unicode v3.0.0
18002026-09-07T14:09:12.797Z Compiling keccak v0.1.6
18012026-09-07T14:09:12.828Z Compiling whoami v2.1.0
18022026-09-07T14:09:12.871Z Compiling fixedbitset v0.5.7
18032026-09-07T14:09:12.938Z Compiling supports-hyperlinks v3.2.0
18042026-09-07T14:09:12.952Z Compiling precomputed-hash v0.1.1
18052026-09-07T14:09:13.057Z Compiling const-oid v0.10.2
18062026-09-07T14:09:13.083Z Compiling petgraph v0.8.3
18072026-09-07T14:09:13.109Z Compiling tokio-postgres v0.7.16
18082026-09-07T14:09:13.196Z Compiling string_cache v0.8.9
18092026-09-07T14:09:13.219Z Compiling digest v0.11.3
18102026-09-07T14:09:14.247Z Compiling miette v7.6.0
18112026-09-07T14:09:14.251Z Compiling sha3 v0.10.8
18122026-09-07T14:09:14.251Z Compiling petgraph v0.6.5
18132026-09-07T14:09:14.251Z Compiling hickory-proto v0.25.2
18142026-09-07T14:09:14.251Z Compiling itertools v0.13.0
18152026-09-07T14:09:14.251Z Compiling predicates v3.1.4
18162026-09-07T14:09:14.251Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18172026-09-07T14:09:14.251Z Compiling toml_parser v1.1.2+spec-1.1.0
18182026-09-07T14:09:14.251Z Compiling usdt v0.6.0
18192026-09-07T14:09:14.251Z Compiling elliptic-curve v0.13.8
18202026-09-07T14:09:14.251Z Compiling strum v0.26.3
18212026-09-07T14:09:14.251Z Compiling toml_edit v0.22.27
18222026-09-07T14:09:14.251Z Compiling chacha20 v0.10.0
18232026-09-07T14:09:14.251Z Compiling usdt-impl v0.5.0
18242026-09-07T14:09:14.251Z Compiling zip v4.6.1
18252026-09-07T14:09:14.251Z Compiling crossterm v0.28.1
18262026-09-07T14:09:14.366Z Compiling serde_with v3.21.0
18272026-09-07T14:09:14.416Z Compiling ed25519-dalek v2.2.0
18282026-09-07T14:09:14.431Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18292026-09-07T14:09:14.511Z Compiling derive_more v2.1.1
18302026-09-07T14:09:14.727Z Compiling iddqd v0.4.2
18312026-09-07T14:09:14.955Z Compiling similar v2.7.0
18322026-09-07T14:09:15.044Z Compiling crossbeam-epoch v0.9.18
18332026-09-07T14:09:15.060Z Compiling tokio-stream v0.1.18
18342026-09-07T14:09:15.172Z Compiling buf-list v1.1.2
18352026-09-07T14:09:15.204Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18362026-09-07T14:09:15.392Z Compiling openapiv3 v2.2.0
18372026-09-07T14:09:15.406Z Compiling lalrpop-util v0.19.12
18382026-09-07T14:09:15.463Z Compiling peg-runtime v0.8.5
18392026-09-07T14:09:15.519Z Compiling thread_local v1.1.9
18402026-09-07T14:09:15.534Z Compiling slog-async v2.8.0
18412026-09-07T14:09:15.537Z Compiling crossbeam-channel v0.5.15
18422026-09-07T14:09:15.613Z Compiling is-terminal v0.4.17
18432026-09-07T14:09:15.727Z Compiling filetime v0.2.27
18442026-09-07T14:09:15.763Z Compiling term v1.2.1
18452026-09-07T14:09:15.790Z Compiling xattr v1.6.1
18462026-09-07T14:09:15.822Z Compiling take_mut v0.2.2
18472026-09-07T14:09:15.893Z Compiling camino-tempfile v1.4.1
18482026-09-07T14:09:15.946Z Compiling tar v0.4.46
18492026-09-07T14:09:16.091Z Compiling slog-term v2.9.2
18502026-09-07T14:09:33.295Z Compiling rustls-webpki v0.103.13
18512026-09-07T14:09:35.946Z Compiling tokio-rustls v0.26.4
18522026-09-07T14:09:35.946Z Compiling rustls-platform-verifier v0.6.2
18532026-09-07T14:09:35.950Z Compiling tough v0.22.0
18542026-09-07T14:09:36.144Z Compiling hyper-rustls v0.27.7
18552026-09-07T14:09:36.336Z Compiling reqwest v0.13.2
18562026-09-07T14:09:38.491Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572026-09-07T14:09:38.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18582026-09-07T14:09:41.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.16s
18592026-09-07T14:09:41.721Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18602026-09-07T14:09:41.776ZSep 07 14:09:40.724 INFO Starting download, target: Cockroach
18612026-09-07T14:09:41.776ZSep 07 14:09:40.725 INFO Starting download, target: Clickhouse
18622026-09-07T14:09:41.776ZSep 07 14:09:40.725 INFO Starting download, target: Console
18632026-09-07T14:09:41.776ZSep 07 14:09:40.725 INFO Starting download, target: DendriteStub
18642026-09-07T14:09:41.776ZSep 07 14:09:40.725 INFO Starting download, target: MaghemiteMgd
18652026-09-07T14:09:41.777ZSep 07 14:09:40.725 INFO Starting download, target: MaghemiteDdmd
18662026-09-07T14:09:41.799ZSep 07 14:09:40.725 INFO Starting download, target: TransceiverControl
18672026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18682026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18692026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18702026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18712026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18722026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18732026-09-07T14:09:41.800ZSep 07 14:09:40.725 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18742026-09-07T14:09:42.849ZSep 07 14:09:41.803 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18752026-09-07T14:09:43.060ZSep 07 14:09:42.008 INFO Download complete, target: TransceiverControl
18762026-09-07T14:09:43.554ZSep 07 14:09:42.499 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18772026-09-07T14:09:43.817ZSep 07 14:09:42.741 INFO Download complete, target: Console
18782026-09-07T14:09:44.411ZSep 07 14:09:43.364 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18792026-09-07T14:09:46.582ZSep 07 14:09:45.536 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18802026-09-07T14:09:46.692ZSep 07 14:09:45.642 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18812026-09-07T14:09:46.911ZSep 07 14:09:45.864 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18822026-09-07T14:09:47.551ZSep 07 14:09:46.505 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18832026-09-07T14:09:47.551ZSep 07 14:09:46.505 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18842026-09-07T14:09:48.492ZSep 07 14:09:47.446 INFO Download complete, target: MaghemiteDdmd
18852026-09-07T14:09:49.207ZSep 07 14:09:48.162 INFO Download complete, target: DendriteStub
18862026-09-07T14:09:49.480ZSep 07 14:09:48.434 INFO Download complete, target: MaghemiteMgd
18872026-09-07T14:09:51.062ZSep 07 14:09:50.016 INFO Checking that binary works, target: Clickhouse
18882026-09-07T14:09:51.149ZSep 07 14:09:50.103 INFO Download complete, target: Clickhouse
18892026-09-07T14:09:52.083ZSep 07 14:09:51.038 INFO Checking that binary works, target: Cockroach
18902026-09-07T14:09:52.213ZSep 07 14:09:51.167 INFO Download complete, target: Cockroach
18912026-09-07T14:09:52.219ZAll prerequisites installed successfully
18922026-09-07T14:09:52.222Z
18932026-09-07T14:09:52.222Zreal 1:30.735028409
18942026-09-07T14:09:52.222Zuser 7:15.218774159
18952026-09-07T14:09:52.222Zsys 1:41.869837255
18962026-09-07T14:09:52.222Ztrap 0.260551317
18972026-09-07T14:09:52.222Ztflt 0.791050545
18982026-09-07T14:09:52.222Zdflt 1.617525517
18992026-09-07T14:09:52.222Zkflt 0.023654654
19002026-09-07T14:09:52.222Zlock 27:20.965315602
19012026-09-07T14:09:52.222Zslp 19:26.829338935
19022026-09-07T14:09:52.222Zlat 25.071178064
19032026-09-07T14:09:52.222Zstop 2:56.289690490
19042026-09-07T14:09:52.222Z+ source ./tools/include/force-git-over-https.sh
19052026-09-07T14:09:52.222Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19062026-09-07T14:09:52.222Z++ (( i = 0 ))
19072026-09-07T14:09:52.222Z++ (( i < 5 ))
19082026-09-07T14:09:52.223Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19092026-09-07T14:09:52.226Z++ (( i++ ))
19102026-09-07T14:09:52.226Z++ (( i < 5 ))
19112026-09-07T14:09:52.226Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19122026-09-07T14:09:52.229Z++ (( i++ ))
19132026-09-07T14:09:52.229Z++ (( i < 5 ))
19142026-09-07T14:09:52.229Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19152026-09-07T14:09:52.229Z++ (( i++ ))
19162026-09-07T14:09:52.229Z++ (( i < 5 ))
19172026-09-07T14:09:52.229Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19182026-09-07T14:09:52.233Z++ (( i++ ))
19192026-09-07T14:09:52.233Z++ (( i < 5 ))
19202026-09-07T14:09:52.233Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19212026-09-07T14:09:52.236Z++ (( i++ ))
19222026-09-07T14:09:52.236Z++ (( i < 5 ))
19232026-09-07T14:09:52.236Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19242026-09-07T14:09:52.236Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19252026-09-07T14:09:52.236Z+ rc=0
19262026-09-07T14:09:52.236Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19272026-09-07T14:10:01.810Z+ case $rc in
19282026-09-07T14:10:01.810Z+ pfexec zfs create -p rpool/images/build/host
19292026-09-07T14:10:02.000Z+ pfexec zfs create -p rpool/images/build/recovery
19302026-09-07T14:10:02.071Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19312026-09-07T14:10:02.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19322026-09-07T14:10:02.532Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19332026-09-07T14:10:03.368Z Compiling proc-macro2 v1.0.106
19342026-09-07T14:10:03.368Z Compiling quote v1.0.45
19352026-09-07T14:10:03.373Z Compiling unicode-ident v1.0.24
19362026-09-07T14:10:03.373Z Compiling serde_core v1.0.228
19372026-09-07T14:10:03.373Z Compiling libc v0.2.185
19382026-09-07T14:10:03.373Z Compiling serde v1.0.228
19392026-09-07T14:10:03.373Z Compiling cfg-if v1.0.4
19402026-09-07T14:10:03.373Z Compiling find-msvc-tools v0.1.9
19412026-09-07T14:10:03.504Z Compiling shlex v1.3.0
19422026-09-07T14:10:03.514Z Compiling autocfg v1.5.0
19432026-09-07T14:10:03.517Z Compiling version_check v0.9.5
19442026-09-07T14:10:03.527Z Compiling zerocopy v0.8.55
19452026-09-07T14:10:03.530Z Compiling memchr v2.8.0
19462026-09-07T14:10:03.530Z Compiling portable-atomic v1.13.1
19472026-09-07T14:10:03.530Z Compiling zmij v1.0.21
19482026-09-07T14:10:03.680Z Compiling serde_json v1.0.151
19492026-09-07T14:10:03.803Z Compiling libm v0.2.16
19502026-09-07T14:10:03.955Z Compiling getrandom v0.4.3
19512026-09-07T14:10:03.985Z Compiling parking_lot_core v0.9.12
19522026-09-07T14:10:04.003Z Compiling pkg-config v0.3.32
19532026-09-07T14:10:04.048Z Compiling generic-array v0.14.7
19542026-09-07T14:10:04.051Z Compiling icu_normalizer_data v2.1.1
19552026-09-07T14:10:04.051Z Compiling icu_properties_data v2.1.2
19562026-09-07T14:10:04.065Z Compiling num-traits v0.2.19
19572026-09-07T14:10:04.113Z Compiling smallvec v1.15.1
19582026-09-07T14:10:04.117Z Compiling rustix v1.1.4
19592026-09-07T14:10:04.192Z Compiling log v0.4.33
19602026-09-07T14:10:04.242Z Compiling itoa v1.0.17
19612026-09-07T14:10:04.263Z Compiling getrandom v0.3.4
19622026-09-07T14:10:04.283Z Compiling subtle v2.6.1
19632026-09-07T14:10:04.379Z Compiling scopeguard v1.2.0
19642026-09-07T14:10:04.455Z Compiling jobserver v0.1.34
19652026-09-07T14:10:04.471Z Compiling errno v0.3.14
19662026-09-07T14:10:04.488Z Compiling stable_deref_trait v1.2.1
19672026-09-07T14:10:04.521Z Compiling lock_api v0.4.14
19682026-09-07T14:10:04.524Z Compiling typenum v1.20.1
19692026-09-07T14:10:04.588Z Compiling critical-section v1.2.0
19702026-09-07T14:10:04.633Z Compiling thiserror v2.0.18
19712026-09-07T14:10:04.691Z Compiling cc v1.2.56
19722026-09-07T14:10:04.694Z Compiling rand_core v0.10.0
19732026-09-07T14:10:04.781Z Compiling syn v2.0.117
19742026-09-07T14:10:04.872Z Compiling getrandom v0.2.17
19752026-09-07T14:10:04.939Z Compiling heck v0.5.0
19762026-09-07T14:10:04.971Z Compiling dunce v1.0.5
19772026-09-07T14:10:04.986Z Compiling fs_extra v1.3.0
19782026-09-07T14:10:05.066Z Compiling rand_core v0.6.4
19792026-09-07T14:10:05.083Z Compiling writeable v0.6.2
19802026-09-07T14:10:05.099Z Compiling litemap v0.8.1
19812026-09-07T14:10:05.099Z Compiling percent-encoding v2.3.2
19822026-09-07T14:10:05.152Z Compiling const-oid v0.9.6
19832026-09-07T14:10:05.231Z Compiling once_cell v1.21.3
19842026-09-07T14:10:05.356Z Compiling schemars v0.8.22
19852026-09-07T14:10:05.388Z Compiling pin-project-lite v0.2.17
19862026-09-07T14:10:05.442Z Compiling cmake v0.1.57
19872026-09-07T14:10:05.535Z Compiling equivalent v1.0.2
19882026-09-07T14:10:05.539Z Compiling signal-hook-registry v1.4.8
19892026-09-07T14:10:05.617Z Compiling rustversion v1.0.22
19902026-09-07T14:10:05.655Z Compiling aws-lc-rs v1.16.3
19912026-09-07T14:10:05.672Z Compiling bitflags v2.11.0
19922026-09-07T14:10:05.806Z Compiling semver v1.0.28
19932026-09-07T14:10:05.922Z Compiling futures-core v0.3.32
19942026-09-07T14:10:05.959Z Compiling parking_lot v0.12.5
19952026-09-07T14:10:06.006Z Compiling mio v1.2.0
19962026-09-07T14:10:06.039Z Compiling aws-lc-sys v0.40.0
19972026-09-07T14:10:06.106Z Compiling crc32fast v1.5.0
19982026-09-07T14:10:06.123Z Compiling utf8_iter v1.0.4
19992026-09-07T14:10:06.140Z Compiling form_urlencoded v1.2.2
20002026-09-07T14:10:06.313Z Compiling hashbrown v0.17.0
20012026-09-07T14:10:06.334Z Compiling byteorder v1.5.0
20022026-09-07T14:10:06.377Z Compiling vcpkg v0.2.15
20032026-09-07T14:10:06.406Z Compiling syn v1.0.109
20042026-09-07T14:10:06.536Z Compiling strsim v0.11.1
20052026-09-07T14:10:06.560Z Compiling fnv v1.0.7
20062026-09-07T14:10:06.763Z Compiling socket2 v0.6.3
20072026-09-07T14:10:06.942Z Compiling radium v0.7.0
20082026-09-07T14:10:06.942Z Compiling futures-sink v0.3.32
20092026-09-07T14:10:06.974Z Compiling openssl-sys v0.9.117
20102026-09-07T14:10:06.977Z Compiling indexmap v2.14.0
20112026-09-07T14:10:07.005Z Compiling httparse v1.10.1
20122026-09-07T14:10:07.071Z Compiling futures-channel v0.3.32
20132026-09-07T14:10:07.154Z Compiling iana-time-zone v0.1.65
20142026-09-07T14:10:07.207Z Compiling slab v0.4.12
20152026-09-07T14:10:07.248Z Compiling futures-io v0.3.32
20162026-09-07T14:10:07.275Z Compiling futures-task v0.3.32
20172026-09-07T14:10:07.279Z Compiling thiserror v1.0.69
20182026-09-07T14:10:07.356Z Compiling base64 v0.22.1
20192026-09-07T14:10:07.389Z Compiling maybe-uninit v2.0.0
20202026-09-07T14:10:07.426Z Compiling rustls v0.23.41
20212026-09-07T14:10:07.459Z Compiling rustc_version v0.4.1
20222026-09-07T14:10:07.568Z Compiling synstructure v0.13.2
20232026-09-07T14:10:07.583Z Compiling serde_derive_internals v0.29.1
20242026-09-07T14:10:07.715Z Compiling bzip2-sys v0.1.13+1.0.8
20252026-09-07T14:10:07.719Z Compiling uuid v1.23.4
20262026-09-07T14:10:07.746Z Compiling ahash v0.8.12
20272026-09-07T14:10:07.764Z Compiling ident_case v1.0.1
20282026-09-07T14:10:07.796Z Compiling num-bigint-dig v0.8.6
20292026-09-07T14:10:07.817Z Compiling regex-syntax v0.8.10
20302026-09-07T14:10:07.832Z Compiling packed_struct v0.10.1
20312026-09-07T14:10:07.856Z Compiling base64ct v1.8.3
20322026-09-07T14:10:07.885Z Compiling ucd-trie v0.1.7
20332026-09-07T14:10:07.901Z Compiling rand_core v0.9.5
20342026-09-07T14:10:08.041Z Compiling pest v2.8.6
20352026-09-07T14:10:08.064Z Compiling flagset v0.4.7
20362026-09-07T14:10:08.092Z Compiling fastrand v2.3.0
20372026-09-07T14:10:08.127Z Compiling pem-rfc7468 v0.7.0
20382026-09-07T14:10:08.145Z Compiling openssl v0.10.80
20392026-09-07T14:10:08.181Z Compiling dyn-clone v1.0.20
20402026-09-07T14:10:08.257Z Compiling indexmap v1.9.3
20412026-09-07T14:10:08.347Z Compiling tempfile v3.27.0
20422026-09-07T14:10:08.383Z Compiling unicode-segmentation v1.12.0
20432026-09-07T14:10:08.423Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20442026-09-07T14:10:08.465Z Compiling cpufeatures v0.2.17
20452026-09-07T14:10:08.529Z Compiling simd-adler32 v0.3.8
20462026-09-07T14:10:08.568Z Compiling paste v1.0.15
20472026-09-07T14:10:08.610Z Compiling native-tls v0.2.18
20482026-09-07T14:10:08.803Z Compiling syn v3.0.3
20492026-09-07T14:10:08.820Z Compiling utf8parse v0.2.2
20502026-09-07T14:10:08.837Z Compiling serde_derive v1.0.228
20512026-09-07T14:10:08.855Z Compiling zeroize_derive v1.5.0
20522026-09-07T14:10:08.858Z Compiling zerofrom-derive v0.1.6
20532026-09-07T14:10:08.859Z Compiling zerocopy-derive v0.8.55
20542026-09-07T14:10:08.902Z Compiling yoke-derive v0.8.1
20552026-09-07T14:10:08.906Z Compiling zerovec-derive v0.11.2
20562026-09-07T14:10:08.920Z Compiling displaydoc v0.2.5
20572026-09-07T14:10:08.963Z Compiling tokio-macros v2.7.0
20582026-09-07T14:10:08.969Z Compiling futures-macro v0.3.32
20592026-09-07T14:10:09.187Z Compiling der_derive v0.7.3
20602026-09-07T14:10:09.309Z Compiling thiserror-impl v2.0.18
20612026-09-07T14:10:09.474Z Compiling schemars_derive v0.8.22
20622026-09-07T14:10:09.674Z Compiling tracing-attributes v0.1.31
20632026-09-07T14:10:09.699Z Compiling thiserror-impl v1.0.69
20642026-09-07T14:10:09.761Z Compiling futures-util v0.3.32
20652026-09-07T14:10:09.979Z Compiling clap_derive v4.6.1
20662026-09-07T14:10:10.015Z Compiling zerofrom v0.1.6
20672026-09-07T14:10:10.161Z Compiling yoke v0.8.1
20682026-09-07T14:10:10.306Z Compiling packed_struct_codegen v0.10.1
20692026-09-07T14:10:10.395Z Compiling zerovec v0.11.5
20702026-09-07T14:10:10.515Z Compiling zerotrie v0.2.3
20712026-09-07T14:10:10.853Z Compiling pest_meta v2.8.6
20722026-09-07T14:10:10.889Z Compiling zerocopy-derive v0.6.6
20732026-09-07T14:10:10.970Z Compiling tinystr v0.8.2
20742026-09-07T14:10:10.987Z Compiling potential_utf v0.1.4
20752026-09-07T14:10:10.990Z Compiling bitfield-macros v0.19.4
20762026-09-07T14:10:11.174Z Compiling icu_locale_core v2.1.1
20772026-09-07T14:10:11.198Z Compiling icu_collections v2.1.1
20782026-09-07T14:10:11.498Z Compiling pest_generator v2.8.6
20792026-09-07T14:10:11.712Z Compiling openssl-macros v0.1.1
20802026-09-07T14:10:11.786Z Compiling scroll_derive v0.13.1
20812026-09-07T14:10:11.823Z Compiling crossbeam-utils v0.8.21
20822026-09-07T14:10:11.897Z Compiling icu_provider v2.1.1
20832026-09-07T14:10:12.143Z Compiling zeroize v1.9.0
20842026-09-07T14:10:12.178Z Compiling bytes v1.11.1
20852026-09-07T14:10:12.195Z Compiling chrono v0.4.45
20862026-09-07T14:10:12.195Z Compiling hex v0.4.3
20872026-09-07T14:10:12.228Z Compiling icu_properties v2.1.2
20882026-09-07T14:10:12.260Z Compiling icu_normalizer v2.1.1
20892026-09-07T14:10:12.416Z Compiling der v0.7.10
20902026-09-07T14:10:12.651Z Compiling pest_derive v2.8.6
20912026-09-07T14:10:12.678Z Compiling tokio v1.52.1
20922026-09-07T14:10:12.887Z Compiling crypto-common v0.1.7
20932026-09-07T14:10:12.962Z Compiling block-buffer v0.10.4
20942026-09-07T14:10:13.043Z Compiling anstyle v1.0.14
20952026-09-07T14:10:13.100Z Compiling digest v0.10.7
20962026-09-07T14:10:13.144Z Compiling idna_adapter v1.2.1
20972026-09-07T14:10:13.298Z Compiling idna v1.1.0
20982026-09-07T14:10:13.338Z Compiling adler2 v2.0.1
20992026-09-07T14:10:13.363Z Compiling camino v1.2.5
21002026-09-07T14:10:13.424Z Compiling ppv-lite86 v0.2.21
21012026-09-07T14:10:13.470Z Compiling spki v0.7.3
21022026-09-07T14:10:13.487Z Compiling miniz_oxide v0.8.9
21032026-09-07T14:10:13.655Z Compiling url v2.5.8
21042026-09-07T14:10:13.678Z Compiling pkcs8 v0.10.2
21052026-09-07T14:10:13.715Z Compiling sha2 v0.10.9
21062026-09-07T14:10:13.739Z Compiling http v1.4.2
21072026-09-07T14:10:13.813Z Compiling rand_chacha v0.9.0
21082026-09-07T14:10:13.991Z Compiling rustls-pki-types v1.14.0
21092026-09-07T14:10:14.095Z Compiling rand v0.9.2
21102026-09-07T14:10:14.118Z Compiling daft-derive v0.1.8
21112026-09-07T14:10:14.412Z Compiling anstyle-parse v1.0.0
21122026-09-07T14:10:14.415Z Compiling terminal_size v0.4.3
21132026-09-07T14:10:14.487Z Compiling spin v0.9.8
21142026-09-07T14:10:14.557Z Compiling colorchoice v1.0.4
21152026-09-07T14:10:14.591Z Compiling time-core v0.1.8
21162026-09-07T14:10:14.607Z Compiling tinyvec_macros v0.1.1
21172026-09-07T14:10:14.648Z Compiling anstyle-query v1.1.5
21182026-09-07T14:10:14.697Z Compiling num-conv v0.2.0
21192026-09-07T14:10:14.714Z Compiling is_terminal_polyfill v1.70.2
21202026-09-07T14:10:14.717Z Compiling tinyvec v1.10.0
21212026-09-07T14:10:14.778Z Compiling structmeta-derive v0.3.0
21222026-09-07T14:10:14.781Z Compiling async-trait v0.1.89
21232026-09-07T14:10:14.811Z Compiling tracing-core v0.1.36
21242026-09-07T14:10:14.828Z Compiling anstream v1.0.0
21252026-09-07T14:10:14.842Z Compiling time-macros v0.2.27
21262026-09-07T14:10:15.034Z Compiling object v0.37.3
21272026-09-07T14:10:15.135Z Compiling plain v0.2.3
21282026-09-07T14:10:15.135Z Compiling untrusted v0.7.1
21292026-09-07T14:10:15.172Z Compiling cmov v0.5.4
21302026-09-07T14:10:15.202Z Compiling tracing v0.1.44
21312026-09-07T14:10:15.312Z Compiling http-body v1.0.1
21322026-09-07T14:10:15.417Z Compiling ctutils v0.4.2
21332026-09-07T14:10:15.495Z Compiling serde_spanned v0.6.9
21342026-09-07T14:10:15.511Z Compiling toml_datetime v0.6.11
21352026-09-07T14:10:15.571Z Compiling pin-project-internal v1.1.11
21362026-09-07T14:10:15.692Z Compiling slog v2.8.2
21372026-09-07T14:10:15.724Z Compiling wait-timeout v0.2.1
21382026-09-07T14:10:15.755Z Compiling cookie v0.18.1
21392026-09-07T14:10:15.794Z Compiling structmeta v0.3.0
21402026-09-07T14:10:15.841Z Compiling quick-error v1.2.3
21412026-09-07T14:10:15.907Z Compiling clap_lex v1.0.0
21422026-09-07T14:10:15.947Z Compiling zstd-safe v7.2.4
21432026-09-07T14:10:15.966Z Compiling openssl-probe v0.2.1
21442026-09-07T14:10:15.984Z Compiling untrusted v0.9.0
21452026-09-07T14:10:15.984Z Compiling bit-vec v0.8.0
21462026-09-07T14:10:16.019Z Compiling tap v1.0.1
21472026-09-07T14:10:16.128Z Compiling wyz v0.5.1
21482026-09-07T14:10:16.149Z Compiling clap_builder v4.6.0
21492026-09-07T14:10:16.167Z Compiling derive-ex v0.1.8
21502026-09-07T14:10:16.212Z Compiling rusty-fork v0.3.1
21512026-09-07T14:10:16.251Z Compiling bit-set v0.8.0
21522026-09-07T14:10:16.418Z Compiling tokio-util v0.7.18
21532026-09-07T14:10:16.452Z Compiling hybrid-array v0.4.13
21542026-09-07T14:10:16.471Z Compiling unicode-normalization v0.1.25
21552026-09-07T14:10:16.583Z Compiling rand_chacha v0.3.1
21562026-09-07T14:10:16.586Z Compiling signature v2.2.0
21572026-09-07T14:10:16.663Z Compiling scroll_derive v0.12.1
21582026-09-07T14:10:16.741Z Compiling heck v0.4.1
21592026-09-07T14:10:16.867Z Compiling rand_xorshift v0.4.0
21602026-09-07T14:10:16.928Z Compiling heapless v0.7.17
21612026-09-07T14:10:17.099Z Compiling num-integer v0.1.46
21622026-09-07T14:10:17.120Z Compiling aho-corasick v1.1.4
21632026-09-07T14:10:17.152Z Compiling tower-service v0.3.3
21642026-09-07T14:10:17.225Z Compiling rustix v0.38.44
21652026-09-07T14:10:17.265Z Compiling atomic-waker v1.1.2
21662026-09-07T14:10:17.311Z Compiling unarray v0.1.4
21672026-09-07T14:10:17.359Z Compiling funty v2.0.0
21682026-09-07T14:10:17.449Z Compiling tower-layer v0.3.3
21692026-09-07T14:10:17.500Z Compiling try-lock v0.2.5
21702026-09-07T14:10:17.626Z Compiling pretty-hex v0.4.1
21712026-09-07T14:10:17.658Z Compiling signal-hook v0.3.18
21722026-09-07T14:10:17.704Z Compiling anyhow v1.0.104
21732026-09-07T14:10:17.721Z Compiling usdt-impl v0.6.0
21742026-09-07T14:10:17.784Z Compiling zlib-rs v0.6.2
21752026-09-07T14:10:17.799Z Compiling h2 v0.4.15
21762026-09-07T14:10:17.818Z Compiling want v0.3.1
21772026-09-07T14:10:17.956Z Compiling regex-automata v0.4.14
21782026-09-07T14:10:17.972Z Compiling bitvec v1.0.1
21792026-09-07T14:10:17.997Z Compiling test-strategy v0.4.5
21802026-09-07T14:10:18.212Z Compiling clap v4.6.1
21812026-09-07T14:10:18.237Z Compiling proptest v1.11.0
21822026-09-07T14:10:18.309Z Compiling num-iter v0.1.45
21832026-09-07T14:10:18.725Z Compiling snafu-derive v0.8.9
21842026-09-07T14:10:18.836Z Compiling rand v0.8.6
21852026-09-07T14:10:19.271Z Compiling ipnetwork v0.21.1
21862026-09-07T14:10:19.584Z Compiling lazy_static v1.5.0
21872026-09-07T14:10:19.638Z Compiling scroll v0.13.0
21882026-09-07T14:10:19.693Z Compiling ipnet v2.12.0
21892026-09-07T14:10:19.783Z Compiling strum_macros v0.26.4
21902026-09-07T14:10:19.930Z Compiling flate2 v1.1.9
21912026-09-07T14:10:20.237Z Compiling darling_core v0.23.0
21922026-09-07T14:10:20.361Z Compiling darling_core v0.20.11
21932026-09-07T14:10:20.503Z Compiling nodrop v0.1.14
21942026-09-07T14:10:20.604Z Compiling crc-catalog v2.4.0
21952026-09-07T14:10:20.620Z Compiling winnow v0.5.40
21962026-09-07T14:10:20.637Z Compiling foreign-types-shared v0.1.1
21972026-09-07T14:10:20.710Z Compiling httpdate v1.0.3
21982026-09-07T14:10:20.857Z Compiling foreign-types v0.3.2
21992026-09-07T14:10:20.943Z Compiling crc v3.4.0
22002026-09-07T14:10:20.964Z Compiling newtype-uuid v1.3.2
22012026-09-07T14:10:21.011Z Compiling array-init v0.0.4
22022026-09-07T14:10:21.144Z Compiling hyper v1.10.1
22032026-09-07T14:10:21.600Z Compiling goblin v0.10.5
22042026-09-07T14:10:21.663Z Compiling oxnet v0.1.6
22052026-09-07T14:10:21.803Z Compiling smallvec v0.6.14
22062026-09-07T14:10:22.366Z Compiling darling_macro v0.20.11
22072026-09-07T14:10:22.407Z Compiling darling_macro v0.23.0
22082026-09-07T14:10:22.443Z Compiling toml_edit v0.19.15
22092026-09-07T14:10:22.637Z Compiling pkcs1 v0.7.5
22102026-09-07T14:10:23.045Z Compiling bitfield v0.19.4
22112026-09-07T14:10:23.066Z Compiling zerocopy v0.6.6
22122026-09-07T14:10:23.083Z Compiling zerocopy-derive v0.7.35
22132026-09-07T14:10:23.117Z Compiling curve25519-dalek v4.1.3
22142026-09-07T14:10:23.254Z Compiling socket2 v0.5.10
22152026-09-07T14:10:23.411Z Compiling env_filter v2.0.0
22162026-09-07T14:10:23.427Z Compiling memoffset v0.9.1
22172026-09-07T14:10:23.514Z Compiling base64 v0.21.7
22182026-09-07T14:10:23.530Z Compiling owo-colors v4.3.0
22192026-09-07T14:10:23.564Z Compiling hashbrown v0.12.3
22202026-09-07T14:10:23.631Z Compiling ref-cast v1.0.25
22212026-09-07T14:10:23.695Z Compiling litrs v1.0.0
22222026-09-07T14:10:23.833Z Compiling smoltcp v0.9.1
22232026-09-07T14:10:23.919Z Compiling ron v0.8.1
22242026-09-07T14:10:23.937Z Compiling hyper-util v0.1.20
22252026-09-07T14:10:23.941Z Compiling env_logger v0.11.11
22262026-09-07T14:10:23.992Z Compiling toml v0.7.8
22272026-09-07T14:10:24.213Z Compiling document-features v0.2.12
22282026-09-07T14:10:24.427Z Compiling dof v0.4.0
22292026-09-07T14:10:24.614Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-09-07T14:10:24.630Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22312026-09-07T14:10:24.730Z Compiling bzip2 v0.4.4
22322026-09-07T14:10:24.963Z Compiling darling v0.23.0
22332026-09-07T14:10:25.061Z Compiling rsa v0.9.10
22342026-09-07T14:10:25.078Z Compiling darling v0.20.11
22352026-09-07T14:10:25.316Z Compiling serde-hex v0.1.0
22362026-09-07T14:10:25.402Z Compiling daft v0.1.8
22372026-09-07T14:10:25.435Z Compiling hashbrown v0.13.2
22382026-09-07T14:10:25.641Z Compiling x509-cert v0.2.5
22392026-09-07T14:10:25.657Z Compiling hmac v0.12.1
22402026-09-07T14:10:25.660Z Compiling dtrace-parser v0.3.0
22412026-09-07T14:10:25.951Z Compiling async-recursion v1.1.1
22422026-09-07T14:10:26.076Z Compiling sync_wrapper v1.0.2
22432026-09-07T14:10:26.205Z Compiling thread-id v5.1.0
22442026-09-07T14:10:26.249Z Compiling powerfmt v0.2.0
22452026-09-07T14:10:26.342Z Compiling cfg_aliases v0.2.1
22462026-09-07T14:10:26.424Z Compiling siphasher v1.0.2
22472026-09-07T14:10:26.457Z Compiling crc-any v2.5.0
22482026-09-07T14:10:26.643Z Compiling nix v0.31.2
22492026-09-07T14:10:26.646Z Compiling deranged v0.5.8
22502026-09-07T14:10:26.984Z Compiling tower v0.5.3
22512026-09-07T14:10:27.537Z Compiling object v0.30.4
22522026-09-07T14:10:27.655Z Compiling derive_builder_core v0.20.2
22532026-09-07T14:10:27.698Z Compiling serde_with_macros v3.21.0
22542026-09-07T14:10:27.740Z Compiling zip v0.6.6
22552026-09-07T14:10:27.845Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-09-07T14:10:28.262Z Compiling bstr v1.12.1
22572026-09-07T14:10:28.290Z Compiling crypto-common v0.2.2
22582026-09-07T14:10:28.304Z Compiling block-buffer v0.12.1
22592026-09-07T14:10:28.623Z Compiling http-body-util v0.1.3
22602026-09-07T14:10:28.785Z Compiling futures-executor v0.3.32
22612026-09-07T14:10:28.801Z Compiling serde_tokenstream v0.2.3
22622026-09-07T14:10:28.824Z Compiling erased-serde v0.3.31
22632026-09-07T14:10:28.927Z Compiling hubpack_derive v0.1.1
22642026-09-07T14:10:29.114Z Compiling strum_macros v0.27.2
22652026-09-07T14:10:29.134Z Compiling ref-cast-impl v1.0.25
22662026-09-07T14:10:29.164Z Compiling curve25519-dalek-derive v0.1.1
22672026-09-07T14:10:29.220Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22682026-09-07T14:10:29.347Z Compiling fs-err v3.3.0
22692026-09-07T14:10:29.375Z Compiling usdt-impl v0.5.0
22702026-09-07T14:10:29.474Z Compiling allocator-api2 v0.2.21
22712026-09-07T14:10:29.560Z Compiling num_threads v0.1.7
22722026-09-07T14:10:29.606Z Compiling path-slash v0.1.5
22732026-09-07T14:10:29.669Z Compiling iri-string v0.7.10
22742026-09-07T14:10:29.685Z Compiling gimli v0.32.3
22752026-09-07T14:10:29.757Z Compiling ryu v1.0.23
22762026-09-07T14:10:29.810Z Compiling unicode-bidi v0.3.18
22772026-09-07T14:10:30.119Z Compiling same-file v1.0.6
22782026-09-07T14:10:30.446Z Compiling unicode-properties v0.1.4
22792026-09-07T14:10:30.761Z Compiling time v0.3.47
22802026-09-07T14:10:30.798Z Compiling tower-http v0.6.8
22812026-09-07T14:10:30.918Z Compiling stringprep v0.1.5
22822026-09-07T14:10:31.235Z Compiling walkdir v2.5.0
22832026-09-07T14:10:31.539Z Compiling addr2line v0.25.1
22842026-09-07T14:10:31.682Z Compiling serde_urlencoded v0.7.1
22852026-09-07T14:10:32.175Z Compiling futures v0.3.32
22862026-09-07T14:10:32.282Z Compiling derive_builder_macro v0.20.2
22872026-09-07T14:10:32.454Z Compiling tokio-native-tls v0.3.1
22882026-09-07T14:10:32.579Z Compiling strum v0.26.3
22892026-09-07T14:10:32.695Z Compiling block-padding v0.4.2
22902026-09-07T14:10:32.808Z Compiling scroll v0.12.0
22912026-09-07T14:10:32.840Z Compiling pin-project v1.1.11
22922026-09-07T14:10:32.855Z Compiling rustls-native-certs v0.8.3
22932026-09-07T14:10:32.958Z Compiling md-5 v0.10.6
22942026-09-07T14:10:32.991Z Compiling convert_case v0.10.0
22952026-09-07T14:10:33.028Z Compiling vergen-lib v9.1.0
22962026-09-07T14:10:33.098Z Compiling hash32 v0.2.1
22972026-09-07T14:10:33.119Z Compiling encoding_rs v0.8.35
22982026-09-07T14:10:33.188Z Compiling mime v0.3.17
22992026-09-07T14:10:33.234Z Compiling jiff-core v0.1.0
23002026-09-07T14:10:33.264Z Compiling psl-types v2.0.11
23012026-09-07T14:10:33.366Z Compiling cpufeatures v0.3.0
23022026-09-07T14:10:33.409Z Compiling rustc-demangle v0.1.27
23032026-09-07T14:10:33.464Z Compiling fallible-iterator v0.2.0
23042026-09-07T14:10:33.507Z Compiling publicsuffix v2.3.0
23052026-09-07T14:10:33.524Z Compiling derive_more-impl v2.1.1
23062026-09-07T14:10:33.763Z Compiling postgres-protocol v0.6.10
23072026-09-07T14:10:33.789Z Compiling goblin v0.8.2
23082026-09-07T14:10:34.159Z Compiling jiff v0.2.34
23092026-09-07T14:10:34.264Z Compiling snafu v0.8.9
23102026-09-07T14:10:34.280Z Compiling inout v0.2.2
23112026-09-07T14:10:34.372Z Compiling derive_builder v0.20.2
23122026-09-07T14:10:34.518Z Compiling hyper-tls v0.6.0
23132026-09-07T14:10:34.744Z Compiling backtrace v0.3.76
23142026-09-07T14:10:34.779Z Compiling usdt-attr-macro v0.6.0
23152026-09-07T14:10:34.882Z Compiling usdt-macro v0.6.0
23162026-09-07T14:10:34.951Z Compiling globset v0.4.18
23172026-09-07T14:10:34.967Z Compiling phf_shared v0.13.1
23182026-09-07T14:10:34.970Z Compiling crossbeam-epoch v0.9.18
23192026-09-07T14:10:35.081Z Compiling zerocopy v0.7.35
23202026-09-07T14:10:35.340Z Compiling regex v1.12.3
23212026-09-07T14:10:35.671Z Compiling serde_plain v1.0.2
23222026-09-07T14:10:35.675Z Compiling miette-derive v7.6.0
23232026-09-07T14:10:35.705Z Compiling enum-as-inner v0.6.1
23242026-09-07T14:10:35.753Z Compiling serde_repr v0.1.20
23252026-09-07T14:10:35.906Z Compiling pem v3.0.6
23262026-09-07T14:10:35.925Z Compiling vergen v9.1.0
23272026-09-07T14:10:35.929Z Compiling ff v0.13.1
23282026-09-07T14:10:35.974Z Compiling cargo-platform v0.3.2
23292026-09-07T14:10:36.090Z Compiling filetime v0.2.27
23302026-09-07T14:10:36.212Z Compiling libbz2-rs-sys v0.2.2
23312026-09-07T14:10:36.243Z Compiling bitflags v1.3.2
23322026-09-07T14:10:36.286Z Compiling unicode-linebreak v0.1.5
23332026-09-07T14:10:36.334Z Compiling is_ci v1.2.0
23342026-09-07T14:10:36.334Z Compiling base16ct v0.2.0
23352026-09-07T14:10:36.365Z Compiling foldhash v0.1.5
23362026-09-07T14:10:36.559Z Compiling managed v0.8.0
23372026-09-07T14:10:36.562Z Compiling xattr v1.6.1
23382026-09-07T14:10:36.562Z Compiling unicode-width v0.2.0
23392026-09-07T14:10:36.663Z Compiling bumpalo v3.20.2
23402026-09-07T14:10:36.754Z Compiling const-oid v0.10.2
23412026-09-07T14:10:36.770Z Compiling foldhash v0.2.0
23422026-09-07T14:10:36.800Z Compiling typed-path v0.9.3
23432026-09-07T14:10:36.838Z Compiling smawk v0.3.2
23442026-09-07T14:10:36.877Z Compiling zopfli v0.8.3
23452026-09-07T14:10:36.916Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23462026-09-07T14:10:36.932Z Compiling hashbrown v0.16.1
23472026-09-07T14:10:36.952Z Compiling digest v0.11.3
23482026-09-07T14:10:36.989Z Compiling textwrap v0.16.2
23492026-09-07T14:10:37.116Z Compiling tar v0.4.46
23502026-09-07T14:10:37.198Z Compiling bzip2 v0.6.1
23512026-09-07T14:10:37.434Z Compiling hashbrown v0.15.5
23522026-09-07T14:10:37.468Z Compiling sec1 v0.7.3
23532026-09-07T14:10:37.523Z Compiling supports-color v3.0.2
23542026-09-07T14:10:37.544Z Compiling cargo_metadata v0.23.1
23552026-09-07T14:10:37.584Z Compiling group v0.13.0
23562026-09-07T14:10:37.701Z Compiling dof v0.3.0
23572026-09-07T14:10:38.567Z Compiling phf v0.13.1
23582026-09-07T14:10:38.739Z Compiling backtrace-ext v0.2.1
23592026-09-07T14:10:38.913Z Compiling zstd v0.13.3
23602026-09-07T14:10:38.946Z Compiling reqwest v0.12.28
23612026-09-07T14:10:38.949Z Compiling signal-hook-mio v0.2.5
23622026-09-07T14:10:39.100Z Compiling cookie_store v0.22.1
23632026-09-07T14:10:39.178Z Compiling cipher v0.5.2
23642026-09-07T14:10:39.194Z Compiling postgres-types v0.2.12
23652026-09-07T14:10:39.340Z Compiling strum v0.27.2
23662026-09-07T14:10:39.591Z Compiling hubpack v0.1.2
23672026-09-07T14:10:39.610Z Compiling phf_shared v0.11.3
23682026-09-07T14:10:39.647Z Compiling hkdf v0.12.4
23692026-09-07T14:10:39.681Z Compiling dtrace-parser v0.2.0
23702026-09-07T14:10:39.706Z Compiling byte-wrapper v0.1.0
23712026-09-07T14:10:39.820Z Compiling ed25519 v2.2.3
23722026-09-07T14:10:39.835Z Compiling olpc-cjson v0.1.4
23732026-09-07T14:10:40.100Z Compiling crypto-bigint v0.5.5
23742026-09-07T14:10:40.265Z Compiling serde-big-array v0.5.1
23752026-09-07T14:10:40.280Z Compiling float-cmp v0.10.0
23762026-09-07T14:10:40.396Z Compiling memmap2 v0.9.10
23772026-09-07T14:10:40.418Z Compiling thread-id v4.2.2
23782026-09-07T14:10:40.517Z Compiling winnow v0.7.14
23792026-09-07T14:10:40.573Z Compiling keccak v0.1.6
23802026-09-07T14:10:40.607Z Compiling precomputed-hash v0.1.1
23812026-09-07T14:10:40.714Z Compiling data-encoding v2.10.0
23822026-09-07T14:10:40.783Z Compiling toml_write v0.1.2
23832026-09-07T14:10:40.908Z Compiling normalize-line-endings v0.3.0
23842026-09-07T14:10:41.025Z Compiling difflib v0.4.0
23852026-09-07T14:10:41.069Z Compiling fixedbitset v0.4.2
23862026-09-07T14:10:41.172Z Compiling supports-unicode v3.0.0
23872026-09-07T14:10:41.247Z Compiling either v1.15.0
23882026-09-07T14:10:41.293Z Compiling rayon-core v1.13.0
23892026-09-07T14:10:41.308Z Compiling whoami v2.1.0
23902026-09-07T14:10:41.332Z Compiling new_debug_unreachable v1.0.6
23912026-09-07T14:10:41.417Z Compiling winnow v1.0.3
23922026-09-07T14:10:41.468Z Compiling predicates-core v1.0.10
23932026-09-07T14:10:41.485Z Compiling unicode-width v0.1.14
23942026-09-07T14:10:41.515Z Compiling supports-hyperlinks v3.2.0
23952026-09-07T14:10:41.574Z Compiling static_assertions v1.1.0
23962026-09-07T14:10:41.664Z Compiling fixedbitset v0.5.7
23972026-09-07T14:10:41.668Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23982026-09-07T14:10:41.695Z Compiling predicates v3.1.4
23992026-09-07T14:10:41.781Z Compiling miette v7.6.0
24002026-09-07T14:10:41.876Z Compiling petgraph v0.8.3
24012026-09-07T14:10:41.926Z Compiling chacha20 v0.10.0
24022026-09-07T14:10:41.954Z Compiling tokio-postgres v0.7.16
24032026-09-07T14:10:42.080Z Compiling toml_edit v0.22.27
24042026-09-07T14:10:42.260Z Compiling itertools v0.13.0
24052026-09-07T14:10:42.319Z Compiling string_cache v0.8.9
24062026-09-07T14:10:42.415Z Compiling toml_parser v1.1.2+spec-1.1.0
24072026-09-07T14:10:42.488Z Compiling petgraph v0.6.5
24082026-09-07T14:10:42.826Z Compiling hickory-proto v0.25.2
24092026-09-07T14:10:42.842Z Compiling elliptic-curve v0.13.8
24102026-09-07T14:10:43.809Z Compiling sha3 v0.10.8
24112026-09-07T14:10:43.887Z Compiling usdt v0.6.0
24122026-09-07T14:10:44.156Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24132026-09-07T14:10:44.449Z Compiling ed25519-dalek v2.2.0
24142026-09-07T14:10:44.614Z Compiling zip v4.6.1
24152026-09-07T14:10:44.970Z Compiling crossterm v0.28.1
24162026-09-07T14:10:45.129Z Compiling iddqd v0.4.2
24172026-09-07T14:10:45.511Z Compiling derive_more v2.1.1
24182026-09-07T14:10:45.634Z Compiling similar v2.7.0
24192026-09-07T14:10:45.848Z Compiling serde_with v3.21.0
24202026-09-07T14:10:46.454Z Compiling tokio-stream v0.1.18
24212026-09-07T14:10:46.514Z Compiling buf-list v1.1.2
24222026-09-07T14:10:46.692Z Compiling half v2.7.1
24232026-09-07T14:10:46.780Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24242026-09-07T14:10:46.858Z Compiling openapiv3 v2.2.0
24252026-09-07T14:10:47.083Z Compiling peg-runtime v0.8.5
24262026-09-07T14:10:47.100Z Compiling ciborium-io v0.2.2
24272026-09-07T14:10:47.277Z Compiling lalrpop-util v0.19.12
24282026-09-07T14:10:47.547Z Compiling ciborium-ll v0.2.2
24292026-09-07T14:10:48.441Z Compiling crossbeam-deque v0.8.6
24302026-09-07T14:10:48.813Z Compiling camino-tempfile v1.4.1
24312026-09-07T14:10:48.981Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-09-07T14:10:49.199Z Compiling blake3 v1.8.5
24332026-09-07T14:10:49.217Z Compiling fs-err v2.11.0
24342026-09-07T14:10:50.965Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24352026-09-07T14:10:51.946Z Compiling ciborium v0.2.2
24362026-09-07T14:10:52.370Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-09-07T14:10:52.505Z Compiling thread_local v1.1.9
24382026-09-07T14:10:52.601Z Compiling constant_time_eq v0.4.2
24392026-09-07T14:10:52.733Z Compiling slog-async v2.8.0
24402026-09-07T14:10:52.813Z Compiling arrayvec v0.7.6
24412026-09-07T14:10:52.851Z Compiling arrayref v0.3.9
24422026-09-07T14:10:52.923Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24432026-09-07T14:10:52.940Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24442026-09-07T14:10:53.074Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-09-07T14:10:53.170Z Compiling toml v0.8.23
24462026-09-07T14:10:53.221Z Compiling atomicwrites v0.4.4
24472026-09-07T14:10:53.238Z Compiling sha2 v0.11.0
24482026-09-07T14:10:53.254Z Compiling digest-io v0.1.0
24492026-09-07T14:10:53.409Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24502026-09-07T14:10:53.427Z Compiling crossbeam-channel v0.5.15
24512026-09-07T14:10:53.431Z Compiling serde_path_to_error v0.1.20
24522026-09-07T14:10:53.472Z Compiling is-terminal v0.4.17
24532026-09-07T14:10:53.572Z Compiling take_mut v0.2.2
24542026-09-07T14:10:53.590Z Compiling term v1.2.1
24552026-09-07T14:10:53.653Z Compiling debug-ignore v1.0.5
24562026-09-07T14:10:53.707Z Compiling rawzip v0.4.4
24572026-09-07T14:10:53.728Z Compiling parse-size v1.1.0
24582026-09-07T14:10:53.780Z Compiling topological-sort v0.2.2
24592026-09-07T14:10:53.854Z Compiling indent_write v2.2.0
24602026-09-07T14:10:53.962Z Compiling slog-term v2.9.2
24612026-09-07T14:10:54.018Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24622026-09-07T14:10:54.033Z Compiling shell-words v1.1.1
24632026-09-07T14:10:57.138Z Compiling rustls-webpki v0.103.13
24642026-09-07T14:10:59.848Z Compiling tokio-rustls v0.26.4
24652026-09-07T14:10:59.848Z Compiling rustls-platform-verifier v0.6.2
24662026-09-07T14:10:59.851Z Compiling tough v0.22.0
24672026-09-07T14:11:00.053Z Compiling hyper-rustls v0.27.7
24682026-09-07T14:11:00.243Z Compiling reqwest v0.13.2
24692026-09-07T14:11:01.626Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24702026-09-07T14:11:02.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24712026-09-07T14:11:03.588Z Compiling omicron-zone-package v0.12.3
24722026-09-07T14:11:04.150Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24732026-09-07T14:11:04.219Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24742026-09-07T14:11:04.243Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24752026-09-07T14:11:06.617Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24762026-09-07T14:11:25.792Z Finished `release` profile [optimized] target(s) in 1m 23s
24772026-09-07T14:11:25.931Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24782026-09-07T14:11:25.987ZSep 07 14:11:24.940 DEBG changing working directory to /work/oxidecomputer/omicron
24792026-09-07T14:11:26.084ZSep 07 14:11:25.038 DEBG running: git rev-parse HEAD
24802026-09-07T14:11:26.087ZSep 07 14:11:25.040 DEBG process exited with exit status: 0 (2.276692ms)
24812026-09-07T14:11:26.087ZSep 07 14:11:25.040 INFO version: 23.0.0-0.ci+git9c66fa540e5
24822026-09-07T14:11:26.094ZSep 07 14:11:25.048 INFO cloning helios to /work/oxidecomputer/helios
24832026-09-07T14:11:26.094ZSep 07 14:11:25.048 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24842026-09-07T14:11:26.098ZCloning into '/work/oxidecomputer/helios'...
24852026-09-07T14:11:26.755ZSep 07 14:11:25.709 DEBG process exited with exit status: 0 (661.251134ms)
24862026-09-07T14:11:26.755ZSep 07 14:11:25.709 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24872026-09-07T14:11:26.759ZSep 07 14:11:25.711 DEBG process exited with exit status: 0 (2.306753ms)
24882026-09-07T14:11:26.759ZSep 07 14:11:25.711 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24892026-09-07T14:11:27.131ZSep 07 14:11:26.085 DEBG process exited with exit status: 0 (373.606446ms)
24902026-09-07T14:11:27.131ZSep 07 14:11:26.085 DEBG running: zfs list rpool/images/build/host
24912026-09-07T14:11:27.135ZNAME USED AVAIL REFER MOUNTPOINT
24922026-09-07T14:11:27.136Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24932026-09-07T14:11:27.136ZSep 07 14:11:26.089 DEBG process exited with exit status: 0 (4.469375ms)
24942026-09-07T14:11:27.136ZSep 07 14:11:26.089 DEBG running: zfs list rpool/images/build/recovery
24952026-09-07T14:11:27.139ZNAME USED AVAIL REFER MOUNTPOINT
24962026-09-07T14:11:27.139Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24972026-09-07T14:11:27.139ZSep 07 14:11:26.093 DEBG process exited with exit status: 0 (3.874365ms)
24982026-09-07T14:11:27.142ZSep 07 14:11:26.093 INFO console assets match pinned console commit (c1e623cad30d6f38a45db1f835d8f5c2e9a387d1)
24992026-09-07T14:11:27.152ZSep 07 14:11:26.106 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026082800.0.0; the console needs a client regen and tools/console_version needs a bump
25002026-09-07T14:11:27.155ZSep 07 14:11:26.106 INFO [hubris-staging] running task
25012026-09-07T14:11:27.156ZSep 07 14:11:26.106 INFO [incorp-manifest] running task
25022026-09-07T14:11:27.156ZSep 07 14:11:26.106 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25032026-09-07T14:11:27.156ZSep 07 14:11:26.106 INFO [hubris-production] running task
25042026-09-07T14:11:27.156ZSep 07 14:11:26.107 INFO [incorp-create] running: pkgrepo create /work/incorporation
25052026-09-07T14:11:27.156ZSep 07 14:11:26.108 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25062026-09-07T14:11:27.156ZSep 07 14:11:26.108 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
25072026-09-07T14:11:27.180Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25082026-09-07T14:11:27.259Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-09-07T14:11:27.383ZSep 07 14:11:26.336 INFO [incorp-create] process exited with exit status: 0 (229.362472ms)
25102026-09-07T14:11:27.388ZSep 07 14:11:26.336 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25112026-09-07T14:11:27.598ZSep 07 14:11:26.552 INFO [incorp-publisher] process exited with exit status: 0 (215.703566ms)
25122026-09-07T14:11:28.057Z[ omicron-package] Blocking waiting for file lock on package cache
25132026-09-07T14:11:28.249ZSep 07 14:11:27.203 INFO [hubris-production] task succeeded (1.096766172s)
25142026-09-07T14:11:29.112Z[ omicron-package] Compiling macaddr v1.0.1
25152026-09-07T14:11:29.112Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25162026-09-07T14:11:29.116Z[ omicron-package] Compiling itertools v0.15.0
25172026-09-07T14:11:29.116Z[ omicron-package] Compiling secrecy v0.10.3
25182026-09-07T14:11:29.116Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-09-07T14:11:29.116Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25202026-09-07T14:11:29.116Z[ omicron-package] Compiling heapless v0.8.0
25212026-09-07T14:11:29.436Z[ omicron-package] Compiling hash32 v0.3.1
25222026-09-07T14:11:29.439Z[ omicron-package] Compiling inout v0.1.4
25232026-09-07T14:11:29.568ZSep 07 14:11:28.521 DEBG process exited with exit status: 0 (2.414708616s)
25242026-09-07T14:11:29.578ZSep 07 14:11:28.529 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-09-07T14:11:29.650Z[ omicron-package] Compiling multer v3.1.0
25262026-09-07T14:11:29.650Z[ omicron-package] Compiling smoltcp v0.11.0
25272026-09-07T14:11:29.694Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25282026-09-07T14:11:29.694Z[ omicron-package] Compiling compression-core v0.4.31
25292026-09-07T14:11:29.697Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302026-09-07T14:11:29.698Z[ omicron-package] Compiling match_cfg v0.1.0
25312026-09-07T14:11:29.698Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25322026-09-07T14:11:29.698Z[ omicron-package] Compiling slog-json v2.6.1
25332026-09-07T14:11:29.701Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25342026-09-07T14:11:29.985Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25352026-09-07T14:11:30.006Z[ omicron-package] Compiling hostname v0.3.1
25362026-09-07T14:11:30.006Z[ omicron-package] Compiling cipher v0.4.4
25372026-09-07T14:11:30.009Z[ omicron-package] Compiling cobs v0.3.0
25382026-09-07T14:11:30.025Z[ omicron-package] Compiling universal-hash v0.5.1
25392026-09-07T14:11:30.122Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25402026-09-07T14:11:30.155Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25412026-09-07T14:11:30.283Z[ omicron-package] Compiling dropshot v0.17.1
25422026-09-07T14:11:30.345Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25432026-09-07T14:11:30.482Z[ omicron-package] Compiling serde_spanned v1.1.1
25442026-09-07T14:11:30.527Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25452026-09-07T14:11:30.630Z[ omicron-package] Compiling async-stream-impl v0.3.6
25462026-09-07T14:11:30.654Z[ omicron-package] Compiling compression-codecs v0.4.37
25472026-09-07T14:11:30.685Z[ omicron-package] Compiling opaque-debug v0.3.1
25482026-09-07T14:11:30.732Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25492026-09-07T14:11:30.759Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25502026-09-07T14:11:30.762Z[ omicron-package] Compiling convert_case v0.4.0
25512026-09-07T14:11:30.907Z[ omicron-package] Compiling poly1305 v0.8.0
25522026-09-07T14:11:30.980Z[ omicron-package] Compiling async-compression v0.4.41
25532026-09-07T14:11:31.061Z[ omicron-package] Compiling ingot-macros v0.2.0
25542026-09-07T14:11:31.064Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25552026-09-07T14:11:31.064Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25562026-09-07T14:11:31.064Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25572026-09-07T14:11:31.064Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25582026-09-07T14:11:31.115Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25592026-09-07T14:11:31.119Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25602026-09-07T14:11:31.122Z[ omicron-package] Compiling chacha20 v0.9.1
25612026-09-07T14:11:31.246Z[ omicron-package] Compiling derive_more v0.99.20
25622026-09-07T14:11:31.359Z[ omicron-package] Compiling async-stream v0.3.6
25632026-09-07T14:11:31.481Z[ omicron-package] Compiling postcard v1.1.3
25642026-09-07T14:11:31.522Z[ omicron-package] Compiling slog-bunyan v2.5.0
25652026-09-07T14:11:31.608Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25662026-09-07T14:11:31.752Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25672026-09-07T14:11:31.752Z[ omicron-package] Compiling num_enum_derive v0.7.6
25682026-09-07T14:11:31.755Z[ omicron-package] Compiling sha1 v0.11.0
25692026-09-07T14:11:31.755Z[ omicron-package] Compiling progenitor-client v0.14.0
25702026-09-07T14:11:31.764Z[ omicron-package] Compiling oxide-generation v0.1.3
25712026-09-07T14:11:31.951Z[ omicron-package] Compiling parse-display-derive v0.10.0
25722026-09-07T14:11:32.018Z[ omicron-package] Compiling waitgroup v0.1.2
25732026-09-07T14:11:32.021Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25742026-09-07T14:11:32.181Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25752026-09-07T14:11:32.246Z[ omicron-package] Compiling backon v1.6.0
25762026-09-07T14:11:32.305Z[ omicron-package] Compiling password-hash v0.5.0
25772026-09-07T14:11:32.374Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25782026-09-07T14:11:32.374Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25792026-09-07T14:11:32.490Z[ omicron-package] Compiling blake2 v0.10.6
25802026-09-07T14:11:32.543Z[ omicron-package] Compiling aead v0.5.2
25812026-09-07T14:11:32.565ZSep 07 14:11:31.519 DEBG process exited with exit status: 0 (2.989926442s)
25822026-09-07T14:11:32.568ZSep 07 14:11:31.520 INFO [incorp-manifest] task succeeded (5.413312267s)
25832026-09-07T14:11:32.568ZSep 07 14:11:31.520 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25842026-09-07T14:11:32.580Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-09-07T14:11:32.625Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25862026-09-07T14:11:32.653Z[ omicron-package] Compiling proc-macro-error v1.0.4
25872026-09-07T14:11:32.669Z[ omicron-package] Compiling hostname v0.4.2
25882026-09-07T14:11:32.788Z[ omicron-package] Compiling instant v0.1.13
25892026-09-07T14:11:32.793ZSep 07 14:11:31.748 INFO [incorp-fmt] process exited with exit status: 0 (227.81883ms)
25902026-09-07T14:11:32.797ZSep 07 14:11:31.748 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25912026-09-07T14:11:32.892Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25922026-09-07T14:11:32.949Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25932026-09-07T14:11:32.994Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25942026-09-07T14:11:33.043Z[ omicron-package] Compiling backoff v0.4.0
25952026-09-07T14:11:33.043Z[ omicron-package] Compiling num_enum v0.7.6
25962026-09-07T14:11:33.047Z[ omicron-package] Compiling argon2 v0.5.3
25972026-09-07T14:11:33.063Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25982026-09-07T14:11:33.087Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260907T141132Z
25992026-09-07T14:11:33.087Z[ incorp-pkgsend] PUBLISHED
26002026-09-07T14:11:33.108Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26012026-09-07T14:11:33.108Z[ omicron-package] Compiling progenitor-extras v0.2.0
26022026-09-07T14:11:33.140ZSep 07 14:11:32.094 INFO [incorp-pkgsend] process exited with exit status: 0 (346.486895ms)
26032026-09-07T14:11:33.145ZSep 07 14:11:32.097 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26042026-09-07T14:11:33.194Z[ omicron-package] Compiling num_enum_derive v0.5.11
26052026-09-07T14:11:33.231Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26062026-09-07T14:11:33.281Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26072026-09-07T14:11:33.342Z[ omicron-package] Compiling vsss-rs v3.3.4
26082026-09-07T14:11:33.402Z[ helios-incorp] Retrieving packages for publisher helios ...
26092026-09-07T14:11:33.441Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26102026-09-07T14:11:33.482Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26112026-09-07T14:11:33.482Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26122026-09-07T14:11:33.482Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26132026-09-07T14:11:33.485Z[ helios-incorp]
26142026-09-07T14:11:33.485Z[ helios-incorp] Archiving packages ...
26152026-09-07T14:11:33.485Z[ helios-incorp] Packages to add: 1
26162026-09-07T14:11:33.485Z[ helios-incorp] Files to retrieve: 0
26172026-09-07T14:11:33.485Z[ helios-incorp] Estimated transfer size: 0.00 B
26182026-09-07T14:11:33.485Z[ helios-incorp]
26192026-09-07T14:11:33.485Z[ helios-incorp] Packages to archive:
26202026-09-07T14:11:33.485Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260907T141132Z
26212026-09-07T14:11:33.485Z[ helios-incorp]
26222026-09-07T14:11:33.485Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26232026-09-07T14:11:33.485Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26242026-09-07T14:11:33.549ZSep 07 14:11:32.502 INFO [helios-incorp] process exited with exit status: 0 (408.010596ms)
26252026-09-07T14:11:33.569Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26262026-09-07T14:11:33.619Z[ omicron-package] Compiling regress v0.10.5
26272026-09-07T14:11:33.670Z[ omicron-package] Compiling itertools v0.14.0
26282026-09-07T14:11:33.700Z[ omicron-package] Compiling foreign-types v0.5.0
26292026-09-07T14:11:33.784Z[ omicron-package] Compiling tabwriter v1.4.1
26302026-09-07T14:11:33.829Z[ omicron-package] Compiling parse-display v0.10.0
26312026-09-07T14:11:33.893Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-09-07T14:11:33.918Z[ omicron-package] Compiling cstr-argument v0.1.2
26332026-09-07T14:11:33.918Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26342026-09-07T14:11:34.037Z[ omicron-package] Compiling ingot-types v0.2.0
26352026-09-07T14:11:34.041Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26362026-09-07T14:11:34.090Z[ omicron-package] Compiling humantime v2.3.0
26372026-09-07T14:11:34.127Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-09-07T14:11:34.178Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26392026-09-07T14:11:34.291Z[ omicron-package] Compiling num_enum v0.5.11
26402026-09-07T14:11:34.400Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26412026-09-07T14:11:34.444Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26422026-09-07T14:11:34.461Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26432026-09-07T14:11:34.481Z[ omicron-package] Compiling rayon v1.11.0
26442026-09-07T14:11:34.532Z[ omicron-package] Compiling ingot v0.2.1
26452026-09-07T14:11:34.550Z[ omicron-package] Compiling rand v0.10.1
26462026-09-07T14:11:34.568Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26472026-09-07T14:11:34.588Z[ omicron-package] Compiling colored v3.1.1
26482026-09-07T14:11:34.609Z[ omicron-package] Compiling libefi-sys v0.1.0
26492026-09-07T14:11:34.650Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26502026-09-07T14:11:34.707Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26512026-09-07T14:11:34.808Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26522026-09-07T14:11:34.933Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26532026-09-07T14:11:34.966Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26542026-09-07T14:11:35.027Z[ omicron-package] Compiling itertools v0.12.1
26552026-09-07T14:11:35.076Z[ omicron-package] Compiling usdt-macro v0.5.0
26562026-09-07T14:11:35.101Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26572026-09-07T14:11:35.148Z[ omicron-package] Compiling sigpipe v0.1.3
26582026-09-07T14:11:35.322Z[ omicron-package] Compiling memmap v0.7.0
26592026-09-07T14:11:35.414Z[ omicron-package] Compiling num-derive v0.4.2
26602026-09-07T14:11:35.414Z[ omicron-package] Compiling bitfield-struct v0.6.2
26612026-09-07T14:11:35.510Z[ omicron-package] Compiling swrite v0.1.0
26622026-09-07T14:11:35.514Z[ omicron-package] Compiling glob v0.3.3
26632026-09-07T14:11:35.681Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26642026-09-07T14:11:35.784Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26652026-09-07T14:11:35.913Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26662026-09-07T14:11:36.114Z[ omicron-package] Compiling usdt v0.5.0
26672026-09-07T14:11:36.225Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26682026-09-07T14:11:36.258Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26692026-09-07T14:11:36.287Z[ omicron-package] Compiling smf v0.2.3
26702026-09-07T14:11:36.422Z[ omicron-package] Compiling whoami v1.6.1
26712026-09-07T14:11:36.422Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722026-09-07T14:11:36.515Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26732026-09-07T14:11:36.520Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26742026-09-07T14:11:36.584Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26752026-09-07T14:11:36.631Z[ omicron-package] Compiling zone v0.3.1
26762026-09-07T14:11:36.654Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26772026-09-07T14:11:36.654Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26782026-09-07T14:11:36.762Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26792026-09-07T14:11:36.793Z[ omicron-package] Compiling gethostname v0.5.0
26802026-09-07T14:11:36.874Z[ omicron-package] Compiling console v0.16.2
26812026-09-07T14:11:37.055Z[ omicron-package] Compiling unit-prefix v0.5.2
26822026-09-07T14:11:37.110Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26832026-09-07T14:11:37.473Z[ omicron-package] Compiling indicatif v0.18.4
26842026-09-07T14:11:38.025Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26852026-09-07T14:11:38.276Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26862026-09-07T14:11:39.536Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26872026-09-07T14:11:41.375Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26882026-09-07T14:11:42.121Z[ helios-setup] Sep 07 14:11:41.075 INFO helios repository root is: /work/oxidecomputer/helios
26892026-09-07T14:11:42.124Z[ helios-setup] Sep 07 14:11:41.076 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
26902026-09-07T14:11:42.124Z[ helios-setup] Sep 07 14:11:41.076 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
26912026-09-07T14:11:42.125Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26922026-09-07T14:11:42.685ZSep 07 14:11:41.639 INFO [hubris-staging] task succeeded (15.533205564s)
26932026-09-07T14:11:42.992Z[ helios-setup] Sep 07 14:11:41.946 INFO clone ok!, project: amd-host-image-builder
26942026-09-07T14:11:42.992Z[ helios-setup] Sep 07 14:11:41.946 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
26952026-09-07T14:11:42.995Z[ helios-setup] Sep 07 14:11:41.946 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26962026-09-07T14:11:42.995Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26972026-09-07T14:11:43.669Z[ helios-setup] Sep 07 14:11:42.623 INFO clone ok!, project: dmar-report
26982026-09-07T14:11:43.669Z[ helios-setup] Sep 07 14:11:42.623 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
26992026-09-07T14:11:43.672Z[ helios-setup] Sep 07 14:11:42.623 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27002026-09-07T14:11:43.672Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27012026-09-07T14:11:44.245Z[ helios-setup] Sep 07 14:11:43.199 INFO clone ok!, project: image-builder
27022026-09-07T14:11:44.245Z[ helios-setup] Sep 07 14:11:43.200 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
27032026-09-07T14:11:44.246Z[ helios-setup] Sep 07 14:11:43.200 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27042026-09-07T14:11:44.305Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27052026-09-07T14:11:44.818Z[ helios-setup] Sep 07 14:11:43.772 INFO clone ok!, project: phbl
27062026-09-07T14:11:44.821Z[ helios-setup] Sep 07 14:11:43.773 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27072026-09-07T14:11:44.821Z[ helios-setup] Sep 07 14:11:43.773 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
27082026-09-07T14:11:44.821Z[ helios-setup] Sep 07 14:11:43.773 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27092026-09-07T14:11:44.821Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27102026-09-07T14:11:45.326Z[ helios-setup] Sep 07 14:11:44.279 INFO clone ok!, project: bootserver
27112026-09-07T14:11:45.326Z[ helios-setup] Sep 07 14:11:44.279 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
27122026-09-07T14:11:45.329Z[ helios-setup] Sep 07 14:11:44.279 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27132026-09-07T14:11:45.329Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27142026-09-07T14:11:50.977Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27152026-09-07T14:11:54.074Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27162026-09-07T14:11:55.049Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27172026-09-07T14:11:56.241Z[ helios-setup] Sep 07 14:11:55.194 INFO clone ok!, project: amd-firmware
27182026-09-07T14:11:56.241Z[ helios-setup] Sep 07 14:11:55.194 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27192026-09-07T14:11:56.244Z[ helios-setup] Sep 07 14:11:55.194 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
27202026-09-07T14:11:56.244Z[ helios-setup] Sep 07 14:11:55.194 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27212026-09-07T14:11:56.244Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27222026-09-07T14:11:57.131Z[ helios-setup] Sep 07 14:11:56.085 INFO clone ok!, project: chelsio-t6-roms
27232026-09-07T14:11:57.131Z[ helios-setup] Sep 07 14:11:56.085 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
27242026-09-07T14:11:57.134Z[ helios-setup] Sep 07 14:11:56.085 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27252026-09-07T14:11:57.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27262026-09-07T14:11:57.997Z[ helios-setup] Sep 07 14:11:56.951 INFO clone ok!, project: pilot
27272026-09-07T14:11:57.997Z[ helios-setup] Sep 07 14:11:56.951 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
27282026-09-07T14:11:58.001Z[ helios-setup] Sep 07 14:11:56.951 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27292026-09-07T14:11:58.001Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27302026-09-07T14:11:58.610Z[ helios-setup] Sep 07 14:11:57.563 INFO clone ok!, project: pinprick
27312026-09-07T14:11:58.613Z[ helios-setup] Sep 07 14:11:57.564 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27322026-09-07T14:11:58.613Z[ helios-setup] Sep 07 14:11:57.564 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27332026-09-07T14:11:58.823Z[ helios-setup] Sep 07 14:11:57.777 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27342026-09-07T14:11:59.038Z[ helios-setup] Sep 07 14:11:57.992 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27352026-09-07T14:11:59.038Z[ helios-setup] Sep 07 14:11:57.992 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27362026-09-07T14:11:59.246Z[ helios-setup] Sep 07 14:11:58.201 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27372026-09-07T14:11:59.510Z[ helios-setup] Sep 07 14:11:58.464 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27382026-09-07T14:11:59.510Z[ helios-setup] Sep 07 14:11:58.464 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27392026-09-07T14:11:59.779Z[ helios-setup] Sep 07 14:11:58.732 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27402026-09-07T14:12:00.049Z[ helios-setup] Sep 07 14:11:59.003 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27412026-09-07T14:12:00.049Z[ helios-setup] Sep 07 14:11:59.003 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27422026-09-07T14:12:00.049Z[ helios-setup] Sep 07 14:11:59.003 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27432026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO ok!
27442026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27452026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27462026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO ok!
27472026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27482026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27492026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.003 INFO ok!
27502026-09-07T14:12:00.053Z[ helios-setup] Sep 07 14:11:59.004 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27512026-09-07T14:12:00.083Z[ helios-setup] Sep 07 14:11:59.037 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')"
27522026-09-07T14:12:00.084Z[ helios-setup] Sep 07 14:11:59.037 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27532026-09-07T14:12:00.084Z[ helios-setup] Sep 07 14:11:59.037 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27542026-09-07T14:12:00.249Z[ helios-setup] Sep 07 14:11:59.203 INFO E| Updating crates.io index
27552026-09-07T14:12:00.252Z[ helios-setup] Sep 07 14:11:59.203 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27562026-09-07T14:12:00.934Z[ helios-setup] Sep 07 14:11:59.888 INFO E| From https://github.com/oxidecomputer/amd-apcb
27572026-09-07T14:12:00.934Z[ helios-setup] Sep 07 14:11:59.888 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27582026-09-07T14:12:00.957Z[ helios-setup] Sep 07 14:11:59.911 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27592026-09-07T14:12:01.467Z[ helios-setup] Sep 07 14:12:00.421 INFO E| From https://github.com/oxidecomputer/amd-efs
27602026-09-07T14:12:01.467Z[ helios-setup] Sep 07 14:12:00.421 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27612026-09-07T14:12:01.576Z[ helios-setup] Sep 07 14:12:00.530 INFO E| Downloading crates ...
27622026-09-07T14:12:01.619Z[ helios-setup] Sep 07 14:12:00.573 INFO E| Downloaded autocfg v1.4.0
27632026-09-07T14:12:01.627Z[ helios-setup] Sep 07 14:12:00.581 INFO E| Downloaded log v0.4.27
27642026-09-07T14:12:01.630Z[ helios-setup] Sep 07 14:12:00.583 INFO E| Downloaded ansi_term v0.12.1
27652026-09-07T14:12:01.633Z[ helios-setup] Sep 07 14:12:00.584 INFO E| Downloaded unic-ucd-ident v0.9.0
27662026-09-07T14:12:01.633Z[ helios-setup] Sep 07 14:12:00.587 INFO E| Downloaded dyn-clone v1.0.19
27672026-09-07T14:12:01.636Z[ helios-setup] Sep 07 14:12:00.588 INFO E| Downloaded bytesize v2.0.1
27682026-09-07T14:12:01.636Z[ helios-setup] Sep 07 14:12:00.590 INFO E| Downloaded modular-bitfield v0.11.2
27692026-09-07T14:12:01.642Z[ helios-setup] Sep 07 14:12:00.597 INFO E| Downloaded strum v0.27.1
27702026-09-07T14:12:01.646Z[ helios-setup] Sep 07 14:12:00.599 INFO E| Downloaded vec_map v0.8.2
27712026-09-07T14:12:01.651Z[ helios-setup] Sep 07 14:12:00.604 INFO E| Downloaded unic-char-range v0.9.0
27722026-09-07T14:12:01.663Z[ helios-setup] Sep 07 14:12:00.617 INFO E| Downloaded parse_int v0.9.0
27732026-09-07T14:12:01.666Z[ helios-setup] Sep 07 14:12:00.618 INFO E| Downloaded unic-common v0.9.0
27742026-09-07T14:12:01.666Z[ helios-setup] Sep 07 14:12:00.618 INFO E| Downloaded fletcher v1.0.0
27752026-09-07T14:12:01.666Z[ helios-setup] Sep 07 14:12:00.618 INFO E| Downloaded four-cc v0.4.0
27762026-09-07T14:12:01.673Z[ helios-setup] Sep 07 14:12:00.627 INFO E| Downloaded heck v0.3.3
27772026-09-07T14:12:01.675Z[ helios-setup] Sep 07 14:12:00.628 INFO E| Downloaded strsim v0.8.0
27782026-09-07T14:12:01.675Z[ helios-setup] Sep 07 14:12:00.628 INFO E| Downloaded unic-ucd-version v0.9.0
27792026-09-07T14:12:01.675Z[ helios-setup] Sep 07 14:12:00.629 INFO E| Downloaded itoa v1.0.15
27802026-09-07T14:12:01.675Z[ helios-setup] Sep 07 14:12:00.630 INFO E| Downloaded quote v1.0.40
27812026-09-07T14:12:01.678Z[ helios-setup] Sep 07 14:12:00.631 INFO E| Downloaded rustversion v1.0.20
27822026-09-07T14:12:01.678Z[ helios-setup] Sep 07 14:12:00.632 INFO E| Downloaded structopt-derive v0.4.18
27832026-09-07T14:12:01.681Z[ helios-setup] Sep 07 14:12:00.633 INFO E| Downloaded thiserror-impl v2.0.12
27842026-09-07T14:12:01.681Z[ helios-setup] Sep 07 14:12:00.634 INFO E| Downloaded modular-bitfield-impl v0.13.1
27852026-09-07T14:12:01.710Z[ helios-setup] Sep 07 14:12:00.664 INFO E| Downloaded unic-char-property v0.9.0
27862026-09-07T14:12:01.713Z[ helios-setup] Sep 07 14:12:00.664 INFO E| Downloaded modular-bitfield-impl v0.11.2
27872026-09-07T14:12:01.713Z[ helios-setup] Sep 07 14:12:00.665 INFO E| Downloaded pest_meta v2.8.0
27882026-09-07T14:12:01.713Z[ helios-setup] Sep 07 14:12:00.666 INFO E| Downloaded strum_macros v0.27.1
27892026-09-07T14:12:01.716Z[ helios-setup] Sep 07 14:12:00.667 INFO E| Downloaded textwrap v0.11.0
27902026-09-07T14:12:01.716Z[ helios-setup] Sep 07 14:12:00.668 INFO E| Downloaded thiserror v2.0.12
27912026-09-07T14:12:01.719Z[ helios-setup] Sep 07 14:12:00.672 INFO E| Downloaded unicode-ident v1.0.18
27922026-09-07T14:12:01.722Z[ helios-setup] Sep 07 14:12:00.674 INFO E| Downloaded pest_generator v2.8.0
27932026-09-07T14:12:01.727Z[ helios-setup] Sep 07 14:12:00.682 INFO E| Downloaded ryu v1.0.20
27942026-09-07T14:12:01.735Z[ helios-setup] Sep 07 14:12:00.689 INFO E| Downloaded pest_derive v2.8.0
27952026-09-07T14:12:01.737Z[ helios-setup] Sep 07 14:12:00.690 INFO E| Downloaded modular-bitfield v0.13.1
27962026-09-07T14:12:01.742Z[ helios-setup] Sep 07 14:12:00.696 INFO E| Downloaded serde_derive v1.0.219
27972026-09-07T14:12:01.745Z[ helios-setup] Sep 07 14:12:00.698 INFO E| Downloaded proc-macro2 v1.0.95
27982026-09-07T14:12:01.745Z[ helios-setup] Sep 07 14:12:00.699 INFO E| Downloaded serde v1.0.219
27992026-09-07T14:12:01.748Z[ helios-setup] Sep 07 14:12:00.701 INFO E| Downloaded structopt v0.3.26
28002026-09-07T14:12:01.757Z[ helios-setup] Sep 07 14:12:00.711 INFO E| Downloaded zerocopy-derive v0.8.25
28012026-09-07T14:12:01.760Z[ helios-setup] Sep 07 14:12:00.715 INFO E| Downloaded typenum v1.18.0
28022026-09-07T14:12:01.763Z[ helios-setup] Sep 07 14:12:00.716 INFO E| Downloaded clap v2.34.0
28032026-09-07T14:12:01.766Z[ helios-setup] Sep 07 14:12:00.720 INFO E| Downloaded memchr v2.7.4
28042026-09-07T14:12:01.791Z[ helios-setup] Sep 07 14:12:00.745 INFO E| Downloaded pest v2.8.0
28052026-09-07T14:12:01.794Z[ helios-setup] Sep 07 14:12:00.748 INFO E| Downloaded serde_json v1.0.140
28062026-09-07T14:12:01.883Z[ helios-setup] Sep 07 14:12:00.753 INFO E| Downloaded goblin v0.9.3
28072026-09-07T14:12:01.883Z[ helios-setup] Sep 07 14:12:00.774 INFO E| Downloaded zerocopy v0.8.25
28082026-09-07T14:12:01.883Z[ helios-setup] Sep 07 14:12:00.789 INFO E| Downloaded syn v2.0.101
28092026-09-07T14:12:01.883Z[ helios-setup] Sep 07 14:12:00.824 INFO E| Downloaded libc v0.2.172
28102026-09-07T14:12:01.931Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling proc-macro2 v1.0.95
28112026-09-07T14:12:01.931Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling unicode-ident v1.0.18
28122026-09-07T14:12:01.931Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling memchr v2.7.4
28132026-09-07T14:12:01.931Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling autocfg v1.4.0
28142026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling thiserror v2.0.12
28152026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling syn v1.0.109
28162026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling serde v1.0.219
28172026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling version_check v0.9.5
28182026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling serde_json v1.0.140
28192026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling ryu v1.0.20
28202026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling itoa v1.0.15
28212026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling schemars v0.8.22
28222026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling dyn-clone v1.0.19
28232026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling ucd-trie v0.1.7
28242026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling paste v1.0.15
28252026-09-07T14:12:01.935Z[ helios-setup] Sep 07 14:12:00.885 INFO E| Compiling zerocopy v0.8.25
28262026-09-07T14:12:02.138Z[ helios-setup] Sep 07 14:12:01.092 INFO E| Compiling static_assertions v1.1.0
28272026-09-07T14:12:02.230Z[ helios-setup] Sep 07 14:12:01.184 INFO E| Compiling libc v0.2.172
28282026-09-07T14:12:02.511Z[ helios-setup] Sep 07 14:12:01.465 INFO E| Compiling rustversion v1.0.20
28292026-09-07T14:12:02.522Z[ helios-setup] Sep 07 14:12:01.476 INFO E| Compiling once_cell v1.21.3
28302026-09-07T14:12:02.544Z[ helios-setup] Sep 07 14:12:01.497 INFO E| Compiling unicode-width v0.1.14
28312026-09-07T14:12:02.602Z[ helios-setup] Sep 07 14:12:01.556 INFO E| Compiling heck v0.5.0
28322026-09-07T14:12:02.656Z[ helios-setup] Sep 07 14:12:01.610 INFO E| Compiling unicode-segmentation v1.12.0
28332026-09-07T14:12:02.749Z[ helios-setup] Sep 07 14:12:01.703 INFO E| Compiling byteorder v1.5.0
28342026-09-07T14:12:02.850Z[ helios-setup] Sep 07 14:12:01.804 INFO E| Compiling textwrap v0.11.0
28352026-09-07T14:12:02.980Z[ helios-setup] Sep 07 14:12:01.933 INFO E| Compiling vec_map v0.8.2
28362026-09-07T14:12:03.035Z[ helios-setup] Sep 07 14:12:01.988 INFO E| Compiling bitflags v1.3.2
28372026-09-07T14:12:03.042Z[ helios-setup] Sep 07 14:12:01.996 INFO E| Compiling proc-macro-error-attr v1.0.4
28382026-09-07T14:12:03.064Z[ helios-setup] Sep 07 14:12:02.018 INFO E| Compiling num-traits v0.2.19
28392026-09-07T14:12:03.078Z[ helios-setup] Sep 07 14:12:02.032 INFO E| Compiling memoffset v0.9.1
28402026-09-07T14:12:03.084Z[ helios-setup] Sep 07 14:12:02.038 INFO E| Compiling proc-macro-error v1.0.4
28412026-09-07T14:12:03.118Z[ helios-setup] Sep 07 14:12:02.072 INFO E| Compiling ansi_term v0.12.1
28422026-09-07T14:12:03.149Z[ helios-setup] Sep 07 14:12:02.102 INFO E| Compiling fletcher v1.0.0
28432026-09-07T14:12:03.164Z[ helios-setup] Sep 07 14:12:02.118 INFO E| Compiling strum v0.27.1
28442026-09-07T14:12:03.254Z[ helios-setup] Sep 07 14:12:02.208 INFO E| Compiling atty v0.2.14
28452026-09-07T14:12:03.268Z[ helios-setup] Sep 07 14:12:02.221 INFO E| Compiling unic-char-range v0.9.0
28462026-09-07T14:12:03.277Z[ helios-setup] Sep 07 14:12:02.231 INFO E| Compiling strsim v0.8.0
28472026-09-07T14:12:03.307Z[ helios-setup] Sep 07 14:12:02.261 INFO E| Compiling unic-common v0.9.0
28482026-09-07T14:12:03.344Z[ helios-setup] Sep 07 14:12:02.298 INFO E| Compiling lazy_static v1.5.0
28492026-09-07T14:12:03.358Z[ helios-setup] Sep 07 14:12:02.312 INFO E| Compiling unic-char-property v0.9.0
28502026-09-07T14:12:03.405Z[ helios-setup] Sep 07 14:12:02.360 INFO E| Compiling unic-ucd-version v0.9.0
28512026-09-07T14:12:03.411Z[ helios-setup] Sep 07 14:12:02.365 INFO E| Compiling log v0.4.27
28522026-09-07T14:12:03.429Z[ helios-setup] Sep 07 14:12:02.382 INFO E| Compiling plain v0.2.3
28532026-09-07T14:12:03.474Z[ helios-setup] Sep 07 14:12:02.428 INFO E| Compiling unic-ucd-ident v0.9.0
28542026-09-07T14:12:03.480Z[ helios-setup] Sep 07 14:12:02.434 INFO E| Compiling bytesize v2.0.1
28552026-09-07T14:12:03.553Z[ helios-setup] Sep 07 14:12:02.507 INFO E| Compiling heck v0.3.3
28562026-09-07T14:12:03.619Z[ helios-setup] Sep 07 14:12:02.573 INFO E| Compiling clap v2.34.0
28572026-09-07T14:12:03.828Z[ helios-setup] Sep 07 14:12:02.782 INFO E| Compiling quote v1.0.40
28582026-09-07T14:12:03.994Z[ helios-setup] Sep 07 14:12:02.948 INFO E| Compiling syn v2.0.101
28592026-09-07T14:12:04.433Z[ helios-setup] Sep 07 14:12:03.387 INFO E| Compiling parse_int v0.9.0
28602026-09-07T14:12:06.562Z[ helios-setup] Sep 07 14:12:05.516 INFO E| Compiling modular-bitfield-impl v0.11.2
28612026-09-07T14:12:06.562Z[ helios-setup] Sep 07 14:12:05.516 INFO E| Compiling structopt-derive v0.4.18
28622026-09-07T14:12:06.772Z[ helios-setup] Sep 07 14:12:05.726 INFO E| Compiling serde_derive_internals v0.29.1
28632026-09-07T14:12:07.415Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling thiserror-impl v2.0.12
28642026-09-07T14:12:07.415Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling serde_derive v1.0.219
28652026-09-07T14:12:07.415Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling schemars_derive v0.8.22
28662026-09-07T14:12:07.418Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling zerocopy-derive v0.8.25
28672026-09-07T14:12:07.418Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling num-derive v0.4.2
28682026-09-07T14:12:07.418Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling modular-bitfield-impl v0.13.1
28692026-09-07T14:12:07.419Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling scroll_derive v0.12.1
28702026-09-07T14:12:07.419Z[ helios-setup] Sep 07 14:12:06.369 INFO E| Compiling strum_macros v0.27.1
28712026-09-07T14:12:07.735Z[ helios-setup] Sep 07 14:12:06.689 INFO E| Compiling structopt v0.3.26
28722026-09-07T14:12:07.765Z[ helios-setup] Sep 07 14:12:06.719 INFO E| Compiling modular-bitfield v0.11.2
28732026-09-07T14:12:08.096Z[ helios-setup] Sep 07 14:12:07.050 INFO E| Compiling scroll v0.12.0
28742026-09-07T14:12:08.301Z[ helios-setup] Sep 07 14:12:07.255 INFO E| Compiling goblin v0.9.3
28752026-09-07T14:12:08.403Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.24s
28762026-09-07T14:12:08.463Z[ helios-setup] Sep 07 14:12:07.417 INFO E| Compiling modular-bitfield v0.13.1
28772026-09-07T14:12:08.531Z[ helios-setup] Sep 07 14:12:07.485 INFO E| Compiling pest v2.8.0
28782026-09-07T14:12:08.645Z[ omicron-package]
28792026-09-07T14:12:08.645Z[ omicron-package] real 41.419326650
28802026-09-07T14:12:08.645Z[ omicron-package] user 3:59.093531617
28812026-09-07T14:12:08.648Z[ omicron-package] sys 28.564070255
28822026-09-07T14:12:08.648Z[ omicron-package] trap 0.422096655
28832026-09-07T14:12:08.648Z[ omicron-package] tflt 0.467791888
28842026-09-07T14:12:08.648Z[ omicron-package] dflt 2.405329791
28852026-09-07T14:12:08.648Z[ omicron-package] kflt 0.001499381
28862026-09-07T14:12:08.648Z[ omicron-package] lock 8:23.183272551
28872026-09-07T14:12:08.648Z[ omicron-package] slp 4:34.858398182
28882026-09-07T14:12:08.648Z[ omicron-package] lat 1:06.343810425
28892026-09-07T14:12:08.648Z[ omicron-package] stop 1:38.944706292
28902026-09-07T14:12:08.648ZSep 07 14:12:07.600 INFO [omicron-package] process exited with exit status: 0 (41.491602592s)
28912026-09-07T14:12:08.648ZSep 07 14:12:07.600 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28922026-09-07T14:12:08.648ZSep 07 14:12:07.600 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28932026-09-07T14:12:08.653Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28942026-09-07T14:12:08.653Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28952026-09-07T14:12:08.657Z[ recovery-target] Created new build target 'recovery' and set it as active
28962026-09-07T14:12:08.657Z[ host-target] Created new build target 'host' and set it as active
28972026-09-07T14:12:08.660ZSep 07 14:12:07.612 INFO [recovery-target] process exited with exit status: 0 (11.392213ms)
28982026-09-07T14:12:08.660ZSep 07 14:12:07.612 INFO [host-target] process exited with exit status: 0 (11.859083ms)
28992026-09-07T14:12:08.660ZSep 07 14:12:07.612 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29002026-09-07T14:12:08.663Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29012026-09-07T14:12:09.490Z[ helios-setup] Sep 07 14:12:08.444 INFO E| Compiling pest_meta v2.8.0
29022026-09-07T14:12:09.985Z[ helios-setup] Sep 07 14:12:08.939 INFO E| Compiling pest_generator v2.8.0
29032026-09-07T14:12:10.245Z[ host-package] Compiling cfg-if v1.0.4
29042026-09-07T14:12:10.437Z[ helios-setup] Sep 07 14:12:09.391 INFO E| Compiling pest_derive v2.8.0
29052026-09-07T14:12:10.459Z[ host-package] Compiling serde_core v1.0.228
29062026-09-07T14:12:10.459Z[ host-package] Compiling libc v0.2.185
29072026-09-07T14:12:10.462Z[ host-package] Compiling memchr v2.8.0
29082026-09-07T14:12:10.530Z[ host-package] Compiling smallvec v1.15.1
29092026-09-07T14:12:10.566Z[ host-package] Compiling stable_deref_trait v1.2.1
29102026-09-07T14:12:10.594Z[ host-package] Compiling libm v0.2.16
29112026-09-07T14:12:10.598Z[ host-package] Compiling scopeguard v1.2.0
29122026-09-07T14:12:10.639Z[ host-package] Compiling zerofrom v0.1.6
29132026-09-07T14:12:10.665Z[ host-package] Compiling rand_core v0.10.0
29142026-09-07T14:12:10.691Z[ host-package] Compiling litemap v0.8.1
29152026-09-07T14:12:10.691Z[ host-package] Compiling percent-encoding v2.3.2
29162026-09-07T14:12:10.691Z[ host-package] Compiling writeable v0.6.2
29172026-09-07T14:12:10.775Z[ host-package] Compiling lock_api v0.4.14
29182026-09-07T14:12:10.778Z[ host-package] Compiling icu_normalizer_data v2.1.1
29192026-09-07T14:12:10.778Z[ host-package] Compiling icu_properties_data v2.1.2
29202026-09-07T14:12:10.883Z[ host-package] Compiling yoke v0.8.1
29212026-09-07T14:12:10.907Z[ host-package] Compiling utf8_iter v1.0.4
29222026-09-07T14:12:10.934Z[ host-package] Compiling form_urlencoded v1.2.2
29232026-09-07T14:12:10.961Z[ host-package] Compiling errno v0.3.14
29242026-09-07T14:12:10.961Z[ host-package] Compiling getrandom v0.4.3
29252026-09-07T14:12:11.016Z[ host-package] Compiling parking_lot_core v0.9.12
29262026-09-07T14:12:11.043Z[ host-package] Compiling iana-time-zone v0.1.65
29272026-09-07T14:12:11.070Z[ host-package] Compiling zerovec v0.11.5
29282026-09-07T14:12:11.070Z[ host-package] Compiling zerotrie v0.2.3
29292026-09-07T14:12:11.120Z[ host-package] Compiling zerocopy v0.8.55
29302026-09-07T14:12:11.147Z[ host-package] Compiling signal-hook-registry v1.4.8
29312026-09-07T14:12:11.171Z[ host-package] Compiling mio v1.2.0
29322026-09-07T14:12:11.200Z[ host-package] Compiling socket2 v0.6.3
29332026-09-07T14:12:11.206Z[ helios-setup] Sep 07 14:12:10.160 INFO E| Compiling json5 v0.4.1
29342026-09-07T14:12:11.237Z[ host-package] Compiling parking_lot v0.12.5
29352026-09-07T14:12:11.280Z[ host-package] Compiling thiserror v2.0.18
29362026-09-07T14:12:11.339Z[ host-package] Compiling getrandom v0.2.17
29372026-09-07T14:12:11.349Z[ host-package] Compiling futures-util v0.3.32
29382026-09-07T14:12:11.352Z[ host-package] Compiling getrandom v0.3.4
29392026-09-07T14:12:11.396Z[ host-package] Compiling num-traits v0.2.19
29402026-09-07T14:12:11.399Z[ host-package] Compiling base64 v0.22.1
29412026-09-07T14:12:11.489Z[ host-package] Compiling time v0.3.47
29422026-09-07T14:12:11.528Z[ host-package] Compiling rand_core v0.6.4
29432026-09-07T14:12:11.621Z[ host-package] Compiling tinystr v0.8.2
29442026-09-07T14:12:11.621Z[ host-package] Compiling potential_utf v0.1.4
29452026-09-07T14:12:11.677Z[ host-package] Compiling aho-corasick v1.1.4
29462026-09-07T14:12:11.768Z[ host-package] Compiling rand_core v0.9.5
29472026-09-07T14:12:11.830Z[ host-package] Compiling spin v0.9.8
29482026-09-07T14:12:11.830Z[ host-package] Compiling socket2 v0.5.10
29492026-09-07T14:12:11.833Z[ host-package] Compiling pest v2.8.6
29502026-09-07T14:12:11.915Z[ host-package] Compiling icu_locale_core v2.1.1
29512026-09-07T14:12:11.918Z[ host-package] Compiling icu_collections v2.1.1
29522026-09-07T14:12:11.959Z[ host-package] Compiling encoding_rs v0.8.35
29532026-09-07T14:12:12.005Z[ host-package] Compiling simd-adler32 v0.3.8
29542026-09-07T14:12:12.162Z[ host-package] Compiling adler2 v2.0.1
29552026-09-07T14:12:12.165Z[ host-package] Compiling crc32fast v1.5.0
29562026-09-07T14:12:12.270Z[ host-package] Compiling wait-timeout v0.2.1
29572026-09-07T14:12:12.308Z[ host-package] Compiling zlib-rs v0.6.2
29582026-09-07T14:12:12.375Z[ host-package] Compiling serde v1.0.228
29592026-09-07T14:12:12.403Z[ host-package] Compiling serde_json v1.0.151
29602026-09-07T14:12:12.447Z[ host-package] Compiling bitflags v2.11.0
29612026-09-07T14:12:12.498Z[ host-package] Compiling uuid v1.23.4
29622026-09-07T14:12:12.572Z[ host-package] Compiling semver v1.0.28
29632026-09-07T14:12:12.680Z[ host-package] Compiling indexmap v2.14.0
29642026-09-07T14:12:12.686Z[ helios-setup] Sep 07 14:12:11.640 INFO E| Compiling four-cc v0.4.0
29652026-09-07T14:12:12.686Z[ helios-setup] Sep 07 14:12:11.640 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29662026-09-07T14:12:12.837Z[ helios-setup] Sep 07 14:12:11.791 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29672026-09-07T14:12:12.856Z[ host-package] Compiling rustix v1.1.4
29682026-09-07T14:12:13.096Z[ host-package] Compiling bytes v1.11.1
29692026-09-07T14:12:13.173Z[ host-package] Compiling zeroize v1.9.0
29702026-09-07T14:12:13.176Z[ host-package] Compiling icu_provider v2.1.1
29712026-09-07T14:12:13.176Z[ host-package] Compiling chrono v0.4.45
29722026-09-07T14:12:13.307Z[ host-package] Compiling erased-serde v0.3.31
29732026-09-07T14:12:13.496Z[ host-package] Compiling generic-array v0.14.7
29742026-09-07T14:12:13.626Z[ host-package] Compiling rustls-pki-types v1.14.0
29752026-09-07T14:12:13.757Z[ host-package] Compiling icu_normalizer v2.1.1
29762026-09-07T14:12:13.967Z[ host-package] Compiling icu_properties v2.1.2
29772026-09-07T14:12:14.003Z[ host-package] Compiling tokio v1.52.1
29782026-09-07T14:12:14.006Z[ host-package] Compiling http v1.4.2
29792026-09-07T14:12:14.094Z[ host-package] Compiling slog v2.8.2
29802026-09-07T14:12:14.130Z[ host-package] Compiling crypto-common v0.1.7
29812026-09-07T14:12:14.206Z[ host-package] Compiling block-buffer v0.10.4
29822026-09-07T14:12:14.238Z[ host-package] Compiling ipnet v2.12.0
29832026-09-07T14:12:14.358Z[ host-package] Compiling terminal_size v0.4.3
29842026-09-07T14:12:14.417Z[ host-package] Compiling aws-lc-rs v1.16.3
29852026-09-07T14:12:14.458Z[ host-package] Compiling ppv-lite86 v0.2.21
29862026-09-07T14:12:14.458Z[ host-package] Compiling regex-automata v0.4.14
29872026-09-07T14:12:14.462Z[ host-package] Compiling digest v0.10.7
29882026-09-07T14:12:14.608Z[ host-package] Compiling clap_builder v4.6.0
29892026-09-07T14:12:14.671Z[ host-package] Compiling tempfile v3.27.0
29902026-09-07T14:12:14.719Z[ host-package] Compiling der v0.7.10
29912026-09-07T14:12:14.722Z[ host-package] Compiling serde_urlencoded v0.7.1
29922026-09-07T14:12:14.722Z[ host-package] Compiling miniz_oxide v0.8.9
29932026-09-07T14:12:14.873Z[ host-package] Compiling rustls-native-certs v0.8.3
29942026-09-07T14:12:14.945Z[ host-package] Compiling rand_chacha v0.9.0
29952026-09-07T14:12:15.075Z[ host-package] Compiling idna_adapter v1.2.1
29962026-09-07T14:12:15.133Z[ host-package] Compiling http-body v1.0.1
29972026-09-07T14:12:15.180Z[ host-package] Compiling rand_chacha v0.3.1
29982026-09-07T14:12:15.222Z[ host-package] Compiling rand v0.9.2
29992026-09-07T14:12:15.267Z[ host-package] Compiling idna v1.1.0
30002026-09-07T14:12:15.396Z[ host-package] Compiling http-body-util v0.1.3
30012026-09-07T14:12:15.467Z[ host-package] Compiling rand v0.8.6
30022026-09-07T14:12:15.531Z[ host-package] Compiling rustls-webpki v0.103.13
30032026-09-07T14:12:15.597Z[ host-package] Compiling futures-executor v0.3.32
30042026-09-07T14:12:15.668Z[ host-package] Compiling hybrid-array v0.4.13
30052026-09-07T14:12:15.775Z[ host-package] Compiling url v2.5.8
30062026-09-07T14:12:15.840Z[ host-package] Compiling spki v0.7.3
30072026-09-07T14:12:16.021Z[ host-package] Compiling hex v0.4.3
30082026-09-07T14:12:16.089Z[ host-package] Compiling pkcs8 v0.10.2
30092026-09-07T14:12:16.170Z[ host-package] Compiling rustls v0.23.41
30102026-09-07T14:12:16.200Z[ host-package] Compiling hubpack v0.1.2
30112026-09-07T14:12:16.276Z[ host-package] Compiling futures v0.3.32
30122026-09-07T14:12:16.322Z[ host-package] Compiling publicsuffix v2.3.0
30132026-09-07T14:12:16.385Z[ host-package] Compiling schemars v0.8.22
30142026-09-07T14:12:16.444Z[ host-package] Compiling openapiv3 v2.2.0
30152026-09-07T14:12:16.491Z[ host-package] Compiling cookie v0.18.1
30162026-09-07T14:12:16.522Z[ host-package] Compiling rusty-fork v0.3.1
30172026-09-07T14:12:16.525Z[ host-package] Compiling flate2 v1.1.9
30182026-09-07T14:12:16.594Z[ host-package] Compiling clap v4.6.1
30192026-09-07T14:12:16.663Z[ host-package] Compiling sha2 v0.10.9
30202026-09-07T14:12:16.718Z[ host-package] Compiling rand_xorshift v0.4.0
30212026-09-07T14:12:16.743Z[ host-package] Compiling block-buffer v0.12.1
30222026-09-07T14:12:16.837Z[ host-package] Compiling cookie_store v0.22.1
30232026-09-07T14:12:16.914Z[ host-package] Compiling proptest v1.11.0
30242026-09-07T14:12:16.967Z[ host-package] Compiling crypto-common v0.2.2
30252026-09-07T14:12:17.024Z[ host-package] Compiling signature v2.2.0
30262026-09-07T14:12:17.118Z[ host-package] Compiling lazy_static v1.5.0
30272026-09-07T14:12:17.195Z[ host-package] Compiling camino v1.2.5
30282026-09-07T14:12:17.271Z[ host-package] Compiling dof v0.4.0
30292026-09-07T14:12:17.294Z[ host-package] Compiling hmac v0.12.1
30302026-09-07T14:12:17.413Z[ host-package] Compiling regex v1.12.3
30312026-09-07T14:12:17.413Z[ host-package] Compiling dtrace-parser v0.3.0
30322026-09-07T14:12:17.480Z[ host-package] Compiling thread-id v5.1.0
30332026-09-07T14:12:17.543Z[ host-package] Compiling ipnetwork v0.21.1
30342026-09-07T14:12:17.622Z[ host-package] Compiling data-encoding v2.10.0
30352026-09-07T14:12:17.784Z[ host-package] Compiling memmap2 v0.9.10
30362026-09-07T14:12:18.113Z[ host-package] Compiling oxnet v0.1.6
30372026-09-07T14:12:18.138Z[ host-package] Compiling num-integer v0.1.46
30382026-09-07T14:12:18.141Z[ host-package] Compiling rustix v0.38.44
30392026-09-07T14:12:18.225Z[ host-package] Compiling usdt-impl v0.6.0
30402026-09-07T14:12:18.400Z[ host-package] Compiling tokio-util v0.7.18
30412026-09-07T14:12:18.490Z[ host-package] Compiling tower v0.5.3
30422026-09-07T14:12:18.585Z[ host-package] Compiling x509-cert v0.2.5
30432026-09-07T14:12:18.673Z[ host-package] Compiling usdt v0.6.0
30442026-09-07T14:12:18.740Z[ host-package] Compiling serde_spanned v0.6.9
30452026-09-07T14:12:18.929Z[ host-package] Compiling toml_datetime v0.6.11
30462026-09-07T14:12:19.081Z[ host-package] Compiling tower-http v0.6.8
30472026-09-07T14:12:19.111Z[ host-package] Compiling dof v0.3.0
30482026-09-07T14:12:19.139Z[ host-package] Compiling num-iter v0.1.45
30492026-09-07T14:12:19.139Z[ host-package] Compiling bstr v1.12.1
30502026-09-07T14:12:19.236Z[ host-package] Compiling h2 v0.4.15
30512026-09-07T14:12:19.280Z[ host-package] Compiling dtrace-parser v0.2.0
30522026-09-07T14:12:19.491Z[ host-package] Compiling newtype-uuid v1.3.2
30532026-09-07T14:12:19.494Z[ host-package] Compiling ff v0.13.1
30542026-09-07T14:12:19.737Z[ host-package] Compiling tokio-rustls v0.26.4
30552026-09-07T14:12:19.798Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30562026-09-07T14:12:19.894Z[ host-package] Compiling daft v0.1.8
30572026-09-07T14:12:19.942Z[ host-package] Compiling thread-id v4.2.2
30582026-09-07T14:12:20.012Z[ host-package] Compiling sec1 v0.7.3
30592026-09-07T14:12:20.086Z[ host-package] Compiling usdt-impl v0.5.0
30602026-09-07T14:12:20.112Z[ host-package] Compiling digest v0.11.3
30612026-09-07T14:12:20.137Z[ host-package] Compiling signal-hook v0.3.18
30622026-09-07T14:12:20.140Z[ host-package] Compiling nix v0.31.2
30632026-09-07T14:12:20.238Z[ host-package] Compiling group v0.13.0
30642026-09-07T14:12:20.281Z[ host-package] Compiling serde_with v3.21.0
30652026-09-07T14:12:20.380Z[ host-package] Compiling hkdf v0.12.4
30662026-09-07T14:12:20.433Z[ host-package] Compiling crypto-bigint v0.5.5
30672026-09-07T14:12:20.489Z[ host-package] Compiling foreign-types-shared v0.1.1
30682026-09-07T14:12:20.542Z[ host-package] Compiling ahash v0.8.12
30692026-09-07T14:12:20.575Z[ host-package] Compiling num-bigint-dig v0.8.6
30702026-09-07T14:12:20.575Z[ host-package] Compiling packed_struct v0.10.1
30712026-09-07T14:12:20.641Z[ host-package] Compiling openssl-sys v0.9.117
30722026-09-07T14:12:20.677Z[ host-package] Compiling pkcs1 v0.7.5
30732026-09-07T14:12:20.704Z[ host-package] Compiling foreign-types v0.3.2
30742026-09-07T14:12:20.843Z[ host-package] Compiling toml_edit v0.19.15
30752026-09-07T14:12:20.937Z[ host-package] Compiling hashbrown v0.13.2
30762026-09-07T14:12:21.158Z[ host-package] Compiling openssl v0.10.80
30772026-09-07T14:12:21.202Z[ host-package] Compiling serde-hex v0.1.0
30782026-09-07T14:12:21.555Z[ host-package] Compiling elliptic-curve v0.13.8
30792026-09-07T14:12:21.583Z[ host-package] Compiling bzip2 v0.4.4
30802026-09-07T14:12:21.751Z[ host-package] Compiling rsa v0.9.10
30812026-09-07T14:12:21.821Z[ host-package] Compiling signal-hook-mio v0.2.5
30822026-09-07T14:12:21.900Z[ host-package] Compiling ron v0.8.1
30832026-09-07T14:12:22.027Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
30842026-09-07T14:12:22.054Z[ host-package] Compiling globset v0.4.18
30852026-09-07T14:12:22.055Z[ host-package] Compiling block-padding v0.4.2
30862026-09-07T14:12:22.105Z[ host-package] Compiling sha3 v0.10.8
30872026-09-07T14:12:22.138Z[ host-package] Compiling curve25519-dalek v4.1.3
30882026-09-07T14:12:22.141Z[ host-package] Compiling zip v0.6.6
30892026-09-07T14:12:22.250Z[ host-package] Compiling inout v0.2.2
30902026-09-07T14:12:22.317Z[ host-package] Compiling object v0.30.4
30912026-09-07T14:12:22.541Z[ host-package] Compiling toml v0.7.8
30922026-09-07T14:12:22.576Z[ host-package] Compiling jiff v0.2.34
30932026-09-07T14:12:22.782Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30942026-09-07T14:12:22.854Z[ host-package] Compiling cipher v0.5.2
30952026-09-07T14:12:23.095Z[ host-package] Compiling hyper v1.10.1
30962026-09-07T14:12:23.231Z[ host-package] Compiling crossterm v0.28.1
30972026-09-07T14:12:23.271Z[ host-package] Compiling ed25519 v2.2.3
30982026-09-07T14:12:23.311Z[ host-package] Compiling serde-big-array v0.5.1
30992026-09-07T14:12:23.418Z[ host-package] Compiling pem v3.0.6
31002026-09-07T14:12:23.501Z[ host-package] Compiling petgraph v0.8.3
31012026-09-07T14:12:23.559Z[ host-package] Compiling object v0.37.3
31022026-09-07T14:12:23.597Z[ host-package] Compiling heapless v0.7.17
31032026-09-07T14:12:23.636Z[ host-package] Compiling ed25519-dalek v2.2.0
31042026-09-07T14:12:23.688Z[ host-package] Compiling chacha20 v0.10.0
31052026-09-07T14:12:23.824Z[ host-package] Compiling native-tls v0.2.18
31062026-09-07T14:12:23.938Z[ host-package] Compiling byte-wrapper v0.1.0
31072026-09-07T14:12:24.126Z[ host-package] Compiling md-5 v0.10.6
31082026-09-07T14:12:24.155Z[ host-package] Compiling tokio-native-tls v0.3.1
31092026-09-07T14:12:24.186Z[ host-package] Compiling serde_plain v1.0.2
31102026-09-07T14:12:24.381Z[ host-package] Compiling toml_edit v0.22.27
31112026-09-07T14:12:24.406Z[ host-package] Compiling zopfli v0.8.3
31122026-09-07T14:12:24.441Z[ host-package] Compiling postgres-protocol v0.6.10
31132026-09-07T14:12:24.471Z[ host-package] Compiling smoltcp v0.9.1
31142026-09-07T14:12:24.589Z[ host-package] Compiling hickory-proto v0.25.2
31152026-09-07T14:12:24.857Z[ host-package] Compiling hyper-util v0.1.20
31162026-09-07T14:12:24.992Z[ host-package] Compiling float-cmp v0.10.0
31172026-09-07T14:12:25.353Z[ host-package] Compiling textwrap v0.16.2
31182026-09-07T14:12:25.383Z[ host-package] Compiling string_cache v0.8.9
31192026-09-07T14:12:25.383Z[ host-package] Compiling petgraph v0.6.5
31202026-09-07T14:12:25.433Z[ host-package] Compiling predicates v3.1.4
31212026-09-07T14:12:25.530Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31222026-09-07T14:12:25.696Z[ host-package] Compiling zip v4.6.1
31232026-09-07T14:12:25.929Z[ host-package] Compiling postgres-types v0.2.12
31242026-09-07T14:12:26.110Z[ host-package] Compiling iddqd v0.4.2
31252026-09-07T14:12:26.141Z[ host-package] Compiling similar v2.7.0
31262026-09-07T14:12:26.250Z[ host-package] Compiling olpc-cjson v0.1.4
31272026-09-07T14:12:26.393Z[ host-package] Compiling tokio-stream v0.1.18
31282026-09-07T14:12:26.535Z[ host-package] Compiling hyper-rustls v0.27.7
31292026-09-07T14:12:26.590Z[ helios-setup] Sep 07 14:12:25.544 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31302026-09-07T14:12:26.867Z[ host-package] Compiling reqwest v0.13.2
31312026-09-07T14:12:26.947Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31322026-09-07T14:12:27.085Z[ host-package] Compiling hyper-tls v0.6.0
31332026-09-07T14:12:27.118Z[ host-package] Compiling backtrace v0.3.76
31342026-09-07T14:12:27.168Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31352026-09-07T14:12:27.395Z[ host-package] Compiling reqwest v0.12.28
31362026-09-07T14:12:27.435Z[ host-package] Compiling tokio-postgres v0.7.16
31372026-09-07T14:12:27.482Z[ host-package] Compiling fs-err v3.3.0
31382026-09-07T14:12:27.581Z[ host-package] Compiling buf-list v1.1.2
31392026-09-07T14:12:27.631Z[ host-package] Compiling thread_local v1.1.9
31402026-09-07T14:12:27.987Z[ host-package] Compiling backtrace-ext v0.2.1
31412026-09-07T14:12:28.018Z[ host-package] Compiling is-terminal v0.4.17
31422026-09-07T14:12:28.072Z[ host-package] Compiling slog-async v2.8.0
31432026-09-07T14:12:28.145Z[ host-package] Compiling miette v7.6.0
31442026-09-07T14:12:28.148Z[ host-package] Compiling slog-json v2.6.1
31452026-09-07T14:12:28.148Z[ host-package] Compiling hostname v0.3.1
31462026-09-07T14:12:28.265Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31472026-09-07T14:12:28.315Z[ host-package] Compiling slog-term v2.9.2
31482026-09-07T14:12:28.400Z[ host-package] Compiling compression-codecs v0.4.37
31492026-09-07T14:12:28.578Z[ host-package] Compiling slog-bunyan v2.5.0
31502026-09-07T14:12:28.581Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31512026-09-07T14:12:28.856Z[ host-package] Compiling serde_spanned v1.1.1
31522026-09-07T14:12:28.884Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31532026-09-07T14:12:29.050Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31542026-09-07T14:12:29.095Z[ host-package] Compiling tough v0.22.0
31552026-09-07T14:12:29.129Z[ host-package] Compiling progenitor-client v0.14.0
31562026-09-07T14:12:29.284Z[ host-package] Compiling multer v3.1.0
31572026-09-07T14:12:29.477Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31582026-09-07T14:12:29.559Z[ host-package] Compiling async-compression v0.4.41
31592026-09-07T14:12:29.685Z[ host-package] Compiling sha1 v0.11.0
31602026-09-07T14:12:29.805Z[ host-package] Compiling rustls-pemfile v2.2.0
31612026-09-07T14:12:29.864Z[ host-package] Compiling serde_path_to_error v0.1.20
31622026-09-07T14:12:29.867Z[ host-package] Compiling hostname v0.4.2
31632026-09-07T14:12:30.003Z[ helios-setup] Sep 07 14:12:28.957 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31642026-09-07T14:12:30.066Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31652026-09-07T14:12:30.115Z[ host-package] Compiling atomicwrites v0.4.4
31662026-09-07T14:12:30.119Z[ host-package] Compiling macaddr v1.0.1
31672026-09-07T14:12:30.163Z[ host-package] Compiling instant v0.1.13
31682026-09-07T14:12:30.168Z[ host-package] Compiling oxide-generation v0.1.3
31692026-09-07T14:12:30.273Z[ host-package] Compiling regress v0.10.5
31702026-09-07T14:12:30.319Z[ host-package] Compiling progenitor-extras v0.2.0
31712026-09-07T14:12:30.394Z[ host-package] Compiling backoff v0.4.0
31722026-09-07T14:12:30.426Z[ host-package] Compiling dropshot v0.17.1
31732026-09-07T14:12:30.429Z[ host-package] Compiling parse-display v0.10.0
31742026-09-07T14:12:30.452Z[ host-package] Compiling half v2.7.1
31752026-09-07T14:12:30.556Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31762026-09-07T14:12:30.657Z[ host-package] Compiling heck v0.5.0
31772026-09-07T14:12:30.693Z[ host-package] Compiling regress v0.11.1
31782026-09-07T14:12:30.833Z[ host-package] Compiling ciborium-ll v0.2.2
31792026-09-07T14:12:30.941Z[ host-package] Compiling secrecy v0.10.3
31802026-09-07T14:12:30.997Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31812026-09-07T14:12:31.117Z[ host-package] Compiling ciborium v0.2.2
31822026-09-07T14:12:31.148Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31832026-09-07T14:12:31.148Z[ host-package] Compiling inout v0.1.4
31842026-09-07T14:12:31.329Z[ host-package] Compiling cipher v0.4.4
31852026-09-07T14:12:31.369Z[ host-package] Compiling universal-hash v0.5.1
31862026-09-07T14:12:31.428Z[ host-package] Compiling unsafe-libyaml v0.2.11
31872026-09-07T14:12:31.480Z[ host-package] Compiling blake2 v0.10.6
31882026-09-07T14:12:31.571Z[ host-package] Compiling poly1305 v0.8.0
31892026-09-07T14:12:31.637Z[ host-package] Compiling chacha20 v0.9.1
31902026-09-07T14:12:31.897Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31912026-09-07T14:12:31.941Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31922026-09-07T14:12:31.982Z[ host-package] Compiling aead v0.5.2
31932026-09-07T14:12:31.985Z[ host-package] Compiling password-hash v0.5.0
31942026-09-07T14:12:32.057Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
31952026-09-07T14:12:32.060Z[ host-package] Compiling vsss-rs v3.3.4
31962026-09-07T14:12:32.117Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31972026-09-07T14:12:32.121Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31982026-09-07T14:12:32.217Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31992026-09-07T14:12:32.258Z[ host-package] Compiling chacha20poly1305 v0.10.1
32002026-09-07T14:12:32.304Z[ host-package] Compiling camino-tempfile v1.4.1
32012026-09-07T14:12:32.504Z[ host-package] Compiling typify-impl v0.6.2
32022026-09-07T14:12:32.553Z[ host-package] Compiling argon2 v0.5.3
32032026-09-07T14:12:32.639Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32042026-09-07T14:12:32.792Z[ host-package] Compiling heapless v0.8.0
32052026-09-07T14:12:32.847Z[ host-package] Compiling ingot-types v0.2.0
32062026-09-07T14:12:32.936Z[ host-package] Compiling cobs v0.3.0
32072026-09-07T14:12:33.229Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32082026-09-07T14:12:33.281Z[ host-package] Compiling postcard v1.1.3
32092026-09-07T14:12:33.356Z[ host-package] Compiling ingot v0.2.1
32102026-09-07T14:12:33.414Z[ host-package] Compiling smoltcp v0.11.0
32112026-09-07T14:12:33.451Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-09-07T14:12:33.499Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32132026-09-07T14:12:33.614Z[ host-package] Compiling cstr-argument v0.1.2
32142026-09-07T14:12:33.671Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32152026-09-07T14:12:33.766Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32162026-09-07T14:12:33.851Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32172026-09-07T14:12:33.878Z[ host-package] Compiling rand v0.10.1
32182026-09-07T14:12:33.907Z[ host-package] Compiling sigpipe v0.1.3
32192026-09-07T14:12:34.065Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32202026-09-07T14:12:34.143Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32212026-09-07T14:12:34.194Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32222026-09-07T14:12:34.334Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32232026-09-07T14:12:34.468Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32242026-09-07T14:12:34.745Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32252026-09-07T14:12:34.745Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32262026-09-07T14:12:34.848Z[ host-package] Compiling memmap v0.7.0
32272026-09-07T14:12:34.908Z[ host-package] Compiling zone v0.3.1
32282026-09-07T14:12:35.074Z[ host-package] Compiling usdt v0.5.0
32292026-09-07T14:12:35.156Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32302026-09-07T14:12:35.203Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32312026-09-07T14:12:35.472Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32322026-09-07T14:12:35.558Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32332026-09-07T14:12:35.692Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32342026-09-07T14:12:35.751Z[ host-package] Compiling derive-where v1.6.0
32352026-09-07T14:12:35.869Z[ host-package] Compiling bytecount v0.6.9
32362026-09-07T14:12:35.950Z[ host-package] Compiling toml v0.8.23
32372026-09-07T14:12:35.983Z[ host-package] Compiling tokio-dtrace v0.1.1
32382026-09-07T14:12:36.127Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32392026-09-07T14:12:36.130Z[ host-package] Compiling typify-macro v0.6.2
32402026-09-07T14:12:36.406Z[ host-package] Compiling prettyplease v0.2.37
32412026-09-07T14:12:36.502Z[ host-package] Compiling oxide-tokio-rt v0.1.4
32422026-09-07T14:12:36.561Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32432026-09-07T14:12:36.604Z[ host-package] Compiling newline-converter v0.3.0
32442026-09-07T14:12:36.610Z[ host-package] Compiling gethostname v0.5.0
32452026-09-07T14:12:36.707Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32462026-09-07T14:12:36.865Z[ host-package] Compiling console v0.15.11
32472026-09-07T14:12:36.865Z[ host-package] Compiling slog-dtrace v0.3.0
32482026-09-07T14:12:36.989Z[ host-package] Compiling cancel-safe-futures v0.1.5
32492026-09-07T14:12:37.070Z[ host-package] Compiling num-rational v0.4.2
32502026-09-07T14:12:37.124Z[ host-package] Compiling num-complex v0.4.6
32512026-09-07T14:12:37.265Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32522026-09-07T14:12:37.367Z[ host-package] Compiling oxide-update-engine-types v0.1.2
32532026-09-07T14:12:37.415Z[ host-package] Compiling expectorate v1.2.0
32542026-09-07T14:12:37.596Z[ host-package] Compiling resolv-conf v0.7.6
32552026-09-07T14:12:37.596Z[ host-package] Compiling match_cfg v0.1.0
32562026-09-07T14:12:37.659Z[ host-package] Compiling compression-core v0.4.31
32572026-09-07T14:12:37.765Z[ host-package] Compiling num v0.4.3
32582026-09-07T14:12:37.999Z[ host-package] Compiling typify v0.6.2
32592026-09-07T14:12:38.002Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32602026-09-07T14:12:38.050Z[ host-package] Compiling crossbeam-channel v0.5.15
32612026-09-07T14:12:38.118Z[ host-package] Compiling progenitor-impl v0.14.0
32622026-09-07T14:12:38.190Z[ host-package] Compiling take_mut v0.2.2
32632026-09-07T14:12:38.216Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
32642026-09-07T14:12:38.352Z[ host-package] Compiling linear-map v1.2.0
32652026-09-07T14:12:38.376Z[ host-package] Compiling term v1.2.1
32662026-09-07T14:12:38.427Z[ host-package] Compiling float-ord v0.3.2
32672026-09-07T14:12:38.635Z[ host-package] Compiling oxide-update-engine v0.1.2
32682026-09-07T14:12:38.638Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32692026-09-07T14:12:38.843Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32702026-09-07T14:12:39.510Z[ host-package] Compiling async-stream v0.3.6
32712026-09-07T14:12:39.649Z[ host-package] Compiling waitgroup v0.1.2
32722026-09-07T14:12:39.863Z[ host-package] Compiling backon v1.6.0
32732026-09-07T14:12:40.054Z[ host-package] Compiling minimal-lexical v0.2.1
32742026-09-07T14:12:40.119Z[ host-package] Compiling linked-hash-map v0.5.6
32752026-09-07T14:12:40.119Z[ host-package] Compiling debug-ignore v1.0.5
32762026-09-07T14:12:40.352Z[ host-package] Compiling lru-cache v0.1.2
32772026-09-07T14:12:40.356Z[ host-package] Compiling nom v7.1.3
32782026-09-07T14:12:40.401Z[ host-package] Compiling progenitor-macro v0.14.0
32792026-09-07T14:12:40.447Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32802026-09-07T14:12:40.781Z[ host-package] Compiling itertools v0.14.0
32812026-09-07T14:12:41.146Z[ host-package] Compiling unicode-xid v0.2.6
32822026-09-07T14:12:41.195Z[ host-package] Compiling humantime v2.3.0
32832026-09-07T14:12:41.240Z[ helios-setup] Sep 07 14:12:40.194 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.10s
32842026-09-07T14:12:41.277Z[ helios-setup] Sep 07 14:12:40.231 INFO building project "amd-host-image-builder" ok (41 seconds)
32852026-09-07T14:12:41.278Z[ helios-setup] Sep 07 14:12:40.231 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
32862026-09-07T14:12:41.285Z[ helios-setup] Sep 07 14:12:40.239 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
32872026-09-07T14:12:41.285Z[ helios-setup] Sep 07 14:12:40.239 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
32882026-09-07T14:12:41.285Z[ helios-setup] Sep 07 14:12:40.239 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
32892026-09-07T14:12:41.327Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-09-07T14:12:41.366Z[ host-package] Compiling hickory-proto v0.24.4
32912026-09-07T14:12:41.480Z[ helios-setup] Sep 07 14:12:40.427 INFO E| Downloading crates ...
32922026-09-07T14:12:41.484Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32932026-09-07T14:12:41.522Z[ helios-setup] Sep 07 14:12:40.476 INFO E| Downloaded time-core v0.1.4
32942026-09-07T14:12:41.531Z[ helios-setup] Sep 07 14:12:40.485 INFO E| Downloaded anyhow v1.0.98
32952026-09-07T14:12:41.534Z[ helios-setup] Sep 07 14:12:40.488 INFO E| Downloaded serde_with_macros v3.12.0
32962026-09-07T14:12:41.540Z[ helios-setup] Sep 07 14:12:40.494 INFO E| Downloaded errno v0.3.12
32972026-09-07T14:12:41.565Z[ helios-setup] Sep 07 14:12:40.517 INFO E| Downloaded deranged v0.4.0
32982026-09-07T14:12:41.569Z[ helios-setup] Sep 07 14:12:40.519 INFO E| Downloaded time-macros v0.2.22
32992026-09-07T14:12:41.569Z[ helios-setup] Sep 07 14:12:40.520 INFO E| Downloaded bitflags v2.9.1
33002026-09-07T14:12:41.572Z[ helios-setup] Sep 07 14:12:40.523 INFO E| Downloaded tempfile v3.20.0
33012026-09-07T14:12:41.575Z[ helios-setup] Sep 07 14:12:40.526 INFO E| Downloaded iana-time-zone v0.1.63
33022026-09-07T14:12:41.578Z[ helios-setup] Sep 07 14:12:40.531 INFO E| Downloaded getrandom v0.3.3
33032026-09-07T14:12:41.586Z[ helios-setup] Sep 07 14:12:40.539 INFO E| Downloaded indexmap v2.9.0
33042026-09-07T14:12:41.591Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33052026-09-07T14:12:41.594Z[ helios-setup] Sep 07 14:12:40.546 INFO E| Downloaded hashbrown v0.15.3
33062026-09-07T14:12:41.600Z[ helios-setup] Sep 07 14:12:40.554 INFO E| Downloaded time v0.3.41
33072026-09-07T14:12:41.606Z[ helios-setup] Sep 07 14:12:40.560 INFO E| Downloaded serde_with v3.12.0
33082026-09-07T14:12:41.613Z[ helios-setup] Sep 07 14:12:40.567 INFO E| Downloaded chrono v0.4.41
33092026-09-07T14:12:41.625Z[ helios-setup] Sep 07 14:12:40.579 INFO E| Downloaded rustix v1.0.7
33102026-09-07T14:12:41.745Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling proc-macro2 v1.0.95
33112026-09-07T14:12:41.745Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling unicode-ident v1.0.18
33122026-09-07T14:12:41.745Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling libc v0.2.172
33132026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling ident_case v1.0.1
33142026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling fnv v1.0.7
33152026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling strsim v0.11.1
33162026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling serde v1.0.219
33172026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling getrandom v0.3.3
33182026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.698 INFO E| Compiling rustix v1.0.7
33192026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling thiserror v2.0.12
33202026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling anyhow v1.0.98
33212026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling serde_json v1.0.140
33222026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling cfg-if v1.0.0
33232026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling bitflags v2.9.1
33242026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling memchr v2.7.4
33252026-09-07T14:12:41.748Z[ helios-setup] Sep 07 14:12:40.699 INFO E| Compiling ryu v1.0.20
33262026-09-07T14:12:41.781Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33272026-09-07T14:12:42.115Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33282026-09-07T14:12:42.142Z[ helios-setup] Sep 07 14:12:41.096 INFO E| Compiling itoa v1.0.15
33292026-09-07T14:12:42.165Z[ host-package] Compiling papergrid v0.11.0
33302026-09-07T14:12:42.267Z[ helios-setup] Sep 07 14:12:41.221 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33312026-09-07T14:12:42.394Z[ helios-setup] Sep 07 14:12:41.348 INFO E| Compiling fastrand v2.3.0
33322026-09-07T14:12:42.437Z[ host-package] Compiling tabled_derive v0.7.0
33332026-09-07T14:12:42.572Z[ helios-setup] Sep 07 14:12:41.526 INFO E| Compiling once_cell v1.21.3
33342026-09-07T14:12:43.024Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33352026-09-07T14:12:43.031Z[ helios-setup] Sep 07 14:12:41.984 INFO E| Compiling quote v1.0.40
33362026-09-07T14:12:43.162Z[ host-package] Compiling termtree v0.5.1
33372026-09-07T14:12:43.296Z[ host-package] Compiling crossterm v0.29.0
33382026-09-07T14:12:43.304Z[ helios-setup] Sep 07 14:12:42.258 INFO E| Compiling syn v2.0.101
33392026-09-07T14:12:43.408Z[ helios-setup] Sep 07 14:12:42.361 INFO E| Compiling errno v0.3.12
33402026-09-07T14:12:43.490Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33412026-09-07T14:12:43.570Z[ host-package] Compiling phf_shared v0.12.1
33422026-09-07T14:12:43.615Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33432026-09-07T14:12:43.820Z[ host-package] Compiling tabled v0.15.0
33442026-09-07T14:12:43.892Z[ host-package] Compiling vte v0.14.1
33452026-09-07T14:12:43.984Z[ host-package] Compiling csv-core v0.1.13
33462026-09-07T14:12:44.318Z[ host-package] Compiling highway v1.3.0
33472026-09-07T14:12:44.413Z[ host-package] Compiling chrono-tz v0.10.4
33482026-09-07T14:12:44.440Z[ helios-setup] Sep 07 14:12:43.393 INFO E| Compiling tempfile v3.20.0
33492026-09-07T14:12:44.494Z[ host-package] Compiling csv v1.4.0
33502026-09-07T14:12:44.787Z[ host-package] Compiling hickory-resolver v0.24.4
33512026-09-07T14:12:45.137Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33522026-09-07T14:12:45.413Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33532026-09-07T14:12:45.512Z[ host-package] Compiling phf v0.12.1
33542026-09-07T14:12:45.569Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33552026-09-07T14:12:45.603Z[ host-package] Compiling progenitor v0.14.0
33562026-09-07T14:12:45.636Z[ host-package] Compiling const_format_proc_macros v0.2.34
33572026-09-07T14:12:45.694Z[ host-package] Compiling fd-lock v4.0.4
33582026-09-07T14:12:45.765Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33592026-09-07T14:12:45.865Z[ helios-setup] Sep 07 14:12:44.810 INFO E| Compiling darling_core v0.20.11
33602026-09-07T14:12:45.865Z[ host-package] Compiling peg-macros v0.8.5
33612026-09-07T14:12:45.896Z[ host-package] Compiling nu-ansi-term v0.50.3
33622026-09-07T14:12:46.059Z[ host-package] Compiling qorb v0.4.1
33632026-09-07T14:12:46.351Z[ host-package] Compiling reedline v0.40.0
33642026-09-07T14:12:46.408Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33652026-09-07T14:12:46.445Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33662026-09-07T14:12:46.491Z[ host-package] Compiling const_format v0.2.35
33672026-09-07T14:12:46.592Z[ host-package] Compiling bcs v0.1.6
33682026-09-07T14:12:46.718Z[ helios-setup] Sep 07 14:12:45.672 INFO E| Compiling serde_derive v1.0.219
33692026-09-07T14:12:46.718Z[ helios-setup] Sep 07 14:12:45.672 INFO E| Compiling thiserror-impl v2.0.12
33702026-09-07T14:12:46.998Z[ host-package] Compiling nom v8.0.0
33712026-09-07T14:12:47.088Z[ host-package] Compiling semver v0.1.20
33722026-09-07T14:12:47.199Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33732026-09-07T14:12:47.537Z[ host-package] Compiling rustc_version v0.1.7
33742026-09-07T14:12:47.571Z[ host-package] Compiling peg v0.8.5
33752026-09-07T14:12:47.601Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33762026-09-07T14:12:47.733Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-09-07T14:12:47.905Z[ host-package] Compiling newtype_derive v0.1.6
33782026-09-07T14:12:48.042Z[ helios-setup] Sep 07 14:12:46.996 INFO E| Compiling darling_macro v0.20.11
33792026-09-07T14:12:48.236Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33802026-09-07T14:12:48.386Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
33812026-09-07T14:12:48.421Z[ host-package] Compiling sha1 v0.10.6
33822026-09-07T14:12:48.568Z[ host-package] Compiling steno v0.4.1
33832026-09-07T14:12:48.745Z[ host-package] Compiling utf-8 v0.7.6
33842026-09-07T14:12:48.796Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33852026-09-07T14:12:48.808Z[ helios-setup] Sep 07 14:12:47.762 INFO E| Compiling darling v0.20.11
33862026-09-07T14:12:48.893Z[ helios-setup] Sep 07 14:12:47.847 INFO E| Compiling serde_with_macros v3.12.0
33872026-09-07T14:12:48.923Z[ host-package] Compiling tagptr v0.2.0
33882026-09-07T14:12:48.984Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33892026-09-07T14:12:49.058Z[ host-package] Compiling tungstenite v0.21.0
33902026-09-07T14:12:49.085Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33912026-09-07T14:12:49.147Z[ host-package] Compiling moka v0.12.13
33922026-09-07T14:12:49.263Z[ host-package] Compiling darling_core v0.21.3
33932026-09-07T14:12:49.343Z[ host-package] Compiling display-error-chain v0.2.2
33942026-09-07T14:12:49.386Z[ host-package] Compiling vergen-lib v0.1.6
33952026-09-07T14:12:49.514Z[ host-package] Compiling diesel_derives v2.3.7
33962026-09-07T14:12:49.634Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33972026-09-07T14:12:49.717Z[ host-package] Compiling tokio-tungstenite v0.21.0
33982026-09-07T14:12:49.964Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33992026-09-07T14:12:50.156Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34002026-09-07T14:12:50.160Z[ host-package] Compiling vergen-gitcl v1.0.8
34012026-09-07T14:12:50.206Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34022026-09-07T14:12:50.209Z[ host-package] Compiling dirs-sys-next v0.1.2
34032026-09-07T14:12:50.450Z[ host-package] Compiling hickory-resolver v0.25.2
34042026-09-07T14:12:50.496Z[ host-package] Compiling crunchy v0.2.4
34052026-09-07T14:12:50.496Z[ host-package] Compiling maplit v1.0.2
34062026-09-07T14:12:50.539Z[ host-package] Compiling glob v0.3.3
34072026-09-07T14:12:50.658Z[ host-package] Compiling dirs-next v2.0.0
34082026-09-07T14:12:50.739Z[ host-package] Compiling r2d2 v0.8.10
34092026-09-07T14:12:50.786Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34102026-09-07T14:12:50.831Z[ host-package] Compiling libscf-sys v1.2.0
34112026-09-07T14:12:50.899Z[ host-package] Compiling clang-sys v1.8.1
34122026-09-07T14:12:50.957Z[ host-package] Compiling downcast-rs v2.0.2
34132026-09-07T14:12:51.016Z[ host-package] Compiling tiny-keccak v2.0.2
34142026-09-07T14:12:51.039Z[ host-package] Compiling xshell-macros v0.2.7
34152026-09-07T14:12:51.138Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34162026-09-07T14:12:51.170Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34172026-09-07T14:12:51.318Z[ host-package] Compiling term v0.7.0
34182026-09-07T14:12:51.425Z[ host-package] Compiling papergrid v0.18.0
34192026-09-07T14:12:51.451Z[ host-package] Compiling bit-vec v0.6.3
34202026-09-07T14:12:51.454Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34212026-09-07T14:12:51.476Z[ host-package] Compiling xshell v0.2.7
34222026-09-07T14:12:51.529Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34232026-09-07T14:12:51.621Z[ host-package] Compiling darling_macro v0.21.3
34242026-09-07T14:12:51.725Z[ host-package] Compiling bit-set v0.5.3
34252026-09-07T14:12:51.792Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34262026-09-07T14:12:51.855Z[ helios-setup] Sep 07 14:12:50.808 INFO E| Compiling serde_with v3.12.0
34272026-09-07T14:12:51.889Z[ host-package] Compiling ascii-canvas v3.0.0
34282026-09-07T14:12:52.275Z[ host-package] Compiling darling v0.21.3
34292026-09-07T14:12:52.333Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34302026-09-07T14:12:52.388Z[ host-package] Compiling dsl_auto_type v0.2.0
34312026-09-07T14:12:52.391Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34322026-09-07T14:12:52.401Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34332026-09-07T14:12:52.447Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34342026-09-07T14:12:52.517Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34352026-09-07T14:12:52.910Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34362026-09-07T14:12:52.949Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34372026-09-07T14:12:53.037Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34382026-09-07T14:12:53.143Z[ host-package] Compiling tabled v0.21.0
34392026-09-07T14:12:53.789Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34402026-09-07T14:12:53.871Z[ host-package] Compiling itertools v0.15.0
34412026-09-07T14:12:53.900Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34422026-09-07T14:12:54.076Z[ host-package] Compiling itertools v0.10.5
34432026-09-07T14:12:54.129Z[ host-package] Compiling ena v0.14.4
34442026-09-07T14:12:54.392Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34452026-09-07T14:12:54.731Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34462026-09-07T14:12:54.962Z[ host-package] Compiling libloading v0.8.9
34472026-09-07T14:12:55.272Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34482026-09-07T14:12:55.330Z[ host-package] Compiling regex-syntax v0.6.29
34492026-09-07T14:12:55.407Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34502026-09-07T14:12:55.525Z[ host-package] Compiling unicase v2.9.0
34512026-09-07T14:12:55.578Z[ host-package] Compiling bindgen v0.71.1
34522026-09-07T14:12:55.907Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34532026-09-07T14:12:55.954Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34542026-09-07T14:12:55.988Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34552026-09-07T14:12:56.117Z[ host-package] Compiling diff v0.1.13
34562026-09-07T14:12:56.403Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34572026-09-07T14:12:56.427Z[ helios-setup] Sep 07 14:12:55.380 INFO E| Finished `release` profile [optimized] target(s) in 15.13s
34582026-09-07T14:12:56.449Z[ helios-setup] Sep 07 14:12:55.402 INFO building project "dmar-report" ok (15 seconds)
34592026-09-07T14:12:56.449Z[ helios-setup] Sep 07 14:12:55.402 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34602026-09-07T14:12:56.457Z[ helios-setup] Sep 07 14:12:55.411 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
34612026-09-07T14:12:56.458Z[ helios-setup] Sep 07 14:12:55.411 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34622026-09-07T14:12:56.458Z[ helios-setup] Sep 07 14:12:55.411 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34632026-09-07T14:12:56.564Z[ helios-setup] Sep 07 14:12:55.518 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34642026-09-07T14:12:56.923Z[ helios-setup] Sep 07 14:12:55.876 INFO E| From https://github.com/jclulow/rust-jmclib
34652026-09-07T14:12:56.924Z[ helios-setup] Sep 07 14:12:55.876 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34662026-09-07T14:12:56.949Z[ host-package] Compiling lalrpop v0.19.12
34672026-09-07T14:12:56.956Z[ helios-setup] Sep 07 14:12:55.910 INFO E| Updating crates.io index
34682026-09-07T14:12:57.117Z[ helios-setup] Sep 07 14:12:56.071 INFO E| Downloading crates ...
34692026-09-07T14:12:57.169Z[ helios-setup] Sep 07 14:12:56.123 INFO E| Downloaded digest v0.9.0
34702026-09-07T14:12:57.182Z[ helios-setup] Sep 07 14:12:56.135 INFO E| Downloaded md-5 v0.9.1
34712026-09-07T14:12:57.196Z[ helios-setup] Sep 07 14:12:56.149 INFO E| Downloaded cpufeatures v0.2.9
34722026-09-07T14:12:57.199Z[ helios-setup] Sep 07 14:12:56.152 INFO E| Downloaded fastrand v2.0.0
34732026-09-07T14:12:57.199Z[ helios-setup] Sep 07 14:12:56.152 INFO E| Downloaded errno v0.3.1
34742026-09-07T14:12:57.204Z[ helios-setup] Sep 07 14:12:56.158 INFO E| Downloaded opaque-debug v0.3.0
34752026-09-07T14:12:57.207Z[ helios-setup] Sep 07 14:12:56.159 INFO E| Downloaded block-buffer v0.9.0
34762026-09-07T14:12:57.207Z[ helios-setup] Sep 07 14:12:56.160 INFO E| Downloaded itoa v1.0.9
34772026-09-07T14:12:57.207Z[ helios-setup] Sep 07 14:12:56.161 INFO E| Downloaded libdevinfo-sys v1.0.0
34782026-09-07T14:12:57.209Z[ helios-setup] Sep 07 14:12:56.161 INFO E| Downloaded sha-1 v0.9.8
34792026-09-07T14:12:57.213Z[ host-package] Compiling cexpr v0.6.0
34802026-09-07T14:12:57.225Z[ helios-setup] Sep 07 14:12:56.178 INFO E| Downloaded tempfile v3.7.0
34812026-09-07T14:12:57.228Z[ helios-setup] Sep 07 14:12:56.180 INFO E| Downloaded quote v1.0.31
34822026-09-07T14:12:57.228Z[ helios-setup] Sep 07 14:12:56.181 INFO E| Downloaded walkdir v2.3.3
34832026-09-07T14:12:57.239Z[ helios-setup] Sep 07 14:12:56.187 INFO E| Downloaded glob v0.3.1
34842026-09-07T14:12:57.239Z[ helios-setup] Sep 07 14:12:56.192 INFO E| Downloaded unicode-width v0.1.10
34852026-09-07T14:12:57.247Z[ helios-setup] Sep 07 14:12:56.201 INFO E| Downloaded typenum v1.16.0
34862026-09-07T14:12:57.250Z[ helios-setup] Sep 07 14:12:56.202 INFO E| Downloaded uuid v0.8.2
34872026-09-07T14:12:57.253Z[ helios-setup] Sep 07 14:12:56.204 INFO E| Downloaded once_cell v1.18.0
34882026-09-07T14:12:57.253Z[ helios-setup] Sep 07 14:12:56.205 INFO E| Downloaded bitflags v2.3.3
34892026-09-07T14:12:57.257Z[ helios-setup] Sep 07 14:12:56.207 INFO E| Downloaded unicode-ident v1.0.11
34902026-09-07T14:12:57.257Z[ helios-setup] Sep 07 14:12:56.208 INFO E| Downloaded ryu v1.0.15
34912026-09-07T14:12:57.262Z[ helios-setup] Sep 07 14:12:56.212 INFO E| Downloaded getrandom v0.2.10
34922026-09-07T14:12:57.264Z[ helios-setup] Sep 07 14:12:56.218 INFO E| Downloaded proc-macro2 v1.0.66
34932026-09-07T14:12:57.267Z[ helios-setup] Sep 07 14:12:56.220 INFO E| Downloaded toml v0.5.11
34942026-09-07T14:12:57.270Z[ helios-setup] Sep 07 14:12:56.223 INFO E| Downloaded serde_derive v1.0.193
34952026-09-07T14:12:57.273Z[ helios-setup] Sep 07 14:12:56.227 INFO E| Downloaded serde v1.0.193
34962026-09-07T14:12:57.282Z[ helios-setup] Sep 07 14:12:56.236 INFO E| Downloaded syn v2.0.32
34972026-09-07T14:12:57.293Z[ helios-setup] Sep 07 14:12:56.247 INFO E| Downloaded serde_json v1.0.103
34982026-09-07T14:12:57.328Z[ helios-setup] Sep 07 14:12:56.282 INFO E| Downloaded rustix v0.38.4
34992026-09-07T14:12:57.341Z[ helios-setup] Sep 07 14:12:56.294 INFO E| Downloaded anyhow v1.0.72
35002026-09-07T14:12:57.361Z[ helios-setup] Sep 07 14:12:56.314 INFO E| Downloaded libc v0.2.147
35012026-09-07T14:12:57.431Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling libc v0.2.147
35022026-09-07T14:12:57.431Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling proc-macro2 v1.0.66
35032026-09-07T14:12:57.431Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling unicode-ident v1.0.11
35042026-09-07T14:12:57.431Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling cfg-if v1.0.0
35052026-09-07T14:12:57.434Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling version_check v0.9.4
35062026-09-07T14:12:57.434Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling typenum v1.16.0
35072026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling serde v1.0.193
35082026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling time-core v0.1.2
35092026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling num-conv v0.1.0
35102026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling itoa v1.0.9
35112026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling rustix v0.38.4
35122026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling powerfmt v0.2.0
35132026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling slog v2.7.0
35142026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling bitflags v2.3.3
35152026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling once_cell v1.18.0
35162026-09-07T14:12:57.435Z[ helios-setup] Sep 07 14:12:56.385 INFO E| Compiling num_threads v0.1.6
35172026-09-07T14:12:57.513Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35182026-09-07T14:12:57.701Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35192026-09-07T14:12:57.927Z[ host-package] Compiling rustc-hash v2.1.1
35202026-09-07T14:12:58.124Z[ helios-setup] Sep 07 14:12:57.078 INFO E| Compiling anyhow v1.0.72
35212026-09-07T14:12:58.185Z[ helios-setup] Sep 07 14:12:57.138 INFO E| Compiling thread_local v1.1.7
35222026-09-07T14:12:58.185Z[ helios-setup] Sep 07 14:12:57.139 INFO E| Compiling serde_json v1.0.103
35232026-09-07T14:12:58.208Z[ host-package] Compiling diesel v2.3.7
35242026-09-07T14:12:58.220Z[ helios-setup] Sep 07 14:12:57.174 INFO E| Compiling fastrand v2.0.0
35252026-09-07T14:12:58.421Z[ helios-setup] Sep 07 14:12:57.374 INFO E| Compiling deranged v0.3.11
35262026-09-07T14:12:58.475Z[ helios-setup] Sep 07 14:12:57.428 INFO E| Compiling time-macros v0.2.18
35272026-09-07T14:12:58.527Z[ helios-setup] Sep 07 14:12:57.481 INFO E| Compiling opaque-debug v0.3.0
35282026-09-07T14:12:58.604Z[ helios-setup] Sep 07 14:12:57.558 INFO E| Compiling ryu v1.0.15
35292026-09-07T14:12:58.648Z[ helios-setup] Sep 07 14:12:57.602 INFO E| Compiling unicode-width v0.1.10
35302026-09-07T14:12:58.681Z[ helios-setup] Sep 07 14:12:57.635 INFO E| Compiling cpufeatures v0.2.9
35312026-09-07T14:12:58.740Z[ helios-setup] Sep 07 14:12:57.693 INFO E| Compiling generic-array v0.14.7
35322026-09-07T14:12:58.764Z[ helios-setup] Sep 07 14:12:57.714 INFO E| Compiling same-file v1.0.6
35332026-09-07T14:12:58.784Z[ helios-setup] Sep 07 14:12:57.738 INFO E| Compiling getopts v0.2.21
35342026-09-07T14:12:58.830Z[ helios-setup] Sep 07 14:12:57.782 INFO E| Compiling glob v0.3.1
35352026-09-07T14:12:58.952Z[ helios-setup] Sep 07 14:12:57.906 INFO E| Compiling walkdir v2.3.3
35362026-09-07T14:12:58.971Z[ helios-setup] Sep 07 14:12:57.925 INFO E| Compiling libdevinfo-sys v1.0.0
35372026-09-07T14:12:59.002Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35382026-09-07T14:12:59.143Z[ helios-setup] Sep 07 14:12:58.097 INFO E| Compiling dirs-sys-next v0.1.2
35392026-09-07T14:12:59.148Z[ helios-setup] Sep 07 14:12:58.102 INFO E| Compiling errno v0.3.1
35402026-09-07T14:12:59.157Z[ helios-setup] Sep 07 14:12:58.110 INFO E| Compiling quote v1.0.31
35412026-09-07T14:12:59.157Z[ helios-setup] Sep 07 14:12:58.110 INFO E| Compiling atty v0.2.14
35422026-09-07T14:12:59.209Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35432026-09-07T14:12:59.261Z[ helios-setup] Sep 07 14:12:58.214 INFO E| Compiling getrandom v0.2.10
35442026-09-07T14:12:59.380Z[ host-package] Compiling headers-core v0.3.0
35452026-09-07T14:12:59.440Z[ host-package] Compiling libxml v0.3.3
35462026-09-07T14:12:59.465Z[ helios-setup] Sep 07 14:12:58.413 INFO E| Compiling syn v2.0.32
35472026-09-07T14:12:59.474Z[ helios-setup] Sep 07 14:12:58.428 INFO E| Compiling dirs-next v2.0.0
35482026-09-07T14:12:59.549Z[ helios-setup] Sep 07 14:12:58.502 INFO E| Compiling term v0.7.0
35492026-09-07T14:12:59.707Z[ host-package] Compiling crc8 v0.1.1
35502026-09-07T14:12:59.991Z[ host-package] Compiling headers v0.4.1
35512026-09-07T14:13:00.201Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35522026-09-07T14:13:00.204Z[ host-package] Compiling strum_macros v0.24.3
35532026-09-07T14:13:00.307Z[ helios-setup] Sep 07 14:12:59.261 INFO E| Compiling digest v0.9.0
35542026-09-07T14:13:00.307Z[ helios-setup] Sep 07 14:12:59.261 INFO E| Compiling block-buffer v0.9.0
35552026-09-07T14:13:00.334Z[ helios-setup] Sep 07 14:12:59.288 INFO E| Compiling tempfile v3.7.0
35562026-09-07T14:13:00.347Z[ host-package] Compiling indoc v1.0.9
35572026-09-07T14:13:00.413Z[ helios-setup] Sep 07 14:12:59.366 INFO E| Compiling md-5 v0.9.1
35582026-09-07T14:13:00.413Z[ helios-setup] Sep 07 14:12:59.366 INFO E| Compiling sha-1 v0.9.8
35592026-09-07T14:13:00.430Z[ helios-setup] Sep 07 14:12:59.384 INFO E| Compiling time v0.3.36
35602026-09-07T14:13:00.717Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35612026-09-07T14:13:00.799Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35622026-09-07T14:13:01.007Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
35632026-09-07T14:13:01.059Z[ host-package] Compiling quick-xml v0.37.5
35642026-09-07T14:13:01.128Z[ host-package] Compiling derive_builder v0.20.2
35652026-09-07T14:13:01.173Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35662026-09-07T14:13:01.355Z[ host-package] Compiling oso-derive v0.27.3
35672026-09-07T14:13:01.444Z[ helios-setup] Sep 07 14:13:00.397 INFO E| Compiling serde_derive v1.0.193
35682026-09-07T14:13:01.449Z[ helios-setup] Sep 07 14:13:00.403 INFO E| Compiling slog-term v2.9.0
35692026-09-07T14:13:01.476Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35702026-09-07T14:13:01.555Z[ host-package] Compiling openssl-probe v0.1.6
35712026-09-07T14:13:01.914Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35722026-09-07T14:13:02.031Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35732026-09-07T14:13:02.116Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35742026-09-07T14:13:02.119Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35752026-09-07T14:13:02.196Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35762026-09-07T14:13:02.662Z[ host-package] Compiling bb8 v0.8.6
35772026-09-07T14:13:02.725Z[ host-package] Compiling filetime v0.2.27
35782026-09-07T14:13:02.802Z[ host-package] Compiling trait-variant v0.1.2
35792026-09-07T14:13:02.893Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35802026-09-07T14:13:03.045Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35812026-09-07T14:13:03.084Z[ host-package] Compiling half v1.8.3
35822026-09-07T14:13:03.182Z[ host-package] Compiling tar v0.4.46
35832026-09-07T14:13:03.409Z[ host-package] Compiling serde_cbor v0.11.2
35842026-09-07T14:13:03.503Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35852026-09-07T14:13:03.527Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35862026-09-07T14:13:03.551Z[ host-package] Compiling proc-macro-error2 v2.0.1
35872026-09-07T14:13:03.554Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35882026-09-07T14:13:03.679Z[ host-package] Compiling hashbrown v0.14.5
35892026-09-07T14:13:03.708Z[ host-package] Compiling rfc6979 v0.4.0
35902026-09-07T14:13:03.880Z[ host-package] Compiling salty v0.3.0
35912026-09-07T14:13:03.904Z[ host-package] Compiling knus-derive v3.4.0
35922026-09-07T14:13:04.038Z[ host-package] Compiling ecdsa v0.16.9
35932026-09-07T14:13:04.236Z[ host-package] Compiling chumsky v0.9.3
35942026-09-07T14:13:04.280Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35952026-09-07T14:13:04.326Z[ host-package] Compiling primeorder v0.13.6
35962026-09-07T14:13:04.362Z[ host-package] Compiling samael v0.0.19
35972026-09-07T14:13:04.409Z[ host-package] Compiling nonempty v0.12.0
35982026-09-07T14:13:04.665Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35992026-09-07T14:13:04.689Z[ host-package] Compiling p384 v0.13.1
36002026-09-07T14:13:04.730Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36012026-09-07T14:13:05.190Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36022026-09-07T14:13:05.338Z[ host-package] Compiling fxhash v0.2.1
36032026-09-07T14:13:05.464Z[ host-package] Compiling knus v3.4.0
36042026-09-07T14:13:05.559Z[ host-package] Compiling libz-sys v1.1.24
36052026-09-07T14:13:05.599Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36062026-09-07T14:13:05.673Z[ host-package] Compiling polar-core v0.27.3
36072026-09-07T14:13:05.714Z[ helios-setup] Sep 07 14:13:04.668 INFO E| Compiling toml v0.5.11
36082026-09-07T14:13:05.714Z[ helios-setup] Sep 07 14:13:04.668 INFO E| Compiling uuid v0.8.2
36092026-09-07T14:13:05.841Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36102026-09-07T14:13:05.918Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36112026-09-07T14:13:06.259Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36122026-09-07T14:13:06.328Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36132026-09-07T14:13:06.384Z[ host-package] Compiling kstat-rs v0.2.5
36142026-09-07T14:13:06.455Z[ helios-setup] Sep 07 14:13:05.408 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36152026-09-07T14:13:06.694Z[ host-package] Compiling mime_guess v2.0.5
36162026-09-07T14:13:06.698Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36172026-09-07T14:13:06.899Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36182026-09-07T14:13:06.962Z[ host-package] Compiling nanorand v0.7.0
36192026-09-07T14:13:07.123Z[ helios-setup] Sep 07 14:13:06.077 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36202026-09-07T14:13:07.299Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36212026-09-07T14:13:07.351Z[ host-package] Compiling parking_lot_core v0.8.6
36222026-09-07T14:13:07.603Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36232026-09-07T14:13:07.665Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36242026-09-07T14:13:07.847Z[ host-package] Compiling flume v0.11.1
36252026-09-07T14:13:08.058Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36262026-09-07T14:13:08.232Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36272026-09-07T14:13:08.261Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36282026-09-07T14:13:08.463Z[ host-package] Compiling git-stub v1.0.0
36292026-09-07T14:13:08.697Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36302026-09-07T14:13:08.728Z[ host-package] Compiling strsim v0.10.0
36312026-09-07T14:13:08.843Z[ host-package] Compiling corncobs v0.1.4
36322026-09-07T14:13:08.990Z[ host-package] Compiling instability v0.3.11
36332026-09-07T14:13:09.028Z[ host-package] Compiling http-range v0.1.5
36342026-09-07T14:13:09.132Z[ host-package] Compiling darling_core v0.13.4
36352026-09-07T14:13:09.206Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36362026-09-07T14:13:09.304Z[ host-package] Compiling git-stub-vcs v0.1.0
36372026-09-07T14:13:09.342Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36382026-09-07T14:13:10.170Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36392026-09-07T14:13:10.240Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36402026-09-07T14:13:10.263Z[ host-package] Compiling progenitor-impl v0.13.0
36412026-09-07T14:13:10.351Z[ host-package] Compiling ignore v0.4.25
36422026-09-07T14:13:10.530Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36432026-09-07T14:13:10.571Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36442026-09-07T14:13:10.788Z[ host-package] Compiling secrecy v0.8.0
36452026-09-07T14:13:10.895Z[ host-package] Compiling anstyle-parse v0.2.7
36462026-09-07T14:13:11.056Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36472026-09-07T14:13:11.143Z[ helios-setup] Sep 07 14:13:10.097 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
36482026-09-07T14:13:11.167Z[ helios-setup] Sep 07 14:13:10.120 INFO building project "image-builder" ok (14 seconds)
36492026-09-07T14:13:11.167Z[ helios-setup] Sep 07 14:13:10.121 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36502026-09-07T14:13:11.222Z[ host-package] Compiling castaway v0.2.4
36512026-09-07T14:13:11.404Z[ host-package] Compiling vergen-git2 v9.1.0
36522026-09-07T14:13:11.647Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36532026-09-07T14:13:11.894Z[ host-package] Compiling indoc v2.0.7
36542026-09-07T14:13:11.996Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36552026-09-07T14:13:12.498Z[ host-package] Compiling progenitor-macro v0.13.0
36562026-09-07T14:13:13.010Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36572026-09-07T14:13:13.232Z[ host-package] Compiling compact_str v0.8.1
36582026-09-07T14:13:13.312Z[ host-package] Compiling anstream v0.6.21
36592026-09-07T14:13:13.645Z[ host-package] Compiling globwalk v0.9.1
36602026-09-07T14:13:13.826Z[ host-package] Compiling darling_macro v0.13.4
36612026-09-07T14:13:14.056Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36622026-09-07T14:13:14.164Z[ host-package] Compiling hyper-staticfile v0.10.1
36632026-09-07T14:13:14.343Z[ host-package] Compiling parking_lot v0.11.2
36642026-09-07T14:13:14.626Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36652026-09-07T14:13:14.932Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36662026-09-07T14:13:15.070Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36672026-09-07T14:13:15.152Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36682026-09-07T14:13:15.235Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36692026-09-07T14:13:15.363Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36702026-09-07T14:13:15.482Z[ host-package] Compiling oso v0.27.3
36712026-09-07T14:13:15.573Z[ host-package] Compiling predicates-tree v1.0.13
36722026-09-07T14:13:15.952Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36732026-09-07T14:13:16.210Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
36742026-09-07T14:13:16.521Z[ host-package] Compiling progenitor-client v0.13.0
36752026-09-07T14:13:16.903Z[ host-package] Compiling unicode-truncate v1.1.0
36762026-09-07T14:13:16.993Z[ host-package] Compiling digest-io v0.1.0
36772026-09-07T14:13:17.029Z[ host-package] Compiling sha2 v0.11.0
36782026-09-07T14:13:17.136Z[ host-package] Compiling lru v0.12.5
36792026-09-07T14:13:17.193Z[ host-package] Compiling prefix-trie v0.7.0
36802026-09-07T14:13:17.216Z[ host-package] Compiling rand_seeder v0.4.0
36812026-09-07T14:13:17.457Z[ host-package] Compiling cassowary v0.3.0
36822026-09-07T14:13:17.520Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36832026-09-07T14:13:17.611Z[ host-package] Compiling progenitor v0.13.0
36842026-09-07T14:13:17.798Z[ host-package] Compiling async-bb8-diesel v0.2.1
36852026-09-07T14:13:17.822Z[ host-package] Compiling diesel-dtrace v0.5.0
36862026-09-07T14:13:18.209Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36872026-09-07T14:13:18.268Z[ host-package] Compiling ratatui v0.29.0
36882026-09-07T14:13:18.298Z[ host-package] Compiling hickory-server v0.25.2
36892026-09-07T14:13:18.320Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36902026-09-07T14:13:18.959Z[ host-package] Compiling sled v0.34.7
36912026-09-07T14:13:19.741Z[ host-package] Compiling darling v0.13.4
36922026-09-07T14:13:19.864Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36932026-09-07T14:13:21.683Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36942026-09-07T14:13:21.712Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36952026-09-07T14:13:21.748Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36962026-09-07T14:13:22.388Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36972026-09-07T14:13:22.679Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36982026-09-07T14:13:23.047Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36992026-09-07T14:13:23.100Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37002026-09-07T14:13:23.429Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37012026-09-07T14:13:23.699Z[ host-package] Compiling serde_with_macros v1.5.2
37022026-09-07T14:13:23.778Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37032026-09-07T14:13:23.851Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37042026-09-07T14:13:24.092Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37052026-09-07T14:13:24.343Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37062026-09-07T14:13:24.426Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37072026-09-07T14:13:24.577Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37082026-09-07T14:13:24.602Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37092026-09-07T14:13:24.677Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
37102026-09-07T14:13:24.832Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37112026-09-07T14:13:24.880Z[ host-package] Compiling arc-swap v1.8.2
37122026-09-07T14:13:24.916Z[ host-package] Compiling void v1.0.2
37132026-09-07T14:13:25.090Z[ host-package] Compiling lzss v0.8.2
37142026-09-07T14:13:25.170Z[ host-package] Compiling slog-scope v4.4.1
37152026-09-07T14:13:25.279Z[ host-package] Compiling serde_with v1.14.0
37162026-09-07T14:13:25.378Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-09-07T14:13:25.378Z[ host-package] Compiling scuffle v0.1.0
37182026-09-07T14:13:25.436Z[ host-package] Compiling tungstenite v0.23.0
37192026-09-07T14:13:25.536Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37202026-09-07T14:13:25.601Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37212026-09-07T14:13:26.105Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37222026-09-07T14:13:26.333Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-09-07T14:13:26.440Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37242026-09-07T14:13:26.483Z[ host-package] Compiling libsw-core v0.3.2
37252026-09-07T14:13:26.596Z[ host-package] Compiling nix v0.27.1
37262026-09-07T14:13:26.628Z[ host-package] Compiling twox-hash v2.1.2
37272026-09-07T14:13:26.708Z[ host-package] Compiling serde_bytes v0.11.19
37282026-09-07T14:13:26.731Z[ host-package] Compiling atty v0.2.14
37292026-09-07T14:13:26.765Z[ host-package] Compiling libsw v3.5.0
37302026-09-07T14:13:26.823Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37312026-09-07T14:13:26.927Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
37322026-09-07T14:13:26.961Z[ host-package] Compiling tokio-tungstenite v0.23.1
37332026-09-07T14:13:26.990Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37342026-09-07T14:13:26.993Z[ host-package] Compiling slog-stdlog v4.1.1
37352026-09-07T14:13:27.054Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37362026-09-07T14:13:27.117Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37372026-09-07T14:13:27.149Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37382026-09-07T14:13:27.256Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37392026-09-07T14:13:27.337Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37402026-09-07T14:13:27.363Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37412026-09-07T14:13:27.540Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37422026-09-07T14:13:27.640Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37432026-09-07T14:13:28.119Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37442026-09-07T14:13:28.187Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-09-07T14:13:28.296Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37462026-09-07T14:13:28.463Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37472026-09-07T14:13:29.426Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37482026-09-07T14:13:29.637Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37492026-09-07T14:13:29.893Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37502026-09-07T14:13:29.948Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37512026-09-07T14:13:30.283Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37522026-09-07T14:13:30.366Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37532026-09-07T14:13:30.398Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37542026-09-07T14:13:30.722Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
37552026-09-07T14:13:30.943Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37562026-09-07T14:13:31.114Z[ helios-setup] Sep 07 14:13:30.067 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')"
37572026-09-07T14:13:31.114Z[ helios-setup] Sep 07 14:13:30.067 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37582026-09-07T14:13:31.195Z[ helios-setup] Sep 07 14:13:30.076 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37592026-09-07T14:13:31.195Z[ helios-setup] Sep 07 14:13:30.076 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37602026-09-07T14:13:31.195Z[ helios-setup] Sep 07 14:13:30.076 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37612026-09-07T14:13:31.238Z[ helios-setup] Sep 07 14:13:30.192 INFO E| Downloading crates ...
37622026-09-07T14:13:31.286Z[ helios-setup] Sep 07 14:13:30.240 INFO E| Downloaded digest v0.10.3
37632026-09-07T14:13:31.293Z[ helios-setup] Sep 07 14:13:30.247 INFO E| Downloaded typenum v1.15.0
37642026-09-07T14:13:31.300Z[ helios-setup] Sep 07 14:13:30.254 INFO E| Downloaded flate2 v1.0.25
37652026-09-07T14:13:31.303Z[ helios-setup] Sep 07 14:13:30.257 INFO E| Downloaded block-buffer v0.10.3
37662026-09-07T14:13:31.306Z[ helios-setup] Sep 07 14:13:30.258 INFO E| Downloaded generic-array v0.14.6
37672026-09-07T14:13:31.306Z[ helios-setup] Sep 07 14:13:30.259 INFO E| Downloaded bytes v1.2.1
37682026-09-07T14:13:31.309Z[ helios-setup] Sep 07 14:13:30.262 INFO E| Downloaded cpufeatures v0.2.5
37692026-09-07T14:13:31.309Z[ helios-setup] Sep 07 14:13:30.263 INFO E| Downloaded sha2 v0.10.5
37702026-09-07T14:13:31.312Z[ helios-setup] Sep 07 14:13:30.266 INFO E| Downloaded miniz_oxide v0.6.2
37712026-09-07T14:13:31.315Z[ helios-setup] Sep 07 14:13:30.268 INFO E| Downloaded anyhow v1.0.62
37722026-09-07T14:13:31.360Z[ helios-setup] Sep 07 14:13:30.314 INFO E| Compiling typenum v1.15.0
37732026-09-07T14:13:31.366Z[ helios-setup] Sep 07 14:13:30.320 INFO E| Compiling version_check v0.9.4
37742026-09-07T14:13:31.366Z[ helios-setup] Sep 07 14:13:30.320 INFO E| Compiling crc32fast v1.3.2
37752026-09-07T14:13:31.366Z[ helios-setup] Sep 07 14:13:30.320 INFO E| Compiling cfg-if v1.0.0
37762026-09-07T14:13:31.369Z[ helios-setup] Sep 07 14:13:30.320 INFO E| Compiling adler v1.0.2
37772026-09-07T14:13:31.382Z[ helios-setup] Sep 07 14:13:30.336 INFO E| Compiling anyhow v1.0.62
37782026-09-07T14:13:31.382Z[ helios-setup] Sep 07 14:13:30.336 INFO E| Compiling cpufeatures v0.2.5
37792026-09-07T14:13:31.382Z[ helios-setup] Sep 07 14:13:30.336 INFO E| Compiling unicode-width v0.1.10
37802026-09-07T14:13:31.382Z[ helios-setup] Sep 07 14:13:30.336 INFO E| Compiling bytes v1.2.1
37812026-09-07T14:13:31.385Z[ helios-setup] Sep 07 14:13:30.336 INFO E| Compiling bitflags v1.3.2
37822026-09-07T14:13:31.519Z[ helios-setup] Sep 07 14:13:30.473 INFO E| Compiling getopts v0.2.21
37832026-09-07T14:13:31.759Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37842026-09-07T14:13:32.032Z[ helios-setup] Sep 07 14:13:30.985 INFO E| Compiling generic-array v0.14.6
37852026-09-07T14:13:32.101Z[ helios-setup] Sep 07 14:13:31.055 INFO E| Compiling miniz_oxide v0.6.2
37862026-09-07T14:13:32.696Z[ helios-setup] Sep 07 14:13:31.649 INFO E| Compiling flate2 v1.0.25
37872026-09-07T14:13:33.232Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37882026-09-07T14:13:33.648Z[ helios-setup] Sep 07 14:13:32.602 INFO E| Compiling block-buffer v0.10.3
37892026-09-07T14:13:33.651Z[ helios-setup] Sep 07 14:13:32.602 INFO E| Compiling crypto-common v0.1.6
37902026-09-07T14:13:33.775Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
37912026-09-07T14:13:33.784Z[ helios-setup] Sep 07 14:13:32.737 INFO E| Compiling digest v0.10.3
37922026-09-07T14:13:33.954Z[ helios-setup] Sep 07 14:13:32.907 INFO E| Compiling sha2 v0.10.5
37932026-09-07T14:13:34.039Z[ host-package] Compiling git2 v0.20.4
37942026-09-07T14:13:34.200Z[ helios-setup] Sep 07 14:13:33.153 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37952026-09-07T14:13:34.476Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37962026-09-07T14:13:35.082Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37972026-09-07T14:13:35.145Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37982026-09-07T14:13:35.291Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37992026-09-07T14:13:36.124Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38002026-09-07T14:13:36.734Z[ helios-setup] Sep 07 14:13:35.687 INFO E| Finished `release` profile [optimized] target(s) in 5.60s
38012026-09-07T14:13:36.748Z[ helios-setup] Sep 07 14:13:35.701 INFO building project "bootserver" ok (5 seconds)
38022026-09-07T14:13:36.748Z[ helios-setup] Sep 07 14:13:35.701 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
38032026-09-07T14:13:36.756Z[ helios-setup] Sep 07 14:13:35.709 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
38042026-09-07T14:13:36.756Z[ helios-setup] Sep 07 14:13:35.710 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
38052026-09-07T14:13:36.759Z[ helios-setup] Sep 07 14:13:35.710 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
38062026-09-07T14:13:36.873Z[ helios-setup] Sep 07 14:13:35.827 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
38072026-09-07T14:13:37.264Z[ helios-setup] Sep 07 14:13:36.217 INFO E| From https://github.com/jclulow/hiercmd
38082026-09-07T14:13:37.264Z[ helios-setup] Sep 07 14:13:36.217 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
38092026-09-07T14:13:37.278Z[ helios-setup] Sep 07 14:13:36.231 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
38102026-09-07T14:13:37.365Z[ host-package] Compiling signal-hook-tokio v0.3.1
38112026-09-07T14:13:37.441Z[ host-package] Compiling fatfs v0.3.6
38122026-09-07T14:13:37.558Z[ host-package] Compiling yasna v0.5.2
38132026-09-07T14:13:37.615Z[ helios-setup] Sep 07 14:13:36.569 INFO E| From https://github.com/oxidecomputer/network-interface
38142026-09-07T14:13:37.615Z[ helios-setup] Sep 07 14:13:36.569 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
38152026-09-07T14:13:37.628Z[ helios-setup] Sep 07 14:13:36.581 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
38162026-09-07T14:13:37.719Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38172026-09-07T14:13:37.963Z[ helios-setup] Sep 07 14:13:36.916 INFO E| From https://github.com/oxidecomputer/boot-image-tools
38182026-09-07T14:13:37.963Z[ helios-setup] Sep 07 14:13:36.916 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
38192026-09-07T14:13:37.982Z[ helios-setup] Sep 07 14:13:36.936 INFO E| Updating crates.io index
38202026-09-07T14:13:38.179Z[ helios-setup] Sep 07 14:13:37.132 INFO E| Downloading crates ...
38212026-09-07T14:13:38.225Z[ helios-setup] Sep 07 14:13:37.178 INFO E| Downloaded anstyle v1.0.13
38222026-09-07T14:13:38.244Z[ helios-setup] Sep 07 14:13:37.197 INFO E| Downloaded anyhow v1.0.100
38232026-09-07T14:13:38.247Z[ helios-setup] Sep 07 14:13:37.200 INFO E| Downloaded clap_derive v4.5.49
38242026-09-07T14:13:38.251Z[ helios-setup] Sep 07 14:13:37.202 INFO E| Downloaded anstyle-query v1.1.4
38252026-09-07T14:13:38.251Z[ helios-setup] Sep 07 14:13:37.204 INFO E| Downloaded futures-macro v0.3.31
38262026-09-07T14:13:38.254Z[ helios-setup] Sep 07 14:13:37.208 INFO E| Downloaded futures-io v0.3.31
38272026-09-07T14:13:38.257Z[ helios-setup] Sep 07 14:13:37.208 INFO E| Downloaded futures-core v0.3.31
38282026-09-07T14:13:38.260Z[ helios-setup] Sep 07 14:13:37.212 INFO E| Downloaded clap_lex v0.7.6
38292026-09-07T14:13:38.261Z[ helios-setup] Sep 07 14:13:37.212 INFO E| Downloaded futures-task v0.3.31
38302026-09-07T14:13:38.264Z[ helios-setup] Sep 07 14:13:37.216 INFO E| Downloaded bitfield-macros v0.19.3
38312026-09-07T14:13:38.267Z[ helios-setup] Sep 07 14:13:37.219 INFO E| Downloaded devinfo v0.1.0
38322026-09-07T14:13:38.270Z[ helios-setup] Sep 07 14:13:37.223 INFO E| Downloaded futures-sink v0.3.31
38332026-09-07T14:13:38.274Z[ helios-setup] Sep 07 14:13:37.226 INFO E| Downloaded pin-utils v0.1.0
38342026-09-07T14:13:38.274Z[ helios-setup] Sep 07 14:13:37.227 INFO E| Downloaded simd-adler32 v0.3.7
38352026-09-07T14:13:38.284Z[ helios-setup] Sep 07 14:13:37.237 INFO E| Downloaded crc v3.3.0
38362026-09-07T14:13:38.287Z[ helios-setup] Sep 07 14:13:37.239 INFO E| Downloaded serde_spanned v1.0.3
38372026-09-07T14:13:38.290Z[ helios-setup] Sep 07 14:13:37.242 INFO E| Downloaded libdevinfo-sys v1.1.0
38382026-09-07T14:13:38.296Z[ helios-setup] Sep 07 14:13:37.249 INFO E| Downloaded env_filter v0.1.4
38392026-09-07T14:13:38.311Z[ helios-setup] Sep 07 14:13:37.264 INFO E| Downloaded pin-project-lite v0.2.16
38402026-09-07T14:13:38.315Z[ helios-setup] Sep 07 14:13:37.267 INFO E| Downloaded bitfield v0.19.3
38412026-09-07T14:13:38.315Z[ helios-setup] Sep 07 14:13:37.268 INFO E| Downloaded time-core v0.1.6
38422026-09-07T14:13:38.318Z[ helios-setup] Sep 07 14:13:37.268 INFO E| Downloaded zeroize_derive v1.4.2
38432026-09-07T14:13:38.322Z[ helios-setup] Sep 07 14:13:37.274 INFO E| Downloaded getopts v0.2.24
38442026-09-07T14:13:38.327Z[ helios-setup] Sep 07 14:13:37.279 INFO E| Downloaded futures-channel v0.3.31
38452026-09-07T14:13:38.335Z[ helios-setup] Sep 07 14:13:37.288 INFO E| Downloaded num_enum_derive v0.7.5
38462026-09-07T14:13:38.338Z[ helios-setup] Sep 07 14:13:37.289 INFO E| Downloaded slab v0.4.11
38472026-09-07T14:13:38.338Z[ helios-setup] Sep 07 14:13:37.290 INFO E| Downloaded futures-executor v0.3.31
38482026-09-07T14:13:38.342Z[ helios-setup] Sep 07 14:13:37.294 INFO E| Downloaded num_enum v0.7.5
38492026-09-07T14:13:38.346Z[ helios-setup] Sep 07 14:13:37.297 INFO E| Downloaded find-msvc-tools v0.1.4
38502026-09-07T14:13:38.346Z[ helios-setup] Sep 07 14:13:37.298 INFO E| Downloaded signal-hook-registry v1.4.6
38512026-09-07T14:13:38.346Z[ helios-setup] Sep 07 14:13:37.298 INFO E| Downloaded tokio-macros v2.6.0
38522026-09-07T14:13:38.346Z[ helios-setup] Sep 07 14:13:37.299 INFO E| Downloaded deranged v0.5.5
38532026-09-07T14:13:38.351Z[ helios-setup] Sep 07 14:13:37.305 INFO E| Downloaded generic-array v0.14.9
38542026-09-07T14:13:38.354Z[ helios-setup] Sep 07 14:13:37.306 INFO E| Downloaded quote v1.0.41
38552026-09-07T14:13:38.357Z[ helios-setup] Sep 07 14:13:37.311 INFO E| Downloaded bitflags v2.10.0
38562026-09-07T14:13:38.364Z[ helios-setup] Sep 07 14:13:37.317 INFO E| Downloaded base64ct v1.8.0
38572026-09-07T14:13:38.371Z[ helios-setup] Sep 07 14:13:37.325 INFO E| Downloaded rand v0.8.5
38582026-09-07T14:13:38.375Z[ helios-setup] Sep 07 14:13:37.327 INFO E| Downloaded thiserror-impl v2.0.17
38592026-09-07T14:13:38.375Z[ helios-setup] Sep 07 14:13:37.328 INFO E| Downloaded toml_datetime v0.7.3
38602026-09-07T14:13:38.378Z[ helios-setup] Sep 07 14:13:37.329 INFO E| Downloaded time-macros v0.2.24
38612026-09-07T14:13:38.378Z[ helios-setup] Sep 07 14:13:37.330 INFO E| Downloaded iana-time-zone v0.1.64
38622026-09-07T14:13:38.378Z[ helios-setup] Sep 07 14:13:37.331 INFO E| Downloaded thiserror v2.0.17
38632026-09-07T14:13:38.382Z[ helios-setup] Sep 07 14:13:37.335 INFO E| Downloaded zeroize v1.8.2
38642026-09-07T14:13:38.399Z[ helios-setup] Sep 07 14:13:37.352 INFO E| Downloaded unicode-ident v1.0.22
38652026-09-07T14:13:38.403Z[ helios-setup] Sep 07 14:13:37.354 INFO E| Downloaded getrandom v0.2.16
38662026-09-07T14:13:38.410Z[ helios-setup] Sep 07 14:13:37.364 INFO E| Downloaded toml_writer v1.0.4
38672026-09-07T14:13:38.414Z[ helios-setup] Sep 07 14:13:37.365 INFO E| Downloaded term v1.2.0
38682026-09-07T14:13:38.414Z[ helios-setup] Sep 07 14:13:37.367 INFO E| Downloaded proc-macro2 v1.0.103
38692026-09-07T14:13:38.417Z[ helios-setup] Sep 07 14:13:37.368 INFO E| Downloaded toml_parser v1.0.4
38702026-09-07T14:13:38.417Z[ helios-setup] Sep 07 14:13:37.370 INFO E| Downloaded env_logger v0.11.8
38712026-09-07T14:13:38.421Z[ helios-setup] Sep 07 14:13:37.371 INFO E| Downloaded futures v0.3.31
38722026-09-07T14:13:38.421Z[ helios-setup] Sep 07 14:13:37.374 INFO E| Downloaded uuid v1.18.1
38732026-09-07T14:13:38.446Z[ helios-setup] Sep 07 14:13:37.398 INFO E| Downloaded flate2 v1.1.5
38742026-09-07T14:13:38.450Z[ helios-setup] Sep 07 14:13:37.402 INFO E| Downloaded log v0.4.28
38752026-09-07T14:13:38.453Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38762026-09-07T14:13:38.453Z[ helios-setup] Sep 07 14:13:37.403 INFO E| Downloaded clap v4.5.51
38772026-09-07T14:13:38.457Z[ helios-setup] Sep 07 14:13:37.409 INFO E| Downloaded socket2 v0.6.1
38782026-09-07T14:13:38.461Z[ helios-setup] Sep 07 14:13:37.411 INFO E| Downloaded toml v0.9.8
38792026-09-07T14:13:38.461Z[ helios-setup] Sep 07 14:13:37.413 INFO E| Downloaded bytes v1.10.1
38802026-09-07T14:13:38.464Z[ helios-setup] Sep 07 14:13:37.416 INFO E| Downloaded cc v1.2.44
38812026-09-07T14:13:38.464Z[ helios-setup] Sep 07 14:13:37.418 INFO E| Downloaded memchr v2.7.6
38822026-09-07T14:13:38.467Z[ helios-setup] Sep 07 14:13:37.420 INFO E| Downloaded toml_edit v0.23.7
38832026-09-07T14:13:38.470Z[ helios-setup] Sep 07 14:13:37.423 INFO E| Downloaded typenum v1.19.0
38842026-09-07T14:13:38.473Z[ helios-setup] Sep 07 14:13:37.425 INFO E| Downloaded indexmap v2.12.0
38852026-09-07T14:13:38.477Z[ helios-setup] Sep 07 14:13:37.427 INFO E| Downloaded rsa v0.9.8
38862026-09-07T14:13:38.480Z[ helios-setup] Sep 07 14:13:37.430 INFO E| Downloaded mio v1.1.0
38872026-09-07T14:13:38.483Z[ helios-setup] Sep 07 14:13:37.434 INFO E| Downloaded iddqd v0.3.14
38882026-09-07T14:13:38.486Z[ helios-setup] Sep 07 14:13:37.438 INFO E| Downloaded zerocopy-derive v0.8.27
38892026-09-07T14:13:38.505Z[ helios-setup] Sep 07 14:13:37.459 INFO E| Downloaded num-bigint-dig v0.8.4
38902026-09-07T14:13:38.509Z[ helios-setup] Sep 07 14:13:37.462 INFO E| Downloaded time v0.3.44
38912026-09-07T14:13:38.515Z[ helios-setup] Sep 07 14:13:37.467 INFO E| Downloaded hashbrown v0.16.0
38922026-09-07T14:13:38.518Z[ helios-setup] Sep 07 14:13:37.470 INFO E| Downloaded libm v0.2.15
38932026-09-07T14:13:38.523Z[ helios-setup] Sep 07 14:13:37.477 INFO E| Downloaded futures-util v0.3.31
38942026-09-07T14:13:38.531Z[ helios-setup] Sep 07 14:13:37.484 INFO E| Downloaded clap_builder v4.5.51
38952026-09-07T14:13:38.535Z[ helios-setup] Sep 07 14:13:37.488 INFO E| Downloaded winnow v0.7.13
38962026-09-07T14:13:38.554Z[ helios-setup] Sep 07 14:13:37.507 INFO E| Downloaded serde_json v1.0.145
38972026-09-07T14:13:38.558Z[ helios-setup] Sep 07 14:13:37.512 INFO E| Downloaded zerocopy v0.8.27
38982026-09-07T14:13:38.573Z[ helios-setup] Sep 07 14:13:37.526 INFO E| Downloaded chrono v0.4.42
38992026-09-07T14:13:38.577Z[ helios-setup] Sep 07 14:13:37.530 INFO E| Downloaded syn v2.0.108
39002026-09-07T14:13:38.583Z[ helios-setup] Sep 07 14:13:37.537 INFO E| Downloaded unicode-width v0.2.2
39012026-09-07T14:13:38.599Z[ helios-setup] Sep 07 14:13:37.552 INFO E| Downloaded rustix v1.1.2
39022026-09-07T14:13:38.640Z[ host-package] Compiling console v0.16.2
39032026-09-07T14:13:38.655Z[ helios-setup] Sep 07 14:13:37.608 INFO E| Downloaded libc v0.2.177
39042026-09-07T14:13:38.670Z[ helios-setup] Sep 07 14:13:37.623 INFO E| Downloaded tokio v1.48.0
39052026-09-07T14:13:38.771Z[ host-package] Compiling assert_matches v1.5.0
39062026-09-07T14:13:38.798Z[ helios-setup] Sep 07 14:13:37.751 INFO E| Compiling proc-macro2 v1.0.103
39072026-09-07T14:13:38.853Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling quote v1.0.41
39082026-09-07T14:13:38.854Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling unicode-ident v1.0.22
39092026-09-07T14:13:38.854Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling libc v0.2.177
39102026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling serde_core v1.0.228
39112026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling cfg-if v1.0.4
39122026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling serde v1.0.228
39132026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling version_check v0.9.5
39142026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling autocfg v1.5.0
39152026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling typenum v1.19.0
39162026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling const-oid v0.9.6
39172026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling libm v0.2.15
39182026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling zerocopy v0.8.27
39192026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling rustversion v1.0.22
39202026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling zeroize v1.8.2
39212026-09-07T14:13:38.857Z[ helios-setup] Sep 07 14:13:37.807 INFO E| Compiling base64ct v1.8.0
39222026-09-07T14:13:38.896Z[ host-package] Compiling seq-macro v0.3.6
39232026-09-07T14:13:39.112Z[ helios-setup] Sep 07 14:13:38.065 INFO E| Compiling smallvec v1.15.1
39242026-09-07T14:13:39.252Z[ helios-setup] Sep 07 14:13:38.205 INFO E| Compiling crc32fast v1.5.0
39252026-09-07T14:13:39.572Z[ host-package] Compiling indicatif v0.18.4
39262026-09-07T14:13:39.657Z[ helios-setup] Sep 07 14:13:38.610 INFO E| Compiling byteorder v1.5.0
39272026-09-07T14:13:39.657Z[ helios-setup] Sep 07 14:13:38.610 INFO E| Compiling memchr v2.7.6
39282026-09-07T14:13:39.742Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39292026-09-07T14:13:39.751Z[ helios-setup] Sep 07 14:13:38.704 INFO E| Compiling generic-array v0.14.9
39302026-09-07T14:13:39.987Z[ helios-setup] Sep 07 14:13:38.940 INFO E| Compiling pem-rfc7468 v0.7.0
39312026-09-07T14:13:40.030Z[ helios-setup] Sep 07 14:13:38.983 INFO E| Compiling hashbrown v0.16.0
39322026-09-07T14:13:40.073Z[ helios-setup] Sep 07 14:13:39.026 INFO E| Compiling anyhow v1.0.100
39332026-09-07T14:13:40.167Z[ helios-setup] Sep 07 14:13:39.120 INFO E| Compiling flagset v0.4.7
39342026-09-07T14:13:40.186Z[ helios-setup] Sep 07 14:13:39.139 INFO E| Compiling equivalent v1.0.2
39352026-09-07T14:13:40.205Z[ helios-setup] Sep 07 14:13:39.158 INFO E| Compiling rustix v1.1.2
39362026-09-07T14:13:40.292Z[ helios-setup] Sep 07 14:13:39.245 INFO E| Compiling winnow v0.7.13
39372026-09-07T14:13:40.312Z[ helios-setup] Sep 07 14:13:39.266 INFO E| Compiling num-traits v0.2.19
39382026-09-07T14:13:40.341Z[ helios-setup] Sep 07 14:13:39.295 INFO E| Compiling utf8parse v0.2.2
39392026-09-07T14:13:40.351Z[ host-package] Compiling rcgen v0.12.1
39402026-09-07T14:13:40.503Z[ helios-setup] Sep 07 14:13:39.456 INFO E| Compiling anstyle-parse v0.2.7
39412026-09-07T14:13:40.717Z[ helios-setup] Sep 07 14:13:39.671 INFO E| Compiling getrandom v0.2.16
39422026-09-07T14:13:40.770Z[ helios-setup] Sep 07 14:13:39.724 INFO E| Compiling errno v0.3.14
39432026-09-07T14:13:40.892Z[ helios-setup] Sep 07 14:13:39.846 INFO E| Compiling syn v2.0.108
39442026-09-07T14:13:41.028Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39452026-09-07T14:13:41.044Z[ helios-setup] Sep 07 14:13:39.998 INFO E| Compiling indexmap v2.12.0
39462026-09-07T14:13:41.083Z[ helios-setup] Sep 07 14:13:40.035 INFO E| Compiling rand_core v0.6.4
39472026-09-07T14:13:41.158Z[ helios-setup] Sep 07 14:13:40.111 INFO E| Compiling anstyle-query v1.1.4
39482026-09-07T14:13:41.188Z[ helios-setup] Sep 07 14:13:40.142 INFO E| Compiling find-msvc-tools v0.1.4
39492026-09-07T14:13:41.197Z[ helios-setup] Sep 07 14:13:40.151 INFO E| Compiling is_terminal_polyfill v1.70.2
39502026-09-07T14:13:41.292Z[ helios-setup] Sep 07 14:13:40.246 INFO E| Compiling allocator-api2 v0.2.21
39512026-09-07T14:13:41.323Z[ helios-setup] Sep 07 14:13:40.276 INFO E| Compiling cpufeatures v0.2.17
39522026-09-07T14:13:41.323Z[ helios-setup] Sep 07 14:13:40.276 INFO E| Compiling shlex v1.3.0
39532026-09-07T14:13:41.376Z[ helios-setup] Sep 07 14:13:40.329 INFO E| Compiling radium v0.7.0
39542026-09-07T14:13:41.430Z[ helios-setup] Sep 07 14:13:40.384 INFO E| Compiling toml_datetime v0.7.3
39552026-09-07T14:13:41.437Z[ helios-setup] Sep 07 14:13:40.391 INFO E| Compiling anstyle v1.0.13
39562026-09-07T14:13:41.563Z[ helios-setup] Sep 07 14:13:40.516 INFO E| Compiling colorchoice v1.0.4
39572026-09-07T14:13:41.610Z[ helios-setup] Sep 07 14:13:40.564 INFO E| Compiling syn v1.0.109
39582026-09-07T14:13:41.793Z[ helios-setup] Sep 07 14:13:40.747 INFO E| Compiling cc v1.2.44
39592026-09-07T14:13:42.021Z[ helios-setup] Sep 07 14:13:40.975 INFO E| Compiling anstream v0.6.21
39602026-09-07T14:13:42.050Z[ helios-setup] Sep 07 14:13:41.003 INFO E| Compiling slog v2.8.2
39612026-09-07T14:13:42.159Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39622026-09-07T14:13:42.191Z[ helios-setup] Sep 07 14:13:41.144 INFO E| Compiling futures-sink v0.3.31
39632026-09-07T14:13:42.280Z[ helios-setup] Sep 07 14:13:41.234 INFO E| Compiling pkg-config v0.3.32
39642026-09-07T14:13:42.303Z[ helios-setup] Sep 07 14:13:41.256 INFO E| Compiling parking_lot_core v0.9.12
39652026-09-07T14:13:42.334Z[ helios-setup] Sep 07 14:13:41.287 INFO E| Compiling maybe-uninit v2.0.0
39662026-09-07T14:13:42.618Z[ host-package] Compiling slog-envlogger v2.2.0
39672026-09-07T14:13:42.647Z[ helios-setup] Sep 07 14:13:41.601 INFO E| Compiling futures-core v0.3.31
39682026-09-07T14:13:42.835Z[ helios-setup] Sep 07 14:13:41.788 INFO E| Compiling block-buffer v0.10.4
39692026-09-07T14:13:42.902Z[ helios-setup] Sep 07 14:13:41.856 INFO E| Compiling crypto-common v0.1.6
39702026-09-07T14:13:42.916Z[ helios-setup] Sep 07 14:13:41.869 INFO E| Compiling toml_parser v1.0.4
39712026-09-07T14:13:43.045Z[ helios-setup] Sep 07 14:13:41.998 INFO E| Compiling pin-project-lite v0.2.16
39722026-09-07T14:13:43.052Z[ helios-setup] Sep 07 14:13:42.005 INFO E| Compiling unicode-width v0.2.2
39732026-09-07T14:13:43.059Z[ helios-setup] Sep 07 14:13:42.012 INFO E| Compiling tap v1.0.1
39742026-09-07T14:13:43.167Z[ helios-setup] Sep 07 14:13:42.120 INFO E| Compiling digest v0.10.7
39752026-09-07T14:13:43.215Z[ helios-setup] Sep 07 14:13:42.168 INFO E| Compiling wyz v0.5.1
39762026-09-07T14:13:43.307Z[ helios-setup] Sep 07 14:13:42.261 INFO E| Compiling futures-channel v0.3.31
39772026-09-07T14:13:43.339Z[ helios-setup] Sep 07 14:13:42.292 INFO E| Compiling ahash v0.8.12
39782026-09-07T14:13:43.369Z[ helios-setup] Sep 07 14:13:42.323 INFO E| Compiling thiserror v1.0.69
39792026-09-07T14:13:43.397Z[ helios-setup] Sep 07 14:13:42.350 INFO E| Compiling powerfmt v0.2.0
39802026-09-07T14:13:43.538Z[ helios-setup] Sep 07 14:13:42.491 INFO E| Compiling bitflags v2.10.0
39812026-09-07T14:13:43.609Z[ helios-setup] Sep 07 14:13:42.562 INFO E| Compiling sha2 v0.10.9
39822026-09-07T14:13:43.616Z[ helios-setup] Sep 07 14:13:42.569 INFO E| Compiling num-integer v0.1.46
39832026-09-07T14:13:43.656Z[ helios-setup] Sep 07 14:13:42.609 INFO E| Compiling getopts v0.2.24
39842026-09-07T14:13:43.729Z[ helios-setup] Sep 07 14:13:42.682 INFO E| Compiling toml_edit v0.23.7
39852026-09-07T14:13:43.861Z[ helios-setup] Sep 07 14:13:42.814 INFO E| Compiling futures-task v0.3.31
39862026-09-07T14:13:43.954Z[ helios-setup] Sep 07 14:13:42.908 INFO E| Compiling futures-io v0.3.31
39872026-09-07T14:13:44.212Z[ helios-setup] Sep 07 14:13:43.165 INFO E| Compiling clap_lex v0.7.6
39882026-09-07T14:13:44.237Z[ helios-setup] Sep 07 14:13:43.190 INFO E| Compiling num-bigint-dig v0.8.4
39892026-09-07T14:13:44.237Z[ helios-setup] Sep 07 14:13:43.190 INFO E| Compiling getrandom v0.3.4
39902026-09-07T14:13:44.250Z[ helios-setup] Sep 07 14:13:43.203 INFO E| Compiling pin-utils v0.1.0
39912026-09-07T14:13:44.280Z[ helios-setup] Sep 07 14:13:43.234 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
39922026-09-07T14:13:44.300Z[ helios-setup] Sep 07 14:13:43.253 INFO E| Compiling itoa v1.0.15
39932026-09-07T14:13:44.312Z[ helios-setup] Sep 07 14:13:43.266 INFO E| Compiling time-core v0.1.6
39942026-09-07T14:13:44.340Z[ helios-setup] Sep 07 14:13:43.293 INFO E| Compiling scopeguard v1.2.0
39952026-09-07T14:13:44.349Z[ helios-setup] Sep 07 14:13:43.302 INFO E| Compiling bytes v1.10.1
39962026-09-07T14:13:44.374Z[ helios-setup] Sep 07 14:13:43.327 INFO E| Compiling packed_struct v0.10.1
39972026-09-07T14:13:44.465Z[ helios-setup] Sep 07 14:13:43.418 INFO E| Compiling spin v0.9.8
39982026-09-07T14:13:44.508Z[ helios-setup] Sep 07 14:13:43.461 INFO E| Compiling num-conv v0.1.0
39992026-09-07T14:13:44.721Z[ helios-setup] Sep 07 14:13:43.674 INFO E| Compiling funty v2.0.0
40002026-09-07T14:13:44.752Z[ helios-setup] Sep 07 14:13:43.706 INFO E| Compiling heck v0.5.0
40012026-09-07T14:13:44.782Z[ helios-setup] Sep 07 14:13:43.735 INFO E| Compiling slab v0.4.11
40022026-09-07T14:13:44.821Z[ helios-setup] Sep 07 14:13:43.775 INFO E| Compiling proc-macro-crate v3.4.0
40032026-09-07T14:13:44.845Z[ helios-setup] Sep 07 14:13:43.798 INFO E| Compiling strsim v0.11.1
40042026-09-07T14:13:44.894Z[ helios-setup] Sep 07 14:13:43.847 INFO E| Compiling time-macros v0.2.24
40052026-09-07T14:13:44.972Z[ helios-setup] Sep 07 14:13:43.926 INFO E| Compiling lazy_static v1.5.0
40062026-09-07T14:13:45.094Z[ helios-setup] Sep 07 14:13:44.047 INFO E| Compiling lock_api v0.4.14
40072026-09-07T14:13:45.246Z[ helios-setup] Sep 07 14:13:44.199 INFO E| Compiling bitvec v1.0.1
40082026-09-07T14:13:45.417Z[ helios-setup] Sep 07 14:13:44.370 INFO E| Compiling num-iter v0.1.45
40092026-09-07T14:13:45.423Z[ helios-setup] Sep 07 14:13:44.376 INFO E| Compiling deranged v0.5.5
40102026-09-07T14:13:45.570Z[ host-package] Compiling oxide-update-engine-display v0.1.2
40112026-09-07T14:13:45.587Z[ helios-setup] Sep 07 14:13:44.540 INFO E| Compiling terminal_size v0.4.3
40122026-09-07T14:13:45.607Z[ helios-setup] Sep 07 14:13:44.561 INFO E| Compiling indexmap v1.9.3
40132026-09-07T14:13:45.621Z[ helios-setup] Sep 07 14:13:44.574 INFO E| Compiling serde_json v1.0.145
40142026-09-07T14:13:45.741Z[ helios-setup] Sep 07 14:13:44.694 INFO E| Compiling once_cell v1.21.3
40152026-09-07T14:13:46.015Z[ helios-setup] Sep 07 14:13:44.969 INFO E| Compiling clap_builder v4.5.51
40162026-09-07T14:13:46.120Z[ helios-setup] Sep 07 14:13:45.073 INFO E| Compiling thiserror v2.0.17
40172026-09-07T14:13:46.141Z[ helios-setup] Sep 07 14:13:45.094 INFO E| Compiling iana-time-zone v0.1.64
40182026-09-07T14:13:46.239Z[ helios-setup] Sep 07 14:13:45.193 INFO E| Compiling simd-adler32 v0.3.7
40192026-09-07T14:13:46.336Z[ helios-setup] Sep 07 14:13:45.289 INFO E| Compiling crc-catalog v2.4.0
40202026-09-07T14:13:46.430Z[ helios-setup] Sep 07 14:13:45.384 INFO E| Compiling adler2 v2.0.1
40212026-09-07T14:13:46.449Z[ helios-setup] Sep 07 14:13:45.403 INFO E| Compiling nodrop v0.1.14
40222026-09-07T14:13:46.592Z[ helios-setup] Sep 07 14:13:45.545 INFO E| Compiling log v0.4.28
40232026-09-07T14:13:46.679Z[ helios-setup] Sep 07 14:13:45.631 INFO E| Compiling miniz_oxide v0.8.9
40242026-09-07T14:13:46.710Z[ helios-setup] Sep 07 14:13:45.662 INFO E| Compiling array-init v0.0.4
40252026-09-07T14:13:46.756Z[ helios-setup] Sep 07 14:13:45.709 INFO E| Compiling crc v3.3.0
40262026-09-07T14:13:46.924Z[ helios-setup] Sep 07 14:13:45.877 INFO E| Compiling chrono v0.4.42
40272026-09-07T14:13:46.974Z[ helios-setup] Sep 07 14:13:45.927 INFO E| Compiling env_filter v0.1.4
40282026-09-07T14:13:47.079Z[ helios-setup] Sep 07 14:13:46.031 INFO E| Compiling parking_lot v0.12.5
40292026-09-07T14:13:47.213Z[ helios-setup] Sep 07 14:13:46.166 INFO E| Compiling smallvec v0.6.14
40302026-09-07T14:13:47.261Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40312026-09-07T14:13:47.560Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40322026-09-07T14:13:47.636Z[ helios-setup] Sep 07 14:13:46.589 INFO E| Compiling serde_spanned v1.0.3
40332026-09-07T14:13:47.653Z[ helios-setup] Sep 07 14:13:46.606 INFO E| Compiling signature v2.2.0
40342026-09-07T14:13:47.986Z[ helios-setup] Sep 07 14:13:46.939 INFO E| Compiling signal-hook-registry v1.4.6
40352026-09-07T14:13:48.015Z[ helios-setup] Sep 07 14:13:46.968 INFO E| Compiling socket2 v0.6.1
40362026-09-07T14:13:48.139Z[ helios-setup] Sep 07 14:13:47.090 INFO E| Compiling mio v1.1.0
40372026-09-07T14:13:48.177Z[ helios-setup] Sep 07 14:13:47.130 INFO E| Compiling packed_struct_codegen v0.10.1
40382026-09-07T14:13:48.504Z[ helios-setup] Sep 07 14:13:47.457 INFO E| Compiling time v0.3.44
40392026-09-07T14:13:48.537Z[ helios-setup] Sep 07 14:13:47.490 INFO E| Compiling serde_derive v1.0.228
40402026-09-07T14:13:48.571Z[ helios-setup] Sep 07 14:13:47.524 INFO E| Compiling zerocopy-derive v0.8.27
40412026-09-07T14:13:48.698Z[ helios-setup] Sep 07 14:13:47.651 INFO E| Compiling der_derive v0.7.3
40422026-09-07T14:13:48.763Z[ helios-setup] Sep 07 14:13:47.716 INFO E| Compiling futures-macro v0.3.31
40432026-09-07T14:13:48.803Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40442026-09-07T14:13:49.190Z[ helios-setup] Sep 07 14:13:48.143 INFO E| Compiling bitfield-macros v0.19.3
40452026-09-07T14:13:49.456Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40462026-09-07T14:13:49.512Z[ helios-setup] Sep 07 14:13:48.466 INFO E| Compiling thiserror-impl v1.0.69
40472026-09-07T14:13:49.589Z[ helios-setup] Sep 07 14:13:48.542 INFO E| Compiling zerocopy-derive v0.6.6
40482026-09-07T14:13:49.665Z[ helios-setup] Sep 07 14:13:48.618 INFO E| Compiling num_enum_derive v0.7.5
40492026-09-07T14:13:49.714Z[ host-package] Compiling port-file v0.1.0
40502026-09-07T14:13:49.734Z[ helios-setup] Sep 07 14:13:48.688 INFO E| Compiling clap_derive v4.5.49
40512026-09-07T14:13:49.875Z[ helios-setup] Sep 07 14:13:48.829 INFO E| Compiling tokio-macros v2.6.0
40522026-09-07T14:13:50.076Z[ helios-setup] Sep 07 14:13:49.030 INFO E| Compiling thiserror-impl v2.0.17
40532026-09-07T14:13:50.241Z[ host-package] Compiling subprocess v0.2.15
40542026-09-07T14:13:50.496Z[ helios-setup] Sep 07 14:13:49.449 INFO E| Compiling is-terminal v0.4.17
40552026-09-07T14:13:50.652Z[ helios-setup] Sep 07 14:13:49.606 INFO E| Compiling thread_local v1.1.9
40562026-09-07T14:13:51.051Z[ helios-setup] Sep 07 14:13:50.004 INFO E| Compiling futures-util v0.3.31
40572026-09-07T14:13:51.075Z[ host-package] Compiling rtoolbox v0.0.3
40582026-09-07T14:13:51.188Z[ helios-setup] Sep 07 14:13:50.142 INFO E| Compiling bitfield v0.19.3
40592026-09-07T14:13:51.243Z[ helios-setup] Sep 07 14:13:50.197 INFO E| Compiling der v0.7.10
40602026-09-07T14:13:51.470Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40612026-09-07T14:13:51.488Z[ helios-setup] Sep 07 14:13:50.442 INFO E| Compiling base64 v0.21.7
40622026-09-07T14:13:51.665Z[ helios-setup] Sep 07 14:13:50.618 INFO E| Compiling toml_writer v1.0.4
40632026-09-07T14:13:51.835Z[ helios-setup] Sep 07 14:13:50.789 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40642026-09-07T14:13:51.921Z[ host-package] Compiling rpassword v7.5.4
40652026-09-07T14:13:52.060Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40662026-09-07T14:13:52.241Z[ helios-setup] Sep 07 14:13:51.194 INFO E| Compiling num_enum v0.7.5
40672026-09-07T14:13:52.279Z[ helios-setup] Sep 07 14:13:51.232 INFO E| Compiling libdevinfo-sys v1.1.0
40682026-09-07T14:13:52.313Z[ helios-setup] Sep 07 14:13:51.266 INFO E| Compiling term v1.2.0
40692026-09-07T14:13:52.346Z[ helios-setup] Sep 07 14:13:51.299 INFO E| Compiling ryu v1.0.20
40702026-09-07T14:13:52.384Z[ helios-setup] Sep 07 14:13:51.337 INFO E| Compiling hashbrown v0.12.3
40712026-09-07T14:13:52.408Z[ helios-setup] Sep 07 14:13:51.361 INFO E| Compiling subtle v2.6.1
40722026-09-07T14:13:52.444Z[ helios-setup] Sep 07 14:13:51.398 INFO E| Compiling zerocopy v0.6.6
40732026-09-07T14:13:52.504Z[ helios-setup] Sep 07 14:13:51.458 INFO E| Compiling winnow v0.5.40
40742026-09-07T14:13:52.569Z[ helios-setup] Sep 07 14:13:51.522 INFO E| Compiling devinfo v0.1.0
40752026-09-07T14:13:52.962Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40762026-09-07T14:13:53.072Z[ helios-setup] Sep 07 14:13:52.026 INFO E| Compiling spki v0.7.3
40772026-09-07T14:13:53.141Z[ helios-setup] Sep 07 14:13:52.094 INFO E| Compiling toml v0.9.8
40782026-09-07T14:13:53.221Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40792026-09-07T14:13:53.349Z[ helios-setup] Sep 07 14:13:52.303 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40802026-09-07T14:13:53.500Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40812026-09-07T14:13:53.522Z[ helios-setup] Sep 07 14:13:52.475 INFO E| Compiling pkcs8 v0.10.2
40822026-09-07T14:13:53.646Z[ helios-setup] Sep 07 14:13:52.600 INFO E| Compiling x509-cert v0.2.5
40832026-09-07T14:13:53.820Z[ helios-setup] Sep 07 14:13:52.773 INFO E| Compiling pkcs1 v0.7.5
40842026-09-07T14:13:53.820Z[ helios-setup] Sep 07 14:13:52.773 INFO E| Compiling clap v4.5.51
40852026-09-07T14:13:53.876Z[ helios-setup] Sep 07 14:13:52.829 INFO E| Compiling tokio v1.48.0
40862026-09-07T14:13:53.925Z[ helios-setup] Sep 07 14:13:52.879 INFO E| Compiling bzip2 v0.4.4
40872026-09-07T14:13:54.142Z[ host-package] Compiling tui-tree-widget v0.23.1
40882026-09-07T14:13:54.148Z[ helios-setup] Sep 07 14:13:53.102 INFO E| Compiling uuid v1.18.1
40892026-09-07T14:13:54.745Z[ helios-setup] Sep 07 14:13:53.698 INFO E| Compiling ppv-lite86 v0.2.21
40902026-09-07T14:13:54.860Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40912026-09-07T14:13:55.052Z[ helios-setup] Sep 07 14:13:54.005 INFO E| Compiling erased-serde v0.3.31
40922026-09-07T14:13:55.067Z[ helios-setup] Sep 07 14:13:54.020 INFO E| Compiling serde_spanned v0.6.9
40932026-09-07T14:13:55.101Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
40942026-09-07T14:13:55.108Z[ helios-setup] Sep 07 14:13:54.061 INFO E| Compiling toml_datetime v0.6.11
40952026-09-07T14:13:55.354Z[ helios-setup] Sep 07 14:13:54.307 INFO E| Compiling rand_chacha v0.3.1
40962026-09-07T14:13:55.449Z[ helios-setup] Sep 07 14:13:54.401 INFO E| Compiling serde-hex v0.1.0
40972026-09-07T14:13:55.501Z[ helios-setup] Sep 07 14:13:54.454 INFO E| Compiling ron v0.8.1
40982026-09-07T14:13:56.005Z[ helios-setup] Sep 07 14:13:54.958 INFO E| Compiling hashbrown v0.13.2
40992026-09-07T14:13:56.020Z[ helios-setup] Sep 07 14:13:54.973 INFO E| Compiling flate2 v1.1.5
41002026-09-07T14:13:56.094Z[ helios-setup] Sep 07 14:13:55.047 INFO E| Compiling env_logger v0.11.8
41012026-09-07T14:13:56.629Z[ helios-setup] Sep 07 14:13:55.582 INFO E| Compiling rand v0.8.5
41022026-09-07T14:13:57.011Z[ helios-setup] Sep 07 14:13:55.964 INFO E| Compiling futures-executor v0.3.31
41032026-09-07T14:13:57.146Z[ helios-setup] Sep 07 14:13:56.099 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
41042026-09-07T14:13:57.179Z[ helios-setup] Sep 07 14:13:56.132 INFO E| Compiling slog-term v2.9.2
41052026-09-07T14:13:57.404Z[ helios-setup] Sep 07 14:13:56.357 INFO E| Compiling futures v0.3.31
41062026-09-07T14:13:57.561Z[ helios-setup] Sep 07 14:13:56.514 INFO E| Compiling toml_edit v0.19.15
41072026-09-07T14:13:57.632Z[ helios-setup] Sep 07 14:13:56.586 INFO E| Compiling hex v0.4.3
41082026-09-07T14:13:58.038Z[ helios-setup] Sep 07 14:13:56.991 INFO E| Compiling bitflags v1.3.2
41092026-09-07T14:13:58.073Z[ helios-setup] Sep 07 14:13:57.027 INFO E| Compiling crc-any v2.5.0
41102026-09-07T14:13:58.097Z[ helios-setup] Sep 07 14:13:57.050 INFO E| Compiling rustc-hash v2.1.1
41112026-09-07T14:13:58.145Z[ helios-setup] Sep 07 14:13:57.098 INFO E| Compiling foldhash v0.2.0
41122026-09-07T14:13:58.304Z[ helios-setup] Sep 07 14:13:57.258 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
41132026-09-07T14:13:58.350Z[ helios-setup] Sep 07 14:13:57.301 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
41142026-09-07T14:13:58.481Z[ helios-setup] Sep 07 14:13:57.434 INFO E| Compiling iddqd v0.3.14
41152026-09-07T14:13:58.630Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41162026-09-07T14:13:58.908Z[ helios-setup] Sep 07 14:13:57.861 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41172026-09-07T14:13:58.915Z[ helios-setup] Sep 07 14:13:57.868 INFO E| Compiling object v0.30.4
41182026-09-07T14:13:59.097Z[ helios-setup] Sep 07 14:13:58.049 INFO E| Compiling zip v0.6.6
41192026-09-07T14:13:59.366Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41202026-09-07T14:13:59.448Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41212026-09-07T14:13:59.489Z[ host-package] Compiling uzers v0.12.2
41222026-09-07T14:13:59.797Z[ helios-setup] Sep 07 14:13:58.750 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
41232026-09-07T14:13:59.818Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41242026-09-07T14:13:59.926Z[ helios-setup] Sep 07 14:13:58.879 INFO E| Compiling path-slash v0.1.5
41252026-09-07T14:14:00.203Z[ helios-setup] Sep 07 14:13:59.156 INFO E| Compiling rsa v0.9.8
41262026-09-07T14:14:00.281Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41272026-09-07T14:14:00.700Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41282026-09-07T14:14:01.347Z[ helios-setup] Sep 07 14:14:00.300 INFO E| Compiling toml v0.7.8
41292026-09-07T14:14:01.459Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41302026-09-07T14:14:02.090Z[ host-package] Compiling support-bundle-viewer v0.1.2
41312026-09-07T14:14:02.301Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41322026-09-07T14:14:02.679Z[ host-package] Compiling multimap v0.10.1
41332026-09-07T14:14:03.237Z[ helios-setup] Sep 07 14:14:02.190 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
41342026-09-07T14:14:03.237Z[ helios-setup] Sep 07 14:14:02.190 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
41352026-09-07T14:14:04.432Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
41362026-09-07T14:14:08.279Z[ helios-setup] Sep 07 14:14:07.232 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
41372026-09-07T14:14:09.443Z[ helios-setup] Sep 07 14:14:08.396 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
41382026-09-07T14:14:14.059Z[ helios-setup] Sep 07 14:14:13.012 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
41392026-09-07T14:14:26.125Z[ helios-setup] Sep 07 14:14:25.078 INFO E| Finished `release` profile [optimized] target(s) in 49.35s
41402026-09-07T14:14:26.129Z[ helios-setup] Sep 07 14:14:25.081 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
41412026-09-07T14:14:26.129Z[ helios-setup] Sep 07 14:14:25.081 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41422026-09-07T14:14:26.187Z[ helios-setup] Sep 07 14:14:25.140 INFO building project "pilot" ok (49 seconds)
41432026-09-07T14:14:26.187Z[ helios-setup] Sep 07 14:14:25.140 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
41442026-09-07T14:14:26.196Z[ helios-setup] Sep 07 14:14:25.149 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
41452026-09-07T14:14:26.196Z[ helios-setup] Sep 07 14:14:25.149 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
41462026-09-07T14:14:26.196Z[ helios-setup] Sep 07 14:14:25.149 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
41472026-09-07T14:14:26.385Z[ helios-setup] Sep 07 14:14:25.338 INFO E| Downloading crates ...
41482026-09-07T14:14:26.435Z[ helios-setup] Sep 07 14:14:25.388 INFO E| Downloaded adler2 v2.0.0
41492026-09-07T14:14:26.443Z[ helios-setup] Sep 07 14:14:25.396 INFO E| Downloaded miniz_oxide v0.8.8
41502026-09-07T14:14:26.483Z[ helios-setup] Sep 07 14:14:25.436 INFO E| Compiling adler2 v2.0.0
41512026-09-07T14:14:26.576Z[ helios-setup] Sep 07 14:14:25.529 INFO E| Compiling miniz_oxide v0.8.8
41522026-09-07T14:14:27.638Z[ helios-setup] Sep 07 14:14:26.591 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
41532026-09-07T14:14:28.313Z[ helios-setup] Sep 07 14:14:27.267 INFO E| Finished `release` profile [optimized] target(s) in 2.10s
41542026-09-07T14:14:28.326Z[ helios-setup] Sep 07 14:14:27.279 INFO building project "pinprick" ok (2 seconds)
41552026-09-07T14:14:28.329Z[ helios-setup] rm -f helios-build
41562026-09-07T14:14:28.332Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41572026-09-07T14:14:28.335Z[ helios-setup]
41582026-09-07T14:14:28.335Z[ helios-setup] Setup complete! ./helios-build is now available.
41592026-09-07T14:14:28.335Z[ helios-setup]
41602026-09-07T14:14:28.338Z[ helios-setup]
41612026-09-07T14:14:28.338Z[ helios-setup] real 3:01.178538694
41622026-09-07T14:14:28.338Z[ helios-setup] user 7:02.596203953
41632026-09-07T14:14:28.338Z[ helios-setup] sys 1:19.117590021
41642026-09-07T14:14:28.339Z[ helios-setup] trap 0.629385415
41652026-09-07T14:14:28.339Z[ helios-setup] tflt 2.405420581
41662026-09-07T14:14:28.339Z[ helios-setup] dflt 7.197308259
41672026-09-07T14:14:28.339Z[ helios-setup] kflt 0.000406480
41682026-09-07T14:14:28.339Z[ helios-setup] lock 56:19.641477407
41692026-09-07T14:14:28.339Z[ helios-setup] slp 37:31.617478515
41702026-09-07T14:14:28.339Z[ helios-setup] lat 7:13.760739614
41712026-09-07T14:14:28.339Z[ helios-setup] stop 1:41.763653703
41722026-09-07T14:14:28.339ZSep 07 14:14:27.290 INFO [helios-setup] process exited with exit status: 0 (181.181684249s)
41732026-09-07T14:14:28.339ZSep 07 14:14:27.290 INFO [helios-record] running task
41742026-09-07T14:14:28.339ZSep 07 14:14:27.290 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41752026-09-07T14:14:28.342ZSep 07 14:14:27.294 DEBG process exited with exit status: 0 (4.484075ms)
41762026-09-07T14:14:28.342ZSep 07 14:14:27.294 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41772026-09-07T14:14:28.345ZSep 07 14:14:27.299 DEBG process exited with exit status: 0 (4.599995ms)
41782026-09-07T14:14:28.348ZSep 07 14:14:27.299 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41792026-09-07T14:14:28.351ZSep 07 14:14:27.303 DEBG process exited with exit status: 0 (4.004255ms)
41802026-09-07T14:14:28.351ZSep 07 14:14:27.303 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41812026-09-07T14:14:28.354ZSep 07 14:14:27.307 DEBG process exited with exit status: 0 (3.877884ms)
41822026-09-07T14:14:28.354ZSep 07 14:14:27.307 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41832026-09-07T14:14:28.357ZSep 07 14:14:27.311 DEBG process exited with exit status: 0 (3.697815ms)
41842026-09-07T14:14:28.357ZSep 07 14:14:27.311 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41852026-09-07T14:14:28.361ZSep 07 14:14:27.314 DEBG process exited with exit status: 0 (3.620324ms)
41862026-09-07T14:14:28.361ZSep 07 14:14:27.314 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41872026-09-07T14:14:28.365ZSep 07 14:14:27.318 DEBG process exited with exit status: 0 (3.942434ms)
41882026-09-07T14:14:28.365ZSep 07 14:14:27.318 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41892026-09-07T14:14:28.368ZSep 07 14:14:27.322 DEBG process exited with exit status: 0 (3.734155ms)
41902026-09-07T14:14:28.369ZSep 07 14:14:27.322 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41912026-09-07T14:14:28.372ZSep 07 14:14:27.326 DEBG process exited with exit status: 0 (3.674104ms)
41922026-09-07T14:14:28.375ZSep 07 14:14:27.326 INFO [helios-record] task succeeded (36.306911ms)
41932026-09-07T14:14:33.402Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41942026-09-07T14:14:52.841Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-09-07T14:15:08.303Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41962026-09-07T14:22:36.106Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 27s
41972026-09-07T14:22:36.109Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41982026-09-07T14:22:36.109Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41992026-09-07T14:23:12.279ZSep 07 14:23:11.230 INFO [host-package] process exited with exit status: 0 (663.617576167s)
42002026-09-07T14:23:12.279ZSep 07 14:23:11.230 INFO [host-libraries] running task
42012026-09-07T14:23:12.279ZSep 07 14:23:11.230 INFO [host-stamp] running task
42022026-09-07T14:23:12.282ZSep 07 14:23:11.232 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+git9c66fa540e5
42032026-09-07T14:23:12.282ZSep 07 14:23:11.233 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+git9c66fa540e5
42042026-09-07T14:23:12.282ZSep 07 14:23:11.233 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+git9c66fa540e5
42052026-09-07T14:23:12.282ZSep 07 14:23:11.233 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+git9c66fa540e5
42062026-09-07T14:23:12.282ZSep 07 14:23:11.234 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+git9c66fa540e5
42072026-09-07T14:23:12.286ZSep 07 14:23:11.234 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+git9c66fa540e5
42082026-09-07T14:23:12.286ZSep 07 14:23:11.234 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+git9c66fa540e5
42092026-09-07T14:23:12.286ZSep 07 14:23:11.234 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+git9c66fa540e5
42102026-09-07T14:23:12.289Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-09-07T14:23:12.289Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-07T14:23:12.289Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-07T14:23:12.289Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-09-07T14:23:12.289Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-09-07T14:23:12.289Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-09-07T14:23:12.289Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-09-07T14:23:12.289Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42182026-09-07T14:23:12.293Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42192026-09-07T14:23:12.293ZSep 07 14:23:11.244 INFO [stamp-overlay] process exited with exit status: 0 (9.548481ms)
42202026-09-07T14:23:12.296Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42212026-09-07T14:23:12.296ZSep 07 14:23:11.246 INFO [stamp-oxlog] process exited with exit status: 0 (12.975894ms)
42222026-09-07T14:23:12.326Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42232026-09-07T14:23:12.329ZSep 07 14:23:11.279 INFO [stamp-crucible-utils] process exited with exit status: 0 (45.214562ms)
42242026-09-07T14:23:12.336Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42252026-09-07T14:23:12.339ZSep 07 14:23:11.289 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (56.187044ms)
42262026-09-07T14:23:12.520Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42272026-09-07T14:23:12.524ZSep 07 14:23:11.474 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.167056ms)
42282026-09-07T14:23:12.557Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42292026-09-07T14:23:12.560ZSep 07 14:23:11.511 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (277.680477ms)
42302026-09-07T14:23:12.836Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42312026-09-07T14:23:12.839ZSep 07 14:23:11.790 INFO [stamp-propolis-server] process exited with exit status: 0 (556.820576ms)
42322026-09-07T14:23:13.084ZSep 07 14:23:12.035 INFO [host-libraries] task succeeded (805.018578ms)
42332026-09-07T14:23:13.087ZSep 07 14:23:12.035 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42342026-09-07T14:23:13.090Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42352026-09-07T14:23:14.074Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42362026-09-07T14:23:14.195Z[recovery-package] Compiling regress v0.11.1
42372026-09-07T14:23:14.238Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42382026-09-07T14:23:14.241Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42392026-09-07T14:23:14.241Z[recovery-package] Compiling slog-scope v4.4.1
42402026-09-07T14:23:14.241Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42412026-09-07T14:23:14.241Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42422026-09-07T14:23:14.241Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42432026-09-07T14:23:14.392Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42442026-09-07T14:23:14.440Z[recovery-package] Compiling slog-stdlog v4.1.1
42452026-09-07T14:23:14.477Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42462026-09-07T14:23:14.578Z[recovery-package] Compiling slog-envlogger v2.2.0
42472026-09-07T14:23:14.783Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42482026-09-07T14:23:15.225Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42492026-09-07T14:23:15.389Z[recovery-package] Compiling oxide-update-engine v0.1.2
42502026-09-07T14:23:15.809Z[recovery-package] Compiling typify-impl v0.6.2
42512026-09-07T14:23:17.140Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42522026-09-07T14:23:17.143ZSep 07 14:23:16.094 INFO [stamp-switch-asic] process exited with exit status: 0 (4.860229035s)
42532026-09-07T14:23:17.143ZSep 07 14:23:16.094 INFO [host-stamp] task succeeded (4.86448726s)
42542026-09-07T14:23:17.143ZSep 07 14:23:16.094 INFO [host-proto] running task
42552026-09-07T14:23:17.436ZSep 07 14:23:16.387 INFO [host-proto] task succeeded (293.037245ms)
42562026-09-07T14:23:17.436ZSep 07 14:23:16.387 INFO [host-profile] running task
42572026-09-07T14:23:17.440ZSep 07 14:23:16.387 INFO [host-profile] task succeeded (218.65µs)
42582026-09-07T14:23:17.440ZSep 07 14:23:16.388 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/.tmpp1nnmL/proto/host/root -N 'ci 9c66fa5/${os_short_commit} 2026-09-07 14:11' -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/'
42592026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO Checking files for board 'gimlet'
42602026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42612026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42622026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO Checking files for board 'cosmo'
42632026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42642026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42652026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO Checking files for board 'cosmo-mbist'
42662026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42672026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO Checking files for board 'cosmo-mbist-noaggr'
42682026-09-07T14:23:17.443Z[ host-image] Sep 07 14:23:16.394 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42692026-09-07T14:23:17.451Z[ host-image] Sep 07 14:23:16.402 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpp1nnmL/proto/host/root"
42702026-09-07T14:23:17.454Z[ host-image] Sep 07 14:23:16.402 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42712026-09-07T14:23:17.454Z[ host-image] Sep 07 14:23:16.402 INFO image builder template: ramdisk-01-os...
42722026-09-07T14:23:17.454Z[ host-image] Sep 07 14:23:16.402 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/.tmpp1nnmL/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
42732026-09-07T14:23:17.463Z[ host-image] Sep 07 14:23:16.415 INFO O| Sep 07 14:23:16.415 INFO CREATE DATASET: rpool/images/build/host/output
42742026-09-07T14:23:17.513Z[recovery-package] Compiling typify v0.6.2
42752026-09-07T14:23:17.599Z[recovery-package] Compiling progenitor-impl v0.14.0
42762026-09-07T14:23:18.650Z[ host-image] Sep 07 14:23:17.601 INFO O| Sep 07 14:23:17.601 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42772026-09-07T14:23:18.653Z[ host-image] Sep 07 14:23:17.604 INFO O| Sep 07 14:23:17.604 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42782026-09-07T14:23:18.920Z[recovery-package] Compiling progenitor v0.14.0
42792026-09-07T14:23:18.943Z[ host-image] Sep 07 14:23:17.894 INFO O| Sep 07 14:23:17.894 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42802026-09-07T14:23:19.007Z[ host-image] Sep 07 14:23:17.959 INFO O| Sep 07 14:23:17.958 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42812026-09-07T14:23:19.008Z[ host-image] Sep 07 14:23:17.959 INFO O| Sep 07 14:23:17.959 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42822026-09-07T14:23:19.011Z[ host-image] Sep 07 14:23:17.959 INFO O| Sep 07 14:23:17.959 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42832026-09-07T14:23:19.011Z[ host-image] Sep 07 14:23:17.959 INFO O| Sep 07 14:23:17.959 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42842026-09-07T14:23:19.015Z[ host-image] Sep 07 14:23:17.964 INFO O| Sep 07 14:23:17.964 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42852026-09-07T14:23:19.031Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42862026-09-07T14:23:19.032Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42872026-09-07T14:23:19.241Z[ host-image] Sep 07 14:23:18.192 INFO O| Sep 07 14:23:18.192 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42882026-09-07T14:23:19.249Z[ host-image] Sep 07 14:23:18.200 INFO O| Sep 07 14:23:18.200 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42892026-09-07T14:23:19.539Z[ host-image] Sep 07 14:23:18.490 INFO O| Sep 07 14:23:18.490 INFO O| Caching catalogs ... Done
42902026-09-07T14:23:19.579Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42912026-09-07T14:23:19.614Z[ host-image] Sep 07 14:23:18.565 INFO O| Sep 07 14:23:18.565 INFO STEP 0 (pkg_image_create) COMPLETE
42922026-09-07T14:23:19.614Z[ host-image] Sep 07 14:23:18.565 INFO O| Sep 07 14:23:18.565 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42932026-09-07T14:23:19.622Z[ host-image] Sep 07 14:23:18.573 INFO O| Sep 07 14:23:18.573 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"]
42942026-09-07T14:23:19.891Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO STEP 1 (pkg_set_publisher) COMPLETE
42952026-09-07T14:23:19.891Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42962026-09-07T14:23:19.894Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO skip step because feature "publisher_1_name" is not enabled
42972026-09-07T14:23:19.894Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42982026-09-07T14:23:19.894Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO skip step because feature "publisher_2_name" is not enabled
42992026-09-07T14:23:19.894Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002026-09-07T14:23:19.894Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO skip step because feature "publisher_3_name" is not enabled
43012026-09-07T14:23:19.894Z[ host-image] Sep 07 14:23:18.842 INFO O| Sep 07 14:23:18.842 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-09-07T14:23:20.162Z[ host-image] Sep 07 14:23:19.113 INFO O| Sep 07 14:23:19.113 INFO variant opensolaris.zone is already global
43032026-09-07T14:23:20.162Z[ host-image] Sep 07 14:23:19.113 INFO O| Sep 07 14:23:19.113 INFO STEP 5 (pkg_change_variant) COMPLETE
43042026-09-07T14:23:20.165Z[ host-image] Sep 07 14:23:19.113 INFO O| Sep 07 14:23:19.113 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43052026-09-07T14:23:20.401Z[ host-image] Sep 07 14:23:19.352 INFO O| Sep 07 14:23:19.352 INFO variant opensolaris.imagetype is full; changing to partial
43062026-09-07T14:23:20.401Z[ host-image] Sep 07 14:23:19.352 INFO O| Sep 07 14:23:19.352 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43072026-09-07T14:23:22.300Z[ host-image] Sep 07 14:23:21.251 INFO O| Sep 07 14:23:21.251 INFO O| Startup: Refreshing catalog 'helios' ... Done
43082026-09-07T14:23:22.753Z[ host-image] Sep 07 14:23:21.704 INFO O| Sep 07 14:23:21.704 INFO O| Startup: Caching catalogs ... Done
43092026-09-07T14:23:22.769Z[ host-image] Sep 07 14:23:21.720 INFO O| Sep 07 14:23:21.720 INFO O| Planning: Planning completed in 0.00 seconds
43102026-09-07T14:23:22.773Z[ host-image] Sep 07 14:23:21.720 INFO O| Sep 07 14:23:21.720 INFO O| Planning: Consolidating action changes ... Done
43112026-09-07T14:23:22.773Z[ host-image] Sep 07 14:23:21.720 INFO O| Sep 07 14:23:21.720 INFO O| Planning: Evaluating mediators ... Done
43122026-09-07T14:23:22.773Z[ host-image] Sep 07 14:23:21.720 INFO O| Sep 07 14:23:21.720 INFO O| Planning: Planning completed in 0.00 seconds
43132026-09-07T14:23:22.773Z[ host-image] Sep 07 14:23:21.720 INFO O| Sep 07 14:23:21.720 INFO O| Variants/Facets to change: 1
43142026-09-07T14:23:22.779Z[ host-image] Sep 07 14:23:21.729 INFO O| Sep 07 14:23:21.729 INFO O| Finalize: Updating package state database ... Done
43152026-09-07T14:23:22.779Z[ host-image] Sep 07 14:23:21.729 INFO O| Sep 07 14:23:21.729 INFO O| Finalize: Updating package cache ... Done
43162026-09-07T14:23:22.856Z[ host-image] Sep 07 14:23:21.807 INFO O| Sep 07 14:23:21.807 INFO O| Finalize: Updating image state ... Done
43172026-09-07T14:23:22.868Z[ host-image] Sep 07 14:23:21.819 INFO O| Sep 07 14:23:21.819 INFO O| Finalize: Creating fast lookup database ... Done
43182026-09-07T14:23:22.871Z[ host-image] Sep 07 14:23:21.819 INFO O| Sep 07 14:23:21.819 INFO O| Finalize: Reading search index ... Done
43192026-09-07T14:23:22.871Z[ host-image] Sep 07 14:23:21.820 INFO O| Sep 07 14:23:21.820 INFO O| Finalize: Updating search index ... Done
43202026-09-07T14:23:22.871Z[ host-image] Sep 07 14:23:21.820 INFO O| Sep 07 14:23:21.820 INFO O| Finalize: Updating package cache ... Done
43212026-09-07T14:23:23.067Z[ host-image] Sep 07 14:23:22.019 INFO O| Sep 07 14:23:22.019 INFO STEP 6 (pkg_change_variant) COMPLETE
43222026-09-07T14:23:23.068Z[ host-image] Sep 07 14:23:22.019 INFO O| Sep 07 14:23:22.019 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-09-07T14:23:23.071Z[ host-image] Sep 07 14:23:22.019 INFO O| Sep 07 14:23:22.019 INFO skip step because feature "debug_variant" is not enabled
43242026-09-07T14:23:23.071Z[ host-image] Sep 07 14:23:22.019 INFO O| Sep 07 14:23:22.019 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43252026-09-07T14:23:23.306Z[ host-image] Sep 07 14:23:22.257 INFO O| Sep 07 14:23:22.257 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43262026-09-07T14:23:25.087Z[ host-image] Sep 07 14:23:24.038 INFO O| Sep 07 14:23:24.038 INFO O| Startup: Refreshing catalog 'helios' ... Done
43272026-09-07T14:23:25.357Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43282026-09-07T14:23:25.530Z[ host-image] Sep 07 14:23:24.481 INFO O| Sep 07 14:23:24.481 INFO O| Startup: Caching catalogs ... Done
43292026-09-07T14:23:25.547Z[ host-image] Sep 07 14:23:24.498 INFO O| Sep 07 14:23:24.498 INFO O| Planning: Planning completed in 0.00 seconds
43302026-09-07T14:23:25.550Z[ host-image] Sep 07 14:23:24.498 INFO O| Sep 07 14:23:24.498 INFO O| Planning: Consolidating action changes ... Done
43312026-09-07T14:23:25.550Z[ host-image] Sep 07 14:23:24.498 INFO O| Sep 07 14:23:24.498 INFO O| Planning: Evaluating mediators ... Done
43322026-09-07T14:23:25.550Z[ host-image] Sep 07 14:23:24.498 INFO O| Sep 07 14:23:24.498 INFO O| Planning: Planning completed in 0.00 seconds
43332026-09-07T14:23:25.550Z[ host-image] Sep 07 14:23:24.499 INFO O| Sep 07 14:23:24.498 INFO O| Variants/Facets to change: 1
43342026-09-07T14:23:25.557Z[ host-image] Sep 07 14:23:24.508 INFO O| Sep 07 14:23:24.508 INFO O| Finalize: Updating package state database ... Done
43352026-09-07T14:23:25.557Z[ host-image] Sep 07 14:23:24.508 INFO O| Sep 07 14:23:24.508 INFO O| Finalize: Updating package cache ... Done
43362026-09-07T14:23:25.633Z[ host-image] Sep 07 14:23:24.584 INFO O| Sep 07 14:23:24.584 INFO O| Finalize: Updating image state ... Done
43372026-09-07T14:23:25.650Z[ host-image] Sep 07 14:23:24.601 INFO O| Sep 07 14:23:24.601 INFO O| Finalize: Creating fast lookup database ... Done
43382026-09-07T14:23:25.653Z[ host-image] Sep 07 14:23:24.602 INFO O| Sep 07 14:23:24.602 INFO O| Finalize: Reading search index ... Done
43392026-09-07T14:23:25.653Z[ host-image] Sep 07 14:23:24.602 INFO O| Sep 07 14:23:24.602 INFO O| Finalize: Updating search index ... Done
43402026-09-07T14:23:25.653Z[ host-image] Sep 07 14:23:24.603 INFO O| Sep 07 14:23:24.603 INFO O| Finalize: Updating package cache ... Done
43412026-09-07T14:23:25.931Z[ host-image] Sep 07 14:23:24.882 INFO O| Sep 07 14:23:24.882 INFO STEP 8 (pkg_change_facet) COMPLETE
43422026-09-07T14:23:25.931Z[ host-image] Sep 07 14:23:24.882 INFO O| Sep 07 14:23:24.882 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43432026-09-07T14:23:25.935Z[ host-image] Sep 07 14:23:24.882 INFO O| Sep 07 14:23:24.882 INFO skip step because feature "recovery" is not enabled
43442026-09-07T14:23:25.935Z[ host-image] Sep 07 14:23:24.882 INFO O| Sep 07 14:23:24.882 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43452026-09-07T14:23:25.935Z[ host-image] Sep 07 14:23:24.882 INFO O| Sep 07 14:23:24.882 INFO skip step because feature "recovery" is not enabled
43462026-09-07T14:23:25.935Z[ host-image] Sep 07 14:23:24.882 INFO O| Sep 07 14:23:24.882 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43472026-09-07T14:23:25.939Z[ host-image] Sep 07 14:23:24.891 INFO O| Sep 07 14:23:24.890 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"]
43482026-09-07T14:23:26.304Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43492026-09-07T14:23:26.304Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43502026-09-07T14:23:27.853Z[ host-image] Sep 07 14:23:26.804 INFO O| Sep 07 14:23:26.804 INFO O| Startup: Refreshing catalog 'helios' ... Done
43512026-09-07T14:23:28.301Z[ host-image] Sep 07 14:23:27.252 INFO O| Sep 07 14:23:27.252 INFO O| Startup: Caching catalogs ... Done
43522026-09-07T14:23:28.447Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43532026-09-07T14:23:28.447Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542026-09-07T14:23:29.484Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43552026-09-07T14:23:30.062Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43562026-09-07T14:23:30.952Z[ host-image] Sep 07 14:23:29.903 INFO O| Sep 07 14:23:29.903 INFO O| Planning: Solver setup ... Done
43572026-09-07T14:23:31.237Z[ host-image] Sep 07 14:23:30.188 INFO O| Sep 07 14:23:30.188 INFO O| Planning: Running solver ... Done
43582026-09-07T14:23:31.287Z[ host-image] Sep 07 14:23:30.238 INFO O| Sep 07 14:23:30.238 INFO O| Planning: Finding local manifests ... Done
43592026-09-07T14:23:31.306Z[ host-image] Sep 07 14:23:30.257 INFO O| Sep 07 14:23:30.257 INFO O| Planning: Fetching manifests: 0/130 0% complete
43602026-09-07T14:23:32.956Z[ host-image] Sep 07 14:23:31.907 INFO O| Sep 07 14:23:31.907 INFO O| Planning: Fetching manifests: 130/130 100% complete
43612026-09-07T14:23:33.421Z[ host-image] Sep 07 14:23:32.372 INFO O| Sep 07 14:23:32.372 INFO O| Planning: Package planning ... Done
43622026-09-07T14:23:33.736Z[ host-image] Sep 07 14:23:32.687 INFO O| Sep 07 14:23:32.687 INFO O| Planning: Merging actions ... Done
43632026-09-07T14:23:33.835Z[ host-image] Sep 07 14:23:32.786 INFO O| Sep 07 14:23:32.786 INFO O| Planning: Checking for conflicting actions ... Done
43642026-09-07T14:23:33.934Z[ host-image] Sep 07 14:23:32.885 INFO O| Sep 07 14:23:32.885 INFO O| Planning: Consolidating action changes ... Done
43652026-09-07T14:23:34.271Z[ host-image] Sep 07 14:23:33.222 INFO O| Sep 07 14:23:33.222 INFO O| Planning: Evaluating mediators ... Done
43662026-09-07T14:23:35.660Z[ host-image] Sep 07 14:23:34.611 INFO O| Sep 07 14:23:34.611 INFO O| Planning: Planning completed in 7.34 seconds
43672026-09-07T14:23:35.663Z[ host-image] Sep 07 14:23:34.612 INFO O| Sep 07 14:23:34.612 INFO O| Packages to install: 130
43682026-09-07T14:23:35.663Z[ host-image] Sep 07 14:23:34.612 INFO O| Sep 07 14:23:34.612 INFO O| Mediators to change: 5
43692026-09-07T14:23:35.663Z[ host-image] Sep 07 14:23:34.612 INFO O| Sep 07 14:23:34.612 INFO O| Services to change: 6
43702026-09-07T14:23:35.690Z[ host-image] Sep 07 14:23:34.641 INFO O| Sep 07 14:23:34.641 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43712026-09-07T14:23:40.698Z[ host-image] Sep 07 14:23:39.649 INFO O| Sep 07 14:23:39.649 INFO O| Download: 10197/23891 items 92.6/223.0MB 41% complete (18.5M/s)
43722026-09-07T14:23:45.664Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.45s
43732026-09-07T14:23:45.698Z[ host-image] Sep 07 14:23:44.649 INFO O| Sep 07 14:23:44.649 INFO O| Download: 22003/23891 items 190.4/223.0MB 85% complete (19.0M/s)
43742026-09-07T14:23:46.306Z[ host-image] Sep 07 14:23:45.256 INFO O| Sep 07 14:23:45.256 INFO O| Download: Completed 223.04 MB in 10.62 seconds (21.0M/s)
43752026-09-07T14:23:46.629Z[ host-image] Sep 07 14:23:45.580 INFO O| Sep 07 14:23:45.580 INFO O| Actions: 1/54206 actions (Installing new actions)
43762026-09-07T14:23:49.733ZSep 07 14:23:48.684 INFO [recovery-package] process exited with exit status: 0 (36.649404617s)
43772026-09-07T14:23:49.733ZSep 07 14:23:48.684 INFO [recovery-libraries] running task
43782026-09-07T14:23:49.733ZSep 07 14:23:48.684 INFO [recovery-stamp] running task
43792026-09-07T14:23:49.740ZSep 07 14:23:48.685 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+git9c66fa540e5
43802026-09-07T14:23:49.740ZSep 07 14:23:48.685 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git9c66fa540e5
43812026-09-07T14:23:49.740Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43822026-09-07T14:23:49.744Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43832026-09-07T14:23:49.754ZSep 07 14:23:48.705 INFO [recovery-libraries] task succeeded (20.908904ms)
43842026-09-07T14:23:49.757ZSep 07 14:23:48.705 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43852026-09-07T14:23:49.771Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43862026-09-07T14:23:49.775ZSep 07 14:23:48.725 INFO [stamp-installinator] process exited with exit status: 0 (39.782275ms)
43872026-09-07T14:23:49.864Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43882026-09-07T14:23:49.867ZSep 07 14:23:48.817 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.168201ms)
43892026-09-07T14:23:49.867ZSep 07 14:23:48.817 INFO [recovery-stamp] task succeeded (132.561911ms)
43902026-09-07T14:23:49.867ZSep 07 14:23:48.817 INFO [recovery-proto] running task
43912026-09-07T14:23:49.867ZSep 07 14:23:48.817 INFO [tuf-stamp] running task
43922026-09-07T14:23:49.867ZSep 07 14:23:48.817 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+git9c66fa540e5
43932026-09-07T14:23:49.867ZSep 07 14:23:48.818 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+git9c66fa540e5
43942026-09-07T14:23:49.870ZSep 07 14:23:48.818 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+git9c66fa540e5
43952026-09-07T14:23:49.870ZSep 07 14:23:48.818 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+git9c66fa540e5
43962026-09-07T14:23:49.870ZSep 07 14:23:48.819 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+git9c66fa540e5
43972026-09-07T14:23:49.870ZSep 07 14:23:48.819 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+git9c66fa540e5
43982026-09-07T14:23:49.870ZSep 07 14:23:48.819 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+git9c66fa540e5
43992026-09-07T14:23:49.870ZSep 07 14:23:48.819 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+git9c66fa540e5
44002026-09-07T14:23:49.870ZSep 07 14:23:48.820 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+git9c66fa540e5
44012026-09-07T14:23:49.870ZSep 07 14:23:48.820 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+git9c66fa540e5
44022026-09-07T14:23:49.870ZSep 07 14:23:48.820 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+git9c66fa540e5
44032026-09-07T14:23:49.870ZSep 07 14:23:48.820 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+git9c66fa540e5
44042026-09-07T14:23:49.873Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44052026-09-07T14:23:49.873Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-07T14:23:49.873Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-07T14:23:49.873Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-07T14:23:49.877Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-07T14:23:49.877Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44102026-09-07T14:23:49.877Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44112026-09-07T14:23:49.877Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44122026-09-07T14:23:49.877Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44132026-09-07T14:23:49.877Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44142026-09-07T14:23:49.877Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44152026-09-07T14:23:49.877Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44162026-09-07T14:23:49.922Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44172026-09-07T14:23:49.925ZSep 07 14:23:48.877 INFO [stamp-probe] process exited with exit status: 0 (56.456744ms)
44182026-09-07T14:23:49.956ZSep 07 14:23:48.907 INFO [recovery-proto] task succeeded (90.595353ms)
44192026-09-07T14:23:49.959ZSep 07 14:23:48.908 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpp1nnmL/proto/recovery/root -N 'recovery 9c66fa5/${os_short_commit} 2026-09-07 14:11' -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/'
44202026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO Checking files for board 'cosmo-mbist-noaggr'
44212026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44222026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO Checking files for board 'gimlet'
44232026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44242026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44252026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO Checking files for board 'cosmo'
44262026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44272026-09-07T14:23:49.963Z[ recovery-image] Sep 07 14:23:48.914 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44282026-09-07T14:23:49.966Z[ recovery-image] Sep 07 14:23:48.914 INFO Checking files for board 'cosmo-mbist'
44292026-09-07T14:23:49.966Z[ recovery-image] Sep 07 14:23:48.914 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44302026-09-07T14:23:49.972Z[ recovery-image] Sep 07 14:23:48.923 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpp1nnmL/proto/recovery/root"
44312026-09-07T14:23:49.975Z[ recovery-image] Sep 07 14:23:48.924 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44322026-09-07T14:23:49.975Z[ recovery-image] Sep 07 14:23:48.924 INFO image builder template: ramdisk-01-os...
44332026-09-07T14:23:49.975Z[ recovery-image] Sep 07 14:23:48.924 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/.tmpp1nnmL/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
44342026-09-07T14:23:49.978Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44352026-09-07T14:23:49.981ZSep 07 14:23:48.933 INFO [stamp-ntp] process exited with exit status: 0 (114.883372ms)
44362026-09-07T14:23:49.988Z[ recovery-image] Sep 07 14:23:48.939 INFO O| Sep 07 14:23:48.939 INFO CREATE DATASET: rpool/images/build/recovery/output
44372026-09-07T14:23:50.108Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44382026-09-07T14:23:50.111ZSep 07 14:23:49.062 INFO [stamp-internal-dns] process exited with exit status: 0 (243.195657ms)
44392026-09-07T14:23:50.118Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44402026-09-07T14:23:50.121ZSep 07 14:23:49.072 INFO [stamp-external-dns] process exited with exit status: 0 (253.50731ms)
44412026-09-07T14:23:50.176Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44422026-09-07T14:23:50.179ZSep 07 14:23:49.129 INFO [stamp-oximeter] process exited with exit status: 0 (311.072665ms)
44432026-09-07T14:23:50.258Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44442026-09-07T14:23:50.261ZSep 07 14:23:49.212 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (391.385207ms)
44452026-09-07T14:23:50.278Z[ recovery-image] Sep 07 14:23:49.230 INFO O| Sep 07 14:23:49.230 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44462026-09-07T14:23:50.282Z[ recovery-image] Sep 07 14:23:49.233 INFO O| Sep 07 14:23:49.233 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44472026-09-07T14:23:50.285Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44482026-09-07T14:23:50.312Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44492026-09-07T14:23:50.443Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44502026-09-07T14:23:50.447ZSep 07 14:23:49.398 INFO [stamp-crucible-zone] process exited with exit status: 0 (577.90523ms)
44512026-09-07T14:23:50.901Z[ recovery-image] Sep 07 14:23:49.852 INFO O| Sep 07 14:23:49.852 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44522026-09-07T14:23:51.038Z[ recovery-image] Sep 07 14:23:49.987 INFO O| Sep 07 14:23:49.987 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44532026-09-07T14:23:51.038Z[ recovery-image] Sep 07 14:23:49.987 INFO O| Sep 07 14:23:49.987 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44542026-09-07T14:23:51.041Z[ recovery-image] Sep 07 14:23:49.987 INFO O| Sep 07 14:23:49.987 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44552026-09-07T14:23:51.041Z[ recovery-image] Sep 07 14:23:49.987 INFO O| Sep 07 14:23:49.987 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44562026-09-07T14:23:51.044Z[ recovery-image] Sep 07 14:23:49.993 INFO O| Sep 07 14:23:49.993 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44572026-09-07T14:23:51.629Z[ host-image] Sep 07 14:23:50.580 INFO O| Sep 07 14:23:50.580 INFO O| Actions: 27386/54206 actions (Installing new actions)
44582026-09-07T14:23:51.825Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44592026-09-07T14:23:51.829ZSep 07 14:23:50.779 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.959006096s)
44602026-09-07T14:23:52.674Z[ recovery-image] Sep 07 14:23:51.621 INFO O| Sep 07 14:23:51.621 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44612026-09-07T14:23:52.706Z[ recovery-image] Sep 07 14:23:51.654 INFO O| Sep 07 14:23:51.654 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
44622026-09-07T14:23:52.917Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44632026-09-07T14:23:52.921ZSep 07 14:23:51.871 INFO [stamp-nexus] process exited with exit status: 0 (3.053157704s)
44642026-09-07T14:23:53.113Z[ host-image] Sep 07 14:23:52.064 INFO O| Sep 07 14:23:52.064 INFO O| Actions: Completed 54206 actions in 6.48 seconds.
44652026-09-07T14:23:53.191Z[ host-image] Sep 07 14:23:52.142 INFO O| Sep 07 14:23:52.142 INFO O| Finalize: Updating package state database ... Done
44662026-09-07T14:23:53.191Z[ host-image] Sep 07 14:23:52.142 INFO O| Sep 07 14:23:52.142 INFO O| Finalize: Updating package cache ... Done
44672026-09-07T14:23:53.319Z[ host-image] Sep 07 14:23:52.270 INFO O| Sep 07 14:23:52.270 INFO O| Finalize: Updating image state ... Done
44682026-09-07T14:23:53.417Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44692026-09-07T14:23:53.421ZSep 07 14:23:52.372 INFO [stamp-clickhouse] process exited with exit status: 0 (3.554369445s)
44702026-09-07T14:23:53.439Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44712026-09-07T14:23:53.442ZSep 07 14:23:52.393 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.573277597s)
44722026-09-07T14:23:53.456Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44732026-09-07T14:23:53.459ZSep 07 14:23:52.410 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.591388688s)
44742026-09-07T14:23:53.459ZSep 07 14:23:52.410 INFO [tuf-stamp] task succeeded (3.59336645s)
44752026-09-07T14:23:53.459ZSep 07 14:23:52.410 INFO [tuf-v2-zones] running task
44762026-09-07T14:23:53.509ZSep 07 14:23:52.460 INFO [tuf-v2-zones] task succeeded (50.008007ms)
44772026-09-07T14:23:54.121Z[ host-image] Sep 07 14:23:53.072 INFO O| Sep 07 14:23:53.072 INFO O| Finalize: Creating fast lookup database ... Done
44782026-09-07T14:23:54.143Z[ host-image] Sep 07 14:23:53.094 INFO O| Sep 07 14:23:53.094 INFO O| Finalize: Reading search index ... Done
44792026-09-07T14:23:54.548Z[verify-libraries] Compiling match_cfg v0.1.0
44802026-09-07T14:23:54.548Z[verify-libraries] Compiling slog-json v2.6.1
44812026-09-07T14:23:54.551Z[verify-libraries] Compiling debug-ignore v1.0.5
44822026-09-07T14:23:54.551Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44832026-09-07T14:23:54.775Z[ recovery-image] Sep 07 14:23:53.726 INFO O| Sep 07 14:23:53.726 INFO O| Caching catalogs ... Done
44842026-09-07T14:23:54.807Z[verify-libraries] Compiling sha1 v0.11.0
44852026-09-07T14:23:54.807Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44862026-09-07T14:23:54.810Z[verify-libraries] Compiling multer v3.1.0
44872026-09-07T14:23:54.810Z[verify-libraries] Compiling compression-core v0.4.31
44882026-09-07T14:23:54.810Z[verify-libraries] Compiling progenitor-client v0.14.0
44892026-09-07T14:23:54.810Z[verify-libraries] Compiling async-stream-impl v0.3.6
44902026-09-07T14:23:54.810Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44912026-09-07T14:23:54.810Z[verify-libraries] Compiling serde_spanned v1.1.1
44922026-09-07T14:23:54.854Z[ recovery-image] Sep 07 14:23:53.805 INFO O| Sep 07 14:23:53.805 INFO STEP 0 (pkg_image_create) COMPLETE
44932026-09-07T14:23:54.854Z[ recovery-image] Sep 07 14:23:53.805 INFO O| Sep 07 14:23:53.805 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44942026-09-07T14:23:54.863Z[ recovery-image] Sep 07 14:23:53.814 INFO O| Sep 07 14:23:53.814 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"]
44952026-09-07T14:23:54.976Z[verify-libraries] Compiling dropshot v0.17.1
44962026-09-07T14:23:54.976Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
44972026-09-07T14:23:55.017Z[verify-libraries] Compiling hostname v0.3.1
44982026-09-07T14:23:55.017Z[verify-libraries] Compiling compression-codecs v0.4.37
44992026-09-07T14:23:55.017Z[verify-libraries] Compiling waitgroup v0.1.2
45002026-09-07T14:23:55.021Z[verify-libraries] Compiling rustls-pemfile v2.2.0
45012026-09-07T14:23:55.021Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
45022026-09-07T14:23:55.146Z[verify-libraries] Compiling hostname v0.4.2
45032026-09-07T14:23:55.169Z[verify-libraries] Compiling slog-bunyan v2.5.0
45042026-09-07T14:23:55.172Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO STEP 1 (pkg_set_publisher) COMPLETE
45052026-09-07T14:23:55.172Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45062026-09-07T14:23:55.176Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO skip step because feature "publisher_1_name" is not enabled
45072026-09-07T14:23:55.176Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45082026-09-07T14:23:55.176Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO skip step because feature "publisher_2_name" is not enabled
45092026-09-07T14:23:55.176Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102026-09-07T14:23:55.176Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO skip step because feature "publisher_3_name" is not enabled
45112026-09-07T14:23:55.176Z[ recovery-image] Sep 07 14:23:54.123 INFO O| Sep 07 14:23:54.123 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45122026-09-07T14:23:55.194Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
45132026-09-07T14:23:55.197Z[verify-libraries] Compiling atomicwrites v0.4.4
45142026-09-07T14:23:55.197Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45152026-09-07T14:23:55.285Z[verify-libraries] Compiling async-compression v0.4.41
45162026-09-07T14:23:55.306Z[verify-libraries] Compiling macaddr v1.0.1
45172026-09-07T14:23:55.310Z[verify-libraries] Compiling serde_tokenstream v0.3.0
45182026-09-07T14:23:55.374Z[verify-libraries] Compiling regress v0.10.5
45192026-09-07T14:23:55.374Z[verify-libraries] Compiling instant v0.1.13
45202026-09-07T14:23:55.378Z[verify-libraries] Compiling oxide-generation v0.1.3
45212026-09-07T14:23:55.435Z[verify-libraries] Compiling parse-display-derive v0.10.0
45222026-09-07T14:23:55.435Z[verify-libraries] Compiling itertools v0.14.0
45232026-09-07T14:23:55.435Z[verify-libraries] Compiling backon v1.6.0
45242026-09-07T14:23:55.488Z[ recovery-image] Sep 07 14:23:54.438 INFO O| Sep 07 14:23:54.438 INFO variant opensolaris.zone is already global
45252026-09-07T14:23:55.488Z[ recovery-image] Sep 07 14:23:54.439 INFO O| Sep 07 14:23:54.438 INFO STEP 5 (pkg_change_variant) COMPLETE
45262026-09-07T14:23:55.491Z[ recovery-image] Sep 07 14:23:54.439 INFO O| Sep 07 14:23:54.438 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272026-09-07T14:23:55.532Z[verify-libraries] Compiling async-stream v0.3.6
45282026-09-07T14:23:55.554Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45292026-09-07T14:23:55.578Z[verify-libraries] Compiling backoff v0.4.0
45302026-09-07T14:23:55.617Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45312026-09-07T14:23:55.620Z[verify-libraries] Compiling humantime v2.3.0
45322026-09-07T14:23:55.713Z[verify-libraries] Compiling progenitor-extras v0.2.0
45332026-09-07T14:23:55.743Z[verify-libraries] Compiling convert_case v0.4.0
45342026-09-07T14:23:55.746Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45352026-09-07T14:23:55.747Z[verify-libraries] Compiling half v2.7.1
45362026-09-07T14:23:55.747Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45372026-09-07T14:23:55.806Z[ recovery-image] Sep 07 14:23:54.757 INFO O| Sep 07 14:23:54.756 INFO variant opensolaris.imagetype is full; changing to partial
45382026-09-07T14:23:55.809Z[ recovery-image] Sep 07 14:23:54.757 INFO O| Sep 07 14:23:54.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
45392026-09-07T14:23:55.813Z[verify-libraries] Compiling ciborium-io v0.2.2
45402026-09-07T14:23:55.878Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45412026-09-07T14:23:55.944Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45422026-09-07T14:23:55.944Z[verify-libraries] Compiling indent_write v2.2.0
45432026-09-07T14:23:55.983Z[verify-libraries] Compiling regress v0.11.1
45442026-09-07T14:23:56.010Z[verify-libraries] Compiling secrecy v0.10.3
45452026-09-07T14:23:56.079Z[verify-libraries] Compiling ciborium-ll v0.2.2
45462026-09-07T14:23:56.130Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45472026-09-07T14:23:56.130Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45482026-09-07T14:23:56.180Z[verify-libraries] Compiling derive_more v0.99.20
45492026-09-07T14:23:56.246Z[verify-libraries] Compiling inout v0.1.4
45502026-09-07T14:23:56.290Z[verify-libraries] Compiling universal-hash v0.5.1
45512026-09-07T14:23:56.367Z[verify-libraries] Compiling ciborium v0.2.2
45522026-09-07T14:23:56.403Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45532026-09-07T14:23:56.407Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45542026-09-07T14:23:56.490Z[verify-libraries] Compiling cipher v0.4.4
45552026-09-07T14:23:56.493Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45562026-09-07T14:23:56.493Z[verify-libraries] Compiling opaque-debug v0.3.1
45572026-09-07T14:23:56.578Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-09-07T14:23:56.578Z[verify-libraries] Compiling blake2 v0.10.6
45592026-09-07T14:23:56.644Z[ host-image] Sep 07 14:23:55.595 INFO O| Sep 07 14:23:55.595 INFO O| Finalize: Building new search index ... Done
45602026-09-07T14:23:56.668Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45612026-09-07T14:23:56.701Z[verify-libraries] Compiling poly1305 v0.8.0
45622026-09-07T14:23:56.822Z[verify-libraries] Compiling chacha20 v0.9.1
45632026-09-07T14:23:56.843Z[verify-libraries] Compiling aead v0.5.2
45642026-09-07T14:23:56.902Z[verify-libraries] Compiling password-hash v0.5.0
45652026-09-07T14:23:57.049Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45662026-09-07T14:23:57.070Z[ host-image] Sep 07 14:23:56.021 INFO O| Sep 07 14:23:56.021 INFO O| Finalize: Updating package cache ... Done
45672026-09-07T14:23:57.075Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45682026-09-07T14:23:57.143Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45692026-09-07T14:23:57.168Z[verify-libraries] Compiling itertools v0.15.0
45702026-09-07T14:23:57.217Z[verify-libraries] Compiling num-derive v0.4.2
45712026-09-07T14:23:57.217Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45722026-09-07T14:23:57.297Z[verify-libraries] Compiling parse-display v0.10.0
45732026-09-07T14:23:57.341Z[verify-libraries] Compiling argon2 v0.5.3
45742026-09-07T14:23:57.346Z[verify-libraries] Compiling rayon-core v1.13.0
45752026-09-07T14:23:57.475Z[ host-image] Sep 07 14:23:56.425 INFO O| Sep 07 14:23:56.425 INFO STEP 11 (pkg_install) COMPLETE
45762026-09-07T14:23:57.475Z[ host-image] Sep 07 14:23:56.425 INFO O| Sep 07 14:23:56.425 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45772026-09-07T14:23:57.484Z[ host-image] Sep 07 14:23:56.435 INFO O| Sep 07 14:23:56.435 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"]
45782026-09-07T14:23:57.487Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45792026-09-07T14:23:57.565Z[verify-libraries] Compiling glob v0.3.3
45802026-09-07T14:23:57.613Z[verify-libraries] Compiling typify-impl v0.6.2
45812026-09-07T14:23:57.685Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45822026-09-07T14:23:57.827Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45832026-09-07T14:23:57.856Z[verify-libraries] Compiling vsss-rs v3.3.4
45842026-09-07T14:23:57.878Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45852026-09-07T14:23:57.904Z[ recovery-image] Sep 07 14:23:56.855 INFO O| Sep 07 14:23:56.855 INFO O| Startup: Refreshing catalog 'helios' ... Done
45862026-09-07T14:23:58.097Z[verify-libraries] Compiling heapless v0.8.0
45872026-09-07T14:23:58.270Z[verify-libraries] Compiling proc-macro-error v1.0.4
45882026-09-07T14:23:58.318Z[verify-libraries] Compiling usdt-macro v0.5.0
45892026-09-07T14:23:58.488Z[verify-libraries] Compiling proc-macro-crate v3.4.0
45902026-09-07T14:23:58.712Z[verify-libraries] Compiling ingot-macros v0.2.0
45912026-09-07T14:23:58.760Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
45922026-09-07T14:23:58.760Z[verify-libraries] Compiling tabwriter v1.4.1
45932026-09-07T14:23:58.804Z[verify-libraries] Compiling hash32 v0.3.1
45942026-09-07T14:23:58.814Z[ recovery-image] Sep 07 14:23:57.765 INFO O| Sep 07 14:23:57.765 INFO O| Startup: Caching catalogs ... Done
45952026-09-07T14:23:58.832Z[ recovery-image] Sep 07 14:23:57.782 INFO O| Sep 07 14:23:57.782 INFO O| Planning: Planning completed in 0.00 seconds
45962026-09-07T14:23:58.832Z[ recovery-image] Sep 07 14:23:57.782 INFO O| Sep 07 14:23:57.782 INFO O| Planning: Consolidating action changes ... Done
45972026-09-07T14:23:58.832Z[ recovery-image] Sep 07 14:23:57.782 INFO O| Sep 07 14:23:57.782 INFO O| Planning: Evaluating mediators ... Done
45982026-09-07T14:23:58.832Z[ recovery-image] Sep 07 14:23:57.782 INFO O| Sep 07 14:23:57.782 INFO O| Planning: Planning completed in 0.00 seconds
45992026-09-07T14:23:58.832Z[verify-libraries] Compiling memmap v0.7.0
46002026-09-07T14:23:58.835Z[ recovery-image] Sep 07 14:23:57.783 INFO O| Sep 07 14:23:57.782 INFO O| Variants/Facets to change: 1
46012026-09-07T14:23:58.864Z[ recovery-image] Sep 07 14:23:57.814 INFO O| Sep 07 14:23:57.814 INFO O| Finalize: Updating package state database ... Done
46022026-09-07T14:23:58.864Z[ recovery-image] Sep 07 14:23:57.814 INFO O| Sep 07 14:23:57.814 INFO O| Finalize: Updating package cache ... Done
46032026-09-07T14:23:58.940Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46042026-09-07T14:23:58.950Z[ recovery-image] Sep 07 14:23:57.901 INFO O| Sep 07 14:23:57.901 INFO O| Finalize: Updating image state ... Done
46052026-09-07T14:23:58.967Z[ recovery-image] Sep 07 14:23:57.918 INFO O| Sep 07 14:23:57.917 INFO O| Finalize: Creating fast lookup database ... Done
46062026-09-07T14:23:58.971Z[ recovery-image] Sep 07 14:23:57.918 INFO O| Sep 07 14:23:57.918 INFO O| Finalize: Reading search index ... Done
46072026-09-07T14:23:58.971Z[ recovery-image] Sep 07 14:23:57.918 INFO O| Sep 07 14:23:57.918 INFO O| Finalize: Updating search index ... Done
46082026-09-07T14:23:58.971Z[ recovery-image] Sep 07 14:23:57.919 INFO O| Sep 07 14:23:57.919 INFO O| Finalize: Updating package cache ... Done
46092026-09-07T14:23:59.027Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46102026-09-07T14:23:59.027Z[verify-libraries] Compiling smoltcp v0.11.0
46112026-09-07T14:23:59.116Z[verify-libraries] Compiling cobs v0.3.0
46122026-09-07T14:23:59.116Z[verify-libraries] Compiling num_enum_derive v0.7.6
46132026-09-07T14:23:59.116Z[verify-libraries] Compiling colored v3.1.1
46142026-09-07T14:23:59.116Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46152026-09-07T14:23:59.220Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46162026-09-07T14:23:59.275Z[ recovery-image] Sep 07 14:23:58.226 INFO O| Sep 07 14:23:58.226 INFO STEP 6 (pkg_change_variant) COMPLETE
46172026-09-07T14:23:59.275Z[ recovery-image] Sep 07 14:23:58.226 INFO O| Sep 07 14:23:58.226 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46182026-09-07T14:23:59.278Z[ recovery-image] Sep 07 14:23:58.226 INFO O| Sep 07 14:23:58.226 INFO skip step because feature "debug_variant" is not enabled
46192026-09-07T14:23:59.278Z[ recovery-image] Sep 07 14:23:58.226 INFO O| Sep 07 14:23:58.226 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46202026-09-07T14:23:59.278Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46212026-09-07T14:23:59.362Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46222026-09-07T14:23:59.468Z[verify-libraries] Compiling postcard v1.1.3
46232026-09-07T14:23:59.490Z[verify-libraries] Compiling rayon v1.11.0
46242026-09-07T14:23:59.569Z[verify-libraries] Compiling rand v0.10.1
46252026-09-07T14:23:59.569Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46262026-09-07T14:23:59.572Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46272026-09-07T14:23:59.599Z[ recovery-image] Sep 07 14:23:58.550 INFO O| Sep 07 14:23:58.550 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46282026-09-07T14:23:59.653Z[verify-libraries] Compiling usdt v0.5.0
46292026-09-07T14:23:59.653Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46302026-09-07T14:23:59.852Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46312026-09-07T14:23:59.879Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46322026-09-07T14:23:59.965Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46332026-09-07T14:24:00.104Z[verify-libraries] Compiling num_enum_derive v0.5.11
46342026-09-07T14:24:00.191Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46352026-09-07T14:24:00.191Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46362026-09-07T14:24:00.244Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46372026-09-07T14:24:00.276Z[verify-libraries] Compiling num_enum v0.7.6
46382026-09-07T14:24:00.305Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46392026-09-07T14:24:00.337Z[verify-libraries] Compiling cstr-argument v0.1.2
46402026-09-07T14:24:00.358Z[ host-image] Sep 07 14:23:59.309 INFO O| Sep 07 14:23:59.309 INFO O| Startup: Refreshing catalog 'helios' ... Done
46412026-09-07T14:24:00.449Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46422026-09-07T14:24:00.525Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46432026-09-07T14:24:00.551Z[verify-libraries] Compiling foreign-types v0.5.0
46442026-09-07T14:24:00.551Z[verify-libraries] Compiling itertools v0.12.1
46452026-09-07T14:24:00.605Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46462026-09-07T14:24:00.695Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46472026-09-07T14:24:00.779Z[verify-libraries] Compiling sigpipe v0.1.3
46482026-09-07T14:24:00.823Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46492026-09-07T14:24:00.834Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46502026-09-07T14:24:00.860Z[ host-image] Sep 07 14:23:59.811 INFO O| Sep 07 14:23:59.810 INFO O| Startup: Caching catalogs ... Done
46512026-09-07T14:24:00.871Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46522026-09-07T14:24:00.923Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46532026-09-07T14:24:00.975Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46542026-09-07T14:24:01.018Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46552026-09-07T14:24:01.098Z[verify-libraries] Compiling toml v0.8.23
46562026-09-07T14:24:01.174Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46572026-09-07T14:24:01.229Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46582026-09-07T14:24:01.368Z[verify-libraries] Compiling smf v0.2.3
46592026-09-07T14:24:01.455Z[verify-libraries] Compiling num_enum v0.5.11
46602026-09-07T14:24:01.455Z[verify-libraries] Compiling whoami v1.6.1
46612026-09-07T14:24:01.504Z[ host-image] Sep 07 14:24:00.455 INFO O| Sep 07 14:24:00.454 INFO O| Planning: Solver setup ... Done
46622026-09-07T14:24:01.509Z[ host-image] Sep 07 14:24:00.460 INFO O| Sep 07 14:24:00.460 INFO O| Planning: Running solver ... Done
46632026-09-07T14:24:01.526Z[ host-image] Sep 07 14:24:00.477 INFO O| Sep 07 14:24:00.477 INFO O| Planning: Finding local manifests ... Done
46642026-09-07T14:24:01.536Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46652026-09-07T14:24:01.537Z[verify-libraries] Compiling derive-where v1.6.0
46662026-09-07T14:24:01.555Z[ host-image] Sep 07 14:24:00.506 INFO O| Sep 07 14:24:00.506 INFO O| Planning: Fetching manifests: 0/6 0% complete
46672026-09-07T14:24:01.585Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46682026-09-07T14:24:01.585Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46692026-09-07T14:24:01.605Z[ host-image] Sep 07 14:24:00.556 INFO O| Sep 07 14:24:00.556 INFO O| Planning: Fetching manifests: 6/6 100% complete
46702026-09-07T14:24:01.626Z[ host-image] Sep 07 14:24:00.577 INFO O| Sep 07 14:24:00.577 INFO O| Planning: Package planning ... Done
46712026-09-07T14:24:01.629Z[ host-image] Sep 07 14:24:00.579 INFO O| Sep 07 14:24:00.579 INFO O| Planning: Merging actions ... Done
46722026-09-07T14:24:01.667Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46732026-09-07T14:24:01.681Z[ host-image] Sep 07 14:24:00.632 INFO O| Sep 07 14:24:00.632 INFO O| Planning: Checking for conflicting actions ... Done
46742026-09-07T14:24:01.684Z[ host-image] Sep 07 14:24:00.633 INFO O| Sep 07 14:24:00.633 INFO O| Planning: Consolidating action changes ... Done
46752026-09-07T14:24:01.759Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46762026-09-07T14:24:01.820Z[ host-image] Sep 07 14:24:00.771 INFO O| Sep 07 14:24:00.771 INFO O| Planning: Evaluating mediators ... Done
46772026-09-07T14:24:01.823Z[verify-libraries] Compiling ingot-types v0.2.0
46782026-09-07T14:24:01.823Z[ host-image] Sep 07 14:24:00.772 INFO O| Sep 07 14:24:00.772 INFO O| Planning: Planning completed in 0.94 seconds
46792026-09-07T14:24:01.823Z[ host-image] Sep 07 14:24:00.772 INFO O| Sep 07 14:24:00.772 INFO O| Packages to install: 6
46802026-09-07T14:24:01.823Z[ host-image] Sep 07 14:24:00.772 INFO O| Sep 07 14:24:00.772 INFO O| Services to change: 2
46812026-09-07T14:24:01.832Z[ host-image] Sep 07 14:24:00.783 INFO O| Sep 07 14:24:00.783 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46822026-09-07T14:24:01.884Z[verify-libraries] Compiling zone v0.3.1
46832026-09-07T14:24:01.913Z[verify-libraries] Compiling gethostname v0.5.0
46842026-09-07T14:24:01.977Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46852026-09-07T14:24:01.990Z[ recovery-image] Sep 07 14:24:00.941 INFO O| Sep 07 14:24:00.941 INFO O| Startup: Refreshing catalog 'helios' ... Done
46862026-09-07T14:24:02.046Z[verify-libraries] Compiling newline-converter v0.3.0
46872026-09-07T14:24:02.057Z[ host-image] Sep 07 14:24:01.008 INFO O| Sep 07 14:24:01.008 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.8M/s)
46882026-09-07T14:24:02.078Z[ host-image] Sep 07 14:24:01.029 INFO O| Sep 07 14:24:01.029 INFO O| Actions: 1/391 actions (Installing new actions)
46892026-09-07T14:24:02.098Z[verify-libraries] Compiling console v0.15.11
46902026-09-07T14:24:02.156Z[verify-libraries] Compiling linear-map v1.2.0
46912026-09-07T14:24:02.160Z[verify-libraries] Compiling num-rational v0.4.2
46922026-09-07T14:24:02.222Z[verify-libraries] Compiling ingot v0.2.1
46932026-09-07T14:24:02.225Z[verify-libraries] Compiling num-complex v0.4.6
46942026-09-07T14:24:02.241Z[ host-image] Sep 07 14:24:01.192 INFO O| Sep 07 14:24:01.192 INFO O| Actions: Completed 391 actions in 0.16 seconds.
46952026-09-07T14:24:02.297Z[ host-image] Sep 07 14:24:01.247 INFO O| Sep 07 14:24:01.247 INFO O| Finalize: Updating package state database ... Done
46962026-09-07T14:24:02.297Z[ host-image] Sep 07 14:24:01.247 INFO O| Sep 07 14:24:01.247 INFO O| Finalize: Updating package cache ... Done
46972026-09-07T14:24:02.301Z[verify-libraries] Compiling slog-dtrace v0.3.0
46982026-09-07T14:24:02.305Z[verify-libraries] Compiling prettyplease v0.2.37
46992026-09-07T14:24:02.411Z[ host-image] Sep 07 14:24:01.362 INFO O| Sep 07 14:24:01.361 INFO O| Finalize: Updating image state ... Done
47002026-09-07T14:24:02.476Z[ recovery-image] Sep 07 14:24:01.427 INFO O| Sep 07 14:24:01.426 INFO O| Startup: Caching catalogs ... Done
47012026-09-07T14:24:02.484Z[verify-libraries] Compiling typify-macro v0.6.2
47022026-09-07T14:24:02.484Z[verify-libraries] Compiling resolv-conf v0.7.6
47032026-09-07T14:24:02.493Z[ recovery-image] Sep 07 14:24:01.444 INFO O| Sep 07 14:24:01.444 INFO O| Planning: Planning completed in 0.00 seconds
47042026-09-07T14:24:02.496Z[ recovery-image] Sep 07 14:24:01.445 INFO O| Sep 07 14:24:01.445 INFO O| Planning: Consolidating action changes ... Done
47052026-09-07T14:24:02.496Z[ recovery-image] Sep 07 14:24:01.445 INFO O| Sep 07 14:24:01.445 INFO O| Planning: Evaluating mediators ... Done
47062026-09-07T14:24:02.496Z[ recovery-image] Sep 07 14:24:01.445 INFO O| Sep 07 14:24:01.445 INFO O| Planning: Planning completed in 0.00 seconds
47072026-09-07T14:24:02.496Z[ recovery-image] Sep 07 14:24:01.445 INFO O| Sep 07 14:24:01.445 INFO O| Variants/Facets to change: 1
47082026-09-07T14:24:02.505Z[ recovery-image] Sep 07 14:24:01.456 INFO O| Sep 07 14:24:01.456 INFO O| Finalize: Updating package state database ... Done
47092026-09-07T14:24:02.505Z[ recovery-image] Sep 07 14:24:01.456 INFO O| Sep 07 14:24:01.456 INFO O| Finalize: Updating package cache ... Done
47102026-09-07T14:24:02.590Z[ recovery-image] Sep 07 14:24:01.541 INFO O| Sep 07 14:24:01.541 INFO O| Finalize: Updating image state ... Done
47112026-09-07T14:24:02.607Z[ recovery-image] Sep 07 14:24:01.557 INFO O| Sep 07 14:24:01.557 INFO O| Finalize: Creating fast lookup database ... Done
47122026-09-07T14:24:02.607Z[ recovery-image] Sep 07 14:24:01.557 INFO O| Sep 07 14:24:01.557 INFO O| Finalize: Reading search index ... Done
47132026-09-07T14:24:02.607Z[ recovery-image] Sep 07 14:24:01.557 INFO O| Sep 07 14:24:01.557 INFO O| Finalize: Updating search index ... Done
47142026-09-07T14:24:02.610Z[ recovery-image] Sep 07 14:24:01.558 INFO O| Sep 07 14:24:01.558 INFO O| Finalize: Updating package cache ... Done
47152026-09-07T14:24:02.613Z[verify-libraries] Compiling float-ord v0.3.2
47162026-09-07T14:24:02.728Z[verify-libraries] Compiling expectorate v1.2.0
47172026-09-07T14:24:02.731Z[verify-libraries] Compiling num v0.4.3
47182026-09-07T14:24:02.852Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47192026-09-07T14:24:02.855Z[verify-libraries] Compiling linked-hash-map v0.5.6
47202026-09-07T14:24:02.897Z[verify-libraries] Compiling minimal-lexical v0.2.1
47212026-09-07T14:24:02.920Z[verify-libraries] Compiling hickory-proto v0.24.4
47222026-09-07T14:24:02.971Z[ recovery-image] Sep 07 14:24:01.922 INFO O| Sep 07 14:24:01.922 INFO STEP 8 (pkg_change_facet) COMPLETE
47232026-09-07T14:24:02.971Z[ recovery-image] Sep 07 14:24:01.922 INFO O| Sep 07 14:24:01.922 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47242026-09-07T14:24:03.004Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47252026-09-07T14:24:03.004Z[verify-libraries] Compiling unicode-xid v0.2.6
47262026-09-07T14:24:03.026Z[verify-libraries] Compiling tabled_derive v0.7.0
47272026-09-07T14:24:03.075Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
47282026-09-07T14:24:03.144Z[verify-libraries] Compiling lru-cache v0.1.2
47292026-09-07T14:24:03.147Z[verify-libraries] Compiling nom v7.1.3
47302026-09-07T14:24:03.213Z[verify-libraries] Compiling ar_archive_writer v0.5.1
47312026-09-07T14:24:03.246Z[verify-libraries] Compiling fd-lock v4.0.4
47322026-09-07T14:24:03.304Z[ recovery-image] Sep 07 14:24:02.255 INFO O| Sep 07 14:24:02.255 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47332026-09-07T14:24:03.315Z[verify-libraries] Compiling vte v0.14.1
47342026-09-07T14:24:03.370Z[verify-libraries] Compiling display-error-chain v0.2.2
47352026-09-07T14:24:03.441Z[ host-image] Sep 07 14:24:02.392 INFO O| Sep 07 14:24:02.392 INFO O| Finalize: Creating fast lookup database ... Done
47362026-09-07T14:24:03.479Z[ host-image] Sep 07 14:24:02.422 INFO O| Sep 07 14:24:02.422 INFO O| Finalize: Reading search index ... Done
47372026-09-07T14:24:03.479Z[ host-image] Sep 07 14:24:02.422 INFO O| Sep 07 14:24:02.422 INFO O| Finalize: Updating search index ... Done
47382026-09-07T14:24:03.483Z[verify-libraries] Compiling crossterm v0.29.0
47392026-09-07T14:24:03.487Z[ host-image] Sep 07 14:24:02.438 INFO O| Sep 07 14:24:02.438 INFO O| Finalize: Updating package cache ... Done
47402026-09-07T14:24:03.647Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47412026-09-07T14:24:03.700Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47422026-09-07T14:24:03.703Z[verify-libraries] Compiling stacker v0.1.23
47432026-09-07T14:24:03.823Z[ host-image] Sep 07 14:24:02.774 INFO O| Sep 07 14:24:02.774 INFO STEP 12 (pkg_install) COMPLETE
47442026-09-07T14:24:03.823Z[ host-image] Sep 07 14:24:02.774 INFO O| Sep 07 14:24:02.774 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47452026-09-07T14:24:03.832Z[ host-image] Sep 07 14:24:02.783 INFO O| Sep 07 14:24:02.783 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47462026-09-07T14:24:03.970Z[verify-libraries] Compiling cfg_aliases v0.1.1
47472026-09-07T14:24:04.063Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47482026-09-07T14:24:04.085Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47492026-09-07T14:24:04.115Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47502026-09-07T14:24:04.155Z[verify-libraries] Compiling reedline v0.40.0
47512026-09-07T14:24:04.201Z[verify-libraries] Compiling psm v0.1.30
47522026-09-07T14:24:04.201Z[verify-libraries] Compiling nix v0.28.0
47532026-09-07T14:24:04.278Z[verify-libraries] Compiling tabled v0.15.0
47542026-09-07T14:24:04.348Z[verify-libraries] Compiling semver v0.1.20
47552026-09-07T14:24:04.391Z[verify-libraries] Compiling termtree v0.5.1
47562026-09-07T14:24:04.427Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47572026-09-07T14:24:04.594Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47582026-09-07T14:24:04.619Z[verify-libraries] Compiling typify v0.6.2
47592026-09-07T14:24:04.651Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47602026-09-07T14:24:04.708Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47612026-09-07T14:24:04.756Z[verify-libraries] Compiling rustc_version v0.1.7
47622026-09-07T14:24:04.804Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47632026-09-07T14:24:04.835Z[verify-libraries] Compiling phf_shared v0.12.1
47642026-09-07T14:24:04.857Z[verify-libraries] Compiling progenitor-impl v0.14.0
47652026-09-07T14:24:04.860Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47662026-09-07T14:24:05.084Z[verify-libraries] Compiling nibble_vec v0.1.0
47672026-09-07T14:24:05.308Z[verify-libraries] Compiling hickory-resolver v0.24.4
47682026-09-07T14:24:05.368Z[verify-libraries] Compiling chrono-tz v0.10.4
47692026-09-07T14:24:05.578Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47702026-09-07T14:24:05.581Z[verify-libraries] Compiling endian-type v0.1.2
47712026-09-07T14:24:05.686Z[ recovery-image] Sep 07 14:24:04.637 INFO O| Sep 07 14:24:04.637 INFO O| Startup: Refreshing catalog 'helios' ... Done
47722026-09-07T14:24:05.711Z[verify-libraries] Compiling highway v1.3.0
47732026-09-07T14:24:05.737Z[verify-libraries] Compiling recursive v0.1.1
47742026-09-07T14:24:05.839Z[verify-libraries] Compiling radix_trie v0.2.1
47752026-09-07T14:24:05.839Z[verify-libraries] Compiling phf v0.12.1
47762026-09-07T14:24:05.919Z[verify-libraries] Compiling newtype_derive v0.1.6
47772026-09-07T14:24:06.121Z[ host-image] Sep 07 14:24:05.069 INFO O| Sep 07 14:24:05.069 INFO O| Startup: Refreshing catalog 'helios' ... Done
47782026-09-07T14:24:06.136Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47792026-09-07T14:24:06.200Z[ recovery-image] Sep 07 14:24:05.151 INFO O| Sep 07 14:24:05.151 INFO O| Startup: Caching catalogs ... Done
47802026-09-07T14:24:06.212Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47812026-09-07T14:24:06.219Z[ recovery-image] Sep 07 14:24:05.168 INFO O| Sep 07 14:24:05.168 INFO O| Planning: Planning completed in 0.00 seconds
47822026-09-07T14:24:06.223Z[ recovery-image] Sep 07 14:24:05.169 INFO O| Sep 07 14:24:05.169 INFO O| Planning: Consolidating action changes ... Done
47832026-09-07T14:24:06.223Z[ recovery-image] Sep 07 14:24:05.169 INFO O| Sep 07 14:24:05.169 INFO O| Planning: Evaluating mediators ... Done
47842026-09-07T14:24:06.223Z[ recovery-image] Sep 07 14:24:05.169 INFO O| Sep 07 14:24:05.169 INFO O| Planning: Planning completed in 0.00 seconds
47852026-09-07T14:24:06.223Z[ recovery-image] Sep 07 14:24:05.169 INFO O| Sep 07 14:24:05.169 INFO O| Variants/Facets to change: 1
47862026-09-07T14:24:06.245Z[ recovery-image] Sep 07 14:24:05.196 INFO O| Sep 07 14:24:05.196 INFO O| Finalize: Updating package state database ... Done
47872026-09-07T14:24:06.245Z[ recovery-image] Sep 07 14:24:05.196 INFO O| Sep 07 14:24:05.196 INFO O| Finalize: Updating package cache ... Done
47882026-09-07T14:24:06.249Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47892026-09-07T14:24:06.297Z[verify-libraries] Compiling peg-macros v0.8.5
47902026-09-07T14:24:06.334Z[ recovery-image] Sep 07 14:24:05.285 INFO O| Sep 07 14:24:05.285 INFO O| Finalize: Updating image state ... Done
47912026-09-07T14:24:06.352Z[ recovery-image] Sep 07 14:24:05.303 INFO O| Sep 07 14:24:05.303 INFO O| Finalize: Creating fast lookup database ... Done
47922026-09-07T14:24:06.356Z[ recovery-image] Sep 07 14:24:05.303 INFO O| Sep 07 14:24:05.303 INFO O| Finalize: Reading search index ... Done
47932026-09-07T14:24:06.356Z[ recovery-image] Sep 07 14:24:05.303 INFO O| Sep 07 14:24:05.303 INFO O| Finalize: Updating search index ... Done
47942026-09-07T14:24:06.356Z[ recovery-image] Sep 07 14:24:05.304 INFO O| Sep 07 14:24:05.304 INFO O| Finalize: Updating package cache ... Done
47952026-09-07T14:24:06.374Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47962026-09-07T14:24:06.600Z[verify-libraries] Compiling qorb v0.4.1
47972026-09-07T14:24:06.627Z[ host-image] Sep 07 14:24:05.577 INFO O| Sep 07 14:24:05.577 INFO O| Startup: Caching catalogs ... Done
47982026-09-07T14:24:06.669Z[ recovery-image] Sep 07 14:24:05.619 INFO O| Sep 07 14:24:05.619 INFO STEP 9 (pkg_change_facet) COMPLETE
47992026-09-07T14:24:06.669Z[ recovery-image] Sep 07 14:24:05.619 INFO O| Sep 07 14:24:05.619 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-09-07T14:24:06.764Z[verify-libraries] Compiling csv-core v0.1.13
48012026-09-07T14:24:07.005Z[ recovery-image] Sep 07 14:24:05.956 INFO O| Sep 07 14:24:05.956 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48022026-09-07T14:24:07.014Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
48032026-09-07T14:24:07.070Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
48042026-09-07T14:24:07.124Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
48052026-09-07T14:24:07.251Z[verify-libraries] Compiling winnow v0.6.26
48062026-09-07T14:24:07.284Z[ host-image] Sep 07 14:24:06.235 INFO O| Sep 07 14:24:06.235 INFO O| Planning: Solver setup ... Done
48072026-09-07T14:24:07.290Z[ host-image] Sep 07 14:24:06.241 INFO O| Sep 07 14:24:06.241 INFO O| Planning: Running solver ... Done
48082026-09-07T14:24:07.297Z[verify-libraries] Compiling home v0.5.12
48092026-09-07T14:24:07.307Z[ host-image] Sep 07 14:24:06.258 INFO O| Sep 07 14:24:06.258 INFO O| Planning: Finding local manifests ... Done
48102026-09-07T14:24:07.350Z[ host-image] Sep 07 14:24:06.301 INFO O| Sep 07 14:24:06.301 INFO O| Planning: Fetching manifests: 0/6 0% complete
48112026-09-07T14:24:07.416Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48122026-09-07T14:24:07.458Z[ host-image] Sep 07 14:24:06.407 INFO O| Sep 07 14:24:06.406 INFO O| Planning: Fetching manifests: 6/6 100% complete
48132026-09-07T14:24:07.482Z[ host-image] Sep 07 14:24:06.433 INFO O| Sep 07 14:24:06.433 INFO O| Planning: Package planning ... Done
48142026-09-07T14:24:07.486Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48152026-09-07T14:24:07.493Z[ host-image] Sep 07 14:24:06.444 INFO O| Sep 07 14:24:06.444 INFO O| Planning: Merging actions ... Done
48162026-09-07T14:24:07.526Z[verify-libraries] Compiling unicode_categories v0.1.1
48172026-09-07T14:24:07.548Z[ host-image] Sep 07 14:24:06.498 INFO O| Sep 07 14:24:06.498 INFO O| Planning: Checking for conflicting actions ... Done
48182026-09-07T14:24:07.551Z[ host-image] Sep 07 14:24:06.501 INFO O| Sep 07 14:24:06.501 INFO O| Planning: Consolidating action changes ... Done
48192026-09-07T14:24:07.561Z[verify-libraries] Compiling const_format v0.2.35
48202026-09-07T14:24:07.624Z[verify-libraries] Compiling rustyline v14.0.0
48212026-09-07T14:24:07.654Z[verify-libraries] Compiling sqlparser v0.61.0
48222026-09-07T14:24:07.740Z[ host-image] Sep 07 14:24:06.690 INFO O| Sep 07 14:24:06.690 INFO O| Planning: Evaluating mediators ... Done
48232026-09-07T14:24:07.744Z[ host-image] Sep 07 14:24:06.694 INFO O| Sep 07 14:24:06.694 INFO O| Planning: Planning completed in 1.10 seconds
48242026-09-07T14:24:07.744Z[ host-image] Sep 07 14:24:06.694 INFO O| Sep 07 14:24:06.694 INFO O| Packages to install: 6
48252026-09-07T14:24:07.744Z[ host-image] Sep 07 14:24:06.694 INFO O| Sep 07 14:24:06.694 INFO O| Mediators to change: 1
48262026-09-07T14:24:07.744Z[ host-image] Sep 07 14:24:06.694 INFO O| Sep 07 14:24:06.694 INFO O| Services to change: 1
48272026-09-07T14:24:07.755Z[ host-image] Sep 07 14:24:06.706 INFO O| Sep 07 14:24:06.706 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48282026-09-07T14:24:07.813Z[verify-libraries] Compiling peg v0.8.5
48292026-09-07T14:24:07.845Z[verify-libraries] Compiling progenitor-macro v0.14.0
48302026-09-07T14:24:07.871Z[verify-libraries] Compiling csv v1.4.0
48312026-09-07T14:24:08.026Z[verify-libraries] Compiling bcs v0.1.6
48322026-09-07T14:24:08.173Z[verify-libraries] Compiling nom v8.0.0
48332026-09-07T14:24:08.223Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48342026-09-07T14:24:08.303Z[ host-image] Sep 07 14:24:07.253 INFO O| Sep 07 14:24:07.253 INFO O| Download: Completed 7.84 MB in 0.55 seconds (14.3M/s)
48352026-09-07T14:24:08.360Z[ host-image] Sep 07 14:24:07.310 INFO O| Sep 07 14:24:07.310 INFO O| Actions: 1/1366 actions (Installing new actions)
48362026-09-07T14:24:08.382Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48372026-09-07T14:24:08.421Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48382026-09-07T14:24:08.483Z[verify-libraries] Compiling steno v0.4.1
48392026-09-07T14:24:08.551Z[verify-libraries] Compiling sha1 v0.10.6
48402026-09-07T14:24:08.588Z[ host-image] Sep 07 14:24:07.538 INFO O| Sep 07 14:24:07.538 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
48412026-09-07T14:24:08.611Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48422026-09-07T14:24:08.634Z[ host-image] Sep 07 14:24:07.585 INFO O| Sep 07 14:24:07.585 INFO O| Finalize: Updating package state database ... Done
48432026-09-07T14:24:08.634Z[ host-image] Sep 07 14:24:07.585 INFO O| Sep 07 14:24:07.585 INFO O| Finalize: Updating package cache ... Done
48442026-09-07T14:24:08.742Z[ host-image] Sep 07 14:24:07.693 INFO O| Sep 07 14:24:07.693 INFO O| Finalize: Updating image state ... Done
48452026-09-07T14:24:08.888Z[verify-libraries] Compiling sqlformat v0.3.5
48462026-09-07T14:24:09.005Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48472026-09-07T14:24:09.092Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48482026-09-07T14:24:09.206Z[verify-libraries] Compiling tagptr v0.2.0
48492026-09-07T14:24:09.229Z[verify-libraries] Compiling utf-8 v0.7.6
48502026-09-07T14:24:09.379Z[verify-libraries] Compiling moka v0.12.13
48512026-09-07T14:24:09.434Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48522026-09-07T14:24:09.463Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48532026-09-07T14:24:09.486Z[verify-libraries] Compiling tungstenite v0.21.0
48542026-09-07T14:24:09.489Z[verify-libraries] Compiling libefi-sys v0.1.0
48552026-09-07T14:24:09.501Z[ recovery-image] Sep 07 14:24:08.452 INFO O| Sep 07 14:24:08.452 INFO O| Startup: Refreshing catalog 'helios' ... Done
48562026-09-07T14:24:09.611Z[verify-libraries] Compiling bitfield-struct v0.6.2
48572026-09-07T14:24:09.614Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48582026-09-07T14:24:09.687Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48592026-09-07T14:24:09.747Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48602026-09-07T14:24:09.822Z[ host-image] Sep 07 14:24:08.773 INFO O| Sep 07 14:24:08.773 INFO O| Finalize: Creating fast lookup database ... Done
48612026-09-07T14:24:09.852Z[ host-image] Sep 07 14:24:08.803 INFO O| Sep 07 14:24:08.803 INFO O| Finalize: Reading search index ... Done
48622026-09-07T14:24:09.852Z[ host-image] Sep 07 14:24:08.803 INFO O| Sep 07 14:24:08.803 INFO O| Finalize: Updating search index ... Done
48632026-09-07T14:24:09.880Z[verify-libraries] Compiling xshell-macros v0.2.7
48642026-09-07T14:24:09.884Z[ host-image] Sep 07 14:24:08.835 INFO O| Sep 07 14:24:08.834 INFO O| Finalize: Updating package cache ... Done
48652026-09-07T14:24:09.998Z[ recovery-image] Sep 07 14:24:08.949 INFO O| Sep 07 14:24:08.949 INFO O| Startup: Caching catalogs ... Done
48662026-09-07T14:24:10.016Z[ recovery-image] Sep 07 14:24:08.967 INFO O| Sep 07 14:24:08.967 INFO O| Planning: Planning completed in 0.00 seconds
48672026-09-07T14:24:10.019Z[ recovery-image] Sep 07 14:24:08.967 INFO O| Sep 07 14:24:08.967 INFO O| Planning: Consolidating action changes ... Done
48682026-09-07T14:24:10.019Z[ recovery-image] Sep 07 14:24:08.967 INFO O| Sep 07 14:24:08.967 INFO O| Planning: Evaluating mediators ... Done
48692026-09-07T14:24:10.019Z[ recovery-image] Sep 07 14:24:08.968 INFO O| Sep 07 14:24:08.967 INFO O| Planning: Planning completed in 0.00 seconds
48702026-09-07T14:24:10.019Z[ recovery-image] Sep 07 14:24:08.968 INFO O| Sep 07 14:24:08.968 INFO O| Variants/Facets to change: 1
48712026-09-07T14:24:10.072Z[ recovery-image] Sep 07 14:24:09.022 INFO O| Sep 07 14:24:09.022 INFO O| Finalize: Updating package state database ... Done
48722026-09-07T14:24:10.072Z[ recovery-image] Sep 07 14:24:09.022 INFO O| Sep 07 14:24:09.022 INFO O| Finalize: Updating package cache ... Done
48732026-09-07T14:24:10.158Z[verify-libraries] Compiling hickory-resolver v0.25.2
48742026-09-07T14:24:10.163Z[ recovery-image] Sep 07 14:24:09.114 INFO O| Sep 07 14:24:09.114 INFO O| Finalize: Updating image state ... Done
48752026-09-07T14:24:10.180Z[ recovery-image] Sep 07 14:24:09.131 INFO O| Sep 07 14:24:09.131 INFO O| Finalize: Creating fast lookup database ... Done
48762026-09-07T14:24:10.184Z[ recovery-image] Sep 07 14:24:09.132 INFO O| Sep 07 14:24:09.132 INFO O| Finalize: Reading search index ... Done
48772026-09-07T14:24:10.184Z[ recovery-image] Sep 07 14:24:09.132 INFO O| Sep 07 14:24:09.132 INFO O| Finalize: Updating search index ... Done
48782026-09-07T14:24:10.184Z[ recovery-image] Sep 07 14:24:09.133 INFO O| Sep 07 14:24:09.133 INFO O| Finalize: Updating package cache ... Done
48792026-09-07T14:24:10.193Z[ host-image] Sep 07 14:24:09.144 INFO O| Sep 07 14:24:09.144 INFO STEP 13 (pkg_install) COMPLETE
48802026-09-07T14:24:10.193Z[ host-image] Sep 07 14:24:09.144 INFO O| Sep 07 14:24:09.144 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48812026-09-07T14:24:10.203Z[ host-image] Sep 07 14:24:09.154 INFO O| Sep 07 14:24:09.154 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48822026-09-07T14:24:10.224Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48832026-09-07T14:24:10.272Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48842026-09-07T14:24:10.372Z[verify-libraries] Compiling xshell v0.2.7
48852026-09-07T14:24:10.376Z[verify-libraries] Compiling sha2 v0.11.0
48862026-09-07T14:24:10.461Z[verify-libraries] Compiling libscf-sys v1.2.0
48872026-09-07T14:24:10.462Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48882026-09-07T14:24:10.516Z[ recovery-image] Sep 07 14:24:09.466 INFO O| Sep 07 14:24:09.466 INFO STEP 10 (pkg_change_facet) COMPLETE
48892026-09-07T14:24:10.516Z[ recovery-image] Sep 07 14:24:09.467 INFO O| Sep 07 14:24:09.466 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48902026-09-07T14:24:10.533Z[ recovery-image] Sep 07 14:24:09.484 INFO O| Sep 07 14:24:09.484 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"]
48912026-09-07T14:24:10.552Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48922026-09-07T14:24:10.555Z[verify-libraries] Compiling subprocess v0.2.15
48932026-09-07T14:24:10.637Z[verify-libraries] Compiling papergrid v0.18.0
48942026-09-07T14:24:10.668Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48952026-09-07T14:24:10.749Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48962026-09-07T14:24:10.854Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48972026-09-07T14:24:10.985Z[verify-libraries] Compiling headers-core v0.3.0
48982026-09-07T14:24:11.154Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48992026-09-07T14:24:11.219Z[verify-libraries] Compiling unicase v2.9.0
49002026-09-07T14:24:11.243Z[verify-libraries] Compiling headers v0.4.1
49012026-09-07T14:24:11.307Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49022026-09-07T14:24:11.359Z[verify-libraries] Compiling darling_core v0.21.3
49032026-09-07T14:24:11.470Z[verify-libraries] Compiling maplit v1.0.2
49042026-09-07T14:24:11.729Z[verify-libraries] Compiling tabled v0.21.0
49052026-09-07T14:24:11.810Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49062026-09-07T14:24:11.891Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49072026-09-07T14:24:12.142Z[verify-libraries] Compiling yasna v0.5.2
49082026-09-07T14:24:12.245Z[verify-libraries] Compiling crc8 v0.1.1
49092026-09-07T14:24:12.319Z[verify-libraries] Compiling vergen-lib v0.1.6
49102026-09-07T14:24:12.381Z[verify-libraries] Compiling diesel_derives v2.3.7
49112026-09-07T14:24:12.423Z[verify-libraries] Compiling port-file v0.1.0
49122026-09-07T14:24:12.517Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49132026-09-07T14:24:12.662Z[verify-libraries] Compiling rcgen v0.12.1
49142026-09-07T14:24:12.761Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49152026-09-07T14:24:12.764Z[ host-image] Sep 07 14:24:11.712 INFO O| Sep 07 14:24:11.712 INFO O| Startup: Refreshing catalog 'helios' ... Done
49162026-09-07T14:24:12.827Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49172026-09-07T14:24:12.980Z[verify-libraries] Compiling half v1.8.3
49182026-09-07T14:24:13.082Z[ recovery-image] Sep 07 14:24:12.019 INFO O| Sep 07 14:24:12.019 INFO O| Startup: Refreshing catalog 'helios' ... Done
49192026-09-07T14:24:13.132Z[verify-libraries] Compiling r2d2 v0.8.10
49202026-09-07T14:24:13.159Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49212026-09-07T14:24:13.254Z[verify-libraries] Compiling serde_cbor v0.11.2
49222026-09-07T14:24:13.307Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49232026-09-07T14:24:13.369Z[verify-libraries] Compiling progenitor v0.14.0
49242026-09-07T14:24:13.419Z[verify-libraries] Compiling downcast-rs v2.0.2
49252026-09-07T14:24:13.540Z[ host-image] Sep 07 14:24:12.488 INFO O| Sep 07 14:24:12.488 INFO O| Startup: Caching catalogs ... Done
49262026-09-07T14:24:13.567Z[verify-libraries] Compiling crunchy v0.2.4
49272026-09-07T14:24:13.616Z[verify-libraries] Compiling cpubits v0.1.1
49282026-09-07T14:24:13.651Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49292026-09-07T14:24:13.660Z[ recovery-image] Sep 07 14:24:12.611 INFO O| Sep 07 14:24:12.611 INFO O| Startup: Caching catalogs ... Done
49302026-09-07T14:24:13.675Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49312026-09-07T14:24:13.706Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49322026-09-07T14:24:13.709Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49332026-09-07T14:24:13.779Z[verify-libraries] Compiling dirs-next v2.0.0
49342026-09-07T14:24:13.822Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49352026-09-07T14:24:14.033Z[verify-libraries] Compiling clang-sys v1.8.1
49362026-09-07T14:24:14.128Z[verify-libraries] Compiling darling_macro v0.21.3
49372026-09-07T14:24:14.168Z[ host-image] Sep 07 14:24:13.115 INFO O| Sep 07 14:24:13.114 INFO O| Planning: Solver setup ... Done
49382026-09-07T14:24:14.172Z[ host-image] Sep 07 14:24:13.120 INFO O| Sep 07 14:24:13.120 INFO O| Planning: Running solver ... Done
49392026-09-07T14:24:14.190Z[ host-image] Sep 07 14:24:13.140 INFO O| Sep 07 14:24:13.140 INFO O| Planning: Finding local manifests ... Done
49402026-09-07T14:24:14.230Z[ host-image] Sep 07 14:24:13.181 INFO O| Sep 07 14:24:13.181 INFO O| Planning: Fetching manifests: 0/1 0% complete
49412026-09-07T14:24:14.243Z[verify-libraries] Compiling tiny-keccak v2.0.2
49422026-09-07T14:24:14.246Z[ host-image] Sep 07 14:24:13.194 INFO O| Sep 07 14:24:13.194 INFO O| Planning: Fetching manifests: 1/1 100% complete
49432026-09-07T14:24:14.258Z[ host-image] Sep 07 14:24:13.209 INFO O| Sep 07 14:24:13.209 INFO O| Planning: Package planning ... Done
49442026-09-07T14:24:14.258Z[ host-image] Sep 07 14:24:13.209 INFO O| Sep 07 14:24:13.209 INFO O| Planning: Merging actions ... Done
49452026-09-07T14:24:14.297Z[ host-image] Sep 07 14:24:13.248 INFO O| Sep 07 14:24:13.247 INFO O| Planning: Checking for conflicting actions ... Done
49462026-09-07T14:24:14.297Z[ host-image] Sep 07 14:24:13.248 INFO O| Sep 07 14:24:13.247 INFO O| Planning: Consolidating action changes ... Done
49472026-09-07T14:24:14.446Z[verify-libraries] Compiling term v0.7.0
49482026-09-07T14:24:14.451Z[ host-image] Sep 07 14:24:13.402 INFO O| Sep 07 14:24:13.402 INFO O| Planning: Evaluating mediators ... Done
49492026-09-07T14:24:14.454Z[ host-image] Sep 07 14:24:13.402 INFO O| Sep 07 14:24:13.402 INFO O| Planning: Planning completed in 0.90 seconds
49502026-09-07T14:24:14.454Z[ host-image] Sep 07 14:24:13.403 INFO O| Sep 07 14:24:13.403 INFO O| Packages to install: 1
49512026-09-07T14:24:14.462Z[ host-image] Sep 07 14:24:13.413 INFO O| Sep 07 14:24:13.413 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49522026-09-07T14:24:14.493Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49532026-09-07T14:24:14.560Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49542026-09-07T14:24:14.649Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49552026-09-07T14:24:14.701Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49562026-09-07T14:24:14.800Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49572026-09-07T14:24:14.827Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49582026-09-07T14:24:14.875Z[ host-image] Sep 07 14:24:13.826 INFO O| Sep 07 14:24:13.823 INFO O| Download: Completed 13.27 MB in 0.41 seconds (32.4M/s)
49592026-09-07T14:24:14.886Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49602026-09-07T14:24:14.917Z[ host-image] Sep 07 14:24:13.868 INFO O| Sep 07 14:24:13.868 INFO O| Actions: 1/22 actions (Installing new actions)
49612026-09-07T14:24:14.936Z[verify-libraries] Compiling diff v0.1.13
49622026-09-07T14:24:14.996Z[verify-libraries] Compiling darling v0.21.3
49632026-09-07T14:24:15.083Z[verify-libraries] Compiling bit-vec v0.6.3
49642026-09-07T14:24:15.119Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49652026-09-07T14:24:15.138Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49662026-09-07T14:24:15.171Z[ host-image] Sep 07 14:24:14.122 INFO O| Sep 07 14:24:14.122 INFO O| Actions: Completed 22 actions in 0.25 seconds.
49672026-09-07T14:24:15.235Z[ host-image] Sep 07 14:24:14.186 INFO O| Sep 07 14:24:14.178 INFO O| Finalize: Updating package state database ... Done
49682026-09-07T14:24:15.239Z[ host-image] Sep 07 14:24:14.186 INFO O| Sep 07 14:24:14.178 INFO O| Finalize: Updating package cache ... Done
49692026-09-07T14:24:15.269Z[verify-libraries] Compiling ascii-canvas v3.0.0
49702026-09-07T14:24:15.339Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49712026-09-07T14:24:15.358Z[ host-image] Sep 07 14:24:14.305 INFO O| Sep 07 14:24:14.305 INFO O| Finalize: Updating image state ... Done
49722026-09-07T14:24:15.362Z[verify-libraries] Compiling bit-set v0.5.3
49732026-09-07T14:24:15.415Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49742026-09-07T14:24:15.448Z[verify-libraries] Compiling itertools v0.10.5
49752026-09-07T14:24:15.517Z[verify-libraries] Compiling libloading v0.8.9
49762026-09-07T14:24:15.566Z[verify-libraries] Compiling ena v0.14.4
49772026-09-07T14:24:15.625Z[verify-libraries] Compiling regex-syntax v0.6.29
49782026-09-07T14:24:15.650Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49792026-09-07T14:24:15.682Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49802026-09-07T14:24:15.770Z[verify-libraries] Compiling bindgen v0.71.1
49812026-09-07T14:24:16.032Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
49822026-09-07T14:24:16.064Z[verify-libraries] Compiling cexpr v0.6.0
49832026-09-07T14:24:16.118Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49842026-09-07T14:24:16.233Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
49852026-09-07T14:24:16.291Z[verify-libraries] Compiling rustc-hash v2.1.1
49862026-09-07T14:24:16.335Z[ host-image] Sep 07 14:24:15.285 INFO O| Sep 07 14:24:15.285 INFO O| Finalize: Creating fast lookup database ... Done
49872026-09-07T14:24:16.355Z[verify-libraries] Compiling rfc6979 v0.4.0
49882026-09-07T14:24:16.364Z[ host-image] Sep 07 14:24:15.315 INFO O| Sep 07 14:24:15.314 INFO O| Finalize: Reading search index ... Done
49892026-09-07T14:24:16.364Z[ host-image] Sep 07 14:24:15.315 INFO O| Sep 07 14:24:15.315 INFO O| Finalize: Updating search index ... Done
49902026-09-07T14:24:16.374Z[ host-image] Sep 07 14:24:15.325 INFO O| Sep 07 14:24:15.325 INFO O| Finalize: Updating package cache ... Done
49912026-09-07T14:24:16.498Z[verify-libraries] Compiling libxml v0.3.3
49922026-09-07T14:24:16.557Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
49932026-09-07T14:24:16.598Z[verify-libraries] Compiling ecdsa v0.16.9
49942026-09-07T14:24:16.652Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49952026-09-07T14:24:16.689Z[ recovery-image] Sep 07 14:24:15.640 INFO O| Sep 07 14:24:15.639 INFO O| Planning: Solver setup ... Done
49962026-09-07T14:24:16.695Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 14 (pkg_install) COMPLETE
49972026-09-07T14:24:16.695Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49982026-09-07T14:24:16.698Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO skip step because feature "mbist" is not enabled
49992026-09-07T14:24:16.698Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50002026-09-07T14:24:16.698Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO skip step because feature "mfg" is not enabled
50012026-09-07T14:24:16.698Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50022026-09-07T14:24:16.698Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO skip step because feature "compliance" is not enabled
50032026-09-07T14:24:16.698Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50042026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO skip step because feature "stress" is not enabled
50052026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50062026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO skip step because feature "compliance" is not enabled
50072026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50082026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO skip step because feature "nfs" is not enabled
50092026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50102026-09-07T14:24:16.699Z[ host-image] Sep 07 14:24:15.646 INFO O| Sep 07 14:24:15.646 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50112026-09-07T14:24:16.888Z[verify-libraries] Compiling primeorder v0.13.6
50122026-09-07T14:24:17.011Z[verify-libraries] Compiling strum_macros v0.24.3
50132026-09-07T14:24:17.050Z[verify-libraries] Compiling hashbrown v0.14.5
50142026-09-07T14:24:17.071Z[verify-libraries] Compiling lalrpop v0.19.12
50152026-09-07T14:24:17.115Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50162026-09-07T14:24:17.123Z[ recovery-image] Sep 07 14:24:16.072 INFO O| Sep 07 14:24:16.072 INFO O| Planning: Running solver ... Done
50172026-09-07T14:24:17.139Z[verify-libraries] Compiling hmac v0.13.0
50182026-09-07T14:24:17.182Z[ recovery-image] Sep 07 14:24:16.132 INFO O| Sep 07 14:24:16.132 INFO O| Planning: Finding local manifests ... Done
50192026-09-07T14:24:17.199Z[ host-image] Sep 07 14:24:16.150 INFO O| Sep 07 14:24:16.148 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50202026-09-07T14:24:17.209Z[verify-libraries] Compiling universal-hash v0.6.1
50212026-09-07T14:24:17.234Z[ recovery-image] Sep 07 14:24:16.185 INFO O| Sep 07 14:24:16.185 INFO O| Planning: Fetching manifests: 0/130 0% complete
50222026-09-07T14:24:17.255Z[verify-libraries] Compiling fxhash v0.2.1
50232026-09-07T14:24:17.347Z[ host-image] Sep 07 14:24:16.298 INFO O| Sep 07 14:24:16.298 INFO completed processing sled/ramdisk-01-os
50242026-09-07T14:24:17.351Z[ host-image] Sep 07 14:24:16.300 INFO omicron1 baseline generation...
50252026-09-07T14:24:17.351Z[ host-image] Sep 07 14:24:16.300 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50262026-09-07T14:24:17.395Z[verify-libraries] Compiling salty v0.3.0
50272026-09-07T14:24:17.425Z[verify-libraries] Compiling indoc v1.0.9
50282026-09-07T14:24:17.486Z[verify-libraries] Compiling p384 v0.13.1
50292026-09-07T14:24:17.728Z[verify-libraries] Compiling chumsky v0.9.3
50302026-09-07T14:24:17.782Z[verify-libraries] Compiling knus-derive v3.4.0
50312026-09-07T14:24:17.805Z[ host-image] Sep 07 14:24:16.756 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50322026-09-07T14:24:17.995Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50332026-09-07T14:24:18.097Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50342026-09-07T14:24:18.226Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50352026-09-07T14:24:18.488Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50362026-09-07T14:24:18.543Z[verify-libraries] Compiling oso-derive v0.27.3
50372026-09-07T14:24:18.741Z[verify-libraries] Compiling quick-xml v0.37.5
50382026-09-07T14:24:19.013Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50392026-09-07T14:24:19.055Z[verify-libraries] Compiling openssl-probe v0.1.6
50402026-09-07T14:24:19.307Z[verify-libraries] Compiling polyval v0.7.1
50412026-09-07T14:24:19.599Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50422026-09-07T14:24:19.629Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50432026-09-07T14:24:19.697Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50442026-09-07T14:24:19.786Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50452026-09-07T14:24:20.372Z[verify-libraries] Compiling knus v3.4.0
50462026-09-07T14:24:20.570Z[verify-libraries] Compiling der v0.8.0
50472026-09-07T14:24:20.819Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50482026-09-07T14:24:21.237Z[ recovery-image] Sep 07 14:24:20.188 INFO O| Sep 07 14:24:20.188 INFO O| Planning: Fetching manifests: 130/130 100% complete
50492026-09-07T14:24:21.320Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50502026-09-07T14:24:21.602Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50512026-09-07T14:24:21.690Z[verify-libraries] Compiling diesel v2.3.7
50522026-09-07T14:24:21.822Z[ recovery-image] Sep 07 14:24:20.773 INFO O| Sep 07 14:24:20.773 INFO O| Planning: Package planning ... Done
50532026-09-07T14:24:21.959Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50542026-09-07T14:24:21.974Z[ recovery-image] Sep 07 14:24:20.925 INFO O| Sep 07 14:24:20.925 INFO O| Planning: Merging actions ... Done
50552026-09-07T14:24:22.045Z[ recovery-image] Sep 07 14:24:20.996 INFO O| Sep 07 14:24:20.996 INFO O| Planning: Checking for conflicting actions ... Done
50562026-09-07T14:24:22.077Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50572026-09-07T14:24:22.112Z[ recovery-image] Sep 07 14:24:21.063 INFO O| Sep 07 14:24:21.063 INFO O| Planning: Consolidating action changes ... Done
50582026-09-07T14:24:22.233Z[verify-libraries] Compiling git-stub v1.0.0
50592026-09-07T14:24:22.364Z[ recovery-image] Sep 07 14:24:21.315 INFO O| Sep 07 14:24:21.315 INFO O| Planning: Evaluating mediators ... Done
50602026-09-07T14:24:22.727Z[verify-libraries] Compiling kstat-rs v0.2.5
50612026-09-07T14:24:23.069Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50622026-09-07T14:24:23.108Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50632026-09-07T14:24:23.328Z[verify-libraries] Compiling trait-variant v0.1.2
50642026-09-07T14:24:23.359Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50652026-09-07T14:24:23.410Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50662026-09-07T14:24:23.691Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50672026-09-07T14:24:23.801Z[ recovery-image] Sep 07 14:24:22.752 INFO O| Sep 07 14:24:22.752 INFO O| Planning: Planning completed in 10.12 seconds
50682026-09-07T14:24:23.804Z[ recovery-image] Sep 07 14:24:22.754 INFO O| Sep 07 14:24:22.754 INFO O| Packages to install: 130
50692026-09-07T14:24:23.804Z[ recovery-image] Sep 07 14:24:22.754 INFO O| Sep 07 14:24:22.754 INFO O| Mediators to change: 5
50702026-09-07T14:24:23.804Z[ recovery-image] Sep 07 14:24:22.754 INFO O| Sep 07 14:24:22.754 INFO O| Services to change: 5
50712026-09-07T14:24:23.831Z[ recovery-image] Sep 07 14:24:22.782 INFO O| Sep 07 14:24:22.782 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50722026-09-07T14:24:23.940Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50732026-09-07T14:24:24.190Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50742026-09-07T14:24:24.282Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50752026-09-07T14:24:24.664Z[verify-libraries] Compiling ghash v0.6.0
50762026-09-07T14:24:24.699Z[verify-libraries] Compiling pbkdf2 v0.13.0
50772026-09-07T14:24:24.842Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50782026-09-07T14:24:24.910Z[verify-libraries] Compiling aes v0.9.1
50792026-09-07T14:24:24.961Z[verify-libraries] Compiling crypto-bigint v0.7.5
50802026-09-07T14:24:25.354Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50812026-09-07T14:24:25.495Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50822026-09-07T14:24:25.582Z[verify-libraries] Compiling ctr v0.10.1
50832026-09-07T14:24:25.737Z[verify-libraries] Compiling aead v0.6.1
50842026-09-07T14:24:25.866Z[verify-libraries] Compiling bb8 v0.8.6
50852026-09-07T14:24:25.980Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50862026-09-07T14:24:26.022Z[verify-libraries] Compiling parking_lot_core v0.8.6
50872026-09-07T14:24:26.061Z[verify-libraries] Compiling aes-gcm v0.11.0
50882026-09-07T14:24:26.215Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50892026-09-07T14:24:26.287Z[verify-libraries] Compiling spki v0.8.0
50902026-09-07T14:24:26.378Z[verify-libraries] Compiling mime_guess v2.0.5
50912026-09-07T14:24:26.409Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50922026-09-07T14:24:26.505Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50932026-09-07T14:24:26.554Z[verify-libraries] Compiling salsa20 v0.11.0
50942026-09-07T14:24:26.601Z[verify-libraries] Compiling nanorand v0.7.0
50952026-09-07T14:24:26.753Z[verify-libraries] Compiling scrypt v0.12.0
50962026-09-07T14:24:26.826Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
50972026-09-07T14:24:26.893Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
50982026-09-07T14:24:26.967Z[verify-libraries] Compiling flume v0.11.1
50992026-09-07T14:24:27.106Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51002026-09-07T14:24:27.157Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51012026-09-07T14:24:27.472Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
51022026-09-07T14:24:27.562Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
51032026-09-07T14:24:27.695Z[verify-libraries] Compiling cbc v0.2.1
51042026-09-07T14:24:27.880Z[verify-libraries] Compiling digest-io v0.1.0
51052026-09-07T14:24:27.929Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51062026-09-07T14:24:28.076Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51072026-09-07T14:24:28.113Z[verify-libraries] Compiling nonempty v0.12.0
51082026-09-07T14:24:28.182Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51092026-09-07T14:24:28.471Z[verify-libraries] Compiling http-range v0.1.5
51102026-09-07T14:24:28.629Z[verify-libraries] Compiling rawzip v0.4.4
51112026-09-07T14:24:28.753Z[verify-libraries] Compiling corncobs v0.1.4
51122026-09-07T14:24:28.832Z[ recovery-image] Sep 07 14:24:27.783 INFO O| Sep 07 14:24:27.783 INFO O| Download: 8295/16683 items 83.9/200.2MB 41% complete (16.9M/s)
51132026-09-07T14:24:28.929Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51142026-09-07T14:24:29.008Z[verify-libraries] Compiling pkcs5 v0.8.1
51152026-09-07T14:24:29.442Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51162026-09-07T14:24:29.466Z[verify-libraries] Compiling parking_lot v0.11.2
51172026-09-07T14:24:29.514Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51182026-09-07T14:24:29.662Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
51192026-09-07T14:24:29.708Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51202026-09-07T14:24:29.773Z[verify-libraries] Compiling ignore v0.4.25
51212026-09-07T14:24:29.914Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51222026-09-07T14:24:30.048Z[verify-libraries] Compiling prefix-trie v0.7.0
51232026-09-07T14:24:30.071Z[verify-libraries] Compiling anstyle-parse v0.2.7
51242026-09-07T14:24:30.145Z[verify-libraries] Compiling secrecy v0.8.0
51252026-09-07T14:24:30.368Z[verify-libraries] Compiling anstream v0.6.21
51262026-09-07T14:24:30.432Z[verify-libraries] Compiling hickory-server v0.25.2
51272026-09-07T14:24:30.508Z[verify-libraries] Compiling globwalk v0.9.1
51282026-09-07T14:24:30.714Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51292026-09-07T14:24:30.844Z[verify-libraries] Compiling sled v0.34.7
51302026-09-07T14:24:30.910Z[verify-libraries] Compiling pkcs8 v0.11.0
51312026-09-07T14:24:31.202Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51322026-09-07T14:24:31.277Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
51332026-09-07T14:24:31.306Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51342026-09-07T14:24:31.479Z[verify-libraries] Compiling predicates-tree v1.0.13
51352026-09-07T14:24:31.867Z[verify-libraries] Compiling rand_seeder v0.4.0
51362026-09-07T14:24:31.919Z[verify-libraries] Compiling ff v0.14.0
51372026-09-07T14:24:32.119Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
51382026-09-07T14:24:32.149Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
51392026-09-07T14:24:32.272Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51402026-09-07T14:24:32.398Z[verify-libraries] Compiling libz-sys v1.1.24
51412026-09-07T14:24:32.474Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51422026-09-07T14:24:32.634Z[verify-libraries] Compiling group v0.14.0
51432026-09-07T14:24:32.657Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51442026-09-07T14:24:32.700Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51452026-09-07T14:24:32.973Z[verify-libraries] Compiling signature v3.0.0
51462026-09-07T14:24:32.977Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51472026-09-07T14:24:33.061Z[verify-libraries] Compiling instability v0.3.11
51482026-09-07T14:24:33.247Z[verify-libraries] Compiling base16ct v1.0.0
51492026-09-07T14:24:33.346Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51502026-09-07T14:24:33.380Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51512026-09-07T14:24:33.453Z[verify-libraries] Compiling sec1 v0.8.1
51522026-09-07T14:24:33.535Z[verify-libraries] Compiling hkdf v0.13.0
51532026-09-07T14:24:33.822Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51542026-09-07T14:24:33.844Z[verify-libraries] Compiling scuffle v0.1.0
51552026-09-07T14:24:33.867Z[ recovery-image] Sep 07 14:24:32.815 INFO O| Sep 07 14:24:32.815 INFO O| Download: 16474/16683 items 195.7/200.2MB 97% complete (19.6M/s)
51562026-09-07T14:24:33.886Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51572026-09-07T14:24:33.919Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51582026-09-07T14:24:33.988Z[verify-libraries] Compiling castaway v0.2.4
51592026-09-07T14:24:34.111Z[ recovery-image] Sep 07 14:24:33.060 INFO O| Sep 07 14:24:33.060 INFO O| Download: Completed 200.18 MB in 10.28 seconds (19.4M/s)
51602026-09-07T14:24:34.140Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51612026-09-07T14:24:34.166Z[verify-libraries] Compiling indoc v2.0.7
51622026-09-07T14:24:34.233Z[verify-libraries] Compiling compact_str v0.8.1
51632026-09-07T14:24:34.355Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51642026-09-07T14:24:34.742Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51652026-09-07T14:24:34.894Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51662026-09-07T14:24:34.927Z[verify-libraries] Compiling elliptic-curve v0.14.1
51672026-09-07T14:24:35.355Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51682026-09-07T14:24:35.415Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51692026-09-07T14:24:35.439Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51702026-09-07T14:24:35.442Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51712026-09-07T14:24:35.581Z[verify-libraries] Compiling lru v0.12.5
51722026-09-07T14:24:35.610Z[verify-libraries] Compiling unicode-truncate v1.1.0
51732026-09-07T14:24:35.797Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51742026-09-07T14:24:35.835Z[verify-libraries] Compiling arc-swap v1.8.2
51752026-09-07T14:24:35.859Z[verify-libraries] Compiling cassowary v0.3.0
51762026-09-07T14:24:36.146Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51772026-09-07T14:24:36.180Z[verify-libraries] Compiling ratatui v0.29.0
51782026-09-07T14:24:36.203Z[verify-libraries] Compiling slog-scope v4.4.1
51792026-09-07T14:24:36.422Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51802026-09-07T14:24:36.517Z[verify-libraries] Compiling wnaf v0.14.0
51812026-09-07T14:24:36.540Z[verify-libraries] Compiling primefield v0.14.0
51822026-09-07T14:24:36.580Z[verify-libraries] Compiling rfc6979 v0.6.0
51832026-09-07T14:24:36.790Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51842026-09-07T14:24:36.813Z[ recovery-image] Sep 07 14:24:35.764 INFO O| Sep 07 14:24:35.761 INFO O| Actions: 1/27596 actions (Installing new actions)
51852026-09-07T14:24:36.817Z[verify-libraries] Compiling progenitor-impl v0.13.0
51862026-09-07T14:24:36.875Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51872026-09-07T14:24:37.219Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51882026-09-07T14:24:37.476Z[verify-libraries] Compiling vergen-git2 v9.1.0
51892026-09-07T14:24:37.830Z[verify-libraries] Compiling strsim v0.10.0
51902026-09-07T14:24:38.207Z[verify-libraries] Compiling darling_core v0.13.4
51912026-09-07T14:24:38.501Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51922026-09-07T14:24:38.736Z[verify-libraries] Compiling diesel-dtrace v0.5.0
51932026-09-07T14:24:39.101Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
51942026-09-07T14:24:39.223Z[verify-libraries] Compiling primeorder v0.14.0
51952026-09-07T14:24:39.635Z[verify-libraries] Compiling ecdsa v0.17.0
51962026-09-07T14:24:39.749Z[verify-libraries] Compiling slog-stdlog v4.1.1
51972026-09-07T14:24:39.782Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51982026-09-07T14:24:39.817Z[verify-libraries] Compiling progenitor-macro v0.13.0
51992026-09-07T14:24:39.838Z[verify-libraries] Compiling tungstenite v0.23.0
52002026-09-07T14:24:40.143Z[verify-libraries] Compiling progenitor-client v0.13.0
52012026-09-07T14:24:40.268Z[verify-libraries] Compiling curve25519-dalek v5.0.0
52022026-09-07T14:24:40.303Z[verify-libraries] Compiling console v0.16.2
52032026-09-07T14:24:40.342Z[verify-libraries] Compiling libsw-core v0.3.2
52042026-09-07T14:24:40.551Z[verify-libraries] Compiling assert_matches v1.5.0
52052026-09-07T14:24:40.583Z[verify-libraries] Compiling void v1.0.2
52062026-09-07T14:24:40.615Z[verify-libraries] Compiling unit-prefix v0.5.2
52072026-09-07T14:24:40.656Z[verify-libraries] Compiling libsw v3.5.0
52082026-09-07T14:24:40.693Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52092026-09-07T14:24:40.768Z[verify-libraries] Compiling lzss v0.8.2
52102026-09-07T14:24:40.861Z[verify-libraries] Compiling indicatif v0.18.4
52112026-09-07T14:24:40.897Z[verify-libraries] Compiling darling_macro v0.13.4
52122026-09-07T14:24:40.933Z[verify-libraries] Compiling slog-envlogger v2.2.0
52132026-09-07T14:24:40.966Z[verify-libraries] Compiling ssh-encoding v0.3.0
52142026-09-07T14:24:41.035Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52152026-09-07T14:24:41.104Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52162026-09-07T14:24:41.109Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52172026-09-07T14:24:41.366Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52182026-09-07T14:24:41.411Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52192026-09-07T14:24:41.528Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52202026-09-07T14:24:41.593Z[verify-libraries] Compiling nix v0.27.1
52212026-09-07T14:24:41.663Z[verify-libraries] Compiling colored v2.2.0
52222026-09-07T14:24:41.792Z[verify-libraries] Compiling blake3 v1.8.5
52232026-09-07T14:24:41.810Z[ recovery-image] Sep 07 14:24:40.761 INFO O| Sep 07 14:24:40.761 INFO O| Actions: 22057/27596 actions (Installing new actions)
52242026-09-07T14:24:41.814Z[verify-libraries] Compiling serde_bytes v0.11.19
52252026-09-07T14:24:41.938Z[verify-libraries] Compiling keccak v0.2.0
52262026-09-07T14:24:42.136Z[verify-libraries] Compiling shell-words v1.1.1
52272026-09-07T14:24:42.226Z[verify-libraries] Compiling darling v0.13.4
52282026-09-07T14:24:42.274Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52292026-09-07T14:24:42.428Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52302026-09-07T14:24:42.493Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52312026-09-07T14:24:42.556Z[ recovery-image] Sep 07 14:24:41.506 INFO O| Sep 07 14:24:41.506 INFO O| Actions: Completed 27596 actions in 5.74 seconds.
52322026-09-07T14:24:42.642Z[ recovery-image] Sep 07 14:24:41.592 INFO O| Sep 07 14:24:41.592 INFO O| Finalize: Updating package state database ... Done
52332026-09-07T14:24:42.642Z[ recovery-image] Sep 07 14:24:41.593 INFO O| Sep 07 14:24:41.592 INFO O| Finalize: Updating package cache ... Done
52342026-09-07T14:24:42.737Z[verify-libraries] Compiling ed25519 v3.0.0
52352026-09-07T14:24:42.832Z[ recovery-image] Sep 07 14:24:41.782 INFO O| Sep 07 14:24:41.782 INFO O| Finalize: Updating image state ... Done
52362026-09-07T14:24:42.846Z[verify-libraries] Compiling crypto-primes v0.7.2
52372026-09-07T14:24:42.965Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52382026-09-07T14:24:43.364Z[verify-libraries] Compiling poly1305 v0.9.0
52392026-09-07T14:24:43.476Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52402026-09-07T14:24:43.528Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52412026-09-07T14:24:43.583Z[ recovery-image] Sep 07 14:24:42.533 INFO O| Sep 07 14:24:42.533 INFO O| Finalize: Creating fast lookup database ... Done
52422026-09-07T14:24:43.601Z[ recovery-image] Sep 07 14:24:42.552 INFO O| Sep 07 14:24:42.552 INFO O| Finalize: Reading search index ... Done
52432026-09-07T14:24:43.885Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52442026-09-07T14:24:44.037Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52452026-09-07T14:24:44.100Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52462026-09-07T14:24:44.187Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52472026-09-07T14:24:44.250Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52482026-09-07T14:24:44.383Z[verify-libraries] Compiling blowfish v0.10.0
52492026-09-07T14:24:44.416Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52502026-09-07T14:24:44.450Z[verify-libraries] Compiling petname v2.0.2
52512026-09-07T14:24:44.524Z[verify-libraries] Compiling arrayref v0.3.9
52522026-09-07T14:24:44.558Z[verify-libraries] Compiling arrayvec v0.7.6
52532026-09-07T14:24:44.637Z[verify-libraries] Compiling constant_time_eq v0.4.2
52542026-09-07T14:24:44.812Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52552026-09-07T14:24:44.892Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52562026-09-07T14:24:45.273Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52572026-09-07T14:24:45.331Z[verify-libraries] Compiling ssh-cipher v0.3.0
52582026-09-07T14:24:45.345Z[ recovery-image] Sep 07 14:24:44.296 INFO O| Sep 07 14:24:44.296 INFO O| Finalize: Building new search index ... Done
52592026-09-07T14:24:45.382Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52602026-09-07T14:24:45.470Z[verify-libraries] Compiling serde_with_macros v1.5.2
52612026-09-07T14:24:45.516Z[verify-libraries] Compiling sha3 v0.11.0
52622026-09-07T14:24:45.520Z[verify-libraries] Compiling progenitor v0.13.0
52632026-09-07T14:24:45.617Z[ recovery-image] Sep 07 14:24:44.567 INFO O| Sep 07 14:24:44.567 INFO O| Finalize: Updating package cache ... Done
52642026-09-07T14:24:45.924Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52652026-09-07T14:24:45.985Z[verify-libraries] Compiling p384 v0.14.0
52662026-09-07T14:24:46.017Z[ recovery-image] Sep 07 14:24:44.968 INFO O| Sep 07 14:24:44.968 INFO STEP 11 (pkg_install) COMPLETE
52672026-09-07T14:24:46.017Z[ recovery-image] Sep 07 14:24:44.968 INFO O| Sep 07 14:24:44.968 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52682026-09-07T14:24:46.017Z[ recovery-image] Sep 07 14:24:44.968 INFO O| Sep 07 14:24:44.968 INFO skip step because feature "recovery" is enabled
52692026-09-07T14:24:46.020Z[ recovery-image] Sep 07 14:24:44.968 INFO O| Sep 07 14:24:44.968 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52702026-09-07T14:24:46.020Z[ recovery-image] Sep 07 14:24:44.968 INFO O| Sep 07 14:24:44.968 INFO skip step because feature "omicron1" is not enabled
52712026-09-07T14:24:46.020Z[ recovery-image] Sep 07 14:24:44.968 INFO O| Sep 07 14:24:44.968 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52722026-09-07T14:24:46.024Z[verify-libraries] Compiling p521 v0.14.0
52732026-09-07T14:24:46.028Z[ recovery-image] Sep 07 14:24:44.979 INFO O| Sep 07 14:24:44.979 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52742026-09-07T14:24:46.134Z[verify-libraries] Compiling p256 v0.14.0
52752026-09-07T14:24:46.188Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52762026-09-07T14:24:46.224Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52772026-09-07T14:24:46.227Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52782026-09-07T14:24:46.467Z[verify-libraries] Compiling twox-hash v2.1.2
52792026-09-07T14:24:46.502Z[verify-libraries] Compiling kem v0.3.0
52802026-09-07T14:24:46.699Z[verify-libraries] Compiling module-lattice v0.2.3
52812026-09-07T14:24:46.884Z[verify-libraries] Compiling atty v0.2.14
52822026-09-07T14:24:46.932Z[verify-libraries] Compiling rtoolbox v0.0.3
52832026-09-07T14:24:46.996Z[verify-libraries] Compiling sponge-cursor v0.1.0
52842026-09-07T14:24:47.032Z[verify-libraries] Compiling topological-sort v0.2.2
52852026-09-07T14:24:47.178Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52862026-09-07T14:24:47.201Z[verify-libraries] Compiling sha3 v0.12.0
52872026-09-07T14:24:47.226Z[verify-libraries] Compiling rpassword v7.5.4
52882026-09-07T14:24:47.366Z[verify-libraries] Compiling ml-kem v0.3.2
52892026-09-07T14:24:47.399Z[verify-libraries] Compiling serde_with v1.14.0
52902026-09-07T14:24:48.016Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52912026-09-07T14:24:48.304Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52922026-09-07T14:24:48.369Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52932026-09-07T14:24:48.492Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52942026-09-07T14:24:48.553Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52952026-09-07T14:24:48.644Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52962026-09-07T14:24:48.698Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52972026-09-07T14:24:48.775Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52982026-09-07T14:24:49.008Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52992026-09-07T14:24:49.127Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53002026-09-07T14:24:49.281Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53012026-09-07T14:24:49.395Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53022026-09-07T14:24:49.771Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53032026-09-07T14:24:49.833Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53042026-09-07T14:24:49.883Z[verify-libraries] Compiling fatfs v0.3.6
53052026-09-07T14:24:49.967Z[verify-libraries] Compiling num-bigint v0.4.6
53062026-09-07T14:24:50.156Z[verify-libraries] Compiling generic-array v1.4.3
53072026-09-07T14:24:50.177Z[verify-libraries] Compiling russh-util v0.52.0
53082026-09-07T14:24:50.197Z[verify-libraries] Compiling enum_dispatch v0.3.13
53092026-09-07T14:24:50.230Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53102026-09-07T14:24:50.318Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53112026-09-07T14:24:50.385Z[verify-libraries] Compiling delegate v0.13.5
53122026-09-07T14:24:50.704Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53132026-09-07T14:24:50.755Z[verify-libraries] Compiling seq-macro v0.3.6
53142026-09-07T14:24:51.393Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53152026-09-07T14:24:51.401Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53162026-09-07T14:24:51.401Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53172026-09-07T14:24:51.401Z[ recovery-image] Sep 07 14:24:50.240 INFO O| Sep 07 14:24:50.240 INFO O| Startup: Refreshing catalog 'helios' ... Done
53182026-09-07T14:24:51.422Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53192026-09-07T14:24:51.672Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53202026-09-07T14:24:51.802Z[ recovery-image] Sep 07 14:24:50.752 INFO O| Sep 07 14:24:50.752 INFO O| Startup: Caching catalogs ... Done
53212026-09-07T14:24:52.188Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53222026-09-07T14:24:52.347Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53232026-09-07T14:24:52.554Z[ recovery-image] Sep 07 14:24:51.505 INFO O| Sep 07 14:24:51.505 INFO O| Planning: Solver setup ... Done
53242026-09-07T14:24:52.559Z[ recovery-image] Sep 07 14:24:51.510 INFO O| Sep 07 14:24:51.510 INFO O| Planning: Running solver ... Done
53252026-09-07T14:24:52.577Z[ recovery-image] Sep 07 14:24:51.527 INFO O| Sep 07 14:24:51.527 INFO O| Planning: Finding local manifests ... Done
53262026-09-07T14:24:52.629Z[ recovery-image] Sep 07 14:24:51.576 INFO O| Sep 07 14:24:51.576 INFO O| Planning: Fetching manifests: 0/1 0% complete
53272026-09-07T14:24:52.648Z[ recovery-image] Sep 07 14:24:51.598 INFO O| Sep 07 14:24:51.598 INFO O| Planning: Fetching manifests: 1/1 100% complete
53282026-09-07T14:24:52.664Z[ recovery-image] Sep 07 14:24:51.614 INFO O| Sep 07 14:24:51.614 INFO O| Planning: Package planning ... Done
53292026-09-07T14:24:52.664Z[ recovery-image] Sep 07 14:24:51.615 INFO O| Sep 07 14:24:51.615 INFO O| Planning: Merging actions ... Done
53302026-09-07T14:24:52.684Z[ recovery-image] Sep 07 14:24:51.635 INFO O| Sep 07 14:24:51.635 INFO O| Planning: Checking for conflicting actions ... Done
53312026-09-07T14:24:52.688Z[ recovery-image] Sep 07 14:24:51.635 INFO O| Sep 07 14:24:51.635 INFO O| Planning: Consolidating action changes ... Done
53322026-09-07T14:24:52.780Z[ recovery-image] Sep 07 14:24:51.730 INFO O| Sep 07 14:24:51.730 INFO O| Planning: Evaluating mediators ... Done
53332026-09-07T14:24:52.788Z[ recovery-image] Sep 07 14:24:51.731 INFO O| Sep 07 14:24:51.730 INFO O| Planning: Planning completed in 0.96 seconds
53342026-09-07T14:24:52.788Z[ recovery-image] Sep 07 14:24:51.731 INFO O| Sep 07 14:24:51.731 INFO O| Packages to install: 1
53352026-09-07T14:24:52.793Z[ recovery-image] Sep 07 14:24:51.743 INFO O| Sep 07 14:24:51.743 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53362026-09-07T14:24:53.174Z[ recovery-image] Sep 07 14:24:52.119 INFO O| Sep 07 14:24:52.119 INFO O| Download: Completed 13.27 MB in 0.38 seconds (35.3M/s)
53372026-09-07T14:24:53.227Z[ recovery-image] Sep 07 14:24:52.177 INFO O| Sep 07 14:24:52.177 INFO O| Actions: 1/22 actions (Installing new actions)
53382026-09-07T14:24:53.448Z[ recovery-image] Sep 07 14:24:52.398 INFO O| Sep 07 14:24:52.398 INFO O| Actions: Completed 22 actions in 0.22 seconds.
53392026-09-07T14:24:53.491Z[ recovery-image] Sep 07 14:24:52.441 INFO O| Sep 07 14:24:52.441 INFO O| Finalize: Updating package state database ... Done
53402026-09-07T14:24:53.491Z[ recovery-image] Sep 07 14:24:52.441 INFO O| Sep 07 14:24:52.441 INFO O| Finalize: Updating package cache ... Done
53412026-09-07T14:24:53.674Z[ recovery-image] Sep 07 14:24:52.624 INFO O| Sep 07 14:24:52.623 INFO O| Finalize: Updating image state ... Done
53422026-09-07T14:24:54.298Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53432026-09-07T14:24:54.512Z[ recovery-image] Sep 07 14:24:53.462 INFO O| Sep 07 14:24:53.462 INFO O| Finalize: Creating fast lookup database ... Done
53442026-09-07T14:24:54.518Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53452026-09-07T14:24:54.529Z[ recovery-image] Sep 07 14:24:53.480 INFO O| Sep 07 14:24:53.480 INFO O| Finalize: Reading search index ... Done
53462026-09-07T14:24:54.529Z[ recovery-image] Sep 07 14:24:53.480 INFO O| Sep 07 14:24:53.480 INFO O| Finalize: Updating search index ... Done
53472026-09-07T14:24:54.540Z[ recovery-image] Sep 07 14:24:53.490 INFO O| Sep 07 14:24:53.490 INFO O| Finalize: Updating package cache ... Done
53482026-09-07T14:24:54.546Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53492026-09-07T14:24:54.645Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53502026-09-07T14:24:54.839Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 14 (pkg_install) COMPLETE
53512026-09-07T14:24:54.839Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53522026-09-07T14:24:54.839Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO skip step because feature "mbist" is not enabled
53532026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53542026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO skip step because feature "mfg" is not enabled
53552026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53562026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO skip step because feature "compliance" is not enabled
53572026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53582026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO skip step because feature "stress" is not enabled
53592026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53602026-09-07T14:24:54.845Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO skip step because feature "compliance" is not enabled
53612026-09-07T14:24:54.846Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53622026-09-07T14:24:54.846Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO skip step because feature "nfs" is not enabled
53632026-09-07T14:24:54.846Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53642026-09-07T14:24:54.846Z[ recovery-image] Sep 07 14:24:53.790 INFO O| Sep 07 14:24:53.790 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53652026-09-07T14:24:55.281Z[ recovery-image] Sep 07 14:24:54.231 INFO O| Sep 07 14:24:54.231 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53662026-09-07T14:24:55.358Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53672026-09-07T14:24:55.460Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53682026-09-07T14:24:55.482Z[ recovery-image] Sep 07 14:24:54.433 INFO O| Sep 07 14:24:54.433 INFO completed processing sled/ramdisk-01-os
53692026-09-07T14:24:55.487Z[ recovery-image] Sep 07 14:24:54.438 INFO image builder template: ramdisk-02-trim...
53702026-09-07T14:24:55.487Z[ recovery-image] Sep 07 14:24:54.438 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/.tmpp1nnmL/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
53712026-09-07T14:24:55.509Z[ recovery-image] Sep 07 14:24:54.460 INFO O| Sep 07 14:24:54.459 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53722026-09-07T14:24:55.513Z[ recovery-image] Sep 07 14:24:54.463 INFO O| Sep 07 14:24:54.463 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53732026-09-07T14:24:55.540Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53742026-09-07T14:24:55.589Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53752026-09-07T14:24:55.641Z[ recovery-image] Sep 07 14:24:54.592 INFO O| Sep 07 14:24:54.591 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53762026-09-07T14:24:55.701Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53772026-09-07T14:24:55.714Z[ recovery-image] Sep 07 14:24:54.663 INFO O| Sep 07 14:24:54.663 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53782026-09-07T14:24:55.714Z[ recovery-image] Sep 07 14:24:54.663 INFO O| Sep 07 14:24:54.663 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53792026-09-07T14:24:55.721Z[ recovery-image] Sep 07 14:24:54.668 INFO O| Sep 07 14:24:54.668 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53802026-09-07T14:24:55.726Z[ recovery-image] Sep 07 14:24:54.671 INFO O| Sep 07 14:24:54.671 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53812026-09-07T14:24:55.726Z[ recovery-image] Sep 07 14:24:54.676 INFO O| Sep 07 14:24:54.676 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53822026-09-07T14:24:55.977Z[verify-libraries] Compiling sync-ptr v0.1.4
53832026-09-07T14:24:56.196Z[verify-libraries] Compiling md5 v0.8.0
53842026-09-07T14:24:56.396Z[ recovery-image] Sep 07 14:24:55.346 INFO O| Sep 07 14:24:55.346 INFO rolled back to input snapshot; work may begin
53852026-09-07T14:24:56.396Z[ recovery-image] Sep 07 14:24:55.346 INFO O| Sep 07 14:24:55.346 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53862026-09-07T14:24:56.401Z[ recovery-image] Sep 07 14:24:55.351 INFO O| Sep 07 14:24:55.351 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53872026-09-07T14:24:56.410Z[ recovery-image] Sep 07 14:24:55.361 INFO O| Sep 07 14:24:55.361 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53882026-09-07T14:24:56.448Z[ recovery-image] Sep 07 14:24:55.398 INFO O| Sep 07 14:24:55.398 INFO STEP 0 (remove_files) COMPLETE
53892026-09-07T14:24:56.448Z[ recovery-image] Sep 07 14:24:55.398 INFO O| Sep 07 14:24:55.398 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53902026-09-07T14:24:56.458Z[ recovery-image] Sep 07 14:24:55.408 INFO O| Sep 07 14:24:55.408 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53912026-09-07T14:24:56.461Z[ recovery-image] Sep 07 14:24:55.409 INFO O| Sep 07 14:24:55.409 INFO STEP 1 (remove_files) COMPLETE
53922026-09-07T14:24:56.462Z[ recovery-image] Sep 07 14:24:55.409 INFO O| Sep 07 14:24:55.409 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53932026-09-07T14:24:56.471Z[ recovery-image] Sep 07 14:24:55.418 INFO O| Sep 07 14:24:55.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53942026-09-07T14:24:56.487Z[ recovery-image] Sep 07 14:24:55.432 INFO O| Sep 07 14:24:55.432 INFO STEP 2 (remove_files) COMPLETE
53952026-09-07T14:24:56.487Z[ recovery-image] Sep 07 14:24:55.432 INFO O| Sep 07 14:24:55.432 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53962026-09-07T14:24:56.492Z[ recovery-image] Sep 07 14:24:55.443 INFO O| Sep 07 14:24:55.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
53972026-09-07T14:24:56.494Z[ recovery-image] Sep 07 14:24:55.444 INFO O| Sep 07 14:24:55.444 INFO STEP 3 (remove_files) COMPLETE
53982026-09-07T14:24:56.495Z[ recovery-image] Sep 07 14:24:55.444 INFO O| Sep 07 14:24:55.444 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53992026-09-07T14:24:56.503Z[ recovery-image] Sep 07 14:24:55.454 INFO O| Sep 07 14:24:55.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
54002026-09-07T14:24:56.506Z[ recovery-image] Sep 07 14:24:55.457 INFO O| Sep 07 14:24:55.457 INFO STEP 4 (remove_files) COMPLETE
54012026-09-07T14:24:56.506Z[ recovery-image] Sep 07 14:24:55.457 INFO O| Sep 07 14:24:55.457 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54022026-09-07T14:24:56.517Z[ recovery-image] Sep 07 14:24:55.467 INFO O| Sep 07 14:24:55.467 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
54032026-09-07T14:24:56.517Z[ recovery-image] Sep 07 14:24:55.468 INFO O| Sep 07 14:24:55.468 INFO STEP 5 (remove_files) COMPLETE
54042026-09-07T14:24:56.517Z[ recovery-image] Sep 07 14:24:55.468 INFO O| Sep 07 14:24:55.468 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54052026-09-07T14:24:56.527Z[ recovery-image] Sep 07 14:24:55.477 INFO O| Sep 07 14:24:55.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
54062026-09-07T14:24:56.537Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO STEP 6 (remove_files) COMPLETE
54072026-09-07T14:24:56.537Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54082026-09-07T14:24:56.538Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO skip step because feature "heliosv2" is not enabled
54092026-09-07T14:24:56.538Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54102026-09-07T14:24:56.538Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO skip step because feature "recovery" is enabled
54112026-09-07T14:24:56.541Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54122026-09-07T14:24:56.541Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO skip step because feature "recovery" is enabled
54132026-09-07T14:24:56.541Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54142026-09-07T14:24:56.541Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO skip step because feature "recovery" is enabled
54152026-09-07T14:24:56.541Z[ recovery-image] Sep 07 14:24:55.488 INFO O| Sep 07 14:24:55.488 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54162026-09-07T14:24:56.548Z[ recovery-image] Sep 07 14:24:55.498 INFO O| Sep 07 14:24:55.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54172026-09-07T14:24:56.551Z[ recovery-image] Sep 07 14:24:55.501 INFO O| Sep 07 14:24:55.501 INFO STEP 11 (remove_files) COMPLETE
54182026-09-07T14:24:56.551Z[ recovery-image] Sep 07 14:24:55.501 INFO O| Sep 07 14:24:55.501 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54192026-09-07T14:24:56.560Z[ recovery-image] Sep 07 14:24:55.511 INFO O| Sep 07 14:24:55.511 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54202026-09-07T14:24:56.563Z[ recovery-image] Sep 07 14:24:55.511 INFO O| Sep 07 14:24:55.511 INFO STEP 12 (remove_files) COMPLETE
54212026-09-07T14:24:56.563Z[ recovery-image] Sep 07 14:24:55.511 INFO O| Sep 07 14:24:55.511 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54222026-09-07T14:24:56.572Z[ recovery-image] Sep 07 14:24:55.522 INFO O| Sep 07 14:24:55.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54232026-09-07T14:24:56.575Z[ recovery-image] Sep 07 14:24:55.522 INFO O| Sep 07 14:24:55.522 INFO STEP 13 (remove_files) COMPLETE
54242026-09-07T14:24:56.575Z[ recovery-image] Sep 07 14:24:55.523 INFO O| Sep 07 14:24:55.522 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54252026-09-07T14:24:56.588Z[ recovery-image] Sep 07 14:24:55.539 INFO O| Sep 07 14:24:55.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54262026-09-07T14:24:56.622Z[ recovery-image] Sep 07 14:24:55.572 INFO O| Sep 07 14:24:55.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54272026-09-07T14:24:56.641Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54282026-09-07T14:24:56.681Z[verify-libraries] Compiling hex-literal v1.1.0
54292026-09-07T14:24:56.738Z[ recovery-image] Sep 07 14:24:55.685 INFO O| Sep 07 14:24:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54302026-09-07T14:24:56.738Z[ recovery-image] Sep 07 14:24:55.685 INFO O| Sep 07 14:24:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54312026-09-07T14:24:56.743Z[ recovery-image] Sep 07 14:24:55.685 INFO O| Sep 07 14:24:55.685 INFO STEP 14 (remove_files) COMPLETE
54322026-09-07T14:24:56.743Z[ recovery-image] Sep 07 14:24:55.685 INFO O| Sep 07 14:24:55.685 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54332026-09-07T14:24:56.747Z[ recovery-image] Sep 07 14:24:55.697 INFO O| Sep 07 14:24:55.697 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54342026-09-07T14:24:56.747Z[ recovery-image] Sep 07 14:24:55.698 INFO O| Sep 07 14:24:55.698 INFO STEP 15 (remove_files) COMPLETE
54352026-09-07T14:24:56.747Z[ recovery-image] Sep 07 14:24:55.698 INFO O| Sep 07 14:24:55.698 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54362026-09-07T14:24:56.757Z[ recovery-image] Sep 07 14:24:55.707 INFO O| Sep 07 14:24:55.707 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54372026-09-07T14:24:56.788Z[ recovery-image] Sep 07 14:24:55.739 INFO O| Sep 07 14:24:55.739 INFO STEP 16 (remove_files) COMPLETE
54382026-09-07T14:24:56.788Z[ recovery-image] Sep 07 14:24:55.739 INFO O| Sep 07 14:24:55.739 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54392026-09-07T14:24:56.816Z[ recovery-image] Sep 07 14:24:55.763 INFO O| Sep 07 14:24:55.763 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54402026-09-07T14:24:56.817Z[ recovery-image] Sep 07 14:24:55.763 INFO O| Sep 07 14:24:55.763 INFO STEP 17 (remove_files) COMPLETE
54412026-09-07T14:24:56.822Z[ recovery-image] Sep 07 14:24:55.763 INFO O| Sep 07 14:24:55.763 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54422026-09-07T14:24:56.825Z[ recovery-image] Sep 07 14:24:55.773 INFO O| Sep 07 14:24:55.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54432026-09-07T14:24:56.825Z[ recovery-image] Sep 07 14:24:55.774 INFO O| Sep 07 14:24:55.774 INFO STEP 18 (remove_files) COMPLETE
54442026-09-07T14:24:56.825Z[ recovery-image] Sep 07 14:24:55.774 INFO O| Sep 07 14:24:55.774 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54452026-09-07T14:24:56.833Z[ recovery-image] Sep 07 14:24:55.784 INFO O| Sep 07 14:24:55.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54462026-09-07T14:24:56.833Z[ recovery-image] Sep 07 14:24:55.784 INFO O| Sep 07 14:24:55.784 INFO STEP 19 (remove_files) COMPLETE
54472026-09-07T14:24:56.833Z[ recovery-image] Sep 07 14:24:55.784 INFO O| Sep 07 14:24:55.784 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54482026-09-07T14:24:56.843Z[ recovery-image] Sep 07 14:24:55.794 INFO O| Sep 07 14:24:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54492026-09-07T14:24:56.843Z[ recovery-image] Sep 07 14:24:55.794 INFO O| Sep 07 14:24:55.794 INFO STEP 20 (remove_files) COMPLETE
54502026-09-07T14:24:56.843Z[ recovery-image] Sep 07 14:24:55.794 INFO O| Sep 07 14:24:55.794 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54512026-09-07T14:24:56.853Z[ recovery-image] Sep 07 14:24:55.803 INFO O| Sep 07 14:24:55.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54522026-09-07T14:24:56.853Z[ recovery-image] Sep 07 14:24:55.803 INFO O| Sep 07 14:24:55.803 INFO STEP 21 (remove_files) COMPLETE
54532026-09-07T14:24:56.853Z[ recovery-image] Sep 07 14:24:55.803 INFO O| Sep 07 14:24:55.803 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54542026-09-07T14:24:56.857Z[verify-libraries] Compiling russh v0.62.4
54552026-09-07T14:24:56.866Z[ recovery-image] Sep 07 14:24:55.817 INFO O| Sep 07 14:24:55.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54562026-09-07T14:24:56.866Z[ recovery-image] Sep 07 14:24:55.817 INFO O| Sep 07 14:24:55.817 INFO STEP 22 (remove_files) COMPLETE
54572026-09-07T14:24:56.870Z[ recovery-image] Sep 07 14:24:55.817 INFO O| Sep 07 14:24:55.817 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54582026-09-07T14:24:56.876Z[ recovery-image] Sep 07 14:24:55.826 INFO O| Sep 07 14:24:55.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54592026-09-07T14:24:56.876Z[ recovery-image] Sep 07 14:24:55.826 INFO O| Sep 07 14:24:55.826 INFO STEP 23 (remove_files) COMPLETE
54602026-09-07T14:24:56.880Z[ recovery-image] Sep 07 14:24:55.826 INFO O| Sep 07 14:24:55.826 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54612026-09-07T14:24:56.886Z[ recovery-image] Sep 07 14:24:55.837 INFO O| Sep 07 14:24:55.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54622026-09-07T14:24:56.886Z[ recovery-image] Sep 07 14:24:55.837 INFO O| Sep 07 14:24:55.837 INFO STEP 24 (remove_files) COMPLETE
54632026-09-07T14:24:56.900Z[ recovery-image] Sep 07 14:24:55.837 INFO O| Sep 07 14:24:55.837 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54642026-09-07T14:24:56.913Z[ recovery-image] Sep 07 14:24:55.863 INFO O| Sep 07 14:24:55.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54652026-09-07T14:24:56.913Z[ recovery-image] Sep 07 14:24:55.863 INFO O| Sep 07 14:24:55.863 INFO STEP 25 (remove_files) COMPLETE
54662026-09-07T14:24:56.913Z[ recovery-image] Sep 07 14:24:55.863 INFO O| Sep 07 14:24:55.863 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54672026-09-07T14:24:56.989Z[ recovery-image] Sep 07 14:24:55.939 INFO O| Sep 07 14:24:55.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54682026-09-07T14:24:56.989Z[ recovery-image] Sep 07 14:24:55.939 INFO O| Sep 07 14:24:55.939 INFO STEP 26 (remove_files) COMPLETE
54692026-09-07T14:24:56.989Z[ recovery-image] Sep 07 14:24:55.939 INFO O| Sep 07 14:24:55.939 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54702026-09-07T14:24:57.059Z[ recovery-image] Sep 07 14:24:55.950 INFO O| Sep 07 14:24:55.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54712026-09-07T14:24:57.059Z[ recovery-image] Sep 07 14:24:55.950 INFO O| Sep 07 14:24:55.950 INFO STEP 27 (remove_files) COMPLETE
54722026-09-07T14:24:57.059Z[ recovery-image] Sep 07 14:24:55.950 INFO O| Sep 07 14:24:55.950 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54732026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.964 INFO O| Sep 07 14:24:55.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54742026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.964 INFO O| Sep 07 14:24:55.964 INFO STEP 28 (remove_files) COMPLETE
54752026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.964 INFO O| Sep 07 14:24:55.964 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54762026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.976 INFO O| Sep 07 14:24:55.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54772026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.976 INFO O| Sep 07 14:24:55.976 INFO STEP 29 (remove_files) COMPLETE
54782026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.976 INFO O| Sep 07 14:24:55.976 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54792026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.987 INFO O| Sep 07 14:24:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54802026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.987 INFO O| Sep 07 14:24:55.987 INFO STEP 30 (remove_files) COMPLETE
54812026-09-07T14:24:57.064Z[ recovery-image] Sep 07 14:24:55.987 INFO O| Sep 07 14:24:55.987 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54822026-09-07T14:24:57.068Z[ recovery-image] Sep 07 14:24:56.012 INFO O| Sep 07 14:24:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54832026-09-07T14:24:57.068Z[ recovery-image] Sep 07 14:24:56.012 INFO O| Sep 07 14:24:56.012 INFO STEP 31 (remove_files) COMPLETE
54842026-09-07T14:24:57.068Z[ recovery-image] Sep 07 14:24:56.012 INFO O| Sep 07 14:24:56.012 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54852026-09-07T14:24:57.076Z[ recovery-image] Sep 07 14:24:56.021 INFO O| Sep 07 14:24:56.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54862026-09-07T14:24:57.076Z[ recovery-image] Sep 07 14:24:56.021 INFO O| Sep 07 14:24:56.021 INFO STEP 32 (remove_files) COMPLETE
54872026-09-07T14:24:57.076Z[ recovery-image] Sep 07 14:24:56.021 INFO O| Sep 07 14:24:56.021 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54882026-09-07T14:24:57.081Z[ recovery-image] Sep 07 14:24:56.030 INFO O| Sep 07 14:24:56.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54892026-09-07T14:24:57.081Z[ recovery-image] Sep 07 14:24:56.030 INFO O| Sep 07 14:24:56.030 INFO STEP 33 (remove_files) COMPLETE
54902026-09-07T14:24:57.081Z[ recovery-image] Sep 07 14:24:56.030 INFO O| Sep 07 14:24:56.030 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54912026-09-07T14:24:57.087Z[ recovery-image] Sep 07 14:24:56.038 INFO O| Sep 07 14:24:56.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54922026-09-07T14:24:57.087Z[ recovery-image] Sep 07 14:24:56.038 INFO O| Sep 07 14:24:56.038 INFO STEP 34 (remove_files) COMPLETE
54932026-09-07T14:24:57.090Z[ recovery-image] Sep 07 14:24:56.038 INFO O| Sep 07 14:24:56.038 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54942026-09-07T14:24:57.104Z[ recovery-image] Sep 07 14:24:56.053 INFO O| Sep 07 14:24:56.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54952026-09-07T14:24:57.104Z[ recovery-image] Sep 07 14:24:56.053 INFO O| Sep 07 14:24:56.053 INFO STEP 35 (remove_files) COMPLETE
54962026-09-07T14:24:57.108Z[ recovery-image] Sep 07 14:24:56.053 INFO O| Sep 07 14:24:56.053 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54972026-09-07T14:24:57.113Z[ recovery-image] Sep 07 14:24:56.063 INFO O| Sep 07 14:24:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54982026-09-07T14:24:57.113Z[ recovery-image] Sep 07 14:24:56.063 INFO O| Sep 07 14:24:56.063 INFO STEP 36 (remove_files) COMPLETE
54992026-09-07T14:24:57.113Z[ recovery-image] Sep 07 14:24:56.063 INFO O| Sep 07 14:24:56.063 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55002026-09-07T14:24:57.122Z[ recovery-image] Sep 07 14:24:56.073 INFO O| Sep 07 14:24:56.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55012026-09-07T14:24:57.122Z[ recovery-image] Sep 07 14:24:56.073 INFO O| Sep 07 14:24:56.073 INFO STEP 37 (remove_files) COMPLETE
55022026-09-07T14:24:57.125Z[ recovery-image] Sep 07 14:24:56.073 INFO O| Sep 07 14:24:56.073 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55032026-09-07T14:24:57.132Z[ recovery-image] Sep 07 14:24:56.083 INFO O| Sep 07 14:24:56.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55042026-09-07T14:24:57.135Z[ recovery-image] Sep 07 14:24:56.083 INFO O| Sep 07 14:24:56.083 INFO STEP 38 (remove_files) COMPLETE
55052026-09-07T14:24:57.135Z[ recovery-image] Sep 07 14:24:56.083 INFO O| Sep 07 14:24:56.083 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55062026-09-07T14:24:57.141Z[ recovery-image] Sep 07 14:24:56.092 INFO O| Sep 07 14:24:56.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55072026-09-07T14:24:57.141Z[ recovery-image] Sep 07 14:24:56.092 INFO O| Sep 07 14:24:56.092 INFO STEP 39 (remove_files) COMPLETE
55082026-09-07T14:24:57.147Z[ recovery-image] Sep 07 14:24:56.092 INFO O| Sep 07 14:24:56.092 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55092026-09-07T14:24:57.151Z[ recovery-image] Sep 07 14:24:56.102 INFO O| Sep 07 14:24:56.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55102026-09-07T14:24:57.151Z[ recovery-image] Sep 07 14:24:56.102 INFO O| Sep 07 14:24:56.102 INFO STEP 40 (remove_files) COMPLETE
55112026-09-07T14:24:57.151Z[ recovery-image] Sep 07 14:24:56.102 INFO O| Sep 07 14:24:56.102 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55122026-09-07T14:24:57.162Z[ recovery-image] Sep 07 14:24:56.113 INFO O| Sep 07 14:24:56.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55132026-09-07T14:24:57.162Z[ recovery-image] Sep 07 14:24:56.113 INFO O| Sep 07 14:24:56.113 INFO STEP 41 (remove_files) COMPLETE
55142026-09-07T14:24:57.162Z[ recovery-image] Sep 07 14:24:56.113 INFO O| Sep 07 14:24:56.113 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55152026-09-07T14:24:57.173Z[ recovery-image] Sep 07 14:24:56.124 INFO O| Sep 07 14:24:56.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55162026-09-07T14:24:57.173Z[ recovery-image] Sep 07 14:24:56.124 INFO O| Sep 07 14:24:56.124 INFO STEP 42 (remove_files) COMPLETE
55172026-09-07T14:24:57.173Z[ recovery-image] Sep 07 14:24:56.124 INFO O| Sep 07 14:24:56.124 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55182026-09-07T14:24:57.184Z[ recovery-image] Sep 07 14:24:56.134 INFO O| Sep 07 14:24:56.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55192026-09-07T14:24:57.184Z[ recovery-image] Sep 07 14:24:56.134 INFO O| Sep 07 14:24:56.134 INFO STEP 43 (remove_files) COMPLETE
55202026-09-07T14:24:57.188Z[ recovery-image] Sep 07 14:24:56.134 INFO O| Sep 07 14:24:56.134 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55212026-09-07T14:24:57.199Z[ recovery-image] Sep 07 14:24:56.143 INFO O| Sep 07 14:24:56.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55222026-09-07T14:24:57.199Z[ recovery-image] Sep 07 14:24:56.143 INFO O| Sep 07 14:24:56.143 INFO STEP 44 (remove_files) COMPLETE
55232026-09-07T14:24:57.199Z[ recovery-image] Sep 07 14:24:56.143 INFO O| Sep 07 14:24:56.143 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55242026-09-07T14:24:57.202Z[ recovery-image] Sep 07 14:24:56.152 INFO O| Sep 07 14:24:56.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55252026-09-07T14:24:57.202Z[ recovery-image] Sep 07 14:24:56.152 INFO O| Sep 07 14:24:56.152 INFO STEP 45 (remove_files) COMPLETE
55262026-09-07T14:24:57.202Z[ recovery-image] Sep 07 14:24:56.152 INFO O| Sep 07 14:24:56.152 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55272026-09-07T14:24:57.210Z[ recovery-image] Sep 07 14:24:56.161 INFO O| Sep 07 14:24:56.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55282026-09-07T14:24:57.210Z[ recovery-image] Sep 07 14:24:56.161 INFO O| Sep 07 14:24:56.161 INFO STEP 46 (remove_files) COMPLETE
55292026-09-07T14:24:57.210Z[ recovery-image] Sep 07 14:24:56.161 INFO O| Sep 07 14:24:56.161 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55302026-09-07T14:24:57.220Z[ recovery-image] Sep 07 14:24:56.168 INFO O| Sep 07 14:24:56.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55312026-09-07T14:24:57.220Z[ recovery-image] Sep 07 14:24:56.169 INFO O| Sep 07 14:24:56.169 INFO STEP 47 (remove_files) COMPLETE
55322026-09-07T14:24:57.220Z[ recovery-image] Sep 07 14:24:56.169 INFO O| Sep 07 14:24:56.169 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55332026-09-07T14:24:57.228Z[ recovery-image] Sep 07 14:24:56.179 INFO O| Sep 07 14:24:56.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55342026-09-07T14:24:57.228Z[ recovery-image] Sep 07 14:24:56.179 INFO O| Sep 07 14:24:56.179 INFO STEP 48 (remove_files) COMPLETE
55352026-09-07T14:24:57.229Z[ recovery-image] Sep 07 14:24:56.179 INFO O| Sep 07 14:24:56.179 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55362026-09-07T14:24:57.238Z[ recovery-image] Sep 07 14:24:56.189 INFO O| Sep 07 14:24:56.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55372026-09-07T14:24:57.239Z[ recovery-image] Sep 07 14:24:56.189 INFO O| Sep 07 14:24:56.189 INFO STEP 49 (remove_files) COMPLETE
55382026-09-07T14:24:57.239Z[ recovery-image] Sep 07 14:24:56.189 INFO O| Sep 07 14:24:56.189 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55392026-09-07T14:24:57.250Z[ recovery-image] Sep 07 14:24:56.200 INFO O| Sep 07 14:24:56.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55402026-09-07T14:24:57.250Z[ recovery-image] Sep 07 14:24:56.200 INFO O| Sep 07 14:24:56.200 INFO STEP 50 (remove_files) COMPLETE
55412026-09-07T14:24:57.253Z[ recovery-image] Sep 07 14:24:56.200 INFO O| Sep 07 14:24:56.200 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55422026-09-07T14:24:57.258Z[ recovery-image] Sep 07 14:24:56.209 INFO O| Sep 07 14:24:56.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55432026-09-07T14:24:57.258Z[ recovery-image] Sep 07 14:24:56.209 INFO O| Sep 07 14:24:56.209 INFO STEP 51 (remove_files) COMPLETE
55442026-09-07T14:24:57.258Z[ recovery-image] Sep 07 14:24:56.209 INFO O| Sep 07 14:24:56.209 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55452026-09-07T14:24:57.268Z[ recovery-image] Sep 07 14:24:56.218 INFO O| Sep 07 14:24:56.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55462026-09-07T14:24:57.268Z[ recovery-image] Sep 07 14:24:56.218 INFO O| Sep 07 14:24:56.218 INFO STEP 52 (remove_files) COMPLETE
55472026-09-07T14:24:57.268Z[ recovery-image] Sep 07 14:24:56.218 INFO O| Sep 07 14:24:56.218 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55482026-09-07T14:24:57.278Z[ recovery-image] Sep 07 14:24:56.228 INFO O| Sep 07 14:24:56.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55492026-09-07T14:24:57.278Z[ recovery-image] Sep 07 14:24:56.228 INFO O| Sep 07 14:24:56.228 INFO STEP 53 (remove_files) COMPLETE
55502026-09-07T14:24:57.278Z[ recovery-image] Sep 07 14:24:56.228 INFO O| Sep 07 14:24:56.228 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55512026-09-07T14:24:57.287Z[ recovery-image] Sep 07 14:24:56.237 INFO O| Sep 07 14:24:56.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55522026-09-07T14:24:57.287Z[ recovery-image] Sep 07 14:24:56.237 INFO O| Sep 07 14:24:56.237 INFO STEP 54 (remove_files) COMPLETE
55532026-09-07T14:24:57.291Z[ recovery-image] Sep 07 14:24:56.238 INFO O| Sep 07 14:24:56.237 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55542026-09-07T14:24:57.296Z[ recovery-image] Sep 07 14:24:56.246 INFO O| Sep 07 14:24:56.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55552026-09-07T14:24:57.296Z[ recovery-image] Sep 07 14:24:56.247 INFO O| Sep 07 14:24:56.246 INFO STEP 55 (remove_files) COMPLETE
55562026-09-07T14:24:57.299Z[ recovery-image] Sep 07 14:24:56.247 INFO O| Sep 07 14:24:56.246 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55572026-09-07T14:24:57.306Z[ recovery-image] Sep 07 14:24:56.257 INFO O| Sep 07 14:24:56.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55582026-09-07T14:24:57.306Z[ recovery-image] Sep 07 14:24:56.257 INFO O| Sep 07 14:24:56.257 INFO STEP 56 (remove_files) COMPLETE
55592026-09-07T14:24:57.311Z[ recovery-image] Sep 07 14:24:56.257 INFO O| Sep 07 14:24:56.257 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55602026-09-07T14:24:57.316Z[ recovery-image] Sep 07 14:24:56.266 INFO O| Sep 07 14:24:56.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55612026-09-07T14:24:57.316Z[ recovery-image] Sep 07 14:24:56.266 INFO O| Sep 07 14:24:56.266 INFO STEP 57 (remove_files) COMPLETE
55622026-09-07T14:24:57.320Z[ recovery-image] Sep 07 14:24:56.266 INFO O| Sep 07 14:24:56.266 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55632026-09-07T14:24:57.327Z[ recovery-image] Sep 07 14:24:56.278 INFO O| Sep 07 14:24:56.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55642026-09-07T14:24:57.327Z[ recovery-image] Sep 07 14:24:56.278 INFO O| Sep 07 14:24:56.278 INFO STEP 58 (remove_files) COMPLETE
55652026-09-07T14:24:57.331Z[ recovery-image] Sep 07 14:24:56.278 INFO O| Sep 07 14:24:56.278 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55662026-09-07T14:24:57.337Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55672026-09-07T14:24:57.337Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55682026-09-07T14:24:57.337Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55692026-09-07T14:24:57.341Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55702026-09-07T14:24:57.341Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55712026-09-07T14:24:57.341Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55722026-09-07T14:24:57.341Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO ok!
55732026-09-07T14:24:57.341Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO STEP 59 (ensure_file) COMPLETE
55742026-09-07T14:24:57.341Z[ recovery-image] Sep 07 14:24:56.288 INFO O| Sep 07 14:24:56.288 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55752026-09-07T14:24:57.348Z[ recovery-image] Sep 07 14:24:56.298 INFO O| Sep 07 14:24:56.298 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55762026-09-07T14:24:57.348Z[ recovery-image] Sep 07 14:24:56.298 INFO O| Sep 07 14:24:56.298 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55772026-09-07T14:24:57.356Z[ recovery-image] Sep 07 14:24:56.298 INFO O| Sep 07 14:24:56.298 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55782026-09-07T14:24:57.357Z[ recovery-image] Sep 07 14:24:56.298 INFO O| Sep 07 14:24:56.298 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55792026-09-07T14:24:57.357Z[ recovery-image] Sep 07 14:24:56.298 INFO O| Sep 07 14:24:56.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55802026-09-07T14:24:57.357Z[ recovery-image] Sep 07 14:24:56.299 INFO O| Sep 07 14:24:56.299 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55812026-09-07T14:24:57.357Z[ recovery-image] Sep 07 14:24:56.299 INFO O| Sep 07 14:24:56.299 INFO ok!
55822026-09-07T14:24:57.357Z[ recovery-image] Sep 07 14:24:56.299 INFO O| Sep 07 14:24:56.299 INFO STEP 60 (ensure_file) COMPLETE
55832026-09-07T14:24:57.357Z[ recovery-image] Sep 07 14:24:56.299 INFO O| Sep 07 14:24:56.299 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55842026-09-07T14:24:57.360Z[ recovery-image] Sep 07 14:24:56.310 INFO O| Sep 07 14:24:56.310 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55852026-09-07T14:24:57.360Z[ recovery-image] Sep 07 14:24:56.310 INFO O| Sep 07 14:24:56.310 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55862026-09-07T14:24:57.360Z[ recovery-image] Sep 07 14:24:56.310 INFO O| Sep 07 14:24:56.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55872026-09-07T14:24:57.360Z[ recovery-image] Sep 07 14:24:56.310 INFO O| Sep 07 14:24:56.310 INFO ok!
55882026-09-07T14:24:57.360Z[ recovery-image] Sep 07 14:24:56.310 INFO O| Sep 07 14:24:56.310 INFO STEP 61 (ensure_file) COMPLETE
55892026-09-07T14:24:57.360Z[ recovery-image] Sep 07 14:24:56.310 INFO O| Sep 07 14:24:56.310 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55902026-09-07T14:24:57.373Z[ recovery-image] Sep 07 14:24:56.321 INFO O| Sep 07 14:24:56.321 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55912026-09-07T14:24:57.373Z[ recovery-image] Sep 07 14:24:56.321 INFO O| Sep 07 14:24:56.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55922026-09-07T14:24:57.373Z[ recovery-image] Sep 07 14:24:56.321 INFO O| Sep 07 14:24:56.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55932026-09-07T14:24:57.378Z[ recovery-image] Sep 07 14:24:56.321 INFO O| Sep 07 14:24:56.321 INFO ok!
55942026-09-07T14:24:57.378Z[ recovery-image] Sep 07 14:24:56.321 INFO O| Sep 07 14:24:56.321 INFO STEP 62 (ensure_file) COMPLETE
55952026-09-07T14:24:57.378Z[ recovery-image] Sep 07 14:24:56.321 INFO O| Sep 07 14:24:56.321 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55962026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55972026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55982026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
55992026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56002026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 INFO ok!
56012026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 INFO STEP 63 (ensure_file) COMPLETE
56022026-09-07T14:24:57.382Z[ recovery-image] Sep 07 14:24:56.331 INFO O| Sep 07 14:24:56.331 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56032026-09-07T14:24:57.391Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56042026-09-07T14:24:57.391Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56052026-09-07T14:24:57.391Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56062026-09-07T14:24:57.394Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56072026-09-07T14:24:57.394Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 INFO ok!
56082026-09-07T14:24:57.394Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 INFO STEP 64 (ensure_file) COMPLETE
56092026-09-07T14:24:57.394Z[ recovery-image] Sep 07 14:24:56.340 INFO O| Sep 07 14:24:56.340 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56102026-09-07T14:24:57.403Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56112026-09-07T14:24:57.407Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56122026-09-07T14:24:57.407Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56132026-09-07T14:24:57.407Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56142026-09-07T14:24:57.407Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO ok!
56152026-09-07T14:24:57.407Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO STEP 65 (ensure_file) COMPLETE
56162026-09-07T14:24:57.407Z[ recovery-image] Sep 07 14:24:56.351 INFO O| Sep 07 14:24:56.351 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56172026-09-07T14:24:57.411Z[ recovery-image] Sep 07 14:24:56.361 INFO O| Sep 07 14:24:56.361 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56182026-09-07T14:24:57.412Z[ recovery-image] Sep 07 14:24:56.361 INFO O| Sep 07 14:24:56.361 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56192026-09-07T14:24:57.412Z[ recovery-image] Sep 07 14:24:56.361 INFO O| Sep 07 14:24:56.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56202026-09-07T14:24:57.415Z[ recovery-image] Sep 07 14:24:56.361 INFO O| Sep 07 14:24:56.361 INFO ok!
56212026-09-07T14:24:57.415Z[ recovery-image] Sep 07 14:24:56.361 INFO O| Sep 07 14:24:56.361 INFO STEP 66 (assemble_files) COMPLETE
56222026-09-07T14:24:57.415Z[ recovery-image] Sep 07 14:24:56.361 INFO O| Sep 07 14:24:56.361 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56232026-09-07T14:24:57.425Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56242026-09-07T14:24:57.425Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56252026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56262026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56272026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO ok!
56282026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO STEP 67 (ensure_file) COMPLETE
56292026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56302026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO skip step because feature "omicron1" is not enabled
56312026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56322026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO skip step because feature "omicron1" is not enabled
56332026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56342026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO skip step because feature "omicron1" is not enabled
56352026-09-07T14:24:57.429Z[ recovery-image] Sep 07 14:24:56.371 INFO O| Sep 07 14:24:56.371 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56362026-09-07T14:24:57.436Z[ recovery-image] Sep 07 14:24:56.387 INFO O| Sep 07 14:24:56.387 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56372026-09-07T14:24:57.436Z[ recovery-image] Sep 07 14:24:56.387 INFO O| Sep 07 14:24:56.387 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56382026-09-07T14:24:57.819Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56392026-09-07T14:24:58.061Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56402026-09-07T14:24:58.161Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56412026-09-07T14:24:58.799Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56422026-09-07T14:24:58.810Z[ recovery-image] Sep 07 14:24:57.761 INFO O| Sep 07 14:24:57.761 INFO STEP 71 (pack_tar) COMPLETE
56432026-09-07T14:24:58.811Z[ recovery-image] Sep 07 14:24:57.761 INFO O| Sep 07 14:24:57.761 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56442026-09-07T14:24:58.811Z[ recovery-image] Sep 07 14:24:57.761 INFO O| Sep 07 14:24:57.761 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56452026-09-07T14:24:59.306Z[ recovery-image] Sep 07 14:24:58.254 INFO O| Sep 07 14:24:58.254 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56462026-09-07T14:24:59.411Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
56472026-09-07T14:24:59.424Z[ recovery-image] Sep 07 14:24:58.373 INFO O| Sep 07 14:24:58.373 INFO completed processing sled/ramdisk-02-trim
56482026-09-07T14:24:59.430Z[ recovery-image] Sep 07 14:24:58.375 INFO image builder template: ramdisk-03-recovery-trim...
56492026-09-07T14:24:59.430Z[ recovery-image] Sep 07 14:24:58.375 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/.tmpp1nnmL/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
56502026-09-07T14:24:59.430Z[ recovery-image] Sep 07 14:24:58.380 INFO O| Sep 07 14:24:58.380 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56512026-09-07T14:24:59.434Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
56522026-09-07T14:24:59.508Z[ recovery-image] Sep 07 14:24:58.455 INFO O| Sep 07 14:24:58.455 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56532026-09-07T14:24:59.512Z[ recovery-image] Sep 07 14:24:58.460 INFO O| Sep 07 14:24:58.460 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56542026-09-07T14:24:59.555Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
56552026-09-07T14:24:59.650Z[ recovery-image] Sep 07 14:24:58.600 INFO O| Sep 07 14:24:58.600 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56562026-09-07T14:24:59.786Z[ recovery-image] Sep 07 14:24:58.681 INFO O| Sep 07 14:24:58.681 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56572026-09-07T14:24:59.787Z[ recovery-image] Sep 07 14:24:58.681 INFO O| Sep 07 14:24:58.681 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56582026-09-07T14:24:59.806Z[ recovery-image] Sep 07 14:24:58.687 INFO O| Sep 07 14:24:58.687 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56592026-09-07T14:24:59.806Z[ recovery-image] Sep 07 14:24:58.691 INFO O| Sep 07 14:24:58.691 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56602026-09-07T14:24:59.806Z[ recovery-image] Sep 07 14:24:58.696 INFO O| Sep 07 14:24:58.696 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56612026-09-07T14:24:59.838Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56622026-09-07T14:25:00.254Z[verify-libraries] Compiling fs-err v2.11.0
56632026-09-07T14:25:00.286Z[verify-libraries] Compiling internet-checksum v0.2.1
56642026-09-07T14:25:00.690Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56652026-09-07T14:25:00.788Z[ recovery-image] Sep 07 14:24:59.738 INFO O| Sep 07 14:24:59.738 INFO rolled back to input snapshot; work may begin
56662026-09-07T14:25:00.788Z[ recovery-image] Sep 07 14:24:59.738 INFO O| Sep 07 14:24:59.738 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56672026-09-07T14:25:00.792Z[ recovery-image] Sep 07 14:24:59.743 INFO O| Sep 07 14:24:59.743 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-09-07T14:25:00.807Z[ recovery-image] Sep 07 14:24:59.752 INFO O| Sep 07 14:24:59.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56692026-09-07T14:25:00.811Z[ recovery-image] Sep 07 14:24:59.755 INFO O| Sep 07 14:24:59.755 INFO STEP 0 (remove_files) COMPLETE
56702026-09-07T14:25:00.812Z[ recovery-image] Sep 07 14:24:59.755 INFO O| Sep 07 14:24:59.755 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-09-07T14:25:00.822Z[ recovery-image] Sep 07 14:24:59.764 INFO O| Sep 07 14:24:59.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56722026-09-07T14:25:00.823Z[ recovery-image] Sep 07 14:24:59.766 INFO O| Sep 07 14:24:59.766 INFO STEP 1 (remove_files) COMPLETE
56732026-09-07T14:25:00.823Z[ recovery-image] Sep 07 14:24:59.766 INFO O| Sep 07 14:24:59.766 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-09-07T14:25:00.826Z[ recovery-image] Sep 07 14:24:59.775 INFO O| Sep 07 14:24:59.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56752026-09-07T14:25:00.832Z[ recovery-image] Sep 07 14:24:59.778 INFO O| Sep 07 14:24:59.778 INFO STEP 2 (remove_files) COMPLETE
56762026-09-07T14:25:00.832Z[ recovery-image] Sep 07 14:24:59.778 INFO O| Sep 07 14:24:59.778 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-09-07T14:25:00.840Z[ recovery-image] Sep 07 14:24:59.788 INFO O| Sep 07 14:24:59.788 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56782026-09-07T14:25:00.905Z[ recovery-image] Sep 07 14:24:59.856 INFO O| Sep 07 14:24:59.856 INFO STEP 3 (remove_files) COMPLETE
56792026-09-07T14:25:00.905Z[ recovery-image] Sep 07 14:24:59.856 INFO O| Sep 07 14:24:59.856 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-09-07T14:25:00.916Z[ recovery-image] Sep 07 14:24:59.866 INFO O| Sep 07 14:24:59.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56812026-09-07T14:25:00.924Z[ recovery-image] Sep 07 14:24:59.867 INFO O| Sep 07 14:24:59.867 INFO STEP 4 (remove_files) COMPLETE
56822026-09-07T14:25:00.924Z[ recovery-image] Sep 07 14:24:59.867 INFO O| Sep 07 14:24:59.867 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-09-07T14:25:00.929Z[ recovery-image] Sep 07 14:24:59.876 INFO O| Sep 07 14:24:59.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56842026-09-07T14:25:00.964Z[ recovery-image] Sep 07 14:24:59.914 INFO O| Sep 07 14:24:59.914 INFO STEP 5 (remove_files) COMPLETE
56852026-09-07T14:25:00.964Z[ recovery-image] Sep 07 14:24:59.914 INFO O| Sep 07 14:24:59.914 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-09-07T14:25:00.974Z[ recovery-image] Sep 07 14:24:59.925 INFO O| Sep 07 14:24:59.924 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56872026-09-07T14:25:00.983Z[ recovery-image] Sep 07 14:24:59.934 INFO O| Sep 07 14:24:59.934 INFO STEP 6 (remove_files) COMPLETE
56882026-09-07T14:25:00.984Z[ recovery-image] Sep 07 14:24:59.934 INFO O| Sep 07 14:24:59.934 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-09-07T14:25:01.011Z[ recovery-image] Sep 07 14:24:59.961 INFO O| Sep 07 14:24:59.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56902026-09-07T14:25:01.017Z[ recovery-image] Sep 07 14:24:59.963 INFO O| Sep 07 14:24:59.963 INFO STEP 7 (remove_files) COMPLETE
56912026-09-07T14:25:01.017Z[ recovery-image] Sep 07 14:24:59.963 INFO O| Sep 07 14:24:59.963 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-09-07T14:25:01.023Z[ recovery-image] Sep 07 14:24:59.973 INFO O| Sep 07 14:24:59.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56932026-09-07T14:25:01.027Z[ recovery-image] Sep 07 14:24:59.975 INFO O| Sep 07 14:24:59.975 INFO STEP 8 (remove_files) COMPLETE
56942026-09-07T14:25:01.027Z[ recovery-image] Sep 07 14:24:59.975 INFO O| Sep 07 14:24:59.975 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-09-07T14:25:01.034Z[ recovery-image] Sep 07 14:24:59.984 INFO O| Sep 07 14:24:59.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56962026-09-07T14:25:01.040Z[ recovery-image] Sep 07 14:24:59.989 INFO O| Sep 07 14:24:59.989 INFO STEP 9 (remove_files) COMPLETE
56972026-09-07T14:25:01.040Z[ recovery-image] Sep 07 14:24:59.989 INFO O| Sep 07 14:24:59.989 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-09-07T14:25:01.049Z[ recovery-image] Sep 07 14:24:59.999 INFO O| Sep 07 14:24:59.999 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
56992026-09-07T14:25:01.053Z[ recovery-image] Sep 07 14:25:00.000 INFO O| Sep 07 14:25:00.000 INFO STEP 10 (remove_files) COMPLETE
57002026-09-07T14:25:01.053Z[ recovery-image] Sep 07 14:25:00.000 INFO O| Sep 07 14:25:00.000 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-09-07T14:25:01.059Z[ recovery-image] Sep 07 14:25:00.010 INFO O| Sep 07 14:25:00.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
57022026-09-07T14:25:01.079Z[ recovery-image] Sep 07 14:25:00.018 INFO O| Sep 07 14:25:00.018 INFO STEP 11 (remove_files) COMPLETE
57032026-09-07T14:25:01.079Z[ recovery-image] Sep 07 14:25:00.018 INFO O| Sep 07 14:25:00.018 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-09-07T14:25:01.082Z[ recovery-image] Sep 07 14:25:00.029 INFO O| Sep 07 14:25:00.029 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57052026-09-07T14:25:01.166Z[ recovery-image] Sep 07 14:25:00.116 INFO O| Sep 07 14:25:00.116 INFO STEP 12 (remove_files) COMPLETE
57062026-09-07T14:25:01.166Z[ recovery-image] Sep 07 14:25:00.116 INFO O| Sep 07 14:25:00.116 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-09-07T14:25:01.177Z[ recovery-image] Sep 07 14:25:00.127 INFO O| Sep 07 14:25:00.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57082026-09-07T14:25:01.180Z[ recovery-image] Sep 07 14:25:00.129 INFO O| Sep 07 14:25:00.129 INFO STEP 13 (remove_files) COMPLETE
57092026-09-07T14:25:01.180Z[ recovery-image] Sep 07 14:25:00.129 INFO O| Sep 07 14:25:00.129 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-09-07T14:25:01.189Z[ recovery-image] Sep 07 14:25:00.140 INFO O| Sep 07 14:25:00.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57112026-09-07T14:25:01.193Z[ recovery-image] Sep 07 14:25:00.144 INFO O| Sep 07 14:25:00.144 INFO STEP 14 (remove_files) COMPLETE
57122026-09-07T14:25:01.193Z[ recovery-image] Sep 07 14:25:00.144 INFO O| Sep 07 14:25:00.144 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-09-07T14:25:01.204Z[ recovery-image] Sep 07 14:25:00.155 INFO O| Sep 07 14:25:00.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57142026-09-07T14:25:01.204Z[ recovery-image] Sep 07 14:25:00.155 INFO O| Sep 07 14:25:00.155 INFO STEP 15 (remove_files) COMPLETE
57152026-09-07T14:25:01.204Z[ recovery-image] Sep 07 14:25:00.155 INFO O| Sep 07 14:25:00.155 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-09-07T14:25:01.218Z[ recovery-image] Sep 07 14:25:00.169 INFO O| Sep 07 14:25:00.169 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57172026-09-07T14:25:01.226Z[ recovery-image] Sep 07 14:25:00.170 INFO O| Sep 07 14:25:00.170 INFO STEP 16 (remove_files) COMPLETE
57182026-09-07T14:25:01.226Z[ recovery-image] Sep 07 14:25:00.170 INFO O| Sep 07 14:25:00.170 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-09-07T14:25:01.230Z[ recovery-image] Sep 07 14:25:00.181 INFO O| Sep 07 14:25:00.181 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57202026-09-07T14:25:01.237Z[ recovery-image] Sep 07 14:25:00.188 INFO O| Sep 07 14:25:00.188 INFO STEP 17 (remove_files) COMPLETE
57212026-09-07T14:25:01.237Z[ recovery-image] Sep 07 14:25:00.188 INFO O| Sep 07 14:25:00.188 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-09-07T14:25:01.250Z[ recovery-image] Sep 07 14:25:00.199 INFO O| Sep 07 14:25:00.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57232026-09-07T14:25:01.250Z[ recovery-image] Sep 07 14:25:00.199 INFO O| Sep 07 14:25:00.199 INFO STEP 18 (remove_files) COMPLETE
57242026-09-07T14:25:01.250Z[ recovery-image] Sep 07 14:25:00.199 INFO O| Sep 07 14:25:00.199 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-09-07T14:25:01.261Z[ recovery-image] Sep 07 14:25:00.211 INFO O| Sep 07 14:25:00.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57262026-09-07T14:25:01.267Z[ recovery-image] Sep 07 14:25:00.212 INFO O| Sep 07 14:25:00.212 INFO STEP 19 (remove_files) COMPLETE
57272026-09-07T14:25:01.267Z[ recovery-image] Sep 07 14:25:00.212 INFO O| Sep 07 14:25:00.212 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-09-07T14:25:01.272Z[ recovery-image] Sep 07 14:25:00.223 INFO O| Sep 07 14:25:00.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57292026-09-07T14:25:01.363Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
57302026-09-07T14:25:01.372Z[ recovery-image] Sep 07 14:25:00.304 INFO O| Sep 07 14:25:00.304 INFO STEP 20 (remove_files) COMPLETE
57312026-09-07T14:25:01.373Z[ recovery-image] Sep 07 14:25:00.304 INFO O| Sep 07 14:25:00.304 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-09-07T14:25:01.373Z[ recovery-image] Sep 07 14:25:00.315 INFO O| Sep 07 14:25:00.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57332026-09-07T14:25:01.373Z[ recovery-image] Sep 07 14:25:00.318 INFO O| Sep 07 14:25:00.318 INFO STEP 21 (remove_files) COMPLETE
57342026-09-07T14:25:01.373Z[ recovery-image] Sep 07 14:25:00.318 INFO O| Sep 07 14:25:00.318 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-09-07T14:25:01.404Z[ recovery-image] Sep 07 14:25:00.351 INFO O| Sep 07 14:25:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57362026-09-07T14:25:01.404Z[ recovery-image] Sep 07 14:25:00.351 INFO O| Sep 07 14:25:00.351 INFO STEP 22 (remove_files) COMPLETE
57372026-09-07T14:25:01.404Z[ recovery-image] Sep 07 14:25:00.351 INFO O| Sep 07 14:25:00.351 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-09-07T14:25:01.415Z[ recovery-image] Sep 07 14:25:00.365 INFO O| Sep 07 14:25:00.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57392026-09-07T14:25:01.421Z[ recovery-image] Sep 07 14:25:00.365 INFO O| Sep 07 14:25:00.365 INFO STEP 23 (remove_files) COMPLETE
57402026-09-07T14:25:01.421Z[ recovery-image] Sep 07 14:25:00.365 INFO O| Sep 07 14:25:00.365 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-09-07T14:25:01.493Z[ recovery-image] Sep 07 14:25:00.439 INFO O| Sep 07 14:25:00.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57422026-09-07T14:25:01.493Z[ recovery-image] Sep 07 14:25:00.439 INFO O| Sep 07 14:25:00.439 INFO STEP 24 (remove_files) COMPLETE
57432026-09-07T14:25:01.493Z[ recovery-image] Sep 07 14:25:00.439 INFO O| Sep 07 14:25:00.439 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-09-07T14:25:01.501Z[ recovery-image] Sep 07 14:25:00.451 INFO O| Sep 07 14:25:00.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57452026-09-07T14:25:01.501Z[ recovery-image] Sep 07 14:25:00.451 INFO O| Sep 07 14:25:00.451 INFO STEP 25 (remove_files) COMPLETE
57462026-09-07T14:25:01.504Z[ recovery-image] Sep 07 14:25:00.451 INFO O| Sep 07 14:25:00.451 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-09-07T14:25:01.526Z[ recovery-image] Sep 07 14:25:00.472 INFO O| Sep 07 14:25:00.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57482026-09-07T14:25:01.526Z[ recovery-image] Sep 07 14:25:00.472 INFO O| Sep 07 14:25:00.472 INFO STEP 26 (remove_files) COMPLETE
57492026-09-07T14:25:01.526Z[ recovery-image] Sep 07 14:25:00.472 INFO O| Sep 07 14:25:00.472 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-09-07T14:25:01.532Z[ recovery-image] Sep 07 14:25:00.483 INFO O| Sep 07 14:25:00.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57512026-09-07T14:25:01.532Z[ recovery-image] Sep 07 14:25:00.483 INFO O| Sep 07 14:25:00.483 INFO STEP 27 (remove_files) COMPLETE
57522026-09-07T14:25:01.535Z[ recovery-image] Sep 07 14:25:00.483 INFO O| Sep 07 14:25:00.483 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-09-07T14:25:01.542Z[ recovery-image] Sep 07 14:25:00.493 INFO O| Sep 07 14:25:00.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57542026-09-07T14:25:01.542Z[ recovery-image] Sep 07 14:25:00.493 INFO O| Sep 07 14:25:00.493 INFO STEP 28 (remove_files) COMPLETE
57552026-09-07T14:25:01.542Z[ recovery-image] Sep 07 14:25:00.493 INFO O| Sep 07 14:25:00.493 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-09-07T14:25:01.573Z[ recovery-image] Sep 07 14:25:00.524 INFO O| Sep 07 14:25:00.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57572026-09-07T14:25:01.574Z[ recovery-image] Sep 07 14:25:00.524 INFO O| Sep 07 14:25:00.524 INFO STEP 29 (remove_files) COMPLETE
57582026-09-07T14:25:01.574Z[ recovery-image] Sep 07 14:25:00.524 INFO O| Sep 07 14:25:00.524 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-07T14:25:01.586Z[ recovery-image] Sep 07 14:25:00.534 INFO O| Sep 07 14:25:00.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57602026-09-07T14:25:01.586Z[ recovery-image] Sep 07 14:25:00.534 INFO O| Sep 07 14:25:00.534 INFO STEP 30 (remove_files) COMPLETE
57612026-09-07T14:25:01.586Z[ recovery-image] Sep 07 14:25:00.534 INFO O| Sep 07 14:25:00.534 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-09-07T14:25:01.593Z[ recovery-image] Sep 07 14:25:00.543 INFO O| Sep 07 14:25:00.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57632026-09-07T14:25:01.596Z[ recovery-image] Sep 07 14:25:00.544 INFO O| Sep 07 14:25:00.544 INFO STEP 31 (remove_files) COMPLETE
57642026-09-07T14:25:01.596Z[ recovery-image] Sep 07 14:25:00.544 INFO O| Sep 07 14:25:00.544 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-09-07T14:25:01.605Z[ recovery-image] Sep 07 14:25:00.555 INFO O| Sep 07 14:25:00.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57662026-09-07T14:25:01.613Z[ recovery-image] Sep 07 14:25:00.556 INFO O| Sep 07 14:25:00.556 INFO STEP 32 (remove_files) COMPLETE
57672026-09-07T14:25:01.613Z[ recovery-image] Sep 07 14:25:00.556 INFO O| Sep 07 14:25:00.556 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-07T14:25:01.618Z[verify-libraries] Compiling samael v0.0.19
57692026-09-07T14:25:01.629Z[ recovery-image] Sep 07 14:25:00.571 INFO O| Sep 07 14:25:00.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57702026-09-07T14:25:01.629Z[ recovery-image] Sep 07 14:25:00.571 INFO O| Sep 07 14:25:00.571 INFO STEP 33 (remove_files) COMPLETE
57712026-09-07T14:25:01.629Z[ recovery-image] Sep 07 14:25:00.571 INFO O| Sep 07 14:25:00.571 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-09-07T14:25:01.633Z[ recovery-image] Sep 07 14:25:00.580 INFO O| Sep 07 14:25:00.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57732026-09-07T14:25:01.633Z[ recovery-image] Sep 07 14:25:00.580 INFO O| Sep 07 14:25:00.580 INFO STEP 34 (remove_files) COMPLETE
57742026-09-07T14:25:01.633Z[ recovery-image] Sep 07 14:25:00.580 INFO O| Sep 07 14:25:00.580 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-09-07T14:25:01.639Z[ recovery-image] Sep 07 14:25:00.589 INFO O| Sep 07 14:25:00.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57762026-09-07T14:25:01.639Z[ recovery-image] Sep 07 14:25:00.589 INFO O| Sep 07 14:25:00.589 INFO STEP 35 (remove_files) COMPLETE
57772026-09-07T14:25:01.639Z[ recovery-image] Sep 07 14:25:00.589 INFO O| Sep 07 14:25:00.589 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-09-07T14:25:01.647Z[ recovery-image] Sep 07 14:25:00.597 INFO O| Sep 07 14:25:00.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57792026-09-07T14:25:01.647Z[ recovery-image] Sep 07 14:25:00.597 INFO O| Sep 07 14:25:00.597 INFO STEP 36 (remove_files) COMPLETE
57802026-09-07T14:25:01.647Z[ recovery-image] Sep 07 14:25:00.597 INFO O| Sep 07 14:25:00.597 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-09-07T14:25:01.656Z[ recovery-image] Sep 07 14:25:00.606 INFO O| Sep 07 14:25:00.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57822026-09-07T14:25:01.656Z[ recovery-image] Sep 07 14:25:00.606 INFO O| Sep 07 14:25:00.606 INFO STEP 37 (remove_files) COMPLETE
57832026-09-07T14:25:01.656Z[ recovery-image] Sep 07 14:25:00.606 INFO O| Sep 07 14:25:00.606 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-09-07T14:25:01.664Z[ recovery-image] Sep 07 14:25:00.614 INFO O| Sep 07 14:25:00.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57852026-09-07T14:25:01.664Z[ recovery-image] Sep 07 14:25:00.614 INFO O| Sep 07 14:25:00.614 INFO STEP 38 (remove_files) COMPLETE
57862026-09-07T14:25:01.668Z[ recovery-image] Sep 07 14:25:00.614 INFO O| Sep 07 14:25:00.614 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-09-07T14:25:01.673Z[ recovery-image] Sep 07 14:25:00.623 INFO O| Sep 07 14:25:00.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57882026-09-07T14:25:01.673Z[ recovery-image] Sep 07 14:25:00.623 INFO O| Sep 07 14:25:00.623 INFO STEP 39 (remove_files) COMPLETE
57892026-09-07T14:25:01.673Z[ recovery-image] Sep 07 14:25:00.623 INFO O| Sep 07 14:25:00.623 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-09-07T14:25:01.688Z[ recovery-image] Sep 07 14:25:00.633 INFO O| Sep 07 14:25:00.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57912026-09-07T14:25:01.688Z[ recovery-image] Sep 07 14:25:00.633 INFO O| Sep 07 14:25:00.633 INFO STEP 40 (remove_files) COMPLETE
57922026-09-07T14:25:01.691Z[ recovery-image] Sep 07 14:25:00.633 INFO O| Sep 07 14:25:00.633 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-09-07T14:25:01.691Z[ recovery-image] Sep 07 14:25:00.642 INFO O| Sep 07 14:25:00.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57942026-09-07T14:25:01.691Z[ recovery-image] Sep 07 14:25:00.642 INFO O| Sep 07 14:25:00.642 INFO STEP 41 (remove_files) COMPLETE
57952026-09-07T14:25:01.692Z[ recovery-image] Sep 07 14:25:00.642 INFO O| Sep 07 14:25:00.642 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-09-07T14:25:01.700Z[ recovery-image] Sep 07 14:25:00.651 INFO O| Sep 07 14:25:00.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57972026-09-07T14:25:01.700Z[ recovery-image] Sep 07 14:25:00.651 INFO O| Sep 07 14:25:00.651 INFO STEP 42 (remove_files) COMPLETE
57982026-09-07T14:25:01.700Z[ recovery-image] Sep 07 14:25:00.651 INFO O| Sep 07 14:25:00.651 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-09-07T14:25:01.709Z[ recovery-image] Sep 07 14:25:00.660 INFO O| Sep 07 14:25:00.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
58002026-09-07T14:25:01.714Z[ recovery-image] Sep 07 14:25:00.665 INFO O| Sep 07 14:25:00.665 INFO STEP 43 (remove_files) COMPLETE
58012026-09-07T14:25:01.714Z[ recovery-image] Sep 07 14:25:00.665 INFO O| Sep 07 14:25:00.665 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-09-07T14:25:01.726Z[ recovery-image] Sep 07 14:25:00.675 INFO O| Sep 07 14:25:00.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
58032026-09-07T14:25:01.726Z[ recovery-image] Sep 07 14:25:00.675 INFO O| Sep 07 14:25:00.675 INFO STEP 44 (remove_files) COMPLETE
58042026-09-07T14:25:01.726Z[ recovery-image] Sep 07 14:25:00.675 INFO O| Sep 07 14:25:00.675 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-09-07T14:25:01.735Z[ recovery-image] Sep 07 14:25:00.685 INFO O| Sep 07 14:25:00.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58062026-09-07T14:25:01.735Z[ recovery-image] Sep 07 14:25:00.685 INFO O| Sep 07 14:25:00.685 INFO STEP 45 (remove_files) COMPLETE
58072026-09-07T14:25:01.735Z[ recovery-image] Sep 07 14:25:00.685 INFO O| Sep 07 14:25:00.685 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-09-07T14:25:01.747Z[ recovery-image] Sep 07 14:25:00.697 INFO O| Sep 07 14:25:00.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58092026-09-07T14:25:01.747Z[ recovery-image] Sep 07 14:25:00.698 INFO O| Sep 07 14:25:00.698 INFO STEP 46 (remove_files) COMPLETE
58102026-09-07T14:25:01.747Z[ recovery-image] Sep 07 14:25:00.698 INFO O| Sep 07 14:25:00.698 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-09-07T14:25:01.756Z[ recovery-image] Sep 07 14:25:00.707 INFO O| Sep 07 14:25:00.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58122026-09-07T14:25:01.756Z[ recovery-image] Sep 07 14:25:00.707 INFO O| Sep 07 14:25:00.707 INFO STEP 47 (remove_files) COMPLETE
58132026-09-07T14:25:01.757Z[ recovery-image] Sep 07 14:25:00.707 INFO O| Sep 07 14:25:00.707 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-09-07T14:25:01.777Z[ recovery-image] Sep 07 14:25:00.728 INFO O| Sep 07 14:25:00.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58152026-09-07T14:25:01.777Z[ recovery-image] Sep 07 14:25:00.728 INFO O| Sep 07 14:25:00.728 INFO STEP 48 (remove_files) COMPLETE
58162026-09-07T14:25:01.778Z[ recovery-image] Sep 07 14:25:00.728 INFO O| Sep 07 14:25:00.728 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-09-07T14:25:01.793Z[ recovery-image] Sep 07 14:25:00.744 INFO O| Sep 07 14:25:00.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58182026-09-07T14:25:01.794Z[ recovery-image] Sep 07 14:25:00.744 INFO O| Sep 07 14:25:00.744 INFO STEP 49 (remove_files) COMPLETE
58192026-09-07T14:25:01.794Z[ recovery-image] Sep 07 14:25:00.744 INFO O| Sep 07 14:25:00.744 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-09-07T14:25:01.808Z[ recovery-image] Sep 07 14:25:00.759 INFO O| Sep 07 14:25:00.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58212026-09-07T14:25:01.808Z[ recovery-image] Sep 07 14:25:00.759 INFO O| Sep 07 14:25:00.759 INFO STEP 50 (remove_files) COMPLETE
58222026-09-07T14:25:01.812Z[ recovery-image] Sep 07 14:25:00.759 INFO O| Sep 07 14:25:00.759 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-09-07T14:25:01.827Z[ recovery-image] Sep 07 14:25:00.776 INFO O| Sep 07 14:25:00.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58242026-09-07T14:25:01.833Z[ recovery-image] Sep 07 14:25:00.778 INFO O| Sep 07 14:25:00.778 INFO STEP 51 (remove_files) COMPLETE
58252026-09-07T14:25:01.833Z[ recovery-image] Sep 07 14:25:00.778 INFO O| Sep 07 14:25:00.778 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-09-07T14:25:01.854Z[ recovery-image] Sep 07 14:25:00.789 INFO O| Sep 07 14:25:00.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58272026-09-07T14:25:01.854Z[ recovery-image] Sep 07 14:25:00.789 INFO O| Sep 07 14:25:00.789 INFO STEP 52 (remove_files) COMPLETE
58282026-09-07T14:25:01.854Z[ recovery-image] Sep 07 14:25:00.789 INFO O| Sep 07 14:25:00.789 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-09-07T14:25:01.858Z[ recovery-image] Sep 07 14:25:00.800 INFO O| Sep 07 14:25:00.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58302026-09-07T14:25:01.858Z[ recovery-image] Sep 07 14:25:00.800 INFO O| Sep 07 14:25:00.800 INFO STEP 53 (remove_files) COMPLETE
58312026-09-07T14:25:01.858Z[ recovery-image] Sep 07 14:25:00.800 INFO O| Sep 07 14:25:00.800 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-09-07T14:25:01.862Z[ recovery-image] Sep 07 14:25:00.811 INFO O| Sep 07 14:25:00.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58332026-09-07T14:25:01.862Z[ recovery-image] Sep 07 14:25:00.811 INFO O| Sep 07 14:25:00.811 INFO STEP 54 (remove_files) COMPLETE
58342026-09-07T14:25:01.862Z[ recovery-image] Sep 07 14:25:00.811 INFO O| Sep 07 14:25:00.811 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-09-07T14:25:01.875Z[ recovery-image] Sep 07 14:25:00.825 INFO O| Sep 07 14:25:00.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58362026-09-07T14:25:01.875Z[ recovery-image] Sep 07 14:25:00.825 INFO O| Sep 07 14:25:00.825 INFO STEP 55 (remove_files) COMPLETE
58372026-09-07T14:25:01.875Z[ recovery-image] Sep 07 14:25:00.825 INFO O| Sep 07 14:25:00.825 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-09-07T14:25:01.886Z[ recovery-image] Sep 07 14:25:00.836 INFO O| Sep 07 14:25:00.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58392026-09-07T14:25:01.886Z[ recovery-image] Sep 07 14:25:00.836 INFO O| Sep 07 14:25:00.836 INFO STEP 56 (remove_files) COMPLETE
58402026-09-07T14:25:01.886Z[ recovery-image] Sep 07 14:25:00.836 INFO O| Sep 07 14:25:00.836 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-09-07T14:25:01.905Z[ recovery-image] Sep 07 14:25:00.854 INFO O| Sep 07 14:25:00.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58422026-09-07T14:25:01.905Z[ recovery-image] Sep 07 14:25:00.854 INFO O| Sep 07 14:25:00.854 INFO STEP 57 (remove_files) COMPLETE
58432026-09-07T14:25:01.910Z[ recovery-image] Sep 07 14:25:00.854 INFO O| Sep 07 14:25:00.854 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-09-07T14:25:01.916Z[ recovery-image] Sep 07 14:25:00.866 INFO O| Sep 07 14:25:00.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58452026-09-07T14:25:01.916Z[ recovery-image] Sep 07 14:25:00.866 INFO O| Sep 07 14:25:00.866 INFO STEP 58 (remove_files) COMPLETE
58462026-09-07T14:25:01.916Z[ recovery-image] Sep 07 14:25:00.866 INFO O| Sep 07 14:25:00.866 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-09-07T14:25:01.930Z[ recovery-image] Sep 07 14:25:00.881 INFO O| Sep 07 14:25:00.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58482026-09-07T14:25:01.930Z[ recovery-image] Sep 07 14:25:00.881 INFO O| Sep 07 14:25:00.881 INFO STEP 59 (remove_files) COMPLETE
58492026-09-07T14:25:01.934Z[ recovery-image] Sep 07 14:25:00.881 INFO O| Sep 07 14:25:00.881 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-09-07T14:25:01.941Z[ recovery-image] Sep 07 14:25:00.892 INFO O| Sep 07 14:25:00.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58512026-09-07T14:25:01.942Z[ recovery-image] Sep 07 14:25:00.892 INFO O| Sep 07 14:25:00.892 INFO STEP 60 (remove_files) COMPLETE
58522026-09-07T14:25:01.942Z[ recovery-image] Sep 07 14:25:00.892 INFO O| Sep 07 14:25:00.892 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-09-07T14:25:01.957Z[ recovery-image] Sep 07 14:25:00.904 INFO O| Sep 07 14:25:00.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58542026-09-07T14:25:01.957Z[ recovery-image] Sep 07 14:25:00.904 INFO O| Sep 07 14:25:00.904 INFO STEP 61 (remove_files) COMPLETE
58552026-09-07T14:25:01.957Z[ recovery-image] Sep 07 14:25:00.904 INFO O| Sep 07 14:25:00.904 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-09-07T14:25:01.962Z[ recovery-image] Sep 07 14:25:00.913 INFO O| Sep 07 14:25:00.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58572026-09-07T14:25:01.962Z[ recovery-image] Sep 07 14:25:00.913 INFO O| Sep 07 14:25:00.913 INFO STEP 62 (remove_files) COMPLETE
58582026-09-07T14:25:01.962Z[ recovery-image] Sep 07 14:25:00.913 INFO O| Sep 07 14:25:00.913 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-09-07T14:25:01.977Z[ recovery-image] Sep 07 14:25:00.928 INFO O| Sep 07 14:25:00.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58602026-09-07T14:25:01.981Z[ recovery-image] Sep 07 14:25:00.930 INFO O| Sep 07 14:25:00.928 INFO STEP 63 (remove_files) COMPLETE
58612026-09-07T14:25:01.981Z[ recovery-image] Sep 07 14:25:00.930 INFO O| Sep 07 14:25:00.930 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-09-07T14:25:01.999Z[ recovery-image] Sep 07 14:25:00.949 INFO O| Sep 07 14:25:00.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58632026-09-07T14:25:01.999Z[ recovery-image] Sep 07 14:25:00.950 INFO O| Sep 07 14:25:00.949 INFO STEP 64 (remove_files) COMPLETE
58642026-09-07T14:25:02.005Z[ recovery-image] Sep 07 14:25:00.950 INFO O| Sep 07 14:25:00.950 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-09-07T14:25:02.019Z[ recovery-image] Sep 07 14:25:00.967 INFO O| Sep 07 14:25:00.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58662026-09-07T14:25:02.019Z[ recovery-image] Sep 07 14:25:00.967 INFO O| Sep 07 14:25:00.967 INFO STEP 65 (remove_files) COMPLETE
58672026-09-07T14:25:02.019Z[ recovery-image] Sep 07 14:25:00.967 INFO O| Sep 07 14:25:00.967 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-09-07T14:25:02.037Z[ recovery-image] Sep 07 14:25:00.981 INFO O| Sep 07 14:25:00.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58692026-09-07T14:25:02.037Z[ recovery-image] Sep 07 14:25:00.981 INFO O| Sep 07 14:25:00.981 INFO STEP 66 (remove_files) COMPLETE
58702026-09-07T14:25:02.037Z[ recovery-image] Sep 07 14:25:00.981 INFO O| Sep 07 14:25:00.981 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-09-07T14:25:02.044Z[ recovery-image] Sep 07 14:25:00.992 INFO O| Sep 07 14:25:00.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58722026-09-07T14:25:02.044Z[ recovery-image] Sep 07 14:25:00.992 INFO O| Sep 07 14:25:00.992 INFO STEP 67 (remove_files) COMPLETE
58732026-09-07T14:25:02.044Z[ recovery-image] Sep 07 14:25:00.992 INFO O| Sep 07 14:25:00.992 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-09-07T14:25:02.054Z[ recovery-image] Sep 07 14:25:01.004 INFO O| Sep 07 14:25:01.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58752026-09-07T14:25:02.055Z[ recovery-image] Sep 07 14:25:01.004 INFO O| Sep 07 14:25:01.004 INFO STEP 68 (remove_files) COMPLETE
58762026-09-07T14:25:02.055Z[ recovery-image] Sep 07 14:25:01.004 INFO O| Sep 07 14:25:01.004 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-09-07T14:25:02.066Z[ recovery-image] Sep 07 14:25:01.016 INFO O| Sep 07 14:25:01.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58782026-09-07T14:25:02.066Z[ recovery-image] Sep 07 14:25:01.016 INFO O| Sep 07 14:25:01.016 INFO STEP 69 (remove_files) COMPLETE
58792026-09-07T14:25:02.066Z[ recovery-image] Sep 07 14:25:01.016 INFO O| Sep 07 14:25:01.016 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-09-07T14:25:02.077Z[ recovery-image] Sep 07 14:25:01.027 INFO O| Sep 07 14:25:01.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58812026-09-07T14:25:02.077Z[ recovery-image] Sep 07 14:25:01.028 INFO O| Sep 07 14:25:01.028 INFO STEP 70 (remove_files) COMPLETE
58822026-09-07T14:25:02.077Z[ recovery-image] Sep 07 14:25:01.028 INFO O| Sep 07 14:25:01.028 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-09-07T14:25:02.098Z[ recovery-image] Sep 07 14:25:01.038 INFO O| Sep 07 14:25:01.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58842026-09-07T14:25:02.098Z[ recovery-image] Sep 07 14:25:01.038 INFO O| Sep 07 14:25:01.038 INFO STEP 71 (remove_files) COMPLETE
58852026-09-07T14:25:02.103Z[ recovery-image] Sep 07 14:25:01.038 INFO O| Sep 07 14:25:01.038 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-09-07T14:25:02.104Z[ recovery-image] Sep 07 14:25:01.049 INFO O| Sep 07 14:25:01.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58872026-09-07T14:25:02.104Z[ recovery-image] Sep 07 14:25:01.049 INFO O| Sep 07 14:25:01.049 INFO STEP 72 (remove_files) COMPLETE
58882026-09-07T14:25:02.104Z[ recovery-image] Sep 07 14:25:01.049 INFO O| Sep 07 14:25:01.049 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-09-07T14:25:02.114Z[ recovery-image] Sep 07 14:25:01.059 INFO O| Sep 07 14:25:01.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58902026-09-07T14:25:02.114Z[ recovery-image] Sep 07 14:25:01.059 INFO O| Sep 07 14:25:01.059 INFO STEP 73 (remove_files) COMPLETE
58912026-09-07T14:25:02.114Z[ recovery-image] Sep 07 14:25:01.059 INFO O| Sep 07 14:25:01.059 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-09-07T14:25:02.121Z[ recovery-image] Sep 07 14:25:01.068 INFO O| Sep 07 14:25:01.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58932026-09-07T14:25:02.121Z[ recovery-image] Sep 07 14:25:01.068 INFO O| Sep 07 14:25:01.068 INFO STEP 74 (remove_files) COMPLETE
58942026-09-07T14:25:02.121Z[ recovery-image] Sep 07 14:25:01.068 INFO O| Sep 07 14:25:01.068 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-09-07T14:25:02.128Z[ recovery-image] Sep 07 14:25:01.078 INFO O| Sep 07 14:25:01.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58962026-09-07T14:25:02.128Z[ recovery-image] Sep 07 14:25:01.078 INFO O| Sep 07 14:25:01.078 INFO STEP 75 (remove_files) COMPLETE
58972026-09-07T14:25:02.143Z[ recovery-image] Sep 07 14:25:01.078 INFO O| Sep 07 14:25:01.078 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-09-07T14:25:02.143Z[ recovery-image] Sep 07 14:25:01.088 INFO O| Sep 07 14:25:01.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
58992026-09-07T14:25:02.143Z[ recovery-image] Sep 07 14:25:01.088 INFO O| Sep 07 14:25:01.088 INFO STEP 76 (remove_files) COMPLETE
59002026-09-07T14:25:02.143Z[ recovery-image] Sep 07 14:25:01.088 INFO O| Sep 07 14:25:01.088 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-07T14:25:02.151Z[ recovery-image] Sep 07 14:25:01.098 INFO O| Sep 07 14:25:01.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
59022026-09-07T14:25:02.151Z[ recovery-image] Sep 07 14:25:01.098 INFO O| Sep 07 14:25:01.098 INFO STEP 77 (remove_files) COMPLETE
59032026-09-07T14:25:02.151Z[ recovery-image] Sep 07 14:25:01.098 INFO O| Sep 07 14:25:01.098 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-07T14:25:02.163Z[ recovery-image] Sep 07 14:25:01.107 INFO O| Sep 07 14:25:01.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59052026-09-07T14:25:02.164Z[ recovery-image] Sep 07 14:25:01.107 INFO O| Sep 07 14:25:01.107 INFO STEP 78 (remove_files) COMPLETE
59062026-09-07T14:25:02.164Z[ recovery-image] Sep 07 14:25:01.107 INFO O| Sep 07 14:25:01.107 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-07T14:25:02.176Z[ recovery-image] Sep 07 14:25:01.117 INFO O| Sep 07 14:25:01.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59082026-09-07T14:25:02.176Z[ recovery-image] Sep 07 14:25:01.117 INFO O| Sep 07 14:25:01.117 INFO STEP 79 (remove_files) COMPLETE
59092026-09-07T14:25:02.176Z[ recovery-image] Sep 07 14:25:01.117 INFO O| Sep 07 14:25:01.117 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-07T14:25:02.185Z[ recovery-image] Sep 07 14:25:01.126 INFO O| Sep 07 14:25:01.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59112026-09-07T14:25:02.185Z[ recovery-image] Sep 07 14:25:01.126 INFO O| Sep 07 14:25:01.126 INFO STEP 80 (remove_files) COMPLETE
59122026-09-07T14:25:02.185Z[ recovery-image] Sep 07 14:25:01.126 INFO O| Sep 07 14:25:01.126 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-07T14:25:02.198Z[ recovery-image] Sep 07 14:25:01.135 INFO O| Sep 07 14:25:01.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59142026-09-07T14:25:02.198Z[ recovery-image] Sep 07 14:25:01.135 INFO O| Sep 07 14:25:01.135 INFO STEP 81 (remove_files) COMPLETE
59152026-09-07T14:25:02.198Z[ recovery-image] Sep 07 14:25:01.136 INFO O| Sep 07 14:25:01.135 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-07T14:25:02.202Z[ recovery-image] Sep 07 14:25:01.145 INFO O| Sep 07 14:25:01.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59172026-09-07T14:25:02.202Z[ recovery-image] Sep 07 14:25:01.145 INFO O| Sep 07 14:25:01.145 INFO STEP 82 (remove_files) COMPLETE
59182026-09-07T14:25:02.202Z[ recovery-image] Sep 07 14:25:01.145 INFO O| Sep 07 14:25:01.145 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-07T14:25:02.207Z[ recovery-image] Sep 07 14:25:01.154 INFO O| Sep 07 14:25:01.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59202026-09-07T14:25:02.207Z[ recovery-image] Sep 07 14:25:01.155 INFO O| Sep 07 14:25:01.155 INFO STEP 83 (remove_files) COMPLETE
59212026-09-07T14:25:02.207Z[ recovery-image] Sep 07 14:25:01.155 INFO O| Sep 07 14:25:01.155 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-07T14:25:02.215Z[ recovery-image] Sep 07 14:25:01.165 INFO O| Sep 07 14:25:01.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59232026-09-07T14:25:02.215Z[ recovery-image] Sep 07 14:25:01.165 INFO O| Sep 07 14:25:01.165 INFO STEP 84 (remove_files) COMPLETE
59242026-09-07T14:25:02.218Z[ recovery-image] Sep 07 14:25:01.165 INFO O| Sep 07 14:25:01.165 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-07T14:25:02.225Z[ recovery-image] Sep 07 14:25:01.176 INFO O| Sep 07 14:25:01.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59262026-09-07T14:25:02.226Z[ recovery-image] Sep 07 14:25:01.176 INFO O| Sep 07 14:25:01.176 INFO STEP 85 (remove_files) COMPLETE
59272026-09-07T14:25:02.229Z[ recovery-image] Sep 07 14:25:01.176 INFO O| Sep 07 14:25:01.176 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-07T14:25:02.236Z[ recovery-image] Sep 07 14:25:01.186 INFO O| Sep 07 14:25:01.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59292026-09-07T14:25:02.239Z[ recovery-image] Sep 07 14:25:01.186 INFO O| Sep 07 14:25:01.186 INFO STEP 86 (remove_files) COMPLETE
59302026-09-07T14:25:02.239Z[ recovery-image] Sep 07 14:25:01.186 INFO O| Sep 07 14:25:01.186 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-07T14:25:02.251Z[ recovery-image] Sep 07 14:25:01.196 INFO O| Sep 07 14:25:01.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59322026-09-07T14:25:02.255Z[ recovery-image] Sep 07 14:25:01.196 INFO O| Sep 07 14:25:01.196 INFO STEP 87 (remove_files) COMPLETE
59332026-09-07T14:25:02.255Z[ recovery-image] Sep 07 14:25:01.196 INFO O| Sep 07 14:25:01.196 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-07T14:25:02.261Z[ recovery-image] Sep 07 14:25:01.206 INFO O| Sep 07 14:25:01.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59352026-09-07T14:25:02.261Z[ recovery-image] Sep 07 14:25:01.206 INFO O| Sep 07 14:25:01.206 INFO STEP 88 (remove_files) COMPLETE
59362026-09-07T14:25:02.261Z[ recovery-image] Sep 07 14:25:01.206 INFO O| Sep 07 14:25:01.206 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-07T14:25:02.267Z[ recovery-image] Sep 07 14:25:01.217 INFO O| Sep 07 14:25:01.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59382026-09-07T14:25:02.267Z[ recovery-image] Sep 07 14:25:01.217 INFO O| Sep 07 14:25:01.217 INFO STEP 89 (remove_files) COMPLETE
59392026-09-07T14:25:02.267Z[ recovery-image] Sep 07 14:25:01.217 INFO O| Sep 07 14:25:01.217 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-07T14:25:02.273Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
59412026-09-07T14:25:02.278Z[ recovery-image] Sep 07 14:25:01.227 INFO O| Sep 07 14:25:01.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59422026-09-07T14:25:02.278Z[ recovery-image] Sep 07 14:25:01.227 INFO O| Sep 07 14:25:01.227 INFO STEP 90 (remove_files) COMPLETE
59432026-09-07T14:25:02.278Z[ recovery-image] Sep 07 14:25:01.227 INFO O| Sep 07 14:25:01.227 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-09-07T14:25:02.289Z[ recovery-image] Sep 07 14:25:01.237 INFO O| Sep 07 14:25:01.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59452026-09-07T14:25:02.289Z[ recovery-image] Sep 07 14:25:01.237 INFO O| Sep 07 14:25:01.237 INFO STEP 91 (remove_files) COMPLETE
59462026-09-07T14:25:02.290Z[ recovery-image] Sep 07 14:25:01.237 INFO O| Sep 07 14:25:01.237 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-09-07T14:25:02.297Z[ recovery-image] Sep 07 14:25:01.247 INFO O| Sep 07 14:25:01.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59482026-09-07T14:25:02.297Z[ recovery-image] Sep 07 14:25:01.247 INFO O| Sep 07 14:25:01.247 INFO STEP 92 (remove_files) COMPLETE
59492026-09-07T14:25:02.309Z[ recovery-image] Sep 07 14:25:01.247 INFO O| Sep 07 14:25:01.247 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-09-07T14:25:02.315Z[ recovery-image] Sep 07 14:25:01.257 INFO O| Sep 07 14:25:01.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59512026-09-07T14:25:02.315Z[ recovery-image] Sep 07 14:25:01.257 INFO O| Sep 07 14:25:01.257 INFO STEP 93 (remove_files) COMPLETE
59522026-09-07T14:25:02.315Z[ recovery-image] Sep 07 14:25:01.257 INFO O| Sep 07 14:25:01.257 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-09-07T14:25:02.322Z[ recovery-image] Sep 07 14:25:01.267 INFO O| Sep 07 14:25:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59542026-09-07T14:25:02.322Z[ recovery-image] Sep 07 14:25:01.268 INFO O| Sep 07 14:25:01.267 INFO STEP 94 (remove_files) COMPLETE
59552026-09-07T14:25:02.322Z[ recovery-image] Sep 07 14:25:01.268 INFO O| Sep 07 14:25:01.268 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-09-07T14:25:02.331Z[ recovery-image] Sep 07 14:25:01.277 INFO O| Sep 07 14:25:01.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59572026-09-07T14:25:02.331Z[ recovery-image] Sep 07 14:25:01.277 INFO O| Sep 07 14:25:01.277 INFO STEP 95 (remove_files) COMPLETE
59582026-09-07T14:25:02.331Z[ recovery-image] Sep 07 14:25:01.277 INFO O| Sep 07 14:25:01.277 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-09-07T14:25:02.340Z[ recovery-image] Sep 07 14:25:01.287 INFO O| Sep 07 14:25:01.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59602026-09-07T14:25:02.340Z[ recovery-image] Sep 07 14:25:01.287 INFO O| Sep 07 14:25:01.287 INFO STEP 96 (remove_files) COMPLETE
59612026-09-07T14:25:02.341Z[ recovery-image] Sep 07 14:25:01.287 INFO O| Sep 07 14:25:01.287 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-09-07T14:25:02.352Z[ recovery-image] Sep 07 14:25:01.296 INFO O| Sep 07 14:25:01.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59632026-09-07T14:25:02.360Z[ recovery-image] Sep 07 14:25:01.296 INFO O| Sep 07 14:25:01.296 INFO STEP 97 (remove_files) COMPLETE
59642026-09-07T14:25:02.360Z[ recovery-image] Sep 07 14:25:01.296 INFO O| Sep 07 14:25:01.296 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-09-07T14:25:02.360Z[ recovery-image] Sep 07 14:25:01.306 INFO O| Sep 07 14:25:01.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59662026-09-07T14:25:02.360Z[ recovery-image] Sep 07 14:25:01.306 INFO O| Sep 07 14:25:01.306 INFO STEP 98 (remove_files) COMPLETE
59672026-09-07T14:25:02.360Z[ recovery-image] Sep 07 14:25:01.306 INFO O| Sep 07 14:25:01.306 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-09-07T14:25:02.372Z[ recovery-image] Sep 07 14:25:01.315 INFO O| Sep 07 14:25:01.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59692026-09-07T14:25:02.372Z[ recovery-image] Sep 07 14:25:01.315 INFO O| Sep 07 14:25:01.315 INFO STEP 99 (remove_files) COMPLETE
59702026-09-07T14:25:02.372Z[ recovery-image] Sep 07 14:25:01.315 INFO O| Sep 07 14:25:01.315 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-09-07T14:25:02.383Z[ recovery-image] Sep 07 14:25:01.325 INFO O| Sep 07 14:25:01.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59722026-09-07T14:25:02.383Z[ recovery-image] Sep 07 14:25:01.325 INFO O| Sep 07 14:25:01.325 INFO STEP 100 (remove_files) COMPLETE
59732026-09-07T14:25:02.383Z[ recovery-image] Sep 07 14:25:01.325 INFO O| Sep 07 14:25:01.325 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-09-07T14:25:02.398Z[ recovery-image] Sep 07 14:25:01.336 INFO O| Sep 07 14:25:01.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59752026-09-07T14:25:02.398Z[ recovery-image] Sep 07 14:25:01.336 INFO O| Sep 07 14:25:01.336 INFO STEP 101 (remove_files) COMPLETE
59762026-09-07T14:25:02.398Z[ recovery-image] Sep 07 14:25:01.336 INFO O| Sep 07 14:25:01.336 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-09-07T14:25:02.409Z[ recovery-image] Sep 07 14:25:01.346 INFO O| Sep 07 14:25:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59782026-09-07T14:25:02.409Z[ recovery-image] Sep 07 14:25:01.347 INFO O| Sep 07 14:25:01.346 INFO STEP 102 (remove_files) COMPLETE
59792026-09-07T14:25:02.409Z[ recovery-image] Sep 07 14:25:01.347 INFO O| Sep 07 14:25:01.346 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-09-07T14:25:02.409Z[ recovery-image] Sep 07 14:25:01.356 INFO O| Sep 07 14:25:01.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59812026-09-07T14:25:02.409Z[ recovery-image] Sep 07 14:25:01.356 INFO O| Sep 07 14:25:01.356 INFO STEP 103 (remove_files) COMPLETE
59822026-09-07T14:25:02.409Z[ recovery-image] Sep 07 14:25:01.356 INFO O| Sep 07 14:25:01.356 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-09-07T14:25:02.415Z[ recovery-image] Sep 07 14:25:01.366 INFO O| Sep 07 14:25:01.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59842026-09-07T14:25:02.415Z[ recovery-image] Sep 07 14:25:01.366 INFO O| Sep 07 14:25:01.366 INFO STEP 104 (remove_files) COMPLETE
59852026-09-07T14:25:02.415Z[ recovery-image] Sep 07 14:25:01.366 INFO O| Sep 07 14:25:01.366 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-09-07T14:25:02.424Z[ recovery-image] Sep 07 14:25:01.375 INFO O| Sep 07 14:25:01.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59872026-09-07T14:25:02.424Z[ recovery-image] Sep 07 14:25:01.375 INFO O| Sep 07 14:25:01.375 INFO STEP 105 (remove_files) COMPLETE
59882026-09-07T14:25:02.424Z[ recovery-image] Sep 07 14:25:01.375 INFO O| Sep 07 14:25:01.375 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-09-07T14:25:02.433Z[ recovery-image] Sep 07 14:25:01.384 INFO O| Sep 07 14:25:01.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59902026-09-07T14:25:02.433Z[ recovery-image] Sep 07 14:25:01.384 INFO O| Sep 07 14:25:01.384 INFO STEP 106 (remove_files) COMPLETE
59912026-09-07T14:25:02.433Z[ recovery-image] Sep 07 14:25:01.384 INFO O| Sep 07 14:25:01.384 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-09-07T14:25:02.444Z[ recovery-image] Sep 07 14:25:01.394 INFO O| Sep 07 14:25:01.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59932026-09-07T14:25:02.447Z[ recovery-image] Sep 07 14:25:01.394 INFO O| Sep 07 14:25:01.394 INFO STEP 107 (remove_files) COMPLETE
59942026-09-07T14:25:02.447Z[ recovery-image] Sep 07 14:25:01.394 INFO O| Sep 07 14:25:01.394 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-09-07T14:25:02.457Z[ recovery-image] Sep 07 14:25:01.404 INFO O| Sep 07 14:25:01.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59962026-09-07T14:25:02.457Z[ recovery-image] Sep 07 14:25:01.404 INFO O| Sep 07 14:25:01.404 INFO STEP 108 (remove_files) COMPLETE
59972026-09-07T14:25:02.457Z[ recovery-image] Sep 07 14:25:01.404 INFO O| Sep 07 14:25:01.404 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-09-07T14:25:02.469Z[ recovery-image] Sep 07 14:25:01.414 INFO O| Sep 07 14:25:01.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
59992026-09-07T14:25:02.469Z[ recovery-image] Sep 07 14:25:01.414 INFO O| Sep 07 14:25:01.414 INFO STEP 109 (remove_files) COMPLETE
60002026-09-07T14:25:02.476Z[ recovery-image] Sep 07 14:25:01.414 INFO O| Sep 07 14:25:01.414 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-09-07T14:25:02.481Z[ recovery-image] Sep 07 14:25:01.424 INFO O| Sep 07 14:25:01.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
60022026-09-07T14:25:02.481Z[ recovery-image] Sep 07 14:25:01.424 INFO O| Sep 07 14:25:01.424 INFO STEP 110 (remove_files) COMPLETE
60032026-09-07T14:25:02.481Z[ recovery-image] Sep 07 14:25:01.424 INFO O| Sep 07 14:25:01.424 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-09-07T14:25:02.487Z[ recovery-image] Sep 07 14:25:01.434 INFO O| Sep 07 14:25:01.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60052026-09-07T14:25:02.487Z[ recovery-image] Sep 07 14:25:01.434 INFO O| Sep 07 14:25:01.434 INFO STEP 111 (remove_files) COMPLETE
60062026-09-07T14:25:02.487Z[ recovery-image] Sep 07 14:25:01.434 INFO O| Sep 07 14:25:01.434 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-09-07T14:25:02.491Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60082026-09-07T14:25:02.495Z[ recovery-image] Sep 07 14:25:01.444 INFO O| Sep 07 14:25:01.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60092026-09-07T14:25:02.495Z[ recovery-image] Sep 07 14:25:01.444 INFO O| Sep 07 14:25:01.444 INFO STEP 112 (remove_files) COMPLETE
60102026-09-07T14:25:02.495Z[ recovery-image] Sep 07 14:25:01.444 INFO O| Sep 07 14:25:01.444 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-09-07T14:25:02.504Z[ recovery-image] Sep 07 14:25:01.455 INFO O| Sep 07 14:25:01.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60122026-09-07T14:25:02.504Z[ recovery-image] Sep 07 14:25:01.455 INFO O| Sep 07 14:25:01.455 INFO STEP 113 (remove_files) COMPLETE
60132026-09-07T14:25:02.507Z[ recovery-image] Sep 07 14:25:01.455 INFO O| Sep 07 14:25:01.455 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-09-07T14:25:02.514Z[ recovery-image] Sep 07 14:25:01.465 INFO O| Sep 07 14:25:01.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60152026-09-07T14:25:02.514Z[ recovery-image] Sep 07 14:25:01.465 INFO O| Sep 07 14:25:01.465 INFO STEP 114 (remove_files) COMPLETE
60162026-09-07T14:25:02.515Z[ recovery-image] Sep 07 14:25:01.465 INFO O| Sep 07 14:25:01.465 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-09-07T14:25:02.533Z[ recovery-image] Sep 07 14:25:01.474 INFO O| Sep 07 14:25:01.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60182026-09-07T14:25:02.533Z[ recovery-image] Sep 07 14:25:01.474 INFO O| Sep 07 14:25:01.474 INFO STEP 115 (remove_files) COMPLETE
60192026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.474 INFO O| Sep 07 14:25:01.474 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.483 INFO O| Sep 07 14:25:01.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60212026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.483 INFO O| Sep 07 14:25:01.483 INFO STEP 116 (remove_files) COMPLETE
60222026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.483 INFO O| Sep 07 14:25:01.483 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-09-07T14:25:02.557Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
60242026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.492 INFO O| Sep 07 14:25:01.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60252026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.492 INFO O| Sep 07 14:25:01.492 INFO STEP 117 (remove_files) COMPLETE
60262026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.492 INFO O| Sep 07 14:25:01.492 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.502 INFO O| Sep 07 14:25:01.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60282026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.502 INFO O| Sep 07 14:25:01.502 INFO STEP 118 (remove_files) COMPLETE
60292026-09-07T14:25:02.557Z[ recovery-image] Sep 07 14:25:01.502 INFO O| Sep 07 14:25:01.502 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-09-07T14:25:02.603Z[ recovery-image] Sep 07 14:25:01.511 INFO O| Sep 07 14:25:01.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60312026-09-07T14:25:02.603Z[ recovery-image] Sep 07 14:25:01.511 INFO O| Sep 07 14:25:01.511 INFO STEP 119 (remove_files) COMPLETE
60322026-09-07T14:25:02.603Z[ recovery-image] Sep 07 14:25:01.511 INFO O| Sep 07 14:25:01.511 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-09-07T14:25:02.603Z[ recovery-image] Sep 07 14:25:01.520 INFO O| Sep 07 14:25:01.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60342026-09-07T14:25:02.603Z[ recovery-image] Sep 07 14:25:01.520 INFO O| Sep 07 14:25:01.520 INFO STEP 120 (remove_files) COMPLETE
60352026-09-07T14:25:02.603Z[ recovery-image] Sep 07 14:25:01.520 INFO O| Sep 07 14:25:01.520 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.530 INFO O| Sep 07 14:25:01.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60372026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.531 INFO O| Sep 07 14:25:01.531 INFO STEP 121 (remove_files) COMPLETE
60382026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.531 INFO O| Sep 07 14:25:01.531 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.548 INFO O| Sep 07 14:25:01.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60402026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.548 INFO O| Sep 07 14:25:01.548 INFO STEP 122 (remove_files) COMPLETE
60412026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.548 INFO O| Sep 07 14:25:01.548 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.558 INFO O| Sep 07 14:25:01.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60432026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.558 INFO O| Sep 07 14:25:01.558 INFO STEP 123 (remove_files) COMPLETE
60442026-09-07T14:25:02.614Z[ recovery-image] Sep 07 14:25:01.558 INFO O| Sep 07 14:25:01.558 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-09-07T14:25:02.621Z[ recovery-image] Sep 07 14:25:01.568 INFO O| Sep 07 14:25:01.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60462026-09-07T14:25:02.621Z[ recovery-image] Sep 07 14:25:01.568 INFO O| Sep 07 14:25:01.568 INFO STEP 124 (remove_files) COMPLETE
60472026-09-07T14:25:02.621Z[ recovery-image] Sep 07 14:25:01.568 INFO O| Sep 07 14:25:01.568 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-09-07T14:25:02.634Z[ recovery-image] Sep 07 14:25:01.577 INFO O| Sep 07 14:25:01.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60492026-09-07T14:25:02.634Z[ recovery-image] Sep 07 14:25:01.578 INFO O| Sep 07 14:25:01.577 INFO STEP 125 (remove_files) COMPLETE
60502026-09-07T14:25:02.634Z[ recovery-image] Sep 07 14:25:01.578 INFO O| Sep 07 14:25:01.578 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-09-07T14:25:02.682Z[ recovery-image] Sep 07 14:25:01.587 INFO O| Sep 07 14:25:01.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60522026-09-07T14:25:02.682Z[ recovery-image] Sep 07 14:25:01.587 INFO O| Sep 07 14:25:01.587 INFO STEP 126 (remove_files) COMPLETE
60532026-09-07T14:25:02.682Z[ recovery-image] Sep 07 14:25:01.587 INFO O| Sep 07 14:25:01.587 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-09-07T14:25:02.682Z[ recovery-image] Sep 07 14:25:01.596 INFO O| Sep 07 14:25:01.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60552026-09-07T14:25:02.682Z[ recovery-image] Sep 07 14:25:01.596 INFO O| Sep 07 14:25:01.596 INFO STEP 127 (remove_files) COMPLETE
60562026-09-07T14:25:02.682Z[ recovery-image] Sep 07 14:25:01.596 INFO O| Sep 07 14:25:01.596 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.605 INFO O| Sep 07 14:25:01.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60582026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.605 INFO O| Sep 07 14:25:01.605 INFO STEP 128 (remove_files) COMPLETE
60592026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.605 INFO O| Sep 07 14:25:01.605 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.615 INFO O| Sep 07 14:25:01.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60612026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.615 INFO O| Sep 07 14:25:01.615 INFO STEP 129 (remove_files) COMPLETE
60622026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.615 INFO O| Sep 07 14:25:01.615 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-09-07T14:25:02.688Z[ recovery-image] Sep 07 14:25:01.625 INFO O| Sep 07 14:25:01.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60642026-09-07T14:25:02.689Z[ recovery-image] Sep 07 14:25:01.625 INFO O| Sep 07 14:25:01.625 INFO STEP 130 (remove_files) COMPLETE
60652026-09-07T14:25:02.689Z[ recovery-image] Sep 07 14:25:01.625 INFO O| Sep 07 14:25:01.625 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-09-07T14:25:02.692Z[ recovery-image] Sep 07 14:25:01.639 INFO O| Sep 07 14:25:01.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60672026-09-07T14:25:02.692Z[ recovery-image] Sep 07 14:25:01.639 INFO O| Sep 07 14:25:01.639 INFO STEP 131 (remove_files) COMPLETE
60682026-09-07T14:25:02.692Z[ recovery-image] Sep 07 14:25:01.639 INFO O| Sep 07 14:25:01.639 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-09-07T14:25:02.699Z[ recovery-image] Sep 07 14:25:01.649 INFO O| Sep 07 14:25:01.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60702026-09-07T14:25:02.699Z[ recovery-image] Sep 07 14:25:01.649 INFO O| Sep 07 14:25:01.649 INFO STEP 132 (remove_files) COMPLETE
60712026-09-07T14:25:02.700Z[ recovery-image] Sep 07 14:25:01.649 INFO O| Sep 07 14:25:01.649 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-09-07T14:25:02.710Z[ recovery-image] Sep 07 14:25:01.660 INFO O| Sep 07 14:25:01.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60732026-09-07T14:25:02.710Z[ recovery-image] Sep 07 14:25:01.660 INFO O| Sep 07 14:25:01.660 INFO STEP 133 (remove_files) COMPLETE
60742026-09-07T14:25:02.710Z[ recovery-image] Sep 07 14:25:01.660 INFO O| Sep 07 14:25:01.660 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-09-07T14:25:02.722Z[ recovery-image] Sep 07 14:25:01.671 INFO O| Sep 07 14:25:01.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60762026-09-07T14:25:02.722Z[ recovery-image] Sep 07 14:25:01.671 INFO O| Sep 07 14:25:01.671 INFO STEP 134 (remove_files) COMPLETE
60772026-09-07T14:25:02.722Z[ recovery-image] Sep 07 14:25:01.671 INFO O| Sep 07 14:25:01.671 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-09-07T14:25:02.730Z[ recovery-image] Sep 07 14:25:01.681 INFO O| Sep 07 14:25:01.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60792026-09-07T14:25:02.730Z[ recovery-image] Sep 07 14:25:01.681 INFO O| Sep 07 14:25:01.681 INFO STEP 135 (remove_files) COMPLETE
60802026-09-07T14:25:02.734Z[ recovery-image] Sep 07 14:25:01.681 INFO O| Sep 07 14:25:01.681 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-09-07T14:25:02.753Z[ recovery-image] Sep 07 14:25:01.691 INFO O| Sep 07 14:25:01.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60822026-09-07T14:25:02.753Z[ recovery-image] Sep 07 14:25:01.692 INFO O| Sep 07 14:25:01.692 INFO STEP 136 (remove_files) COMPLETE
60832026-09-07T14:25:02.753Z[ recovery-image] Sep 07 14:25:01.692 INFO O| Sep 07 14:25:01.692 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-09-07T14:25:02.757Z[ recovery-image] Sep 07 14:25:01.702 INFO O| Sep 07 14:25:01.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60852026-09-07T14:25:02.760Z[ recovery-image] Sep 07 14:25:01.702 INFO O| Sep 07 14:25:01.702 INFO STEP 137 (remove_files) COMPLETE
60862026-09-07T14:25:02.760Z[ recovery-image] Sep 07 14:25:01.702 INFO O| Sep 07 14:25:01.702 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-09-07T14:25:02.763Z[ recovery-image] Sep 07 14:25:01.713 INFO O| Sep 07 14:25:01.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60882026-09-07T14:25:02.763Z[ recovery-image] Sep 07 14:25:01.713 INFO O| Sep 07 14:25:01.713 INFO STEP 138 (remove_files) COMPLETE
60892026-09-07T14:25:02.764Z[ recovery-image] Sep 07 14:25:01.713 INFO O| Sep 07 14:25:01.713 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-09-07T14:25:02.772Z[ recovery-image] Sep 07 14:25:01.722 INFO O| Sep 07 14:25:01.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60912026-09-07T14:25:02.772Z[ recovery-image] Sep 07 14:25:01.722 INFO O| Sep 07 14:25:01.722 INFO STEP 139 (remove_files) COMPLETE
60922026-09-07T14:25:02.777Z[ recovery-image] Sep 07 14:25:01.722 INFO O| Sep 07 14:25:01.722 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-09-07T14:25:02.781Z[ recovery-image] Sep 07 14:25:01.731 INFO O| Sep 07 14:25:01.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60942026-09-07T14:25:02.781Z[ recovery-image] Sep 07 14:25:01.732 INFO O| Sep 07 14:25:01.732 INFO STEP 140 (remove_files) COMPLETE
60952026-09-07T14:25:02.781Z[ recovery-image] Sep 07 14:25:01.732 INFO O| Sep 07 14:25:01.732 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-09-07T14:25:02.791Z[ recovery-image] Sep 07 14:25:01.741 INFO O| Sep 07 14:25:01.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60972026-09-07T14:25:02.796Z[ recovery-image] Sep 07 14:25:01.742 INFO O| Sep 07 14:25:01.742 INFO STEP 141 (remove_files) COMPLETE
60982026-09-07T14:25:02.796Z[ recovery-image] Sep 07 14:25:01.742 INFO O| Sep 07 14:25:01.742 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-09-07T14:25:02.801Z[ recovery-image] Sep 07 14:25:01.752 INFO O| Sep 07 14:25:01.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
61002026-09-07T14:25:02.801Z[ recovery-image] Sep 07 14:25:01.752 INFO O| Sep 07 14:25:01.752 INFO STEP 142 (remove_files) COMPLETE
61012026-09-07T14:25:02.804Z[ recovery-image] Sep 07 14:25:01.752 INFO O| Sep 07 14:25:01.752 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-09-07T14:25:02.809Z[ recovery-image] Sep 07 14:25:01.760 INFO O| Sep 07 14:25:01.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
61032026-09-07T14:25:02.809Z[ recovery-image] Sep 07 14:25:01.760 INFO O| Sep 07 14:25:01.760 INFO STEP 143 (remove_files) COMPLETE
61042026-09-07T14:25:02.809Z[ recovery-image] Sep 07 14:25:01.760 INFO O| Sep 07 14:25:01.760 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-09-07T14:25:02.826Z[ recovery-image] Sep 07 14:25:01.768 INFO O| Sep 07 14:25:01.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61062026-09-07T14:25:02.826Z[ recovery-image] Sep 07 14:25:01.768 INFO O| Sep 07 14:25:01.768 INFO STEP 144 (remove_files) COMPLETE
61072026-09-07T14:25:02.829Z[ recovery-image] Sep 07 14:25:01.768 INFO O| Sep 07 14:25:01.768 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-09-07T14:25:02.830Z[ recovery-image] Sep 07 14:25:01.777 INFO O| Sep 07 14:25:01.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61092026-09-07T14:25:02.830Z[ recovery-image] Sep 07 14:25:01.777 INFO O| Sep 07 14:25:01.777 INFO STEP 145 (remove_files) COMPLETE
61102026-09-07T14:25:02.830Z[ recovery-image] Sep 07 14:25:01.777 INFO O| Sep 07 14:25:01.777 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-09-07T14:25:02.835Z[ recovery-image] Sep 07 14:25:01.786 INFO O| Sep 07 14:25:01.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61122026-09-07T14:25:02.835Z[ recovery-image] Sep 07 14:25:01.786 INFO O| Sep 07 14:25:01.786 INFO STEP 146 (remove_files) COMPLETE
61132026-09-07T14:25:02.835Z[ recovery-image] Sep 07 14:25:01.786 INFO O| Sep 07 14:25:01.786 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-09-07T14:25:02.844Z[ recovery-image] Sep 07 14:25:01.795 INFO O| Sep 07 14:25:01.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61152026-09-07T14:25:02.844Z[ recovery-image] Sep 07 14:25:01.795 INFO O| Sep 07 14:25:01.795 INFO STEP 147 (remove_files) COMPLETE
61162026-09-07T14:25:02.848Z[ recovery-image] Sep 07 14:25:01.795 INFO O| Sep 07 14:25:01.795 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-09-07T14:25:02.859Z[ recovery-image] Sep 07 14:25:01.804 INFO O| Sep 07 14:25:01.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61182026-09-07T14:25:02.859Z[ recovery-image] Sep 07 14:25:01.804 INFO O| Sep 07 14:25:01.804 INFO STEP 148 (remove_files) COMPLETE
61192026-09-07T14:25:02.864Z[ recovery-image] Sep 07 14:25:01.804 INFO O| Sep 07 14:25:01.804 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-09-07T14:25:02.864Z[ recovery-image] Sep 07 14:25:01.812 INFO O| Sep 07 14:25:01.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61212026-09-07T14:25:02.864Z[ recovery-image] Sep 07 14:25:01.812 INFO O| Sep 07 14:25:01.812 INFO STEP 149 (remove_files) COMPLETE
61222026-09-07T14:25:02.864Z[ recovery-image] Sep 07 14:25:01.813 INFO O| Sep 07 14:25:01.812 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-09-07T14:25:02.881Z[ recovery-image] Sep 07 14:25:01.822 INFO O| Sep 07 14:25:01.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61242026-09-07T14:25:02.881Z[ recovery-image] Sep 07 14:25:01.822 INFO O| Sep 07 14:25:01.822 INFO STEP 150 (remove_files) COMPLETE
61252026-09-07T14:25:02.887Z[ recovery-image] Sep 07 14:25:01.822 INFO O| Sep 07 14:25:01.822 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-09-07T14:25:02.887Z[ recovery-image] Sep 07 14:25:01.831 INFO O| Sep 07 14:25:01.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61272026-09-07T14:25:02.887Z[ recovery-image] Sep 07 14:25:01.831 INFO O| Sep 07 14:25:01.831 INFO STEP 151 (remove_files) COMPLETE
61282026-09-07T14:25:02.887Z[ recovery-image] Sep 07 14:25:01.831 INFO O| Sep 07 14:25:01.831 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-09-07T14:25:02.891Z[ recovery-image] Sep 07 14:25:01.841 INFO O| Sep 07 14:25:01.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61302026-09-07T14:25:02.892Z[ recovery-image] Sep 07 14:25:01.841 INFO O| Sep 07 14:25:01.841 INFO STEP 152 (remove_files) COMPLETE
61312026-09-07T14:25:02.892Z[ recovery-image] Sep 07 14:25:01.841 INFO O| Sep 07 14:25:01.841 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-09-07T14:25:02.900Z[ recovery-image] Sep 07 14:25:01.851 INFO O| Sep 07 14:25:01.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61332026-09-07T14:25:02.900Z[ recovery-image] Sep 07 14:25:01.851 INFO O| Sep 07 14:25:01.851 INFO STEP 153 (remove_files) COMPLETE
61342026-09-07T14:25:02.900Z[ recovery-image] Sep 07 14:25:01.851 INFO O| Sep 07 14:25:01.851 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-09-07T14:25:02.913Z[ recovery-image] Sep 07 14:25:01.861 INFO O| Sep 07 14:25:01.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61362026-09-07T14:25:02.913Z[ recovery-image] Sep 07 14:25:01.861 INFO O| Sep 07 14:25:01.861 INFO STEP 154 (remove_files) COMPLETE
61372026-09-07T14:25:02.913Z[ recovery-image] Sep 07 14:25:01.861 INFO O| Sep 07 14:25:01.861 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-09-07T14:25:02.920Z[ recovery-image] Sep 07 14:25:01.871 INFO O| Sep 07 14:25:01.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61392026-09-07T14:25:02.924Z[ recovery-image] Sep 07 14:25:01.871 INFO O| Sep 07 14:25:01.871 INFO STEP 155 (remove_files) COMPLETE
61402026-09-07T14:25:02.924Z[ recovery-image] Sep 07 14:25:01.871 INFO O| Sep 07 14:25:01.871 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-09-07T14:25:02.930Z[ recovery-image] Sep 07 14:25:01.881 INFO O| Sep 07 14:25:01.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61422026-09-07T14:25:02.930Z[ recovery-image] Sep 07 14:25:01.881 INFO O| Sep 07 14:25:01.881 INFO STEP 156 (remove_files) COMPLETE
61432026-09-07T14:25:02.930Z[ recovery-image] Sep 07 14:25:01.881 INFO O| Sep 07 14:25:01.881 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-09-07T14:25:02.940Z[ recovery-image] Sep 07 14:25:01.890 INFO O| Sep 07 14:25:01.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61452026-09-07T14:25:02.940Z[ recovery-image] Sep 07 14:25:01.890 INFO O| Sep 07 14:25:01.890 INFO STEP 157 (remove_files) COMPLETE
61462026-09-07T14:25:02.944Z[ recovery-image] Sep 07 14:25:01.890 INFO O| Sep 07 14:25:01.890 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-09-07T14:25:02.948Z[ recovery-image] Sep 07 14:25:01.898 INFO O| Sep 07 14:25:01.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61482026-09-07T14:25:02.948Z[ recovery-image] Sep 07 14:25:01.898 INFO O| Sep 07 14:25:01.898 INFO STEP 158 (remove_files) COMPLETE
61492026-09-07T14:25:02.948Z[ recovery-image] Sep 07 14:25:01.898 INFO O| Sep 07 14:25:01.898 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-09-07T14:25:02.956Z[ recovery-image] Sep 07 14:25:01.907 INFO O| Sep 07 14:25:01.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61512026-09-07T14:25:02.962Z[ recovery-image] Sep 07 14:25:01.908 INFO O| Sep 07 14:25:01.908 INFO STEP 159 (remove_files) COMPLETE
61522026-09-07T14:25:02.962Z[ recovery-image] Sep 07 14:25:01.908 INFO O| Sep 07 14:25:01.908 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-09-07T14:25:02.968Z[ recovery-image] Sep 07 14:25:01.917 INFO O| Sep 07 14:25:01.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61542026-09-07T14:25:02.968Z[ recovery-image] Sep 07 14:25:01.917 INFO O| Sep 07 14:25:01.917 INFO STEP 160 (remove_files) COMPLETE
61552026-09-07T14:25:02.968Z[ recovery-image] Sep 07 14:25:01.917 INFO O| Sep 07 14:25:01.917 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-09-07T14:25:02.989Z[ recovery-image] Sep 07 14:25:01.926 INFO O| Sep 07 14:25:01.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61572026-09-07T14:25:02.989Z[ recovery-image] Sep 07 14:25:01.926 INFO O| Sep 07 14:25:01.926 INFO STEP 161 (remove_files) COMPLETE
61582026-09-07T14:25:02.993Z[ recovery-image] Sep 07 14:25:01.926 INFO O| Sep 07 14:25:01.926 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-09-07T14:25:02.993Z[ recovery-image] Sep 07 14:25:01.935 INFO O| Sep 07 14:25:01.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61602026-09-07T14:25:02.993Z[ recovery-image] Sep 07 14:25:01.935 INFO O| Sep 07 14:25:01.935 INFO STEP 162 (remove_files) COMPLETE
61612026-09-07T14:25:02.993Z[ recovery-image] Sep 07 14:25:01.935 INFO O| Sep 07 14:25:01.935 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-09-07T14:25:02.996Z[ recovery-image] Sep 07 14:25:01.944 INFO O| Sep 07 14:25:01.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61632026-09-07T14:25:02.997Z[ recovery-image] Sep 07 14:25:01.944 INFO O| Sep 07 14:25:01.944 INFO STEP 163 (remove_files) COMPLETE
61642026-09-07T14:25:02.997Z[ recovery-image] Sep 07 14:25:01.944 INFO O| Sep 07 14:25:01.944 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-09-07T14:25:03.004Z[ recovery-image] Sep 07 14:25:01.954 INFO O| Sep 07 14:25:01.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61662026-09-07T14:25:03.007Z[ recovery-image] Sep 07 14:25:01.954 INFO O| Sep 07 14:25:01.954 INFO STEP 164 (remove_files) COMPLETE
61672026-09-07T14:25:03.007Z[ recovery-image] Sep 07 14:25:01.954 INFO O| Sep 07 14:25:01.954 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-09-07T14:25:03.013Z[ recovery-image] Sep 07 14:25:01.964 INFO O| Sep 07 14:25:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61692026-09-07T14:25:03.013Z[ recovery-image] Sep 07 14:25:01.964 INFO O| Sep 07 14:25:01.964 INFO STEP 165 (remove_files) COMPLETE
61702026-09-07T14:25:03.024Z[ recovery-image] Sep 07 14:25:01.964 INFO O| Sep 07 14:25:01.964 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-09-07T14:25:03.042Z[ recovery-image] Sep 07 14:25:01.974 INFO O| Sep 07 14:25:01.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61722026-09-07T14:25:03.042Z[ recovery-image] Sep 07 14:25:01.974 INFO O| Sep 07 14:25:01.974 INFO STEP 166 (remove_files) COMPLETE
61732026-09-07T14:25:03.042Z[ recovery-image] Sep 07 14:25:01.974 INFO O| Sep 07 14:25:01.974 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-09-07T14:25:03.042Z[ recovery-image] Sep 07 14:25:01.985 INFO O| Sep 07 14:25:01.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61752026-09-07T14:25:03.042Z[ recovery-image] Sep 07 14:25:01.986 INFO O| Sep 07 14:25:01.985 INFO STEP 167 (remove_files) COMPLETE
61762026-09-07T14:25:03.042Z[ recovery-image] Sep 07 14:25:01.986 INFO O| Sep 07 14:25:01.985 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-09-07T14:25:03.048Z[ recovery-image] Sep 07 14:25:01.997 INFO O| Sep 07 14:25:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61782026-09-07T14:25:03.049Z[ recovery-image] Sep 07 14:25:01.997 INFO O| Sep 07 14:25:01.997 INFO STEP 168 (remove_files) COMPLETE
61792026-09-07T14:25:03.054Z[ recovery-image] Sep 07 14:25:01.997 INFO O| Sep 07 14:25:01.997 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-09-07T14:25:03.068Z[ recovery-image] Sep 07 14:25:02.008 INFO O| Sep 07 14:25:02.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61812026-09-07T14:25:03.069Z[ recovery-image] Sep 07 14:25:02.008 INFO O| Sep 07 14:25:02.008 INFO STEP 169 (remove_files) COMPLETE
61822026-09-07T14:25:03.069Z[ recovery-image] Sep 07 14:25:02.008 INFO O| Sep 07 14:25:02.008 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-09-07T14:25:03.081Z[ recovery-image] Sep 07 14:25:02.020 INFO O| Sep 07 14:25:02.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61842026-09-07T14:25:03.081Z[ recovery-image] Sep 07 14:25:02.020 INFO O| Sep 07 14:25:02.020 INFO STEP 170 (remove_files) COMPLETE
61852026-09-07T14:25:03.081Z[ recovery-image] Sep 07 14:25:02.020 INFO O| Sep 07 14:25:02.020 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-09-07T14:25:03.088Z[ recovery-image] Sep 07 14:25:02.031 INFO O| Sep 07 14:25:02.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61872026-09-07T14:25:03.088Z[ recovery-image] Sep 07 14:25:02.031 INFO O| Sep 07 14:25:02.031 INFO STEP 171 (remove_files) COMPLETE
61882026-09-07T14:25:03.088Z[ recovery-image] Sep 07 14:25:02.031 INFO O| Sep 07 14:25:02.031 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-09-07T14:25:03.107Z[ recovery-image] Sep 07 14:25:02.046 INFO O| Sep 07 14:25:02.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61902026-09-07T14:25:03.107Z[ recovery-image] Sep 07 14:25:02.046 INFO O| Sep 07 14:25:02.041 INFO STEP 172 (remove_files) COMPLETE
61912026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.046 INFO O| Sep 07 14:25:02.041 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.051 INFO O| Sep 07 14:25:02.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61932026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.052 INFO O| Sep 07 14:25:02.052 INFO STEP 173 (remove_files) COMPLETE
61942026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.052 INFO O| Sep 07 14:25:02.052 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.063 INFO O| Sep 07 14:25:02.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61962026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.063 INFO O| Sep 07 14:25:02.063 INFO STEP 174 (remove_files) COMPLETE
61972026-09-07T14:25:03.124Z[ recovery-image] Sep 07 14:25:02.063 INFO O| Sep 07 14:25:02.063 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-09-07T14:25:03.131Z[ recovery-image] Sep 07 14:25:02.072 INFO O| Sep 07 14:25:02.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
61992026-09-07T14:25:03.131Z[ recovery-image] Sep 07 14:25:02.072 INFO O| Sep 07 14:25:02.072 INFO STEP 175 (remove_files) COMPLETE
62002026-09-07T14:25:03.131Z[ recovery-image] Sep 07 14:25:02.072 INFO O| Sep 07 14:25:02.072 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-09-07T14:25:03.134Z[ recovery-image] Sep 07 14:25:02.081 INFO O| Sep 07 14:25:02.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
62022026-09-07T14:25:03.134Z[ recovery-image] Sep 07 14:25:02.081 INFO O| Sep 07 14:25:02.081 INFO STEP 176 (remove_files) COMPLETE
62032026-09-07T14:25:03.134Z[ recovery-image] Sep 07 14:25:02.081 INFO O| Sep 07 14:25:02.081 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-09-07T14:25:03.140Z[ recovery-image] Sep 07 14:25:02.090 INFO O| Sep 07 14:25:02.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62052026-09-07T14:25:03.140Z[ recovery-image] Sep 07 14:25:02.091 INFO O| Sep 07 14:25:02.090 INFO STEP 177 (remove_files) COMPLETE
62062026-09-07T14:25:03.140Z[ recovery-image] Sep 07 14:25:02.091 INFO O| Sep 07 14:25:02.090 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-09-07T14:25:03.152Z[ recovery-image] Sep 07 14:25:02.101 INFO O| Sep 07 14:25:02.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62082026-09-07T14:25:03.152Z[ recovery-image] Sep 07 14:25:02.101 INFO O| Sep 07 14:25:02.101 INFO STEP 178 (remove_files) COMPLETE
62092026-09-07T14:25:03.152Z[ recovery-image] Sep 07 14:25:02.101 INFO O| Sep 07 14:25:02.101 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-09-07T14:25:03.160Z[ recovery-image] Sep 07 14:25:02.111 INFO O| Sep 07 14:25:02.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62112026-09-07T14:25:03.160Z[ recovery-image] Sep 07 14:25:02.111 INFO O| Sep 07 14:25:02.111 INFO STEP 179 (remove_files) COMPLETE
62122026-09-07T14:25:03.166Z[ recovery-image] Sep 07 14:25:02.111 INFO O| Sep 07 14:25:02.111 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-09-07T14:25:03.174Z[ recovery-image] Sep 07 14:25:02.121 INFO O| Sep 07 14:25:02.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62142026-09-07T14:25:03.174Z[ recovery-image] Sep 07 14:25:02.121 INFO O| Sep 07 14:25:02.121 INFO STEP 180 (remove_files) COMPLETE
62152026-09-07T14:25:03.174Z[ recovery-image] Sep 07 14:25:02.121 INFO O| Sep 07 14:25:02.121 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-09-07T14:25:03.181Z[ recovery-image] Sep 07 14:25:02.132 INFO O| Sep 07 14:25:02.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62172026-09-07T14:25:03.181Z[ recovery-image] Sep 07 14:25:02.132 INFO O| Sep 07 14:25:02.132 INFO STEP 181 (remove_files) COMPLETE
62182026-09-07T14:25:03.181Z[ recovery-image] Sep 07 14:25:02.132 INFO O| Sep 07 14:25:02.132 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-09-07T14:25:03.191Z[ recovery-image] Sep 07 14:25:02.141 INFO O| Sep 07 14:25:02.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62202026-09-07T14:25:03.191Z[ recovery-image] Sep 07 14:25:02.142 INFO O| Sep 07 14:25:02.142 INFO STEP 182 (remove_files) COMPLETE
62212026-09-07T14:25:03.191Z[ recovery-image] Sep 07 14:25:02.142 INFO O| Sep 07 14:25:02.142 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-09-07T14:25:03.203Z[ recovery-image] Sep 07 14:25:02.151 INFO O| Sep 07 14:25:02.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62232026-09-07T14:25:03.203Z[ recovery-image] Sep 07 14:25:02.151 INFO O| Sep 07 14:25:02.151 INFO STEP 183 (remove_files) COMPLETE
62242026-09-07T14:25:03.209Z[ recovery-image] Sep 07 14:25:02.151 INFO O| Sep 07 14:25:02.151 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-09-07T14:25:03.214Z[ recovery-image] Sep 07 14:25:02.160 INFO O| Sep 07 14:25:02.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62262026-09-07T14:25:03.215Z[ recovery-image] Sep 07 14:25:02.161 INFO O| Sep 07 14:25:02.161 INFO STEP 184 (remove_files) COMPLETE
62272026-09-07T14:25:03.215Z[ recovery-image] Sep 07 14:25:02.161 INFO O| Sep 07 14:25:02.161 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-09-07T14:25:03.222Z[ recovery-image] Sep 07 14:25:02.170 INFO O| Sep 07 14:25:02.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62292026-09-07T14:25:03.223Z[ recovery-image] Sep 07 14:25:02.170 INFO O| Sep 07 14:25:02.170 INFO STEP 185 (remove_files) COMPLETE
62302026-09-07T14:25:03.223Z[ recovery-image] Sep 07 14:25:02.170 INFO O| Sep 07 14:25:02.170 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-09-07T14:25:03.232Z[ recovery-image] Sep 07 14:25:02.180 INFO O| Sep 07 14:25:02.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62322026-09-07T14:25:03.232Z[ recovery-image] Sep 07 14:25:02.180 INFO O| Sep 07 14:25:02.180 INFO STEP 186 (remove_files) COMPLETE
62332026-09-07T14:25:03.232Z[ recovery-image] Sep 07 14:25:02.180 INFO O| Sep 07 14:25:02.180 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-09-07T14:25:03.239Z[ recovery-image] Sep 07 14:25:02.190 INFO O| Sep 07 14:25:02.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62352026-09-07T14:25:03.239Z[ recovery-image] Sep 07 14:25:02.190 INFO O| Sep 07 14:25:02.190 INFO STEP 187 (remove_files) COMPLETE
62362026-09-07T14:25:03.256Z[ recovery-image] Sep 07 14:25:02.190 INFO O| Sep 07 14:25:02.190 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-09-07T14:25:03.262Z[ recovery-image] Sep 07 14:25:02.201 INFO O| Sep 07 14:25:02.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62382026-09-07T14:25:03.262Z[ recovery-image] Sep 07 14:25:02.201 INFO O| Sep 07 14:25:02.201 INFO STEP 188 (remove_files) COMPLETE
62392026-09-07T14:25:03.262Z[ recovery-image] Sep 07 14:25:02.201 INFO O| Sep 07 14:25:02.201 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-09-07T14:25:03.262Z[ recovery-image] Sep 07 14:25:02.211 INFO O| Sep 07 14:25:02.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62412026-09-07T14:25:03.262Z[ recovery-image] Sep 07 14:25:02.211 INFO O| Sep 07 14:25:02.211 INFO STEP 189 (remove_files) COMPLETE
62422026-09-07T14:25:03.262Z[ recovery-image] Sep 07 14:25:02.211 INFO O| Sep 07 14:25:02.211 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-09-07T14:25:03.270Z[ recovery-image] Sep 07 14:25:02.220 INFO O| Sep 07 14:25:02.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62442026-09-07T14:25:03.270Z[ recovery-image] Sep 07 14:25:02.220 INFO O| Sep 07 14:25:02.220 INFO STEP 190 (remove_files) COMPLETE
62452026-09-07T14:25:03.282Z[ recovery-image] Sep 07 14:25:02.221 INFO O| Sep 07 14:25:02.220 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-09-07T14:25:03.287Z[ recovery-image] Sep 07 14:25:02.231 INFO O| Sep 07 14:25:02.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62472026-09-07T14:25:03.287Z[ recovery-image] Sep 07 14:25:02.231 INFO O| Sep 07 14:25:02.231 INFO STEP 191 (remove_files) COMPLETE
62482026-09-07T14:25:03.287Z[ recovery-image] Sep 07 14:25:02.231 INFO O| Sep 07 14:25:02.231 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-09-07T14:25:03.299Z[ recovery-image] Sep 07 14:25:02.240 INFO O| Sep 07 14:25:02.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62502026-09-07T14:25:03.300Z[ recovery-image] Sep 07 14:25:02.240 INFO O| Sep 07 14:25:02.240 INFO STEP 192 (remove_files) COMPLETE
62512026-09-07T14:25:03.300Z[ recovery-image] Sep 07 14:25:02.240 INFO O| Sep 07 14:25:02.240 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-09-07T14:25:03.306Z[ recovery-image] Sep 07 14:25:02.251 INFO O| Sep 07 14:25:02.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62532026-09-07T14:25:03.306Z[ recovery-image] Sep 07 14:25:02.251 INFO O| Sep 07 14:25:02.251 INFO STEP 193 (remove_files) COMPLETE
62542026-09-07T14:25:03.306Z[ recovery-image] Sep 07 14:25:02.251 INFO O| Sep 07 14:25:02.251 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-09-07T14:25:03.311Z[ recovery-image] Sep 07 14:25:02.260 INFO O| Sep 07 14:25:02.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62562026-09-07T14:25:03.311Z[ recovery-image] Sep 07 14:25:02.260 INFO O| Sep 07 14:25:02.260 INFO STEP 194 (remove_files) COMPLETE
62572026-09-07T14:25:03.311Z[ recovery-image] Sep 07 14:25:02.260 INFO O| Sep 07 14:25:02.260 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-09-07T14:25:03.318Z[ recovery-image] Sep 07 14:25:02.268 INFO O| Sep 07 14:25:02.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62592026-09-07T14:25:03.318Z[ recovery-image] Sep 07 14:25:02.269 INFO O| Sep 07 14:25:02.269 INFO STEP 195 (remove_files) COMPLETE
62602026-09-07T14:25:03.318Z[ recovery-image] Sep 07 14:25:02.269 INFO O| Sep 07 14:25:02.269 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-09-07T14:25:03.326Z[ recovery-image] Sep 07 14:25:02.277 INFO O| Sep 07 14:25:02.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62622026-09-07T14:25:03.327Z[ recovery-image] Sep 07 14:25:02.277 INFO O| Sep 07 14:25:02.277 INFO STEP 196 (remove_files) COMPLETE
62632026-09-07T14:25:03.330Z[ recovery-image] Sep 07 14:25:02.277 INFO O| Sep 07 14:25:02.277 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-09-07T14:25:03.335Z[ recovery-image] Sep 07 14:25:02.286 INFO O| Sep 07 14:25:02.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62652026-09-07T14:25:03.335Z[ recovery-image] Sep 07 14:25:02.286 INFO O| Sep 07 14:25:02.286 INFO STEP 197 (remove_files) COMPLETE
62662026-09-07T14:25:03.339Z[ recovery-image] Sep 07 14:25:02.286 INFO O| Sep 07 14:25:02.286 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-09-07T14:25:03.344Z[ recovery-image] Sep 07 14:25:02.294 INFO O| Sep 07 14:25:02.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62682026-09-07T14:25:03.344Z[ recovery-image] Sep 07 14:25:02.295 INFO O| Sep 07 14:25:02.294 INFO STEP 198 (remove_files) COMPLETE
62692026-09-07T14:25:03.350Z[ recovery-image] Sep 07 14:25:02.295 INFO O| Sep 07 14:25:02.295 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-09-07T14:25:03.353Z[ recovery-image] Sep 07 14:25:02.303 INFO O| Sep 07 14:25:02.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62712026-09-07T14:25:03.353Z[ recovery-image] Sep 07 14:25:02.304 INFO O| Sep 07 14:25:02.304 INFO STEP 199 (remove_files) COMPLETE
62722026-09-07T14:25:03.353Z[ recovery-image] Sep 07 14:25:02.304 INFO O| Sep 07 14:25:02.304 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-09-07T14:25:03.363Z[ recovery-image] Sep 07 14:25:02.313 INFO O| Sep 07 14:25:02.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62742026-09-07T14:25:03.363Z[ recovery-image] Sep 07 14:25:02.313 INFO O| Sep 07 14:25:02.313 INFO STEP 200 (remove_files) COMPLETE
62752026-09-07T14:25:03.363Z[ recovery-image] Sep 07 14:25:02.313 INFO O| Sep 07 14:25:02.313 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-09-07T14:25:03.380Z[ recovery-image] Sep 07 14:25:02.323 INFO O| Sep 07 14:25:02.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62772026-09-07T14:25:03.388Z[ recovery-image] Sep 07 14:25:02.324 INFO O| Sep 07 14:25:02.324 INFO STEP 201 (remove_files) COMPLETE
62782026-09-07T14:25:03.388Z[ recovery-image] Sep 07 14:25:02.324 INFO O| Sep 07 14:25:02.324 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-09-07T14:25:03.388Z[ recovery-image] Sep 07 14:25:02.334 INFO O| Sep 07 14:25:02.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62802026-09-07T14:25:03.388Z[ recovery-image] Sep 07 14:25:02.334 INFO O| Sep 07 14:25:02.334 INFO STEP 202 (remove_files) COMPLETE
62812026-09-07T14:25:03.388Z[ recovery-image] Sep 07 14:25:02.334 INFO O| Sep 07 14:25:02.334 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-09-07T14:25:03.393Z[ recovery-image] Sep 07 14:25:02.344 INFO O| Sep 07 14:25:02.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62832026-09-07T14:25:03.393Z[ recovery-image] Sep 07 14:25:02.344 INFO O| Sep 07 14:25:02.344 INFO STEP 203 (remove_files) COMPLETE
62842026-09-07T14:25:03.393Z[ recovery-image] Sep 07 14:25:02.344 INFO O| Sep 07 14:25:02.344 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-09-07T14:25:03.422Z[ recovery-image] Sep 07 14:25:02.355 INFO O| Sep 07 14:25:02.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62862026-09-07T14:25:03.422Z[ recovery-image] Sep 07 14:25:02.355 INFO O| Sep 07 14:25:02.355 INFO STEP 204 (remove_files) COMPLETE
62872026-09-07T14:25:03.426Z[ recovery-image] Sep 07 14:25:02.355 INFO O| Sep 07 14:25:02.355 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-09-07T14:25:03.426Z[ recovery-image] Sep 07 14:25:02.375 INFO O| Sep 07 14:25:02.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62892026-09-07T14:25:03.426Z[ recovery-image] Sep 07 14:25:02.375 INFO O| Sep 07 14:25:02.375 INFO STEP 205 (remove_files) COMPLETE
62902026-09-07T14:25:03.426Z[ recovery-image] Sep 07 14:25:02.375 INFO O| Sep 07 14:25:02.375 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-09-07T14:25:03.434Z[ recovery-image] Sep 07 14:25:02.384 INFO O| Sep 07 14:25:02.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62922026-09-07T14:25:03.434Z[ recovery-image] Sep 07 14:25:02.384 INFO O| Sep 07 14:25:02.384 INFO STEP 206 (remove_files) COMPLETE
62932026-09-07T14:25:03.434Z[ recovery-image] Sep 07 14:25:02.384 INFO O| Sep 07 14:25:02.384 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-09-07T14:25:03.443Z[ recovery-image] Sep 07 14:25:02.394 INFO O| Sep 07 14:25:02.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62952026-09-07T14:25:03.443Z[ recovery-image] Sep 07 14:25:02.394 INFO O| Sep 07 14:25:02.394 INFO STEP 207 (remove_files) COMPLETE
62962026-09-07T14:25:03.443Z[ recovery-image] Sep 07 14:25:02.394 INFO O| Sep 07 14:25:02.394 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-09-07T14:25:03.464Z[ recovery-image] Sep 07 14:25:02.415 INFO O| Sep 07 14:25:02.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
62982026-09-07T14:25:03.464Z[ recovery-image] Sep 07 14:25:02.415 INFO O| Sep 07 14:25:02.415 INFO STEP 208 (remove_files) COMPLETE
62992026-09-07T14:25:03.464Z[ recovery-image] Sep 07 14:25:02.415 INFO O| Sep 07 14:25:02.415 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-09-07T14:25:03.474Z[ recovery-image] Sep 07 14:25:02.424 INFO O| Sep 07 14:25:02.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
63012026-09-07T14:25:03.474Z[ recovery-image] Sep 07 14:25:02.424 INFO O| Sep 07 14:25:02.424 INFO STEP 209 (remove_files) COMPLETE
63022026-09-07T14:25:03.474Z[ recovery-image] Sep 07 14:25:02.424 INFO O| Sep 07 14:25:02.424 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-09-07T14:25:03.483Z[ recovery-image] Sep 07 14:25:02.433 INFO O| Sep 07 14:25:02.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63042026-09-07T14:25:03.483Z[ recovery-image] Sep 07 14:25:02.433 INFO O| Sep 07 14:25:02.433 INFO STEP 210 (remove_files) COMPLETE
63052026-09-07T14:25:03.487Z[ recovery-image] Sep 07 14:25:02.433 INFO O| Sep 07 14:25:02.433 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-07T14:25:03.491Z[ recovery-image] Sep 07 14:25:02.442 INFO O| Sep 07 14:25:02.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63072026-09-07T14:25:03.491Z[ recovery-image] Sep 07 14:25:02.442 INFO O| Sep 07 14:25:02.442 INFO STEP 211 (remove_files) COMPLETE
63082026-09-07T14:25:03.495Z[ recovery-image] Sep 07 14:25:02.442 INFO O| Sep 07 14:25:02.442 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-07T14:25:03.506Z[ recovery-image] Sep 07 14:25:02.450 INFO O| Sep 07 14:25:02.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63102026-09-07T14:25:03.506Z[ recovery-image] Sep 07 14:25:02.450 INFO O| Sep 07 14:25:02.450 INFO STEP 212 (remove_files) COMPLETE
63112026-09-07T14:25:03.506Z[ recovery-image] Sep 07 14:25:02.450 INFO O| Sep 07 14:25:02.450 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-07T14:25:03.510Z[ recovery-image] Sep 07 14:25:02.458 INFO O| Sep 07 14:25:02.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63132026-09-07T14:25:03.510Z[ recovery-image] Sep 07 14:25:02.458 INFO O| Sep 07 14:25:02.458 INFO STEP 213 (remove_files) COMPLETE
63142026-09-07T14:25:03.510Z[ recovery-image] Sep 07 14:25:02.458 INFO O| Sep 07 14:25:02.458 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-07T14:25:03.516Z[ recovery-image] Sep 07 14:25:02.466 INFO O| Sep 07 14:25:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63162026-09-07T14:25:03.516Z[ recovery-image] Sep 07 14:25:02.466 INFO O| Sep 07 14:25:02.466 INFO STEP 214 (remove_files) COMPLETE
63172026-09-07T14:25:03.516Z[ recovery-image] Sep 07 14:25:02.466 INFO O| Sep 07 14:25:02.466 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-07T14:25:03.523Z[ recovery-image] Sep 07 14:25:02.474 INFO O| Sep 07 14:25:02.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63192026-09-07T14:25:03.523Z[ recovery-image] Sep 07 14:25:02.474 INFO O| Sep 07 14:25:02.474 INFO STEP 215 (remove_files) COMPLETE
63202026-09-07T14:25:03.523Z[ recovery-image] Sep 07 14:25:02.474 INFO O| Sep 07 14:25:02.474 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-07T14:25:03.531Z[ recovery-image] Sep 07 14:25:02.482 INFO O| Sep 07 14:25:02.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63222026-09-07T14:25:03.531Z[ recovery-image] Sep 07 14:25:02.482 INFO O| Sep 07 14:25:02.482 INFO STEP 216 (remove_files) COMPLETE
63232026-09-07T14:25:03.531Z[ recovery-image] Sep 07 14:25:02.482 INFO O| Sep 07 14:25:02.482 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-07T14:25:03.539Z[ recovery-image] Sep 07 14:25:02.490 INFO O| Sep 07 14:25:02.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63252026-09-07T14:25:03.539Z[ recovery-image] Sep 07 14:25:02.490 INFO O| Sep 07 14:25:02.490 INFO STEP 217 (remove_files) COMPLETE
63262026-09-07T14:25:03.539Z[ recovery-image] Sep 07 14:25:02.490 INFO O| Sep 07 14:25:02.490 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-07T14:25:03.548Z[ recovery-image] Sep 07 14:25:02.499 INFO O| Sep 07 14:25:02.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63282026-09-07T14:25:03.548Z[ recovery-image] Sep 07 14:25:02.499 INFO O| Sep 07 14:25:02.499 INFO STEP 218 (remove_files) COMPLETE
63292026-09-07T14:25:03.552Z[ recovery-image] Sep 07 14:25:02.499 INFO O| Sep 07 14:25:02.499 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-07T14:25:03.557Z[ recovery-image] Sep 07 14:25:02.508 INFO O| Sep 07 14:25:02.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63312026-09-07T14:25:03.557Z[ recovery-image] Sep 07 14:25:02.508 INFO O| Sep 07 14:25:02.508 INFO STEP 219 (remove_files) COMPLETE
63322026-09-07T14:25:03.557Z[ recovery-image] Sep 07 14:25:02.508 INFO O| Sep 07 14:25:02.508 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-07T14:25:03.566Z[ recovery-image] Sep 07 14:25:02.517 INFO O| Sep 07 14:25:02.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63342026-09-07T14:25:03.566Z[ recovery-image] Sep 07 14:25:02.517 INFO O| Sep 07 14:25:02.517 INFO STEP 220 (remove_files) COMPLETE
63352026-09-07T14:25:03.567Z[ recovery-image] Sep 07 14:25:02.517 INFO O| Sep 07 14:25:02.517 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-07T14:25:03.575Z[ recovery-image] Sep 07 14:25:02.526 INFO O| Sep 07 14:25:02.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63372026-09-07T14:25:03.576Z[ recovery-image] Sep 07 14:25:02.526 INFO O| Sep 07 14:25:02.526 INFO STEP 221 (remove_files) COMPLETE
63382026-09-07T14:25:03.576Z[ recovery-image] Sep 07 14:25:02.526 INFO O| Sep 07 14:25:02.526 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-07T14:25:03.590Z[ recovery-image] Sep 07 14:25:02.535 INFO O| Sep 07 14:25:02.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63402026-09-07T14:25:03.590Z[ recovery-image] Sep 07 14:25:02.535 INFO O| Sep 07 14:25:02.535 INFO STEP 222 (remove_files) COMPLETE
63412026-09-07T14:25:03.590Z[ recovery-image] Sep 07 14:25:02.535 INFO O| Sep 07 14:25:02.535 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-07T14:25:03.597Z[ recovery-image] Sep 07 14:25:02.544 INFO O| Sep 07 14:25:02.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63432026-09-07T14:25:03.597Z[ recovery-image] Sep 07 14:25:02.544 INFO O| Sep 07 14:25:02.544 INFO STEP 223 (remove_files) COMPLETE
63442026-09-07T14:25:03.597Z[ recovery-image] Sep 07 14:25:02.544 INFO O| Sep 07 14:25:02.544 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-07T14:25:03.654Z[ recovery-image] Sep 07 14:25:02.553 INFO O| Sep 07 14:25:02.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63462026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.554 INFO O| Sep 07 14:25:02.553 INFO STEP 224 (remove_files) COMPLETE
63472026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.554 INFO O| Sep 07 14:25:02.554 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-07T14:25:03.677Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
63492026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.562 INFO O| Sep 07 14:25:02.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63502026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.562 INFO O| Sep 07 14:25:02.562 INFO STEP 225 (remove_files) COMPLETE
63512026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.562 INFO O| Sep 07 14:25:02.562 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.572 INFO O| Sep 07 14:25:02.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63532026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.572 INFO O| Sep 07 14:25:02.572 INFO STEP 226 (remove_files) COMPLETE
63542026-09-07T14:25:03.677Z[ recovery-image] Sep 07 14:25:02.572 INFO O| Sep 07 14:25:02.572 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.580 INFO O| Sep 07 14:25:02.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63562026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.580 INFO O| Sep 07 14:25:02.580 INFO STEP 227 (remove_files) COMPLETE
63572026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.580 INFO O| Sep 07 14:25:02.580 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.588 INFO O| Sep 07 14:25:02.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63592026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.588 INFO O| Sep 07 14:25:02.588 INFO STEP 228 (remove_files) COMPLETE
63602026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.588 INFO O| Sep 07 14:25:02.588 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.597 INFO O| Sep 07 14:25:02.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63622026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.597 INFO O| Sep 07 14:25:02.597 INFO STEP 229 (remove_files) COMPLETE
63632026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.597 INFO O| Sep 07 14:25:02.597 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.605 INFO O| Sep 07 14:25:02.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63652026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.605 INFO O| Sep 07 14:25:02.605 INFO STEP 230 (remove_files) COMPLETE
63662026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.605 INFO O| Sep 07 14:25:02.605 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.613 INFO O| Sep 07 14:25:02.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63682026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.613 INFO O| Sep 07 14:25:02.613 INFO STEP 231 (remove_files) COMPLETE
63692026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.613 INFO O| Sep 07 14:25:02.613 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.623 INFO O| Sep 07 14:25:02.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63712026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.623 INFO O| Sep 07 14:25:02.623 INFO STEP 232 (remove_files) COMPLETE
63722026-09-07T14:25:03.678Z[ recovery-image] Sep 07 14:25:02.623 INFO O| Sep 07 14:25:02.623 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-09-07T14:25:03.684Z[ recovery-image] Sep 07 14:25:02.634 INFO O| Sep 07 14:25:02.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63742026-09-07T14:25:03.684Z[ recovery-image] Sep 07 14:25:02.634 INFO O| Sep 07 14:25:02.634 INFO STEP 233 (remove_files) COMPLETE
63752026-09-07T14:25:03.689Z[ recovery-image] Sep 07 14:25:02.634 INFO O| Sep 07 14:25:02.634 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-09-07T14:25:03.699Z[ recovery-image] Sep 07 14:25:02.643 INFO O| Sep 07 14:25:02.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63772026-09-07T14:25:03.699Z[ recovery-image] Sep 07 14:25:02.643 INFO O| Sep 07 14:25:02.643 INFO STEP 234 (remove_files) COMPLETE
63782026-09-07T14:25:03.699Z[ recovery-image] Sep 07 14:25:02.643 INFO O| Sep 07 14:25:02.643 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-09-07T14:25:03.708Z[ recovery-image] Sep 07 14:25:02.653 INFO O| Sep 07 14:25:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63802026-09-07T14:25:03.708Z[ recovery-image] Sep 07 14:25:02.653 INFO O| Sep 07 14:25:02.653 INFO STEP 235 (remove_files) COMPLETE
63812026-09-07T14:25:03.708Z[ recovery-image] Sep 07 14:25:02.653 INFO O| Sep 07 14:25:02.653 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-09-07T14:25:03.722Z[ recovery-image] Sep 07 14:25:02.663 INFO O| Sep 07 14:25:02.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63832026-09-07T14:25:03.722Z[ recovery-image] Sep 07 14:25:02.663 INFO O| Sep 07 14:25:02.663 INFO STEP 236 (remove_files) COMPLETE
63842026-09-07T14:25:03.722Z[ recovery-image] Sep 07 14:25:02.663 INFO O| Sep 07 14:25:02.663 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-09-07T14:25:03.729Z[ recovery-image] Sep 07 14:25:02.673 INFO O| Sep 07 14:25:02.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63862026-09-07T14:25:03.729Z[ recovery-image] Sep 07 14:25:02.673 INFO O| Sep 07 14:25:02.673 INFO STEP 237 (remove_files) COMPLETE
63872026-09-07T14:25:03.729Z[ recovery-image] Sep 07 14:25:02.673 INFO O| Sep 07 14:25:02.673 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-09-07T14:25:03.740Z[ recovery-image] Sep 07 14:25:02.683 INFO O| Sep 07 14:25:02.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63892026-09-07T14:25:03.740Z[ recovery-image] Sep 07 14:25:02.683 INFO O| Sep 07 14:25:02.683 INFO STEP 238 (remove_files) COMPLETE
63902026-09-07T14:25:03.741Z[ recovery-image] Sep 07 14:25:02.683 INFO O| Sep 07 14:25:02.683 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-09-07T14:25:03.753Z[ recovery-image] Sep 07 14:25:02.693 INFO O| Sep 07 14:25:02.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63922026-09-07T14:25:03.754Z[ recovery-image] Sep 07 14:25:02.693 INFO O| Sep 07 14:25:02.693 INFO STEP 239 (remove_files) COMPLETE
63932026-09-07T14:25:03.754Z[ recovery-image] Sep 07 14:25:02.693 INFO O| Sep 07 14:25:02.693 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-09-07T14:25:03.754Z[ recovery-image] Sep 07 14:25:02.703 INFO O| Sep 07 14:25:02.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63952026-09-07T14:25:03.754Z[ recovery-image] Sep 07 14:25:02.703 INFO O| Sep 07 14:25:02.703 INFO STEP 240 (remove_files) COMPLETE
63962026-09-07T14:25:03.754Z[ recovery-image] Sep 07 14:25:02.703 INFO O| Sep 07 14:25:02.703 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-09-07T14:25:03.768Z[ recovery-image] Sep 07 14:25:02.712 INFO O| Sep 07 14:25:02.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63982026-09-07T14:25:03.768Z[ recovery-image] Sep 07 14:25:02.712 INFO O| Sep 07 14:25:02.712 INFO STEP 241 (remove_files) COMPLETE
63992026-09-07T14:25:03.773Z[ recovery-image] Sep 07 14:25:02.712 INFO O| Sep 07 14:25:02.712 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-09-07T14:25:03.773Z[ recovery-image] Sep 07 14:25:02.720 INFO O| Sep 07 14:25:02.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
64012026-09-07T14:25:03.773Z[ recovery-image] Sep 07 14:25:02.721 INFO O| Sep 07 14:25:02.720 INFO STEP 242 (remove_files) COMPLETE
64022026-09-07T14:25:03.773Z[ recovery-image] Sep 07 14:25:02.721 INFO O| Sep 07 14:25:02.720 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-09-07T14:25:03.781Z[ recovery-image] Sep 07 14:25:02.729 INFO O| Sep 07 14:25:02.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64042026-09-07T14:25:03.781Z[ recovery-image] Sep 07 14:25:02.729 INFO O| Sep 07 14:25:02.729 INFO STEP 243 (remove_files) COMPLETE
64052026-09-07T14:25:03.781Z[ recovery-image] Sep 07 14:25:02.729 INFO O| Sep 07 14:25:02.729 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-09-07T14:25:03.802Z[ recovery-image] Sep 07 14:25:02.738 INFO O| Sep 07 14:25:02.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64072026-09-07T14:25:03.802Z[ recovery-image] Sep 07 14:25:02.738 INFO O| Sep 07 14:25:02.738 INFO STEP 244 (remove_files) COMPLETE
64082026-09-07T14:25:03.802Z[ recovery-image] Sep 07 14:25:02.738 INFO O| Sep 07 14:25:02.738 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-09-07T14:25:03.802Z[ recovery-image] Sep 07 14:25:02.746 INFO O| Sep 07 14:25:02.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64102026-09-07T14:25:03.802Z[ recovery-image] Sep 07 14:25:02.746 INFO O| Sep 07 14:25:02.746 INFO STEP 245 (remove_files) COMPLETE
64112026-09-07T14:25:03.802Z[ recovery-image] Sep 07 14:25:02.746 INFO O| Sep 07 14:25:02.746 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-09-07T14:25:03.809Z[ recovery-image] Sep 07 14:25:02.754 INFO O| Sep 07 14:25:02.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64132026-09-07T14:25:03.809Z[ recovery-image] Sep 07 14:25:02.754 INFO O| Sep 07 14:25:02.754 INFO STEP 246 (remove_files) COMPLETE
64142026-09-07T14:25:03.809Z[ recovery-image] Sep 07 14:25:02.754 INFO O| Sep 07 14:25:02.754 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-09-07T14:25:03.823Z[ recovery-image] Sep 07 14:25:02.764 INFO O| Sep 07 14:25:02.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64162026-09-07T14:25:03.823Z[ recovery-image] Sep 07 14:25:02.764 INFO O| Sep 07 14:25:02.764 INFO STEP 247 (remove_files) COMPLETE
64172026-09-07T14:25:03.824Z[ recovery-image] Sep 07 14:25:02.764 INFO O| Sep 07 14:25:02.764 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-09-07T14:25:03.836Z[ recovery-image] Sep 07 14:25:02.773 INFO O| Sep 07 14:25:02.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64192026-09-07T14:25:03.836Z[ recovery-image] Sep 07 14:25:02.773 INFO O| Sep 07 14:25:02.773 INFO STEP 248 (remove_files) COMPLETE
64202026-09-07T14:25:03.836Z[ recovery-image] Sep 07 14:25:02.773 INFO O| Sep 07 14:25:02.773 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-09-07T14:25:03.836Z[ recovery-image] Sep 07 14:25:02.783 INFO O| Sep 07 14:25:02.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64222026-09-07T14:25:03.836Z[ recovery-image] Sep 07 14:25:02.783 INFO O| Sep 07 14:25:02.783 INFO STEP 249 (remove_files) COMPLETE
64232026-09-07T14:25:03.836Z[ recovery-image] Sep 07 14:25:02.784 INFO O| Sep 07 14:25:02.783 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-09-07T14:25:03.852Z[ recovery-image] Sep 07 14:25:02.803 INFO O| Sep 07 14:25:02.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64252026-09-07T14:25:03.855Z[ recovery-image] Sep 07 14:25:02.804 INFO O| Sep 07 14:25:02.804 INFO STEP 250 (remove_files) COMPLETE
64262026-09-07T14:25:03.855Z[ recovery-image] Sep 07 14:25:02.804 INFO O| Sep 07 14:25:02.804 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-09-07T14:25:03.867Z[ recovery-image] Sep 07 14:25:02.814 INFO O| Sep 07 14:25:02.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64282026-09-07T14:25:03.867Z[ recovery-image] Sep 07 14:25:02.814 INFO O| Sep 07 14:25:02.814 INFO STEP 251 (remove_files) COMPLETE
64292026-09-07T14:25:03.867Z[ recovery-image] Sep 07 14:25:02.814 INFO O| Sep 07 14:25:02.814 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-09-07T14:25:03.873Z[ recovery-image] Sep 07 14:25:02.824 INFO O| Sep 07 14:25:02.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64312026-09-07T14:25:03.873Z[ recovery-image] Sep 07 14:25:02.824 INFO O| Sep 07 14:25:02.824 INFO STEP 252 (remove_files) COMPLETE
64322026-09-07T14:25:03.874Z[ recovery-image] Sep 07 14:25:02.824 INFO O| Sep 07 14:25:02.824 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-09-07T14:25:03.886Z[ recovery-image] Sep 07 14:25:02.833 INFO O| Sep 07 14:25:02.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64342026-09-07T14:25:03.886Z[ recovery-image] Sep 07 14:25:02.833 INFO O| Sep 07 14:25:02.833 INFO STEP 253 (remove_files) COMPLETE
64352026-09-07T14:25:03.886Z[ recovery-image] Sep 07 14:25:02.833 INFO O| Sep 07 14:25:02.833 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-09-07T14:25:03.892Z[ recovery-image] Sep 07 14:25:02.842 INFO O| Sep 07 14:25:02.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64372026-09-07T14:25:03.892Z[ recovery-image] Sep 07 14:25:02.843 INFO O| Sep 07 14:25:02.843 INFO STEP 254 (remove_files) COMPLETE
64382026-09-07T14:25:03.892Z[ recovery-image] Sep 07 14:25:02.843 INFO O| Sep 07 14:25:02.843 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-07T14:25:03.902Z[ recovery-image] Sep 07 14:25:02.852 INFO O| Sep 07 14:25:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64402026-09-07T14:25:03.902Z[ recovery-image] Sep 07 14:25:02.852 INFO O| Sep 07 14:25:02.852 INFO STEP 255 (remove_files) COMPLETE
64412026-09-07T14:25:03.902Z[ recovery-image] Sep 07 14:25:02.852 INFO O| Sep 07 14:25:02.852 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-07T14:25:03.912Z[ recovery-image] Sep 07 14:25:02.862 INFO O| Sep 07 14:25:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64432026-09-07T14:25:03.912Z[ recovery-image] Sep 07 14:25:02.862 INFO O| Sep 07 14:25:02.862 INFO STEP 256 (remove_files) COMPLETE
64442026-09-07T14:25:03.923Z[ recovery-image] Sep 07 14:25:02.862 INFO O| Sep 07 14:25:02.862 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-07T14:25:03.927Z[ recovery-image] Sep 07 14:25:02.872 INFO O| Sep 07 14:25:02.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64462026-09-07T14:25:03.927Z[ recovery-image] Sep 07 14:25:02.872 INFO O| Sep 07 14:25:02.872 INFO STEP 257 (remove_files) COMPLETE
64472026-09-07T14:25:03.927Z[ recovery-image] Sep 07 14:25:02.872 INFO O| Sep 07 14:25:02.872 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-07T14:25:03.933Z[ recovery-image] Sep 07 14:25:02.883 INFO O| Sep 07 14:25:02.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64492026-09-07T14:25:03.933Z[ recovery-image] Sep 07 14:25:02.883 INFO O| Sep 07 14:25:02.883 INFO STEP 258 (remove_files) COMPLETE
64502026-09-07T14:25:03.933Z[ recovery-image] Sep 07 14:25:02.883 INFO O| Sep 07 14:25:02.883 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-07T14:25:03.942Z[ recovery-image] Sep 07 14:25:02.892 INFO O| Sep 07 14:25:02.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64522026-09-07T14:25:03.942Z[ recovery-image] Sep 07 14:25:02.892 INFO O| Sep 07 14:25:02.892 INFO STEP 259 (remove_files) COMPLETE
64532026-09-07T14:25:03.946Z[ recovery-image] Sep 07 14:25:02.892 INFO O| Sep 07 14:25:02.892 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-07T14:25:03.950Z[ recovery-image] Sep 07 14:25:02.901 INFO O| Sep 07 14:25:02.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64552026-09-07T14:25:03.950Z[ recovery-image] Sep 07 14:25:02.901 INFO O| Sep 07 14:25:02.901 INFO STEP 260 (remove_files) COMPLETE
64562026-09-07T14:25:03.950Z[ recovery-image] Sep 07 14:25:02.901 INFO O| Sep 07 14:25:02.901 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-07T14:25:03.959Z[ recovery-image] Sep 07 14:25:02.910 INFO O| Sep 07 14:25:02.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64582026-09-07T14:25:03.960Z[ recovery-image] Sep 07 14:25:02.910 INFO O| Sep 07 14:25:02.910 INFO STEP 261 (remove_files) COMPLETE
64592026-09-07T14:25:03.960Z[ recovery-image] Sep 07 14:25:02.910 INFO O| Sep 07 14:25:02.910 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-07T14:25:03.969Z[ recovery-image] Sep 07 14:25:02.919 INFO O| Sep 07 14:25:02.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64612026-09-07T14:25:03.969Z[ recovery-image] Sep 07 14:25:02.919 INFO O| Sep 07 14:25:02.919 INFO STEP 262 (remove_files) COMPLETE
64622026-09-07T14:25:03.969Z[ recovery-image] Sep 07 14:25:02.919 INFO O| Sep 07 14:25:02.919 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-07T14:25:03.978Z[ recovery-image] Sep 07 14:25:02.929 INFO O| Sep 07 14:25:02.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64642026-09-07T14:25:03.978Z[ recovery-image] Sep 07 14:25:02.929 INFO O| Sep 07 14:25:02.929 INFO STEP 263 (remove_files) COMPLETE
64652026-09-07T14:25:03.983Z[ recovery-image] Sep 07 14:25:02.929 INFO O| Sep 07 14:25:02.929 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-09-07T14:25:03.988Z[ recovery-image] Sep 07 14:25:02.939 INFO O| Sep 07 14:25:02.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64672026-09-07T14:25:03.988Z[ recovery-image] Sep 07 14:25:02.939 INFO O| Sep 07 14:25:02.939 INFO STEP 264 (remove_files) COMPLETE
64682026-09-07T14:25:03.988Z[ recovery-image] Sep 07 14:25:02.939 INFO O| Sep 07 14:25:02.939 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-07T14:25:04.000Z[ recovery-image] Sep 07 14:25:02.950 INFO O| Sep 07 14:25:02.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64702026-09-07T14:25:04.001Z[ recovery-image] Sep 07 14:25:02.950 INFO O| Sep 07 14:25:02.950 INFO STEP 265 (remove_files) COMPLETE
64712026-09-07T14:25:04.008Z[ recovery-image] Sep 07 14:25:02.950 INFO O| Sep 07 14:25:02.950 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-09-07T14:25:04.013Z[ recovery-image] Sep 07 14:25:02.961 INFO O| Sep 07 14:25:02.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64732026-09-07T14:25:04.013Z[ recovery-image] Sep 07 14:25:02.961 INFO O| Sep 07 14:25:02.961 INFO STEP 266 (remove_files) COMPLETE
64742026-09-07T14:25:04.013Z[ recovery-image] Sep 07 14:25:02.961 INFO O| Sep 07 14:25:02.961 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-09-07T14:25:04.024Z[ recovery-image] Sep 07 14:25:02.971 INFO O| Sep 07 14:25:02.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64762026-09-07T14:25:04.024Z[ recovery-image] Sep 07 14:25:02.971 INFO O| Sep 07 14:25:02.971 INFO STEP 267 (remove_files) COMPLETE
64772026-09-07T14:25:04.024Z[ recovery-image] Sep 07 14:25:02.971 INFO O| Sep 07 14:25:02.971 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-09-07T14:25:04.032Z[ recovery-image] Sep 07 14:25:02.981 INFO O| Sep 07 14:25:02.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64792026-09-07T14:25:04.032Z[ recovery-image] Sep 07 14:25:02.981 INFO O| Sep 07 14:25:02.981 INFO STEP 268 (remove_files) COMPLETE
64802026-09-07T14:25:04.032Z[ recovery-image] Sep 07 14:25:02.981 INFO O| Sep 07 14:25:02.981 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-09-07T14:25:04.041Z[ recovery-image] Sep 07 14:25:02.991 INFO O| Sep 07 14:25:02.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64822026-09-07T14:25:04.041Z[ recovery-image] Sep 07 14:25:02.992 INFO O| Sep 07 14:25:02.991 INFO STEP 269 (remove_files) COMPLETE
64832026-09-07T14:25:04.041Z[ recovery-image] Sep 07 14:25:02.992 INFO O| Sep 07 14:25:02.991 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-09-07T14:25:04.051Z[ recovery-image] Sep 07 14:25:03.002 INFO O| Sep 07 14:25:03.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64852026-09-07T14:25:04.051Z[ recovery-image] Sep 07 14:25:03.002 INFO O| Sep 07 14:25:03.002 INFO STEP 270 (remove_files) COMPLETE
64862026-09-07T14:25:04.051Z[ recovery-image] Sep 07 14:25:03.002 INFO O| Sep 07 14:25:03.002 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-09-07T14:25:04.063Z[ recovery-image] Sep 07 14:25:03.012 INFO O| Sep 07 14:25:03.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64882026-09-07T14:25:04.063Z[ recovery-image] Sep 07 14:25:03.012 INFO O| Sep 07 14:25:03.012 INFO STEP 271 (remove_files) COMPLETE
64892026-09-07T14:25:04.063Z[ recovery-image] Sep 07 14:25:03.012 INFO O| Sep 07 14:25:03.012 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-09-07T14:25:04.072Z[ recovery-image] Sep 07 14:25:03.021 INFO O| Sep 07 14:25:03.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64912026-09-07T14:25:04.072Z[ recovery-image] Sep 07 14:25:03.021 INFO O| Sep 07 14:25:03.021 INFO STEP 272 (remove_files) COMPLETE
64922026-09-07T14:25:04.072Z[ recovery-image] Sep 07 14:25:03.021 INFO O| Sep 07 14:25:03.021 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-09-07T14:25:04.079Z[ recovery-image] Sep 07 14:25:03.030 INFO O| Sep 07 14:25:03.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64942026-09-07T14:25:04.079Z[ recovery-image] Sep 07 14:25:03.030 INFO O| Sep 07 14:25:03.030 INFO STEP 273 (remove_files) COMPLETE
64952026-09-07T14:25:04.079Z[ recovery-image] Sep 07 14:25:03.030 INFO O| Sep 07 14:25:03.030 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-09-07T14:25:04.089Z[ recovery-image] Sep 07 14:25:03.039 INFO O| Sep 07 14:25:03.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64972026-09-07T14:25:04.089Z[ recovery-image] Sep 07 14:25:03.039 INFO O| Sep 07 14:25:03.039 INFO STEP 274 (remove_files) COMPLETE
64982026-09-07T14:25:04.089Z[ recovery-image] Sep 07 14:25:03.039 INFO O| Sep 07 14:25:03.039 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-09-07T14:25:04.109Z[ recovery-image] Sep 07 14:25:03.054 INFO O| Sep 07 14:25:03.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
65002026-09-07T14:25:04.112Z[ recovery-image] Sep 07 14:25:03.055 INFO O| Sep 07 14:25:03.055 INFO STEP 275 (remove_files) COMPLETE
65012026-09-07T14:25:04.112Z[ recovery-image] Sep 07 14:25:03.055 INFO O| Sep 07 14:25:03.055 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-09-07T14:25:04.117Z[ recovery-image] Sep 07 14:25:03.064 INFO O| Sep 07 14:25:03.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65032026-09-07T14:25:04.117Z[ recovery-image] Sep 07 14:25:03.064 INFO O| Sep 07 14:25:03.064 INFO STEP 276 (remove_files) COMPLETE
65042026-09-07T14:25:04.117Z[ recovery-image] Sep 07 14:25:03.064 INFO O| Sep 07 14:25:03.064 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-09-07T14:25:04.125Z[ recovery-image] Sep 07 14:25:03.075 INFO O| Sep 07 14:25:03.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65062026-09-07T14:25:04.125Z[ recovery-image] Sep 07 14:25:03.075 INFO O| Sep 07 14:25:03.075 INFO STEP 277 (remove_files) COMPLETE
65072026-09-07T14:25:04.125Z[ recovery-image] Sep 07 14:25:03.075 INFO O| Sep 07 14:25:03.075 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-09-07T14:25:04.136Z[ recovery-image] Sep 07 14:25:03.086 INFO O| Sep 07 14:25:03.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65092026-09-07T14:25:04.136Z[ recovery-image] Sep 07 14:25:03.086 INFO O| Sep 07 14:25:03.086 INFO STEP 278 (remove_files) COMPLETE
65102026-09-07T14:25:04.136Z[ recovery-image] Sep 07 14:25:03.086 INFO O| Sep 07 14:25:03.086 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-09-07T14:25:04.157Z[ recovery-image] Sep 07 14:25:03.097 INFO O| Sep 07 14:25:03.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65122026-09-07T14:25:04.157Z[ recovery-image] Sep 07 14:25:03.097 INFO O| Sep 07 14:25:03.097 INFO STEP 279 (remove_files) COMPLETE
65132026-09-07T14:25:04.157Z[ recovery-image] Sep 07 14:25:03.097 INFO O| Sep 07 14:25:03.097 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-09-07T14:25:04.162Z[ recovery-image] Sep 07 14:25:03.107 INFO O| Sep 07 14:25:03.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65152026-09-07T14:25:04.162Z[ recovery-image] Sep 07 14:25:03.107 INFO O| Sep 07 14:25:03.107 INFO STEP 280 (remove_files) COMPLETE
65162026-09-07T14:25:04.162Z[ recovery-image] Sep 07 14:25:03.107 INFO O| Sep 07 14:25:03.107 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-07T14:25:04.172Z[ recovery-image] Sep 07 14:25:03.116 INFO O| Sep 07 14:25:03.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65182026-09-07T14:25:04.172Z[ recovery-image] Sep 07 14:25:03.116 INFO O| Sep 07 14:25:03.116 INFO STEP 281 (remove_files) COMPLETE
65192026-09-07T14:25:04.173Z[ recovery-image] Sep 07 14:25:03.116 INFO O| Sep 07 14:25:03.116 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-07T14:25:04.178Z[ recovery-image] Sep 07 14:25:03.127 INFO O| Sep 07 14:25:03.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65212026-09-07T14:25:04.178Z[ recovery-image] Sep 07 14:25:03.127 INFO O| Sep 07 14:25:03.127 INFO STEP 282 (remove_files) COMPLETE
65222026-09-07T14:25:04.178Z[ recovery-image] Sep 07 14:25:03.127 INFO O| Sep 07 14:25:03.127 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-07T14:25:04.198Z[ recovery-image] Sep 07 14:25:03.137 INFO O| Sep 07 14:25:03.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65242026-09-07T14:25:04.198Z[ recovery-image] Sep 07 14:25:03.137 INFO O| Sep 07 14:25:03.137 INFO STEP 283 (remove_files) COMPLETE
65252026-09-07T14:25:04.198Z[ recovery-image] Sep 07 14:25:03.137 INFO O| Sep 07 14:25:03.137 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-07T14:25:04.216Z[ recovery-image] Sep 07 14:25:03.145 INFO O| Sep 07 14:25:03.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65272026-09-07T14:25:04.216Z[ recovery-image] Sep 07 14:25:03.145 INFO O| Sep 07 14:25:03.145 INFO STEP 284 (remove_files) COMPLETE
65282026-09-07T14:25:04.216Z[ recovery-image] Sep 07 14:25:03.145 INFO O| Sep 07 14:25:03.145 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-07T14:25:04.217Z[ recovery-image] Sep 07 14:25:03.154 INFO O| Sep 07 14:25:03.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65302026-09-07T14:25:04.217Z[ recovery-image] Sep 07 14:25:03.154 INFO O| Sep 07 14:25:03.154 INFO STEP 285 (remove_files) COMPLETE
65312026-09-07T14:25:04.217Z[ recovery-image] Sep 07 14:25:03.154 INFO O| Sep 07 14:25:03.154 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-07T14:25:04.225Z[ recovery-image] Sep 07 14:25:03.164 INFO O| Sep 07 14:25:03.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65332026-09-07T14:25:04.225Z[ recovery-image] Sep 07 14:25:03.166 INFO O| Sep 07 14:25:03.165 INFO STEP 286 (remove_files) COMPLETE
65342026-09-07T14:25:04.225Z[ recovery-image] Sep 07 14:25:03.166 INFO O| Sep 07 14:25:03.166 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-07T14:25:04.231Z[ recovery-image] Sep 07 14:25:03.176 INFO O| Sep 07 14:25:03.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65362026-09-07T14:25:04.231Z[ recovery-image] Sep 07 14:25:03.176 INFO O| Sep 07 14:25:03.176 INFO STEP 287 (remove_files) COMPLETE
65372026-09-07T14:25:04.231Z[ recovery-image] Sep 07 14:25:03.176 INFO O| Sep 07 14:25:03.176 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-07T14:25:04.241Z[ recovery-image] Sep 07 14:25:03.185 INFO O| Sep 07 14:25:03.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65392026-09-07T14:25:04.241Z[ recovery-image] Sep 07 14:25:03.185 INFO O| Sep 07 14:25:03.185 INFO STEP 288 (remove_files) COMPLETE
65402026-09-07T14:25:04.241Z[ recovery-image] Sep 07 14:25:03.185 INFO O| Sep 07 14:25:03.185 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-07T14:25:04.251Z[ recovery-image] Sep 07 14:25:03.194 INFO O| Sep 07 14:25:03.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65422026-09-07T14:25:04.251Z[ recovery-image] Sep 07 14:25:03.194 INFO O| Sep 07 14:25:03.194 INFO STEP 289 (remove_files) COMPLETE
65432026-09-07T14:25:04.251Z[ recovery-image] Sep 07 14:25:03.194 INFO O| Sep 07 14:25:03.194 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-09-07T14:25:04.255Z[ recovery-image] Sep 07 14:25:03.204 INFO O| Sep 07 14:25:03.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65452026-09-07T14:25:04.255Z[ recovery-image] Sep 07 14:25:03.204 INFO O| Sep 07 14:25:03.204 INFO STEP 290 (remove_files) COMPLETE
65462026-09-07T14:25:04.255Z[ recovery-image] Sep 07 14:25:03.204 INFO O| Sep 07 14:25:03.204 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-09-07T14:25:04.266Z[ recovery-image] Sep 07 14:25:03.213 INFO O| Sep 07 14:25:03.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65482026-09-07T14:25:04.266Z[ recovery-image] Sep 07 14:25:03.213 INFO O| Sep 07 14:25:03.213 INFO STEP 291 (remove_files) COMPLETE
65492026-09-07T14:25:04.266Z[ recovery-image] Sep 07 14:25:03.213 INFO O| Sep 07 14:25:03.213 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-09-07T14:25:04.272Z[ recovery-image] Sep 07 14:25:03.222 INFO O| Sep 07 14:25:03.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65512026-09-07T14:25:04.273Z[ recovery-image] Sep 07 14:25:03.222 INFO O| Sep 07 14:25:03.222 INFO STEP 292 (remove_files) COMPLETE
65522026-09-07T14:25:04.273Z[ recovery-image] Sep 07 14:25:03.222 INFO O| Sep 07 14:25:03.222 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-09-07T14:25:04.283Z[ recovery-image] Sep 07 14:25:03.233 INFO O| Sep 07 14:25:03.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65542026-09-07T14:25:04.283Z[ recovery-image] Sep 07 14:25:03.233 INFO O| Sep 07 14:25:03.233 INFO STEP 293 (remove_files) COMPLETE
65552026-09-07T14:25:04.283Z[ recovery-image] Sep 07 14:25:03.233 INFO O| Sep 07 14:25:03.233 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-09-07T14:25:04.292Z[ recovery-image] Sep 07 14:25:03.243 INFO O| Sep 07 14:25:03.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65572026-09-07T14:25:04.293Z[ recovery-image] Sep 07 14:25:03.243 INFO O| Sep 07 14:25:03.243 INFO STEP 294 (remove_files) COMPLETE
65582026-09-07T14:25:04.293Z[ recovery-image] Sep 07 14:25:03.243 INFO O| Sep 07 14:25:03.243 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-09-07T14:25:04.306Z[ recovery-image] Sep 07 14:25:03.253 INFO O| Sep 07 14:25:03.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65602026-09-07T14:25:04.306Z[ recovery-image] Sep 07 14:25:03.253 INFO O| Sep 07 14:25:03.253 INFO STEP 295 (remove_files) COMPLETE
65612026-09-07T14:25:04.306Z[ recovery-image] Sep 07 14:25:03.253 INFO O| Sep 07 14:25:03.253 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-09-07T14:25:04.313Z[ recovery-image] Sep 07 14:25:03.263 INFO O| Sep 07 14:25:03.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65632026-09-07T14:25:04.313Z[ recovery-image] Sep 07 14:25:03.263 INFO O| Sep 07 14:25:03.263 INFO STEP 296 (remove_files) COMPLETE
65642026-09-07T14:25:04.316Z[ recovery-image] Sep 07 14:25:03.263 INFO O| Sep 07 14:25:03.263 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-09-07T14:25:04.321Z[ recovery-image] Sep 07 14:25:03.272 INFO O| Sep 07 14:25:03.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65662026-09-07T14:25:04.321Z[ recovery-image] Sep 07 14:25:03.272 INFO O| Sep 07 14:25:03.272 INFO STEP 297 (remove_files) COMPLETE
65672026-09-07T14:25:04.321Z[ recovery-image] Sep 07 14:25:03.272 INFO O| Sep 07 14:25:03.272 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-07T14:25:04.331Z[ recovery-image] Sep 07 14:25:03.282 INFO O| Sep 07 14:25:03.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65692026-09-07T14:25:04.331Z[ recovery-image] Sep 07 14:25:03.282 INFO O| Sep 07 14:25:03.282 INFO STEP 298 (remove_files) COMPLETE
65702026-09-07T14:25:04.331Z[ recovery-image] Sep 07 14:25:03.282 INFO O| Sep 07 14:25:03.282 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-07T14:25:04.344Z[ recovery-image] Sep 07 14:25:03.292 INFO O| Sep 07 14:25:03.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65722026-09-07T14:25:04.344Z[ recovery-image] Sep 07 14:25:03.292 INFO O| Sep 07 14:25:03.292 INFO STEP 299 (remove_files) COMPLETE
65732026-09-07T14:25:04.344Z[ recovery-image] Sep 07 14:25:03.292 INFO O| Sep 07 14:25:03.292 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-07T14:25:04.357Z[ recovery-image] Sep 07 14:25:03.301 INFO O| Sep 07 14:25:03.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65752026-09-07T14:25:04.357Z[ recovery-image] Sep 07 14:25:03.302 INFO O| Sep 07 14:25:03.302 INFO STEP 300 (remove_files) COMPLETE
65762026-09-07T14:25:04.357Z[ recovery-image] Sep 07 14:25:03.302 INFO O| Sep 07 14:25:03.302 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-07T14:25:04.362Z[ recovery-image] Sep 07 14:25:03.312 INFO O| Sep 07 14:25:03.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65782026-09-07T14:25:04.362Z[ recovery-image] Sep 07 14:25:03.312 INFO O| Sep 07 14:25:03.312 INFO STEP 301 (remove_files) COMPLETE
65792026-09-07T14:25:04.362Z[ recovery-image] Sep 07 14:25:03.312 INFO O| Sep 07 14:25:03.312 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-07T14:25:04.373Z[ recovery-image] Sep 07 14:25:03.323 INFO O| Sep 07 14:25:03.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65812026-09-07T14:25:04.373Z[ recovery-image] Sep 07 14:25:03.323 INFO O| Sep 07 14:25:03.323 INFO STEP 302 (remove_files) COMPLETE
65822026-09-07T14:25:04.373Z[ recovery-image] Sep 07 14:25:03.323 INFO O| Sep 07 14:25:03.323 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-07T14:25:04.382Z[ recovery-image] Sep 07 14:25:03.332 INFO O| Sep 07 14:25:03.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65842026-09-07T14:25:04.382Z[ recovery-image] Sep 07 14:25:03.332 INFO O| Sep 07 14:25:03.332 INFO STEP 303 (remove_files) COMPLETE
65852026-09-07T14:25:04.385Z[ recovery-image] Sep 07 14:25:03.332 INFO O| Sep 07 14:25:03.332 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-07T14:25:04.391Z[ recovery-image] Sep 07 14:25:03.341 INFO O| Sep 07 14:25:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65872026-09-07T14:25:04.391Z[ recovery-image] Sep 07 14:25:03.341 INFO O| Sep 07 14:25:03.341 INFO STEP 304 (remove_files) COMPLETE
65882026-09-07T14:25:04.395Z[ recovery-image] Sep 07 14:25:03.341 INFO O| Sep 07 14:25:03.341 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-07T14:25:04.399Z[ recovery-image] Sep 07 14:25:03.350 INFO O| Sep 07 14:25:03.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65902026-09-07T14:25:04.399Z[ recovery-image] Sep 07 14:25:03.350 INFO O| Sep 07 14:25:03.350 INFO STEP 305 (remove_files) COMPLETE
65912026-09-07T14:25:04.403Z[ recovery-image] Sep 07 14:25:03.350 INFO O| Sep 07 14:25:03.350 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-07T14:25:04.415Z[ recovery-image] Sep 07 14:25:03.361 INFO O| Sep 07 14:25:03.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65932026-09-07T14:25:04.415Z[ recovery-image] Sep 07 14:25:03.361 INFO O| Sep 07 14:25:03.361 INFO STEP 306 (remove_files) COMPLETE
65942026-09-07T14:25:04.416Z[ recovery-image] Sep 07 14:25:03.361 INFO O| Sep 07 14:25:03.361 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-07T14:25:04.421Z[ recovery-image] Sep 07 14:25:03.371 INFO O| Sep 07 14:25:03.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65962026-09-07T14:25:04.421Z[ recovery-image] Sep 07 14:25:03.372 INFO O| Sep 07 14:25:03.372 INFO STEP 307 (remove_files) COMPLETE
65972026-09-07T14:25:04.421Z[ recovery-image] Sep 07 14:25:03.372 INFO O| Sep 07 14:25:03.372 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-07T14:25:04.430Z[ recovery-image] Sep 07 14:25:03.381 INFO O| Sep 07 14:25:03.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
65992026-09-07T14:25:04.430Z[ recovery-image] Sep 07 14:25:03.381 INFO O| Sep 07 14:25:03.381 INFO STEP 308 (remove_files) COMPLETE
66002026-09-07T14:25:04.430Z[ recovery-image] Sep 07 14:25:03.381 INFO O| Sep 07 14:25:03.381 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-07T14:25:04.441Z[ recovery-image] Sep 07 14:25:03.391 INFO O| Sep 07 14:25:03.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
66022026-09-07T14:25:04.441Z[ recovery-image] Sep 07 14:25:03.391 INFO O| Sep 07 14:25:03.391 INFO STEP 309 (remove_files) COMPLETE
66032026-09-07T14:25:04.441Z[ recovery-image] Sep 07 14:25:03.391 INFO O| Sep 07 14:25:03.391 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-09-07T14:25:04.452Z[ recovery-image] Sep 07 14:25:03.403 INFO O| Sep 07 14:25:03.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66052026-09-07T14:25:04.452Z[ recovery-image] Sep 07 14:25:03.403 INFO O| Sep 07 14:25:03.403 INFO STEP 310 (remove_files) COMPLETE
66062026-09-07T14:25:04.452Z[ recovery-image] Sep 07 14:25:03.403 INFO O| Sep 07 14:25:03.403 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-07T14:25:04.464Z[ recovery-image] Sep 07 14:25:03.414 INFO O| Sep 07 14:25:03.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66082026-09-07T14:25:04.464Z[ recovery-image] Sep 07 14:25:03.414 INFO O| Sep 07 14:25:03.414 INFO STEP 311 (remove_files) COMPLETE
66092026-09-07T14:25:04.464Z[ recovery-image] Sep 07 14:25:03.414 INFO O| Sep 07 14:25:03.414 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-07T14:25:04.477Z[ recovery-image] Sep 07 14:25:03.425 INFO O| Sep 07 14:25:03.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66112026-09-07T14:25:04.477Z[ recovery-image] Sep 07 14:25:03.425 INFO O| Sep 07 14:25:03.425 INFO STEP 312 (remove_files) COMPLETE
66122026-09-07T14:25:04.477Z[ recovery-image] Sep 07 14:25:03.425 INFO O| Sep 07 14:25:03.425 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-07T14:25:04.485Z[ recovery-image] Sep 07 14:25:03.436 INFO O| Sep 07 14:25:03.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66142026-09-07T14:25:04.485Z[ recovery-image] Sep 07 14:25:03.436 INFO O| Sep 07 14:25:03.436 INFO STEP 313 (remove_files) COMPLETE
66152026-09-07T14:25:04.485Z[ recovery-image] Sep 07 14:25:03.436 INFO O| Sep 07 14:25:03.436 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-07T14:25:04.495Z[ recovery-image] Sep 07 14:25:03.446 INFO O| Sep 07 14:25:03.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66172026-09-07T14:25:04.495Z[ recovery-image] Sep 07 14:25:03.446 INFO O| Sep 07 14:25:03.446 INFO STEP 314 (remove_files) COMPLETE
66182026-09-07T14:25:04.495Z[ recovery-image] Sep 07 14:25:03.446 INFO O| Sep 07 14:25:03.446 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-07T14:25:04.506Z[ recovery-image] Sep 07 14:25:03.457 INFO O| Sep 07 14:25:03.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66202026-09-07T14:25:04.506Z[ recovery-image] Sep 07 14:25:03.457 INFO O| Sep 07 14:25:03.457 INFO STEP 315 (remove_files) COMPLETE
66212026-09-07T14:25:04.506Z[ recovery-image] Sep 07 14:25:03.457 INFO O| Sep 07 14:25:03.457 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-09-07T14:25:04.520Z[ recovery-image] Sep 07 14:25:03.466 INFO O| Sep 07 14:25:03.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66232026-09-07T14:25:04.520Z[ recovery-image] Sep 07 14:25:03.466 INFO O| Sep 07 14:25:03.466 INFO STEP 316 (remove_files) COMPLETE
66242026-09-07T14:25:04.520Z[ recovery-image] Sep 07 14:25:03.466 INFO O| Sep 07 14:25:03.466 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-09-07T14:25:04.525Z[ recovery-image] Sep 07 14:25:03.476 INFO O| Sep 07 14:25:03.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66262026-09-07T14:25:04.525Z[ recovery-image] Sep 07 14:25:03.476 INFO O| Sep 07 14:25:03.476 INFO STEP 317 (remove_files) COMPLETE
66272026-09-07T14:25:04.525Z[ recovery-image] Sep 07 14:25:03.476 INFO O| Sep 07 14:25:03.476 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-09-07T14:25:04.537Z[ recovery-image] Sep 07 14:25:03.488 INFO O| Sep 07 14:25:03.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66292026-09-07T14:25:04.537Z[ recovery-image] Sep 07 14:25:03.488 INFO O| Sep 07 14:25:03.488 INFO STEP 318 (remove_files) COMPLETE
66302026-09-07T14:25:04.537Z[ recovery-image] Sep 07 14:25:03.488 INFO O| Sep 07 14:25:03.488 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-09-07T14:25:04.546Z[ recovery-image] Sep 07 14:25:03.497 INFO O| Sep 07 14:25:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66322026-09-07T14:25:04.546Z[ recovery-image] Sep 07 14:25:03.497 INFO O| Sep 07 14:25:03.497 INFO STEP 319 (remove_files) COMPLETE
66332026-09-07T14:25:04.550Z[ recovery-image] Sep 07 14:25:03.497 INFO O| Sep 07 14:25:03.497 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-09-07T14:25:04.559Z[ recovery-image] Sep 07 14:25:03.506 INFO O| Sep 07 14:25:03.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66352026-09-07T14:25:04.560Z[ recovery-image] Sep 07 14:25:03.506 INFO O| Sep 07 14:25:03.506 INFO STEP 320 (remove_files) COMPLETE
66362026-09-07T14:25:04.560Z[ recovery-image] Sep 07 14:25:03.506 INFO O| Sep 07 14:25:03.506 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-09-07T14:25:04.567Z[ recovery-image] Sep 07 14:25:03.516 INFO O| Sep 07 14:25:03.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66382026-09-07T14:25:04.568Z[ recovery-image] Sep 07 14:25:03.516 INFO O| Sep 07 14:25:03.516 INFO STEP 321 (remove_files) COMPLETE
66392026-09-07T14:25:04.568Z[ recovery-image] Sep 07 14:25:03.516 INFO O| Sep 07 14:25:03.516 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-09-07T14:25:04.577Z[ recovery-image] Sep 07 14:25:03.526 INFO O| Sep 07 14:25:03.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66412026-09-07T14:25:04.577Z[ recovery-image] Sep 07 14:25:03.526 INFO O| Sep 07 14:25:03.526 INFO STEP 322 (remove_files) COMPLETE
66422026-09-07T14:25:04.580Z[ recovery-image] Sep 07 14:25:03.526 INFO O| Sep 07 14:25:03.526 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-09-07T14:25:04.588Z[ recovery-image] Sep 07 14:25:03.539 INFO O| Sep 07 14:25:03.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66442026-09-07T14:25:04.588Z[ recovery-image] Sep 07 14:25:03.539 INFO O| Sep 07 14:25:03.539 INFO STEP 323 (remove_files) COMPLETE
66452026-09-07T14:25:04.588Z[ recovery-image] Sep 07 14:25:03.539 INFO O| Sep 07 14:25:03.539 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-09-07T14:25:04.598Z[ recovery-image] Sep 07 14:25:03.549 INFO O| Sep 07 14:25:03.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66472026-09-07T14:25:04.598Z[ recovery-image] Sep 07 14:25:03.549 INFO O| Sep 07 14:25:03.549 INFO STEP 324 (remove_files) COMPLETE
66482026-09-07T14:25:04.602Z[ recovery-image] Sep 07 14:25:03.549 INFO O| Sep 07 14:25:03.549 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-09-07T14:25:04.612Z[ recovery-image] Sep 07 14:25:03.557 INFO O| Sep 07 14:25:03.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66502026-09-07T14:25:04.613Z[ recovery-image] Sep 07 14:25:03.557 INFO O| Sep 07 14:25:03.557 INFO STEP 325 (remove_files) COMPLETE
66512026-09-07T14:25:04.613Z[ recovery-image] Sep 07 14:25:03.557 INFO O| Sep 07 14:25:03.557 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-09-07T14:25:04.616Z[ recovery-image] Sep 07 14:25:03.567 INFO O| Sep 07 14:25:03.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66532026-09-07T14:25:04.616Z[ recovery-image] Sep 07 14:25:03.567 INFO O| Sep 07 14:25:03.567 INFO STEP 326 (remove_files) COMPLETE
66542026-09-07T14:25:04.616Z[ recovery-image] Sep 07 14:25:03.567 INFO O| Sep 07 14:25:03.567 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-09-07T14:25:04.627Z[ recovery-image] Sep 07 14:25:03.577 INFO O| Sep 07 14:25:03.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66562026-09-07T14:25:04.627Z[ recovery-image] Sep 07 14:25:03.577 INFO O| Sep 07 14:25:03.577 INFO STEP 327 (remove_files) COMPLETE
66572026-09-07T14:25:04.627Z[ recovery-image] Sep 07 14:25:03.577 INFO O| Sep 07 14:25:03.577 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-09-07T14:25:04.639Z[ recovery-image] Sep 07 14:25:03.586 INFO O| Sep 07 14:25:03.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66592026-09-07T14:25:04.639Z[ recovery-image] Sep 07 14:25:03.586 INFO O| Sep 07 14:25:03.586 INFO STEP 328 (remove_files) COMPLETE
66602026-09-07T14:25:04.639Z[ recovery-image] Sep 07 14:25:03.586 INFO O| Sep 07 14:25:03.586 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-09-07T14:25:04.644Z[ recovery-image] Sep 07 14:25:03.594 INFO O| Sep 07 14:25:03.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66622026-09-07T14:25:04.644Z[ recovery-image] Sep 07 14:25:03.594 INFO O| Sep 07 14:25:03.594 INFO STEP 329 (remove_files) COMPLETE
66632026-09-07T14:25:04.644Z[ recovery-image] Sep 07 14:25:03.594 INFO O| Sep 07 14:25:03.594 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-09-07T14:25:04.657Z[ recovery-image] Sep 07 14:25:03.603 INFO O| Sep 07 14:25:03.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66652026-09-07T14:25:04.657Z[ recovery-image] Sep 07 14:25:03.603 INFO O| Sep 07 14:25:03.603 INFO STEP 330 (remove_files) COMPLETE
66662026-09-07T14:25:04.657Z[ recovery-image] Sep 07 14:25:03.603 INFO O| Sep 07 14:25:03.603 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-09-07T14:25:04.662Z[ recovery-image] Sep 07 14:25:03.612 INFO O| Sep 07 14:25:03.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66682026-09-07T14:25:04.663Z[ recovery-image] Sep 07 14:25:03.612 INFO O| Sep 07 14:25:03.612 INFO STEP 331 (remove_files) COMPLETE
66692026-09-07T14:25:04.663Z[ recovery-image] Sep 07 14:25:03.612 INFO O| Sep 07 14:25:03.612 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-09-07T14:25:04.670Z[ recovery-image] Sep 07 14:25:03.620 INFO O| Sep 07 14:25:03.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66712026-09-07T14:25:04.670Z[ recovery-image] Sep 07 14:25:03.620 INFO O| Sep 07 14:25:03.620 INFO STEP 332 (remove_files) COMPLETE
66722026-09-07T14:25:04.670Z[ recovery-image] Sep 07 14:25:03.620 INFO O| Sep 07 14:25:03.620 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-09-07T14:25:04.679Z[ recovery-image] Sep 07 14:25:03.629 INFO O| Sep 07 14:25:03.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66742026-09-07T14:25:04.679Z[ recovery-image] Sep 07 14:25:03.629 INFO O| Sep 07 14:25:03.629 INFO STEP 333 (remove_files) COMPLETE
66752026-09-07T14:25:04.679Z[ recovery-image] Sep 07 14:25:03.629 INFO O| Sep 07 14:25:03.629 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-09-07T14:25:04.692Z[ recovery-image] Sep 07 14:25:03.637 INFO O| Sep 07 14:25:03.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66772026-09-07T14:25:04.692Z[ recovery-image] Sep 07 14:25:03.637 INFO O| Sep 07 14:25:03.637 INFO STEP 334 (remove_files) COMPLETE
66782026-09-07T14:25:04.693Z[ recovery-image] Sep 07 14:25:03.637 INFO O| Sep 07 14:25:03.637 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-09-07T14:25:04.698Z[ recovery-image] Sep 07 14:25:03.648 INFO O| Sep 07 14:25:03.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66802026-09-07T14:25:04.698Z[ recovery-image] Sep 07 14:25:03.648 INFO O| Sep 07 14:25:03.648 INFO STEP 335 (remove_files) COMPLETE
66812026-09-07T14:25:04.704Z[ recovery-image] Sep 07 14:25:03.648 INFO O| Sep 07 14:25:03.648 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-09-07T14:25:04.708Z[ recovery-image] Sep 07 14:25:03.659 INFO O| Sep 07 14:25:03.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66832026-09-07T14:25:04.708Z[ recovery-image] Sep 07 14:25:03.659 INFO O| Sep 07 14:25:03.659 INFO STEP 336 (remove_files) COMPLETE
66842026-09-07T14:25:04.708Z[ recovery-image] Sep 07 14:25:03.659 INFO O| Sep 07 14:25:03.659 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-09-07T14:25:04.719Z[ recovery-image] Sep 07 14:25:03.669 INFO O| Sep 07 14:25:03.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66862026-09-07T14:25:04.719Z[ recovery-image] Sep 07 14:25:03.669 INFO O| Sep 07 14:25:03.669 INFO STEP 337 (remove_files) COMPLETE
66872026-09-07T14:25:04.722Z[ recovery-image] Sep 07 14:25:03.669 INFO O| Sep 07 14:25:03.669 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-09-07T14:25:04.729Z[ recovery-image] Sep 07 14:25:03.679 INFO O| Sep 07 14:25:03.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66892026-09-07T14:25:04.729Z[ recovery-image] Sep 07 14:25:03.679 INFO O| Sep 07 14:25:03.679 INFO STEP 338 (remove_files) COMPLETE
66902026-09-07T14:25:04.732Z[ recovery-image] Sep 07 14:25:03.679 INFO O| Sep 07 14:25:03.679 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-09-07T14:25:04.738Z[ recovery-image] Sep 07 14:25:03.689 INFO O| Sep 07 14:25:03.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66922026-09-07T14:25:04.738Z[ recovery-image] Sep 07 14:25:03.689 INFO O| Sep 07 14:25:03.689 INFO STEP 339 (remove_files) COMPLETE
66932026-09-07T14:25:04.738Z[ recovery-image] Sep 07 14:25:03.689 INFO O| Sep 07 14:25:03.689 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-09-07T14:25:04.750Z[ recovery-image] Sep 07 14:25:03.700 INFO O| Sep 07 14:25:03.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66952026-09-07T14:25:04.750Z[ recovery-image] Sep 07 14:25:03.700 INFO O| Sep 07 14:25:03.700 INFO STEP 340 (remove_files) COMPLETE
66962026-09-07T14:25:04.750Z[ recovery-image] Sep 07 14:25:03.700 INFO O| Sep 07 14:25:03.700 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-09-07T14:25:04.760Z[ recovery-image] Sep 07 14:25:03.711 INFO O| Sep 07 14:25:03.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66982026-09-07T14:25:04.761Z[ recovery-image] Sep 07 14:25:03.711 INFO O| Sep 07 14:25:03.711 INFO STEP 341 (remove_files) COMPLETE
66992026-09-07T14:25:04.764Z[ recovery-image] Sep 07 14:25:03.711 INFO O| Sep 07 14:25:03.711 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-09-07T14:25:04.774Z[ recovery-image] Sep 07 14:25:03.720 INFO O| Sep 07 14:25:03.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
67012026-09-07T14:25:04.775Z[ recovery-image] Sep 07 14:25:03.720 INFO O| Sep 07 14:25:03.720 INFO STEP 342 (remove_files) COMPLETE
67022026-09-07T14:25:04.775Z[ recovery-image] Sep 07 14:25:03.720 INFO O| Sep 07 14:25:03.720 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-09-07T14:25:04.778Z[ recovery-image] Sep 07 14:25:03.729 INFO O| Sep 07 14:25:03.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67042026-09-07T14:25:04.778Z[ recovery-image] Sep 07 14:25:03.729 INFO O| Sep 07 14:25:03.729 INFO STEP 343 (remove_files) COMPLETE
67052026-09-07T14:25:04.785Z[ recovery-image] Sep 07 14:25:03.729 INFO O| Sep 07 14:25:03.729 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-09-07T14:25:04.795Z[ recovery-image] Sep 07 14:25:03.745 INFO O| Sep 07 14:25:03.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67072026-09-07T14:25:04.795Z[ recovery-image] Sep 07 14:25:03.745 INFO O| Sep 07 14:25:03.745 INFO STEP 344 (remove_files) COMPLETE
67082026-09-07T14:25:04.795Z[ recovery-image] Sep 07 14:25:03.745 INFO O| Sep 07 14:25:03.745 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-09-07T14:25:04.805Z[ recovery-image] Sep 07 14:25:03.755 INFO O| Sep 07 14:25:03.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67102026-09-07T14:25:04.805Z[ recovery-image] Sep 07 14:25:03.755 INFO O| Sep 07 14:25:03.755 INFO STEP 345 (remove_files) COMPLETE
67112026-09-07T14:25:04.805Z[ recovery-image] Sep 07 14:25:03.755 INFO O| Sep 07 14:25:03.755 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-09-07T14:25:04.815Z[ recovery-image] Sep 07 14:25:03.765 INFO O| Sep 07 14:25:03.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67132026-09-07T14:25:04.815Z[ recovery-image] Sep 07 14:25:03.765 INFO O| Sep 07 14:25:03.765 INFO STEP 346 (remove_files) COMPLETE
67142026-09-07T14:25:04.815Z[ recovery-image] Sep 07 14:25:03.765 INFO O| Sep 07 14:25:03.765 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-09-07T14:25:04.830Z[ recovery-image] Sep 07 14:25:03.781 INFO O| Sep 07 14:25:03.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67162026-09-07T14:25:04.830Z[ recovery-image] Sep 07 14:25:03.781 INFO O| Sep 07 14:25:03.781 INFO STEP 347 (remove_files) COMPLETE
67172026-09-07T14:25:04.830Z[ recovery-image] Sep 07 14:25:03.781 INFO O| Sep 07 14:25:03.781 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-09-07T14:25:04.840Z[ recovery-image] Sep 07 14:25:03.791 INFO O| Sep 07 14:25:03.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67192026-09-07T14:25:04.840Z[ recovery-image] Sep 07 14:25:03.791 INFO O| Sep 07 14:25:03.791 INFO STEP 348 (remove_files) COMPLETE
67202026-09-07T14:25:04.840Z[ recovery-image] Sep 07 14:25:03.791 INFO O| Sep 07 14:25:03.791 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-09-07T14:25:04.850Z[ recovery-image] Sep 07 14:25:03.801 INFO O| Sep 07 14:25:03.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67222026-09-07T14:25:04.850Z[ recovery-image] Sep 07 14:25:03.801 INFO O| Sep 07 14:25:03.801 INFO STEP 349 (remove_files) COMPLETE
67232026-09-07T14:25:04.850Z[ recovery-image] Sep 07 14:25:03.801 INFO O| Sep 07 14:25:03.801 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-09-07T14:25:04.864Z[ recovery-image] Sep 07 14:25:03.812 INFO O| Sep 07 14:25:03.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67252026-09-07T14:25:04.877Z[ recovery-image] Sep 07 14:25:03.828 INFO O| Sep 07 14:25:03.828 INFO STEP 350 (remove_files) COMPLETE
67262026-09-07T14:25:04.877Z[ recovery-image] Sep 07 14:25:03.828 INFO O| Sep 07 14:25:03.828 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-09-07T14:25:04.892Z[ recovery-image] Sep 07 14:25:03.842 INFO O| Sep 07 14:25:03.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67282026-09-07T14:25:04.892Z[ recovery-image] Sep 07 14:25:03.842 INFO O| Sep 07 14:25:03.842 INFO STEP 351 (remove_files) COMPLETE
67292026-09-07T14:25:04.892Z[ recovery-image] Sep 07 14:25:03.842 INFO O| Sep 07 14:25:03.842 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-07T14:25:04.903Z[ recovery-image] Sep 07 14:25:03.853 INFO O| Sep 07 14:25:03.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67312026-09-07T14:25:04.903Z[ recovery-image] Sep 07 14:25:03.853 INFO O| Sep 07 14:25:03.853 INFO STEP 352 (remove_files) COMPLETE
67322026-09-07T14:25:04.903Z[ recovery-image] Sep 07 14:25:03.854 INFO O| Sep 07 14:25:03.853 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-07T14:25:04.918Z[ recovery-image] Sep 07 14:25:03.864 INFO O| Sep 07 14:25:03.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67342026-09-07T14:25:04.918Z[ recovery-image] Sep 07 14:25:03.864 INFO O| Sep 07 14:25:03.864 INFO STEP 353 (remove_files) COMPLETE
67352026-09-07T14:25:04.918Z[ recovery-image] Sep 07 14:25:03.864 INFO O| Sep 07 14:25:03.864 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-07T14:25:04.923Z[ recovery-image] Sep 07 14:25:03.874 INFO O| Sep 07 14:25:03.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67372026-09-07T14:25:04.923Z[ recovery-image] Sep 07 14:25:03.874 INFO O| Sep 07 14:25:03.874 INFO STEP 354 (remove_files) COMPLETE
67382026-09-07T14:25:04.923Z[ recovery-image] Sep 07 14:25:03.874 INFO O| Sep 07 14:25:03.874 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-07T14:25:04.939Z[ recovery-image] Sep 07 14:25:03.884 INFO O| Sep 07 14:25:03.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67402026-09-07T14:25:04.939Z[ recovery-image] Sep 07 14:25:03.884 INFO O| Sep 07 14:25:03.884 INFO STEP 355 (remove_files) COMPLETE
67412026-09-07T14:25:04.939Z[ recovery-image] Sep 07 14:25:03.884 INFO O| Sep 07 14:25:03.884 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-09-07T14:25:04.945Z[ recovery-image] Sep 07 14:25:03.894 INFO O| Sep 07 14:25:03.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67432026-09-07T14:25:04.945Z[ recovery-image] Sep 07 14:25:03.894 INFO O| Sep 07 14:25:03.894 INFO STEP 356 (remove_files) COMPLETE
67442026-09-07T14:25:04.945Z[ recovery-image] Sep 07 14:25:03.894 INFO O| Sep 07 14:25:03.894 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-09-07T14:25:04.953Z[ recovery-image] Sep 07 14:25:03.904 INFO O| Sep 07 14:25:03.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67462026-09-07T14:25:04.953Z[ recovery-image] Sep 07 14:25:03.904 INFO O| Sep 07 14:25:03.904 INFO STEP 357 (remove_files) COMPLETE
67472026-09-07T14:25:04.953Z[ recovery-image] Sep 07 14:25:03.904 INFO O| Sep 07 14:25:03.904 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-09-07T14:25:04.962Z[ recovery-image] Sep 07 14:25:03.913 INFO O| Sep 07 14:25:03.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67492026-09-07T14:25:04.962Z[ recovery-image] Sep 07 14:25:03.913 INFO O| Sep 07 14:25:03.913 INFO STEP 358 (remove_files) COMPLETE
67502026-09-07T14:25:04.962Z[ recovery-image] Sep 07 14:25:03.913 INFO O| Sep 07 14:25:03.913 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-07T14:25:04.975Z[ recovery-image] Sep 07 14:25:03.922 INFO O| Sep 07 14:25:03.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67522026-09-07T14:25:04.975Z[ recovery-image] Sep 07 14:25:03.922 INFO O| Sep 07 14:25:03.922 INFO STEP 359 (remove_files) COMPLETE
67532026-09-07T14:25:04.975Z[ recovery-image] Sep 07 14:25:03.922 INFO O| Sep 07 14:25:03.922 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-07T14:25:04.980Z[ recovery-image] Sep 07 14:25:03.931 INFO O| Sep 07 14:25:03.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67552026-09-07T14:25:04.980Z[ recovery-image] Sep 07 14:25:03.931 INFO O| Sep 07 14:25:03.931 INFO STEP 360 (remove_files) COMPLETE
67562026-09-07T14:25:04.984Z[ recovery-image] Sep 07 14:25:03.931 INFO O| Sep 07 14:25:03.931 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-07T14:25:04.994Z[ recovery-image] Sep 07 14:25:03.945 INFO O| Sep 07 14:25:03.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67582026-09-07T14:25:04.994Z[ recovery-image] Sep 07 14:25:03.945 INFO O| Sep 07 14:25:03.945 INFO STEP 361 (remove_files) COMPLETE
67592026-09-07T14:25:04.994Z[ recovery-image] Sep 07 14:25:03.945 INFO O| Sep 07 14:25:03.945 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-07T14:25:05.024Z[ recovery-image] Sep 07 14:25:03.974 INFO O| Sep 07 14:25:03.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67612026-09-07T14:25:05.024Z[ recovery-image] Sep 07 14:25:03.975 INFO O| Sep 07 14:25:03.974 INFO STEP 362 (remove_files) COMPLETE
67622026-09-07T14:25:05.028Z[ recovery-image] Sep 07 14:25:03.975 INFO O| Sep 07 14:25:03.974 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-07T14:25:05.033Z[ recovery-image] Sep 07 14:25:03.984 INFO O| Sep 07 14:25:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67642026-09-07T14:25:05.033Z[ recovery-image] Sep 07 14:25:03.984 INFO O| Sep 07 14:25:03.984 INFO STEP 363 (remove_files) COMPLETE
67652026-09-07T14:25:05.033Z[ recovery-image] Sep 07 14:25:03.984 INFO O| Sep 07 14:25:03.984 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-07T14:25:05.042Z[ recovery-image] Sep 07 14:25:03.992 INFO O| Sep 07 14:25:03.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67672026-09-07T14:25:05.042Z[ recovery-image] Sep 07 14:25:03.992 INFO O| Sep 07 14:25:03.992 INFO STEP 364 (remove_files) COMPLETE
67682026-09-07T14:25:05.042Z[ recovery-image] Sep 07 14:25:03.992 INFO O| Sep 07 14:25:03.992 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-07T14:25:05.048Z[ recovery-image] Sep 07 14:25:03.999 INFO O| Sep 07 14:25:03.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67702026-09-07T14:25:05.048Z[ recovery-image] Sep 07 14:25:03.999 INFO O| Sep 07 14:25:03.999 INFO STEP 365 (remove_files) COMPLETE
67712026-09-07T14:25:05.053Z[ recovery-image] Sep 07 14:25:03.999 INFO O| Sep 07 14:25:03.999 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-07T14:25:05.057Z[ recovery-image] Sep 07 14:25:04.007 INFO O| Sep 07 14:25:04.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67732026-09-07T14:25:05.057Z[ recovery-image] Sep 07 14:25:04.007 INFO O| Sep 07 14:25:04.007 INFO STEP 366 (remove_files) COMPLETE
67742026-09-07T14:25:05.057Z[ recovery-image] Sep 07 14:25:04.007 INFO O| Sep 07 14:25:04.007 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-07T14:25:05.063Z[ recovery-image] Sep 07 14:25:04.014 INFO O| Sep 07 14:25:04.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67762026-09-07T14:25:05.063Z[ recovery-image] Sep 07 14:25:04.014 INFO O| Sep 07 14:25:04.014 INFO STEP 367 (remove_files) COMPLETE
67772026-09-07T14:25:05.064Z[ recovery-image] Sep 07 14:25:04.014 INFO O| Sep 07 14:25:04.014 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-07T14:25:05.072Z[ recovery-image] Sep 07 14:25:04.022 INFO O| Sep 07 14:25:04.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67792026-09-07T14:25:05.072Z[ recovery-image] Sep 07 14:25:04.022 INFO O| Sep 07 14:25:04.022 INFO STEP 368 (remove_files) COMPLETE
67802026-09-07T14:25:05.072Z[ recovery-image] Sep 07 14:25:04.022 INFO O| Sep 07 14:25:04.022 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-07T14:25:05.085Z[ recovery-image] Sep 07 14:25:04.033 INFO O| Sep 07 14:25:04.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67822026-09-07T14:25:05.094Z[ recovery-image] Sep 07 14:25:04.045 INFO O| Sep 07 14:25:04.044 INFO STEP 369 (remove_files) COMPLETE
67832026-09-07T14:25:05.094Z[ recovery-image] Sep 07 14:25:04.045 INFO O| Sep 07 14:25:04.044 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-07T14:25:05.109Z[ recovery-image] Sep 07 14:25:04.056 INFO O| Sep 07 14:25:04.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67852026-09-07T14:25:05.109Z[ recovery-image] Sep 07 14:25:04.056 INFO O| Sep 07 14:25:04.056 INFO STEP 370 (remove_files) COMPLETE
67862026-09-07T14:25:05.109Z[ recovery-image] Sep 07 14:25:04.056 INFO O| Sep 07 14:25:04.056 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-07T14:25:05.144Z[ recovery-image] Sep 07 14:25:04.094 INFO O| Sep 07 14:25:04.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67882026-09-07T14:25:05.145Z[ recovery-image] Sep 07 14:25:04.094 INFO O| Sep 07 14:25:04.094 INFO STEP 371 (remove_files) COMPLETE
67892026-09-07T14:25:05.145Z[ recovery-image] Sep 07 14:25:04.094 INFO O| Sep 07 14:25:04.094 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-07T14:25:05.157Z[ recovery-image] Sep 07 14:25:04.105 INFO O| Sep 07 14:25:04.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67912026-09-07T14:25:05.157Z[ recovery-image] Sep 07 14:25:04.105 INFO O| Sep 07 14:25:04.105 INFO STEP 372 (remove_files) COMPLETE
67922026-09-07T14:25:05.162Z[ recovery-image] Sep 07 14:25:04.105 INFO O| Sep 07 14:25:04.105 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-07T14:25:05.166Z[ recovery-image] Sep 07 14:25:04.115 INFO O| Sep 07 14:25:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67942026-09-07T14:25:05.166Z[ recovery-image] Sep 07 14:25:04.115 INFO O| Sep 07 14:25:04.115 INFO STEP 373 (remove_files) COMPLETE
67952026-09-07T14:25:05.166Z[ recovery-image] Sep 07 14:25:04.115 INFO O| Sep 07 14:25:04.115 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-07T14:25:05.177Z[ recovery-image] Sep 07 14:25:04.126 INFO O| Sep 07 14:25:04.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67972026-09-07T14:25:05.177Z[ recovery-image] Sep 07 14:25:04.126 INFO O| Sep 07 14:25:04.126 INFO STEP 374 (remove_files) COMPLETE
67982026-09-07T14:25:05.177Z[ recovery-image] Sep 07 14:25:04.126 INFO O| Sep 07 14:25:04.126 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-07T14:25:05.186Z[ recovery-image] Sep 07 14:25:04.136 INFO O| Sep 07 14:25:04.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
68002026-09-07T14:25:05.186Z[ recovery-image] Sep 07 14:25:04.136 INFO O| Sep 07 14:25:04.136 INFO STEP 375 (remove_files) COMPLETE
68012026-09-07T14:25:05.191Z[ recovery-image] Sep 07 14:25:04.136 INFO O| Sep 07 14:25:04.136 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-07T14:25:05.196Z[ recovery-image] Sep 07 14:25:04.147 INFO O| Sep 07 14:25:04.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68032026-09-07T14:25:05.196Z[ recovery-image] Sep 07 14:25:04.147 INFO O| Sep 07 14:25:04.147 INFO STEP 376 (remove_files) COMPLETE
68042026-09-07T14:25:05.196Z[ recovery-image] Sep 07 14:25:04.147 INFO O| Sep 07 14:25:04.147 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-07T14:25:05.206Z[ recovery-image] Sep 07 14:25:04.157 INFO O| Sep 07 14:25:04.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68062026-09-07T14:25:05.206Z[ recovery-image] Sep 07 14:25:04.157 INFO O| Sep 07 14:25:04.157 INFO STEP 377 (remove_files) COMPLETE
68072026-09-07T14:25:05.207Z[ recovery-image] Sep 07 14:25:04.157 INFO O| Sep 07 14:25:04.157 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-07T14:25:05.216Z[ recovery-image] Sep 07 14:25:04.166 INFO O| Sep 07 14:25:04.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68092026-09-07T14:25:05.216Z[ recovery-image] Sep 07 14:25:04.166 INFO O| Sep 07 14:25:04.166 INFO STEP 378 (remove_files) COMPLETE
68102026-09-07T14:25:05.216Z[ recovery-image] Sep 07 14:25:04.166 INFO O| Sep 07 14:25:04.166 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-07T14:25:05.225Z[ recovery-image] Sep 07 14:25:04.175 INFO O| Sep 07 14:25:04.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68122026-09-07T14:25:05.225Z[ recovery-image] Sep 07 14:25:04.175 INFO O| Sep 07 14:25:04.175 INFO STEP 379 (remove_files) COMPLETE
68132026-09-07T14:25:05.229Z[ recovery-image] Sep 07 14:25:04.175 INFO O| Sep 07 14:25:04.175 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-07T14:25:05.234Z[ recovery-image] Sep 07 14:25:04.184 INFO O| Sep 07 14:25:04.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68152026-09-07T14:25:05.234Z[ recovery-image] Sep 07 14:25:04.184 INFO O| Sep 07 14:25:04.184 INFO STEP 380 (remove_files) COMPLETE
68162026-09-07T14:25:05.238Z[ recovery-image] Sep 07 14:25:04.184 INFO O| Sep 07 14:25:04.184 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-07T14:25:05.253Z[ recovery-image] Sep 07 14:25:04.198 INFO O| Sep 07 14:25:04.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68182026-09-07T14:25:05.253Z[ recovery-image] Sep 07 14:25:04.198 INFO O| Sep 07 14:25:04.198 INFO STEP 381 (remove_files) COMPLETE
68192026-09-07T14:25:05.256Z[ recovery-image] Sep 07 14:25:04.198 INFO O| Sep 07 14:25:04.198 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-07T14:25:05.260Z[ recovery-image] Sep 07 14:25:04.209 INFO O| Sep 07 14:25:04.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68212026-09-07T14:25:05.260Z[ recovery-image] Sep 07 14:25:04.209 INFO O| Sep 07 14:25:04.209 INFO STEP 382 (remove_files) COMPLETE
68222026-09-07T14:25:05.261Z[ recovery-image] Sep 07 14:25:04.209 INFO O| Sep 07 14:25:04.209 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-07T14:25:05.269Z[ recovery-image] Sep 07 14:25:04.220 INFO O| Sep 07 14:25:04.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68242026-09-07T14:25:05.270Z[ recovery-image] Sep 07 14:25:04.220 INFO O| Sep 07 14:25:04.220 INFO STEP 383 (remove_files) COMPLETE
68252026-09-07T14:25:05.270Z[ recovery-image] Sep 07 14:25:04.220 INFO O| Sep 07 14:25:04.220 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-07T14:25:05.280Z[ recovery-image] Sep 07 14:25:04.231 INFO O| Sep 07 14:25:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68272026-09-07T14:25:05.280Z[ recovery-image] Sep 07 14:25:04.231 INFO O| Sep 07 14:25:04.231 INFO STEP 384 (remove_files) COMPLETE
68282026-09-07T14:25:05.280Z[ recovery-image] Sep 07 14:25:04.231 INFO O| Sep 07 14:25:04.231 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-07T14:25:05.291Z[ recovery-image] Sep 07 14:25:04.241 INFO O| Sep 07 14:25:04.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68302026-09-07T14:25:05.291Z[ recovery-image] Sep 07 14:25:04.241 INFO O| Sep 07 14:25:04.241 INFO STEP 385 (remove_files) COMPLETE
68312026-09-07T14:25:05.291Z[ recovery-image] Sep 07 14:25:04.241 INFO O| Sep 07 14:25:04.241 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-09-07T14:25:05.302Z[ recovery-image] Sep 07 14:25:04.253 INFO O| Sep 07 14:25:04.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68332026-09-07T14:25:05.302Z[ recovery-image] Sep 07 14:25:04.253 INFO O| Sep 07 14:25:04.253 INFO STEP 386 (remove_files) COMPLETE
68342026-09-07T14:25:05.305Z[ recovery-image] Sep 07 14:25:04.253 INFO O| Sep 07 14:25:04.253 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-09-07T14:25:05.313Z[ recovery-image] Sep 07 14:25:04.263 INFO O| Sep 07 14:25:04.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68362026-09-07T14:25:05.313Z[ recovery-image] Sep 07 14:25:04.263 INFO O| Sep 07 14:25:04.263 INFO STEP 387 (remove_files) COMPLETE
68372026-09-07T14:25:05.313Z[ recovery-image] Sep 07 14:25:04.263 INFO O| Sep 07 14:25:04.263 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-09-07T14:25:05.343Z[ recovery-image] Sep 07 14:25:04.275 INFO O| Sep 07 14:25:04.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68392026-09-07T14:25:05.343Z[ recovery-image] Sep 07 14:25:04.275 INFO O| Sep 07 14:25:04.275 INFO STEP 388 (remove_files) COMPLETE
68402026-09-07T14:25:05.343Z[ recovery-image] Sep 07 14:25:04.275 INFO O| Sep 07 14:25:04.275 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.286 INFO O| Sep 07 14:25:04.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68422026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.286 INFO O| Sep 07 14:25:04.286 INFO STEP 389 (remove_files) COMPLETE
68432026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.286 INFO O| Sep 07 14:25:04.286 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.295 INFO O| Sep 07 14:25:04.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68452026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.295 INFO O| Sep 07 14:25:04.295 INFO STEP 390 (remove_files) COMPLETE
68462026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.295 INFO O| Sep 07 14:25:04.295 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.306 INFO O| Sep 07 14:25:04.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68482026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.306 INFO O| Sep 07 14:25:04.306 INFO STEP 391 (remove_files) COMPLETE
68492026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.306 INFO O| Sep 07 14:25:04.306 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-09-07T14:25:05.434Z[ recovery-image] Sep 07 14:25:04.315 INFO O| Sep 07 14:25:04.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68512026-09-07T14:25:05.435Z[ recovery-image] Sep 07 14:25:04.315 INFO O| Sep 07 14:25:04.315 INFO STEP 392 (remove_files) COMPLETE
68522026-09-07T14:25:05.435Z[ recovery-image] Sep 07 14:25:04.315 INFO O| Sep 07 14:25:04.315 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-09-07T14:25:05.460Z[ recovery-image] Sep 07 14:25:04.324 INFO O| Sep 07 14:25:04.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68542026-09-07T14:25:05.460Z[ recovery-image] Sep 07 14:25:04.324 INFO O| Sep 07 14:25:04.324 INFO STEP 393 (remove_files) COMPLETE
68552026-09-07T14:25:05.460Z[ recovery-image] Sep 07 14:25:04.324 INFO O| Sep 07 14:25:04.324 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.333 INFO O| Sep 07 14:25:04.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68572026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.333 INFO O| Sep 07 14:25:04.333 INFO STEP 394 (remove_files) COMPLETE
68582026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.333 INFO O| Sep 07 14:25:04.333 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.343 INFO O| Sep 07 14:25:04.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68602026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.343 INFO O| Sep 07 14:25:04.343 INFO STEP 395 (remove_files) COMPLETE
68612026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.343 INFO O| Sep 07 14:25:04.343 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.353 INFO O| Sep 07 14:25:04.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68632026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.353 INFO O| Sep 07 14:25:04.353 INFO STEP 396 (remove_files) COMPLETE
68642026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.353 INFO O| Sep 07 14:25:04.353 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.364 INFO O| Sep 07 14:25:04.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68662026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.364 INFO O| Sep 07 14:25:04.364 INFO STEP 397 (remove_files) COMPLETE
68672026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.364 INFO O| Sep 07 14:25:04.364 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.375 INFO O| Sep 07 14:25:04.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68692026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.375 INFO O| Sep 07 14:25:04.375 INFO STEP 398 (remove_files) COMPLETE
68702026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.375 INFO O| Sep 07 14:25:04.375 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.385 INFO O| Sep 07 14:25:04.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68722026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.385 INFO O| Sep 07 14:25:04.385 INFO STEP 399 (remove_files) COMPLETE
68732026-09-07T14:25:05.461Z[ recovery-image] Sep 07 14:25:04.385 INFO O| Sep 07 14:25:04.385 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.395 INFO O| Sep 07 14:25:04.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68752026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.395 INFO O| Sep 07 14:25:04.395 INFO STEP 400 (remove_files) COMPLETE
68762026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.395 INFO O| Sep 07 14:25:04.395 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.406 INFO O| Sep 07 14:25:04.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68782026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.406 INFO O| Sep 07 14:25:04.406 INFO STEP 401 (remove_files) COMPLETE
68792026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.406 INFO O| Sep 07 14:25:04.406 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.415 INFO O| Sep 07 14:25:04.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68812026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.415 INFO O| Sep 07 14:25:04.415 INFO STEP 402 (remove_files) COMPLETE
68822026-09-07T14:25:05.467Z[ recovery-image] Sep 07 14:25:04.415 INFO O| Sep 07 14:25:04.415 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-07T14:25:05.481Z[ recovery-image] Sep 07 14:25:04.424 INFO O| Sep 07 14:25:04.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68842026-09-07T14:25:05.481Z[ recovery-image] Sep 07 14:25:04.424 INFO O| Sep 07 14:25:04.424 INFO STEP 403 (remove_files) COMPLETE
68852026-09-07T14:25:05.481Z[ recovery-image] Sep 07 14:25:04.424 INFO O| Sep 07 14:25:04.424 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-07T14:25:05.488Z[ recovery-image] Sep 07 14:25:04.434 INFO O| Sep 07 14:25:04.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68872026-09-07T14:25:05.488Z[ recovery-image] Sep 07 14:25:04.434 INFO O| Sep 07 14:25:04.434 INFO STEP 404 (remove_files) COMPLETE
68882026-09-07T14:25:05.488Z[ recovery-image] Sep 07 14:25:04.434 INFO O| Sep 07 14:25:04.434 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-09-07T14:25:05.494Z[ recovery-image] Sep 07 14:25:04.444 INFO O| Sep 07 14:25:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68902026-09-07T14:25:05.494Z[ recovery-image] Sep 07 14:25:04.444 INFO O| Sep 07 14:25:04.444 INFO STEP 405 (remove_files) COMPLETE
68912026-09-07T14:25:05.494Z[ recovery-image] Sep 07 14:25:04.444 INFO O| Sep 07 14:25:04.444 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-09-07T14:25:05.504Z[ recovery-image] Sep 07 14:25:04.454 INFO O| Sep 07 14:25:04.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68932026-09-07T14:25:05.504Z[ recovery-image] Sep 07 14:25:04.454 INFO O| Sep 07 14:25:04.454 INFO STEP 406 (remove_files) COMPLETE
68942026-09-07T14:25:05.504Z[ recovery-image] Sep 07 14:25:04.454 INFO O| Sep 07 14:25:04.454 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-09-07T14:25:05.515Z[ recovery-image] Sep 07 14:25:04.465 INFO O| Sep 07 14:25:04.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68962026-09-07T14:25:05.515Z[ recovery-image] Sep 07 14:25:04.466 INFO O| Sep 07 14:25:04.465 INFO STEP 407 (remove_files) COMPLETE
68972026-09-07T14:25:05.515Z[ recovery-image] Sep 07 14:25:04.466 INFO O| Sep 07 14:25:04.465 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-09-07T14:25:05.526Z[ recovery-image] Sep 07 14:25:04.477 INFO O| Sep 07 14:25:04.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
68992026-09-07T14:25:05.526Z[ recovery-image] Sep 07 14:25:04.477 INFO O| Sep 07 14:25:04.477 INFO STEP 408 (remove_files) COMPLETE
69002026-09-07T14:25:05.526Z[ recovery-image] Sep 07 14:25:04.477 INFO O| Sep 07 14:25:04.477 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-09-07T14:25:05.536Z[ recovery-image] Sep 07 14:25:04.487 INFO O| Sep 07 14:25:04.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69022026-09-07T14:25:05.537Z[ recovery-image] Sep 07 14:25:04.487 INFO O| Sep 07 14:25:04.487 INFO STEP 409 (remove_files) COMPLETE
69032026-09-07T14:25:05.537Z[ recovery-image] Sep 07 14:25:04.487 INFO O| Sep 07 14:25:04.487 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-09-07T14:25:05.549Z[ recovery-image] Sep 07 14:25:04.496 INFO O| Sep 07 14:25:04.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69052026-09-07T14:25:05.549Z[ recovery-image] Sep 07 14:25:04.497 INFO O| Sep 07 14:25:04.497 INFO STEP 410 (remove_files) COMPLETE
69062026-09-07T14:25:05.549Z[ recovery-image] Sep 07 14:25:04.497 INFO O| Sep 07 14:25:04.497 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-09-07T14:25:05.556Z[ recovery-image] Sep 07 14:25:04.507 INFO O| Sep 07 14:25:04.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69082026-09-07T14:25:05.556Z[ recovery-image] Sep 07 14:25:04.507 INFO O| Sep 07 14:25:04.507 INFO STEP 411 (remove_files) COMPLETE
69092026-09-07T14:25:05.556Z[ recovery-image] Sep 07 14:25:04.507 INFO O| Sep 07 14:25:04.507 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-09-07T14:25:05.567Z[ recovery-image] Sep 07 14:25:04.518 INFO O| Sep 07 14:25:04.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69112026-09-07T14:25:05.571Z[ recovery-image] Sep 07 14:25:04.518 INFO O| Sep 07 14:25:04.518 INFO STEP 412 (remove_files) COMPLETE
69122026-09-07T14:25:05.571Z[ recovery-image] Sep 07 14:25:04.518 INFO O| Sep 07 14:25:04.518 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-09-07T14:25:05.578Z[ recovery-image] Sep 07 14:25:04.529 INFO O| Sep 07 14:25:04.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69142026-09-07T14:25:05.578Z[ recovery-image] Sep 07 14:25:04.529 INFO O| Sep 07 14:25:04.529 INFO STEP 413 (remove_files) COMPLETE
69152026-09-07T14:25:05.578Z[ recovery-image] Sep 07 14:25:04.529 INFO O| Sep 07 14:25:04.529 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-09-07T14:25:05.589Z[ recovery-image] Sep 07 14:25:04.540 INFO O| Sep 07 14:25:04.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69172026-09-07T14:25:05.589Z[ recovery-image] Sep 07 14:25:04.540 INFO O| Sep 07 14:25:04.540 INFO STEP 414 (remove_files) COMPLETE
69182026-09-07T14:25:05.589Z[ recovery-image] Sep 07 14:25:04.540 INFO O| Sep 07 14:25:04.540 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-09-07T14:25:05.607Z[ recovery-image] Sep 07 14:25:04.558 INFO O| Sep 07 14:25:04.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69202026-09-07T14:25:05.629Z[ recovery-image] Sep 07 14:25:04.576 INFO O| Sep 07 14:25:04.575 INFO STEP 415 (remove_files) COMPLETE
69212026-09-07T14:25:05.629Z[ recovery-image] Sep 07 14:25:04.576 INFO O| Sep 07 14:25:04.576 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-09-07T14:25:05.638Z[ recovery-image] Sep 07 14:25:04.589 INFO O| Sep 07 14:25:04.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69232026-09-07T14:25:05.641Z[ recovery-image] Sep 07 14:25:04.589 INFO O| Sep 07 14:25:04.589 INFO STEP 416 (remove_files) COMPLETE
69242026-09-07T14:25:05.641Z[ recovery-image] Sep 07 14:25:04.589 INFO O| Sep 07 14:25:04.589 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-09-07T14:25:05.650Z[ recovery-image] Sep 07 14:25:04.601 INFO O| Sep 07 14:25:04.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69262026-09-07T14:25:05.651Z[ recovery-image] Sep 07 14:25:04.601 INFO O| Sep 07 14:25:04.601 INFO STEP 417 (remove_files) COMPLETE
69272026-09-07T14:25:05.651Z[ recovery-image] Sep 07 14:25:04.601 INFO O| Sep 07 14:25:04.601 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-09-07T14:25:05.670Z[ recovery-image] Sep 07 14:25:04.618 INFO O| Sep 07 14:25:04.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69292026-09-07T14:25:05.670Z[ recovery-image] Sep 07 14:25:04.618 INFO O| Sep 07 14:25:04.618 INFO STEP 418 (remove_files) COMPLETE
69302026-09-07T14:25:05.670Z[ recovery-image] Sep 07 14:25:04.618 INFO O| Sep 07 14:25:04.618 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-09-07T14:25:05.684Z[ recovery-image] Sep 07 14:25:04.635 INFO O| Sep 07 14:25:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69322026-09-07T14:25:05.684Z[ recovery-image] Sep 07 14:25:04.635 INFO O| Sep 07 14:25:04.635 INFO STEP 419 (remove_files) COMPLETE
69332026-09-07T14:25:05.687Z[ recovery-image] Sep 07 14:25:04.635 INFO O| Sep 07 14:25:04.635 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-09-07T14:25:05.696Z[ recovery-image] Sep 07 14:25:04.646 INFO O| Sep 07 14:25:04.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69352026-09-07T14:25:05.696Z[ recovery-image] Sep 07 14:25:04.647 INFO O| Sep 07 14:25:04.646 INFO STEP 420 (remove_files) COMPLETE
69362026-09-07T14:25:05.696Z[ recovery-image] Sep 07 14:25:04.647 INFO O| Sep 07 14:25:04.647 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-09-07T14:25:05.709Z[ recovery-image] Sep 07 14:25:04.659 INFO O| Sep 07 14:25:04.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69382026-09-07T14:25:05.710Z[ recovery-image] Sep 07 14:25:04.659 INFO O| Sep 07 14:25:04.659 INFO STEP 421 (remove_files) COMPLETE
69392026-09-07T14:25:05.713Z[ recovery-image] Sep 07 14:25:04.659 INFO O| Sep 07 14:25:04.659 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-09-07T14:25:05.718Z[ recovery-image] Sep 07 14:25:04.669 INFO O| Sep 07 14:25:04.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69412026-09-07T14:25:05.718Z[ recovery-image] Sep 07 14:25:04.669 INFO O| Sep 07 14:25:04.669 INFO STEP 422 (remove_files) COMPLETE
69422026-09-07T14:25:05.718Z[ recovery-image] Sep 07 14:25:04.669 INFO O| Sep 07 14:25:04.669 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-09-07T14:25:05.730Z[ recovery-image] Sep 07 14:25:04.681 INFO O| Sep 07 14:25:04.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69442026-09-07T14:25:05.730Z[ recovery-image] Sep 07 14:25:04.681 INFO O| Sep 07 14:25:04.681 INFO STEP 423 (remove_files) COMPLETE
69452026-09-07T14:25:05.735Z[ recovery-image] Sep 07 14:25:04.681 INFO O| Sep 07 14:25:04.681 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-09-07T14:25:05.742Z[ recovery-image] Sep 07 14:25:04.693 INFO O| Sep 07 14:25:04.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69472026-09-07T14:25:05.742Z[ recovery-image] Sep 07 14:25:04.693 INFO O| Sep 07 14:25:04.693 INFO STEP 424 (remove_files) COMPLETE
69482026-09-07T14:25:05.742Z[ recovery-image] Sep 07 14:25:04.693 INFO O| Sep 07 14:25:04.693 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-09-07T14:25:05.754Z[ recovery-image] Sep 07 14:25:04.704 INFO O| Sep 07 14:25:04.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69502026-09-07T14:25:05.755Z[ recovery-image] Sep 07 14:25:04.704 INFO O| Sep 07 14:25:04.704 INFO STEP 425 (remove_files) COMPLETE
69512026-09-07T14:25:05.755Z[ recovery-image] Sep 07 14:25:04.704 INFO O| Sep 07 14:25:04.704 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-09-07T14:25:05.765Z[ recovery-image] Sep 07 14:25:04.716 INFO O| Sep 07 14:25:04.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69532026-09-07T14:25:05.765Z[ recovery-image] Sep 07 14:25:04.716 INFO O| Sep 07 14:25:04.716 INFO STEP 426 (remove_files) COMPLETE
69542026-09-07T14:25:05.765Z[ recovery-image] Sep 07 14:25:04.716 INFO O| Sep 07 14:25:04.716 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-09-07T14:25:05.779Z[ recovery-image] Sep 07 14:25:04.729 INFO O| Sep 07 14:25:04.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69562026-09-07T14:25:05.779Z[ recovery-image] Sep 07 14:25:04.729 INFO O| Sep 07 14:25:04.729 INFO STEP 427 (remove_files) COMPLETE
69572026-09-07T14:25:05.779Z[ recovery-image] Sep 07 14:25:04.729 INFO O| Sep 07 14:25:04.729 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-09-07T14:25:05.789Z[ recovery-image] Sep 07 14:25:04.740 INFO O| Sep 07 14:25:04.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69592026-09-07T14:25:05.789Z[ recovery-image] Sep 07 14:25:04.740 INFO O| Sep 07 14:25:04.740 INFO STEP 428 (remove_files) COMPLETE
69602026-09-07T14:25:05.793Z[ recovery-image] Sep 07 14:25:04.740 INFO O| Sep 07 14:25:04.740 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-09-07T14:25:05.800Z[ recovery-image] Sep 07 14:25:04.751 INFO O| Sep 07 14:25:04.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69622026-09-07T14:25:05.800Z[ recovery-image] Sep 07 14:25:04.751 INFO O| Sep 07 14:25:04.751 INFO STEP 429 (remove_files) COMPLETE
69632026-09-07T14:25:05.804Z[ recovery-image] Sep 07 14:25:04.751 INFO O| Sep 07 14:25:04.751 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-09-07T14:25:05.814Z[ recovery-image] Sep 07 14:25:04.762 INFO O| Sep 07 14:25:04.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69652026-09-07T14:25:05.814Z[ recovery-image] Sep 07 14:25:04.762 INFO O| Sep 07 14:25:04.762 INFO STEP 430 (remove_files) COMPLETE
69662026-09-07T14:25:05.814Z[ recovery-image] Sep 07 14:25:04.762 INFO O| Sep 07 14:25:04.762 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-09-07T14:25:05.823Z[ recovery-image] Sep 07 14:25:04.773 INFO O| Sep 07 14:25:04.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69682026-09-07T14:25:05.823Z[ recovery-image] Sep 07 14:25:04.773 INFO O| Sep 07 14:25:04.773 INFO STEP 431 (remove_files) COMPLETE
69692026-09-07T14:25:05.823Z[ recovery-image] Sep 07 14:25:04.773 INFO O| Sep 07 14:25:04.773 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-09-07T14:25:05.833Z[ recovery-image] Sep 07 14:25:04.782 INFO O| Sep 07 14:25:04.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69712026-09-07T14:25:05.833Z[ recovery-image] Sep 07 14:25:04.782 INFO O| Sep 07 14:25:04.782 INFO STEP 432 (remove_files) COMPLETE
69722026-09-07T14:25:05.834Z[ recovery-image] Sep 07 14:25:04.782 INFO O| Sep 07 14:25:04.782 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-09-07T14:25:05.841Z[ recovery-image] Sep 07 14:25:04.792 INFO O| Sep 07 14:25:04.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69742026-09-07T14:25:05.845Z[ recovery-image] Sep 07 14:25:04.792 INFO O| Sep 07 14:25:04.792 INFO STEP 433 (remove_files) COMPLETE
69752026-09-07T14:25:05.845Z[ recovery-image] Sep 07 14:25:04.792 INFO O| Sep 07 14:25:04.792 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-09-07T14:25:05.855Z[ recovery-image] Sep 07 14:25:04.803 INFO O| Sep 07 14:25:04.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69772026-09-07T14:25:05.855Z[ recovery-image] Sep 07 14:25:04.803 INFO O| Sep 07 14:25:04.803 INFO STEP 434 (remove_files) COMPLETE
69782026-09-07T14:25:05.855Z[ recovery-image] Sep 07 14:25:04.803 INFO O| Sep 07 14:25:04.803 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-09-07T14:25:05.855Z[verify-libraries] Compiling git2 v0.20.4
69802026-09-07T14:25:05.864Z[ recovery-image] Sep 07 14:25:04.813 INFO O| Sep 07 14:25:04.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69812026-09-07T14:25:05.864Z[ recovery-image] Sep 07 14:25:04.813 INFO O| Sep 07 14:25:04.813 INFO STEP 435 (remove_files) COMPLETE
69822026-09-07T14:25:05.864Z[ recovery-image] Sep 07 14:25:04.813 INFO O| Sep 07 14:25:04.813 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-09-07T14:25:05.873Z[ recovery-image] Sep 07 14:25:04.822 INFO O| Sep 07 14:25:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69842026-09-07T14:25:05.877Z[ recovery-image] Sep 07 14:25:04.824 INFO O| Sep 07 14:25:04.824 INFO STEP 436 (remove_files) COMPLETE
69852026-09-07T14:25:05.877Z[ recovery-image] Sep 07 14:25:04.824 INFO O| Sep 07 14:25:04.824 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-09-07T14:25:05.883Z[ recovery-image] Sep 07 14:25:04.834 INFO O| Sep 07 14:25:04.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69872026-09-07T14:25:05.884Z[ recovery-image] Sep 07 14:25:04.834 INFO O| Sep 07 14:25:04.834 INFO STEP 437 (remove_files) COMPLETE
69882026-09-07T14:25:05.884Z[ recovery-image] Sep 07 14:25:04.834 INFO O| Sep 07 14:25:04.834 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-09-07T14:25:05.895Z[ recovery-image] Sep 07 14:25:04.845 INFO O| Sep 07 14:25:04.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69902026-09-07T14:25:05.895Z[ recovery-image] Sep 07 14:25:04.846 INFO O| Sep 07 14:25:04.846 INFO STEP 438 (remove_files) COMPLETE
69912026-09-07T14:25:05.895Z[ recovery-image] Sep 07 14:25:04.846 INFO O| Sep 07 14:25:04.846 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-09-07T14:25:05.905Z[ recovery-image] Sep 07 14:25:04.856 INFO O| Sep 07 14:25:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69932026-09-07T14:25:05.905Z[ recovery-image] Sep 07 14:25:04.856 INFO O| Sep 07 14:25:04.856 INFO STEP 439 (remove_files) COMPLETE
69942026-09-07T14:25:05.905Z[ recovery-image] Sep 07 14:25:04.856 INFO O| Sep 07 14:25:04.856 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-09-07T14:25:05.915Z[ recovery-image] Sep 07 14:25:04.864 INFO O| Sep 07 14:25:04.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69962026-09-07T14:25:05.915Z[ recovery-image] Sep 07 14:25:04.864 INFO O| Sep 07 14:25:04.864 INFO STEP 440 (remove_files) COMPLETE
69972026-09-07T14:25:05.919Z[ recovery-image] Sep 07 14:25:04.864 INFO O| Sep 07 14:25:04.864 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-09-07T14:25:05.928Z[ recovery-image] Sep 07 14:25:04.874 INFO O| Sep 07 14:25:04.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
69992026-09-07T14:25:05.928Z[ recovery-image] Sep 07 14:25:04.874 INFO O| Sep 07 14:25:04.874 INFO STEP 441 (remove_files) COMPLETE
70002026-09-07T14:25:05.928Z[ recovery-image] Sep 07 14:25:04.874 INFO O| Sep 07 14:25:04.874 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-09-07T14:25:05.934Z[ recovery-image] Sep 07 14:25:04.884 INFO O| Sep 07 14:25:04.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70022026-09-07T14:25:05.934Z[ recovery-image] Sep 07 14:25:04.884 INFO O| Sep 07 14:25:04.884 INFO STEP 442 (remove_files) COMPLETE
70032026-09-07T14:25:05.934Z[ recovery-image] Sep 07 14:25:04.884 INFO O| Sep 07 14:25:04.884 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-09-07T14:25:05.951Z[ recovery-image] Sep 07 14:25:04.897 INFO O| Sep 07 14:25:04.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70052026-09-07T14:25:05.951Z[ recovery-image] Sep 07 14:25:04.897 INFO O| Sep 07 14:25:04.897 INFO STEP 443 (remove_files) COMPLETE
70062026-09-07T14:25:05.954Z[ recovery-image] Sep 07 14:25:04.897 INFO O| Sep 07 14:25:04.897 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-09-07T14:25:05.963Z[ recovery-image] Sep 07 14:25:04.914 INFO O| Sep 07 14:25:04.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70082026-09-07T14:25:05.963Z[ recovery-image] Sep 07 14:25:04.914 INFO O| Sep 07 14:25:04.914 INFO STEP 444 (remove_files) COMPLETE
70092026-09-07T14:25:05.963Z[ recovery-image] Sep 07 14:25:04.914 INFO O| Sep 07 14:25:04.914 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-09-07T14:25:05.981Z[ recovery-image] Sep 07 14:25:04.932 INFO O| Sep 07 14:25:04.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70112026-09-07T14:25:05.981Z[ recovery-image] Sep 07 14:25:04.932 INFO O| Sep 07 14:25:04.932 INFO STEP 445 (remove_files) COMPLETE
70122026-09-07T14:25:05.981Z[ recovery-image] Sep 07 14:25:04.932 INFO O| Sep 07 14:25:04.932 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-09-07T14:25:05.993Z[ recovery-image] Sep 07 14:25:04.943 INFO O| Sep 07 14:25:04.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70142026-09-07T14:25:05.993Z[ recovery-image] Sep 07 14:25:04.943 INFO O| Sep 07 14:25:04.943 INFO STEP 446 (remove_files) COMPLETE
70152026-09-07T14:25:05.993Z[ recovery-image] Sep 07 14:25:04.943 INFO O| Sep 07 14:25:04.943 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-09-07T14:25:06.006Z[ recovery-image] Sep 07 14:25:04.956 INFO O| Sep 07 14:25:04.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70172026-09-07T14:25:06.012Z[ recovery-image] Sep 07 14:25:04.957 INFO O| Sep 07 14:25:04.957 INFO STEP 447 (remove_files) COMPLETE
70182026-09-07T14:25:06.012Z[ recovery-image] Sep 07 14:25:04.957 INFO O| Sep 07 14:25:04.957 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-09-07T14:25:06.024Z[ recovery-image] Sep 07 14:25:04.975 INFO O| Sep 07 14:25:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70202026-09-07T14:25:06.025Z[ recovery-image] Sep 07 14:25:04.975 INFO O| Sep 07 14:25:04.975 INFO STEP 448 (remove_files) COMPLETE
70212026-09-07T14:25:06.028Z[ recovery-image] Sep 07 14:25:04.975 INFO O| Sep 07 14:25:04.975 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-09-07T14:25:06.040Z[ recovery-image] Sep 07 14:25:04.987 INFO O| Sep 07 14:25:04.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70232026-09-07T14:25:06.040Z[ recovery-image] Sep 07 14:25:04.987 INFO O| Sep 07 14:25:04.987 INFO STEP 449 (remove_files) COMPLETE
70242026-09-07T14:25:06.040Z[ recovery-image] Sep 07 14:25:04.987 INFO O| Sep 07 14:25:04.987 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-09-07T14:25:06.052Z[ recovery-image] Sep 07 14:25:05.002 INFO O| Sep 07 14:25:05.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70262026-09-07T14:25:06.057Z[ recovery-image] Sep 07 14:25:05.002 INFO O| Sep 07 14:25:05.002 INFO STEP 450 (remove_files) COMPLETE
70272026-09-07T14:25:06.057Z[ recovery-image] Sep 07 14:25:05.002 INFO O| Sep 07 14:25:05.002 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-09-07T14:25:06.068Z[ recovery-image] Sep 07 14:25:05.018 INFO O| Sep 07 14:25:05.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70292026-09-07T14:25:06.072Z[ recovery-image] Sep 07 14:25:05.018 INFO O| Sep 07 14:25:05.018 INFO STEP 451 (remove_files) COMPLETE
70302026-09-07T14:25:06.072Z[ recovery-image] Sep 07 14:25:05.018 INFO O| Sep 07 14:25:05.018 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-09-07T14:25:06.081Z[ recovery-image] Sep 07 14:25:05.031 INFO O| Sep 07 14:25:05.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70322026-09-07T14:25:06.081Z[ recovery-image] Sep 07 14:25:05.032 INFO O| Sep 07 14:25:05.032 INFO STEP 452 (remove_files) COMPLETE
70332026-09-07T14:25:06.081Z[ recovery-image] Sep 07 14:25:05.032 INFO O| Sep 07 14:25:05.032 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-09-07T14:25:06.093Z[ recovery-image] Sep 07 14:25:05.044 INFO O| Sep 07 14:25:05.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70352026-09-07T14:25:06.094Z[ recovery-image] Sep 07 14:25:05.044 INFO O| Sep 07 14:25:05.044 INFO STEP 453 (remove_files) COMPLETE
70362026-09-07T14:25:06.094Z[ recovery-image] Sep 07 14:25:05.044 INFO O| Sep 07 14:25:05.044 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-09-07T14:25:06.104Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
70382026-09-07T14:25:06.108Z[ recovery-image] Sep 07 14:25:05.055 INFO O| Sep 07 14:25:05.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70392026-09-07T14:25:06.108Z[ recovery-image] Sep 07 14:25:05.055 INFO O| Sep 07 14:25:05.055 INFO STEP 454 (remove_files) COMPLETE
70402026-09-07T14:25:06.108Z[ recovery-image] Sep 07 14:25:05.055 INFO O| Sep 07 14:25:05.055 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-07T14:25:06.118Z[ recovery-image] Sep 07 14:25:05.066 INFO O| Sep 07 14:25:05.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70422026-09-07T14:25:06.118Z[ recovery-image] Sep 07 14:25:05.066 INFO O| Sep 07 14:25:05.066 INFO STEP 455 (remove_files) COMPLETE
70432026-09-07T14:25:06.118Z[ recovery-image] Sep 07 14:25:05.066 INFO O| Sep 07 14:25:05.066 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-07T14:25:06.126Z[ recovery-image] Sep 07 14:25:05.077 INFO O| Sep 07 14:25:05.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70452026-09-07T14:25:06.126Z[ recovery-image] Sep 07 14:25:05.077 INFO O| Sep 07 14:25:05.077 INFO STEP 456 (remove_files) COMPLETE
70462026-09-07T14:25:06.126Z[ recovery-image] Sep 07 14:25:05.077 INFO O| Sep 07 14:25:05.077 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-07T14:25:06.137Z[ recovery-image] Sep 07 14:25:05.087 INFO O| Sep 07 14:25:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70482026-09-07T14:25:06.137Z[ recovery-image] Sep 07 14:25:05.088 INFO O| Sep 07 14:25:05.088 INFO STEP 457 (remove_files) COMPLETE
70492026-09-07T14:25:06.137Z[ recovery-image] Sep 07 14:25:05.088 INFO O| Sep 07 14:25:05.088 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-07T14:25:06.152Z[ recovery-image] Sep 07 14:25:05.098 INFO O| Sep 07 14:25:05.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70512026-09-07T14:25:06.152Z[ recovery-image] Sep 07 14:25:05.098 INFO O| Sep 07 14:25:05.098 INFO STEP 458 (remove_files) COMPLETE
70522026-09-07T14:25:06.152Z[ recovery-image] Sep 07 14:25:05.098 INFO O| Sep 07 14:25:05.098 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-07T14:25:06.159Z[ recovery-image] Sep 07 14:25:05.110 INFO O| Sep 07 14:25:05.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70542026-09-07T14:25:06.159Z[ recovery-image] Sep 07 14:25:05.110 INFO O| Sep 07 14:25:05.110 INFO STEP 459 (remove_files) COMPLETE
70552026-09-07T14:25:06.164Z[ recovery-image] Sep 07 14:25:05.110 INFO O| Sep 07 14:25:05.110 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-07T14:25:06.169Z[ recovery-image] Sep 07 14:25:05.119 INFO O| Sep 07 14:25:05.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70572026-09-07T14:25:06.172Z[ recovery-image] Sep 07 14:25:05.120 INFO O| Sep 07 14:25:05.120 INFO STEP 460 (remove_files) COMPLETE
70582026-09-07T14:25:06.172Z[ recovery-image] Sep 07 14:25:05.120 INFO O| Sep 07 14:25:05.120 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-07T14:25:06.187Z[ recovery-image] Sep 07 14:25:05.131 INFO O| Sep 07 14:25:05.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70602026-09-07T14:25:06.187Z[ recovery-image] Sep 07 14:25:05.131 INFO O| Sep 07 14:25:05.131 INFO STEP 461 (remove_files) COMPLETE
70612026-09-07T14:25:06.187Z[ recovery-image] Sep 07 14:25:05.131 INFO O| Sep 07 14:25:05.131 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-07T14:25:06.196Z[ recovery-image] Sep 07 14:25:05.143 INFO O| Sep 07 14:25:05.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70632026-09-07T14:25:06.196Z[ recovery-image] Sep 07 14:25:05.143 INFO O| Sep 07 14:25:05.143 INFO STEP 462 (remove_files) COMPLETE
70642026-09-07T14:25:06.196Z[ recovery-image] Sep 07 14:25:05.143 INFO O| Sep 07 14:25:05.143 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.153 INFO O| Sep 07 14:25:05.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70662026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.153 INFO O| Sep 07 14:25:05.153 INFO STEP 463 (remove_files) COMPLETE
70672026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.153 INFO O| Sep 07 14:25:05.153 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.162 INFO O| Sep 07 14:25:05.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70692026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.162 INFO O| Sep 07 14:25:05.162 INFO STEP 464 (remove_files) COMPLETE
70702026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.162 INFO O| Sep 07 14:25:05.162 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.172 INFO O| Sep 07 14:25:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70722026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.172 INFO O| Sep 07 14:25:05.172 INFO STEP 465 (remove_files) COMPLETE
70732026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.172 INFO O| Sep 07 14:25:05.172 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-07T14:25:06.246Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
70752026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.183 INFO O| Sep 07 14:25:05.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70762026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.183 INFO O| Sep 07 14:25:05.183 INFO STEP 466 (remove_files) COMPLETE
70772026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.183 INFO O| Sep 07 14:25:05.183 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.193 INFO O| Sep 07 14:25:05.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70792026-09-07T14:25:06.246Z[ recovery-image] Sep 07 14:25:05.193 INFO O| Sep 07 14:25:05.193 INFO STEP 467 (remove_files) COMPLETE
70802026-09-07T14:25:06.247Z[ recovery-image] Sep 07 14:25:05.193 INFO O| Sep 07 14:25:05.193 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-09-07T14:25:06.253Z[ recovery-image] Sep 07 14:25:05.203 INFO O| Sep 07 14:25:05.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70822026-09-07T14:25:06.253Z[ recovery-image] Sep 07 14:25:05.203 INFO O| Sep 07 14:25:05.203 INFO STEP 468 (remove_files) COMPLETE
70832026-09-07T14:25:06.253Z[ recovery-image] Sep 07 14:25:05.203 INFO O| Sep 07 14:25:05.203 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-09-07T14:25:06.262Z[ recovery-image] Sep 07 14:25:05.212 INFO O| Sep 07 14:25:05.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70852026-09-07T14:25:06.262Z[ recovery-image] Sep 07 14:25:05.212 INFO O| Sep 07 14:25:05.212 INFO STEP 469 (remove_files) COMPLETE
70862026-09-07T14:25:06.262Z[ recovery-image] Sep 07 14:25:05.212 INFO O| Sep 07 14:25:05.212 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-09-07T14:25:06.273Z[ recovery-image] Sep 07 14:25:05.223 INFO O| Sep 07 14:25:05.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70882026-09-07T14:25:06.273Z[ recovery-image] Sep 07 14:25:05.224 INFO O| Sep 07 14:25:05.224 INFO STEP 470 (remove_files) COMPLETE
70892026-09-07T14:25:06.273Z[ recovery-image] Sep 07 14:25:05.224 INFO O| Sep 07 14:25:05.224 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-09-07T14:25:06.283Z[ recovery-image] Sep 07 14:25:05.233 INFO O| Sep 07 14:25:05.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70912026-09-07T14:25:06.283Z[ recovery-image] Sep 07 14:25:05.234 INFO O| Sep 07 14:25:05.234 INFO STEP 471 (remove_files) COMPLETE
70922026-09-07T14:25:06.287Z[ recovery-image] Sep 07 14:25:05.234 INFO O| Sep 07 14:25:05.234 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-09-07T14:25:06.293Z[ recovery-image] Sep 07 14:25:05.243 INFO O| Sep 07 14:25:05.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70942026-09-07T14:25:06.293Z[ recovery-image] Sep 07 14:25:05.243 INFO O| Sep 07 14:25:05.243 INFO STEP 472 (remove_files) COMPLETE
70952026-09-07T14:25:06.293Z[ recovery-image] Sep 07 14:25:05.243 INFO O| Sep 07 14:25:05.243 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-09-07T14:25:06.302Z[ recovery-image] Sep 07 14:25:05.253 INFO O| Sep 07 14:25:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70972026-09-07T14:25:06.302Z[ recovery-image] Sep 07 14:25:05.253 INFO O| Sep 07 14:25:05.253 INFO STEP 473 (remove_files) COMPLETE
70982026-09-07T14:25:06.306Z[ recovery-image] Sep 07 14:25:05.253 INFO O| Sep 07 14:25:05.253 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-09-07T14:25:06.312Z[ recovery-image] Sep 07 14:25:05.263 INFO O| Sep 07 14:25:05.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
71002026-09-07T14:25:06.316Z[ recovery-image] Sep 07 14:25:05.263 INFO O| Sep 07 14:25:05.263 INFO STEP 474 (remove_files) COMPLETE
71012026-09-07T14:25:06.316Z[ recovery-image] Sep 07 14:25:05.263 INFO O| Sep 07 14:25:05.263 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-09-07T14:25:06.322Z[ recovery-image] Sep 07 14:25:05.272 INFO O| Sep 07 14:25:05.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
71032026-09-07T14:25:06.327Z[ recovery-image] Sep 07 14:25:05.273 INFO O| Sep 07 14:25:05.273 INFO STEP 475 (remove_files) COMPLETE
71042026-09-07T14:25:06.327Z[ recovery-image] Sep 07 14:25:05.273 INFO O| Sep 07 14:25:05.273 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-09-07T14:25:06.332Z[ recovery-image] Sep 07 14:25:05.283 INFO O| Sep 07 14:25:05.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71062026-09-07T14:25:06.332Z[ recovery-image] Sep 07 14:25:05.283 INFO O| Sep 07 14:25:05.283 INFO STEP 476 (remove_files) COMPLETE
71072026-09-07T14:25:06.336Z[ recovery-image] Sep 07 14:25:05.283 INFO O| Sep 07 14:25:05.283 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-09-07T14:25:06.343Z[ recovery-image] Sep 07 14:25:05.294 INFO O| Sep 07 14:25:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71092026-09-07T14:25:06.343Z[ recovery-image] Sep 07 14:25:05.294 INFO O| Sep 07 14:25:05.294 INFO STEP 477 (remove_files) COMPLETE
71102026-09-07T14:25:06.343Z[ recovery-image] Sep 07 14:25:05.294 INFO O| Sep 07 14:25:05.294 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-09-07T14:25:06.355Z[ recovery-image] Sep 07 14:25:05.304 INFO O| Sep 07 14:25:05.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71122026-09-07T14:25:06.355Z[ recovery-image] Sep 07 14:25:05.304 INFO O| Sep 07 14:25:05.304 INFO STEP 478 (remove_files) COMPLETE
71132026-09-07T14:25:06.355Z[ recovery-image] Sep 07 14:25:05.304 INFO O| Sep 07 14:25:05.304 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-09-07T14:25:06.363Z[ recovery-image] Sep 07 14:25:05.314 INFO O| Sep 07 14:25:05.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71152026-09-07T14:25:06.363Z[ recovery-image] Sep 07 14:25:05.314 INFO O| Sep 07 14:25:05.314 INFO STEP 479 (remove_files) COMPLETE
71162026-09-07T14:25:06.364Z[ recovery-image] Sep 07 14:25:05.314 INFO O| Sep 07 14:25:05.314 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-09-07T14:25:06.375Z[ recovery-image] Sep 07 14:25:05.325 INFO O| Sep 07 14:25:05.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71182026-09-07T14:25:06.375Z[ recovery-image] Sep 07 14:25:05.325 INFO O| Sep 07 14:25:05.325 INFO STEP 480 (remove_files) COMPLETE
71192026-09-07T14:25:06.375Z[ recovery-image] Sep 07 14:25:05.325 INFO O| Sep 07 14:25:05.325 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-09-07T14:25:06.389Z[ recovery-image] Sep 07 14:25:05.335 INFO O| Sep 07 14:25:05.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71212026-09-07T14:25:06.389Z[ recovery-image] Sep 07 14:25:05.335 INFO O| Sep 07 14:25:05.335 INFO STEP 481 (remove_files) COMPLETE
71222026-09-07T14:25:06.393Z[ recovery-image] Sep 07 14:25:05.335 INFO O| Sep 07 14:25:05.335 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-09-07T14:25:06.396Z[ recovery-image] Sep 07 14:25:05.345 INFO O| Sep 07 14:25:05.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71242026-09-07T14:25:06.396Z[ recovery-image] Sep 07 14:25:05.345 INFO O| Sep 07 14:25:05.345 INFO STEP 482 (remove_files) COMPLETE
71252026-09-07T14:25:06.396Z[ recovery-image] Sep 07 14:25:05.345 INFO O| Sep 07 14:25:05.345 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-09-07T14:25:06.404Z[ recovery-image] Sep 07 14:25:05.354 INFO O| Sep 07 14:25:05.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71272026-09-07T14:25:06.408Z[ recovery-image] Sep 07 14:25:05.355 INFO O| Sep 07 14:25:05.355 INFO STEP 483 (remove_files) COMPLETE
71282026-09-07T14:25:06.408Z[ recovery-image] Sep 07 14:25:05.355 INFO O| Sep 07 14:25:05.355 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-09-07T14:25:06.416Z[ recovery-image] Sep 07 14:25:05.366 INFO O| Sep 07 14:25:05.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71302026-09-07T14:25:06.416Z[ recovery-image] Sep 07 14:25:05.366 INFO O| Sep 07 14:25:05.366 INFO STEP 484 (remove_files) COMPLETE
71312026-09-07T14:25:06.416Z[ recovery-image] Sep 07 14:25:05.366 INFO O| Sep 07 14:25:05.366 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-09-07T14:25:06.427Z[ recovery-image] Sep 07 14:25:05.377 INFO O| Sep 07 14:25:05.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71332026-09-07T14:25:06.427Z[ recovery-image] Sep 07 14:25:05.377 INFO O| Sep 07 14:25:05.377 INFO STEP 485 (remove_files) COMPLETE
71342026-09-07T14:25:06.427Z[ recovery-image] Sep 07 14:25:05.377 INFO O| Sep 07 14:25:05.377 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-09-07T14:25:06.437Z[ recovery-image] Sep 07 14:25:05.387 INFO O| Sep 07 14:25:05.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71362026-09-07T14:25:06.437Z[ recovery-image] Sep 07 14:25:05.387 INFO O| Sep 07 14:25:05.387 INFO STEP 486 (remove_files) COMPLETE
71372026-09-07T14:25:06.437Z[ recovery-image] Sep 07 14:25:05.387 INFO O| Sep 07 14:25:05.387 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-09-07T14:25:06.447Z[ recovery-image] Sep 07 14:25:05.396 INFO O| Sep 07 14:25:05.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71392026-09-07T14:25:06.447Z[ recovery-image] Sep 07 14:25:05.396 INFO O| Sep 07 14:25:05.396 INFO STEP 487 (remove_files) COMPLETE
71402026-09-07T14:25:06.451Z[ recovery-image] Sep 07 14:25:05.396 INFO O| Sep 07 14:25:05.396 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-09-07T14:25:06.456Z[ recovery-image] Sep 07 14:25:05.407 INFO O| Sep 07 14:25:05.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71422026-09-07T14:25:06.456Z[ recovery-image] Sep 07 14:25:05.407 INFO O| Sep 07 14:25:05.407 INFO STEP 488 (remove_files) COMPLETE
71432026-09-07T14:25:06.459Z[ recovery-image] Sep 07 14:25:05.407 INFO O| Sep 07 14:25:05.407 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-09-07T14:25:06.468Z[ recovery-image] Sep 07 14:25:05.418 INFO O| Sep 07 14:25:05.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71452026-09-07T14:25:06.468Z[ recovery-image] Sep 07 14:25:05.418 INFO O| Sep 07 14:25:05.418 INFO STEP 489 (remove_files) COMPLETE
71462026-09-07T14:25:06.472Z[ recovery-image] Sep 07 14:25:05.418 INFO O| Sep 07 14:25:05.418 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-09-07T14:25:06.478Z[ recovery-image] Sep 07 14:25:05.428 INFO O| Sep 07 14:25:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71482026-09-07T14:25:06.478Z[ recovery-image] Sep 07 14:25:05.428 INFO O| Sep 07 14:25:05.428 INFO STEP 490 (remove_files) COMPLETE
71492026-09-07T14:25:06.486Z[ recovery-image] Sep 07 14:25:05.428 INFO O| Sep 07 14:25:05.428 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-09-07T14:25:06.489Z[ recovery-image] Sep 07 14:25:05.437 INFO O| Sep 07 14:25:05.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71512026-09-07T14:25:06.490Z[ recovery-image] Sep 07 14:25:05.437 INFO O| Sep 07 14:25:05.437 INFO STEP 491 (remove_files) COMPLETE
71522026-09-07T14:25:06.490Z[ recovery-image] Sep 07 14:25:05.437 INFO O| Sep 07 14:25:05.437 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-09-07T14:25:06.495Z[ recovery-image] Sep 07 14:25:05.446 INFO O| Sep 07 14:25:05.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71542026-09-07T14:25:06.495Z[ recovery-image] Sep 07 14:25:05.446 INFO O| Sep 07 14:25:05.446 INFO STEP 492 (remove_files) COMPLETE
71552026-09-07T14:25:06.495Z[ recovery-image] Sep 07 14:25:05.446 INFO O| Sep 07 14:25:05.446 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-09-07T14:25:06.504Z[ recovery-image] Sep 07 14:25:05.455 INFO O| Sep 07 14:25:05.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71572026-09-07T14:25:06.504Z[ recovery-image] Sep 07 14:25:05.455 INFO O| Sep 07 14:25:05.455 INFO STEP 493 (remove_files) COMPLETE
71582026-09-07T14:25:06.504Z[ recovery-image] Sep 07 14:25:05.455 INFO O| Sep 07 14:25:05.455 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-09-07T14:25:06.514Z[ recovery-image] Sep 07 14:25:05.464 INFO O| Sep 07 14:25:05.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71602026-09-07T14:25:06.514Z[ recovery-image] Sep 07 14:25:05.465 INFO O| Sep 07 14:25:05.465 INFO STEP 494 (remove_files) COMPLETE
71612026-09-07T14:25:06.514Z[ recovery-image] Sep 07 14:25:05.465 INFO O| Sep 07 14:25:05.465 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-09-07T14:25:06.524Z[ recovery-image] Sep 07 14:25:05.475 INFO O| Sep 07 14:25:05.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71632026-09-07T14:25:06.524Z[ recovery-image] Sep 07 14:25:05.475 INFO O| Sep 07 14:25:05.474 INFO STEP 495 (remove_files) COMPLETE
71642026-09-07T14:25:06.524Z[ recovery-image] Sep 07 14:25:05.475 INFO O| Sep 07 14:25:05.474 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-09-07T14:25:06.533Z[ recovery-image] Sep 07 14:25:05.483 INFO O| Sep 07 14:25:05.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71662026-09-07T14:25:06.533Z[ recovery-image] Sep 07 14:25:05.483 INFO O| Sep 07 14:25:05.483 INFO STEP 496 (remove_files) COMPLETE
71672026-09-07T14:25:06.533Z[ recovery-image] Sep 07 14:25:05.483 INFO O| Sep 07 14:25:05.483 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-09-07T14:25:06.541Z[ recovery-image] Sep 07 14:25:05.491 INFO O| Sep 07 14:25:05.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71692026-09-07T14:25:06.541Z[ recovery-image] Sep 07 14:25:05.491 INFO O| Sep 07 14:25:05.491 INFO STEP 497 (remove_files) COMPLETE
71702026-09-07T14:25:06.541Z[ recovery-image] Sep 07 14:25:05.491 INFO O| Sep 07 14:25:05.491 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-09-07T14:25:06.551Z[ recovery-image] Sep 07 14:25:05.502 INFO O| Sep 07 14:25:05.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71722026-09-07T14:25:06.551Z[ recovery-image] Sep 07 14:25:05.502 INFO O| Sep 07 14:25:05.502 INFO STEP 498 (remove_files) COMPLETE
71732026-09-07T14:25:06.551Z[ recovery-image] Sep 07 14:25:05.502 INFO O| Sep 07 14:25:05.502 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-09-07T14:25:06.566Z[ recovery-image] Sep 07 14:25:05.511 INFO O| Sep 07 14:25:05.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71752026-09-07T14:25:06.566Z[ recovery-image] Sep 07 14:25:05.511 INFO O| Sep 07 14:25:05.511 INFO STEP 499 (remove_files) COMPLETE
71762026-09-07T14:25:06.566Z[ recovery-image] Sep 07 14:25:05.511 INFO O| Sep 07 14:25:05.511 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-09-07T14:25:06.570Z[ recovery-image] Sep 07 14:25:05.521 INFO O| Sep 07 14:25:05.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71782026-09-07T14:25:06.570Z[ recovery-image] Sep 07 14:25:05.521 INFO O| Sep 07 14:25:05.521 INFO STEP 500 (remove_files) COMPLETE
71792026-09-07T14:25:06.575Z[ recovery-image] Sep 07 14:25:05.521 INFO O| Sep 07 14:25:05.521 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-09-07T14:25:06.582Z[ recovery-image] Sep 07 14:25:05.532 INFO O| Sep 07 14:25:05.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71812026-09-07T14:25:06.582Z[ recovery-image] Sep 07 14:25:05.532 INFO O| Sep 07 14:25:05.532 INFO STEP 501 (remove_files) COMPLETE
71822026-09-07T14:25:06.582Z[ recovery-image] Sep 07 14:25:05.532 INFO O| Sep 07 14:25:05.532 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-09-07T14:25:06.594Z[ recovery-image] Sep 07 14:25:05.541 INFO O| Sep 07 14:25:05.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71842026-09-07T14:25:06.594Z[ recovery-image] Sep 07 14:25:05.541 INFO O| Sep 07 14:25:05.541 INFO STEP 502 (remove_files) COMPLETE
71852026-09-07T14:25:06.598Z[ recovery-image] Sep 07 14:25:05.541 INFO O| Sep 07 14:25:05.541 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-09-07T14:25:06.602Z[ recovery-image] Sep 07 14:25:05.551 INFO O| Sep 07 14:25:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71872026-09-07T14:25:06.602Z[ recovery-image] Sep 07 14:25:05.551 INFO O| Sep 07 14:25:05.551 INFO STEP 503 (remove_files) COMPLETE
71882026-09-07T14:25:06.602Z[ recovery-image] Sep 07 14:25:05.551 INFO O| Sep 07 14:25:05.551 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-09-07T14:25:06.611Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
71902026-09-07T14:25:06.616Z[ recovery-image] Sep 07 14:25:05.560 INFO O| Sep 07 14:25:05.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71912026-09-07T14:25:06.616Z[ recovery-image] Sep 07 14:25:05.560 INFO O| Sep 07 14:25:05.560 INFO STEP 504 (remove_files) COMPLETE
71922026-09-07T14:25:06.616Z[ recovery-image] Sep 07 14:25:05.560 INFO O| Sep 07 14:25:05.560 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-09-07T14:25:06.622Z[ recovery-image] Sep 07 14:25:05.569 INFO O| Sep 07 14:25:05.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71942026-09-07T14:25:06.622Z[ recovery-image] Sep 07 14:25:05.570 INFO O| Sep 07 14:25:05.570 INFO STEP 505 (remove_files) COMPLETE
71952026-09-07T14:25:06.622Z[ recovery-image] Sep 07 14:25:05.570 INFO O| Sep 07 14:25:05.570 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-09-07T14:25:06.627Z[ recovery-image] Sep 07 14:25:05.578 INFO O| Sep 07 14:25:05.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71972026-09-07T14:25:06.627Z[ recovery-image] Sep 07 14:25:05.578 INFO O| Sep 07 14:25:05.578 INFO STEP 506 (remove_files) COMPLETE
71982026-09-07T14:25:06.630Z[ recovery-image] Sep 07 14:25:05.578 INFO O| Sep 07 14:25:05.578 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-09-07T14:25:06.639Z[ recovery-image] Sep 07 14:25:05.590 INFO O| Sep 07 14:25:05.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
72002026-09-07T14:25:06.643Z[ recovery-image] Sep 07 14:25:05.592 INFO O| Sep 07 14:25:05.592 INFO STEP 507 (remove_files) COMPLETE
72012026-09-07T14:25:06.643Z[ recovery-image] Sep 07 14:25:05.592 INFO O| Sep 07 14:25:05.592 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-09-07T14:25:06.651Z[ recovery-image] Sep 07 14:25:05.602 INFO O| Sep 07 14:25:05.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
72032026-09-07T14:25:06.651Z[ recovery-image] Sep 07 14:25:05.602 INFO O| Sep 07 14:25:05.602 INFO STEP 508 (remove_files) COMPLETE
72042026-09-07T14:25:06.651Z[ recovery-image] Sep 07 14:25:05.602 INFO O| Sep 07 14:25:05.602 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-09-07T14:25:06.660Z[ recovery-image] Sep 07 14:25:05.611 INFO O| Sep 07 14:25:05.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72062026-09-07T14:25:06.661Z[ recovery-image] Sep 07 14:25:05.611 INFO O| Sep 07 14:25:05.611 INFO STEP 509 (remove_files) COMPLETE
72072026-09-07T14:25:06.661Z[ recovery-image] Sep 07 14:25:05.611 INFO O| Sep 07 14:25:05.611 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-09-07T14:25:06.669Z[ recovery-image] Sep 07 14:25:05.619 INFO O| Sep 07 14:25:05.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72092026-09-07T14:25:06.669Z[ recovery-image] Sep 07 14:25:05.619 INFO O| Sep 07 14:25:05.619 INFO STEP 510 (remove_files) COMPLETE
72102026-09-07T14:25:06.669Z[ recovery-image] Sep 07 14:25:05.619 INFO O| Sep 07 14:25:05.619 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-09-07T14:25:06.677Z[ recovery-image] Sep 07 14:25:05.628 INFO O| Sep 07 14:25:05.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72122026-09-07T14:25:06.677Z[ recovery-image] Sep 07 14:25:05.628 INFO O| Sep 07 14:25:05.628 INFO STEP 511 (remove_files) COMPLETE
72132026-09-07T14:25:06.681Z[ recovery-image] Sep 07 14:25:05.628 INFO O| Sep 07 14:25:05.628 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-09-07T14:25:06.688Z[ recovery-image] Sep 07 14:25:05.638 INFO O| Sep 07 14:25:05.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72152026-09-07T14:25:06.688Z[ recovery-image] Sep 07 14:25:05.638 INFO O| Sep 07 14:25:05.638 INFO STEP 512 (remove_files) COMPLETE
72162026-09-07T14:25:06.688Z[ recovery-image] Sep 07 14:25:05.638 INFO O| Sep 07 14:25:05.638 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-09-07T14:25:06.699Z[ recovery-image] Sep 07 14:25:05.650 INFO O| Sep 07 14:25:05.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72182026-09-07T14:25:06.704Z[ recovery-image] Sep 07 14:25:05.650 INFO O| Sep 07 14:25:05.650 INFO STEP 513 (remove_files) COMPLETE
72192026-09-07T14:25:06.704Z[ recovery-image] Sep 07 14:25:05.650 INFO O| Sep 07 14:25:05.650 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-09-07T14:25:06.709Z[ recovery-image] Sep 07 14:25:05.660 INFO O| Sep 07 14:25:05.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72212026-09-07T14:25:06.710Z[ recovery-image] Sep 07 14:25:05.660 INFO O| Sep 07 14:25:05.660 INFO STEP 514 (remove_files) COMPLETE
72222026-09-07T14:25:06.710Z[ recovery-image] Sep 07 14:25:05.660 INFO O| Sep 07 14:25:05.660 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-09-07T14:25:06.721Z[ recovery-image] Sep 07 14:25:05.671 INFO O| Sep 07 14:25:05.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72242026-09-07T14:25:06.721Z[ recovery-image] Sep 07 14:25:05.672 INFO O| Sep 07 14:25:05.672 INFO STEP 515 (remove_files) COMPLETE
72252026-09-07T14:25:06.721Z[ recovery-image] Sep 07 14:25:05.672 INFO O| Sep 07 14:25:05.672 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-09-07T14:25:06.734Z[ recovery-image] Sep 07 14:25:05.682 INFO O| Sep 07 14:25:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72272026-09-07T14:25:06.734Z[ recovery-image] Sep 07 14:25:05.682 INFO O| Sep 07 14:25:05.682 INFO STEP 516 (remove_files) COMPLETE
72282026-09-07T14:25:06.738Z[ recovery-image] Sep 07 14:25:05.682 INFO O| Sep 07 14:25:05.682 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-09-07T14:25:06.742Z[ recovery-image] Sep 07 14:25:05.691 INFO O| Sep 07 14:25:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72302026-09-07T14:25:06.742Z[ recovery-image] Sep 07 14:25:05.691 INFO O| Sep 07 14:25:05.691 INFO STEP 517 (remove_files) COMPLETE
72312026-09-07T14:25:06.742Z[ recovery-image] Sep 07 14:25:05.691 INFO O| Sep 07 14:25:05.691 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-09-07T14:25:06.750Z[ recovery-image] Sep 07 14:25:05.699 INFO O| Sep 07 14:25:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72332026-09-07T14:25:06.750Z[ recovery-image] Sep 07 14:25:05.699 INFO O| Sep 07 14:25:05.699 INFO STEP 518 (remove_files) COMPLETE
72342026-09-07T14:25:06.750Z[ recovery-image] Sep 07 14:25:05.699 INFO O| Sep 07 14:25:05.699 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-09-07T14:25:06.757Z[ recovery-image] Sep 07 14:25:05.708 INFO O| Sep 07 14:25:05.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72362026-09-07T14:25:06.757Z[ recovery-image] Sep 07 14:25:05.708 INFO O| Sep 07 14:25:05.708 INFO STEP 519 (remove_files) COMPLETE
72372026-09-07T14:25:06.757Z[ recovery-image] Sep 07 14:25:05.708 INFO O| Sep 07 14:25:05.708 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-09-07T14:25:06.767Z[ recovery-image] Sep 07 14:25:05.717 INFO O| Sep 07 14:25:05.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72392026-09-07T14:25:06.767Z[ recovery-image] Sep 07 14:25:05.717 INFO O| Sep 07 14:25:05.717 INFO STEP 520 (remove_files) COMPLETE
72402026-09-07T14:25:06.767Z[ recovery-image] Sep 07 14:25:05.717 INFO O| Sep 07 14:25:05.717 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-09-07T14:25:06.776Z[ recovery-image] Sep 07 14:25:05.726 INFO O| Sep 07 14:25:05.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72422026-09-07T14:25:06.776Z[ recovery-image] Sep 07 14:25:05.726 INFO O| Sep 07 14:25:05.726 INFO STEP 521 (remove_files) COMPLETE
72432026-09-07T14:25:06.776Z[ recovery-image] Sep 07 14:25:05.726 INFO O| Sep 07 14:25:05.726 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-09-07T14:25:06.789Z[ recovery-image] Sep 07 14:25:05.736 INFO O| Sep 07 14:25:05.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72452026-09-07T14:25:06.789Z[ recovery-image] Sep 07 14:25:05.736 INFO O| Sep 07 14:25:05.736 INFO STEP 522 (remove_files) COMPLETE
72462026-09-07T14:25:06.789Z[ recovery-image] Sep 07 14:25:05.736 INFO O| Sep 07 14:25:05.736 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-09-07T14:25:06.794Z[ recovery-image] Sep 07 14:25:05.745 INFO O| Sep 07 14:25:05.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72482026-09-07T14:25:06.794Z[ recovery-image] Sep 07 14:25:05.745 INFO O| Sep 07 14:25:05.745 INFO STEP 523 (remove_files) COMPLETE
72492026-09-07T14:25:06.794Z[ recovery-image] Sep 07 14:25:05.745 INFO O| Sep 07 14:25:05.745 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-09-07T14:25:06.800Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
72512026-09-07T14:25:06.806Z[ recovery-image] Sep 07 14:25:05.757 INFO O| Sep 07 14:25:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72522026-09-07T14:25:06.806Z[ recovery-image] Sep 07 14:25:05.757 INFO O| Sep 07 14:25:05.757 INFO STEP 524 (remove_files) COMPLETE
72532026-09-07T14:25:06.806Z[ recovery-image] Sep 07 14:25:05.757 INFO O| Sep 07 14:25:05.757 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-09-07T14:25:06.816Z[ recovery-image] Sep 07 14:25:05.766 INFO O| Sep 07 14:25:05.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72552026-09-07T14:25:06.816Z[ recovery-image] Sep 07 14:25:05.766 INFO O| Sep 07 14:25:05.766 INFO STEP 525 (remove_files) COMPLETE
72562026-09-07T14:25:06.816Z[ recovery-image] Sep 07 14:25:05.766 INFO O| Sep 07 14:25:05.766 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-09-07T14:25:06.823Z[ recovery-image] Sep 07 14:25:05.774 INFO O| Sep 07 14:25:05.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72582026-09-07T14:25:06.824Z[ recovery-image] Sep 07 14:25:05.774 INFO O| Sep 07 14:25:05.774 INFO STEP 526 (remove_files) COMPLETE
72592026-09-07T14:25:06.824Z[ recovery-image] Sep 07 14:25:05.774 INFO O| Sep 07 14:25:05.774 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-09-07T14:25:06.834Z[ recovery-image] Sep 07 14:25:05.785 INFO O| Sep 07 14:25:05.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72612026-09-07T14:25:06.834Z[ recovery-image] Sep 07 14:25:05.785 INFO O| Sep 07 14:25:05.785 INFO STEP 527 (remove_files) COMPLETE
72622026-09-07T14:25:06.834Z[ recovery-image] Sep 07 14:25:05.785 INFO O| Sep 07 14:25:05.785 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-09-07T14:25:06.848Z[ recovery-image] Sep 07 14:25:05.794 INFO O| Sep 07 14:25:05.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72642026-09-07T14:25:06.848Z[ recovery-image] Sep 07 14:25:05.794 INFO O| Sep 07 14:25:05.794 INFO STEP 528 (remove_files) COMPLETE
72652026-09-07T14:25:06.848Z[ recovery-image] Sep 07 14:25:05.794 INFO O| Sep 07 14:25:05.794 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-09-07T14:25:06.853Z[ recovery-image] Sep 07 14:25:05.804 INFO O| Sep 07 14:25:05.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72672026-09-07T14:25:06.853Z[ recovery-image] Sep 07 14:25:05.804 INFO O| Sep 07 14:25:05.804 INFO STEP 529 (remove_files) COMPLETE
72682026-09-07T14:25:06.853Z[ recovery-image] Sep 07 14:25:05.804 INFO O| Sep 07 14:25:05.804 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-09-07T14:25:06.863Z[ recovery-image] Sep 07 14:25:05.814 INFO O| Sep 07 14:25:05.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72702026-09-07T14:25:06.863Z[ recovery-image] Sep 07 14:25:05.814 INFO O| Sep 07 14:25:05.814 INFO STEP 530 (remove_files) COMPLETE
72712026-09-07T14:25:06.863Z[ recovery-image] Sep 07 14:25:05.814 INFO O| Sep 07 14:25:05.814 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-09-07T14:25:06.873Z[ recovery-image] Sep 07 14:25:05.823 INFO O| Sep 07 14:25:05.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72732026-09-07T14:25:06.873Z[ recovery-image] Sep 07 14:25:05.823 INFO O| Sep 07 14:25:05.823 INFO STEP 531 (remove_files) COMPLETE
72742026-09-07T14:25:06.873Z[ recovery-image] Sep 07 14:25:05.823 INFO O| Sep 07 14:25:05.823 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-09-07T14:25:06.883Z[ recovery-image] Sep 07 14:25:05.833 INFO O| Sep 07 14:25:05.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72762026-09-07T14:25:06.883Z[ recovery-image] Sep 07 14:25:05.834 INFO O| Sep 07 14:25:05.834 INFO STEP 532 (remove_files) COMPLETE
72772026-09-07T14:25:06.883Z[ recovery-image] Sep 07 14:25:05.834 INFO O| Sep 07 14:25:05.834 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-09-07T14:25:06.892Z[ recovery-image] Sep 07 14:25:05.843 INFO O| Sep 07 14:25:05.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72792026-09-07T14:25:06.893Z[ recovery-image] Sep 07 14:25:05.843 INFO O| Sep 07 14:25:05.843 INFO STEP 533 (remove_files) COMPLETE
72802026-09-07T14:25:06.893Z[ recovery-image] Sep 07 14:25:05.843 INFO O| Sep 07 14:25:05.843 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-09-07T14:25:06.902Z[ recovery-image] Sep 07 14:25:05.853 INFO O| Sep 07 14:25:05.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72822026-09-07T14:25:06.903Z[ recovery-image] Sep 07 14:25:05.853 INFO O| Sep 07 14:25:05.853 INFO STEP 534 (remove_files) COMPLETE
72832026-09-07T14:25:06.903Z[ recovery-image] Sep 07 14:25:05.853 INFO O| Sep 07 14:25:05.853 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-09-07T14:25:06.912Z[ recovery-image] Sep 07 14:25:05.863 INFO O| Sep 07 14:25:05.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72852026-09-07T14:25:06.912Z[ recovery-image] Sep 07 14:25:05.863 INFO O| Sep 07 14:25:05.863 INFO STEP 535 (remove_files) COMPLETE
72862026-09-07T14:25:06.912Z[ recovery-image] Sep 07 14:25:05.863 INFO O| Sep 07 14:25:05.863 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-09-07T14:25:06.921Z[ recovery-image] Sep 07 14:25:05.872 INFO O| Sep 07 14:25:05.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72882026-09-07T14:25:06.921Z[ recovery-image] Sep 07 14:25:05.872 INFO O| Sep 07 14:25:05.872 INFO STEP 536 (remove_files) COMPLETE
72892026-09-07T14:25:06.921Z[ recovery-image] Sep 07 14:25:05.872 INFO O| Sep 07 14:25:05.872 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-09-07T14:25:06.931Z[ recovery-image] Sep 07 14:25:05.882 INFO O| Sep 07 14:25:05.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72912026-09-07T14:25:06.931Z[ recovery-image] Sep 07 14:25:05.882 INFO O| Sep 07 14:25:05.882 INFO STEP 537 (remove_files) COMPLETE
72922026-09-07T14:25:06.932Z[ recovery-image] Sep 07 14:25:05.882 INFO O| Sep 07 14:25:05.882 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-09-07T14:25:06.940Z[ recovery-image] Sep 07 14:25:05.890 INFO O| Sep 07 14:25:05.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72942026-09-07T14:25:06.944Z[ recovery-image] Sep 07 14:25:05.891 INFO O| Sep 07 14:25:05.891 INFO STEP 538 (remove_files) COMPLETE
72952026-09-07T14:25:06.944Z[ recovery-image] Sep 07 14:25:05.891 INFO O| Sep 07 14:25:05.891 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-09-07T14:25:06.954Z[ recovery-image] Sep 07 14:25:05.902 INFO O| Sep 07 14:25:05.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
72972026-09-07T14:25:06.955Z[ recovery-image] Sep 07 14:25:05.902 INFO O| Sep 07 14:25:05.902 INFO STEP 539 (remove_files) COMPLETE
72982026-09-07T14:25:06.955Z[ recovery-image] Sep 07 14:25:05.902 INFO O| Sep 07 14:25:05.902 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-09-07T14:25:06.960Z[ recovery-image] Sep 07 14:25:05.910 INFO O| Sep 07 14:25:05.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
73002026-09-07T14:25:06.960Z[ recovery-image] Sep 07 14:25:05.911 INFO O| Sep 07 14:25:05.910 INFO STEP 540 (remove_files) COMPLETE
73012026-09-07T14:25:06.960Z[ recovery-image] Sep 07 14:25:05.911 INFO O| Sep 07 14:25:05.910 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-09-07T14:25:06.971Z[ recovery-image] Sep 07 14:25:05.922 INFO O| Sep 07 14:25:05.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
73032026-09-07T14:25:06.971Z[ recovery-image] Sep 07 14:25:05.922 INFO O| Sep 07 14:25:05.922 INFO STEP 541 (remove_files) COMPLETE
73042026-09-07T14:25:06.972Z[ recovery-image] Sep 07 14:25:05.922 INFO O| Sep 07 14:25:05.922 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-09-07T14:25:06.982Z[ recovery-image] Sep 07 14:25:05.932 INFO O| Sep 07 14:25:05.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73062026-09-07T14:25:06.982Z[ recovery-image] Sep 07 14:25:05.932 INFO O| Sep 07 14:25:05.932 INFO STEP 542 (remove_files) COMPLETE
73072026-09-07T14:25:06.982Z[ recovery-image] Sep 07 14:25:05.932 INFO O| Sep 07 14:25:05.932 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-09-07T14:25:06.992Z[ recovery-image] Sep 07 14:25:05.942 INFO O| Sep 07 14:25:05.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73092026-09-07T14:25:06.995Z[ recovery-image] Sep 07 14:25:05.943 INFO O| Sep 07 14:25:05.943 INFO STEP 543 (remove_files) COMPLETE
73102026-09-07T14:25:06.995Z[ recovery-image] Sep 07 14:25:05.943 INFO O| Sep 07 14:25:05.943 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-09-07T14:25:07.001Z[ recovery-image] Sep 07 14:25:05.951 INFO O| Sep 07 14:25:05.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73122026-09-07T14:25:07.001Z[ recovery-image] Sep 07 14:25:05.952 INFO O| Sep 07 14:25:05.952 INFO STEP 544 (remove_files) COMPLETE
73132026-09-07T14:25:07.001Z[ recovery-image] Sep 07 14:25:05.952 INFO O| Sep 07 14:25:05.952 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-07T14:25:07.010Z[ recovery-image] Sep 07 14:25:05.960 INFO O| Sep 07 14:25:05.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73152026-09-07T14:25:07.011Z[ recovery-image] Sep 07 14:25:05.960 INFO O| Sep 07 14:25:05.960 INFO STEP 545 (remove_files) COMPLETE
73162026-09-07T14:25:07.011Z[ recovery-image] Sep 07 14:25:05.960 INFO O| Sep 07 14:25:05.960 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-07T14:25:07.018Z[ recovery-image] Sep 07 14:25:05.969 INFO O| Sep 07 14:25:05.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73182026-09-07T14:25:07.018Z[ recovery-image] Sep 07 14:25:05.969 INFO O| Sep 07 14:25:05.969 INFO STEP 546 (remove_files) COMPLETE
73192026-09-07T14:25:07.018Z[ recovery-image] Sep 07 14:25:05.969 INFO O| Sep 07 14:25:05.969 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-07T14:25:07.027Z[ recovery-image] Sep 07 14:25:05.977 INFO O| Sep 07 14:25:05.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73212026-09-07T14:25:07.027Z[ recovery-image] Sep 07 14:25:05.978 INFO O| Sep 07 14:25:05.977 INFO STEP 547 (remove_files) COMPLETE
73222026-09-07T14:25:07.027Z[ recovery-image] Sep 07 14:25:05.978 INFO O| Sep 07 14:25:05.978 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-07T14:25:07.036Z[ recovery-image] Sep 07 14:25:05.987 INFO O| Sep 07 14:25:05.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73242026-09-07T14:25:07.036Z[ recovery-image] Sep 07 14:25:05.987 INFO O| Sep 07 14:25:05.987 INFO STEP 548 (remove_files) COMPLETE
73252026-09-07T14:25:07.042Z[ recovery-image] Sep 07 14:25:05.987 INFO O| Sep 07 14:25:05.987 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-07T14:25:07.046Z[ recovery-image] Sep 07 14:25:05.996 INFO O| Sep 07 14:25:05.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73272026-09-07T14:25:07.046Z[ recovery-image] Sep 07 14:25:05.996 INFO O| Sep 07 14:25:05.996 INFO STEP 549 (remove_files) COMPLETE
73282026-09-07T14:25:07.046Z[ recovery-image] Sep 07 14:25:05.996 INFO O| Sep 07 14:25:05.996 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-07T14:25:07.055Z[ recovery-image] Sep 07 14:25:06.006 INFO O| Sep 07 14:25:06.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73302026-09-07T14:25:07.055Z[ recovery-image] Sep 07 14:25:06.006 INFO O| Sep 07 14:25:06.006 INFO STEP 550 (remove_files) COMPLETE
73312026-09-07T14:25:07.055Z[ recovery-image] Sep 07 14:25:06.006 INFO O| Sep 07 14:25:06.006 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-07T14:25:07.066Z[ recovery-image] Sep 07 14:25:06.016 INFO O| Sep 07 14:25:06.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73332026-09-07T14:25:07.066Z[ recovery-image] Sep 07 14:25:06.016 INFO O| Sep 07 14:25:06.016 INFO STEP 551 (remove_files) COMPLETE
73342026-09-07T14:25:07.066Z[ recovery-image] Sep 07 14:25:06.016 INFO O| Sep 07 14:25:06.016 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-09-07T14:25:07.075Z[ recovery-image] Sep 07 14:25:06.026 INFO O| Sep 07 14:25:06.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73362026-09-07T14:25:07.075Z[ recovery-image] Sep 07 14:25:06.026 INFO O| Sep 07 14:25:06.026 INFO STEP 552 (remove_files) COMPLETE
73372026-09-07T14:25:07.075Z[ recovery-image] Sep 07 14:25:06.026 INFO O| Sep 07 14:25:06.026 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-09-07T14:25:07.085Z[ recovery-image] Sep 07 14:25:06.036 INFO O| Sep 07 14:25:06.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73392026-09-07T14:25:07.085Z[ recovery-image] Sep 07 14:25:06.036 INFO O| Sep 07 14:25:06.036 INFO STEP 553 (remove_files) COMPLETE
73402026-09-07T14:25:07.089Z[ recovery-image] Sep 07 14:25:06.036 INFO O| Sep 07 14:25:06.036 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-09-07T14:25:07.097Z[ recovery-image] Sep 07 14:25:06.048 INFO O| Sep 07 14:25:06.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73422026-09-07T14:25:07.097Z[ recovery-image] Sep 07 14:25:06.048 INFO O| Sep 07 14:25:06.048 INFO STEP 554 (remove_files) COMPLETE
73432026-09-07T14:25:07.097Z[ recovery-image] Sep 07 14:25:06.048 INFO O| Sep 07 14:25:06.048 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-09-07T14:25:07.109Z[ recovery-image] Sep 07 14:25:06.058 INFO O| Sep 07 14:25:06.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73452026-09-07T14:25:07.109Z[ recovery-image] Sep 07 14:25:06.058 INFO O| Sep 07 14:25:06.058 INFO STEP 555 (remove_files) COMPLETE
73462026-09-07T14:25:07.109Z[ recovery-image] Sep 07 14:25:06.058 INFO O| Sep 07 14:25:06.058 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-09-07T14:25:07.119Z[ recovery-image] Sep 07 14:25:06.069 INFO O| Sep 07 14:25:06.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73482026-09-07T14:25:07.119Z[ recovery-image] Sep 07 14:25:06.069 INFO O| Sep 07 14:25:06.069 INFO STEP 556 (remove_files) COMPLETE
73492026-09-07T14:25:07.120Z[ recovery-image] Sep 07 14:25:06.069 INFO O| Sep 07 14:25:06.069 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-09-07T14:25:07.126Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
73512026-09-07T14:25:07.130Z[ recovery-image] Sep 07 14:25:06.080 INFO O| Sep 07 14:25:06.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73522026-09-07T14:25:07.130Z[ recovery-image] Sep 07 14:25:06.080 INFO O| Sep 07 14:25:06.080 INFO STEP 557 (remove_files) COMPLETE
73532026-09-07T14:25:07.130Z[ recovery-image] Sep 07 14:25:06.080 INFO O| Sep 07 14:25:06.080 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-09-07T14:25:07.145Z[ recovery-image] Sep 07 14:25:06.096 INFO O| Sep 07 14:25:06.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73552026-09-07T14:25:07.146Z[ recovery-image] Sep 07 14:25:06.096 INFO O| Sep 07 14:25:06.096 INFO STEP 558 (remove_files) COMPLETE
73562026-09-07T14:25:07.146Z[ recovery-image] Sep 07 14:25:06.096 INFO O| Sep 07 14:25:06.096 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-09-07T14:25:07.159Z[ recovery-image] Sep 07 14:25:06.108 INFO O| Sep 07 14:25:06.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73582026-09-07T14:25:07.159Z[ recovery-image] Sep 07 14:25:06.108 INFO O| Sep 07 14:25:06.107 INFO STEP 559 (remove_files) COMPLETE
73592026-09-07T14:25:07.159Z[ recovery-image] Sep 07 14:25:06.108 INFO O| Sep 07 14:25:06.107 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-09-07T14:25:07.168Z[ recovery-image] Sep 07 14:25:06.118 INFO O| Sep 07 14:25:06.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73612026-09-07T14:25:07.168Z[ recovery-image] Sep 07 14:25:06.118 INFO O| Sep 07 14:25:06.118 INFO STEP 560 (remove_files) COMPLETE
73622026-09-07T14:25:07.168Z[ recovery-image] Sep 07 14:25:06.118 INFO O| Sep 07 14:25:06.118 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-09-07T14:25:07.180Z[ recovery-image] Sep 07 14:25:06.129 INFO O| Sep 07 14:25:06.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73642026-09-07T14:25:07.180Z[ recovery-image] Sep 07 14:25:06.129 INFO O| Sep 07 14:25:06.129 INFO STEP 561 (remove_files) COMPLETE
73652026-09-07T14:25:07.180Z[ recovery-image] Sep 07 14:25:06.129 INFO O| Sep 07 14:25:06.129 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-09-07T14:25:07.192Z[ recovery-image] Sep 07 14:25:06.139 INFO O| Sep 07 14:25:06.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73672026-09-07T14:25:07.192Z[ recovery-image] Sep 07 14:25:06.139 INFO O| Sep 07 14:25:06.138 INFO STEP 562 (remove_files) COMPLETE
73682026-09-07T14:25:07.192Z[ recovery-image] Sep 07 14:25:06.139 INFO O| Sep 07 14:25:06.138 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-09-07T14:25:07.198Z[ recovery-image] Sep 07 14:25:06.149 INFO O| Sep 07 14:25:06.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73702026-09-07T14:25:07.198Z[ recovery-image] Sep 07 14:25:06.149 INFO O| Sep 07 14:25:06.149 INFO STEP 563 (remove_files) COMPLETE
73712026-09-07T14:25:07.198Z[ recovery-image] Sep 07 14:25:06.149 INFO O| Sep 07 14:25:06.149 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-09-07T14:25:07.208Z[ recovery-image] Sep 07 14:25:06.159 INFO O| Sep 07 14:25:06.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73732026-09-07T14:25:07.208Z[ recovery-image] Sep 07 14:25:06.159 INFO O| Sep 07 14:25:06.159 INFO STEP 564 (remove_files) COMPLETE
73742026-09-07T14:25:07.208Z[ recovery-image] Sep 07 14:25:06.159 INFO O| Sep 07 14:25:06.159 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-09-07T14:25:07.219Z[ recovery-image] Sep 07 14:25:06.170 INFO O| Sep 07 14:25:06.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73762026-09-07T14:25:07.219Z[ recovery-image] Sep 07 14:25:06.170 INFO O| Sep 07 14:25:06.170 INFO STEP 565 (remove_files) COMPLETE
73772026-09-07T14:25:07.219Z[ recovery-image] Sep 07 14:25:06.170 INFO O| Sep 07 14:25:06.170 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-09-07T14:25:07.228Z[ recovery-image] Sep 07 14:25:06.179 INFO O| Sep 07 14:25:06.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73792026-09-07T14:25:07.228Z[ recovery-image] Sep 07 14:25:06.179 INFO O| Sep 07 14:25:06.179 INFO STEP 566 (remove_files) COMPLETE
73802026-09-07T14:25:07.228Z[ recovery-image] Sep 07 14:25:06.179 INFO O| Sep 07 14:25:06.179 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-09-07T14:25:07.237Z[ recovery-image] Sep 07 14:25:06.187 INFO O| Sep 07 14:25:06.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73822026-09-07T14:25:07.237Z[ recovery-image] Sep 07 14:25:06.187 INFO O| Sep 07 14:25:06.187 INFO STEP 567 (remove_files) COMPLETE
73832026-09-07T14:25:07.237Z[ recovery-image] Sep 07 14:25:06.187 INFO O| Sep 07 14:25:06.187 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-09-07T14:25:07.253Z[ recovery-image] Sep 07 14:25:06.203 INFO O| Sep 07 14:25:06.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73852026-09-07T14:25:07.253Z[ recovery-image] Sep 07 14:25:06.204 INFO O| Sep 07 14:25:06.204 INFO STEP 568 (remove_files) COMPLETE
73862026-09-07T14:25:07.253Z[ recovery-image] Sep 07 14:25:06.204 INFO O| Sep 07 14:25:06.204 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-09-07T14:25:07.263Z[ recovery-image] Sep 07 14:25:06.214 INFO O| Sep 07 14:25:06.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73882026-09-07T14:25:07.263Z[ recovery-image] Sep 07 14:25:06.214 INFO O| Sep 07 14:25:06.214 INFO STEP 569 (remove_files) COMPLETE
73892026-09-07T14:25:07.263Z[ recovery-image] Sep 07 14:25:06.214 INFO O| Sep 07 14:25:06.214 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-09-07T14:25:07.273Z[ recovery-image] Sep 07 14:25:06.223 INFO O| Sep 07 14:25:06.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73912026-09-07T14:25:07.273Z[ recovery-image] Sep 07 14:25:06.224 INFO O| Sep 07 14:25:06.223 INFO STEP 570 (remove_files) COMPLETE
73922026-09-07T14:25:07.277Z[ recovery-image] Sep 07 14:25:06.224 INFO O| Sep 07 14:25:06.223 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-09-07T14:25:07.287Z[ recovery-image] Sep 07 14:25:06.238 INFO O| Sep 07 14:25:06.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73942026-09-07T14:25:07.287Z[ recovery-image] Sep 07 14:25:06.238 INFO O| Sep 07 14:25:06.238 INFO STEP 571 (remove_files) COMPLETE
73952026-09-07T14:25:07.287Z[ recovery-image] Sep 07 14:25:06.238 INFO O| Sep 07 14:25:06.238 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-09-07T14:25:07.298Z[ recovery-image] Sep 07 14:25:06.248 INFO O| Sep 07 14:25:06.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
73972026-09-07T14:25:07.298Z[ recovery-image] Sep 07 14:25:06.248 INFO O| Sep 07 14:25:06.248 INFO STEP 572 (remove_files) COMPLETE
73982026-09-07T14:25:07.298Z[ recovery-image] Sep 07 14:25:06.248 INFO O| Sep 07 14:25:06.248 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-09-07T14:25:07.309Z[ recovery-image] Sep 07 14:25:06.260 INFO O| Sep 07 14:25:06.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
74002026-09-07T14:25:07.309Z[ recovery-image] Sep 07 14:25:06.260 INFO O| Sep 07 14:25:06.260 INFO STEP 573 (remove_files) COMPLETE
74012026-09-07T14:25:07.309Z[ recovery-image] Sep 07 14:25:06.260 INFO O| Sep 07 14:25:06.260 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-09-07T14:25:07.320Z[ recovery-image] Sep 07 14:25:06.271 INFO O| Sep 07 14:25:06.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
74032026-09-07T14:25:07.320Z[ recovery-image] Sep 07 14:25:06.271 INFO O| Sep 07 14:25:06.271 INFO STEP 574 (remove_files) COMPLETE
74042026-09-07T14:25:07.320Z[ recovery-image] Sep 07 14:25:06.271 INFO O| Sep 07 14:25:06.271 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-09-07T14:25:07.330Z[ recovery-image] Sep 07 14:25:06.281 INFO O| Sep 07 14:25:06.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74062026-09-07T14:25:07.330Z[ recovery-image] Sep 07 14:25:06.281 INFO O| Sep 07 14:25:06.281 INFO STEP 575 (remove_files) COMPLETE
74072026-09-07T14:25:07.330Z[ recovery-image] Sep 07 14:25:06.281 INFO O| Sep 07 14:25:06.281 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-09-07T14:25:07.340Z[ recovery-image] Sep 07 14:25:06.291 INFO O| Sep 07 14:25:06.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74092026-09-07T14:25:07.340Z[ recovery-image] Sep 07 14:25:06.291 INFO O| Sep 07 14:25:06.291 INFO STEP 576 (remove_files) COMPLETE
74102026-09-07T14:25:07.340Z[ recovery-image] Sep 07 14:25:06.291 INFO O| Sep 07 14:25:06.291 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-09-07T14:25:07.351Z[ recovery-image] Sep 07 14:25:06.301 INFO O| Sep 07 14:25:06.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74122026-09-07T14:25:07.351Z[ recovery-image] Sep 07 14:25:06.301 INFO O| Sep 07 14:25:06.301 INFO STEP 577 (remove_files) COMPLETE
74132026-09-07T14:25:07.356Z[ recovery-image] Sep 07 14:25:06.301 INFO O| Sep 07 14:25:06.301 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-09-07T14:25:07.360Z[ recovery-image] Sep 07 14:25:06.311 INFO O| Sep 07 14:25:06.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74152026-09-07T14:25:07.360Z[ recovery-image] Sep 07 14:25:06.311 INFO O| Sep 07 14:25:06.311 INFO STEP 578 (remove_files) COMPLETE
74162026-09-07T14:25:07.361Z[ recovery-image] Sep 07 14:25:06.311 INFO O| Sep 07 14:25:06.311 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-09-07T14:25:07.376Z[ recovery-image] Sep 07 14:25:06.322 INFO O| Sep 07 14:25:06.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74182026-09-07T14:25:07.376Z[ recovery-image] Sep 07 14:25:06.322 INFO O| Sep 07 14:25:06.322 INFO STEP 579 (remove_files) COMPLETE
74192026-09-07T14:25:07.376Z[ recovery-image] Sep 07 14:25:06.322 INFO O| Sep 07 14:25:06.322 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-09-07T14:25:07.381Z[ recovery-image] Sep 07 14:25:06.332 INFO O| Sep 07 14:25:06.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74212026-09-07T14:25:07.386Z[ recovery-image] Sep 07 14:25:06.333 INFO O| Sep 07 14:25:06.332 INFO STEP 580 (remove_files) COMPLETE
74222026-09-07T14:25:07.386Z[ recovery-image] Sep 07 14:25:06.333 INFO O| Sep 07 14:25:06.333 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-09-07T14:25:07.391Z[ recovery-image] Sep 07 14:25:06.342 INFO O| Sep 07 14:25:06.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74242026-09-07T14:25:07.391Z[ recovery-image] Sep 07 14:25:06.342 INFO O| Sep 07 14:25:06.342 INFO STEP 581 (remove_files) COMPLETE
74252026-09-07T14:25:07.396Z[ recovery-image] Sep 07 14:25:06.342 INFO O| Sep 07 14:25:06.342 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-09-07T14:25:07.400Z[ recovery-image] Sep 07 14:25:06.351 INFO O| Sep 07 14:25:06.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74272026-09-07T14:25:07.400Z[ recovery-image] Sep 07 14:25:06.351 INFO O| Sep 07 14:25:06.351 INFO STEP 582 (remove_files) COMPLETE
74282026-09-07T14:25:07.400Z[ recovery-image] Sep 07 14:25:06.351 INFO O| Sep 07 14:25:06.351 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-09-07T14:25:07.410Z[ recovery-image] Sep 07 14:25:06.360 INFO O| Sep 07 14:25:06.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74302026-09-07T14:25:07.410Z[ recovery-image] Sep 07 14:25:06.361 INFO O| Sep 07 14:25:06.360 INFO STEP 583 (remove_files) COMPLETE
74312026-09-07T14:25:07.413Z[ recovery-image] Sep 07 14:25:06.361 INFO O| Sep 07 14:25:06.361 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-09-07T14:25:07.420Z[ recovery-image] Sep 07 14:25:06.371 INFO O| Sep 07 14:25:06.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74332026-09-07T14:25:07.420Z[ recovery-image] Sep 07 14:25:06.371 INFO O| Sep 07 14:25:06.371 INFO STEP 584 (remove_files) COMPLETE
74342026-09-07T14:25:07.420Z[ recovery-image] Sep 07 14:25:06.371 INFO O| Sep 07 14:25:06.371 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-09-07T14:25:07.431Z[ recovery-image] Sep 07 14:25:06.381 INFO O| Sep 07 14:25:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74362026-09-07T14:25:07.431Z[ recovery-image] Sep 07 14:25:06.381 INFO O| Sep 07 14:25:06.381 INFO STEP 585 (remove_files) COMPLETE
74372026-09-07T14:25:07.431Z[ recovery-image] Sep 07 14:25:06.381 INFO O| Sep 07 14:25:06.381 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-09-07T14:25:07.437Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
74392026-09-07T14:25:07.442Z[ recovery-image] Sep 07 14:25:06.392 INFO O| Sep 07 14:25:06.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74402026-09-07T14:25:07.442Z[ recovery-image] Sep 07 14:25:06.392 INFO O| Sep 07 14:25:06.392 INFO STEP 586 (remove_files) COMPLETE
74412026-09-07T14:25:07.446Z[ recovery-image] Sep 07 14:25:06.392 INFO O| Sep 07 14:25:06.392 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-09-07T14:25:07.454Z[ recovery-image] Sep 07 14:25:06.402 INFO O| Sep 07 14:25:06.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74432026-09-07T14:25:07.454Z[ recovery-image] Sep 07 14:25:06.402 INFO O| Sep 07 14:25:06.402 INFO STEP 587 (remove_files) COMPLETE
74442026-09-07T14:25:07.459Z[ recovery-image] Sep 07 14:25:06.402 INFO O| Sep 07 14:25:06.402 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-09-07T14:25:07.464Z[ recovery-image] Sep 07 14:25:06.412 INFO O| Sep 07 14:25:06.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74462026-09-07T14:25:07.464Z[ recovery-image] Sep 07 14:25:06.412 INFO O| Sep 07 14:25:06.412 INFO STEP 588 (remove_files) COMPLETE
74472026-09-07T14:25:07.464Z[ recovery-image] Sep 07 14:25:06.412 INFO O| Sep 07 14:25:06.412 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-09-07T14:25:07.476Z[ recovery-image] Sep 07 14:25:06.426 INFO O| Sep 07 14:25:06.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74492026-09-07T14:25:07.476Z[ recovery-image] Sep 07 14:25:06.426 INFO O| Sep 07 14:25:06.426 INFO STEP 589 (remove_files) COMPLETE
74502026-09-07T14:25:07.476Z[ recovery-image] Sep 07 14:25:06.426 INFO O| Sep 07 14:25:06.426 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-09-07T14:25:07.494Z[ recovery-image] Sep 07 14:25:06.445 INFO O| Sep 07 14:25:06.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74522026-09-07T14:25:07.494Z[ recovery-image] Sep 07 14:25:06.445 INFO O| Sep 07 14:25:06.445 INFO STEP 590 (remove_files) COMPLETE
74532026-09-07T14:25:07.500Z[ recovery-image] Sep 07 14:25:06.445 INFO O| Sep 07 14:25:06.445 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-09-07T14:25:07.500Z[verify-libraries] Compiling yansi v1.0.1
74552026-09-07T14:25:07.504Z[ recovery-image] Sep 07 14:25:06.455 INFO O| Sep 07 14:25:06.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74562026-09-07T14:25:07.504Z[ recovery-image] Sep 07 14:25:06.455 INFO O| Sep 07 14:25:06.455 INFO STEP 591 (remove_files) COMPLETE
74572026-09-07T14:25:07.504Z[ recovery-image] Sep 07 14:25:06.455 INFO O| Sep 07 14:25:06.455 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-07T14:25:07.525Z[ recovery-image] Sep 07 14:25:06.465 INFO O| Sep 07 14:25:06.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74592026-09-07T14:25:07.525Z[ recovery-image] Sep 07 14:25:06.465 INFO O| Sep 07 14:25:06.465 INFO STEP 592 (remove_files) COMPLETE
74602026-09-07T14:25:07.530Z[ recovery-image] Sep 07 14:25:06.465 INFO O| Sep 07 14:25:06.465 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-07T14:25:07.530Z[ recovery-image] Sep 07 14:25:06.474 INFO O| Sep 07 14:25:06.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74622026-09-07T14:25:07.530Z[ recovery-image] Sep 07 14:25:06.474 INFO O| Sep 07 14:25:06.474 INFO STEP 593 (remove_files) COMPLETE
74632026-09-07T14:25:07.530Z[ recovery-image] Sep 07 14:25:06.474 INFO O| Sep 07 14:25:06.474 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-07T14:25:07.535Z[ recovery-image] Sep 07 14:25:06.483 INFO O| Sep 07 14:25:06.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74652026-09-07T14:25:07.536Z[ recovery-image] Sep 07 14:25:06.483 INFO O| Sep 07 14:25:06.483 INFO STEP 594 (remove_files) COMPLETE
74662026-09-07T14:25:07.536Z[ recovery-image] Sep 07 14:25:06.483 INFO O| Sep 07 14:25:06.483 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-07T14:25:07.543Z[ recovery-image] Sep 07 14:25:06.494 INFO O| Sep 07 14:25:06.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74682026-09-07T14:25:07.543Z[ recovery-image] Sep 07 14:25:06.494 INFO O| Sep 07 14:25:06.494 INFO STEP 595 (remove_files) COMPLETE
74692026-09-07T14:25:07.547Z[ recovery-image] Sep 07 14:25:06.494 INFO O| Sep 07 14:25:06.494 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-07T14:25:07.553Z[ recovery-image] Sep 07 14:25:06.504 INFO O| Sep 07 14:25:06.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74712026-09-07T14:25:07.553Z[ recovery-image] Sep 07 14:25:06.504 INFO O| Sep 07 14:25:06.504 INFO STEP 596 (remove_files) COMPLETE
74722026-09-07T14:25:07.553Z[ recovery-image] Sep 07 14:25:06.504 INFO O| Sep 07 14:25:06.504 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-07T14:25:07.563Z[ recovery-image] Sep 07 14:25:06.514 INFO O| Sep 07 14:25:06.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74742026-09-07T14:25:07.563Z[ recovery-image] Sep 07 14:25:06.514 INFO O| Sep 07 14:25:06.514 INFO STEP 597 (remove_files) COMPLETE
74752026-09-07T14:25:07.563Z[ recovery-image] Sep 07 14:25:06.514 INFO O| Sep 07 14:25:06.514 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-07T14:25:07.574Z[ recovery-image] Sep 07 14:25:06.525 INFO O| Sep 07 14:25:06.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74772026-09-07T14:25:07.575Z[ recovery-image] Sep 07 14:25:06.526 INFO O| Sep 07 14:25:06.526 INFO STEP 598 (remove_files) COMPLETE
74782026-09-07T14:25:07.582Z[ recovery-image] Sep 07 14:25:06.526 INFO O| Sep 07 14:25:06.526 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-07T14:25:07.585Z[ recovery-image] Sep 07 14:25:06.536 INFO O| Sep 07 14:25:06.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74802026-09-07T14:25:07.585Z[ recovery-image] Sep 07 14:25:06.536 INFO O| Sep 07 14:25:06.536 INFO STEP 599 (remove_files) COMPLETE
74812026-09-07T14:25:07.588Z[ recovery-image] Sep 07 14:25:06.536 INFO O| Sep 07 14:25:06.536 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-07T14:25:07.596Z[ recovery-image] Sep 07 14:25:06.547 INFO O| Sep 07 14:25:06.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74832026-09-07T14:25:07.596Z[ recovery-image] Sep 07 14:25:06.547 INFO O| Sep 07 14:25:06.547 INFO STEP 600 (remove_files) COMPLETE
74842026-09-07T14:25:07.601Z[ recovery-image] Sep 07 14:25:06.547 INFO O| Sep 07 14:25:06.547 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-07T14:25:07.610Z[ recovery-image] Sep 07 14:25:06.557 INFO O| Sep 07 14:25:06.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74862026-09-07T14:25:07.610Z[ recovery-image] Sep 07 14:25:06.558 INFO O| Sep 07 14:25:06.558 INFO STEP 601 (remove_files) COMPLETE
74872026-09-07T14:25:07.610Z[ recovery-image] Sep 07 14:25:06.558 INFO O| Sep 07 14:25:06.558 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-07T14:25:07.617Z[ recovery-image] Sep 07 14:25:06.568 INFO O| Sep 07 14:25:06.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74892026-09-07T14:25:07.617Z[ recovery-image] Sep 07 14:25:06.568 INFO O| Sep 07 14:25:06.568 INFO STEP 602 (remove_files) COMPLETE
74902026-09-07T14:25:07.620Z[ recovery-image] Sep 07 14:25:06.568 INFO O| Sep 07 14:25:06.568 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-07T14:25:07.626Z[ recovery-image] Sep 07 14:25:06.577 INFO O| Sep 07 14:25:06.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74922026-09-07T14:25:07.626Z[ recovery-image] Sep 07 14:25:06.577 INFO O| Sep 07 14:25:06.577 INFO STEP 603 (remove_files) COMPLETE
74932026-09-07T14:25:07.629Z[ recovery-image] Sep 07 14:25:06.577 INFO O| Sep 07 14:25:06.577 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-07T14:25:07.635Z[ recovery-image] Sep 07 14:25:06.586 INFO O| Sep 07 14:25:06.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74952026-09-07T14:25:07.635Z[ recovery-image] Sep 07 14:25:06.586 INFO O| Sep 07 14:25:06.586 INFO STEP 604 (remove_files) COMPLETE
74962026-09-07T14:25:07.639Z[ recovery-image] Sep 07 14:25:06.586 INFO O| Sep 07 14:25:06.586 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-07T14:25:07.644Z[ recovery-image] Sep 07 14:25:06.595 INFO O| Sep 07 14:25:06.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
74982026-09-07T14:25:07.644Z[ recovery-image] Sep 07 14:25:06.595 INFO O| Sep 07 14:25:06.595 INFO STEP 605 (remove_files) COMPLETE
74992026-09-07T14:25:07.644Z[ recovery-image] Sep 07 14:25:06.595 INFO O| Sep 07 14:25:06.595 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-07T14:25:07.654Z[ recovery-image] Sep 07 14:25:06.604 INFO O| Sep 07 14:25:06.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
75012026-09-07T14:25:07.654Z[ recovery-image] Sep 07 14:25:06.604 INFO O| Sep 07 14:25:06.604 INFO STEP 606 (remove_files) COMPLETE
75022026-09-07T14:25:07.654Z[ recovery-image] Sep 07 14:25:06.604 INFO O| Sep 07 14:25:06.604 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-07T14:25:07.663Z[ recovery-image] Sep 07 14:25:06.614 INFO O| Sep 07 14:25:06.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
75042026-09-07T14:25:07.667Z[ recovery-image] Sep 07 14:25:06.615 INFO O| Sep 07 14:25:06.615 INFO STEP 607 (remove_files) COMPLETE
75052026-09-07T14:25:07.667Z[ recovery-image] Sep 07 14:25:06.615 INFO O| Sep 07 14:25:06.615 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-07T14:25:07.675Z[ recovery-image] Sep 07 14:25:06.624 INFO O| Sep 07 14:25:06.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75072026-09-07T14:25:07.675Z[ recovery-image] Sep 07 14:25:06.624 INFO O| Sep 07 14:25:06.624 INFO STEP 608 (remove_files) COMPLETE
75082026-09-07T14:25:07.675Z[ recovery-image] Sep 07 14:25:06.624 INFO O| Sep 07 14:25:06.624 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-07T14:25:07.684Z[ recovery-image] Sep 07 14:25:06.635 INFO O| Sep 07 14:25:06.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75102026-09-07T14:25:07.684Z[ recovery-image] Sep 07 14:25:06.635 INFO O| Sep 07 14:25:06.635 INFO STEP 609 (remove_files) COMPLETE
75112026-09-07T14:25:07.684Z[ recovery-image] Sep 07 14:25:06.635 INFO O| Sep 07 14:25:06.635 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-07T14:25:07.698Z[ recovery-image] Sep 07 14:25:06.644 INFO O| Sep 07 14:25:06.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75132026-09-07T14:25:07.699Z[ recovery-image] Sep 07 14:25:06.645 INFO O| Sep 07 14:25:06.645 INFO STEP 610 (remove_files) COMPLETE
75142026-09-07T14:25:07.699Z[ recovery-image] Sep 07 14:25:06.645 INFO O| Sep 07 14:25:06.645 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-07T14:25:07.705Z[ recovery-image] Sep 07 14:25:06.655 INFO O| Sep 07 14:25:06.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75162026-09-07T14:25:07.705Z[ recovery-image] Sep 07 14:25:06.655 INFO O| Sep 07 14:25:06.655 INFO STEP 611 (remove_files) COMPLETE
75172026-09-07T14:25:07.705Z[ recovery-image] Sep 07 14:25:06.655 INFO O| Sep 07 14:25:06.655 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-07T14:25:07.716Z[ recovery-image] Sep 07 14:25:06.665 INFO O| Sep 07 14:25:06.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75192026-09-07T14:25:07.716Z[ recovery-image] Sep 07 14:25:06.665 INFO O| Sep 07 14:25:06.665 INFO STEP 612 (remove_files) COMPLETE
75202026-09-07T14:25:07.721Z[ recovery-image] Sep 07 14:25:06.665 INFO O| Sep 07 14:25:06.665 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-07T14:25:07.725Z[ recovery-image] Sep 07 14:25:06.675 INFO O| Sep 07 14:25:06.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75222026-09-07T14:25:07.725Z[ recovery-image] Sep 07 14:25:06.675 INFO O| Sep 07 14:25:06.675 INFO STEP 613 (remove_files) COMPLETE
75232026-09-07T14:25:07.725Z[ recovery-image] Sep 07 14:25:06.675 INFO O| Sep 07 14:25:06.675 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-07T14:25:07.734Z[ recovery-image] Sep 07 14:25:06.685 INFO O| Sep 07 14:25:06.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75252026-09-07T14:25:07.734Z[ recovery-image] Sep 07 14:25:06.685 INFO O| Sep 07 14:25:06.685 INFO STEP 614 (remove_files) COMPLETE
75262026-09-07T14:25:07.744Z[ recovery-image] Sep 07 14:25:06.685 INFO O| Sep 07 14:25:06.685 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-07T14:25:07.747Z[ recovery-image] Sep 07 14:25:06.694 INFO O| Sep 07 14:25:06.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75282026-09-07T14:25:07.748Z[ recovery-image] Sep 07 14:25:06.694 INFO O| Sep 07 14:25:06.694 INFO STEP 615 (remove_files) COMPLETE
75292026-09-07T14:25:07.748Z[ recovery-image] Sep 07 14:25:06.694 INFO O| Sep 07 14:25:06.694 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-07T14:25:07.753Z[ recovery-image] Sep 07 14:25:06.702 INFO O| Sep 07 14:25:06.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75312026-09-07T14:25:07.753Z[ recovery-image] Sep 07 14:25:06.702 INFO O| Sep 07 14:25:06.702 INFO STEP 616 (remove_files) COMPLETE
75322026-09-07T14:25:07.753Z[ recovery-image] Sep 07 14:25:06.702 INFO O| Sep 07 14:25:06.702 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-07T14:25:07.759Z[ recovery-image] Sep 07 14:25:06.710 INFO O| Sep 07 14:25:06.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75342026-09-07T14:25:07.759Z[ recovery-image] Sep 07 14:25:06.710 INFO O| Sep 07 14:25:06.710 INFO STEP 617 (remove_files) COMPLETE
75352026-09-07T14:25:07.759Z[ recovery-image] Sep 07 14:25:06.710 INFO O| Sep 07 14:25:06.710 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-07T14:25:07.772Z[ recovery-image] Sep 07 14:25:06.722 INFO O| Sep 07 14:25:06.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75372026-09-07T14:25:07.772Z[ recovery-image] Sep 07 14:25:06.722 INFO O| Sep 07 14:25:06.718 INFO STEP 618 (remove_files) COMPLETE
75382026-09-07T14:25:07.772Z[ recovery-image] Sep 07 14:25:06.722 INFO O| Sep 07 14:25:06.718 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-07T14:25:07.777Z[ recovery-image] Sep 07 14:25:06.728 INFO O| Sep 07 14:25:06.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75402026-09-07T14:25:07.777Z[ recovery-image] Sep 07 14:25:06.728 INFO O| Sep 07 14:25:06.728 INFO STEP 619 (remove_files) COMPLETE
75412026-09-07T14:25:07.778Z[ recovery-image] Sep 07 14:25:06.728 INFO O| Sep 07 14:25:06.728 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-09-07T14:25:07.787Z[ recovery-image] Sep 07 14:25:06.738 INFO O| Sep 07 14:25:06.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75432026-09-07T14:25:07.787Z[ recovery-image] Sep 07 14:25:06.738 INFO O| Sep 07 14:25:06.738 INFO STEP 620 (remove_files) COMPLETE
75442026-09-07T14:25:07.787Z[ recovery-image] Sep 07 14:25:06.738 INFO O| Sep 07 14:25:06.738 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-09-07T14:25:07.796Z[ recovery-image] Sep 07 14:25:06.747 INFO O| Sep 07 14:25:06.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75462026-09-07T14:25:07.796Z[ recovery-image] Sep 07 14:25:06.747 INFO O| Sep 07 14:25:06.747 INFO STEP 621 (remove_files) COMPLETE
75472026-09-07T14:25:07.799Z[ recovery-image] Sep 07 14:25:06.747 INFO O| Sep 07 14:25:06.747 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-09-07T14:25:07.804Z[ recovery-image] Sep 07 14:25:06.755 INFO O| Sep 07 14:25:06.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75492026-09-07T14:25:07.804Z[ recovery-image] Sep 07 14:25:06.755 INFO O| Sep 07 14:25:06.755 INFO STEP 622 (remove_files) COMPLETE
75502026-09-07T14:25:07.804Z[ recovery-image] Sep 07 14:25:06.755 INFO O| Sep 07 14:25:06.755 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-07T14:25:07.812Z[ recovery-image] Sep 07 14:25:06.763 INFO O| Sep 07 14:25:06.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75522026-09-07T14:25:07.812Z[ recovery-image] Sep 07 14:25:06.763 INFO O| Sep 07 14:25:06.763 INFO STEP 623 (remove_files) COMPLETE
75532026-09-07T14:25:07.812Z[ recovery-image] Sep 07 14:25:06.763 INFO O| Sep 07 14:25:06.763 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-07T14:25:07.820Z[ recovery-image] Sep 07 14:25:06.771 INFO O| Sep 07 14:25:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75552026-09-07T14:25:07.820Z[ recovery-image] Sep 07 14:25:06.771 INFO O| Sep 07 14:25:06.771 INFO STEP 624 (remove_files) COMPLETE
75562026-09-07T14:25:07.824Z[ recovery-image] Sep 07 14:25:06.771 INFO O| Sep 07 14:25:06.771 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-07T14:25:07.828Z[ recovery-image] Sep 07 14:25:06.779 INFO O| Sep 07 14:25:06.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75582026-09-07T14:25:07.828Z[ recovery-image] Sep 07 14:25:06.779 INFO O| Sep 07 14:25:06.779 INFO STEP 625 (remove_files) COMPLETE
75592026-09-07T14:25:07.829Z[ recovery-image] Sep 07 14:25:06.779 INFO O| Sep 07 14:25:06.779 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-07T14:25:07.840Z[ recovery-image] Sep 07 14:25:06.791 INFO O| Sep 07 14:25:06.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75612026-09-07T14:25:07.840Z[ recovery-image] Sep 07 14:25:06.791 INFO O| Sep 07 14:25:06.791 INFO STEP 626 (remove_files) COMPLETE
75622026-09-07T14:25:07.840Z[ recovery-image] Sep 07 14:25:06.791 INFO O| Sep 07 14:25:06.791 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-07T14:25:07.850Z[ recovery-image] Sep 07 14:25:06.801 INFO O| Sep 07 14:25:06.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75642026-09-07T14:25:07.850Z[ recovery-image] Sep 07 14:25:06.801 INFO O| Sep 07 14:25:06.801 INFO STEP 627 (remove_files) COMPLETE
75652026-09-07T14:25:07.850Z[ recovery-image] Sep 07 14:25:06.801 INFO O| Sep 07 14:25:06.801 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-07T14:25:07.860Z[ recovery-image] Sep 07 14:25:06.810 INFO O| Sep 07 14:25:06.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75672026-09-07T14:25:07.860Z[ recovery-image] Sep 07 14:25:06.810 INFO O| Sep 07 14:25:06.810 INFO STEP 628 (remove_files) COMPLETE
75682026-09-07T14:25:07.860Z[ recovery-image] Sep 07 14:25:06.810 INFO O| Sep 07 14:25:06.810 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-07T14:25:07.873Z[ recovery-image] Sep 07 14:25:06.822 INFO O| Sep 07 14:25:06.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75702026-09-07T14:25:07.873Z[ recovery-image] Sep 07 14:25:06.822 INFO O| Sep 07 14:25:06.822 INFO STEP 629 (remove_files) COMPLETE
75712026-09-07T14:25:07.873Z[ recovery-image] Sep 07 14:25:06.822 INFO O| Sep 07 14:25:06.822 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-07T14:25:07.883Z[ recovery-image] Sep 07 14:25:06.834 INFO O| Sep 07 14:25:06.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75732026-09-07T14:25:07.883Z[ recovery-image] Sep 07 14:25:06.834 INFO O| Sep 07 14:25:06.834 INFO STEP 630 (remove_files) COMPLETE
75742026-09-07T14:25:07.883Z[ recovery-image] Sep 07 14:25:06.834 INFO O| Sep 07 14:25:06.834 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-07T14:25:07.895Z[ recovery-image] Sep 07 14:25:06.844 INFO O| Sep 07 14:25:06.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75762026-09-07T14:25:07.895Z[ recovery-image] Sep 07 14:25:06.844 INFO O| Sep 07 14:25:06.844 INFO STEP 631 (remove_files) COMPLETE
75772026-09-07T14:25:07.895Z[ recovery-image] Sep 07 14:25:06.844 INFO O| Sep 07 14:25:06.844 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-07T14:25:07.903Z[ recovery-image] Sep 07 14:25:06.853 INFO O| Sep 07 14:25:06.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75792026-09-07T14:25:07.903Z[ recovery-image] Sep 07 14:25:06.854 INFO O| Sep 07 14:25:06.854 INFO STEP 632 (remove_files) COMPLETE
75802026-09-07T14:25:07.903Z[ recovery-image] Sep 07 14:25:06.854 INFO O| Sep 07 14:25:06.854 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-07T14:25:07.914Z[ recovery-image] Sep 07 14:25:06.864 INFO O| Sep 07 14:25:06.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75822026-09-07T14:25:07.914Z[ recovery-image] Sep 07 14:25:06.864 INFO O| Sep 07 14:25:06.864 INFO STEP 633 (remove_files) COMPLETE
75832026-09-07T14:25:07.914Z[ recovery-image] Sep 07 14:25:06.864 INFO O| Sep 07 14:25:06.864 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-07T14:25:07.923Z[ recovery-image] Sep 07 14:25:06.874 INFO O| Sep 07 14:25:06.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75852026-09-07T14:25:07.923Z[ recovery-image] Sep 07 14:25:06.874 INFO O| Sep 07 14:25:06.874 INFO STEP 634 (remove_files) COMPLETE
75862026-09-07T14:25:07.923Z[verify-libraries] Compiling pretty_assertions v1.4.1
75872026-09-07T14:25:07.923Z[ recovery-image] Sep 07 14:25:06.874 INFO O| Sep 07 14:25:06.874 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-09-07T14:25:07.932Z[ recovery-image] Sep 07 14:25:06.883 INFO O| Sep 07 14:25:06.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75892026-09-07T14:25:07.932Z[ recovery-image] Sep 07 14:25:06.883 INFO O| Sep 07 14:25:06.883 INFO STEP 635 (remove_files) COMPLETE
75902026-09-07T14:25:07.932Z[ recovery-image] Sep 07 14:25:06.883 INFO O| Sep 07 14:25:06.883 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-09-07T14:25:07.942Z[ recovery-image] Sep 07 14:25:06.893 INFO O| Sep 07 14:25:06.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75922026-09-07T14:25:07.943Z[ recovery-image] Sep 07 14:25:06.893 INFO O| Sep 07 14:25:06.893 INFO STEP 636 (remove_files) COMPLETE
75932026-09-07T14:25:07.943Z[ recovery-image] Sep 07 14:25:06.893 INFO O| Sep 07 14:25:06.893 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-09-07T14:25:07.957Z[ recovery-image] Sep 07 14:25:06.903 INFO O| Sep 07 14:25:06.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
75952026-09-07T14:25:07.958Z[ recovery-image] Sep 07 14:25:06.903 INFO O| Sep 07 14:25:06.903 INFO STEP 637 (remove_files) COMPLETE
75962026-09-07T14:25:07.991Z[ recovery-image] Sep 07 14:25:06.903 INFO O| Sep 07 14:25:06.903 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-09-07T14:25:07.991Z[ recovery-image] Sep 07 14:25:06.912 INFO O| Sep 07 14:25:06.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
75982026-09-07T14:25:07.991Z[ recovery-image] Sep 07 14:25:06.912 INFO O| Sep 07 14:25:06.912 INFO STEP 638 (remove_files) COMPLETE
75992026-09-07T14:25:07.991Z[ recovery-image] Sep 07 14:25:06.912 INFO O| Sep 07 14:25:06.912 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-09-07T14:25:08.008Z[ recovery-image] Sep 07 14:25:06.922 INFO O| Sep 07 14:25:06.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
76012026-09-07T14:25:08.008Z[ recovery-image] Sep 07 14:25:06.922 INFO O| Sep 07 14:25:06.922 INFO STEP 639 (remove_files) COMPLETE
76022026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.922 INFO O| Sep 07 14:25:06.922 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.933 INFO O| Sep 07 14:25:06.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
76042026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.933 INFO O| Sep 07 14:25:06.932 INFO STEP 640 (remove_files) COMPLETE
76052026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.933 INFO O| Sep 07 14:25:06.932 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.941 INFO O| Sep 07 14:25:06.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76072026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.941 INFO O| Sep 07 14:25:06.941 INFO STEP 641 (remove_files) COMPLETE
76082026-09-07T14:25:08.009Z[ recovery-image] Sep 07 14:25:06.941 INFO O| Sep 07 14:25:06.941 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-09-07T14:25:08.022Z[ recovery-image] Sep 07 14:25:06.951 INFO O| Sep 07 14:25:06.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76102026-09-07T14:25:08.022Z[ recovery-image] Sep 07 14:25:06.951 INFO O| Sep 07 14:25:06.951 INFO STEP 642 (remove_files) COMPLETE
76112026-09-07T14:25:08.022Z[ recovery-image] Sep 07 14:25:06.951 INFO O| Sep 07 14:25:06.951 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-09-07T14:25:08.022Z[ recovery-image] Sep 07 14:25:06.961 INFO O| Sep 07 14:25:06.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76132026-09-07T14:25:08.022Z[ recovery-image] Sep 07 14:25:06.962 INFO O| Sep 07 14:25:06.962 INFO STEP 643 (remove_files) COMPLETE
76142026-09-07T14:25:08.022Z[ recovery-image] Sep 07 14:25:06.962 INFO O| Sep 07 14:25:06.962 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-09-07T14:25:08.069Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
76162026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.971 INFO O| Sep 07 14:25:06.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76172026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.971 INFO O| Sep 07 14:25:06.971 INFO STEP 644 (remove_files) COMPLETE
76182026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.971 INFO O| Sep 07 14:25:06.971 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.982 INFO O| Sep 07 14:25:06.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76202026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.982 INFO O| Sep 07 14:25:06.982 INFO STEP 645 (remove_files) COMPLETE
76212026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.982 INFO O| Sep 07 14:25:06.982 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.990 INFO O| Sep 07 14:25:06.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76232026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.990 INFO O| Sep 07 14:25:06.990 INFO STEP 646 (remove_files) COMPLETE
76242026-09-07T14:25:08.069Z[ recovery-image] Sep 07 14:25:06.990 INFO O| Sep 07 14:25:06.990 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-09-07T14:25:08.070Z[ recovery-image] Sep 07 14:25:07.002 INFO O| Sep 07 14:25:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76262026-09-07T14:25:08.070Z[ recovery-image] Sep 07 14:25:07.002 INFO O| Sep 07 14:25:07.002 INFO STEP 647 (remove_files) COMPLETE
76272026-09-07T14:25:08.070Z[ recovery-image] Sep 07 14:25:07.002 INFO O| Sep 07 14:25:07.002 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-09-07T14:25:08.070Z[ recovery-image] Sep 07 14:25:07.012 INFO O| Sep 07 14:25:07.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76292026-09-07T14:25:08.070Z[ recovery-image] Sep 07 14:25:07.012 INFO O| Sep 07 14:25:07.012 INFO STEP 648 (remove_files) COMPLETE
76302026-09-07T14:25:08.070Z[ recovery-image] Sep 07 14:25:07.012 INFO O| Sep 07 14:25:07.012 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-09-07T14:25:08.080Z[ recovery-image] Sep 07 14:25:07.022 INFO O| Sep 07 14:25:07.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76322026-09-07T14:25:08.080Z[ recovery-image] Sep 07 14:25:07.022 INFO O| Sep 07 14:25:07.022 INFO STEP 649 (remove_files) COMPLETE
76332026-09-07T14:25:08.080Z[ recovery-image] Sep 07 14:25:07.022 INFO O| Sep 07 14:25:07.022 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-09-07T14:25:08.098Z[ recovery-image] Sep 07 14:25:07.032 INFO O| Sep 07 14:25:07.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76352026-09-07T14:25:08.098Z[ recovery-image] Sep 07 14:25:07.032 INFO O| Sep 07 14:25:07.032 INFO STEP 650 (remove_files) COMPLETE
76362026-09-07T14:25:08.098Z[ recovery-image] Sep 07 14:25:07.032 INFO O| Sep 07 14:25:07.032 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-09-07T14:25:08.098Z[ recovery-image] Sep 07 14:25:07.040 INFO O| Sep 07 14:25:07.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76382026-09-07T14:25:08.098Z[ recovery-image] Sep 07 14:25:07.040 INFO O| Sep 07 14:25:07.040 INFO STEP 651 (remove_files) COMPLETE
76392026-09-07T14:25:08.098Z[ recovery-image] Sep 07 14:25:07.040 INFO O| Sep 07 14:25:07.040 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-09-07T14:25:08.102Z[ recovery-image] Sep 07 14:25:07.048 INFO O| Sep 07 14:25:07.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76412026-09-07T14:25:08.102Z[ recovery-image] Sep 07 14:25:07.048 INFO O| Sep 07 14:25:07.048 INFO STEP 652 (remove_files) COMPLETE
76422026-09-07T14:25:08.102Z[ recovery-image] Sep 07 14:25:07.048 INFO O| Sep 07 14:25:07.048 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-09-07T14:25:08.106Z[ recovery-image] Sep 07 14:25:07.057 INFO O| Sep 07 14:25:07.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76442026-09-07T14:25:08.106Z[ recovery-image] Sep 07 14:25:07.057 INFO O| Sep 07 14:25:07.057 INFO STEP 653 (remove_files) COMPLETE
76452026-09-07T14:25:08.106Z[ recovery-image] Sep 07 14:25:07.057 INFO O| Sep 07 14:25:07.057 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-09-07T14:25:08.114Z[ recovery-image] Sep 07 14:25:07.065 INFO O| Sep 07 14:25:07.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76472026-09-07T14:25:08.115Z[ recovery-image] Sep 07 14:25:07.065 INFO O| Sep 07 14:25:07.065 INFO STEP 654 (remove_files) COMPLETE
76482026-09-07T14:25:08.115Z[ recovery-image] Sep 07 14:25:07.065 INFO O| Sep 07 14:25:07.065 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-09-07T14:25:08.125Z[ recovery-image] Sep 07 14:25:07.073 INFO O| Sep 07 14:25:07.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76502026-09-07T14:25:08.125Z[ recovery-image] Sep 07 14:25:07.073 INFO O| Sep 07 14:25:07.073 INFO STEP 655 (remove_files) COMPLETE
76512026-09-07T14:25:08.125Z[ recovery-image] Sep 07 14:25:07.073 INFO O| Sep 07 14:25:07.073 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-09-07T14:25:08.131Z[ recovery-image] Sep 07 14:25:07.081 INFO O| Sep 07 14:25:07.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76532026-09-07T14:25:08.135Z[ recovery-image] Sep 07 14:25:07.082 INFO O| Sep 07 14:25:07.082 INFO STEP 656 (remove_files) COMPLETE
76542026-09-07T14:25:08.135Z[ recovery-image] Sep 07 14:25:07.082 INFO O| Sep 07 14:25:07.082 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-09-07T14:25:08.142Z[ recovery-image] Sep 07 14:25:07.091 INFO O| Sep 07 14:25:07.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76562026-09-07T14:25:08.143Z[ recovery-image] Sep 07 14:25:07.091 INFO O| Sep 07 14:25:07.091 INFO STEP 657 (remove_files) COMPLETE
76572026-09-07T14:25:08.143Z[ recovery-image] Sep 07 14:25:07.091 INFO O| Sep 07 14:25:07.091 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-09-07T14:25:08.148Z[ recovery-image] Sep 07 14:25:07.099 INFO O| Sep 07 14:25:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76592026-09-07T14:25:08.148Z[ recovery-image] Sep 07 14:25:07.099 INFO O| Sep 07 14:25:07.099 INFO STEP 658 (remove_files) COMPLETE
76602026-09-07T14:25:08.152Z[ recovery-image] Sep 07 14:25:07.099 INFO O| Sep 07 14:25:07.099 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-09-07T14:25:08.165Z[ recovery-image] Sep 07 14:25:07.111 INFO O| Sep 07 14:25:07.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76622026-09-07T14:25:08.165Z[ recovery-image] Sep 07 14:25:07.111 INFO O| Sep 07 14:25:07.110 INFO STEP 659 (remove_files) COMPLETE
76632026-09-07T14:25:08.165Z[ recovery-image] Sep 07 14:25:07.111 INFO O| Sep 07 14:25:07.111 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-09-07T14:25:08.169Z[ recovery-image] Sep 07 14:25:07.120 INFO O| Sep 07 14:25:07.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76652026-09-07T14:25:08.169Z[ recovery-image] Sep 07 14:25:07.120 INFO O| Sep 07 14:25:07.120 INFO STEP 660 (remove_files) COMPLETE
76662026-09-07T14:25:08.169Z[ recovery-image] Sep 07 14:25:07.120 INFO O| Sep 07 14:25:07.120 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-09-07T14:25:08.183Z[ recovery-image] Sep 07 14:25:07.130 INFO O| Sep 07 14:25:07.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76682026-09-07T14:25:08.183Z[ recovery-image] Sep 07 14:25:07.130 INFO O| Sep 07 14:25:07.130 INFO STEP 661 (remove_files) COMPLETE
76692026-09-07T14:25:08.183Z[ recovery-image] Sep 07 14:25:07.130 INFO O| Sep 07 14:25:07.130 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-09-07T14:25:08.188Z[ recovery-image] Sep 07 14:25:07.138 INFO O| Sep 07 14:25:07.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76712026-09-07T14:25:08.192Z[ recovery-image] Sep 07 14:25:07.138 INFO O| Sep 07 14:25:07.138 INFO STEP 662 (remove_files) COMPLETE
76722026-09-07T14:25:08.192Z[ recovery-image] Sep 07 14:25:07.138 INFO O| Sep 07 14:25:07.138 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-09-07T14:25:08.202Z[ recovery-image] Sep 07 14:25:07.147 INFO O| Sep 07 14:25:07.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76742026-09-07T14:25:08.202Z[ recovery-image] Sep 07 14:25:07.147 INFO O| Sep 07 14:25:07.147 INFO STEP 663 (remove_files) COMPLETE
76752026-09-07T14:25:08.208Z[ recovery-image] Sep 07 14:25:07.147 INFO O| Sep 07 14:25:07.147 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-09-07T14:25:08.208Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
76772026-09-07T14:25:08.208Z[ recovery-image] Sep 07 14:25:07.156 INFO O| Sep 07 14:25:07.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76782026-09-07T14:25:08.208Z[ recovery-image] Sep 07 14:25:07.156 INFO O| Sep 07 14:25:07.156 INFO STEP 664 (remove_files) COMPLETE
76792026-09-07T14:25:08.208Z[ recovery-image] Sep 07 14:25:07.156 INFO O| Sep 07 14:25:07.156 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-09-07T14:25:08.215Z[ recovery-image] Sep 07 14:25:07.165 INFO O| Sep 07 14:25:07.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76812026-09-07T14:25:08.215Z[ recovery-image] Sep 07 14:25:07.165 INFO O| Sep 07 14:25:07.165 INFO STEP 665 (remove_files) COMPLETE
76822026-09-07T14:25:08.215Z[ recovery-image] Sep 07 14:25:07.165 INFO O| Sep 07 14:25:07.165 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-09-07T14:25:08.225Z[ recovery-image] Sep 07 14:25:07.176 INFO O| Sep 07 14:25:07.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76842026-09-07T14:25:08.226Z[ recovery-image] Sep 07 14:25:07.176 INFO O| Sep 07 14:25:07.176 INFO STEP 666 (remove_files) COMPLETE
76852026-09-07T14:25:08.226Z[ recovery-image] Sep 07 14:25:07.176 INFO O| Sep 07 14:25:07.176 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-09-07T14:25:08.235Z[ recovery-image] Sep 07 14:25:07.186 INFO O| Sep 07 14:25:07.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76872026-09-07T14:25:08.236Z[ recovery-image] Sep 07 14:25:07.186 INFO O| Sep 07 14:25:07.186 INFO STEP 667 (remove_files) COMPLETE
76882026-09-07T14:25:08.236Z[ recovery-image] Sep 07 14:25:07.186 INFO O| Sep 07 14:25:07.186 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-09-07T14:25:08.246Z[ recovery-image] Sep 07 14:25:07.196 INFO O| Sep 07 14:25:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76902026-09-07T14:25:08.246Z[ recovery-image] Sep 07 14:25:07.196 INFO O| Sep 07 14:25:07.196 INFO STEP 668 (remove_files) COMPLETE
76912026-09-07T14:25:08.246Z[ recovery-image] Sep 07 14:25:07.196 INFO O| Sep 07 14:25:07.196 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-09-07T14:25:08.258Z[ recovery-image] Sep 07 14:25:07.207 INFO O| Sep 07 14:25:07.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76932026-09-07T14:25:08.258Z[ recovery-image] Sep 07 14:25:07.207 INFO O| Sep 07 14:25:07.207 INFO STEP 669 (remove_files) COMPLETE
76942026-09-07T14:25:08.265Z[ recovery-image] Sep 07 14:25:07.207 INFO O| Sep 07 14:25:07.207 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-09-07T14:25:08.270Z[ recovery-image] Sep 07 14:25:07.215 INFO O| Sep 07 14:25:07.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
76962026-09-07T14:25:08.270Z[ recovery-image] Sep 07 14:25:07.215 INFO O| Sep 07 14:25:07.215 INFO STEP 670 (remove_files) COMPLETE
76972026-09-07T14:25:08.270Z[ recovery-image] Sep 07 14:25:07.215 INFO O| Sep 07 14:25:07.215 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-09-07T14:25:08.274Z[ recovery-image] Sep 07 14:25:07.224 INFO O| Sep 07 14:25:07.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
76992026-09-07T14:25:08.274Z[ recovery-image] Sep 07 14:25:07.224 INFO O| Sep 07 14:25:07.224 INFO STEP 671 (remove_files) COMPLETE
77002026-09-07T14:25:08.274Z[ recovery-image] Sep 07 14:25:07.224 INFO O| Sep 07 14:25:07.224 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-09-07T14:25:08.283Z[ recovery-image] Sep 07 14:25:07.233 INFO O| Sep 07 14:25:07.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
77022026-09-07T14:25:08.283Z[ recovery-image] Sep 07 14:25:07.233 INFO O| Sep 07 14:25:07.233 INFO STEP 672 (remove_files) COMPLETE
77032026-09-07T14:25:08.283Z[ recovery-image] Sep 07 14:25:07.233 INFO O| Sep 07 14:25:07.233 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-09-07T14:25:08.292Z[ recovery-image] Sep 07 14:25:07.243 INFO O| Sep 07 14:25:07.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
77052026-09-07T14:25:08.292Z[ recovery-image] Sep 07 14:25:07.243 INFO O| Sep 07 14:25:07.243 INFO STEP 673 (remove_files) COMPLETE
77062026-09-07T14:25:08.292Z[ recovery-image] Sep 07 14:25:07.243 INFO O| Sep 07 14:25:07.243 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-09-07T14:25:08.301Z[ recovery-image] Sep 07 14:25:07.252 INFO O| Sep 07 14:25:07.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77082026-09-07T14:25:08.302Z[ recovery-image] Sep 07 14:25:07.252 INFO O| Sep 07 14:25:07.252 INFO STEP 674 (remove_files) COMPLETE
77092026-09-07T14:25:08.305Z[ recovery-image] Sep 07 14:25:07.252 INFO O| Sep 07 14:25:07.252 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-09-07T14:25:08.312Z[ recovery-image] Sep 07 14:25:07.262 INFO O| Sep 07 14:25:07.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77112026-09-07T14:25:08.312Z[ recovery-image] Sep 07 14:25:07.262 INFO O| Sep 07 14:25:07.262 INFO STEP 675 (remove_files) COMPLETE
77122026-09-07T14:25:08.319Z[ recovery-image] Sep 07 14:25:07.262 INFO O| Sep 07 14:25:07.262 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-09-07T14:25:08.324Z[ recovery-image] Sep 07 14:25:07.271 INFO O| Sep 07 14:25:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77142026-09-07T14:25:08.324Z[ recovery-image] Sep 07 14:25:07.272 INFO O| Sep 07 14:25:07.272 INFO STEP 676 (remove_files) COMPLETE
77152026-09-07T14:25:08.324Z[ recovery-image] Sep 07 14:25:07.272 INFO O| Sep 07 14:25:07.272 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-09-07T14:25:08.332Z[ recovery-image] Sep 07 14:25:07.283 INFO O| Sep 07 14:25:07.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77172026-09-07T14:25:08.332Z[ recovery-image] Sep 07 14:25:07.283 INFO O| Sep 07 14:25:07.283 INFO STEP 677 (remove_files) COMPLETE
77182026-09-07T14:25:08.332Z[ recovery-image] Sep 07 14:25:07.283 INFO O| Sep 07 14:25:07.283 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-09-07T14:25:08.344Z[ recovery-image] Sep 07 14:25:07.295 INFO O| Sep 07 14:25:07.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77202026-09-07T14:25:08.345Z[ recovery-image] Sep 07 14:25:07.295 INFO O| Sep 07 14:25:07.295 INFO STEP 678 (remove_files) COMPLETE
77212026-09-07T14:25:08.348Z[ recovery-image] Sep 07 14:25:07.295 INFO O| Sep 07 14:25:07.295 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-09-07T14:25:08.354Z[ recovery-image] Sep 07 14:25:07.305 INFO O| Sep 07 14:25:07.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77232026-09-07T14:25:08.358Z[ recovery-image] Sep 07 14:25:07.306 INFO O| Sep 07 14:25:07.306 INFO STEP 679 (remove_files) COMPLETE
77242026-09-07T14:25:08.358Z[ recovery-image] Sep 07 14:25:07.306 INFO O| Sep 07 14:25:07.306 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-09-07T14:25:08.364Z[ recovery-image] Sep 07 14:25:07.314 INFO O| Sep 07 14:25:07.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77262026-09-07T14:25:08.364Z[ recovery-image] Sep 07 14:25:07.314 INFO O| Sep 07 14:25:07.314 INFO STEP 680 (remove_files) COMPLETE
77272026-09-07T14:25:08.365Z[ recovery-image] Sep 07 14:25:07.314 INFO O| Sep 07 14:25:07.314 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-09-07T14:25:08.372Z[ recovery-image] Sep 07 14:25:07.323 INFO O| Sep 07 14:25:07.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77292026-09-07T14:25:08.372Z[ recovery-image] Sep 07 14:25:07.323 INFO O| Sep 07 14:25:07.323 INFO STEP 681 (remove_files) COMPLETE
77302026-09-07T14:25:08.372Z[ recovery-image] Sep 07 14:25:07.323 INFO O| Sep 07 14:25:07.323 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-09-07T14:25:08.380Z[ recovery-image] Sep 07 14:25:07.331 INFO O| Sep 07 14:25:07.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77322026-09-07T14:25:08.380Z[ recovery-image] Sep 07 14:25:07.331 INFO O| Sep 07 14:25:07.331 INFO STEP 682 (remove_files) COMPLETE
77332026-09-07T14:25:08.380Z[ recovery-image] Sep 07 14:25:07.331 INFO O| Sep 07 14:25:07.331 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-09-07T14:25:08.388Z[ recovery-image] Sep 07 14:25:07.339 INFO O| Sep 07 14:25:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77352026-09-07T14:25:08.388Z[ recovery-image] Sep 07 14:25:07.339 INFO O| Sep 07 14:25:07.339 INFO STEP 683 (remove_files) COMPLETE
77362026-09-07T14:25:08.391Z[ recovery-image] Sep 07 14:25:07.339 INFO O| Sep 07 14:25:07.339 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-09-07T14:25:08.400Z[ recovery-image] Sep 07 14:25:07.349 INFO O| Sep 07 14:25:07.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77382026-09-07T14:25:08.400Z[ recovery-image] Sep 07 14:25:07.349 INFO O| Sep 07 14:25:07.349 INFO STEP 684 (remove_files) COMPLETE
77392026-09-07T14:25:08.401Z[ recovery-image] Sep 07 14:25:07.349 INFO O| Sep 07 14:25:07.349 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-09-07T14:25:08.407Z[ recovery-image] Sep 07 14:25:07.358 INFO O| Sep 07 14:25:07.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77412026-09-07T14:25:08.407Z[ recovery-image] Sep 07 14:25:07.358 INFO O| Sep 07 14:25:07.358 INFO STEP 685 (remove_files) COMPLETE
77422026-09-07T14:25:08.408Z[ recovery-image] Sep 07 14:25:07.358 INFO O| Sep 07 14:25:07.358 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-09-07T14:25:08.417Z[ recovery-image] Sep 07 14:25:07.368 INFO O| Sep 07 14:25:07.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77442026-09-07T14:25:08.417Z[ recovery-image] Sep 07 14:25:07.368 INFO O| Sep 07 14:25:07.368 INFO STEP 686 (remove_files) COMPLETE
77452026-09-07T14:25:08.417Z[ recovery-image] Sep 07 14:25:07.368 INFO O| Sep 07 14:25:07.368 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-09-07T14:25:08.426Z[ recovery-image] Sep 07 14:25:07.376 INFO O| Sep 07 14:25:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77472026-09-07T14:25:08.426Z[ recovery-image] Sep 07 14:25:07.376 INFO O| Sep 07 14:25:07.376 INFO STEP 687 (remove_files) COMPLETE
77482026-09-07T14:25:08.430Z[ recovery-image] Sep 07 14:25:07.376 INFO O| Sep 07 14:25:07.376 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-09-07T14:25:08.434Z[ recovery-image] Sep 07 14:25:07.385 INFO O| Sep 07 14:25:07.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77502026-09-07T14:25:08.434Z[ recovery-image] Sep 07 14:25:07.385 INFO O| Sep 07 14:25:07.385 INFO STEP 688 (remove_files) COMPLETE
77512026-09-07T14:25:08.434Z[ recovery-image] Sep 07 14:25:07.385 INFO O| Sep 07 14:25:07.385 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-09-07T14:25:08.443Z[ recovery-image] Sep 07 14:25:07.394 INFO O| Sep 07 14:25:07.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77532026-09-07T14:25:08.443Z[ recovery-image] Sep 07 14:25:07.394 INFO O| Sep 07 14:25:07.394 INFO STEP 689 (remove_files) COMPLETE
77542026-09-07T14:25:08.443Z[ recovery-image] Sep 07 14:25:07.394 INFO O| Sep 07 14:25:07.394 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-09-07T14:25:08.453Z[ recovery-image] Sep 07 14:25:07.404 INFO O| Sep 07 14:25:07.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77562026-09-07T14:25:08.454Z[ recovery-image] Sep 07 14:25:07.404 INFO O| Sep 07 14:25:07.404 INFO STEP 690 (remove_files) COMPLETE
77572026-09-07T14:25:08.458Z[ recovery-image] Sep 07 14:25:07.404 INFO O| Sep 07 14:25:07.404 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-09-07T14:25:08.463Z[ recovery-image] Sep 07 14:25:07.413 INFO O| Sep 07 14:25:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77592026-09-07T14:25:08.463Z[ recovery-image] Sep 07 14:25:07.413 INFO O| Sep 07 14:25:07.413 INFO STEP 691 (remove_files) COMPLETE
77602026-09-07T14:25:08.463Z[ recovery-image] Sep 07 14:25:07.413 INFO O| Sep 07 14:25:07.413 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-09-07T14:25:08.479Z[ recovery-image] Sep 07 14:25:07.424 INFO O| Sep 07 14:25:07.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77622026-09-07T14:25:08.479Z[ recovery-image] Sep 07 14:25:07.424 INFO O| Sep 07 14:25:07.424 INFO STEP 692 (remove_files) COMPLETE
77632026-09-07T14:25:08.479Z[ recovery-image] Sep 07 14:25:07.424 INFO O| Sep 07 14:25:07.424 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.435 INFO O| Sep 07 14:25:07.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77652026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.435 INFO O| Sep 07 14:25:07.435 INFO STEP 693 (remove_files) COMPLETE
77662026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.435 INFO O| Sep 07 14:25:07.435 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.444 INFO O| Sep 07 14:25:07.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77682026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.444 INFO O| Sep 07 14:25:07.444 INFO STEP 694 (remove_files) COMPLETE
77692026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.444 INFO O| Sep 07 14:25:07.444 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.453 INFO O| Sep 07 14:25:07.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77712026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.453 INFO O| Sep 07 14:25:07.453 INFO STEP 695 (remove_files) COMPLETE
77722026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.453 INFO O| Sep 07 14:25:07.453 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.461 INFO O| Sep 07 14:25:07.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77742026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.461 INFO O| Sep 07 14:25:07.461 INFO STEP 696 (remove_files) COMPLETE
77752026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.461 INFO O| Sep 07 14:25:07.461 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.472 INFO O| Sep 07 14:25:07.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77772026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.472 INFO O| Sep 07 14:25:07.472 INFO STEP 697 (remove_files) COMPLETE
77782026-09-07T14:25:08.529Z[ recovery-image] Sep 07 14:25:07.472 INFO O| Sep 07 14:25:07.472 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-09-07T14:25:08.537Z[ recovery-image] Sep 07 14:25:07.481 INFO O| Sep 07 14:25:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77802026-09-07T14:25:08.537Z[ recovery-image] Sep 07 14:25:07.481 INFO O| Sep 07 14:25:07.481 INFO STEP 698 (remove_files) COMPLETE
77812026-09-07T14:25:08.537Z[ recovery-image] Sep 07 14:25:07.481 INFO O| Sep 07 14:25:07.481 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-09-07T14:25:08.540Z[ recovery-image] Sep 07 14:25:07.491 INFO O| Sep 07 14:25:07.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77832026-09-07T14:25:08.540Z[ recovery-image] Sep 07 14:25:07.491 INFO O| Sep 07 14:25:07.491 INFO STEP 699 (remove_files) COMPLETE
77842026-09-07T14:25:08.540Z[ recovery-image] Sep 07 14:25:07.491 INFO O| Sep 07 14:25:07.491 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-09-07T14:25:08.550Z[ recovery-image] Sep 07 14:25:07.501 INFO O| Sep 07 14:25:07.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77862026-09-07T14:25:08.550Z[ recovery-image] Sep 07 14:25:07.501 INFO O| Sep 07 14:25:07.501 INFO STEP 700 (remove_files) COMPLETE
77872026-09-07T14:25:08.550Z[ recovery-image] Sep 07 14:25:07.501 INFO O| Sep 07 14:25:07.501 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-09-07T14:25:08.561Z[ recovery-image] Sep 07 14:25:07.511 INFO O| Sep 07 14:25:07.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77892026-09-07T14:25:08.561Z[ recovery-image] Sep 07 14:25:07.511 INFO O| Sep 07 14:25:07.511 INFO STEP 701 (remove_files) COMPLETE
77902026-09-07T14:25:08.566Z[ recovery-image] Sep 07 14:25:07.511 INFO O| Sep 07 14:25:07.511 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-09-07T14:25:08.570Z[ recovery-image] Sep 07 14:25:07.521 INFO O| Sep 07 14:25:07.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77922026-09-07T14:25:08.570Z[ recovery-image] Sep 07 14:25:07.521 INFO O| Sep 07 14:25:07.521 INFO STEP 702 (remove_files) COMPLETE
77932026-09-07T14:25:08.570Z[ recovery-image] Sep 07 14:25:07.521 INFO O| Sep 07 14:25:07.521 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-09-07T14:25:08.582Z[ recovery-image] Sep 07 14:25:07.531 INFO O| Sep 07 14:25:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
77952026-09-07T14:25:08.582Z[ recovery-image] Sep 07 14:25:07.531 INFO O| Sep 07 14:25:07.531 INFO STEP 703 (remove_files) COMPLETE
77962026-09-07T14:25:08.582Z[ recovery-image] Sep 07 14:25:07.531 INFO O| Sep 07 14:25:07.531 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-09-07T14:25:08.598Z[ recovery-image] Sep 07 14:25:07.542 INFO O| Sep 07 14:25:07.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
77982026-09-07T14:25:08.598Z[ recovery-image] Sep 07 14:25:07.542 INFO O| Sep 07 14:25:07.542 INFO STEP 704 (remove_files) COMPLETE
77992026-09-07T14:25:08.598Z[ recovery-image] Sep 07 14:25:07.542 INFO O| Sep 07 14:25:07.542 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-09-07T14:25:08.601Z[ recovery-image] Sep 07 14:25:07.552 INFO O| Sep 07 14:25:07.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
78012026-09-07T14:25:08.602Z[ recovery-image] Sep 07 14:25:07.552 INFO O| Sep 07 14:25:07.552 INFO STEP 705 (remove_files) COMPLETE
78022026-09-07T14:25:08.602Z[ recovery-image] Sep 07 14:25:07.552 INFO O| Sep 07 14:25:07.552 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-09-07T14:25:08.614Z[ recovery-image] Sep 07 14:25:07.564 INFO O| Sep 07 14:25:07.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
78042026-09-07T14:25:08.614Z[ recovery-image] Sep 07 14:25:07.564 INFO O| Sep 07 14:25:07.564 INFO STEP 706 (remove_files) COMPLETE
78052026-09-07T14:25:08.614Z[ recovery-image] Sep 07 14:25:07.564 INFO O| Sep 07 14:25:07.564 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-09-07T14:25:08.623Z[ recovery-image] Sep 07 14:25:07.573 INFO O| Sep 07 14:25:07.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78072026-09-07T14:25:08.623Z[ recovery-image] Sep 07 14:25:07.573 INFO O| Sep 07 14:25:07.573 INFO STEP 707 (remove_files) COMPLETE
78082026-09-07T14:25:08.627Z[ recovery-image] Sep 07 14:25:07.573 INFO O| Sep 07 14:25:07.573 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-09-07T14:25:08.631Z[ recovery-image] Sep 07 14:25:07.581 INFO O| Sep 07 14:25:07.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78102026-09-07T14:25:08.631Z[ recovery-image] Sep 07 14:25:07.581 INFO O| Sep 07 14:25:07.581 INFO STEP 708 (remove_files) COMPLETE
78112026-09-07T14:25:08.631Z[ recovery-image] Sep 07 14:25:07.581 INFO O| Sep 07 14:25:07.581 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-09-07T14:25:08.640Z[ recovery-image] Sep 07 14:25:07.591 INFO O| Sep 07 14:25:07.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78132026-09-07T14:25:08.640Z[ recovery-image] Sep 07 14:25:07.591 INFO O| Sep 07 14:25:07.591 INFO STEP 709 (remove_files) COMPLETE
78142026-09-07T14:25:08.644Z[ recovery-image] Sep 07 14:25:07.591 INFO O| Sep 07 14:25:07.591 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-09-07T14:25:08.649Z[ recovery-image] Sep 07 14:25:07.600 INFO O| Sep 07 14:25:07.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78162026-09-07T14:25:08.649Z[ recovery-image] Sep 07 14:25:07.600 INFO O| Sep 07 14:25:07.600 INFO STEP 710 (remove_files) COMPLETE
78172026-09-07T14:25:08.649Z[ recovery-image] Sep 07 14:25:07.600 INFO O| Sep 07 14:25:07.600 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-09-07T14:25:08.659Z[ recovery-image] Sep 07 14:25:07.609 INFO O| Sep 07 14:25:07.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78192026-09-07T14:25:08.659Z[ recovery-image] Sep 07 14:25:07.609 INFO O| Sep 07 14:25:07.609 INFO STEP 711 (remove_files) COMPLETE
78202026-09-07T14:25:08.662Z[ recovery-image] Sep 07 14:25:07.609 INFO O| Sep 07 14:25:07.609 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-09-07T14:25:08.667Z[ recovery-image] Sep 07 14:25:07.618 INFO O| Sep 07 14:25:07.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78222026-09-07T14:25:08.668Z[ recovery-image] Sep 07 14:25:07.618 INFO O| Sep 07 14:25:07.618 INFO STEP 712 (remove_files) COMPLETE
78232026-09-07T14:25:08.668Z[ recovery-image] Sep 07 14:25:07.618 INFO O| Sep 07 14:25:07.618 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-09-07T14:25:08.678Z[ recovery-image] Sep 07 14:25:07.628 INFO O| Sep 07 14:25:07.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78252026-09-07T14:25:08.678Z[ recovery-image] Sep 07 14:25:07.628 INFO O| Sep 07 14:25:07.628 INFO STEP 713 (remove_files) COMPLETE
78262026-09-07T14:25:08.681Z[ recovery-image] Sep 07 14:25:07.628 INFO O| Sep 07 14:25:07.628 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-09-07T14:25:08.681Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
78282026-09-07T14:25:08.687Z[ recovery-image] Sep 07 14:25:07.638 INFO O| Sep 07 14:25:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78292026-09-07T14:25:08.687Z[ recovery-image] Sep 07 14:25:07.638 INFO O| Sep 07 14:25:07.638 INFO STEP 714 (remove_files) COMPLETE
78302026-09-07T14:25:08.687Z[ recovery-image] Sep 07 14:25:07.638 INFO O| Sep 07 14:25:07.638 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-07T14:25:08.698Z[ recovery-image] Sep 07 14:25:07.648 INFO O| Sep 07 14:25:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78322026-09-07T14:25:08.698Z[ recovery-image] Sep 07 14:25:07.648 INFO O| Sep 07 14:25:07.648 INFO STEP 715 (remove_files) COMPLETE
78332026-09-07T14:25:08.702Z[ recovery-image] Sep 07 14:25:07.648 INFO O| Sep 07 14:25:07.648 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-07T14:25:08.708Z[ recovery-image] Sep 07 14:25:07.658 INFO O| Sep 07 14:25:07.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78352026-09-07T14:25:08.708Z[ recovery-image] Sep 07 14:25:07.658 INFO O| Sep 07 14:25:07.658 INFO STEP 716 (remove_files) COMPLETE
78362026-09-07T14:25:08.708Z[ recovery-image] Sep 07 14:25:07.658 INFO O| Sep 07 14:25:07.658 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-07T14:25:08.716Z[ recovery-image] Sep 07 14:25:07.667 INFO O| Sep 07 14:25:07.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78382026-09-07T14:25:08.721Z[ recovery-image] Sep 07 14:25:07.668 INFO O| Sep 07 14:25:07.668 INFO STEP 717 (remove_files) COMPLETE
78392026-09-07T14:25:08.721Z[ recovery-image] Sep 07 14:25:07.668 INFO O| Sep 07 14:25:07.668 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-07T14:25:08.726Z[ recovery-image] Sep 07 14:25:07.677 INFO O| Sep 07 14:25:07.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78412026-09-07T14:25:08.726Z[ recovery-image] Sep 07 14:25:07.677 INFO O| Sep 07 14:25:07.677 INFO STEP 718 (remove_files) COMPLETE
78422026-09-07T14:25:08.729Z[ recovery-image] Sep 07 14:25:07.677 INFO O| Sep 07 14:25:07.677 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-07T14:25:08.734Z[ recovery-image] Sep 07 14:25:07.685 INFO O| Sep 07 14:25:07.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78442026-09-07T14:25:08.734Z[ recovery-image] Sep 07 14:25:07.685 INFO O| Sep 07 14:25:07.685 INFO STEP 719 (remove_files) COMPLETE
78452026-09-07T14:25:08.734Z[ recovery-image] Sep 07 14:25:07.685 INFO O| Sep 07 14:25:07.685 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-07T14:25:08.742Z[ recovery-image] Sep 07 14:25:07.693 INFO O| Sep 07 14:25:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78472026-09-07T14:25:08.742Z[ recovery-image] Sep 07 14:25:07.693 INFO O| Sep 07 14:25:07.693 INFO STEP 720 (remove_files) COMPLETE
78482026-09-07T14:25:08.746Z[ recovery-image] Sep 07 14:25:07.693 INFO O| Sep 07 14:25:07.693 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-07T14:25:08.750Z[ recovery-image] Sep 07 14:25:07.701 INFO O| Sep 07 14:25:07.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78502026-09-07T14:25:08.754Z[ recovery-image] Sep 07 14:25:07.701 INFO O| Sep 07 14:25:07.701 INFO STEP 721 (remove_files) COMPLETE
78512026-09-07T14:25:08.754Z[ recovery-image] Sep 07 14:25:07.701 INFO O| Sep 07 14:25:07.701 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-07T14:25:08.759Z[ recovery-image] Sep 07 14:25:07.710 INFO O| Sep 07 14:25:07.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78532026-09-07T14:25:08.759Z[ recovery-image] Sep 07 14:25:07.710 INFO O| Sep 07 14:25:07.710 INFO STEP 722 (remove_files) COMPLETE
78542026-09-07T14:25:08.762Z[ recovery-image] Sep 07 14:25:07.710 INFO O| Sep 07 14:25:07.710 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-07T14:25:08.767Z[ recovery-image] Sep 07 14:25:07.718 INFO O| Sep 07 14:25:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78562026-09-07T14:25:08.767Z[ recovery-image] Sep 07 14:25:07.718 INFO O| Sep 07 14:25:07.718 INFO STEP 723 (remove_files) COMPLETE
78572026-09-07T14:25:08.767Z[ recovery-image] Sep 07 14:25:07.718 INFO O| Sep 07 14:25:07.718 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-07T14:25:08.778Z[ recovery-image] Sep 07 14:25:07.726 INFO O| Sep 07 14:25:07.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78592026-09-07T14:25:08.778Z[ recovery-image] Sep 07 14:25:07.727 INFO O| Sep 07 14:25:07.727 INFO STEP 724 (remove_files) COMPLETE
78602026-09-07T14:25:08.778Z[ recovery-image] Sep 07 14:25:07.727 INFO O| Sep 07 14:25:07.727 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-07T14:25:08.786Z[ recovery-image] Sep 07 14:25:07.737 INFO O| Sep 07 14:25:07.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78622026-09-07T14:25:08.786Z[ recovery-image] Sep 07 14:25:07.737 INFO O| Sep 07 14:25:07.737 INFO STEP 725 (remove_files) COMPLETE
78632026-09-07T14:25:08.786Z[ recovery-image] Sep 07 14:25:07.737 INFO O| Sep 07 14:25:07.737 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-07T14:25:08.796Z[ recovery-image] Sep 07 14:25:07.747 INFO O| Sep 07 14:25:07.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78652026-09-07T14:25:08.796Z[ recovery-image] Sep 07 14:25:07.747 INFO O| Sep 07 14:25:07.747 INFO STEP 726 (remove_files) COMPLETE
78662026-09-07T14:25:08.796Z[ recovery-image] Sep 07 14:25:07.747 INFO O| Sep 07 14:25:07.747 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-07T14:25:08.807Z[ recovery-image] Sep 07 14:25:07.757 INFO O| Sep 07 14:25:07.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78682026-09-07T14:25:08.807Z[ recovery-image] Sep 07 14:25:07.757 INFO O| Sep 07 14:25:07.757 INFO STEP 727 (remove_files) COMPLETE
78692026-09-07T14:25:08.811Z[ recovery-image] Sep 07 14:25:07.757 INFO O| Sep 07 14:25:07.757 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-07T14:25:08.816Z[ recovery-image] Sep 07 14:25:07.767 INFO O| Sep 07 14:25:07.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78712026-09-07T14:25:08.816Z[ recovery-image] Sep 07 14:25:07.767 INFO O| Sep 07 14:25:07.767 INFO STEP 728 (remove_files) COMPLETE
78722026-09-07T14:25:08.816Z[ recovery-image] Sep 07 14:25:07.767 INFO O| Sep 07 14:25:07.767 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-07T14:25:08.826Z[ recovery-image] Sep 07 14:25:07.777 INFO O| Sep 07 14:25:07.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78742026-09-07T14:25:08.826Z[ recovery-image] Sep 07 14:25:07.777 INFO O| Sep 07 14:25:07.777 INFO STEP 729 (remove_files) COMPLETE
78752026-09-07T14:25:08.826Z[ recovery-image] Sep 07 14:25:07.777 INFO O| Sep 07 14:25:07.777 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-07T14:25:08.842Z[ recovery-image] Sep 07 14:25:07.787 INFO O| Sep 07 14:25:07.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78772026-09-07T14:25:08.842Z[ recovery-image] Sep 07 14:25:07.787 INFO O| Sep 07 14:25:07.787 INFO STEP 730 (remove_files) COMPLETE
78782026-09-07T14:25:08.845Z[ recovery-image] Sep 07 14:25:07.787 INFO O| Sep 07 14:25:07.787 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-07T14:25:08.850Z[ recovery-image] Sep 07 14:25:07.799 INFO O| Sep 07 14:25:07.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78802026-09-07T14:25:08.851Z[ recovery-image] Sep 07 14:25:07.799 INFO O| Sep 07 14:25:07.799 INFO STEP 731 (remove_files) COMPLETE
78812026-09-07T14:25:08.851Z[ recovery-image] Sep 07 14:25:07.799 INFO O| Sep 07 14:25:07.799 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-07T14:25:08.856Z[ recovery-image] Sep 07 14:25:07.808 INFO O| Sep 07 14:25:07.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78832026-09-07T14:25:08.857Z[ recovery-image] Sep 07 14:25:07.808 INFO O| Sep 07 14:25:07.808 INFO STEP 732 (remove_files) COMPLETE
78842026-09-07T14:25:08.857Z[ recovery-image] Sep 07 14:25:07.808 INFO O| Sep 07 14:25:07.808 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-07T14:25:08.870Z[ recovery-image] Sep 07 14:25:07.818 INFO O| Sep 07 14:25:07.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78862026-09-07T14:25:08.870Z[ recovery-image] Sep 07 14:25:07.818 INFO O| Sep 07 14:25:07.818 INFO STEP 733 (remove_files) COMPLETE
78872026-09-07T14:25:08.870Z[ recovery-image] Sep 07 14:25:07.818 INFO O| Sep 07 14:25:07.818 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-07T14:25:08.879Z[ recovery-image] Sep 07 14:25:07.829 INFO O| Sep 07 14:25:07.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78892026-09-07T14:25:08.879Z[ recovery-image] Sep 07 14:25:07.829 INFO O| Sep 07 14:25:07.829 INFO STEP 734 (remove_files) COMPLETE
78902026-09-07T14:25:08.879Z[ recovery-image] Sep 07 14:25:07.829 INFO O| Sep 07 14:25:07.829 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-07T14:25:08.892Z[ recovery-image] Sep 07 14:25:07.839 INFO O| Sep 07 14:25:07.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78922026-09-07T14:25:08.892Z[ recovery-image] Sep 07 14:25:07.839 INFO O| Sep 07 14:25:07.839 INFO STEP 735 (remove_files) COMPLETE
78932026-09-07T14:25:08.892Z[ recovery-image] Sep 07 14:25:07.839 INFO O| Sep 07 14:25:07.839 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-07T14:25:08.897Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
78952026-09-07T14:25:08.902Z[ recovery-image] Sep 07 14:25:07.850 INFO O| Sep 07 14:25:07.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
78962026-09-07T14:25:08.902Z[ recovery-image] Sep 07 14:25:07.850 INFO O| Sep 07 14:25:07.850 INFO STEP 736 (remove_files) COMPLETE
78972026-09-07T14:25:08.902Z[ recovery-image] Sep 07 14:25:07.850 INFO O| Sep 07 14:25:07.850 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-09-07T14:25:08.907Z[ recovery-image] Sep 07 14:25:07.858 INFO O| Sep 07 14:25:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
78992026-09-07T14:25:08.907Z[ recovery-image] Sep 07 14:25:07.858 INFO O| Sep 07 14:25:07.858 INFO STEP 737 (remove_files) COMPLETE
79002026-09-07T14:25:08.913Z[ recovery-image] Sep 07 14:25:07.858 INFO O| Sep 07 14:25:07.858 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-09-07T14:25:08.917Z[ recovery-image] Sep 07 14:25:07.867 INFO O| Sep 07 14:25:07.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
79022026-09-07T14:25:08.917Z[ recovery-image] Sep 07 14:25:07.867 INFO O| Sep 07 14:25:07.867 INFO STEP 738 (remove_files) COMPLETE
79032026-09-07T14:25:08.926Z[ recovery-image] Sep 07 14:25:07.867 INFO O| Sep 07 14:25:07.867 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-09-07T14:25:08.929Z[ recovery-image] Sep 07 14:25:07.878 INFO O| Sep 07 14:25:07.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
79052026-09-07T14:25:08.929Z[ recovery-image] Sep 07 14:25:07.878 INFO O| Sep 07 14:25:07.878 INFO STEP 739 (remove_files) COMPLETE
79062026-09-07T14:25:08.929Z[ recovery-image] Sep 07 14:25:07.878 INFO O| Sep 07 14:25:07.878 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-09-07T14:25:08.937Z[ recovery-image] Sep 07 14:25:07.888 INFO O| Sep 07 14:25:07.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79082026-09-07T14:25:08.937Z[ recovery-image] Sep 07 14:25:07.888 INFO O| Sep 07 14:25:07.888 INFO STEP 740 (remove_files) COMPLETE
79092026-09-07T14:25:08.937Z[ recovery-image] Sep 07 14:25:07.888 INFO O| Sep 07 14:25:07.888 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-09-07T14:25:08.947Z[ recovery-image] Sep 07 14:25:07.897 INFO O| Sep 07 14:25:07.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79112026-09-07T14:25:08.947Z[ recovery-image] Sep 07 14:25:07.897 INFO O| Sep 07 14:25:07.897 INFO STEP 741 (remove_files) COMPLETE
79122026-09-07T14:25:08.947Z[ recovery-image] Sep 07 14:25:07.897 INFO O| Sep 07 14:25:07.897 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-09-07T14:25:08.958Z[ recovery-image] Sep 07 14:25:07.908 INFO O| Sep 07 14:25:07.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79142026-09-07T14:25:08.958Z[ recovery-image] Sep 07 14:25:07.908 INFO O| Sep 07 14:25:07.908 INFO STEP 742 (remove_files) COMPLETE
79152026-09-07T14:25:08.958Z[ recovery-image] Sep 07 14:25:07.908 INFO O| Sep 07 14:25:07.908 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-09-07T14:25:08.967Z[ recovery-image] Sep 07 14:25:07.918 INFO O| Sep 07 14:25:07.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79172026-09-07T14:25:08.967Z[ recovery-image] Sep 07 14:25:07.918 INFO O| Sep 07 14:25:07.918 INFO STEP 743 (remove_files) COMPLETE
79182026-09-07T14:25:08.968Z[ recovery-image] Sep 07 14:25:07.918 INFO O| Sep 07 14:25:07.918 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-07T14:25:08.986Z[ recovery-image] Sep 07 14:25:07.932 INFO O| Sep 07 14:25:07.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79202026-09-07T14:25:08.986Z[ recovery-image] Sep 07 14:25:07.932 INFO O| Sep 07 14:25:07.932 INFO STEP 744 (remove_files) COMPLETE
79212026-09-07T14:25:08.986Z[ recovery-image] Sep 07 14:25:07.932 INFO O| Sep 07 14:25:07.932 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-07T14:25:08.990Z[ recovery-image] Sep 07 14:25:07.941 INFO O| Sep 07 14:25:07.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79232026-09-07T14:25:08.990Z[ recovery-image] Sep 07 14:25:07.941 INFO O| Sep 07 14:25:07.941 INFO STEP 745 (remove_files) COMPLETE
79242026-09-07T14:25:08.990Z[ recovery-image] Sep 07 14:25:07.941 INFO O| Sep 07 14:25:07.941 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-07T14:25:09.000Z[ recovery-image] Sep 07 14:25:07.950 INFO O| Sep 07 14:25:07.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79262026-09-07T14:25:09.000Z[ recovery-image] Sep 07 14:25:07.950 INFO O| Sep 07 14:25:07.950 INFO STEP 746 (remove_files) COMPLETE
79272026-09-07T14:25:09.000Z[ recovery-image] Sep 07 14:25:07.950 INFO O| Sep 07 14:25:07.950 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-07T14:25:09.010Z[ recovery-image] Sep 07 14:25:07.960 INFO O| Sep 07 14:25:07.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79292026-09-07T14:25:09.010Z[ recovery-image] Sep 07 14:25:07.960 INFO O| Sep 07 14:25:07.960 INFO STEP 747 (remove_files) COMPLETE
79302026-09-07T14:25:09.010Z[ recovery-image] Sep 07 14:25:07.960 INFO O| Sep 07 14:25:07.960 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-07T14:25:09.019Z[ recovery-image] Sep 07 14:25:07.970 INFO O| Sep 07 14:25:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79322026-09-07T14:25:09.019Z[ recovery-image] Sep 07 14:25:07.970 INFO O| Sep 07 14:25:07.970 INFO STEP 748 (remove_files) COMPLETE
79332026-09-07T14:25:09.019Z[ recovery-image] Sep 07 14:25:07.970 INFO O| Sep 07 14:25:07.970 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-07T14:25:09.029Z[ recovery-image] Sep 07 14:25:07.980 INFO O| Sep 07 14:25:07.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79352026-09-07T14:25:09.029Z[ recovery-image] Sep 07 14:25:07.980 INFO O| Sep 07 14:25:07.980 INFO STEP 749 (remove_files) COMPLETE
79362026-09-07T14:25:09.029Z[ recovery-image] Sep 07 14:25:07.980 INFO O| Sep 07 14:25:07.980 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-07T14:25:09.046Z[ recovery-image] Sep 07 14:25:07.990 INFO O| Sep 07 14:25:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79382026-09-07T14:25:09.046Z[ recovery-image] Sep 07 14:25:07.990 INFO O| Sep 07 14:25:07.990 INFO STEP 750 (remove_files) COMPLETE
79392026-09-07T14:25:09.049Z[ recovery-image] Sep 07 14:25:07.991 INFO O| Sep 07 14:25:07.990 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-07T14:25:09.052Z[ recovery-image] Sep 07 14:25:08.001 INFO O| Sep 07 14:25:08.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79412026-09-07T14:25:09.052Z[ recovery-image] Sep 07 14:25:08.001 INFO O| Sep 07 14:25:08.001 INFO STEP 751 (remove_files) COMPLETE
79422026-09-07T14:25:09.052Z[ recovery-image] Sep 07 14:25:08.001 INFO O| Sep 07 14:25:08.001 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-07T14:25:09.064Z[ recovery-image] Sep 07 14:25:08.010 INFO O| Sep 07 14:25:08.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79442026-09-07T14:25:09.065Z[ recovery-image] Sep 07 14:25:08.010 INFO O| Sep 07 14:25:08.010 INFO STEP 752 (remove_files) COMPLETE
79452026-09-07T14:25:09.065Z[ recovery-image] Sep 07 14:25:08.010 INFO O| Sep 07 14:25:08.010 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-07T14:25:09.069Z[ recovery-image] Sep 07 14:25:08.020 INFO O| Sep 07 14:25:08.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79472026-09-07T14:25:09.073Z[ recovery-image] Sep 07 14:25:08.020 INFO O| Sep 07 14:25:08.020 INFO STEP 753 (remove_files) COMPLETE
79482026-09-07T14:25:09.073Z[ recovery-image] Sep 07 14:25:08.020 INFO O| Sep 07 14:25:08.020 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-07T14:25:09.079Z[ recovery-image] Sep 07 14:25:08.029 INFO O| Sep 07 14:25:08.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79502026-09-07T14:25:09.079Z[ recovery-image] Sep 07 14:25:08.029 INFO O| Sep 07 14:25:08.029 INFO STEP 754 (remove_files) COMPLETE
79512026-09-07T14:25:09.079Z[ recovery-image] Sep 07 14:25:08.029 INFO O| Sep 07 14:25:08.029 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-09-07T14:25:09.087Z[ recovery-image] Sep 07 14:25:08.038 INFO O| Sep 07 14:25:08.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79532026-09-07T14:25:09.087Z[ recovery-image] Sep 07 14:25:08.038 INFO O| Sep 07 14:25:08.038 INFO STEP 755 (remove_files) COMPLETE
79542026-09-07T14:25:09.087Z[ recovery-image] Sep 07 14:25:08.038 INFO O| Sep 07 14:25:08.038 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-09-07T14:25:09.097Z[ recovery-image] Sep 07 14:25:08.048 INFO O| Sep 07 14:25:08.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79562026-09-07T14:25:09.102Z[ recovery-image] Sep 07 14:25:08.048 INFO O| Sep 07 14:25:08.048 INFO STEP 756 (remove_files) COMPLETE
79572026-09-07T14:25:09.102Z[ recovery-image] Sep 07 14:25:08.048 INFO O| Sep 07 14:25:08.048 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-09-07T14:25:09.107Z[ recovery-image] Sep 07 14:25:08.058 INFO O| Sep 07 14:25:08.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79592026-09-07T14:25:09.107Z[ recovery-image] Sep 07 14:25:08.058 INFO O| Sep 07 14:25:08.058 INFO STEP 757 (remove_files) COMPLETE
79602026-09-07T14:25:09.107Z[ recovery-image] Sep 07 14:25:08.058 INFO O| Sep 07 14:25:08.058 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-09-07T14:25:09.116Z[ recovery-image] Sep 07 14:25:08.066 INFO O| Sep 07 14:25:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79622026-09-07T14:25:09.116Z[ recovery-image] Sep 07 14:25:08.066 INFO O| Sep 07 14:25:08.066 INFO STEP 758 (remove_files) COMPLETE
79632026-09-07T14:25:09.119Z[ recovery-image] Sep 07 14:25:08.066 INFO O| Sep 07 14:25:08.066 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-09-07T14:25:09.125Z[ recovery-image] Sep 07 14:25:08.075 INFO O| Sep 07 14:25:08.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79652026-09-07T14:25:09.125Z[ recovery-image] Sep 07 14:25:08.075 INFO O| Sep 07 14:25:08.075 INFO STEP 759 (remove_files) COMPLETE
79662026-09-07T14:25:09.128Z[ recovery-image] Sep 07 14:25:08.075 INFO O| Sep 07 14:25:08.075 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-09-07T14:25:09.134Z[ recovery-image] Sep 07 14:25:08.085 INFO O| Sep 07 14:25:08.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79682026-09-07T14:25:09.134Z[ recovery-image] Sep 07 14:25:08.085 INFO O| Sep 07 14:25:08.085 INFO STEP 760 (remove_files) COMPLETE
79692026-09-07T14:25:09.138Z[ recovery-image] Sep 07 14:25:08.085 INFO O| Sep 07 14:25:08.085 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-09-07T14:25:09.142Z[ recovery-image] Sep 07 14:25:08.093 INFO O| Sep 07 14:25:08.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79712026-09-07T14:25:09.143Z[ recovery-image] Sep 07 14:25:08.093 INFO O| Sep 07 14:25:08.093 INFO STEP 761 (remove_files) COMPLETE
79722026-09-07T14:25:09.143Z[ recovery-image] Sep 07 14:25:08.093 INFO O| Sep 07 14:25:08.093 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-09-07T14:25:09.153Z[ recovery-image] Sep 07 14:25:08.104 INFO O| Sep 07 14:25:08.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79742026-09-07T14:25:09.153Z[ recovery-image] Sep 07 14:25:08.104 INFO O| Sep 07 14:25:08.104 INFO STEP 762 (remove_files) COMPLETE
79752026-09-07T14:25:09.153Z[ recovery-image] Sep 07 14:25:08.104 INFO O| Sep 07 14:25:08.104 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-09-07T14:25:09.166Z[ recovery-image] Sep 07 14:25:08.114 INFO O| Sep 07 14:25:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79772026-09-07T14:25:09.166Z[ recovery-image] Sep 07 14:25:08.114 INFO O| Sep 07 14:25:08.114 INFO STEP 763 (remove_files) COMPLETE
79782026-09-07T14:25:09.166Z[ recovery-image] Sep 07 14:25:08.114 INFO O| Sep 07 14:25:08.114 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-09-07T14:25:09.172Z[ recovery-image] Sep 07 14:25:08.123 INFO O| Sep 07 14:25:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79802026-09-07T14:25:09.172Z[ recovery-image] Sep 07 14:25:08.123 INFO O| Sep 07 14:25:08.123 INFO STEP 764 (remove_files) COMPLETE
79812026-09-07T14:25:09.172Z[ recovery-image] Sep 07 14:25:08.123 INFO O| Sep 07 14:25:08.123 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-09-07T14:25:09.181Z[ recovery-image] Sep 07 14:25:08.132 INFO O| Sep 07 14:25:08.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79832026-09-07T14:25:09.181Z[ recovery-image] Sep 07 14:25:08.132 INFO O| Sep 07 14:25:08.132 INFO STEP 765 (remove_files) COMPLETE
79842026-09-07T14:25:09.181Z[ recovery-image] Sep 07 14:25:08.132 INFO O| Sep 07 14:25:08.132 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-09-07T14:25:09.189Z[ recovery-image] Sep 07 14:25:08.140 INFO O| Sep 07 14:25:08.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79862026-09-07T14:25:09.189Z[ recovery-image] Sep 07 14:25:08.140 INFO O| Sep 07 14:25:08.140 INFO STEP 766 (remove_files) COMPLETE
79872026-09-07T14:25:09.190Z[ recovery-image] Sep 07 14:25:08.140 INFO O| Sep 07 14:25:08.140 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-09-07T14:25:09.202Z[ recovery-image] Sep 07 14:25:08.148 INFO O| Sep 07 14:25:08.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79892026-09-07T14:25:09.202Z[ recovery-image] Sep 07 14:25:08.148 INFO O| Sep 07 14:25:08.148 INFO STEP 767 (remove_files) COMPLETE
79902026-09-07T14:25:09.208Z[ recovery-image] Sep 07 14:25:08.148 INFO O| Sep 07 14:25:08.148 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-09-07T14:25:09.213Z[ recovery-image] Sep 07 14:25:08.156 INFO O| Sep 07 14:25:08.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79922026-09-07T14:25:09.213Z[ recovery-image] Sep 07 14:25:08.156 INFO O| Sep 07 14:25:08.156 INFO STEP 768 (remove_files) COMPLETE
79932026-09-07T14:25:09.213Z[ recovery-image] Sep 07 14:25:08.156 INFO O| Sep 07 14:25:08.156 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-09-07T14:25:09.217Z[ recovery-image] Sep 07 14:25:08.164 INFO O| Sep 07 14:25:08.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
79952026-09-07T14:25:09.217Z[ recovery-image] Sep 07 14:25:08.165 INFO O| Sep 07 14:25:08.165 INFO STEP 769 (remove_files) COMPLETE
79962026-09-07T14:25:09.217Z[ recovery-image] Sep 07 14:25:08.165 INFO O| Sep 07 14:25:08.165 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-09-07T14:25:09.223Z[ recovery-image] Sep 07 14:25:08.174 INFO O| Sep 07 14:25:08.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
79982026-09-07T14:25:09.227Z[ recovery-image] Sep 07 14:25:08.175 INFO O| Sep 07 14:25:08.175 INFO STEP 770 (remove_files) COMPLETE
79992026-09-07T14:25:09.228Z[ recovery-image] Sep 07 14:25:08.175 INFO O| Sep 07 14:25:08.175 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-09-07T14:25:09.235Z[ recovery-image] Sep 07 14:25:08.185 INFO O| Sep 07 14:25:08.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
80012026-09-07T14:25:09.235Z[ recovery-image] Sep 07 14:25:08.185 INFO O| Sep 07 14:25:08.185 INFO STEP 771 (remove_files) COMPLETE
80022026-09-07T14:25:09.235Z[ recovery-image] Sep 07 14:25:08.185 INFO O| Sep 07 14:25:08.185 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-09-07T14:25:09.245Z[ recovery-image] Sep 07 14:25:08.195 INFO O| Sep 07 14:25:08.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80042026-09-07T14:25:09.245Z[ recovery-image] Sep 07 14:25:08.195 INFO O| Sep 07 14:25:08.195 INFO STEP 772 (remove_files) COMPLETE
80052026-09-07T14:25:09.251Z[ recovery-image] Sep 07 14:25:08.195 INFO O| Sep 07 14:25:08.195 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-09-07T14:25:09.255Z[ recovery-image] Sep 07 14:25:08.203 INFO O| Sep 07 14:25:08.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80072026-09-07T14:25:09.255Z[ recovery-image] Sep 07 14:25:08.203 INFO O| Sep 07 14:25:08.203 INFO STEP 773 (remove_files) COMPLETE
80082026-09-07T14:25:09.255Z[ recovery-image] Sep 07 14:25:08.203 INFO O| Sep 07 14:25:08.203 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-09-07T14:25:09.263Z[ recovery-image] Sep 07 14:25:08.213 INFO O| Sep 07 14:25:08.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80102026-09-07T14:25:09.263Z[ recovery-image] Sep 07 14:25:08.213 INFO O| Sep 07 14:25:08.213 INFO STEP 774 (remove_files) COMPLETE
80112026-09-07T14:25:09.263Z[ recovery-image] Sep 07 14:25:08.213 INFO O| Sep 07 14:25:08.213 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-09-07T14:25:09.272Z[ recovery-image] Sep 07 14:25:08.222 INFO O| Sep 07 14:25:08.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80132026-09-07T14:25:09.272Z[ recovery-image] Sep 07 14:25:08.222 INFO O| Sep 07 14:25:08.222 INFO STEP 775 (remove_files) COMPLETE
80142026-09-07T14:25:09.275Z[ recovery-image] Sep 07 14:25:08.222 INFO O| Sep 07 14:25:08.222 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-09-07T14:25:09.281Z[ recovery-image] Sep 07 14:25:08.232 INFO O| Sep 07 14:25:08.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80162026-09-07T14:25:09.281Z[ recovery-image] Sep 07 14:25:08.232 INFO O| Sep 07 14:25:08.232 INFO STEP 776 (remove_files) COMPLETE
80172026-09-07T14:25:09.281Z[ recovery-image] Sep 07 14:25:08.232 INFO O| Sep 07 14:25:08.232 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-09-07T14:25:09.291Z[ recovery-image] Sep 07 14:25:08.242 INFO O| Sep 07 14:25:08.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80192026-09-07T14:25:09.291Z[ recovery-image] Sep 07 14:25:08.242 INFO O| Sep 07 14:25:08.242 INFO STEP 777 (remove_files) COMPLETE
80202026-09-07T14:25:09.291Z[ recovery-image] Sep 07 14:25:08.242 INFO O| Sep 07 14:25:08.242 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-09-07T14:25:09.300Z[ recovery-image] Sep 07 14:25:08.251 INFO O| Sep 07 14:25:08.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80222026-09-07T14:25:09.303Z[ recovery-image] Sep 07 14:25:08.251 INFO O| Sep 07 14:25:08.251 INFO STEP 778 (remove_files) COMPLETE
80232026-09-07T14:25:09.303Z[ recovery-image] Sep 07 14:25:08.251 INFO O| Sep 07 14:25:08.251 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-09-07T14:25:09.310Z[ recovery-image] Sep 07 14:25:08.260 INFO O| Sep 07 14:25:08.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80252026-09-07T14:25:09.310Z[ recovery-image] Sep 07 14:25:08.260 INFO O| Sep 07 14:25:08.260 INFO STEP 779 (remove_files) COMPLETE
80262026-09-07T14:25:09.312Z[ recovery-image] Sep 07 14:25:08.260 INFO O| Sep 07 14:25:08.260 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-09-07T14:25:09.318Z[ recovery-image] Sep 07 14:25:08.269 INFO O| Sep 07 14:25:08.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80282026-09-07T14:25:09.318Z[ recovery-image] Sep 07 14:25:08.269 INFO O| Sep 07 14:25:08.269 INFO STEP 780 (remove_files) COMPLETE
80292026-09-07T14:25:09.318Z[ recovery-image] Sep 07 14:25:08.269 INFO O| Sep 07 14:25:08.269 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-09-07T14:25:09.325Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
80312026-09-07T14:25:09.329Z[ recovery-image] Sep 07 14:25:08.278 INFO O| Sep 07 14:25:08.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80322026-09-07T14:25:09.329Z[ recovery-image] Sep 07 14:25:08.278 INFO O| Sep 07 14:25:08.278 INFO STEP 781 (remove_files) COMPLETE
80332026-09-07T14:25:09.329Z[ recovery-image] Sep 07 14:25:08.278 INFO O| Sep 07 14:25:08.278 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-09-07T14:25:09.338Z[ recovery-image] Sep 07 14:25:08.289 INFO O| Sep 07 14:25:08.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80352026-09-07T14:25:09.338Z[ recovery-image] Sep 07 14:25:08.289 INFO O| Sep 07 14:25:08.287 INFO STEP 782 (remove_files) COMPLETE
80362026-09-07T14:25:09.342Z[ recovery-image] Sep 07 14:25:08.289 INFO O| Sep 07 14:25:08.287 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-09-07T14:25:09.347Z[ recovery-image] Sep 07 14:25:08.298 INFO O| Sep 07 14:25:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80382026-09-07T14:25:09.347Z[ recovery-image] Sep 07 14:25:08.298 INFO O| Sep 07 14:25:08.298 INFO STEP 783 (remove_files) COMPLETE
80392026-09-07T14:25:09.347Z[ recovery-image] Sep 07 14:25:08.298 INFO O| Sep 07 14:25:08.298 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-09-07T14:25:09.358Z[ recovery-image] Sep 07 14:25:08.309 INFO O| Sep 07 14:25:08.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80412026-09-07T14:25:09.358Z[ recovery-image] Sep 07 14:25:08.309 INFO O| Sep 07 14:25:08.309 INFO STEP 784 (remove_files) COMPLETE
80422026-09-07T14:25:09.358Z[ recovery-image] Sep 07 14:25:08.309 INFO O| Sep 07 14:25:08.309 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-09-07T14:25:09.369Z[ recovery-image] Sep 07 14:25:08.319 INFO O| Sep 07 14:25:08.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80442026-09-07T14:25:09.369Z[ recovery-image] Sep 07 14:25:08.319 INFO O| Sep 07 14:25:08.319 INFO STEP 785 (remove_files) COMPLETE
80452026-09-07T14:25:09.372Z[ recovery-image] Sep 07 14:25:08.319 INFO O| Sep 07 14:25:08.319 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-09-07T14:25:09.378Z[ recovery-image] Sep 07 14:25:08.329 INFO O| Sep 07 14:25:08.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80472026-09-07T14:25:09.378Z[ recovery-image] Sep 07 14:25:08.329 INFO O| Sep 07 14:25:08.329 INFO STEP 786 (remove_files) COMPLETE
80482026-09-07T14:25:09.381Z[ recovery-image] Sep 07 14:25:08.329 INFO O| Sep 07 14:25:08.329 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-09-07T14:25:09.388Z[ recovery-image] Sep 07 14:25:08.339 INFO O| Sep 07 14:25:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80502026-09-07T14:25:09.388Z[ recovery-image] Sep 07 14:25:08.339 INFO O| Sep 07 14:25:08.339 INFO STEP 787 (remove_files) COMPLETE
80512026-09-07T14:25:09.388Z[ recovery-image] Sep 07 14:25:08.339 INFO O| Sep 07 14:25:08.339 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-09-07T14:25:09.399Z[ recovery-image] Sep 07 14:25:08.350 INFO O| Sep 07 14:25:08.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80532026-09-07T14:25:09.399Z[ recovery-image] Sep 07 14:25:08.350 INFO O| Sep 07 14:25:08.350 INFO STEP 788 (remove_files) COMPLETE
80542026-09-07T14:25:09.403Z[ recovery-image] Sep 07 14:25:08.350 INFO O| Sep 07 14:25:08.350 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-09-07T14:25:09.409Z[ recovery-image] Sep 07 14:25:08.360 INFO O| Sep 07 14:25:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80562026-09-07T14:25:09.409Z[ recovery-image] Sep 07 14:25:08.360 INFO O| Sep 07 14:25:08.360 INFO STEP 789 (remove_files) COMPLETE
80572026-09-07T14:25:09.409Z[ recovery-image] Sep 07 14:25:08.360 INFO O| Sep 07 14:25:08.360 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-09-07T14:25:09.419Z[ recovery-image] Sep 07 14:25:08.370 INFO O| Sep 07 14:25:08.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80592026-09-07T14:25:09.419Z[ recovery-image] Sep 07 14:25:08.370 INFO O| Sep 07 14:25:08.370 INFO STEP 790 (remove_files) COMPLETE
80602026-09-07T14:25:09.419Z[ recovery-image] Sep 07 14:25:08.370 INFO O| Sep 07 14:25:08.370 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-09-07T14:25:09.431Z[ recovery-image] Sep 07 14:25:08.382 INFO O| Sep 07 14:25:08.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80622026-09-07T14:25:09.431Z[ recovery-image] Sep 07 14:25:08.382 INFO O| Sep 07 14:25:08.382 INFO STEP 791 (remove_files) COMPLETE
80632026-09-07T14:25:09.434Z[ recovery-image] Sep 07 14:25:08.382 INFO O| Sep 07 14:25:08.382 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-09-07T14:25:09.441Z[ recovery-image] Sep 07 14:25:08.392 INFO O| Sep 07 14:25:08.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80652026-09-07T14:25:09.441Z[ recovery-image] Sep 07 14:25:08.392 INFO O| Sep 07 14:25:08.392 INFO STEP 792 (remove_files) COMPLETE
80662026-09-07T14:25:09.444Z[ recovery-image] Sep 07 14:25:08.392 INFO O| Sep 07 14:25:08.392 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-09-07T14:25:09.450Z[ recovery-image] Sep 07 14:25:08.401 INFO O| Sep 07 14:25:08.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80682026-09-07T14:25:09.450Z[ recovery-image] Sep 07 14:25:08.401 INFO O| Sep 07 14:25:08.401 INFO STEP 793 (remove_files) COMPLETE
80692026-09-07T14:25:09.450Z[ recovery-image] Sep 07 14:25:08.401 INFO O| Sep 07 14:25:08.401 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-09-07T14:25:09.461Z[ recovery-image] Sep 07 14:25:08.411 INFO O| Sep 07 14:25:08.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80712026-09-07T14:25:09.461Z[ recovery-image] Sep 07 14:25:08.411 INFO O| Sep 07 14:25:08.411 INFO STEP 794 (remove_files) COMPLETE
80722026-09-07T14:25:09.461Z[ recovery-image] Sep 07 14:25:08.411 INFO O| Sep 07 14:25:08.411 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-09-07T14:25:09.473Z[ recovery-image] Sep 07 14:25:08.419 INFO O| Sep 07 14:25:08.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80742026-09-07T14:25:09.473Z[ recovery-image] Sep 07 14:25:08.419 INFO O| Sep 07 14:25:08.419 INFO STEP 795 (remove_files) COMPLETE
80752026-09-07T14:25:09.473Z[ recovery-image] Sep 07 14:25:08.420 INFO O| Sep 07 14:25:08.419 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-09-07T14:25:09.479Z[ recovery-image] Sep 07 14:25:08.428 INFO O| Sep 07 14:25:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80772026-09-07T14:25:09.479Z[ recovery-image] Sep 07 14:25:08.428 INFO O| Sep 07 14:25:08.428 INFO STEP 796 (remove_files) COMPLETE
80782026-09-07T14:25:09.482Z[ recovery-image] Sep 07 14:25:08.428 INFO O| Sep 07 14:25:08.428 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-09-07T14:25:09.486Z[ recovery-image] Sep 07 14:25:08.437 INFO O| Sep 07 14:25:08.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80802026-09-07T14:25:09.486Z[ recovery-image] Sep 07 14:25:08.437 INFO O| Sep 07 14:25:08.437 INFO STEP 797 (remove_files) COMPLETE
80812026-09-07T14:25:09.489Z[ recovery-image] Sep 07 14:25:08.437 INFO O| Sep 07 14:25:08.437 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-09-07T14:25:09.495Z[ recovery-image] Sep 07 14:25:08.445 INFO O| Sep 07 14:25:08.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
80832026-09-07T14:25:09.495Z[ recovery-image] Sep 07 14:25:08.445 INFO O| Sep 07 14:25:08.445 INFO STEP 798 (remove_files) COMPLETE
80842026-09-07T14:25:09.495Z[ recovery-image] Sep 07 14:25:08.445 INFO O| Sep 07 14:25:08.445 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-09-07T14:25:09.504Z[ recovery-image] Sep 07 14:25:08.454 INFO O| Sep 07 14:25:08.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
80862026-09-07T14:25:09.504Z[ recovery-image] Sep 07 14:25:08.454 INFO O| Sep 07 14:25:08.454 INFO STEP 799 (remove_files) COMPLETE
80872026-09-07T14:25:09.504Z[ recovery-image] Sep 07 14:25:08.454 INFO O| Sep 07 14:25:08.454 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-09-07T14:25:09.514Z[ recovery-image] Sep 07 14:25:08.464 INFO O| Sep 07 14:25:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
80892026-09-07T14:25:09.514Z[ recovery-image] Sep 07 14:25:08.464 INFO O| Sep 07 14:25:08.464 INFO STEP 800 (remove_files) COMPLETE
80902026-09-07T14:25:09.514Z[ recovery-image] Sep 07 14:25:08.464 INFO O| Sep 07 14:25:08.464 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-09-07T14:25:09.525Z[ recovery-image] Sep 07 14:25:08.475 INFO O| Sep 07 14:25:08.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
80922026-09-07T14:25:09.525Z[ recovery-image] Sep 07 14:25:08.475 INFO O| Sep 07 14:25:08.475 INFO STEP 801 (remove_files) COMPLETE
80932026-09-07T14:25:09.528Z[ recovery-image] Sep 07 14:25:08.475 INFO O| Sep 07 14:25:08.475 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-09-07T14:25:09.534Z[ recovery-image] Sep 07 14:25:08.485 INFO O| Sep 07 14:25:08.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
80952026-09-07T14:25:09.534Z[ recovery-image] Sep 07 14:25:08.485 INFO O| Sep 07 14:25:08.485 INFO STEP 802 (remove_files) COMPLETE
80962026-09-07T14:25:09.534Z[ recovery-image] Sep 07 14:25:08.485 INFO O| Sep 07 14:25:08.485 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-09-07T14:25:09.544Z[ recovery-image] Sep 07 14:25:08.495 INFO O| Sep 07 14:25:08.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
80982026-09-07T14:25:09.544Z[ recovery-image] Sep 07 14:25:08.495 INFO O| Sep 07 14:25:08.495 INFO STEP 803 (remove_files) COMPLETE
80992026-09-07T14:25:09.544Z[ recovery-image] Sep 07 14:25:08.495 INFO O| Sep 07 14:25:08.495 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-09-07T14:25:09.556Z[ recovery-image] Sep 07 14:25:08.507 INFO O| Sep 07 14:25:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
81012026-09-07T14:25:09.556Z[ recovery-image] Sep 07 14:25:08.507 INFO O| Sep 07 14:25:08.507 INFO STEP 804 (remove_files) COMPLETE
81022026-09-07T14:25:09.556Z[ recovery-image] Sep 07 14:25:08.507 INFO O| Sep 07 14:25:08.507 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-09-07T14:25:09.567Z[ recovery-image] Sep 07 14:25:08.518 INFO O| Sep 07 14:25:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
81042026-09-07T14:25:09.567Z[ recovery-image] Sep 07 14:25:08.518 INFO O| Sep 07 14:25:08.518 INFO STEP 805 (remove_files) COMPLETE
81052026-09-07T14:25:09.567Z[ recovery-image] Sep 07 14:25:08.518 INFO O| Sep 07 14:25:08.518 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-09-07T14:25:09.582Z[ recovery-image] Sep 07 14:25:08.529 INFO O| Sep 07 14:25:08.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81072026-09-07T14:25:09.583Z[ recovery-image] Sep 07 14:25:08.529 INFO O| Sep 07 14:25:08.529 INFO STEP 806 (remove_files) COMPLETE
81082026-09-07T14:25:09.583Z[ recovery-image] Sep 07 14:25:08.529 INFO O| Sep 07 14:25:08.529 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-09-07T14:25:09.589Z[ recovery-image] Sep 07 14:25:08.539 INFO O| Sep 07 14:25:08.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81102026-09-07T14:25:09.589Z[ recovery-image] Sep 07 14:25:08.539 INFO O| Sep 07 14:25:08.539 INFO STEP 807 (remove_files) COMPLETE
81112026-09-07T14:25:09.589Z[ recovery-image] Sep 07 14:25:08.539 INFO O| Sep 07 14:25:08.539 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-09-07T14:25:09.599Z[ recovery-image] Sep 07 14:25:08.549 INFO O| Sep 07 14:25:08.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81132026-09-07T14:25:09.599Z[ recovery-image] Sep 07 14:25:08.549 INFO O| Sep 07 14:25:08.549 INFO STEP 808 (remove_files) COMPLETE
81142026-09-07T14:25:09.603Z[ recovery-image] Sep 07 14:25:08.549 INFO O| Sep 07 14:25:08.549 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-09-07T14:25:09.609Z[ recovery-image] Sep 07 14:25:08.560 INFO O| Sep 07 14:25:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81162026-09-07T14:25:09.609Z[ recovery-image] Sep 07 14:25:08.560 INFO O| Sep 07 14:25:08.560 INFO STEP 809 (remove_files) COMPLETE
81172026-09-07T14:25:09.609Z[ recovery-image] Sep 07 14:25:08.560 INFO O| Sep 07 14:25:08.560 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-09-07T14:25:09.620Z[ recovery-image] Sep 07 14:25:08.571 INFO O| Sep 07 14:25:08.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81192026-09-07T14:25:09.620Z[ recovery-image] Sep 07 14:25:08.571 INFO O| Sep 07 14:25:08.571 INFO STEP 810 (remove_files) COMPLETE
81202026-09-07T14:25:09.624Z[ recovery-image] Sep 07 14:25:08.571 INFO O| Sep 07 14:25:08.571 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-09-07T14:25:09.632Z[ recovery-image] Sep 07 14:25:08.582 INFO O| Sep 07 14:25:08.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81222026-09-07T14:25:09.632Z[ recovery-image] Sep 07 14:25:08.582 INFO O| Sep 07 14:25:08.582 INFO STEP 811 (remove_files) COMPLETE
81232026-09-07T14:25:09.632Z[ recovery-image] Sep 07 14:25:08.582 INFO O| Sep 07 14:25:08.582 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-09-07T14:25:09.644Z[ recovery-image] Sep 07 14:25:08.595 INFO O| Sep 07 14:25:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81252026-09-07T14:25:09.644Z[ recovery-image] Sep 07 14:25:08.595 INFO O| Sep 07 14:25:08.595 INFO STEP 812 (remove_files) COMPLETE
81262026-09-07T14:25:09.644Z[ recovery-image] Sep 07 14:25:08.595 INFO O| Sep 07 14:25:08.595 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-09-07T14:25:09.649Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
81282026-09-07T14:25:09.654Z[ recovery-image] Sep 07 14:25:08.605 INFO O| Sep 07 14:25:08.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81292026-09-07T14:25:09.654Z[ recovery-image] Sep 07 14:25:08.605 INFO O| Sep 07 14:25:08.605 INFO STEP 813 (remove_files) COMPLETE
81302026-09-07T14:25:09.654Z[ recovery-image] Sep 07 14:25:08.605 INFO O| Sep 07 14:25:08.605 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-09-07T14:25:09.664Z[ recovery-image] Sep 07 14:25:08.614 INFO O| Sep 07 14:25:08.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81322026-09-07T14:25:09.664Z[ recovery-image] Sep 07 14:25:08.614 INFO O| Sep 07 14:25:08.614 INFO STEP 814 (remove_files) COMPLETE
81332026-09-07T14:25:09.664Z[ recovery-image] Sep 07 14:25:08.614 INFO O| Sep 07 14:25:08.614 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-09-07T14:25:09.678Z[ recovery-image] Sep 07 14:25:08.627 INFO O| Sep 07 14:25:08.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81352026-09-07T14:25:09.678Z[ recovery-image] Sep 07 14:25:08.627 INFO O| Sep 07 14:25:08.627 INFO STEP 815 (remove_files) COMPLETE
81362026-09-07T14:25:09.678Z[ recovery-image] Sep 07 14:25:08.627 INFO O| Sep 07 14:25:08.627 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-09-07T14:25:09.687Z[ recovery-image] Sep 07 14:25:08.638 INFO O| Sep 07 14:25:08.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81382026-09-07T14:25:09.687Z[ recovery-image] Sep 07 14:25:08.638 INFO O| Sep 07 14:25:08.638 INFO STEP 816 (remove_files) COMPLETE
81392026-09-07T14:25:09.687Z[ recovery-image] Sep 07 14:25:08.638 INFO O| Sep 07 14:25:08.638 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-09-07T14:25:09.697Z[ recovery-image] Sep 07 14:25:08.648 INFO O| Sep 07 14:25:08.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81412026-09-07T14:25:09.697Z[ recovery-image] Sep 07 14:25:08.648 INFO O| Sep 07 14:25:08.648 INFO STEP 817 (remove_files) COMPLETE
81422026-09-07T14:25:09.697Z[ recovery-image] Sep 07 14:25:08.648 INFO O| Sep 07 14:25:08.648 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-09-07T14:25:09.723Z[ recovery-image] Sep 07 14:25:08.658 INFO O| Sep 07 14:25:08.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81442026-09-07T14:25:09.723Z[ recovery-image] Sep 07 14:25:08.658 INFO O| Sep 07 14:25:08.658 INFO STEP 818 (remove_files) COMPLETE
81452026-09-07T14:25:09.749Z[ recovery-image] Sep 07 14:25:08.658 INFO O| Sep 07 14:25:08.658 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-09-07T14:25:09.749Z[ recovery-image] Sep 07 14:25:08.669 INFO O| Sep 07 14:25:08.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81472026-09-07T14:25:09.749Z[ recovery-image] Sep 07 14:25:08.669 INFO O| Sep 07 14:25:08.669 INFO STEP 819 (remove_files) COMPLETE
81482026-09-07T14:25:09.749Z[ recovery-image] Sep 07 14:25:08.669 INFO O| Sep 07 14:25:08.669 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-09-07T14:25:09.781Z[ recovery-image] Sep 07 14:25:08.695 INFO O| Sep 07 14:25:08.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81502026-09-07T14:25:09.781Z[ recovery-image] Sep 07 14:25:08.695 INFO O| Sep 07 14:25:08.695 INFO STEP 820 (remove_files) COMPLETE
81512026-09-07T14:25:09.781Z[ recovery-image] Sep 07 14:25:08.695 INFO O| Sep 07 14:25:08.695 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-09-07T14:25:09.782Z[ recovery-image] Sep 07 14:25:08.706 INFO O| Sep 07 14:25:08.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81532026-09-07T14:25:09.782Z[ recovery-image] Sep 07 14:25:08.706 INFO O| Sep 07 14:25:08.706 INFO STEP 821 (remove_files) COMPLETE
81542026-09-07T14:25:09.782Z[ recovery-image] Sep 07 14:25:08.706 INFO O| Sep 07 14:25:08.706 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-09-07T14:25:09.782Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
81562026-09-07T14:25:09.782Z[ recovery-image] Sep 07 14:25:08.715 INFO O| Sep 07 14:25:08.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81572026-09-07T14:25:09.782Z[ recovery-image] Sep 07 14:25:08.715 INFO O| Sep 07 14:25:08.715 INFO STEP 822 (remove_files) COMPLETE
81582026-09-07T14:25:09.788Z[ recovery-image] Sep 07 14:25:08.715 INFO O| Sep 07 14:25:08.715 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-09-07T14:25:09.793Z[ recovery-image] Sep 07 14:25:08.724 INFO O| Sep 07 14:25:08.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81602026-09-07T14:25:09.793Z[ recovery-image] Sep 07 14:25:08.724 INFO O| Sep 07 14:25:08.724 INFO STEP 823 (remove_files) COMPLETE
81612026-09-07T14:25:09.793Z[ recovery-image] Sep 07 14:25:08.724 INFO O| Sep 07 14:25:08.724 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-09-07T14:25:09.793Z[ recovery-image] Sep 07 14:25:08.733 INFO O| Sep 07 14:25:08.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81632026-09-07T14:25:09.793Z[ recovery-image] Sep 07 14:25:08.734 INFO O| Sep 07 14:25:08.734 INFO STEP 824 (remove_files) COMPLETE
81642026-09-07T14:25:09.793Z[ recovery-image] Sep 07 14:25:08.734 INFO O| Sep 07 14:25:08.734 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-09-07T14:25:09.797Z[ recovery-image] Sep 07 14:25:08.744 INFO O| Sep 07 14:25:08.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81662026-09-07T14:25:09.797Z[ recovery-image] Sep 07 14:25:08.744 INFO O| Sep 07 14:25:08.743 INFO STEP 825 (remove_files) COMPLETE
81672026-09-07T14:25:09.797Z[ recovery-image] Sep 07 14:25:08.744 INFO O| Sep 07 14:25:08.743 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-09-07T14:25:09.806Z[ recovery-image] Sep 07 14:25:08.755 INFO O| Sep 07 14:25:08.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81692026-09-07T14:25:09.806Z[ recovery-image] Sep 07 14:25:08.755 INFO O| Sep 07 14:25:08.755 INFO STEP 826 (remove_files) COMPLETE
81702026-09-07T14:25:09.806Z[ recovery-image] Sep 07 14:25:08.755 INFO O| Sep 07 14:25:08.755 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-09-07T14:25:09.822Z[ recovery-image] Sep 07 14:25:08.765 INFO O| Sep 07 14:25:08.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81722026-09-07T14:25:09.822Z[ recovery-image] Sep 07 14:25:08.765 INFO O| Sep 07 14:25:08.765 INFO STEP 827 (remove_files) COMPLETE
81732026-09-07T14:25:09.822Z[ recovery-image] Sep 07 14:25:08.765 INFO O| Sep 07 14:25:08.765 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-09-07T14:25:09.830Z[ recovery-image] Sep 07 14:25:08.775 INFO O| Sep 07 14:25:08.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81752026-09-07T14:25:09.830Z[ recovery-image] Sep 07 14:25:08.775 INFO O| Sep 07 14:25:08.775 INFO STEP 828 (remove_files) COMPLETE
81762026-09-07T14:25:09.830Z[ recovery-image] Sep 07 14:25:08.775 INFO O| Sep 07 14:25:08.775 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-09-07T14:25:09.836Z[ recovery-image] Sep 07 14:25:08.784 INFO O| Sep 07 14:25:08.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81782026-09-07T14:25:09.836Z[ recovery-image] Sep 07 14:25:08.784 INFO O| Sep 07 14:25:08.784 INFO STEP 829 (remove_files) COMPLETE
81792026-09-07T14:25:09.836Z[ recovery-image] Sep 07 14:25:08.784 INFO O| Sep 07 14:25:08.784 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-09-07T14:25:09.847Z[ recovery-image] Sep 07 14:25:08.794 INFO O| Sep 07 14:25:08.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81812026-09-07T14:25:09.847Z[ recovery-image] Sep 07 14:25:08.794 INFO O| Sep 07 14:25:08.794 INFO STEP 830 (remove_files) COMPLETE
81822026-09-07T14:25:09.847Z[ recovery-image] Sep 07 14:25:08.794 INFO O| Sep 07 14:25:08.794 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-09-07T14:25:09.856Z[ recovery-image] Sep 07 14:25:08.802 INFO O| Sep 07 14:25:08.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
81842026-09-07T14:25:09.856Z[ recovery-image] Sep 07 14:25:08.802 INFO O| Sep 07 14:25:08.802 INFO STEP 831 (remove_files) COMPLETE
81852026-09-07T14:25:09.856Z[ recovery-image] Sep 07 14:25:08.802 INFO O| Sep 07 14:25:08.802 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-09-07T14:25:09.862Z[ recovery-image] Sep 07 14:25:08.812 INFO O| Sep 07 14:25:08.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
81872026-09-07T14:25:09.862Z[ recovery-image] Sep 07 14:25:08.812 INFO O| Sep 07 14:25:08.812 INFO STEP 832 (remove_files) COMPLETE
81882026-09-07T14:25:09.862Z[ recovery-image] Sep 07 14:25:08.812 INFO O| Sep 07 14:25:08.812 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-09-07T14:25:09.872Z[ recovery-image] Sep 07 14:25:08.821 INFO O| Sep 07 14:25:08.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
81902026-09-07T14:25:09.872Z[ recovery-image] Sep 07 14:25:08.821 INFO O| Sep 07 14:25:08.821 INFO STEP 833 (remove_files) COMPLETE
81912026-09-07T14:25:09.872Z[ recovery-image] Sep 07 14:25:08.821 INFO O| Sep 07 14:25:08.821 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-09-07T14:25:09.882Z[ recovery-image] Sep 07 14:25:08.830 INFO O| Sep 07 14:25:08.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
81932026-09-07T14:25:09.882Z[ recovery-image] Sep 07 14:25:08.830 INFO O| Sep 07 14:25:08.830 INFO STEP 834 (remove_files) COMPLETE
81942026-09-07T14:25:09.882Z[ recovery-image] Sep 07 14:25:08.830 INFO O| Sep 07 14:25:08.830 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-09-07T14:25:09.890Z[ recovery-image] Sep 07 14:25:08.840 INFO O| Sep 07 14:25:08.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
81962026-09-07T14:25:09.890Z[ recovery-image] Sep 07 14:25:08.840 INFO O| Sep 07 14:25:08.840 INFO STEP 835 (remove_files) COMPLETE
81972026-09-07T14:25:09.890Z[ recovery-image] Sep 07 14:25:08.840 INFO O| Sep 07 14:25:08.840 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-09-07T14:25:09.899Z[ recovery-image] Sep 07 14:25:08.849 INFO O| Sep 07 14:25:08.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
81992026-09-07T14:25:09.899Z[ recovery-image] Sep 07 14:25:08.849 INFO O| Sep 07 14:25:08.849 INFO STEP 836 (remove_files) COMPLETE
82002026-09-07T14:25:09.899Z[ recovery-image] Sep 07 14:25:08.849 INFO O| Sep 07 14:25:08.849 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-09-07T14:25:09.909Z[ recovery-image] Sep 07 14:25:08.858 INFO O| Sep 07 14:25:08.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
82022026-09-07T14:25:09.909Z[ recovery-image] Sep 07 14:25:08.858 INFO O| Sep 07 14:25:08.858 INFO STEP 837 (remove_files) COMPLETE
82032026-09-07T14:25:09.909Z[ recovery-image] Sep 07 14:25:08.858 INFO O| Sep 07 14:25:08.858 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-09-07T14:25:09.917Z[ recovery-image] Sep 07 14:25:08.867 INFO O| Sep 07 14:25:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82052026-09-07T14:25:09.917Z[ recovery-image] Sep 07 14:25:08.867 INFO O| Sep 07 14:25:08.867 INFO STEP 838 (remove_files) COMPLETE
82062026-09-07T14:25:09.917Z[ recovery-image] Sep 07 14:25:08.867 INFO O| Sep 07 14:25:08.867 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-09-07T14:25:09.927Z[ recovery-image] Sep 07 14:25:08.876 INFO O| Sep 07 14:25:08.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82082026-09-07T14:25:09.927Z[ recovery-image] Sep 07 14:25:08.876 INFO O| Sep 07 14:25:08.876 INFO STEP 839 (remove_files) COMPLETE
82092026-09-07T14:25:09.933Z[ recovery-image] Sep 07 14:25:08.876 INFO O| Sep 07 14:25:08.876 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-09-07T14:25:09.938Z[ recovery-image] Sep 07 14:25:08.885 INFO O| Sep 07 14:25:08.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82112026-09-07T14:25:09.938Z[ recovery-image] Sep 07 14:25:08.885 INFO O| Sep 07 14:25:08.885 INFO STEP 840 (remove_files) COMPLETE
82122026-09-07T14:25:09.938Z[ recovery-image] Sep 07 14:25:08.885 INFO O| Sep 07 14:25:08.885 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-09-07T14:25:09.946Z[ recovery-image] Sep 07 14:25:08.895 INFO O| Sep 07 14:25:08.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82142026-09-07T14:25:09.946Z[ recovery-image] Sep 07 14:25:08.895 INFO O| Sep 07 14:25:08.895 INFO STEP 841 (remove_files) COMPLETE
82152026-09-07T14:25:09.951Z[ recovery-image] Sep 07 14:25:08.895 INFO O| Sep 07 14:25:08.895 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-09-07T14:25:09.957Z[ recovery-image] Sep 07 14:25:08.906 INFO O| Sep 07 14:25:08.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82172026-09-07T14:25:09.957Z[ recovery-image] Sep 07 14:25:08.906 INFO O| Sep 07 14:25:08.906 INFO STEP 842 (remove_files) COMPLETE
82182026-09-07T14:25:09.957Z[ recovery-image] Sep 07 14:25:08.906 INFO O| Sep 07 14:25:08.906 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-09-07T14:25:09.968Z[ recovery-image] Sep 07 14:25:08.917 INFO O| Sep 07 14:25:08.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82202026-09-07T14:25:09.968Z[ recovery-image] Sep 07 14:25:08.917 INFO O| Sep 07 14:25:08.917 INFO STEP 843 (remove_files) COMPLETE
82212026-09-07T14:25:09.968Z[ recovery-image] Sep 07 14:25:08.917 INFO O| Sep 07 14:25:08.917 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-09-07T14:25:09.977Z[ recovery-image] Sep 07 14:25:08.927 INFO O| Sep 07 14:25:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82232026-09-07T14:25:09.977Z[ recovery-image] Sep 07 14:25:08.927 INFO O| Sep 07 14:25:08.927 INFO STEP 844 (remove_files) COMPLETE
82242026-09-07T14:25:09.977Z[ recovery-image] Sep 07 14:25:08.927 INFO O| Sep 07 14:25:08.927 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-09-07T14:25:09.982Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
82262026-09-07T14:25:09.987Z[ recovery-image] Sep 07 14:25:08.938 INFO O| Sep 07 14:25:08.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82272026-09-07T14:25:09.987Z[ recovery-image] Sep 07 14:25:08.938 INFO O| Sep 07 14:25:08.938 INFO STEP 845 (remove_files) COMPLETE
82282026-09-07T14:25:09.990Z[ recovery-image] Sep 07 14:25:08.938 INFO O| Sep 07 14:25:08.938 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-09-07T14:25:09.995Z[ recovery-image] Sep 07 14:25:08.946 INFO O| Sep 07 14:25:08.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82302026-09-07T14:25:09.996Z[ recovery-image] Sep 07 14:25:08.947 INFO O| Sep 07 14:25:08.947 INFO STEP 846 (remove_files) COMPLETE
82312026-09-07T14:25:09.999Z[ recovery-image] Sep 07 14:25:08.947 INFO O| Sep 07 14:25:08.947 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-09-07T14:25:10.005Z[ recovery-image] Sep 07 14:25:08.956 INFO O| Sep 07 14:25:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82332026-09-07T14:25:10.005Z[ recovery-image] Sep 07 14:25:08.956 INFO O| Sep 07 14:25:08.956 INFO STEP 847 (remove_files) COMPLETE
82342026-09-07T14:25:10.009Z[ recovery-image] Sep 07 14:25:08.956 INFO O| Sep 07 14:25:08.956 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-09-07T14:25:10.015Z[ recovery-image] Sep 07 14:25:08.966 INFO O| Sep 07 14:25:08.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82362026-09-07T14:25:10.015Z[ recovery-image] Sep 07 14:25:08.966 INFO O| Sep 07 14:25:08.966 INFO STEP 848 (remove_files) COMPLETE
82372026-09-07T14:25:10.015Z[ recovery-image] Sep 07 14:25:08.966 INFO O| Sep 07 14:25:08.966 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-09-07T14:25:10.022Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
82392026-09-07T14:25:10.025Z[ recovery-image] Sep 07 14:25:08.976 INFO O| Sep 07 14:25:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82402026-09-07T14:25:10.026Z[ recovery-image] Sep 07 14:25:08.976 INFO O| Sep 07 14:25:08.976 INFO STEP 849 (remove_files) COMPLETE
82412026-09-07T14:25:10.028Z[ recovery-image] Sep 07 14:25:08.976 INFO O| Sep 07 14:25:08.976 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-07T14:25:10.037Z[ recovery-image] Sep 07 14:25:08.987 INFO O| Sep 07 14:25:08.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82432026-09-07T14:25:10.037Z[ recovery-image] Sep 07 14:25:08.988 INFO O| Sep 07 14:25:08.988 INFO STEP 850 (remove_files) COMPLETE
82442026-09-07T14:25:10.037Z[ recovery-image] Sep 07 14:25:08.988 INFO O| Sep 07 14:25:08.988 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-07T14:25:10.048Z[ recovery-image] Sep 07 14:25:08.998 INFO O| Sep 07 14:25:08.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82462026-09-07T14:25:10.048Z[ recovery-image] Sep 07 14:25:08.998 INFO O| Sep 07 14:25:08.998 INFO STEP 851 (remove_files) COMPLETE
82472026-09-07T14:25:10.048Z[ recovery-image] Sep 07 14:25:08.998 INFO O| Sep 07 14:25:08.998 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-07T14:25:10.058Z[ recovery-image] Sep 07 14:25:09.008 INFO O| Sep 07 14:25:09.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82492026-09-07T14:25:10.058Z[ recovery-image] Sep 07 14:25:09.008 INFO O| Sep 07 14:25:09.008 INFO STEP 852 (remove_files) COMPLETE
82502026-09-07T14:25:10.058Z[ recovery-image] Sep 07 14:25:09.008 INFO O| Sep 07 14:25:09.008 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-07T14:25:10.068Z[ recovery-image] Sep 07 14:25:09.018 INFO O| Sep 07 14:25:09.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82522026-09-07T14:25:10.068Z[ recovery-image] Sep 07 14:25:09.018 INFO O| Sep 07 14:25:09.018 INFO STEP 853 (remove_files) COMPLETE
82532026-09-07T14:25:10.069Z[ recovery-image] Sep 07 14:25:09.018 INFO O| Sep 07 14:25:09.018 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-07T14:25:10.079Z[ recovery-image] Sep 07 14:25:09.029 INFO O| Sep 07 14:25:09.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82552026-09-07T14:25:10.079Z[ recovery-image] Sep 07 14:25:09.029 INFO O| Sep 07 14:25:09.029 INFO STEP 854 (remove_files) COMPLETE
82562026-09-07T14:25:10.079Z[ recovery-image] Sep 07 14:25:09.029 INFO O| Sep 07 14:25:09.029 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-09-07T14:25:10.088Z[ recovery-image] Sep 07 14:25:09.039 INFO O| Sep 07 14:25:09.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82582026-09-07T14:25:10.088Z[ recovery-image] Sep 07 14:25:09.039 INFO O| Sep 07 14:25:09.039 INFO STEP 855 (remove_files) COMPLETE
82592026-09-07T14:25:10.088Z[ recovery-image] Sep 07 14:25:09.039 INFO O| Sep 07 14:25:09.039 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-09-07T14:25:10.097Z[ recovery-image] Sep 07 14:25:09.048 INFO O| Sep 07 14:25:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82612026-09-07T14:25:10.097Z[ recovery-image] Sep 07 14:25:09.048 INFO O| Sep 07 14:25:09.048 INFO STEP 856 (remove_files) COMPLETE
82622026-09-07T14:25:10.101Z[ recovery-image] Sep 07 14:25:09.048 INFO O| Sep 07 14:25:09.048 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-09-07T14:25:10.108Z[ recovery-image] Sep 07 14:25:09.059 INFO O| Sep 07 14:25:09.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82642026-09-07T14:25:10.108Z[ recovery-image] Sep 07 14:25:09.059 INFO O| Sep 07 14:25:09.059 INFO STEP 857 (remove_files) COMPLETE
82652026-09-07T14:25:10.111Z[ recovery-image] Sep 07 14:25:09.059 INFO O| Sep 07 14:25:09.059 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-09-07T14:25:10.119Z[ recovery-image] Sep 07 14:25:09.070 INFO O| Sep 07 14:25:09.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82672026-09-07T14:25:10.119Z[ recovery-image] Sep 07 14:25:09.070 INFO O| Sep 07 14:25:09.070 INFO STEP 858 (remove_files) COMPLETE
82682026-09-07T14:25:10.119Z[ recovery-image] Sep 07 14:25:09.070 INFO O| Sep 07 14:25:09.070 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-09-07T14:25:10.130Z[ recovery-image] Sep 07 14:25:09.081 INFO O| Sep 07 14:25:09.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82702026-09-07T14:25:10.130Z[ recovery-image] Sep 07 14:25:09.081 INFO O| Sep 07 14:25:09.081 INFO STEP 859 (remove_files) COMPLETE
82712026-09-07T14:25:10.130Z[ recovery-image] Sep 07 14:25:09.081 INFO O| Sep 07 14:25:09.081 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-09-07T14:25:10.141Z[ recovery-image] Sep 07 14:25:09.091 INFO O| Sep 07 14:25:09.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82732026-09-07T14:25:10.141Z[ recovery-image] Sep 07 14:25:09.091 INFO O| Sep 07 14:25:09.091 INFO STEP 860 (remove_files) COMPLETE
82742026-09-07T14:25:10.141Z[ recovery-image] Sep 07 14:25:09.091 INFO O| Sep 07 14:25:09.091 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-09-07T14:25:10.151Z[ recovery-image] Sep 07 14:25:09.102 INFO O| Sep 07 14:25:09.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82762026-09-07T14:25:10.151Z[ recovery-image] Sep 07 14:25:09.102 INFO O| Sep 07 14:25:09.102 INFO STEP 861 (remove_files) COMPLETE
82772026-09-07T14:25:10.151Z[ recovery-image] Sep 07 14:25:09.102 INFO O| Sep 07 14:25:09.102 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-09-07T14:25:10.162Z[ recovery-image] Sep 07 14:25:09.112 INFO O| Sep 07 14:25:09.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82792026-09-07T14:25:10.162Z[ recovery-image] Sep 07 14:25:09.112 INFO O| Sep 07 14:25:09.112 INFO STEP 862 (remove_files) COMPLETE
82802026-09-07T14:25:10.162Z[ recovery-image] Sep 07 14:25:09.112 INFO O| Sep 07 14:25:09.112 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-09-07T14:25:10.174Z[ recovery-image] Sep 07 14:25:09.124 INFO O| Sep 07 14:25:09.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82822026-09-07T14:25:10.174Z[ recovery-image] Sep 07 14:25:09.124 INFO O| Sep 07 14:25:09.124 INFO STEP 863 (remove_files) COMPLETE
82832026-09-07T14:25:10.177Z[ recovery-image] Sep 07 14:25:09.124 INFO O| Sep 07 14:25:09.124 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-09-07T14:25:10.207Z[ recovery-image] Sep 07 14:25:09.157 INFO O| Sep 07 14:25:09.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
82852026-09-07T14:25:10.207Z[ recovery-image] Sep 07 14:25:09.157 INFO O| Sep 07 14:25:09.157 INFO STEP 864 (remove_files) COMPLETE
82862026-09-07T14:25:10.207Z[ recovery-image] Sep 07 14:25:09.157 INFO O| Sep 07 14:25:09.157 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-09-07T14:25:10.225Z[ recovery-image] Sep 07 14:25:09.176 INFO O| Sep 07 14:25:09.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
82882026-09-07T14:25:10.225Z[ recovery-image] Sep 07 14:25:09.176 INFO O| Sep 07 14:25:09.176 INFO STEP 865 (remove_files) COMPLETE
82892026-09-07T14:25:10.225Z[ recovery-image] Sep 07 14:25:09.176 INFO O| Sep 07 14:25:09.176 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-09-07T14:25:10.239Z[ recovery-image] Sep 07 14:25:09.188 INFO O| Sep 07 14:25:09.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
82912026-09-07T14:25:10.243Z[ recovery-image] Sep 07 14:25:09.188 INFO O| Sep 07 14:25:09.188 INFO STEP 866 (remove_files) COMPLETE
82922026-09-07T14:25:10.243Z[ recovery-image] Sep 07 14:25:09.188 INFO O| Sep 07 14:25:09.188 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-09-07T14:25:10.248Z[ recovery-image] Sep 07 14:25:09.198 INFO O| Sep 07 14:25:09.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
82942026-09-07T14:25:10.248Z[ recovery-image] Sep 07 14:25:09.198 INFO O| Sep 07 14:25:09.198 INFO STEP 867 (remove_files) COMPLETE
82952026-09-07T14:25:10.248Z[ recovery-image] Sep 07 14:25:09.198 INFO O| Sep 07 14:25:09.198 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-09-07T14:25:10.257Z[ recovery-image] Sep 07 14:25:09.208 INFO O| Sep 07 14:25:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
82972026-09-07T14:25:10.257Z[ recovery-image] Sep 07 14:25:09.208 INFO O| Sep 07 14:25:09.208 INFO STEP 868 (remove_files) COMPLETE
82982026-09-07T14:25:10.257Z[ recovery-image] Sep 07 14:25:09.208 INFO O| Sep 07 14:25:09.208 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-09-07T14:25:10.268Z[ recovery-image] Sep 07 14:25:09.218 INFO O| Sep 07 14:25:09.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
83002026-09-07T14:25:10.268Z[ recovery-image] Sep 07 14:25:09.218 INFO O| Sep 07 14:25:09.218 INFO STEP 869 (remove_files) COMPLETE
83012026-09-07T14:25:10.268Z[ recovery-image] Sep 07 14:25:09.218 INFO O| Sep 07 14:25:09.218 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-09-07T14:25:10.277Z[ recovery-image] Sep 07 14:25:09.228 INFO O| Sep 07 14:25:09.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
83032026-09-07T14:25:10.277Z[ recovery-image] Sep 07 14:25:09.228 INFO O| Sep 07 14:25:09.228 INFO STEP 870 (remove_files) COMPLETE
83042026-09-07T14:25:10.282Z[ recovery-image] Sep 07 14:25:09.228 INFO O| Sep 07 14:25:09.228 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-09-07T14:25:10.287Z[ recovery-image] Sep 07 14:25:09.238 INFO O| Sep 07 14:25:09.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83062026-09-07T14:25:10.288Z[ recovery-image] Sep 07 14:25:09.238 INFO O| Sep 07 14:25:09.238 INFO STEP 871 (remove_files) COMPLETE
83072026-09-07T14:25:10.292Z[ recovery-image] Sep 07 14:25:09.238 INFO O| Sep 07 14:25:09.238 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-09-07T14:25:10.297Z[ recovery-image] Sep 07 14:25:09.247 INFO O| Sep 07 14:25:09.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83092026-09-07T14:25:10.297Z[ recovery-image] Sep 07 14:25:09.247 INFO O| Sep 07 14:25:09.247 INFO STEP 872 (remove_files) COMPLETE
83102026-09-07T14:25:10.297Z[ recovery-image] Sep 07 14:25:09.247 INFO O| Sep 07 14:25:09.247 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-09-07T14:25:10.306Z[ recovery-image] Sep 07 14:25:09.256 INFO O| Sep 07 14:25:09.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83122026-09-07T14:25:10.306Z[ recovery-image] Sep 07 14:25:09.256 INFO O| Sep 07 14:25:09.256 INFO STEP 873 (remove_files) COMPLETE
83132026-09-07T14:25:10.306Z[ recovery-image] Sep 07 14:25:09.256 INFO O| Sep 07 14:25:09.256 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-09-07T14:25:10.316Z[ recovery-image] Sep 07 14:25:09.265 INFO O| Sep 07 14:25:09.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83152026-09-07T14:25:10.319Z[ recovery-image] Sep 07 14:25:09.265 INFO O| Sep 07 14:25:09.265 INFO STEP 874 (remove_files) COMPLETE
83162026-09-07T14:25:10.319Z[ recovery-image] Sep 07 14:25:09.265 INFO O| Sep 07 14:25:09.265 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-09-07T14:25:10.324Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
83182026-09-07T14:25:10.327Z[ recovery-image] Sep 07 14:25:09.275 INFO O| Sep 07 14:25:09.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
83192026-09-07T14:25:10.327Z[ recovery-image] Sep 07 14:25:09.275 INFO O| Sep 07 14:25:09.275 INFO STEP 875 (remove_files) COMPLETE
83202026-09-07T14:25:10.327Z[ recovery-image] Sep 07 14:25:09.275 INFO O| Sep 07 14:25:09.275 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-07T14:25:10.335Z[ recovery-image] Sep 07 14:25:09.286 INFO O| Sep 07 14:25:09.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
83222026-09-07T14:25:10.335Z[ recovery-image] Sep 07 14:25:09.286 INFO O| Sep 07 14:25:09.286 INFO STEP 876 (remove_files) COMPLETE
83232026-09-07T14:25:10.338Z[ recovery-image] Sep 07 14:25:09.286 INFO O| Sep 07 14:25:09.286 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-07T14:25:10.345Z[ recovery-image] Sep 07 14:25:09.296 INFO O| Sep 07 14:25:09.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
83252026-09-07T14:25:10.345Z[ recovery-image] Sep 07 14:25:09.296 INFO O| Sep 07 14:25:09.296 INFO STEP 877 (remove_files) COMPLETE
83262026-09-07T14:25:10.348Z[ recovery-image] Sep 07 14:25:09.296 INFO O| Sep 07 14:25:09.296 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-07T14:25:10.354Z[ recovery-image] Sep 07 14:25:09.305 INFO O| Sep 07 14:25:09.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
83282026-09-07T14:25:10.354Z[ recovery-image] Sep 07 14:25:09.305 INFO O| Sep 07 14:25:09.305 INFO STEP 878 (remove_files) COMPLETE
83292026-09-07T14:25:10.371Z[ recovery-image] Sep 07 14:25:09.305 INFO O| Sep 07 14:25:09.305 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-07T14:25:10.371Z[ recovery-image] Sep 07 14:25:09.316 INFO O| Sep 07 14:25:09.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
83312026-09-07T14:25:10.371Z[ recovery-image] Sep 07 14:25:09.316 INFO O| Sep 07 14:25:09.315 INFO STEP 879 (remove_files) COMPLETE
83322026-09-07T14:25:10.371Z[ recovery-image] Sep 07 14:25:09.316 INFO O| Sep 07 14:25:09.315 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-07T14:25:10.371Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
83342026-09-07T14:25:10.376Z[ recovery-image] Sep 07 14:25:09.326 INFO O| Sep 07 14:25:09.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
83352026-09-07T14:25:10.376Z[ recovery-image] Sep 07 14:25:09.326 INFO O| Sep 07 14:25:09.326 INFO STEP 880 (remove_files) COMPLETE
83362026-09-07T14:25:10.376Z[ recovery-image] Sep 07 14:25:09.326 INFO O| Sep 07 14:25:09.326 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-09-07T14:25:10.385Z[ recovery-image] Sep 07 14:25:09.336 INFO O| Sep 07 14:25:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
83382026-09-07T14:25:10.385Z[ recovery-image] Sep 07 14:25:09.336 INFO O| Sep 07 14:25:09.336 INFO STEP 881 (remove_files) COMPLETE
83392026-09-07T14:25:10.385Z[ recovery-image] Sep 07 14:25:09.336 INFO O| Sep 07 14:25:09.336 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-09-07T14:25:10.395Z[ recovery-image] Sep 07 14:25:09.346 INFO O| Sep 07 14:25:09.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
83412026-09-07T14:25:10.395Z[ recovery-image] Sep 07 14:25:09.346 INFO O| Sep 07 14:25:09.346 INFO STEP 882 (remove_files) COMPLETE
83422026-09-07T14:25:10.395Z[ recovery-image] Sep 07 14:25:09.346 INFO O| Sep 07 14:25:09.346 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-09-07T14:25:10.405Z[ recovery-image] Sep 07 14:25:09.355 INFO O| Sep 07 14:25:09.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
83442026-09-07T14:25:10.405Z[ recovery-image] Sep 07 14:25:09.355 INFO O| Sep 07 14:25:09.355 INFO STEP 883 (remove_files) COMPLETE
83452026-09-07T14:25:10.408Z[ recovery-image] Sep 07 14:25:09.355 INFO O| Sep 07 14:25:09.355 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-09-07T14:25:10.413Z[ recovery-image] Sep 07 14:25:09.364 INFO O| Sep 07 14:25:09.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
83472026-09-07T14:25:10.413Z[ recovery-image] Sep 07 14:25:09.364 INFO O| Sep 07 14:25:09.364 INFO STEP 884 (remove_files) COMPLETE
83482026-09-07T14:25:10.413Z[ recovery-image] Sep 07 14:25:09.364 INFO O| Sep 07 14:25:09.364 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-09-07T14:25:10.424Z[ recovery-image] Sep 07 14:25:09.374 INFO O| Sep 07 14:25:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
83502026-09-07T14:25:10.424Z[ recovery-image] Sep 07 14:25:09.374 INFO O| Sep 07 14:25:09.374 INFO STEP 885 (remove_files) COMPLETE
83512026-09-07T14:25:10.424Z[ recovery-image] Sep 07 14:25:09.374 INFO O| Sep 07 14:25:09.374 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-09-07T14:25:10.436Z[ recovery-image] Sep 07 14:25:09.385 INFO O| Sep 07 14:25:09.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
83532026-09-07T14:25:10.436Z[ recovery-image] Sep 07 14:25:09.385 INFO O| Sep 07 14:25:09.385 INFO STEP 886 (remove_files) COMPLETE
83542026-09-07T14:25:10.436Z[ recovery-image] Sep 07 14:25:09.385 INFO O| Sep 07 14:25:09.385 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-09-07T14:25:10.442Z[ recovery-image] Sep 07 14:25:09.393 INFO O| Sep 07 14:25:09.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
83562026-09-07T14:25:10.442Z[ recovery-image] Sep 07 14:25:09.393 INFO O| Sep 07 14:25:09.393 INFO STEP 887 (remove_files) COMPLETE
83572026-09-07T14:25:10.442Z[ recovery-image] Sep 07 14:25:09.393 INFO O| Sep 07 14:25:09.393 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-09-07T14:25:10.451Z[ recovery-image] Sep 07 14:25:09.402 INFO O| Sep 07 14:25:09.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
83592026-09-07T14:25:10.451Z[ recovery-image] Sep 07 14:25:09.402 INFO O| Sep 07 14:25:09.402 INFO STEP 888 (remove_files) COMPLETE
83602026-09-07T14:25:10.451Z[ recovery-image] Sep 07 14:25:09.402 INFO O| Sep 07 14:25:09.402 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-09-07T14:25:10.460Z[ recovery-image] Sep 07 14:25:09.410 INFO O| Sep 07 14:25:09.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
83622026-09-07T14:25:10.463Z[ recovery-image] Sep 07 14:25:09.411 INFO O| Sep 07 14:25:09.411 INFO STEP 889 (remove_files) COMPLETE
83632026-09-07T14:25:10.463Z[ recovery-image] Sep 07 14:25:09.411 INFO O| Sep 07 14:25:09.411 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-09-07T14:25:10.478Z[ recovery-image] Sep 07 14:25:09.423 INFO O| Sep 07 14:25:09.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
83652026-09-07T14:25:10.478Z[ recovery-image] Sep 07 14:25:09.423 INFO O| Sep 07 14:25:09.423 INFO STEP 890 (remove_files) COMPLETE
83662026-09-07T14:25:10.478Z[ recovery-image] Sep 07 14:25:09.423 INFO O| Sep 07 14:25:09.423 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-09-07T14:25:10.487Z[ recovery-image] Sep 07 14:25:09.433 INFO O| Sep 07 14:25:09.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
83682026-09-07T14:25:10.487Z[ recovery-image] Sep 07 14:25:09.433 INFO O| Sep 07 14:25:09.433 INFO STEP 891 (remove_files) COMPLETE
83692026-09-07T14:25:10.487Z[ recovery-image] Sep 07 14:25:09.433 INFO O| Sep 07 14:25:09.433 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-09-07T14:25:10.490Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
83712026-09-07T14:25:10.493Z[ recovery-image] Sep 07 14:25:09.442 INFO O| Sep 07 14:25:09.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
83722026-09-07T14:25:10.493Z[ recovery-image] Sep 07 14:25:09.442 INFO O| Sep 07 14:25:09.442 INFO STEP 892 (remove_files) COMPLETE
83732026-09-07T14:25:10.493Z[ recovery-image] Sep 07 14:25:09.442 INFO O| Sep 07 14:25:09.442 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-09-07T14:25:10.503Z[ recovery-image] Sep 07 14:25:09.451 INFO O| Sep 07 14:25:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
83752026-09-07T14:25:10.503Z[ recovery-image] Sep 07 14:25:09.451 INFO O| Sep 07 14:25:09.451 INFO STEP 893 (remove_files) COMPLETE
83762026-09-07T14:25:10.503Z[ recovery-image] Sep 07 14:25:09.451 INFO O| Sep 07 14:25:09.451 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-09-07T14:25:10.522Z[ recovery-image] Sep 07 14:25:09.463 INFO O| Sep 07 14:25:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
83782026-09-07T14:25:10.522Z[ recovery-image] Sep 07 14:25:09.463 INFO O| Sep 07 14:25:09.463 INFO STEP 894 (remove_files) COMPLETE
83792026-09-07T14:25:10.522Z[ recovery-image] Sep 07 14:25:09.463 INFO O| Sep 07 14:25:09.463 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-09-07T14:25:10.527Z[ recovery-image] Sep 07 14:25:09.473 INFO O| Sep 07 14:25:09.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
83812026-09-07T14:25:10.527Z[ recovery-image] Sep 07 14:25:09.473 INFO O| Sep 07 14:25:09.473 INFO STEP 895 (remove_files) COMPLETE
83822026-09-07T14:25:10.527Z[ recovery-image] Sep 07 14:25:09.473 INFO O| Sep 07 14:25:09.473 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-09-07T14:25:10.532Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
83842026-09-07T14:25:10.539Z[ recovery-image] Sep 07 14:25:09.484 INFO O| Sep 07 14:25:09.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
83852026-09-07T14:25:10.539Z[ recovery-image] Sep 07 14:25:09.484 INFO O| Sep 07 14:25:09.484 INFO STEP 896 (remove_files) COMPLETE
83862026-09-07T14:25:10.539Z[ recovery-image] Sep 07 14:25:09.484 INFO O| Sep 07 14:25:09.484 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-09-07T14:25:10.544Z[ recovery-image] Sep 07 14:25:09.494 INFO O| Sep 07 14:25:09.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
83882026-09-07T14:25:10.544Z[ recovery-image] Sep 07 14:25:09.494 INFO O| Sep 07 14:25:09.494 INFO STEP 897 (remove_files) COMPLETE
83892026-09-07T14:25:10.544Z[ recovery-image] Sep 07 14:25:09.494 INFO O| Sep 07 14:25:09.494 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-09-07T14:25:10.553Z[ recovery-image] Sep 07 14:25:09.502 INFO O| Sep 07 14:25:09.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
83912026-09-07T14:25:10.553Z[ recovery-image] Sep 07 14:25:09.502 INFO O| Sep 07 14:25:09.502 INFO STEP 898 (remove_files) COMPLETE
83922026-09-07T14:25:10.553Z[ recovery-image] Sep 07 14:25:09.502 INFO O| Sep 07 14:25:09.502 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-09-07T14:25:10.560Z[ recovery-image] Sep 07 14:25:09.511 INFO O| Sep 07 14:25:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
83942026-09-07T14:25:10.560Z[ recovery-image] Sep 07 14:25:09.511 INFO O| Sep 07 14:25:09.511 INFO STEP 899 (remove_files) COMPLETE
83952026-09-07T14:25:10.560Z[ recovery-image] Sep 07 14:25:09.511 INFO O| Sep 07 14:25:09.511 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-09-07T14:25:10.576Z[ recovery-image] Sep 07 14:25:09.521 INFO O| Sep 07 14:25:09.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
83972026-09-07T14:25:10.576Z[ recovery-image] Sep 07 14:25:09.522 INFO O| Sep 07 14:25:09.521 INFO STEP 900 (remove_files) COMPLETE
83982026-09-07T14:25:10.576Z[ recovery-image] Sep 07 14:25:09.522 INFO O| Sep 07 14:25:09.521 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-09-07T14:25:10.593Z[ recovery-image] Sep 07 14:25:09.532 INFO O| Sep 07 14:25:09.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
84002026-09-07T14:25:10.593Z[ recovery-image] Sep 07 14:25:09.532 INFO O| Sep 07 14:25:09.532 INFO STEP 901 (remove_files) COMPLETE
84012026-09-07T14:25:10.593Z[ recovery-image] Sep 07 14:25:09.532 INFO O| Sep 07 14:25:09.532 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-09-07T14:25:10.593Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
84032026-09-07T14:25:10.593Z[ recovery-image] Sep 07 14:25:09.543 INFO O| Sep 07 14:25:09.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
84042026-09-07T14:25:10.593Z[ recovery-image] Sep 07 14:25:09.543 INFO O| Sep 07 14:25:09.543 INFO STEP 902 (remove_files) COMPLETE
84052026-09-07T14:25:10.593Z[ recovery-image] Sep 07 14:25:09.543 INFO O| Sep 07 14:25:09.543 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-09-07T14:25:10.606Z[ recovery-image] Sep 07 14:25:09.554 INFO O| Sep 07 14:25:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
84072026-09-07T14:25:10.606Z[ recovery-image] Sep 07 14:25:09.555 INFO O| Sep 07 14:25:09.554 INFO STEP 903 (remove_files) COMPLETE
84082026-09-07T14:25:10.606Z[ recovery-image] Sep 07 14:25:09.555 INFO O| Sep 07 14:25:09.554 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-09-07T14:25:10.614Z[ recovery-image] Sep 07 14:25:09.565 INFO O| Sep 07 14:25:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
84102026-09-07T14:25:10.618Z[ recovery-image] Sep 07 14:25:09.565 INFO O| Sep 07 14:25:09.565 INFO STEP 904 (remove_files) COMPLETE
84112026-09-07T14:25:10.618Z[ recovery-image] Sep 07 14:25:09.565 INFO O| Sep 07 14:25:09.565 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-09-07T14:25:10.626Z[ recovery-image] Sep 07 14:25:09.576 INFO O| Sep 07 14:25:09.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
84132026-09-07T14:25:10.626Z[ recovery-image] Sep 07 14:25:09.576 INFO O| Sep 07 14:25:09.576 INFO STEP 905 (remove_files) COMPLETE
84142026-09-07T14:25:10.626Z[ recovery-image] Sep 07 14:25:09.576 INFO O| Sep 07 14:25:09.576 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-09-07T14:25:10.636Z[verify-libraries] Compiling drift v0.2.0
84162026-09-07T14:25:10.640Z[ recovery-image] Sep 07 14:25:09.589 INFO O| Sep 07 14:25:09.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
84172026-09-07T14:25:10.640Z[ recovery-image] Sep 07 14:25:09.589 INFO O| Sep 07 14:25:09.589 INFO STEP 906 (remove_files) COMPLETE
84182026-09-07T14:25:10.640Z[ recovery-image] Sep 07 14:25:09.589 INFO O| Sep 07 14:25:09.589 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-09-07T14:25:10.650Z[ recovery-image] Sep 07 14:25:09.600 INFO O| Sep 07 14:25:09.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
84202026-09-07T14:25:10.650Z[ recovery-image] Sep 07 14:25:09.600 INFO O| Sep 07 14:25:09.600 INFO STEP 907 (remove_files) COMPLETE
84212026-09-07T14:25:10.650Z[ recovery-image] Sep 07 14:25:09.600 INFO O| Sep 07 14:25:09.600 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.608 INFO O| Sep 07 14:25:09.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
84232026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.608 INFO O| Sep 07 14:25:09.608 INFO STEP 908 (remove_files) COMPLETE
84242026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.608 INFO O| Sep 07 14:25:09.608 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.617 INFO O| Sep 07 14:25:09.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
84262026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.617 INFO O| Sep 07 14:25:09.617 INFO STEP 909 (remove_files) COMPLETE
84272026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.617 INFO O| Sep 07 14:25:09.617 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.625 INFO O| Sep 07 14:25:09.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
84292026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.625 INFO O| Sep 07 14:25:09.625 INFO STEP 910 (remove_files) COMPLETE
84302026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.625 INFO O| Sep 07 14:25:09.625 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-07T14:25:10.729Z[ recovery-image] Sep 07 14:25:09.634 INFO O| Sep 07 14:25:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
84322026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.635 INFO O| Sep 07 14:25:09.635 INFO STEP 911 (remove_files) COMPLETE
84332026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.635 INFO O| Sep 07 14:25:09.635 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.646 INFO O| Sep 07 14:25:09.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
84352026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.646 INFO O| Sep 07 14:25:09.646 INFO STEP 912 (remove_files) COMPLETE
84362026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.646 INFO O| Sep 07 14:25:09.646 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-07T14:25:10.730Z[verify-libraries] Compiling uzers v0.12.2
84382026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.657 INFO O| Sep 07 14:25:09.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
84392026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.657 INFO O| Sep 07 14:25:09.657 INFO STEP 913 (remove_files) COMPLETE
84402026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.657 INFO O| Sep 07 14:25:09.657 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.667 INFO O| Sep 07 14:25:09.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
84422026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.667 INFO O| Sep 07 14:25:09.667 INFO STEP 914 (remove_files) COMPLETE
84432026-09-07T14:25:10.730Z[ recovery-image] Sep 07 14:25:09.667 INFO O| Sep 07 14:25:09.667 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-09-07T14:25:10.734Z[ recovery-image] Sep 07 14:25:09.677 INFO O| Sep 07 14:25:09.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
84452026-09-07T14:25:10.734Z[ recovery-image] Sep 07 14:25:09.677 INFO O| Sep 07 14:25:09.677 INFO STEP 915 (remove_files) COMPLETE
84462026-09-07T14:25:10.734Z[ recovery-image] Sep 07 14:25:09.677 INFO O| Sep 07 14:25:09.677 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-09-07T14:25:10.734Z[verify-libraries] Compiling parse-size v1.1.0
84482026-09-07T14:25:10.738Z[ recovery-image] Sep 07 14:25:09.687 INFO O| Sep 07 14:25:09.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
84492026-09-07T14:25:10.738Z[ recovery-image] Sep 07 14:25:09.687 INFO O| Sep 07 14:25:09.687 INFO STEP 916 (remove_files) COMPLETE
84502026-09-07T14:25:10.738Z[ recovery-image] Sep 07 14:25:09.687 INFO O| Sep 07 14:25:09.687 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-09-07T14:25:10.823Z[ recovery-image] Sep 07 14:25:09.696 INFO O| Sep 07 14:25:09.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
84522026-09-07T14:25:10.823Z[ recovery-image] Sep 07 14:25:09.696 INFO O| Sep 07 14:25:09.696 INFO STEP 917 (remove_files) COMPLETE
84532026-09-07T14:25:10.823Z[ recovery-image] Sep 07 14:25:09.696 INFO O| Sep 07 14:25:09.696 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.706 INFO O| Sep 07 14:25:09.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
84552026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.706 INFO O| Sep 07 14:25:09.706 INFO STEP 918 (remove_files) COMPLETE
84562026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.706 INFO O| Sep 07 14:25:09.706 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.715 INFO O| Sep 07 14:25:09.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
84582026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.716 INFO O| Sep 07 14:25:09.715 INFO STEP 919 (remove_files) COMPLETE
84592026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.716 INFO O| Sep 07 14:25:09.715 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.725 INFO O| Sep 07 14:25:09.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
84612026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.725 INFO O| Sep 07 14:25:09.725 INFO STEP 920 (remove_files) COMPLETE
84622026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.725 INFO O| Sep 07 14:25:09.725 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.734 INFO O| Sep 07 14:25:09.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
84642026-09-07T14:25:10.828Z[ recovery-image] Sep 07 14:25:09.734 INFO O| Sep 07 14:25:09.734 INFO STEP 921 (remove_files) COMPLETE
84652026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.734 INFO O| Sep 07 14:25:09.734 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.746 INFO O| Sep 07 14:25:09.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
84672026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.746 INFO O| Sep 07 14:25:09.746 INFO STEP 922 (remove_files) COMPLETE
84682026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.746 INFO O| Sep 07 14:25:09.746 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.756 INFO O| Sep 07 14:25:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
84702026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.756 INFO O| Sep 07 14:25:09.756 INFO STEP 923 (remove_files) COMPLETE
84712026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.756 INFO O| Sep 07 14:25:09.756 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-09-07T14:25:10.829Z[ recovery-image] Sep 07 14:25:09.768 INFO O| Sep 07 14:25:09.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
84732026-09-07T14:25:10.832Z[ recovery-image] Sep 07 14:25:09.768 INFO O| Sep 07 14:25:09.768 INFO STEP 924 (remove_files) COMPLETE
84742026-09-07T14:25:10.832Z[ recovery-image] Sep 07 14:25:09.768 INFO O| Sep 07 14:25:09.768 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-09-07T14:25:10.832Z[ recovery-image] Sep 07 14:25:09.777 INFO O| Sep 07 14:25:09.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
84762026-09-07T14:25:10.832Z[ recovery-image] Sep 07 14:25:09.777 INFO O| Sep 07 14:25:09.777 INFO STEP 925 (remove_files) COMPLETE
84772026-09-07T14:25:10.832Z[ recovery-image] Sep 07 14:25:09.777 INFO O| Sep 07 14:25:09.777 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-09-07T14:25:10.849Z[ recovery-image] Sep 07 14:25:09.799 INFO O| Sep 07 14:25:09.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
84792026-09-07T14:25:10.849Z[ recovery-image] Sep 07 14:25:09.799 INFO O| Sep 07 14:25:09.799 INFO STEP 926 (remove_files) COMPLETE
84802026-09-07T14:25:10.849Z[ recovery-image] Sep 07 14:25:09.799 INFO O| Sep 07 14:25:09.799 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-09-07T14:25:10.859Z[ recovery-image] Sep 07 14:25:09.809 INFO O| Sep 07 14:25:09.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
84822026-09-07T14:25:10.859Z[ recovery-image] Sep 07 14:25:09.809 INFO O| Sep 07 14:25:09.809 INFO STEP 927 (remove_files) COMPLETE
84832026-09-07T14:25:10.863Z[ recovery-image] Sep 07 14:25:09.809 INFO O| Sep 07 14:25:09.809 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-09-07T14:25:10.868Z[ recovery-image] Sep 07 14:25:09.819 INFO O| Sep 07 14:25:09.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
84852026-09-07T14:25:10.868Z[ recovery-image] Sep 07 14:25:09.819 INFO O| Sep 07 14:25:09.819 INFO STEP 928 (remove_files) COMPLETE
84862026-09-07T14:25:10.872Z[ recovery-image] Sep 07 14:25:09.819 INFO O| Sep 07 14:25:09.819 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-09-07T14:25:10.878Z[ recovery-image] Sep 07 14:25:09.829 INFO O| Sep 07 14:25:09.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
84882026-09-07T14:25:10.878Z[ recovery-image] Sep 07 14:25:09.829 INFO O| Sep 07 14:25:09.829 INFO STEP 929 (remove_files) COMPLETE
84892026-09-07T14:25:10.882Z[ recovery-image] Sep 07 14:25:09.829 INFO O| Sep 07 14:25:09.829 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-09-07T14:25:10.888Z[ recovery-image] Sep 07 14:25:09.839 INFO O| Sep 07 14:25:09.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
84912026-09-07T14:25:10.892Z[ recovery-image] Sep 07 14:25:09.840 INFO O| Sep 07 14:25:09.839 INFO STEP 930 (remove_files) COMPLETE
84922026-09-07T14:25:10.892Z[ recovery-image] Sep 07 14:25:09.840 INFO O| Sep 07 14:25:09.840 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-09-07T14:25:10.902Z[ recovery-image] Sep 07 14:25:09.851 INFO O| Sep 07 14:25:09.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
84942026-09-07T14:25:10.902Z[ recovery-image] Sep 07 14:25:09.851 INFO O| Sep 07 14:25:09.851 INFO STEP 931 (remove_files) COMPLETE
84952026-09-07T14:25:10.902Z[ recovery-image] Sep 07 14:25:09.851 INFO O| Sep 07 14:25:09.851 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-09-07T14:25:10.911Z[ recovery-image] Sep 07 14:25:09.862 INFO O| Sep 07 14:25:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
84972026-09-07T14:25:10.912Z[ recovery-image] Sep 07 14:25:09.862 INFO O| Sep 07 14:25:09.862 INFO STEP 932 (remove_files) COMPLETE
84982026-09-07T14:25:10.912Z[ recovery-image] Sep 07 14:25:09.862 INFO O| Sep 07 14:25:09.862 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-09-07T14:25:10.922Z[ recovery-image] Sep 07 14:25:09.872 INFO O| Sep 07 14:25:09.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
85002026-09-07T14:25:10.922Z[ recovery-image] Sep 07 14:25:09.873 INFO O| Sep 07 14:25:09.873 INFO STEP 933 (remove_files) COMPLETE
85012026-09-07T14:25:10.922Z[ recovery-image] Sep 07 14:25:09.873 INFO O| Sep 07 14:25:09.873 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.882 INFO O| Sep 07 14:25:09.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
85032026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.882 INFO O| Sep 07 14:25:09.882 INFO STEP 934 (remove_files) COMPLETE
85042026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.882 INFO O| Sep 07 14:25:09.882 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.892 INFO O| Sep 07 14:25:09.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
85062026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.892 INFO O| Sep 07 14:25:09.892 INFO STEP 935 (remove_files) COMPLETE
85072026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.892 INFO O| Sep 07 14:25:09.892 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.902 INFO O| Sep 07 14:25:09.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
85092026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.902 INFO O| Sep 07 14:25:09.902 INFO STEP 936 (remove_files) COMPLETE
85102026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.902 INFO O| Sep 07 14:25:09.902 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.912 INFO O| Sep 07 14:25:09.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
85122026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.912 INFO O| Sep 07 14:25:09.912 INFO STEP 937 (remove_files) COMPLETE
85132026-09-07T14:25:10.965Z[ recovery-image] Sep 07 14:25:09.912 INFO O| Sep 07 14:25:09.912 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.923 INFO O| Sep 07 14:25:09.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
85152026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.923 INFO O| Sep 07 14:25:09.923 INFO STEP 938 (remove_files) COMPLETE
85162026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.923 INFO O| Sep 07 14:25:09.923 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.934 INFO O| Sep 07 14:25:09.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
85182026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.934 INFO O| Sep 07 14:25:09.934 INFO STEP 939 (remove_files) COMPLETE
85192026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.934 INFO O| Sep 07 14:25:09.934 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.945 INFO O| Sep 07 14:25:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
85212026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.945 INFO O| Sep 07 14:25:09.945 INFO STEP 940 (remove_files) COMPLETE
85222026-09-07T14:25:11.208Z[ recovery-image] Sep 07 14:25:09.945 INFO O| Sep 07 14:25:09.945 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-09-07T14:25:11.208Z[ host-image] Sep 07 14:25:09.949 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
85242026-09-07T14:25:11.208Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
85252026-09-07T14:25:11.208Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
85262026-09-07T14:25:11.208Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
85272026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
85282026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
85292026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
85302026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
85312026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.950 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260907T141132Z
85322026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
85332026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
85342026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
85352026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
85362026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
85372026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
85382026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.951 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
85392026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
85402026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
85412026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
85422026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
85432026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
85442026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
85452026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
85462026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
85472026-09-07T14:25:11.209Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
85482026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
85492026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
85502026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
85512026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
85522026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
85532026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
85542026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
85552026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.952 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
85562026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.953 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
85572026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.953 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
85582026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.953 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
85592026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.953 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
85602026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.953 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
85612026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.953 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
85622026-09-07T14:25:11.210Z[ recovery-image] Sep 07 14:25:09.957 INFO O| Sep 07 14:25:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
85632026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
85642026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
85652026-09-07T14:25:11.210Z[ recovery-image] Sep 07 14:25:09.957 INFO O| Sep 07 14:25:09.957 INFO STEP 941 (remove_files) COMPLETE
85662026-09-07T14:25:11.210Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
85672026-09-07T14:25:11.210Z[ recovery-image] Sep 07 14:25:09.957 INFO O| Sep 07 14:25:09.957 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
85692026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
85702026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
85712026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
85722026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
85732026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
85742026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.956 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
85752026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.957 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
85762026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.960 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
85772026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.960 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
85782026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.960 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
85792026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.960 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
85802026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.960 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
85812026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.960 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
85822026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.972 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
85832026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.972 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
85842026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.972 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
85852026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.972 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
85862026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
85872026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
85882026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
85892026-09-07T14:25:11.211Z[ recovery-image] Sep 07 14:25:09.973 INFO O| Sep 07 14:25:09.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
85902026-09-07T14:25:11.211Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
85912026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
85922026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
85932026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
85942026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
85952026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.973 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
85962026-09-07T14:25:11.212Z[ recovery-image] Sep 07 14:25:09.973 INFO O| Sep 07 14:25:09.973 INFO STEP 942 (remove_files) COMPLETE
85972026-09-07T14:25:11.212Z[ recovery-image] Sep 07 14:25:09.973 INFO O| Sep 07 14:25:09.973 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.974 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
85992026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.974 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
86002026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.974 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
86012026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.974 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
86022026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.974 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
86032026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.978 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
86042026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.978 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
86052026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.978 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
86062026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.979 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
86072026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.979 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
86082026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.979 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
86092026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.979 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
86102026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.979 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
86112026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.979 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
86122026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
86132026-09-07T14:25:11.212Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
86142026-09-07T14:25:11.218Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
86152026-09-07T14:25:11.218Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
86162026-09-07T14:25:11.218Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
86172026-09-07T14:25:11.218Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
86182026-09-07T14:25:11.218Z[ host-image] Sep 07 14:25:09.980 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
86192026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.981 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
86202026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.983 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
86212026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.983 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
86222026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.983 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
86232026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.983 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
86242026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.983 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
86252026-09-07T14:25:11.219Z[ recovery-image] Sep 07 14:25:09.983 INFO O| Sep 07 14:25:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
86262026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.983 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
86272026-09-07T14:25:11.219Z[ recovery-image] Sep 07 14:25:09.984 INFO O| Sep 07 14:25:09.984 INFO STEP 943 (remove_files) COMPLETE
86282026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.984 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
86292026-09-07T14:25:11.219Z[ recovery-image] Sep 07 14:25:09.984 INFO O| Sep 07 14:25:09.984 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.984 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
86312026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.984 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
86322026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.984 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
86332026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.987 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
86342026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.987 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
86352026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.987 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
86362026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.987 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
86372026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.987 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
86382026-09-07T14:25:11.219Z[ recovery-image] Sep 07 14:25:09.993 INFO O| Sep 07 14:25:09.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
86392026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.993 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
86402026-09-07T14:25:11.219Z[ recovery-image] Sep 07 14:25:09.993 INFO O| Sep 07 14:25:09.993 INFO STEP 944 (remove_files) COMPLETE
86412026-09-07T14:25:11.219Z[ host-image] Sep 07 14:25:09.993 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
86422026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:09.993 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
86432026-09-07T14:25:11.220Z[ recovery-image] Sep 07 14:25:09.993 INFO O| Sep 07 14:25:09.993 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:09.993 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
86452026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:09.993 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
86462026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.001 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
86472026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.001 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
86482026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.001 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
86492026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.001 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
86502026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
86512026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
86522026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
86532026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
86542026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
86552026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
86562026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
86572026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
86582026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.002 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
86592026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.003 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
86602026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.003 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
86612026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
86622026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
86632026-09-07T14:25:11.220Z[ recovery-image] Sep 07 14:25:10.004 INFO O| Sep 07 14:25:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
86642026-09-07T14:25:11.220Z[ recovery-image] Sep 07 14:25:10.004 INFO O| Sep 07 14:25:10.004 INFO STEP 945 (remove_files) COMPLETE
86652026-09-07T14:25:11.220Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
86662026-09-07T14:25:11.220Z[ recovery-image] Sep 07 14:25:10.004 INFO O| Sep 07 14:25:10.004 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
86682026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
86692026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
86702026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
86712026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
86722026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
86732026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
86742026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
86752026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
86762026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
86772026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
86782026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.004 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
86792026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.005 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
86802026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.005 INFO O| tempdir @ "/tmp/.tmpK4uZxW/tmp"
86812026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.005 INFO O| image root @ "/tmp/.tmpK4uZxW/tmp/root"
86822026-09-07T14:25:11.221Z[ host-image] Sep 07 14:25:10.005 INFO O| creating image...
86832026-09-07T14:25:11.221Z[ recovery-image] Sep 07 14:25:10.012 INFO O| Sep 07 14:25:10.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
86842026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.012 INFO O| Sep 07 14:25:10.012 INFO STEP 946 (remove_files) COMPLETE
86852026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.012 INFO O| Sep 07 14:25:10.012 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.022 INFO O| Sep 07 14:25:10.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
86872026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.022 INFO O| Sep 07 14:25:10.022 INFO STEP 947 (remove_files) COMPLETE
86882026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.022 INFO O| Sep 07 14:25:10.022 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-09-07T14:25:11.222Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86902026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.033 INFO O| Sep 07 14:25:10.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
86912026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.033 INFO O| Sep 07 14:25:10.033 INFO STEP 948 (remove_files) COMPLETE
86922026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.033 INFO O| Sep 07 14:25:10.033 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.042 INFO O| Sep 07 14:25:10.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
86942026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.043 INFO O| Sep 07 14:25:10.042 INFO STEP 949 (remove_files) COMPLETE
86952026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.043 INFO O| Sep 07 14:25:10.043 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.054 INFO O| Sep 07 14:25:10.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
86972026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.054 INFO O| Sep 07 14:25:10.054 INFO STEP 950 (remove_files) COMPLETE
86982026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.054 INFO O| Sep 07 14:25:10.054 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.064 INFO O| Sep 07 14:25:10.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
87002026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.064 INFO O| Sep 07 14:25:10.064 INFO STEP 951 (remove_files) COMPLETE
87012026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.064 INFO O| Sep 07 14:25:10.064 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.074 INFO O| Sep 07 14:25:10.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
87032026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.074 INFO O| Sep 07 14:25:10.074 INFO STEP 952 (remove_files) COMPLETE
87042026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.074 INFO O| Sep 07 14:25:10.074 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-09-07T14:25:11.222Z[ recovery-image] Sep 07 14:25:10.086 INFO O| Sep 07 14:25:10.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
87062026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.086 INFO O| Sep 07 14:25:10.086 INFO STEP 953 (remove_files) COMPLETE
87072026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.086 INFO O| Sep 07 14:25:10.086 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.097 INFO O| Sep 07 14:25:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
87092026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.097 INFO O| Sep 07 14:25:10.097 INFO STEP 954 (remove_files) COMPLETE
87102026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.097 INFO O| Sep 07 14:25:10.097 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.109 INFO O| Sep 07 14:25:10.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
87122026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.109 INFO O| Sep 07 14:25:10.109 INFO STEP 955 (remove_files) COMPLETE
87132026-09-07T14:25:11.223Z[ recovery-image] Sep 07 14:25:10.109 INFO O| Sep 07 14:25:10.109 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.120 INFO O| Sep 07 14:25:10.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
87152026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.120 INFO O| Sep 07 14:25:10.120 INFO STEP 956 (remove_files) COMPLETE
87162026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.120 INFO O| Sep 07 14:25:10.120 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.130 INFO O| Sep 07 14:25:10.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
87182026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.130 INFO O| Sep 07 14:25:10.130 INFO STEP 957 (remove_files) COMPLETE
87192026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.130 INFO O| Sep 07 14:25:10.130 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.140 INFO O| Sep 07 14:25:10.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
87212026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.140 INFO O| Sep 07 14:25:10.140 INFO STEP 958 (remove_files) COMPLETE
87222026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.140 INFO O| Sep 07 14:25:10.140 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-09-07T14:25:11.227Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87242026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.151 INFO O| Sep 07 14:25:10.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
87252026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.151 INFO O| Sep 07 14:25:10.151 INFO STEP 959 (remove_files) COMPLETE
87262026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.151 INFO O| Sep 07 14:25:10.151 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.162 INFO O| Sep 07 14:25:10.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
87282026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.162 INFO O| Sep 07 14:25:10.162 INFO STEP 960 (remove_files) COMPLETE
87292026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.162 INFO O| Sep 07 14:25:10.162 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.172 INFO O| Sep 07 14:25:10.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
87312026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.172 INFO O| Sep 07 14:25:10.172 INFO STEP 961 (remove_files) COMPLETE
87322026-09-07T14:25:11.227Z[ recovery-image] Sep 07 14:25:10.172 INFO O| Sep 07 14:25:10.172 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-09-07T14:25:11.232Z[ recovery-image] Sep 07 14:25:10.182 INFO O| Sep 07 14:25:10.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
87342026-09-07T14:25:11.238Z[ recovery-image] Sep 07 14:25:10.182 INFO O| Sep 07 14:25:10.182 INFO STEP 962 (remove_files) COMPLETE
87352026-09-07T14:25:11.238Z[ recovery-image] Sep 07 14:25:10.182 INFO O| Sep 07 14:25:10.182 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-09-07T14:25:11.243Z[ recovery-image] Sep 07 14:25:10.194 INFO O| Sep 07 14:25:10.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
87372026-09-07T14:25:11.243Z[ recovery-image] Sep 07 14:25:10.194 INFO O| Sep 07 14:25:10.194 INFO STEP 963 (remove_files) COMPLETE
87382026-09-07T14:25:11.248Z[ recovery-image] Sep 07 14:25:10.194 INFO O| Sep 07 14:25:10.194 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87392026-09-07T14:25:11.257Z[ recovery-image] Sep 07 14:25:10.208 INFO O| Sep 07 14:25:10.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
87402026-09-07T14:25:11.258Z[ recovery-image] Sep 07 14:25:10.208 INFO O| Sep 07 14:25:10.203 INFO STEP 964 (remove_files) COMPLETE
87412026-09-07T14:25:11.258Z[ recovery-image] Sep 07 14:25:10.208 INFO O| Sep 07 14:25:10.203 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87422026-09-07T14:25:11.264Z[ recovery-image] Sep 07 14:25:10.214 INFO O| Sep 07 14:25:10.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
87432026-09-07T14:25:11.264Z[ recovery-image] Sep 07 14:25:10.214 INFO O| Sep 07 14:25:10.212 INFO STEP 965 (remove_files) COMPLETE
87442026-09-07T14:25:11.268Z[ recovery-image] Sep 07 14:25:10.215 INFO O| Sep 07 14:25:10.212 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87452026-09-07T14:25:11.271Z[ recovery-image] Sep 07 14:25:10.220 INFO O| Sep 07 14:25:10.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
87462026-09-07T14:25:11.271Z[ recovery-image] Sep 07 14:25:10.220 INFO O| Sep 07 14:25:10.220 INFO STEP 966 (remove_files) COMPLETE
87472026-09-07T14:25:11.271Z[ recovery-image] Sep 07 14:25:10.220 INFO O| Sep 07 14:25:10.220 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87482026-09-07T14:25:11.277Z[ recovery-image] Sep 07 14:25:10.228 INFO O| Sep 07 14:25:10.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
87492026-09-07T14:25:11.277Z[ recovery-image] Sep 07 14:25:10.228 INFO O| Sep 07 14:25:10.228 INFO STEP 967 (remove_files) COMPLETE
87502026-09-07T14:25:11.277Z[ recovery-image] Sep 07 14:25:10.228 INFO O| Sep 07 14:25:10.228 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87512026-09-07T14:25:11.289Z[ recovery-image] Sep 07 14:25:10.239 INFO O| Sep 07 14:25:10.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
87522026-09-07T14:25:11.289Z[ recovery-image] Sep 07 14:25:10.239 INFO O| Sep 07 14:25:10.239 INFO STEP 968 (remove_files) COMPLETE
87532026-09-07T14:25:11.289Z[ recovery-image] Sep 07 14:25:10.239 INFO O| Sep 07 14:25:10.239 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87542026-09-07T14:25:11.299Z[ recovery-image] Sep 07 14:25:10.249 INFO O| Sep 07 14:25:10.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
87552026-09-07T14:25:11.299Z[ recovery-image] Sep 07 14:25:10.249 INFO O| Sep 07 14:25:10.249 INFO STEP 969 (remove_files) COMPLETE
87562026-09-07T14:25:11.299Z[ recovery-image] Sep 07 14:25:10.249 INFO O| Sep 07 14:25:10.249 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87572026-09-07T14:25:11.308Z[ recovery-image] Sep 07 14:25:10.259 INFO O| Sep 07 14:25:10.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87582026-09-07T14:25:11.308Z[ recovery-image] Sep 07 14:25:10.259 INFO O| Sep 07 14:25:10.259 INFO STEP 970 (remove_files) COMPLETE
87592026-09-07T14:25:11.308Z[ recovery-image] Sep 07 14:25:10.259 INFO O| Sep 07 14:25:10.259 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87602026-09-07T14:25:11.318Z[ recovery-image] Sep 07 14:25:10.268 INFO O| Sep 07 14:25:10.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87612026-09-07T14:25:11.318Z[ recovery-image] Sep 07 14:25:10.268 INFO O| Sep 07 14:25:10.268 INFO STEP 971 (remove_files) COMPLETE
87622026-09-07T14:25:11.318Z[ recovery-image] Sep 07 14:25:10.268 INFO O| Sep 07 14:25:10.268 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87632026-09-07T14:25:11.328Z[ recovery-image] Sep 07 14:25:10.279 INFO O| Sep 07 14:25:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87642026-09-07T14:25:11.328Z[ recovery-image] Sep 07 14:25:10.279 INFO O| Sep 07 14:25:10.279 INFO STEP 972 (remove_files) COMPLETE
87652026-09-07T14:25:11.328Z[ recovery-image] Sep 07 14:25:10.279 INFO O| Sep 07 14:25:10.279 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87662026-09-07T14:25:11.337Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87672026-09-07T14:25:11.340Z[ recovery-image] Sep 07 14:25:10.288 INFO O| Sep 07 14:25:10.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87682026-09-07T14:25:11.341Z[ recovery-image] Sep 07 14:25:10.288 INFO O| Sep 07 14:25:10.288 INFO STEP 973 (remove_files) COMPLETE
87692026-09-07T14:25:11.341Z[ recovery-image] Sep 07 14:25:10.288 INFO O| Sep 07 14:25:10.288 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-09-07T14:25:11.347Z[ recovery-image] Sep 07 14:25:10.297 INFO O| Sep 07 14:25:10.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87712026-09-07T14:25:11.347Z[ recovery-image] Sep 07 14:25:10.297 INFO O| Sep 07 14:25:10.297 INFO STEP 974 (remove_files) COMPLETE
87722026-09-07T14:25:11.347Z[ recovery-image] Sep 07 14:25:10.297 INFO O| Sep 07 14:25:10.297 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-09-07T14:25:11.358Z[ recovery-image] Sep 07 14:25:10.308 INFO O| Sep 07 14:25:10.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87742026-09-07T14:25:11.358Z[ recovery-image] Sep 07 14:25:10.308 INFO O| Sep 07 14:25:10.308 INFO STEP 975 (remove_files) COMPLETE
87752026-09-07T14:25:11.362Z[ recovery-image] Sep 07 14:25:10.308 INFO O| Sep 07 14:25:10.308 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-09-07T14:25:11.368Z[ recovery-image] Sep 07 14:25:10.319 INFO O| Sep 07 14:25:10.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87772026-09-07T14:25:11.368Z[ recovery-image] Sep 07 14:25:10.319 INFO O| Sep 07 14:25:10.319 INFO STEP 976 (remove_files) COMPLETE
87782026-09-07T14:25:11.372Z[ recovery-image] Sep 07 14:25:10.319 INFO O| Sep 07 14:25:10.319 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-09-07T14:25:11.378Z[ recovery-image] Sep 07 14:25:10.329 INFO O| Sep 07 14:25:10.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87802026-09-07T14:25:11.378Z[ recovery-image] Sep 07 14:25:10.329 INFO O| Sep 07 14:25:10.329 INFO STEP 977 (remove_files) COMPLETE
87812026-09-07T14:25:11.382Z[ recovery-image] Sep 07 14:25:10.329 INFO O| Sep 07 14:25:10.329 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-07T14:25:11.388Z[ recovery-image] Sep 07 14:25:10.339 INFO O| Sep 07 14:25:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87832026-09-07T14:25:11.388Z[ recovery-image] Sep 07 14:25:10.339 INFO O| Sep 07 14:25:10.339 INFO STEP 978 (remove_files) COMPLETE
87842026-09-07T14:25:11.388Z[ recovery-image] Sep 07 14:25:10.339 INFO O| Sep 07 14:25:10.339 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-07T14:25:11.401Z[ recovery-image] Sep 07 14:25:10.350 INFO O| Sep 07 14:25:10.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87862026-09-07T14:25:11.401Z[ recovery-image] Sep 07 14:25:10.350 INFO O| Sep 07 14:25:10.350 INFO STEP 979 (remove_files) COMPLETE
87872026-09-07T14:25:11.401Z[ recovery-image] Sep 07 14:25:10.350 INFO O| Sep 07 14:25:10.350 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-07T14:25:11.409Z[ recovery-image] Sep 07 14:25:10.360 INFO O| Sep 07 14:25:10.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87892026-09-07T14:25:11.409Z[ recovery-image] Sep 07 14:25:10.360 INFO O| Sep 07 14:25:10.360 INFO STEP 980 (remove_files) COMPLETE
87902026-09-07T14:25:11.409Z[ recovery-image] Sep 07 14:25:10.360 INFO O| Sep 07 14:25:10.360 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-09-07T14:25:11.860Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87922026-09-07T14:25:12.063Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87932026-09-07T14:25:12.093Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87942026-09-07T14:25:13.406Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87952026-09-07T14:25:13.514Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87962026-09-07T14:25:14.274Z[ recovery-image] Sep 07 14:25:13.224 INFO O| Sep 07 14:25:13.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87972026-09-07T14:25:14.274Z[ recovery-image] Sep 07 14:25:13.224 INFO O| Sep 07 14:25:13.224 INFO STEP 981 (remove_files) COMPLETE
87982026-09-07T14:25:14.274Z[ recovery-image] Sep 07 14:25:13.224 INFO O| Sep 07 14:25:13.224 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87992026-09-07T14:25:14.285Z[ recovery-image] Sep 07 14:25:13.235 INFO O| Sep 07 14:25:13.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
88002026-09-07T14:25:14.285Z[ recovery-image] Sep 07 14:25:13.235 INFO O| Sep 07 14:25:13.235 INFO STEP 982 (remove_files) COMPLETE
88012026-09-07T14:25:14.285Z[ recovery-image] Sep 07 14:25:13.235 INFO O| Sep 07 14:25:13.235 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88022026-09-07T14:25:14.293Z[ recovery-image] Sep 07 14:25:13.244 INFO O| Sep 07 14:25:13.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
88032026-09-07T14:25:14.293Z[ recovery-image] Sep 07 14:25:13.244 INFO O| Sep 07 14:25:13.244 INFO STEP 983 (remove_files) COMPLETE
88042026-09-07T14:25:14.293Z[ recovery-image] Sep 07 14:25:13.244 INFO O| Sep 07 14:25:13.244 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88052026-09-07T14:25:14.302Z[ recovery-image] Sep 07 14:25:13.253 INFO O| Sep 07 14:25:13.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
88062026-09-07T14:25:14.303Z[ recovery-image] Sep 07 14:25:13.253 INFO O| Sep 07 14:25:13.253 INFO STEP 984 (remove_files) COMPLETE
88072026-09-07T14:25:14.303Z[ recovery-image] Sep 07 14:25:13.253 INFO O| Sep 07 14:25:13.253 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-07T14:25:14.312Z[ recovery-image] Sep 07 14:25:13.262 INFO O| Sep 07 14:25:13.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
88092026-09-07T14:25:14.313Z[ recovery-image] Sep 07 14:25:13.262 INFO O| Sep 07 14:25:13.262 INFO STEP 985 (remove_files) COMPLETE
88102026-09-07T14:25:14.313Z[ recovery-image] Sep 07 14:25:13.262 INFO O| Sep 07 14:25:13.262 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-07T14:25:14.323Z[ recovery-image] Sep 07 14:25:13.271 INFO O| Sep 07 14:25:13.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
88122026-09-07T14:25:14.323Z[ recovery-image] Sep 07 14:25:13.271 INFO O| Sep 07 14:25:13.271 INFO STEP 986 (remove_files) COMPLETE
88132026-09-07T14:25:14.323Z[ recovery-image] Sep 07 14:25:13.271 INFO O| Sep 07 14:25:13.271 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-07T14:25:14.331Z[ recovery-image] Sep 07 14:25:13.280 INFO O| Sep 07 14:25:13.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88152026-09-07T14:25:14.332Z[ recovery-image] Sep 07 14:25:13.280 INFO O| Sep 07 14:25:13.280 INFO STEP 987 (remove_files) COMPLETE
88162026-09-07T14:25:14.332Z[ recovery-image] Sep 07 14:25:13.280 INFO O| Sep 07 14:25:13.280 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-09-07T14:25:14.340Z[ recovery-image] Sep 07 14:25:13.290 INFO O| Sep 07 14:25:13.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88182026-09-07T14:25:14.340Z[ recovery-image] Sep 07 14:25:13.290 INFO O| Sep 07 14:25:13.290 INFO STEP 988 (remove_files) COMPLETE
88192026-09-07T14:25:14.340Z[ recovery-image] Sep 07 14:25:13.290 INFO O| Sep 07 14:25:13.290 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-09-07T14:25:14.351Z[ recovery-image] Sep 07 14:25:13.299 INFO O| Sep 07 14:25:13.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88212026-09-07T14:25:14.351Z[ recovery-image] Sep 07 14:25:13.299 INFO O| Sep 07 14:25:13.299 INFO STEP 989 (remove_files) COMPLETE
88222026-09-07T14:25:14.351Z[ recovery-image] Sep 07 14:25:13.299 INFO O| Sep 07 14:25:13.299 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-09-07T14:25:14.358Z[ recovery-image] Sep 07 14:25:13.307 INFO O| Sep 07 14:25:13.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88242026-09-07T14:25:14.358Z[ recovery-image] Sep 07 14:25:13.307 INFO O| Sep 07 14:25:13.307 INFO STEP 990 (remove_files) COMPLETE
88252026-09-07T14:25:14.358Z[ recovery-image] Sep 07 14:25:13.307 INFO O| Sep 07 14:25:13.307 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88262026-09-07T14:25:14.367Z[ recovery-image] Sep 07 14:25:13.317 INFO O| Sep 07 14:25:13.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88272026-09-07T14:25:14.367Z[ recovery-image] Sep 07 14:25:13.317 INFO O| Sep 07 14:25:13.317 INFO STEP 991 (remove_files) COMPLETE
88282026-09-07T14:25:14.367Z[ recovery-image] Sep 07 14:25:13.317 INFO O| Sep 07 14:25:13.317 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88292026-09-07T14:25:14.376Z[ recovery-image] Sep 07 14:25:13.327 INFO O| Sep 07 14:25:13.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88302026-09-07T14:25:14.377Z[ recovery-image] Sep 07 14:25:13.327 INFO O| Sep 07 14:25:13.327 INFO STEP 992 (remove_files) COMPLETE
88312026-09-07T14:25:14.377Z[ recovery-image] Sep 07 14:25:13.327 INFO O| Sep 07 14:25:13.327 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88322026-09-07T14:25:14.384Z[ host-image] Sep 07 14:25:13.330 INFO O| copying publishers...
88332026-09-07T14:25:14.391Z[ recovery-image] Sep 07 14:25:13.337 INFO O| Sep 07 14:25:13.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88342026-09-07T14:25:14.391Z[ recovery-image] Sep 07 14:25:13.337 INFO O| Sep 07 14:25:13.337 INFO STEP 993 (remove_files) COMPLETE
88352026-09-07T14:25:14.391Z[ recovery-image] Sep 07 14:25:13.337 INFO O| Sep 07 14:25:13.337 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-07T14:25:14.399Z[ recovery-image] Sep 07 14:25:13.345 INFO O| Sep 07 14:25:13.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88372026-09-07T14:25:14.399Z[ recovery-image] Sep 07 14:25:13.345 INFO O| Sep 07 14:25:13.345 INFO STEP 994 (remove_files) COMPLETE
88382026-09-07T14:25:14.399Z[ recovery-image] Sep 07 14:25:13.345 INFO O| Sep 07 14:25:13.345 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-07T14:25:14.408Z[ recovery-image] Sep 07 14:25:13.355 INFO O| Sep 07 14:25:13.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88402026-09-07T14:25:14.408Z[ recovery-image] Sep 07 14:25:13.355 INFO O| Sep 07 14:25:13.355 INFO STEP 995 (remove_files) COMPLETE
88412026-09-07T14:25:14.408Z[ recovery-image] Sep 07 14:25:13.355 INFO O| Sep 07 14:25:13.355 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-07T14:25:14.418Z[ recovery-image] Sep 07 14:25:13.364 INFO O| Sep 07 14:25:13.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88432026-09-07T14:25:14.418Z[ recovery-image] Sep 07 14:25:13.364 INFO O| Sep 07 14:25:13.364 INFO STEP 996 (remove_files) COMPLETE
88442026-09-07T14:25:14.418Z[ recovery-image] Sep 07 14:25:13.364 INFO O| Sep 07 14:25:13.364 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-07T14:25:14.428Z[ recovery-image] Sep 07 14:25:13.373 INFO O| Sep 07 14:25:13.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88462026-09-07T14:25:14.428Z[ recovery-image] Sep 07 14:25:13.373 INFO O| Sep 07 14:25:13.373 INFO STEP 997 (remove_files) COMPLETE
88472026-09-07T14:25:14.428Z[ recovery-image] Sep 07 14:25:13.373 INFO O| Sep 07 14:25:13.373 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-07T14:25:14.436Z[ recovery-image] Sep 07 14:25:13.382 INFO O| Sep 07 14:25:13.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88492026-09-07T14:25:14.436Z[ recovery-image] Sep 07 14:25:13.382 INFO O| Sep 07 14:25:13.382 INFO STEP 998 (remove_files) COMPLETE
88502026-09-07T14:25:14.436Z[ recovery-image] Sep 07 14:25:13.382 INFO O| Sep 07 14:25:13.382 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88512026-09-07T14:25:14.443Z[ recovery-image] Sep 07 14:25:13.392 INFO O| Sep 07 14:25:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88522026-09-07T14:25:14.443Z[ recovery-image] Sep 07 14:25:13.392 INFO O| Sep 07 14:25:13.392 INFO STEP 999 (remove_files) COMPLETE
88532026-09-07T14:25:14.443Z[ recovery-image] Sep 07 14:25:13.392 INFO O| Sep 07 14:25:13.392 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88542026-09-07T14:25:14.451Z[ recovery-image] Sep 07 14:25:13.401 INFO O| Sep 07 14:25:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88552026-09-07T14:25:14.451Z[ recovery-image] Sep 07 14:25:13.401 INFO O| Sep 07 14:25:13.401 INFO STEP 1000 (remove_files) COMPLETE
88562026-09-07T14:25:14.451Z[ recovery-image] Sep 07 14:25:13.401 INFO O| Sep 07 14:25:13.401 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88572026-09-07T14:25:14.460Z[ recovery-image] Sep 07 14:25:13.411 INFO O| Sep 07 14:25:13.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88582026-09-07T14:25:14.460Z[ recovery-image] Sep 07 14:25:13.411 INFO O| Sep 07 14:25:13.411 INFO STEP 1001 (remove_files) COMPLETE
88592026-09-07T14:25:14.460Z[ recovery-image] Sep 07 14:25:13.411 INFO O| Sep 07 14:25:13.411 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88602026-09-07T14:25:14.470Z[ recovery-image] Sep 07 14:25:13.420 INFO O| Sep 07 14:25:13.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88612026-09-07T14:25:14.470Z[ recovery-image] Sep 07 14:25:13.420 INFO O| Sep 07 14:25:13.420 INFO STEP 1002 (remove_files) COMPLETE
88622026-09-07T14:25:14.470Z[ recovery-image] Sep 07 14:25:13.420 INFO O| Sep 07 14:25:13.420 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88632026-09-07T14:25:14.478Z[ recovery-image] Sep 07 14:25:13.429 INFO O| Sep 07 14:25:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88642026-09-07T14:25:14.486Z[ recovery-image] Sep 07 14:25:13.430 INFO O| Sep 07 14:25:13.430 INFO STEP 1003 (remove_files) COMPLETE
88652026-09-07T14:25:14.486Z[ recovery-image] Sep 07 14:25:13.431 INFO O| Sep 07 14:25:13.430 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88662026-09-07T14:25:14.494Z[ recovery-image] Sep 07 14:25:13.440 INFO O| Sep 07 14:25:13.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88672026-09-07T14:25:14.494Z[ recovery-image] Sep 07 14:25:13.440 INFO O| Sep 07 14:25:13.440 INFO STEP 1004 (remove_files) COMPLETE
88682026-09-07T14:25:14.494Z[ recovery-image] Sep 07 14:25:13.440 INFO O| Sep 07 14:25:13.440 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88692026-09-07T14:25:14.501Z[ recovery-image] Sep 07 14:25:13.448 INFO O| Sep 07 14:25:13.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88702026-09-07T14:25:14.501Z[ recovery-image] Sep 07 14:25:13.449 INFO O| Sep 07 14:25:13.448 INFO STEP 1005 (remove_files) COMPLETE
88712026-09-07T14:25:14.502Z[ recovery-image] Sep 07 14:25:13.449 INFO O| Sep 07 14:25:13.448 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88722026-09-07T14:25:14.510Z[ recovery-image] Sep 07 14:25:13.457 INFO O| Sep 07 14:25:13.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88732026-09-07T14:25:14.510Z[ recovery-image] Sep 07 14:25:13.457 INFO O| Sep 07 14:25:13.457 INFO STEP 1006 (remove_files) COMPLETE
88742026-09-07T14:25:14.510Z[ recovery-image] Sep 07 14:25:13.457 INFO O| Sep 07 14:25:13.457 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88752026-09-07T14:25:14.518Z[ recovery-image] Sep 07 14:25:13.465 INFO O| Sep 07 14:25:13.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88762026-09-07T14:25:14.518Z[ recovery-image] Sep 07 14:25:13.465 INFO O| Sep 07 14:25:13.465 INFO STEP 1007 (remove_files) COMPLETE
88772026-09-07T14:25:14.518Z[ recovery-image] Sep 07 14:25:13.465 INFO O| Sep 07 14:25:13.465 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88782026-09-07T14:25:14.526Z[ recovery-image] Sep 07 14:25:13.474 INFO O| Sep 07 14:25:13.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88792026-09-07T14:25:14.526Z[ recovery-image] Sep 07 14:25:13.474 INFO O| Sep 07 14:25:13.474 INFO STEP 1008 (remove_files) COMPLETE
88802026-09-07T14:25:14.526Z[ recovery-image] Sep 07 14:25:13.474 INFO O| Sep 07 14:25:13.474 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88812026-09-07T14:25:14.535Z[ recovery-image] Sep 07 14:25:13.485 INFO O| Sep 07 14:25:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88822026-09-07T14:25:14.535Z[ recovery-image] Sep 07 14:25:13.485 INFO O| Sep 07 14:25:13.485 INFO STEP 1009 (remove_files) COMPLETE
88832026-09-07T14:25:14.545Z[ recovery-image] Sep 07 14:25:13.485 INFO O| Sep 07 14:25:13.485 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88842026-09-07T14:25:14.545Z[ recovery-image] Sep 07 14:25:13.495 INFO O| Sep 07 14:25:13.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88852026-09-07T14:25:14.545Z[ recovery-image] Sep 07 14:25:13.496 INFO O| Sep 07 14:25:13.495 INFO STEP 1010 (remove_files) COMPLETE
88862026-09-07T14:25:14.545Z[ recovery-image] Sep 07 14:25:13.496 INFO O| Sep 07 14:25:13.495 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88872026-09-07T14:25:14.554Z[ recovery-image] Sep 07 14:25:13.504 INFO O| Sep 07 14:25:13.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
88882026-09-07T14:25:14.554Z[ recovery-image] Sep 07 14:25:13.504 INFO O| Sep 07 14:25:13.504 INFO STEP 1011 (remove_files) COMPLETE
88892026-09-07T14:25:14.554Z[ recovery-image] Sep 07 14:25:13.504 INFO O| Sep 07 14:25:13.504 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88902026-09-07T14:25:14.566Z[ recovery-image] Sep 07 14:25:13.513 INFO O| Sep 07 14:25:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
88912026-09-07T14:25:14.566Z[ recovery-image] Sep 07 14:25:13.513 INFO O| Sep 07 14:25:13.513 INFO STEP 1012 (remove_files) COMPLETE
88922026-09-07T14:25:14.566Z[ recovery-image] Sep 07 14:25:13.513 INFO O| Sep 07 14:25:13.513 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88932026-09-07T14:25:14.575Z[ recovery-image] Sep 07 14:25:13.524 INFO O| Sep 07 14:25:13.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
88942026-09-07T14:25:14.575Z[ recovery-image] Sep 07 14:25:13.524 INFO O| Sep 07 14:25:13.524 INFO STEP 1013 (remove_files) COMPLETE
88952026-09-07T14:25:14.575Z[ recovery-image] Sep 07 14:25:13.524 INFO O| Sep 07 14:25:13.524 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88962026-09-07T14:25:14.583Z[ recovery-image] Sep 07 14:25:13.533 INFO O| Sep 07 14:25:13.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
88972026-09-07T14:25:14.583Z[ recovery-image] Sep 07 14:25:13.533 INFO O| Sep 07 14:25:13.533 INFO STEP 1014 (remove_files) COMPLETE
88982026-09-07T14:25:14.583Z[ recovery-image] Sep 07 14:25:13.533 INFO O| Sep 07 14:25:13.533 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88992026-09-07T14:25:14.592Z[ recovery-image] Sep 07 14:25:13.542 INFO O| Sep 07 14:25:13.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
89002026-09-07T14:25:14.592Z[ recovery-image] Sep 07 14:25:13.542 INFO O| Sep 07 14:25:13.542 INFO STEP 1015 (remove_files) COMPLETE
89012026-09-07T14:25:14.592Z[ recovery-image] Sep 07 14:25:13.542 INFO O| Sep 07 14:25:13.542 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89022026-09-07T14:25:14.603Z[ recovery-image] Sep 07 14:25:13.553 INFO O| Sep 07 14:25:13.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89032026-09-07T14:25:14.603Z[ recovery-image] Sep 07 14:25:13.553 INFO O| Sep 07 14:25:13.553 INFO STEP 1016 (remove_files) COMPLETE
89042026-09-07T14:25:14.603Z[ recovery-image] Sep 07 14:25:13.553 INFO O| Sep 07 14:25:13.553 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89052026-09-07T14:25:14.612Z[ recovery-image] Sep 07 14:25:13.563 INFO O| Sep 07 14:25:13.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89062026-09-07T14:25:14.612Z[ recovery-image] Sep 07 14:25:13.563 INFO O| Sep 07 14:25:13.563 INFO STEP 1017 (remove_files) COMPLETE
89072026-09-07T14:25:14.612Z[ recovery-image] Sep 07 14:25:13.563 INFO O| Sep 07 14:25:13.563 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89082026-09-07T14:25:14.622Z[ recovery-image] Sep 07 14:25:13.573 INFO O| Sep 07 14:25:13.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89092026-09-07T14:25:14.622Z[ recovery-image] Sep 07 14:25:13.573 INFO O| Sep 07 14:25:13.573 INFO STEP 1018 (remove_files) COMPLETE
89102026-09-07T14:25:14.622Z[ recovery-image] Sep 07 14:25:13.573 INFO O| Sep 07 14:25:13.573 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89112026-09-07T14:25:14.632Z[ recovery-image] Sep 07 14:25:13.582 INFO O| Sep 07 14:25:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89122026-09-07T14:25:14.632Z[ recovery-image] Sep 07 14:25:13.583 INFO O| Sep 07 14:25:13.583 INFO STEP 1019 (remove_files) COMPLETE
89132026-09-07T14:25:14.632Z[ recovery-image] Sep 07 14:25:13.583 INFO O| Sep 07 14:25:13.583 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89142026-09-07T14:25:14.642Z[ recovery-image] Sep 07 14:25:13.593 INFO O| Sep 07 14:25:13.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89152026-09-07T14:25:14.643Z[ recovery-image] Sep 07 14:25:13.593 INFO O| Sep 07 14:25:13.593 INFO STEP 1020 (remove_files) COMPLETE
89162026-09-07T14:25:14.651Z[ recovery-image] Sep 07 14:25:13.593 INFO O| Sep 07 14:25:13.593 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-07T14:25:14.659Z[ recovery-image] Sep 07 14:25:13.603 INFO O| Sep 07 14:25:13.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89182026-09-07T14:25:14.659Z[ recovery-image] Sep 07 14:25:13.603 INFO O| Sep 07 14:25:13.603 INFO STEP 1021 (remove_files) COMPLETE
89192026-09-07T14:25:14.659Z[ recovery-image] Sep 07 14:25:13.603 INFO O| Sep 07 14:25:13.603 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-07T14:25:14.668Z[ recovery-image] Sep 07 14:25:13.614 INFO O| Sep 07 14:25:13.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89212026-09-07T14:25:14.668Z[ recovery-image] Sep 07 14:25:13.615 INFO O| Sep 07 14:25:13.614 INFO STEP 1022 (remove_files) COMPLETE
89222026-09-07T14:25:14.668Z[ recovery-image] Sep 07 14:25:13.615 INFO O| Sep 07 14:25:13.615 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.625 INFO O| Sep 07 14:25:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89242026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.625 INFO O| Sep 07 14:25:13.625 INFO STEP 1023 (remove_files) COMPLETE
89252026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.625 INFO O| Sep 07 14:25:13.625 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.635 INFO O| Sep 07 14:25:13.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89272026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.635 INFO O| Sep 07 14:25:13.635 INFO STEP 1024 (remove_files) COMPLETE
89282026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.635 INFO O| Sep 07 14:25:13.635 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.645 INFO O| Sep 07 14:25:13.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89302026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.645 INFO O| Sep 07 14:25:13.645 INFO STEP 1025 (remove_files) COMPLETE
89312026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.645 INFO O| Sep 07 14:25:13.645 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.654 INFO O| Sep 07 14:25:13.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89332026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.654 INFO O| Sep 07 14:25:13.654 INFO STEP 1026 (remove_files) COMPLETE
89342026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.654 INFO O| Sep 07 14:25:13.654 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.663 INFO O| Sep 07 14:25:13.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89362026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.663 INFO O| Sep 07 14:25:13.663 INFO STEP 1027 (remove_files) COMPLETE
89372026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.663 INFO O| Sep 07 14:25:13.663 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.672 INFO O| Sep 07 14:25:13.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89392026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.673 INFO O| Sep 07 14:25:13.673 INFO STEP 1028 (remove_files) COMPLETE
89402026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.673 INFO O| Sep 07 14:25:13.673 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.683 INFO O| Sep 07 14:25:13.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89422026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.683 INFO O| Sep 07 14:25:13.683 INFO STEP 1029 (remove_files) COMPLETE
89432026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.683 INFO O| Sep 07 14:25:13.683 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.693 INFO O| Sep 07 14:25:13.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89452026-09-07T14:25:19.121Z[ recovery-image] Sep 07 14:25:13.694 INFO O| Sep 07 14:25:13.693 INFO STEP 1030 (remove_files) COMPLETE
89462026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.694 INFO O| Sep 07 14:25:13.694 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.703 INFO O| Sep 07 14:25:13.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89482026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.703 INFO O| Sep 07 14:25:13.703 INFO STEP 1031 (remove_files) COMPLETE
89492026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.703 INFO O| Sep 07 14:25:13.703 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.712 INFO O| Sep 07 14:25:13.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89512026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.712 INFO O| Sep 07 14:25:13.712 INFO STEP 1032 (remove_files) COMPLETE
89522026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.712 INFO O| Sep 07 14:25:13.712 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.722 INFO O| Sep 07 14:25:13.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89542026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.722 INFO O| Sep 07 14:25:13.722 INFO STEP 1033 (remove_files) COMPLETE
89552026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.722 INFO O| Sep 07 14:25:13.722 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.732 INFO O| Sep 07 14:25:13.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89572026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.732 INFO O| Sep 07 14:25:13.732 INFO STEP 1034 (remove_files) COMPLETE
89582026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.732 INFO O| Sep 07 14:25:13.732 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.741 INFO O| Sep 07 14:25:13.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89602026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.741 INFO O| Sep 07 14:25:13.741 INFO STEP 1035 (remove_files) COMPLETE
89612026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.741 INFO O| Sep 07 14:25:13.741 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.750 INFO O| Sep 07 14:25:13.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89632026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.750 INFO O| Sep 07 14:25:13.750 INFO STEP 1036 (remove_files) COMPLETE
89642026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.750 INFO O| Sep 07 14:25:13.750 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.759 INFO O| Sep 07 14:25:13.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89662026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.759 INFO O| Sep 07 14:25:13.759 INFO STEP 1037 (remove_files) COMPLETE
89672026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.759 INFO O| Sep 07 14:25:13.759 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.768 INFO O| Sep 07 14:25:13.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89692026-09-07T14:25:19.122Z[ recovery-image] Sep 07 14:25:13.768 INFO O| Sep 07 14:25:13.768 INFO STEP 1038 (remove_files) COMPLETE
89702026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.768 INFO O| Sep 07 14:25:13.768 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.777 INFO O| Sep 07 14:25:13.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89722026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.777 INFO O| Sep 07 14:25:13.777 INFO STEP 1039 (remove_files) COMPLETE
89732026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.777 INFO O| Sep 07 14:25:13.777 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.786 INFO O| Sep 07 14:25:13.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89752026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.786 INFO O| Sep 07 14:25:13.786 INFO STEP 1040 (remove_files) COMPLETE
89762026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.786 INFO O| Sep 07 14:25:13.786 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89772026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.796 INFO O| Sep 07 14:25:13.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89782026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.796 INFO O| Sep 07 14:25:13.796 INFO STEP 1041 (remove_files) COMPLETE
89792026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.796 INFO O| Sep 07 14:25:13.796 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.809 INFO O| Sep 07 14:25:13.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89812026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.809 INFO O| Sep 07 14:25:13.809 INFO STEP 1042 (remove_files) COMPLETE
89822026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.809 INFO O| Sep 07 14:25:13.809 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.820 INFO O| Sep 07 14:25:13.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89842026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.820 INFO O| Sep 07 14:25:13.820 INFO STEP 1043 (remove_files) COMPLETE
89852026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.820 INFO O| Sep 07 14:25:13.820 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.830 INFO O| Sep 07 14:25:13.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89872026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.830 INFO O| Sep 07 14:25:13.830 INFO STEP 1044 (remove_files) COMPLETE
89882026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.830 INFO O| Sep 07 14:25:13.830 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.839 INFO O| Sep 07 14:25:13.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89902026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.839 INFO O| Sep 07 14:25:13.839 INFO STEP 1045 (remove_files) COMPLETE
89912026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.839 INFO O| Sep 07 14:25:13.839 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.848 INFO O| Sep 07 14:25:13.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89932026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.848 INFO O| Sep 07 14:25:13.848 INFO STEP 1046 (remove_files) COMPLETE
89942026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.848 INFO O| Sep 07 14:25:13.848 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.863 INFO O| Sep 07 14:25:13.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89962026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.863 INFO O| Sep 07 14:25:13.863 INFO STEP 1047 (remove_files) COMPLETE
89972026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.863 INFO O| Sep 07 14:25:13.863 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.875 INFO O| Sep 07 14:25:13.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89992026-09-07T14:25:19.123Z[ recovery-image] Sep 07 14:25:13.875 INFO O| Sep 07 14:25:13.875 INFO STEP 1048 (remove_files) COMPLETE
90002026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.875 INFO O| Sep 07 14:25:13.875 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.886 INFO O| Sep 07 14:25:13.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
90022026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.886 INFO O| Sep 07 14:25:13.886 INFO STEP 1049 (remove_files) COMPLETE
90032026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.886 INFO O| Sep 07 14:25:13.886 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.896 INFO O| Sep 07 14:25:13.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90052026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.896 INFO O| Sep 07 14:25:13.896 INFO STEP 1050 (remove_files) COMPLETE
90062026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.896 INFO O| Sep 07 14:25:13.896 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.906 INFO O| Sep 07 14:25:13.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90082026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.906 INFO O| Sep 07 14:25:13.906 INFO STEP 1051 (remove_files) COMPLETE
90092026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.906 INFO O| Sep 07 14:25:13.906 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.917 INFO O| Sep 07 14:25:13.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90112026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.917 INFO O| Sep 07 14:25:13.917 INFO STEP 1052 (remove_files) COMPLETE
90122026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.917 INFO O| Sep 07 14:25:13.917 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.927 INFO O| Sep 07 14:25:13.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90142026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.927 INFO O| Sep 07 14:25:13.927 INFO STEP 1053 (remove_files) COMPLETE
90152026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.927 INFO O| Sep 07 14:25:13.927 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.935 INFO O| Sep 07 14:25:13.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90172026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.935 INFO O| Sep 07 14:25:13.935 INFO STEP 1054 (remove_files) COMPLETE
90182026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.935 INFO O| Sep 07 14:25:13.935 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.946 INFO O| Sep 07 14:25:13.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90202026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.946 INFO O| Sep 07 14:25:13.946 INFO STEP 1055 (remove_files) COMPLETE
90212026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.946 INFO O| Sep 07 14:25:13.946 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-07T14:25:19.124Z[ recovery-image] Sep 07 14:25:13.956 INFO O| Sep 07 14:25:13.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90232026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.956 INFO O| Sep 07 14:25:13.956 INFO STEP 1056 (remove_files) COMPLETE
90242026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.956 INFO O| Sep 07 14:25:13.956 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-07T14:25:19.142Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
90262026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.965 INFO O| Sep 07 14:25:13.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90272026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.965 INFO O| Sep 07 14:25:13.965 INFO STEP 1057 (remove_files) COMPLETE
90282026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.965 INFO O| Sep 07 14:25:13.965 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90292026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.975 INFO O| Sep 07 14:25:13.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90302026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.975 INFO O| Sep 07 14:25:13.975 INFO STEP 1058 (remove_files) COMPLETE
90312026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.975 INFO O| Sep 07 14:25:13.975 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90322026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.984 INFO O| Sep 07 14:25:13.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90332026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.984 INFO O| Sep 07 14:25:13.984 INFO STEP 1059 (remove_files) COMPLETE
90342026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.984 INFO O| Sep 07 14:25:13.984 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90352026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.994 INFO O| Sep 07 14:25:13.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90362026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.994 INFO O| Sep 07 14:25:13.994 INFO STEP 1060 (remove_files) COMPLETE
90372026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:13.994 INFO O| Sep 07 14:25:13.994 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90382026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.006 INFO O| Sep 07 14:25:14.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90392026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.006 INFO O| Sep 07 14:25:14.006 INFO STEP 1061 (remove_files) COMPLETE
90402026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.006 INFO O| Sep 07 14:25:14.006 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90412026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.017 INFO O| Sep 07 14:25:14.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90422026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.017 INFO O| Sep 07 14:25:14.017 INFO STEP 1062 (remove_files) COMPLETE
90432026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.017 INFO O| Sep 07 14:25:14.017 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90442026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.026 INFO O| Sep 07 14:25:14.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90452026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.026 INFO O| Sep 07 14:25:14.026 INFO STEP 1063 (remove_files) COMPLETE
90462026-09-07T14:25:19.142Z[ recovery-image] Sep 07 14:25:14.026 INFO O| Sep 07 14:25:14.026 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90472026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.035 INFO O| Sep 07 14:25:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90482026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.036 INFO O| Sep 07 14:25:14.036 INFO STEP 1064 (remove_files) COMPLETE
90492026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.036 INFO O| Sep 07 14:25:14.036 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90502026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.048 INFO O| Sep 07 14:25:14.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90512026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.048 INFO O| Sep 07 14:25:14.048 INFO STEP 1065 (remove_files) COMPLETE
90522026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.048 INFO O| Sep 07 14:25:14.048 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90532026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.058 INFO O| Sep 07 14:25:14.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90542026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.059 INFO O| Sep 07 14:25:14.059 INFO STEP 1066 (remove_files) COMPLETE
90552026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.059 INFO O| Sep 07 14:25:14.059 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90562026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.070 INFO O| Sep 07 14:25:14.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90572026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.070 INFO O| Sep 07 14:25:14.070 INFO STEP 1067 (remove_files) COMPLETE
90582026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.070 INFO O| Sep 07 14:25:14.070 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90592026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.081 INFO O| Sep 07 14:25:14.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90602026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.081 INFO O| Sep 07 14:25:14.081 INFO STEP 1068 (remove_files) COMPLETE
90612026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.081 INFO O| Sep 07 14:25:14.081 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90622026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.091 INFO O| Sep 07 14:25:14.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90632026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.091 INFO O| Sep 07 14:25:14.091 INFO STEP 1069 (remove_files) COMPLETE
90642026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.091 INFO O| Sep 07 14:25:14.091 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90652026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.100 INFO O| Sep 07 14:25:14.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90662026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.100 INFO O| Sep 07 14:25:14.100 INFO STEP 1070 (remove_files) COMPLETE
90672026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.100 INFO O| Sep 07 14:25:14.100 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90682026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.109 INFO O| Sep 07 14:25:14.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90692026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.109 INFO O| Sep 07 14:25:14.109 INFO STEP 1071 (remove_files) COMPLETE
90702026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.109 INFO O| Sep 07 14:25:14.109 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90712026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.119 INFO O| Sep 07 14:25:14.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90722026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.119 INFO O| Sep 07 14:25:14.119 INFO STEP 1072 (remove_files) COMPLETE
90732026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.119 INFO O| Sep 07 14:25:14.119 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90742026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.139 INFO O| Sep 07 14:25:14.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90752026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.139 INFO O| Sep 07 14:25:14.139 INFO STEP 1073 (remove_files) COMPLETE
90762026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.139 INFO O| Sep 07 14:25:14.139 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90772026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.172 INFO O| Sep 07 14:25:14.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90782026-09-07T14:25:19.143Z[ recovery-image] Sep 07 14:25:14.172 INFO O| Sep 07 14:25:14.172 INFO STEP 1074 (remove_files) COMPLETE
90792026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.172 INFO O| Sep 07 14:25:14.172 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90802026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.183 INFO O| Sep 07 14:25:14.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90812026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.183 INFO O| Sep 07 14:25:14.183 INFO STEP 1075 (remove_files) COMPLETE
90822026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.183 INFO O| Sep 07 14:25:14.183 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90832026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.195 INFO O| Sep 07 14:25:14.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90842026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.196 INFO O| Sep 07 14:25:14.196 INFO STEP 1076 (remove_files) COMPLETE
90852026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.196 INFO O| Sep 07 14:25:14.196 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90862026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.207 INFO O| Sep 07 14:25:14.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90872026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.207 INFO O| Sep 07 14:25:14.207 INFO STEP 1077 (remove_files) COMPLETE
90882026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.207 INFO O| Sep 07 14:25:14.207 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90892026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.220 INFO O| Sep 07 14:25:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90902026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.220 INFO O| Sep 07 14:25:14.220 INFO STEP 1078 (remove_files) COMPLETE
90912026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.220 INFO O| Sep 07 14:25:14.220 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90922026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.232 INFO O| Sep 07 14:25:14.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90932026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.236 INFO O| Sep 07 14:25:14.235 INFO STEP 1079 (remove_files) COMPLETE
90942026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.236 INFO O| Sep 07 14:25:14.235 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90952026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.247 INFO O| Sep 07 14:25:14.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90962026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.247 INFO O| Sep 07 14:25:14.247 INFO STEP 1080 (remove_files) COMPLETE
90972026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.247 INFO O| Sep 07 14:25:14.247 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90982026-09-07T14:25:19.144Z[ recovery-image] Sep 07 14:25:14.260 INFO O| Sep 07 14:25:14.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90992026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.260 INFO O| Sep 07 14:25:14.260 INFO STEP 1081 (remove_files) COMPLETE
91002026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.260 INFO O| Sep 07 14:25:14.260 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91012026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.275 INFO O| Sep 07 14:25:14.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
91022026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.275 INFO O| Sep 07 14:25:14.275 INFO STEP 1082 (remove_files) COMPLETE
91032026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.275 INFO O| Sep 07 14:25:14.275 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91042026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.288 INFO O| Sep 07 14:25:14.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91052026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.288 INFO O| Sep 07 14:25:14.288 INFO STEP 1083 (remove_files) COMPLETE
91062026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.288 INFO O| Sep 07 14:25:14.288 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91072026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.298 INFO O| Sep 07 14:25:14.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91082026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.298 INFO O| Sep 07 14:25:14.298 INFO STEP 1084 (remove_files) COMPLETE
91092026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.298 INFO O| Sep 07 14:25:14.298 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91102026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.308 INFO O| Sep 07 14:25:14.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91112026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.308 INFO O| Sep 07 14:25:14.308 INFO STEP 1085 (remove_files) COMPLETE
91122026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.308 INFO O| Sep 07 14:25:14.308 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91132026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.320 INFO O| Sep 07 14:25:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91142026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.320 INFO O| Sep 07 14:25:14.320 INFO STEP 1086 (remove_files) COMPLETE
91152026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.320 INFO O| Sep 07 14:25:14.320 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91162026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.331 INFO O| Sep 07 14:25:14.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91172026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.331 INFO O| Sep 07 14:25:14.331 INFO STEP 1087 (remove_files) COMPLETE
91182026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.331 INFO O| Sep 07 14:25:14.331 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91192026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.342 INFO O| Sep 07 14:25:14.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91202026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.343 INFO O| Sep 07 14:25:14.342 INFO STEP 1088 (remove_files) COMPLETE
91212026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.343 INFO O| Sep 07 14:25:14.343 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91222026-09-07T14:25:19.145Z[ recovery-image] Sep 07 14:25:14.354 INFO O| Sep 07 14:25:14.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91232026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.354 INFO O| Sep 07 14:25:14.354 INFO STEP 1089 (remove_files) COMPLETE
91242026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.354 INFO O| Sep 07 14:25:14.354 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91252026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.365 INFO O| Sep 07 14:25:14.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91262026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.365 INFO O| Sep 07 14:25:14.365 INFO STEP 1090 (remove_files) COMPLETE
91272026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.365 INFO O| Sep 07 14:25:14.365 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.377 INFO O| Sep 07 14:25:14.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91292026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.377 INFO O| Sep 07 14:25:14.377 INFO STEP 1091 (remove_files) COMPLETE
91302026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.377 INFO O| Sep 07 14:25:14.377 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.389 INFO O| Sep 07 14:25:14.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91322026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.389 INFO O| Sep 07 14:25:14.389 INFO STEP 1092 (remove_files) COMPLETE
91332026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.389 INFO O| Sep 07 14:25:14.389 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.400 INFO O| Sep 07 14:25:14.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91352026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.400 INFO O| Sep 07 14:25:14.400 INFO STEP 1093 (remove_files) COMPLETE
91362026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.400 INFO O| Sep 07 14:25:14.400 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.411 INFO O| Sep 07 14:25:14.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91382026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.412 INFO O| Sep 07 14:25:14.412 INFO STEP 1094 (remove_files) COMPLETE
91392026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.412 INFO O| Sep 07 14:25:14.412 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.424 INFO O| Sep 07 14:25:14.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91412026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.424 INFO O| Sep 07 14:25:14.424 INFO STEP 1095 (remove_files) COMPLETE
91422026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.424 INFO O| Sep 07 14:25:14.424 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.435 INFO O| Sep 07 14:25:14.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91442026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.435 INFO O| Sep 07 14:25:14.435 INFO STEP 1096 (remove_files) COMPLETE
91452026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.435 INFO O| Sep 07 14:25:14.435 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.445 INFO O| Sep 07 14:25:14.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91472026-09-07T14:25:19.154Z[ recovery-image] Sep 07 14:25:14.445 INFO O| Sep 07 14:25:14.445 INFO STEP 1097 (remove_files) COMPLETE
91482026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.445 INFO O| Sep 07 14:25:14.445 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.457 INFO O| Sep 07 14:25:14.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91502026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.457 INFO O| Sep 07 14:25:14.457 INFO STEP 1098 (remove_files) COMPLETE
91512026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.457 INFO O| Sep 07 14:25:14.457 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.470 INFO O| Sep 07 14:25:14.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91532026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.470 INFO O| Sep 07 14:25:14.470 INFO STEP 1099 (remove_files) COMPLETE
91542026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.470 INFO O| Sep 07 14:25:14.470 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.482 INFO O| Sep 07 14:25:14.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91562026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.482 INFO O| Sep 07 14:25:14.482 INFO STEP 1100 (remove_files) COMPLETE
91572026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.482 INFO O| Sep 07 14:25:14.482 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.494 INFO O| Sep 07 14:25:14.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91592026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.494 INFO O| Sep 07 14:25:14.494 INFO STEP 1101 (remove_files) COMPLETE
91602026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.494 INFO O| Sep 07 14:25:14.494 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.506 INFO O| Sep 07 14:25:14.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91622026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.506 INFO O| Sep 07 14:25:14.506 INFO STEP 1102 (remove_files) COMPLETE
91632026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.506 INFO O| Sep 07 14:25:14.506 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.519 INFO O| Sep 07 14:25:14.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91652026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.519 INFO O| Sep 07 14:25:14.519 INFO STEP 1103 (remove_files) COMPLETE
91662026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.519 INFO O| Sep 07 14:25:14.519 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.530 INFO O| Sep 07 14:25:14.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91682026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.530 INFO O| Sep 07 14:25:14.530 INFO STEP 1104 (remove_files) COMPLETE
91692026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.530 INFO O| Sep 07 14:25:14.530 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.541 INFO O| Sep 07 14:25:14.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91712026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.541 INFO O| Sep 07 14:25:14.541 INFO STEP 1105 (remove_files) COMPLETE
91722026-09-07T14:25:19.155Z[ recovery-image] Sep 07 14:25:14.541 INFO O| Sep 07 14:25:14.541 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.553 INFO O| Sep 07 14:25:14.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91742026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.553 INFO O| Sep 07 14:25:14.553 INFO STEP 1106 (remove_files) COMPLETE
91752026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.553 INFO O| Sep 07 14:25:14.553 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.564 INFO O| Sep 07 14:25:14.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91772026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.564 INFO O| Sep 07 14:25:14.564 INFO STEP 1107 (remove_files) COMPLETE
91782026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.564 INFO O| Sep 07 14:25:14.564 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-07T14:25:19.156Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
91802026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.574 INFO O| Sep 07 14:25:14.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91812026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.575 INFO O| Sep 07 14:25:14.575 INFO STEP 1108 (remove_files) COMPLETE
91822026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.575 INFO O| Sep 07 14:25:14.575 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91832026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.585 INFO O| Sep 07 14:25:14.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91842026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.585 INFO O| Sep 07 14:25:14.585 INFO STEP 1109 (remove_files) COMPLETE
91852026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.585 INFO O| Sep 07 14:25:14.585 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91862026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.595 INFO O| Sep 07 14:25:14.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91872026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.595 INFO O| Sep 07 14:25:14.595 INFO STEP 1110 (remove_files) COMPLETE
91882026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.595 INFO O| Sep 07 14:25:14.595 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91892026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.606 INFO O| Sep 07 14:25:14.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91902026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.606 INFO O| Sep 07 14:25:14.606 INFO STEP 1111 (remove_files) COMPLETE
91912026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.606 INFO O| Sep 07 14:25:14.606 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91922026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.617 INFO O| Sep 07 14:25:14.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91932026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.617 INFO O| Sep 07 14:25:14.617 INFO STEP 1112 (remove_files) COMPLETE
91942026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.617 INFO O| Sep 07 14:25:14.617 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91952026-09-07T14:25:19.156Z[ recovery-image] Sep 07 14:25:14.628 INFO O| Sep 07 14:25:14.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91962026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.628 INFO O| Sep 07 14:25:14.628 INFO STEP 1113 (remove_files) COMPLETE
91972026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.628 INFO O| Sep 07 14:25:14.628 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91982026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.639 INFO O| Sep 07 14:25:14.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91992026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.639 INFO O| Sep 07 14:25:14.639 INFO STEP 1114 (remove_files) COMPLETE
92002026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.639 INFO O| Sep 07 14:25:14.639 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92012026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.651 INFO O| Sep 07 14:25:14.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
92022026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.651 INFO O| Sep 07 14:25:14.651 INFO STEP 1115 (remove_files) COMPLETE
92032026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.651 INFO O| Sep 07 14:25:14.651 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92042026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.662 INFO O| Sep 07 14:25:14.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92052026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.662 INFO O| Sep 07 14:25:14.662 INFO STEP 1116 (remove_files) COMPLETE
92062026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.662 INFO O| Sep 07 14:25:14.662 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92072026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.672 INFO O| Sep 07 14:25:14.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92082026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.672 INFO O| Sep 07 14:25:14.672 INFO STEP 1117 (remove_files) COMPLETE
92092026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.672 INFO O| Sep 07 14:25:14.672 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92102026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.689 INFO O| Sep 07 14:25:14.689 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92112026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:14.689 INFO O| Sep 07 14:25:14.689 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92122026-09-07T14:25:19.157Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92132026-09-07T14:25:19.157Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92142026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:15.418 INFO O| Sep 07 14:25:15.418 INFO STEP 1118 (pack_tar) COMPLETE
92152026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:15.418 INFO O| Sep 07 14:25:15.418 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92162026-09-07T14:25:19.157Z[ recovery-image] Sep 07 14:25:15.418 INFO O| Sep 07 14:25:15.418 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92172026-09-07T14:25:19.157Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92182026-09-07T14:25:19.157Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92192026-09-07T14:25:19.157Z[verify-libraries] Compiling multimap v0.10.1
92202026-09-07T14:25:19.157Z[verify-libraries] Compiling termios v0.3.3
92212026-09-07T14:25:19.157Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92222026-09-07T14:25:19.158Z[ recovery-image] Sep 07 14:25:15.961 INFO O| Sep 07 14:25:15.960 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92232026-09-07T14:25:19.167Z[ recovery-image] Sep 07 14:25:16.053 INFO O| Sep 07 14:25:16.053 INFO completed processing sled/ramdisk-03-recovery-trim
92242026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.056 INFO image builder template: zfs-recovery...
92252026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.056 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/.tmpp1nnmL/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
92262026-09-07T14:25:19.168Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92272026-09-07T14:25:19.168Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92282026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.084 INFO O| Sep 07 14:25:16.083 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92292026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.088 INFO O| Sep 07 14:25:16.088 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92302026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.159 INFO O| Sep 07 14:25:16.159 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92312026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.219 INFO O| Sep 07 14:25:16.219 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92322026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.219 INFO O| Sep 07 14:25:16.219 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92332026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.224 INFO O| Sep 07 14:25:16.223 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92342026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.338 INFO O| Sep 07 14:25:16.338 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92352026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.397 INFO O| Sep 07 14:25:16.397 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92362026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.407 INFO O| Sep 07 14:25:16.407 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92372026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.412 INFO O| Sep 07 14:25:16.412 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92382026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.413 INFO O| Sep 07 14:25:16.413 INFO no lofi found
92392026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.413 INFO O| Sep 07 14:25:16.413 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92402026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:16.413 INFO O| Sep 07 14:25:16.413 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92412026-09-07T14:25:19.168Z[ host-image] Sep 07 14:25:16.991 INFO O| adding properties...
92422026-09-07T14:25:19.168Z[ host-image] Sep 07 14:25:17.932 INFO O| installing packages...
92432026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:18.001 INFO O| Sep 07 14:25:18.001 INFO lofi device = /dev/dsk/c2t1d0p0
92442026-09-07T14:25:19.168Z[ recovery-image] Sep 07 14:25:18.001 INFO O| Sep 07 14:25:18.001 INFO pool device = /dev/dsk/c2t1d0p0
92452026-09-07T14:25:19.169Z[ recovery-image] Sep 07 14:25:18.001 INFO O| Sep 07 14:25:18.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92462026-09-07T14:25:19.295Z[ recovery-image] Sep 07 14:25:18.246 INFO O| Sep 07 14:25:18.246 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92472026-09-07T14:25:19.295Z[ recovery-image] Sep 07 14:25:18.246 INFO O| Sep 07 14:25:18.246 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92482026-09-07T14:25:19.324Z[ recovery-image] Sep 07 14:25:18.275 INFO O| Sep 07 14:25:18.275 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92492026-09-07T14:25:19.505Z[ recovery-image] Sep 07 14:25:18.455 INFO O| Sep 07 14:25:18.455 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92502026-09-07T14:25:19.539Z[ recovery-image] Sep 07 14:25:18.490 INFO O| Sep 07 14:25:18.490 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92512026-09-07T14:25:19.562Z[ recovery-image] Sep 07 14:25:18.513 INFO O| Sep 07 14:25:18.513 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92522026-09-07T14:25:19.577Z[ recovery-image] Sep 07 14:25:18.528 INFO O| Sep 07 14:25:18.528 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92532026-09-07T14:25:19.621Z[ recovery-image] Sep 07 14:25:18.571 INFO O| Sep 07 14:25:18.571 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92542026-09-07T14:25:19.621Z[ recovery-image] Sep 07 14:25:18.571 INFO O| Sep 07 14:25:18.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92552026-09-07T14:25:19.621Z[ recovery-image] Sep 07 14:25:18.571 INFO O| Sep 07 14:25:18.571 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92562026-09-07T14:25:19.631Z[ recovery-image] Sep 07 14:25:18.582 INFO O| Sep 07 14:25:18.582 INFO boot environment UUID: be9d8a22-ba78-44fd-9ff2-3e47996e9ba0
92572026-09-07T14:25:19.631Z[ recovery-image] Sep 07 14:25:18.582 INFO O| Sep 07 14:25:18.582 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = be9d8a22-ba78-44fd-9ff2-3e47996e9ba0
92582026-09-07T14:25:19.648Z[ recovery-image] Sep 07 14:25:18.599 INFO O| Sep 07 14:25:18.598 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92592026-09-07T14:25:19.667Z[ recovery-image] Sep 07 14:25:18.617 INFO O| Sep 07 14:25:18.617 INFO STEP 0 (create_be) COMPLETE
92602026-09-07T14:25:19.667Z[ recovery-image] Sep 07 14:25:18.617 INFO O| Sep 07 14:25:18.617 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92612026-09-07T14:25:19.681Z[ recovery-image] Sep 07 14:25:18.632 INFO O| Sep 07 14:25:18.632 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"]
92622026-09-07T14:25:21.053Z[verify-libraries] Compiling polar-core v0.27.3
92632026-09-07T14:25:28.622Z[ recovery-image] Sep 07 14:25:27.569 INFO O| Sep 07 14:25:27.569 INFO STEP 1 (unpack_tar) COMPLETE
92642026-09-07T14:25:28.622Z[ recovery-image] Sep 07 14:25:27.569 INFO O| Sep 07 14:25:27.569 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92652026-09-07T14:25:29.064Z[ recovery-image] Sep 07 14:25:28.012 INFO O| Sep 07 14:25:28.012 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92662026-09-07T14:25:29.087Z[verify-libraries] Compiling oso v0.27.3
92672026-09-07T14:25:29.685Z[ recovery-image] Sep 07 14:25:28.635 INFO O| Sep 07 14:25:28.635 INFO STEP 2 (devfsadm) COMPLETE
92682026-09-07T14:25:29.685Z[ recovery-image] Sep 07 14:25:28.635 INFO O| Sep 07 14:25:28.635 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92692026-09-07T14:25:29.696Z[ recovery-image] Sep 07 14:25:28.647 INFO O| Sep 07 14:25:28.647 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92702026-09-07T14:25:29.696Z[ recovery-image] Sep 07 14:25:28.647 INFO O| Sep 07 14:25:28.647 INFO STEP 3 (ensure_dir) COMPLETE
92712026-09-07T14:25:29.696Z[ recovery-image] Sep 07 14:25:28.647 INFO O| Sep 07 14:25:28.647 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92722026-09-07T14:25:29.708Z[ recovery-image] Sep 07 14:25:28.658 INFO O| Sep 07 14:25:28.658 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92732026-09-07T14:25:29.708Z[ recovery-image] Sep 07 14:25:28.658 INFO O| Sep 07 14:25:28.658 INFO STEP 4 (ensure_dir) COMPLETE
92742026-09-07T14:25:29.708Z[ recovery-image] Sep 07 14:25:28.658 INFO O| Sep 07 14:25:28.658 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92752026-09-07T14:25:29.721Z[ recovery-image] Sep 07 14:25:28.670 INFO O| Sep 07 14:25:28.670 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92762026-09-07T14:25:29.721Z[ recovery-image] Sep 07 14:25:28.670 INFO O| Sep 07 14:25:28.670 INFO STEP 5 (ensure_dir) COMPLETE
92772026-09-07T14:25:29.721Z[ recovery-image] Sep 07 14:25:28.670 INFO O| Sep 07 14:25:28.670 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-09-07T14:25:29.731Z[ recovery-image] Sep 07 14:25:28.682 INFO O| Sep 07 14:25:28.682 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92792026-09-07T14:25:29.732Z[ recovery-image] Sep 07 14:25:28.682 INFO O| Sep 07 14:25:28.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92802026-09-07T14:25:29.735Z[ recovery-image] Sep 07 14:25:28.682 INFO O| Sep 07 14:25:28.682 INFO STEP 6 (ensure_dir) COMPLETE
92812026-09-07T14:25:29.735Z[ recovery-image] Sep 07 14:25:28.682 INFO O| Sep 07 14:25:28.682 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822026-09-07T14:25:29.743Z[ recovery-image] Sep 07 14:25:28.694 INFO O| Sep 07 14:25:28.694 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92832026-09-07T14:25:29.743Z[ recovery-image] Sep 07 14:25:28.694 INFO O| Sep 07 14:25:28.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92842026-09-07T14:25:29.746Z[ recovery-image] Sep 07 14:25:28.694 INFO O| Sep 07 14:25:28.694 INFO STEP 7 (ensure_dir) COMPLETE
92852026-09-07T14:25:29.746Z[ recovery-image] Sep 07 14:25:28.694 INFO O| Sep 07 14:25:28.694 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862026-09-07T14:25:29.762Z[ recovery-image] Sep 07 14:25:28.712 INFO O| Sep 07 14:25:28.712 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92872026-09-07T14:25:29.765Z[ recovery-image] Sep 07 14:25:28.713 INFO O| Sep 07 14:25:28.713 INFO STEP 8 (remove_files) COMPLETE
92882026-09-07T14:25:29.765Z[ recovery-image] Sep 07 14:25:28.713 INFO O| Sep 07 14:25:28.713 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892026-09-07T14:25:29.775Z[ recovery-image] Sep 07 14:25:28.725 INFO O| Sep 07 14:25:28.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92902026-09-07T14:25:29.778Z[ recovery-image] Sep 07 14:25:28.726 INFO O| Sep 07 14:25:28.726 INFO STEP 9 (remove_files) COMPLETE
92912026-09-07T14:25:29.778Z[ recovery-image] Sep 07 14:25:28.726 INFO O| Sep 07 14:25:28.726 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922026-09-07T14:25:29.787Z[ recovery-image] Sep 07 14:25:28.738 INFO O| Sep 07 14:25:28.738 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92932026-09-07T14:25:29.790Z[ recovery-image] Sep 07 14:25:28.738 INFO O| Sep 07 14:25:28.738 INFO STEP 10 (remove_files) COMPLETE
92942026-09-07T14:25:29.790Z[ recovery-image] Sep 07 14:25:28.739 INFO O| Sep 07 14:25:28.738 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952026-09-07T14:25:29.798Z[ recovery-image] Sep 07 14:25:28.749 INFO O| Sep 07 14:25:28.749 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92962026-09-07T14:25:29.798Z[ recovery-image] Sep 07 14:25:28.749 INFO O| Sep 07 14:25:28.749 INFO STEP 11 (remove_files) COMPLETE
92972026-09-07T14:25:29.798Z[ recovery-image] Sep 07 14:25:28.749 INFO O| Sep 07 14:25:28.749 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92982026-09-07T14:25:29.811Z[ recovery-image] Sep 07 14:25:28.762 INFO O| Sep 07 14:25:28.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92992026-09-07T14:25:29.811Z[ recovery-image] Sep 07 14:25:28.762 INFO O| Sep 07 14:25:28.762 INFO STEP 12 (remove_files) COMPLETE
93002026-09-07T14:25:29.811Z[ recovery-image] Sep 07 14:25:28.762 INFO O| Sep 07 14:25:28.762 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-09-07T14:25:29.822Z[ recovery-image] Sep 07 14:25:28.773 INFO O| Sep 07 14:25:28.773 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93022026-09-07T14:25:29.822Z[ recovery-image] Sep 07 14:25:28.773 INFO O| Sep 07 14:25:28.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
93032026-09-07T14:25:29.826Z[ recovery-image] Sep 07 14:25:28.773 INFO O| Sep 07 14:25:28.773 INFO STEP 13 (ensure_dir) COMPLETE
93042026-09-07T14:25:29.826Z[ recovery-image] Sep 07 14:25:28.773 INFO O| Sep 07 14:25:28.773 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052026-09-07T14:25:29.834Z[ recovery-image] Sep 07 14:25:28.785 INFO O| Sep 07 14:25:28.785 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93062026-09-07T14:25:29.834Z[ recovery-image] Sep 07 14:25:28.785 INFO O| Sep 07 14:25:28.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93072026-09-07T14:25:29.834Z[ recovery-image] Sep 07 14:25:28.785 INFO O| Sep 07 14:25:28.785 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93082026-09-07T14:25:29.837Z[ recovery-image] Sep 07 14:25:28.785 INFO O| Sep 07 14:25:28.785 INFO STEP 14 (ensure_dir) COMPLETE
93092026-09-07T14:25:29.837Z[ recovery-image] Sep 07 14:25:28.785 INFO O| Sep 07 14:25:28.785 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93102026-09-07T14:25:29.845Z[ recovery-image] Sep 07 14:25:28.796 INFO O| Sep 07 14:25:28.796 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93112026-09-07T14:25:29.845Z[ recovery-image] Sep 07 14:25:28.796 INFO O| Sep 07 14:25:28.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93122026-09-07T14:25:29.848Z[ recovery-image] Sep 07 14:25:28.796 INFO O| Sep 07 14:25:28.796 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93132026-09-07T14:25:29.848Z[ recovery-image] Sep 07 14:25:28.796 INFO O| Sep 07 14:25:28.796 INFO STEP 15 (ensure_dir) COMPLETE
93142026-09-07T14:25:29.848Z[ recovery-image] Sep 07 14:25:28.796 INFO O| Sep 07 14:25:28.796 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152026-09-07T14:25:29.855Z[ recovery-image] Sep 07 14:25:28.806 INFO O| Sep 07 14:25:28.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93162026-09-07T14:25:29.855Z[ recovery-image] Sep 07 14:25:28.806 INFO O| Sep 07 14:25:28.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93172026-09-07T14:25:29.858Z[ recovery-image] Sep 07 14:25:28.806 INFO O| Sep 07 14:25:28.806 INFO STEP 16 (ensure_dir) COMPLETE
93182026-09-07T14:25:29.858Z[ recovery-image] Sep 07 14:25:28.806 INFO O| Sep 07 14:25:28.806 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192026-09-07T14:25:29.864Z[ recovery-image] Sep 07 14:25:28.815 INFO O| Sep 07 14:25:28.815 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93202026-09-07T14:25:29.864Z[ recovery-image] Sep 07 14:25:28.815 INFO O| Sep 07 14:25:28.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93212026-09-07T14:25:29.864Z[ recovery-image] Sep 07 14:25:28.815 INFO O| Sep 07 14:25:28.815 INFO STEP 17 (ensure_dir) COMPLETE
93222026-09-07T14:25:29.867Z[ recovery-image] Sep 07 14:25:28.815 INFO O| Sep 07 14:25:28.815 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232026-09-07T14:25:29.873Z[ recovery-image] Sep 07 14:25:28.824 INFO O| Sep 07 14:25:28.824 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93242026-09-07T14:25:29.873Z[ recovery-image] Sep 07 14:25:28.824 INFO O| Sep 07 14:25:28.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93252026-09-07T14:25:29.876Z[ recovery-image] Sep 07 14:25:28.824 INFO O| Sep 07 14:25:28.824 INFO ok!
93262026-09-07T14:25:29.876Z[ recovery-image] Sep 07 14:25:28.824 INFO O| Sep 07 14:25:28.824 INFO STEP 18 (ensure_symlink) COMPLETE
93272026-09-07T14:25:29.876Z[ recovery-image] Sep 07 14:25:28.824 INFO O| Sep 07 14:25:28.824 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282026-09-07T14:25:29.882Z[ recovery-image] Sep 07 14:25:28.833 INFO O| Sep 07 14:25:28.833 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93292026-09-07T14:25:29.883Z[ recovery-image] Sep 07 14:25:28.833 INFO O| Sep 07 14:25:28.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93302026-09-07T14:25:29.886Z[ recovery-image] Sep 07 14:25:28.833 INFO O| Sep 07 14:25:28.833 INFO ok!
93312026-09-07T14:25:29.886Z[ recovery-image] Sep 07 14:25:28.833 INFO O| Sep 07 14:25:28.833 INFO STEP 19 (ensure_file) COMPLETE
93322026-09-07T14:25:29.886Z[ recovery-image] Sep 07 14:25:28.833 INFO O| Sep 07 14:25:28.833 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93332026-09-07T14:25:29.891Z[ recovery-image] Sep 07 14:25:28.842 INFO O| Sep 07 14:25:28.842 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93342026-09-07T14:25:29.891Z[ recovery-image] Sep 07 14:25:28.842 INFO O| Sep 07 14:25:28.842 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93352026-09-07T14:25:29.894Z[ recovery-image] Sep 07 14:25:28.842 INFO O| Sep 07 14:25:28.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93362026-09-07T14:25:29.894Z[ recovery-image] Sep 07 14:25:28.842 INFO O| Sep 07 14:25:28.842 INFO ok!
93372026-09-07T14:25:29.894Z[ recovery-image] Sep 07 14:25:28.842 INFO O| Sep 07 14:25:28.842 INFO STEP 20 (ensure_symlink) COMPLETE
93382026-09-07T14:25:29.895Z[ recovery-image] Sep 07 14:25:28.842 INFO O| Sep 07 14:25:28.842 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93392026-09-07T14:25:29.901Z[ recovery-image] Sep 07 14:25:28.851 INFO O| Sep 07 14:25:28.851 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93402026-09-07T14:25:29.901Z[ recovery-image] Sep 07 14:25:28.852 INFO O| Sep 07 14:25:28.851 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93412026-09-07T14:25:29.904Z[ recovery-image] Sep 07 14:25:28.852 INFO O| Sep 07 14:25:28.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93422026-09-07T14:25:29.904Z[ recovery-image] Sep 07 14:25:28.852 INFO O| Sep 07 14:25:28.851 INFO ok!
93432026-09-07T14:25:29.904Z[ recovery-image] Sep 07 14:25:28.852 INFO O| Sep 07 14:25:28.851 INFO STEP 21 (ensure_symlink) COMPLETE
93442026-09-07T14:25:29.904Z[ recovery-image] Sep 07 14:25:28.852 INFO O| Sep 07 14:25:28.851 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93452026-09-07T14:25:29.909Z[ recovery-image] Sep 07 14:25:28.860 INFO O| Sep 07 14:25:28.860 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93462026-09-07T14:25:29.909Z[ recovery-image] Sep 07 14:25:28.860 INFO O| Sep 07 14:25:28.860 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93472026-09-07T14:25:29.913Z[ recovery-image] Sep 07 14:25:28.860 INFO O| Sep 07 14:25:28.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93482026-09-07T14:25:29.913Z[ recovery-image] Sep 07 14:25:28.860 INFO O| Sep 07 14:25:28.860 INFO ok!
93492026-09-07T14:25:29.913Z[ recovery-image] Sep 07 14:25:28.860 INFO O| Sep 07 14:25:28.860 INFO STEP 22 (ensure_symlink) COMPLETE
93502026-09-07T14:25:29.913Z[ recovery-image] Sep 07 14:25:28.860 INFO O| Sep 07 14:25:28.860 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93512026-09-07T14:25:29.926Z[ recovery-image] Sep 07 14:25:28.870 INFO O| Sep 07 14:25:28.870 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93522026-09-07T14:25:29.926Z[ recovery-image] Sep 07 14:25:28.870 INFO O| Sep 07 14:25:28.870 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93532026-09-07T14:25:29.926Z[ recovery-image] Sep 07 14:25:28.870 INFO O| Sep 07 14:25:28.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93542026-09-07T14:25:29.926Z[ recovery-image] Sep 07 14:25:28.870 INFO O| Sep 07 14:25:28.870 INFO ok!
93552026-09-07T14:25:29.926Z[ recovery-image] Sep 07 14:25:28.870 INFO O| Sep 07 14:25:28.870 INFO STEP 23 (ensure_symlink) COMPLETE
93562026-09-07T14:25:29.926Z[ recovery-image] Sep 07 14:25:28.870 INFO O| Sep 07 14:25:28.870 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93572026-09-07T14:25:29.930Z[ recovery-image] Sep 07 14:25:28.880 INFO O| Sep 07 14:25:28.880 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93582026-09-07T14:25:29.931Z[ recovery-image] Sep 07 14:25:28.880 INFO O| Sep 07 14:25:28.880 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 ...
93592026-09-07T14:25:29.931Z[ recovery-image] Sep 07 14:25:28.880 INFO O| Sep 07 14:25:28.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93602026-09-07T14:25:29.931Z[ recovery-image] Sep 07 14:25:28.880 INFO O| Sep 07 14:25:28.880 INFO ok!
93612026-09-07T14:25:29.931Z[ recovery-image] Sep 07 14:25:28.880 INFO O| Sep 07 14:25:28.880 INFO STEP 24 (ensure_file) COMPLETE
93622026-09-07T14:25:29.931Z[ recovery-image] Sep 07 14:25:28.880 INFO O| Sep 07 14:25:28.880 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93632026-09-07T14:25:29.940Z[ recovery-image] Sep 07 14:25:28.891 INFO O| Sep 07 14:25:28.891 INFO updating shadow file
93642026-09-07T14:25:29.940Z[ recovery-image] Sep 07 14:25:28.891 INFO O| Sep 07 14:25:28.891 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93652026-09-07T14:25:29.943Z[ recovery-image] Sep 07 14:25:28.891 INFO O| Sep 07 14:25:28.891 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93662026-09-07T14:25:29.943Z[ recovery-image] Sep 07 14:25:28.891 INFO O| Sep 07 14:25:28.891 INFO STEP 25 (shadow) COMPLETE
93672026-09-07T14:25:29.943Z[ recovery-image] Sep 07 14:25:28.891 INFO O| Sep 07 14:25:28.891 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93682026-09-07T14:25:29.950Z[ recovery-image] Sep 07 14:25:28.901 INFO O| Sep 07 14:25:28.901 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93692026-09-07T14:25:29.951Z[ recovery-image] Sep 07 14:25:28.901 INFO O| Sep 07 14:25:28.901 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93702026-09-07T14:25:29.951Z[ recovery-image] Sep 07 14:25:28.901 INFO O| Sep 07 14:25:28.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93712026-09-07T14:25:29.954Z[ recovery-image] Sep 07 14:25:28.901 INFO O| Sep 07 14:25:28.901 INFO ok!
93722026-09-07T14:25:29.954Z[ recovery-image] Sep 07 14:25:28.901 INFO O| Sep 07 14:25:28.901 INFO STEP 26 (ensure_file) COMPLETE
93732026-09-07T14:25:29.954Z[ recovery-image] Sep 07 14:25:28.902 INFO O| Sep 07 14:25:28.901 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93742026-09-07T14:25:29.962Z[ recovery-image] Sep 07 14:25:28.913 INFO O| Sep 07 14:25:28.913 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93752026-09-07T14:25:29.962Z[ recovery-image] Sep 07 14:25:28.913 INFO O| Sep 07 14:25:28.913 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93762026-09-07T14:25:29.962Z[ recovery-image] Sep 07 14:25:28.913 INFO O| Sep 07 14:25:28.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93772026-09-07T14:25:29.966Z[ recovery-image] Sep 07 14:25:28.913 INFO O| Sep 07 14:25:28.913 INFO ok!
93782026-09-07T14:25:29.966Z[ recovery-image] Sep 07 14:25:28.913 INFO O| Sep 07 14:25:28.913 INFO STEP 27 (ensure_file) COMPLETE
93792026-09-07T14:25:29.966Z[ recovery-image] Sep 07 14:25:28.913 INFO O| Sep 07 14:25:28.913 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93802026-09-07T14:25:29.974Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93812026-09-07T14:25:29.974Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93822026-09-07T14:25:29.974Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93832026-09-07T14:25:29.977Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93842026-09-07T14:25:29.977Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 INFO ok!
93852026-09-07T14:25:29.977Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 INFO STEP 28 (ensure_file) COMPLETE
93862026-09-07T14:25:29.977Z[ recovery-image] Sep 07 14:25:28.925 INFO O| Sep 07 14:25:28.925 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872026-09-07T14:25:29.986Z[ recovery-image] Sep 07 14:25:28.937 INFO O| Sep 07 14:25:28.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93882026-09-07T14:25:29.986Z[ recovery-image] Sep 07 14:25:28.937 INFO O| Sep 07 14:25:28.937 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93892026-09-07T14:25:29.986Z[ recovery-image] Sep 07 14:25:28.937 INFO O| Sep 07 14:25:28.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93902026-09-07T14:25:29.986Z[ recovery-image] Sep 07 14:25:28.937 INFO O| Sep 07 14:25:28.937 INFO ok!
93912026-09-07T14:25:29.986Z[ recovery-image] Sep 07 14:25:28.937 INFO O| Sep 07 14:25:28.937 INFO STEP 29 (ensure_file) COMPLETE
93922026-09-07T14:25:29.986Z[ recovery-image] Sep 07 14:25:28.937 INFO O| Sep 07 14:25:28.937 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93932026-09-07T14:25:29.997Z[ recovery-image] Sep 07 14:25:28.948 INFO O| Sep 07 14:25:28.948 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93942026-09-07T14:25:29.997Z[ recovery-image] Sep 07 14:25:28.948 INFO O| Sep 07 14:25:28.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93952026-09-07T14:25:29.997Z[ recovery-image] Sep 07 14:25:28.948 INFO O| Sep 07 14:25:28.948 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93962026-09-07T14:25:29.997Z[ recovery-image] Sep 07 14:25:28.948 INFO O| Sep 07 14:25:28.948 INFO STEP 30 (ensure_dir) COMPLETE
93972026-09-07T14:25:29.997Z[ recovery-image] Sep 07 14:25:28.948 INFO O| Sep 07 14:25:28.948 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93982026-09-07T14:25:30.008Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93992026-09-07T14:25:30.008Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 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 ...
94002026-09-07T14:25:30.009Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 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
94012026-09-07T14:25:30.009Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
94022026-09-07T14:25:30.012Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 INFO ok!
94032026-09-07T14:25:30.012Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 INFO STEP 31 (ensure_file) COMPLETE
94042026-09-07T14:25:30.012Z[ recovery-image] Sep 07 14:25:28.959 INFO O| Sep 07 14:25:28.959 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94052026-09-07T14:25:30.020Z[ recovery-image] Sep 07 14:25:28.971 INFO O| Sep 07 14:25:28.971 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94062026-09-07T14:25:30.023Z[ recovery-image] Sep 07 14:25:28.971 INFO O| Sep 07 14:25:28.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94072026-09-07T14:25:30.023Z[ recovery-image] Sep 07 14:25:28.971 INFO O| Sep 07 14:25:28.971 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94082026-09-07T14:25:30.023Z[ recovery-image] Sep 07 14:25:28.971 INFO O| Sep 07 14:25:28.971 INFO STEP 32 (ensure_dir) COMPLETE
94092026-09-07T14:25:30.023Z[ recovery-image] Sep 07 14:25:28.971 INFO O| Sep 07 14:25:28.971 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94102026-09-07T14:25:30.043Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94112026-09-07T14:25:30.043Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 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 ...
94122026-09-07T14:25:30.043Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 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
94132026-09-07T14:25:30.043Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94142026-09-07T14:25:30.046Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 INFO ok!
94152026-09-07T14:25:30.046Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 INFO STEP 33 (ensure_file) COMPLETE
94162026-09-07T14:25:30.046Z[ recovery-image] Sep 07 14:25:28.992 INFO O| Sep 07 14:25:28.992 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94172026-09-07T14:25:30.052Z[ recovery-image] Sep 07 14:25:29.003 INFO O| Sep 07 14:25:29.003 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94182026-09-07T14:25:30.052Z[ recovery-image] Sep 07 14:25:29.003 INFO O| Sep 07 14:25:29.003 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94192026-09-07T14:25:30.055Z[ recovery-image] Sep 07 14:25:29.003 INFO O| Sep 07 14:25:29.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94202026-09-07T14:25:30.055Z[ recovery-image] Sep 07 14:25:29.003 INFO O| Sep 07 14:25:29.003 INFO ok!
94212026-09-07T14:25:30.055Z[ recovery-image] Sep 07 14:25:29.003 INFO O| Sep 07 14:25:29.003 INFO STEP 34 (ensure_file) COMPLETE
94222026-09-07T14:25:30.055Z[ recovery-image] Sep 07 14:25:29.003 INFO O| Sep 07 14:25:29.003 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94232026-09-07T14:25:30.063Z[ recovery-image] Sep 07 14:25:29.013 INFO O| Sep 07 14:25:29.013 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94242026-09-07T14:25:30.063Z[ recovery-image] Sep 07 14:25:29.013 INFO O| Sep 07 14:25:29.013 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94252026-09-07T14:25:30.066Z[ recovery-image] Sep 07 14:25:29.014 INFO O| Sep 07 14:25:29.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94262026-09-07T14:25:30.066Z[ recovery-image] Sep 07 14:25:29.014 INFO O| Sep 07 14:25:29.014 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94272026-09-07T14:25:30.066Z[ recovery-image] Sep 07 14:25:29.014 INFO O| Sep 07 14:25:29.014 INFO ok!
94282026-09-07T14:25:30.066Z[ recovery-image] Sep 07 14:25:29.014 INFO O| Sep 07 14:25:29.014 INFO STEP 35 (ensure_file) COMPLETE
94292026-09-07T14:25:30.066Z[ recovery-image] Sep 07 14:25:29.014 INFO O| Sep 07 14:25:29.014 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94302026-09-07T14:25:30.073Z[ recovery-image] Sep 07 14:25:29.024 INFO O| Sep 07 14:25:29.024 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94312026-09-07T14:25:30.073Z[ recovery-image] Sep 07 14:25:29.024 INFO O| Sep 07 14:25:29.024 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94322026-09-07T14:25:30.073Z[ recovery-image] Sep 07 14:25:29.024 INFO O| Sep 07 14:25:29.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94332026-09-07T14:25:30.076Z[ recovery-image] Sep 07 14:25:29.024 INFO O| Sep 07 14:25:29.024 INFO ok!
94342026-09-07T14:25:30.076Z[ recovery-image] Sep 07 14:25:29.024 INFO O| Sep 07 14:25:29.024 INFO STEP 36 (ensure_file) COMPLETE
94352026-09-07T14:25:30.076Z[ recovery-image] Sep 07 14:25:29.024 INFO O| Sep 07 14:25:29.024 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94362026-09-07T14:25:30.084Z[ recovery-image] Sep 07 14:25:29.035 INFO O| Sep 07 14:25:29.035 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94372026-09-07T14:25:30.084Z[ recovery-image] Sep 07 14:25:29.035 INFO O| Sep 07 14:25:29.035 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94382026-09-07T14:25:30.084Z[ recovery-image] Sep 07 14:25:29.035 INFO O| Sep 07 14:25:29.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94392026-09-07T14:25:30.087Z[ recovery-image] Sep 07 14:25:29.035 INFO O| Sep 07 14:25:29.035 INFO ok!
94402026-09-07T14:25:30.087Z[ recovery-image] Sep 07 14:25:29.035 INFO O| Sep 07 14:25:29.035 INFO STEP 37 (ensure_file) COMPLETE
94412026-09-07T14:25:30.087Z[ recovery-image] Sep 07 14:25:29.035 INFO O| Sep 07 14:25:29.035 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94422026-09-07T14:25:30.095Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94432026-09-07T14:25:30.095Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94442026-09-07T14:25:30.095Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94452026-09-07T14:25:30.099Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94462026-09-07T14:25:30.099Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94472026-09-07T14:25:30.099Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94482026-09-07T14:25:30.099Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO ok!
94492026-09-07T14:25:30.099Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO STEP 38 (ensure_file) COMPLETE
94502026-09-07T14:25:30.099Z[ recovery-image] Sep 07 14:25:29.046 INFO O| Sep 07 14:25:29.046 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94512026-09-07T14:25:30.108Z[ recovery-image] Sep 07 14:25:29.058 INFO O| Sep 07 14:25:29.058 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94522026-09-07T14:25:30.108Z[ recovery-image] Sep 07 14:25:29.059 INFO O| Sep 07 14:25:29.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94532026-09-07T14:25:30.108Z[ recovery-image] Sep 07 14:25:29.059 INFO O| Sep 07 14:25:29.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94542026-09-07T14:25:30.111Z[ recovery-image] Sep 07 14:25:29.059 INFO O| Sep 07 14:25:29.059 INFO STEP 39 (ensure_dir) COMPLETE
94552026-09-07T14:25:30.111Z[ recovery-image] Sep 07 14:25:29.059 INFO O| Sep 07 14:25:29.059 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94562026-09-07T14:25:30.120Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 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
94572026-09-07T14:25:30.120Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 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 ...
94582026-09-07T14:25:30.120Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 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
94592026-09-07T14:25:30.123Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 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
94602026-09-07T14:25:30.123Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 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
94612026-09-07T14:25:30.123Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 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
94622026-09-07T14:25:30.123Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 INFO ok!
94632026-09-07T14:25:30.123Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 INFO STEP 40 (ensure_file) COMPLETE
94642026-09-07T14:25:30.123Z[ recovery-image] Sep 07 14:25:29.071 INFO O| Sep 07 14:25:29.071 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94652026-09-07T14:25:30.131Z[ recovery-image] Sep 07 14:25:29.082 INFO O| Sep 07 14:25:29.082 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94662026-09-07T14:25:30.131Z[ recovery-image] Sep 07 14:25:29.082 INFO O| Sep 07 14:25:29.082 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 ...
94672026-09-07T14:25:30.131Z[ recovery-image] Sep 07 14:25:29.082 INFO O| Sep 07 14:25:29.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94682026-09-07T14:25:30.134Z[ recovery-image] Sep 07 14:25:29.082 INFO O| Sep 07 14:25:29.082 INFO ok!
94692026-09-07T14:25:30.134Z[ recovery-image] Sep 07 14:25:29.082 INFO O| Sep 07 14:25:29.082 INFO STEP 41 (ensure_symlink) COMPLETE
94702026-09-07T14:25:30.134Z[ recovery-image] Sep 07 14:25:29.082 INFO O| Sep 07 14:25:29.082 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94712026-09-07T14:25:30.142Z[ recovery-image] Sep 07 14:25:29.093 INFO O| Sep 07 14:25:29.093 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94722026-09-07T14:25:30.142Z[ recovery-image] Sep 07 14:25:29.093 INFO O| Sep 07 14:25:29.093 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94732026-09-07T14:25:30.142Z[ recovery-image] Sep 07 14:25:29.093 INFO O| Sep 07 14:25:29.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94742026-09-07T14:25:30.142Z[ recovery-image] Sep 07 14:25:29.093 INFO O| Sep 07 14:25:29.093 INFO ok!
94752026-09-07T14:25:30.142Z[ recovery-image] Sep 07 14:25:29.093 INFO O| Sep 07 14:25:29.093 INFO STEP 42 (ensure_symlink) COMPLETE
94762026-09-07T14:25:30.146Z[ recovery-image] Sep 07 14:25:29.093 INFO O| Sep 07 14:25:29.093 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94772026-09-07T14:25:30.153Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94782026-09-07T14:25:30.153Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94792026-09-07T14:25:30.153Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94802026-09-07T14:25:30.156Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94812026-09-07T14:25:30.156Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94822026-09-07T14:25:30.156Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94832026-09-07T14:25:30.156Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO ok!
94842026-09-07T14:25:30.156Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO STEP 43 (ensure_file) COMPLETE
94852026-09-07T14:25:30.156Z[ recovery-image] Sep 07 14:25:29.104 INFO O| Sep 07 14:25:29.104 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94862026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94872026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 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 ...
94882026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 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
94892026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94902026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 INFO ok!
94912026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 INFO STEP 44 (ensure_file) COMPLETE
94922026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.116 INFO O| Sep 07 14:25:29.116 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94932026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.127 INFO O| Sep 07 14:25:29.127 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94942026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.127 INFO O| Sep 07 14:25:29.127 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94952026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.127 INFO O| Sep 07 14:25:29.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94962026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.127 INFO O| Sep 07 14:25:29.127 INFO ok!
94972026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.127 INFO O| Sep 07 14:25:29.127 INFO STEP 45 (ensure_file) COMPLETE
94982026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.127 INFO O| Sep 07 14:25:29.127 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94992026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.138 INFO O| Sep 07 14:25:29.138 INFO updating shadow file
95002026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.138 INFO O| Sep 07 14:25:29.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95012026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.138 INFO O| Sep 07 14:25:29.138 INFO STEP 46 (shadow) COMPLETE
95022026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.138 INFO O| Sep 07 14:25:29.138 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95032026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95042026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95052026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95062026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95072026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 INFO ok!
95082026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 INFO STEP 47 (ensure_file) COMPLETE
95092026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.149 INFO O| Sep 07 14:25:29.149 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95102026-09-07T14:25:30.240Z[ recovery-image] Sep 07 14:25:29.160 INFO O| Sep 07 14:25:29.159 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95112026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.160 INFO O| Sep 07 14:25:29.160 INFO STEP 48 (ensure_dir) COMPLETE
95122026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.160 INFO O| Sep 07 14:25:29.160 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95132026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.170 INFO O| Sep 07 14:25:29.170 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95142026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.170 INFO O| Sep 07 14:25:29.170 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95152026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.170 INFO O| Sep 07 14:25:29.170 INFO STEP 49 (ensure_dir) COMPLETE
95162026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.170 INFO O| Sep 07 14:25:29.170 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95172026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.181 INFO O| Sep 07 14:25:29.181 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95182026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.181 INFO O| Sep 07 14:25:29.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95192026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.181 INFO O| Sep 07 14:25:29.181 INFO STEP 50 (ensure_dir) COMPLETE
95202026-09-07T14:25:30.241Z[ recovery-image] Sep 07 14:25:29.181 INFO O| Sep 07 14:25:29.181 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95212026-09-07T14:25:30.244Z[ recovery-image] Sep 07 14:25:29.192 INFO O| Sep 07 14:25:29.192 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95222026-09-07T14:25:30.244Z[ recovery-image] Sep 07 14:25:29.192 INFO O| Sep 07 14:25:29.192 INFO copying /tmp/.tmpp1nnmL/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95232026-09-07T14:25:30.255Z[ recovery-image] Sep 07 14:25:29.206 INFO O| Sep 07 14:25:29.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95242026-09-07T14:25:30.255Z[ recovery-image] Sep 07 14:25:29.206 INFO O| Sep 07 14:25:29.206 INFO ok!
95252026-09-07T14:25:30.255Z[ recovery-image] Sep 07 14:25:29.206 INFO O| Sep 07 14:25:29.206 INFO STEP 51 (ensure_file) COMPLETE
95262026-09-07T14:25:30.255Z[ recovery-image] Sep 07 14:25:29.206 INFO O| Sep 07 14:25:29.206 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95272026-09-07T14:25:30.268Z[ recovery-image] Sep 07 14:25:29.219 INFO O| Sep 07 14:25:29.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95282026-09-07T14:25:30.268Z[ recovery-image] Sep 07 14:25:29.219 INFO O| Sep 07 14:25:29.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95292026-09-07T14:25:30.268Z[ recovery-image] Sep 07 14:25:29.219 INFO O| Sep 07 14:25:29.219 INFO STEP 52 (ensure_dir) COMPLETE
95302026-09-07T14:25:30.271Z[ recovery-image] Sep 07 14:25:29.219 INFO O| Sep 07 14:25:29.219 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95312026-09-07T14:25:30.281Z[ recovery-image] Sep 07 14:25:29.231 INFO O| Sep 07 14:25:29.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95322026-09-07T14:25:30.281Z[ recovery-image] Sep 07 14:25:29.231 INFO O| Sep 07 14:25:29.231 INFO copying /tmp/.tmpp1nnmL/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95332026-09-07T14:25:30.281Z[ recovery-image] Sep 07 14:25:29.231 INFO O| Sep 07 14:25:29.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95342026-09-07T14:25:30.284Z[ recovery-image] Sep 07 14:25:29.231 INFO O| Sep 07 14:25:29.231 INFO ok!
95352026-09-07T14:25:30.284Z[ recovery-image] Sep 07 14:25:29.232 INFO O| Sep 07 14:25:29.231 INFO STEP 53 (ensure_file) COMPLETE
95362026-09-07T14:25:30.284Z[ recovery-image] Sep 07 14:25:29.232 INFO O| Sep 07 14:25:29.232 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95372026-09-07T14:25:30.293Z[ recovery-image] Sep 07 14:25:29.244 INFO O| Sep 07 14:25:29.244 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95382026-09-07T14:25:30.296Z[ recovery-image] Sep 07 14:25:29.244 INFO O| Sep 07 14:25:29.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95392026-09-07T14:25:30.296Z[ recovery-image] Sep 07 14:25:29.244 INFO O| Sep 07 14:25:29.244 INFO STEP 54 (ensure_dir) COMPLETE
95402026-09-07T14:25:30.296Z[ recovery-image] Sep 07 14:25:29.244 INFO O| Sep 07 14:25:29.244 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95412026-09-07T14:25:30.305Z[ recovery-image] Sep 07 14:25:29.255 INFO O| Sep 07 14:25:29.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95422026-09-07T14:25:30.305Z[ recovery-image] Sep 07 14:25:29.256 INFO O| Sep 07 14:25:29.255 INFO copying /tmp/.tmpp1nnmL/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95432026-09-07T14:25:31.711Z[ host-image] Sep 07 14:25:30.660 INFO O| seeding SMF database...
95442026-09-07T14:25:32.308Z[ recovery-image] Sep 07 14:25:31.258 INFO O| Sep 07 14:25:31.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95452026-09-07T14:25:32.308Z[ recovery-image] Sep 07 14:25:31.258 INFO O| Sep 07 14:25:31.258 INFO ok!
95462026-09-07T14:25:32.308Z[ recovery-image] Sep 07 14:25:31.258 INFO O| Sep 07 14:25:31.258 INFO STEP 55 (ensure_file) COMPLETE
95472026-09-07T14:25:32.311Z[ recovery-image] Sep 07 14:25:31.258 INFO O| Sep 07 14:25:31.258 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95482026-09-07T14:25:32.320Z[ recovery-image] Sep 07 14:25:31.270 INFO O| Sep 07 14:25:31.270 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95492026-09-07T14:25:32.320Z[ recovery-image] Sep 07 14:25:31.270 INFO O| Sep 07 14:25:31.270 INFO copying /tmp/.tmpp1nnmL/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95502026-09-07T14:25:34.280Z[ recovery-image] Sep 07 14:25:33.231 INFO O| Sep 07 14:25:33.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95512026-09-07T14:25:34.281Z[ recovery-image] Sep 07 14:25:33.231 INFO O| Sep 07 14:25:33.231 INFO ok!
95522026-09-07T14:25:34.284Z[ recovery-image] Sep 07 14:25:33.231 INFO O| Sep 07 14:25:33.231 INFO STEP 56 (ensure_file) COMPLETE
95532026-09-07T14:25:34.285Z[ recovery-image] Sep 07 14:25:33.231 INFO O| Sep 07 14:25:33.231 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95542026-09-07T14:25:34.290Z[ recovery-image] Sep 07 14:25:33.241 INFO O| Sep 07 14:25:33.241 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95552026-09-07T14:25:34.290Z[ recovery-image] Sep 07 14:25:33.241 INFO O| Sep 07 14:25:33.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95562026-09-07T14:25:34.294Z[ recovery-image] Sep 07 14:25:33.241 INFO O| Sep 07 14:25:33.241 INFO STEP 57 (ensure_dir) COMPLETE
95572026-09-07T14:25:34.294Z[ recovery-image] Sep 07 14:25:33.241 INFO O| Sep 07 14:25:33.241 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95582026-09-07T14:25:34.299Z[ recovery-image] Sep 07 14:25:33.250 INFO O| Sep 07 14:25:33.250 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95592026-09-07T14:25:34.299Z[ recovery-image] Sep 07 14:25:33.250 INFO O| Sep 07 14:25:33.250 INFO copying /tmp/.tmpp1nnmL/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 ...
95602026-09-07T14:25:34.303Z[ recovery-image] Sep 07 14:25:33.250 INFO O| Sep 07 14:25:33.250 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
95612026-09-07T14:25:34.303Z[ recovery-image] Sep 07 14:25:33.250 INFO O| Sep 07 14:25:33.250 INFO ok!
95622026-09-07T14:25:34.303Z[ recovery-image] Sep 07 14:25:33.250 INFO O| Sep 07 14:25:33.250 INFO STEP 58 (ensure_file) COMPLETE
95632026-09-07T14:25:34.303Z[ recovery-image] Sep 07 14:25:33.250 INFO O| Sep 07 14:25:33.250 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95642026-09-07T14:25:34.308Z[ recovery-image] Sep 07 14:25:33.259 INFO O| Sep 07 14:25:33.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95652026-09-07T14:25:34.308Z[ recovery-image] Sep 07 14:25:33.259 INFO O| Sep 07 14:25:33.259 INFO copying /tmp/.tmpp1nnmL/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 ...
95662026-09-07T14:25:34.308Z[ recovery-image] Sep 07 14:25:33.259 INFO O| Sep 07 14:25:33.259 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
95672026-09-07T14:25:34.312Z[ recovery-image] Sep 07 14:25:33.259 INFO O| Sep 07 14:25:33.259 INFO ok!
95682026-09-07T14:25:34.312Z[ recovery-image] Sep 07 14:25:33.259 INFO O| Sep 07 14:25:33.259 INFO STEP 59 (ensure_file) COMPLETE
95692026-09-07T14:25:34.312Z[ recovery-image] Sep 07 14:25:33.259 INFO O| Sep 07 14:25:33.259 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95702026-09-07T14:25:34.321Z[ recovery-image] Sep 07 14:25:33.268 INFO O| Sep 07 14:25:33.268 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95712026-09-07T14:25:34.321Z[ recovery-image] Sep 07 14:25:33.268 INFO O| Sep 07 14:25:33.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95722026-09-07T14:25:34.322Z[ recovery-image] Sep 07 14:25:33.268 INFO O| Sep 07 14:25:33.268 INFO STEP 60 (ensure_dir) COMPLETE
95732026-09-07T14:25:34.322Z[ recovery-image] Sep 07 14:25:33.268 INFO O| Sep 07 14:25:33.268 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95742026-09-07T14:25:34.327Z[ recovery-image] Sep 07 14:25:33.277 INFO O| Sep 07 14:25:33.277 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95752026-09-07T14:25:34.327Z[ recovery-image] Sep 07 14:25:33.277 INFO O| Sep 07 14:25:33.277 INFO copying /tmp/.tmpp1nnmL/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 ...
95762026-09-07T14:25:34.327Z[ recovery-image] Sep 07 14:25:33.277 INFO O| Sep 07 14:25:33.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95772026-09-07T14:25:34.330Z[ recovery-image] Sep 07 14:25:33.277 INFO O| Sep 07 14:25:33.277 INFO ok!
95782026-09-07T14:25:34.330Z[ recovery-image] Sep 07 14:25:33.277 INFO O| Sep 07 14:25:33.277 INFO STEP 61 (ensure_file) COMPLETE
95792026-09-07T14:25:34.330Z[ recovery-image] Sep 07 14:25:33.277 INFO O| Sep 07 14:25:33.277 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95802026-09-07T14:25:34.336Z[ recovery-image] Sep 07 14:25:33.287 INFO O| Sep 07 14:25:33.287 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95812026-09-07T14:25:34.336Z[ recovery-image] Sep 07 14:25:33.287 INFO O| Sep 07 14:25:33.287 INFO copying /tmp/.tmpp1nnmL/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 ...
95822026-09-07T14:25:34.340Z[ recovery-image] Sep 07 14:25:33.287 INFO O| Sep 07 14:25:33.287 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
95832026-09-07T14:25:34.340Z[ recovery-image] Sep 07 14:25:33.287 INFO O| Sep 07 14:25:33.287 INFO ok!
95842026-09-07T14:25:34.340Z[ recovery-image] Sep 07 14:25:33.287 INFO O| Sep 07 14:25:33.287 INFO STEP 62 (ensure_file) COMPLETE
95852026-09-07T14:25:34.340Z[ recovery-image] Sep 07 14:25:33.287 INFO O| Sep 07 14:25:33.287 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95862026-09-07T14:25:34.345Z[ recovery-image] Sep 07 14:25:33.296 INFO O| Sep 07 14:25:33.296 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95872026-09-07T14:25:34.345Z[ recovery-image] Sep 07 14:25:33.296 INFO O| Sep 07 14:25:33.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95882026-09-07T14:25:34.345Z[ recovery-image] Sep 07 14:25:33.296 INFO O| Sep 07 14:25:33.296 INFO STEP 63 (ensure_dir) COMPLETE
95892026-09-07T14:25:34.345Z[ recovery-image] Sep 07 14:25:33.296 INFO O| Sep 07 14:25:33.296 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95902026-09-07T14:25:34.354Z[ recovery-image] Sep 07 14:25:33.305 INFO O| Sep 07 14:25:33.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95912026-09-07T14:25:34.354Z[ recovery-image] Sep 07 14:25:33.305 INFO O| Sep 07 14:25:33.305 INFO copying /tmp/.tmpp1nnmL/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 ...
95922026-09-07T14:25:34.354Z[ recovery-image] Sep 07 14:25:33.305 INFO O| Sep 07 14:25:33.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95932026-09-07T14:25:34.359Z[ recovery-image] Sep 07 14:25:33.305 INFO O| Sep 07 14:25:33.305 INFO ok!
95942026-09-07T14:25:34.359Z[ recovery-image] Sep 07 14:25:33.305 INFO O| Sep 07 14:25:33.305 INFO STEP 64 (ensure_file) COMPLETE
95952026-09-07T14:25:34.360Z[ recovery-image] Sep 07 14:25:33.305 INFO O| Sep 07 14:25:33.305 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95962026-09-07T14:25:34.364Z[ recovery-image] Sep 07 14:25:33.314 INFO O| Sep 07 14:25:33.314 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95972026-09-07T14:25:34.364Z[ recovery-image] Sep 07 14:25:33.314 INFO O| Sep 07 14:25:33.314 INFO copying /tmp/.tmpp1nnmL/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95982026-09-07T14:25:34.364Z[ recovery-image] Sep 07 14:25:33.314 INFO O| Sep 07 14:25:33.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95992026-09-07T14:25:34.364Z[ recovery-image] Sep 07 14:25:33.314 INFO O| Sep 07 14:25:33.314 INFO ok!
96002026-09-07T14:25:34.364Z[ recovery-image] Sep 07 14:25:33.314 INFO O| Sep 07 14:25:33.314 INFO STEP 65 (ensure_file) COMPLETE
96012026-09-07T14:25:34.364Z[ recovery-image] Sep 07 14:25:33.314 INFO O| Sep 07 14:25:33.314 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96022026-09-07T14:25:34.372Z[ recovery-image] Sep 07 14:25:33.323 INFO O| Sep 07 14:25:33.323 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96032026-09-07T14:25:34.372Z[ recovery-image] Sep 07 14:25:33.323 INFO O| Sep 07 14:25:33.323 INFO STEP 66 (ensure_dir) COMPLETE
96042026-09-07T14:25:34.377Z[ recovery-image] Sep 07 14:25:33.323 INFO O| Sep 07 14:25:33.323 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96052026-09-07T14:25:34.381Z[ recovery-image] Sep 07 14:25:33.332 INFO O| Sep 07 14:25:33.332 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96062026-09-07T14:25:34.381Z[ recovery-image] Sep 07 14:25:33.332 INFO O| Sep 07 14:25:33.332 INFO STEP 67 (ensure_dir) COMPLETE
96072026-09-07T14:25:34.385Z[ recovery-image] Sep 07 14:25:33.332 INFO O| Sep 07 14:25:33.332 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96082026-09-07T14:25:34.390Z[ recovery-image] Sep 07 14:25:33.341 INFO O| Sep 07 14:25:33.341 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96092026-09-07T14:25:34.390Z[ recovery-image] Sep 07 14:25:33.341 INFO O| Sep 07 14:25:33.341 INFO STEP 68 (ensure_dir) COMPLETE
96102026-09-07T14:25:34.393Z[ recovery-image] Sep 07 14:25:33.341 INFO O| Sep 07 14:25:33.341 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96112026-09-07T14:25:34.400Z[ recovery-image] Sep 07 14:25:33.351 INFO O| Sep 07 14:25:33.351 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96122026-09-07T14:25:34.400Z[ recovery-image] Sep 07 14:25:33.351 INFO O| Sep 07 14:25:33.351 INFO STEP 69 (ensure_dir) COMPLETE
96132026-09-07T14:25:34.403Z[ recovery-image] Sep 07 14:25:33.351 INFO O| Sep 07 14:25:33.351 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96142026-09-07T14:25:34.410Z[ recovery-image] Sep 07 14:25:33.360 INFO O| Sep 07 14:25:33.360 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96152026-09-07T14:25:34.410Z[ recovery-image] Sep 07 14:25:33.360 INFO O| Sep 07 14:25:33.360 INFO copying /tmp/.tmpp1nnmL/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96162026-09-07T14:25:34.410Z[ recovery-image] Sep 07 14:25:33.360 INFO O| Sep 07 14:25:33.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96172026-09-07T14:25:34.410Z[ recovery-image] Sep 07 14:25:33.360 INFO O| Sep 07 14:25:33.360 INFO ok!
96182026-09-07T14:25:34.410Z[ recovery-image] Sep 07 14:25:33.360 INFO O| Sep 07 14:25:33.360 INFO STEP 70 (ensure_file) COMPLETE
96192026-09-07T14:25:34.414Z[ recovery-image] Sep 07 14:25:33.360 INFO O| Sep 07 14:25:33.360 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202026-09-07T14:25:34.419Z[ recovery-image] Sep 07 14:25:33.370 INFO O| Sep 07 14:25:33.370 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96212026-09-07T14:25:34.424Z[ recovery-image] Sep 07 14:25:33.370 INFO O| Sep 07 14:25:33.370 INFO STEP 71 (remove_files) COMPLETE
96222026-09-07T14:25:34.424Z[ recovery-image] Sep 07 14:25:33.370 INFO O| Sep 07 14:25:33.370 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232026-09-07T14:25:34.432Z[ recovery-image] Sep 07 14:25:33.379 INFO O| Sep 07 14:25:33.379 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96242026-09-07T14:25:34.432Z[ recovery-image] Sep 07 14:25:33.379 INFO O| Sep 07 14:25:33.379 INFO STEP 72 (remove_files) COMPLETE
96252026-09-07T14:25:34.432Z[ recovery-image] Sep 07 14:25:33.379 INFO O| Sep 07 14:25:33.379 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262026-09-07T14:25:34.438Z[ recovery-image] Sep 07 14:25:33.389 INFO O| Sep 07 14:25:33.388 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96272026-09-07T14:25:34.438Z[ recovery-image] Sep 07 14:25:33.389 INFO O| Sep 07 14:25:33.389 INFO STEP 73 (remove_files) COMPLETE
96282026-09-07T14:25:34.438Z[ recovery-image] Sep 07 14:25:33.389 INFO O| Sep 07 14:25:33.389 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292026-09-07T14:25:34.448Z[ recovery-image] Sep 07 14:25:33.398 INFO O| Sep 07 14:25:33.398 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96302026-09-07T14:25:34.449Z[ recovery-image] Sep 07 14:25:33.398 INFO O| Sep 07 14:25:33.398 INFO STEP 74 (remove_files) COMPLETE
96312026-09-07T14:25:34.449Z[ recovery-image] Sep 07 14:25:33.398 INFO O| Sep 07 14:25:33.398 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322026-09-07T14:25:34.460Z[ recovery-image] Sep 07 14:25:33.410 INFO O| Sep 07 14:25:33.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96332026-09-07T14:25:34.460Z[ recovery-image] Sep 07 14:25:33.410 INFO O| Sep 07 14:25:33.410 INFO STEP 75 (remove_files) COMPLETE
96342026-09-07T14:25:34.463Z[ recovery-image] Sep 07 14:25:33.410 INFO O| Sep 07 14:25:33.410 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352026-09-07T14:25:34.478Z[ recovery-image] Sep 07 14:25:33.426 INFO O| Sep 07 14:25:33.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96362026-09-07T14:25:34.478Z[ recovery-image] Sep 07 14:25:33.426 INFO O| Sep 07 14:25:33.426 INFO STEP 76 (remove_files) COMPLETE
96372026-09-07T14:25:34.482Z[ recovery-image] Sep 07 14:25:33.426 INFO O| Sep 07 14:25:33.426 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382026-09-07T14:25:34.486Z[ recovery-image] Sep 07 14:25:33.437 INFO O| Sep 07 14:25:33.437 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96392026-09-07T14:25:34.486Z[ recovery-image] Sep 07 14:25:33.437 INFO O| Sep 07 14:25:33.437 INFO STEP 77 (remove_files) COMPLETE
96402026-09-07T14:25:34.490Z[ recovery-image] Sep 07 14:25:33.437 INFO O| Sep 07 14:25:33.437 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412026-09-07T14:25:34.510Z[ recovery-image] Sep 07 14:25:33.460 INFO O| Sep 07 14:25:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96422026-09-07T14:25:34.510Z[ recovery-image] Sep 07 14:25:33.460 INFO O| Sep 07 14:25:33.460 INFO STEP 78 (remove_files) COMPLETE
96432026-09-07T14:25:34.510Z[ recovery-image] Sep 07 14:25:33.460 INFO O| Sep 07 14:25:33.460 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442026-09-07T14:25:34.526Z[ recovery-image] Sep 07 14:25:33.477 INFO O| Sep 07 14:25:33.477 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96452026-09-07T14:25:34.526Z[ recovery-image] Sep 07 14:25:33.477 INFO O| Sep 07 14:25:33.477 INFO STEP 79 (remove_files) COMPLETE
96462026-09-07T14:25:34.530Z[ recovery-image] Sep 07 14:25:33.477 INFO O| Sep 07 14:25:33.477 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472026-09-07T14:25:34.536Z[ recovery-image] Sep 07 14:25:33.487 INFO O| Sep 07 14:25:33.487 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96482026-09-07T14:25:34.536Z[ recovery-image] Sep 07 14:25:33.487 INFO O| Sep 07 14:25:33.487 INFO STEP 80 (remove_files) COMPLETE
96492026-09-07T14:25:34.537Z[ recovery-image] Sep 07 14:25:33.487 INFO O| Sep 07 14:25:33.487 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502026-09-07T14:25:34.547Z[ recovery-image] Sep 07 14:25:33.496 INFO O| Sep 07 14:25:33.496 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96512026-09-07T14:25:34.547Z[ recovery-image] Sep 07 14:25:33.496 INFO O| Sep 07 14:25:33.496 INFO STEP 81 (remove_files) COMPLETE
96522026-09-07T14:25:34.547Z[ recovery-image] Sep 07 14:25:33.496 INFO O| Sep 07 14:25:33.496 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532026-09-07T14:25:34.556Z[ recovery-image] Sep 07 14:25:33.506 INFO O| Sep 07 14:25:33.506 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96542026-09-07T14:25:34.556Z[ recovery-image] Sep 07 14:25:33.506 INFO O| Sep 07 14:25:33.506 INFO STEP 82 (remove_files) COMPLETE
96552026-09-07T14:25:34.556Z[ recovery-image] Sep 07 14:25:33.506 INFO O| Sep 07 14:25:33.506 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562026-09-07T14:25:34.565Z[ recovery-image] Sep 07 14:25:33.516 INFO O| Sep 07 14:25:33.516 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96572026-09-07T14:25:34.566Z[ recovery-image] Sep 07 14:25:33.516 INFO O| Sep 07 14:25:33.516 INFO STEP 83 (remove_files) COMPLETE
96582026-09-07T14:25:34.566Z[ recovery-image] Sep 07 14:25:33.516 INFO O| Sep 07 14:25:33.516 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592026-09-07T14:25:34.575Z[ recovery-image] Sep 07 14:25:33.526 INFO O| Sep 07 14:25:33.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96602026-09-07T14:25:34.575Z[ recovery-image] Sep 07 14:25:33.526 INFO O| Sep 07 14:25:33.526 INFO STEP 84 (remove_files) COMPLETE
96612026-09-07T14:25:34.575Z[ recovery-image] Sep 07 14:25:33.526 INFO O| Sep 07 14:25:33.526 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622026-09-07T14:25:34.586Z[ recovery-image] Sep 07 14:25:33.537 INFO O| Sep 07 14:25:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96632026-09-07T14:25:34.587Z[ recovery-image] Sep 07 14:25:33.537 INFO O| Sep 07 14:25:33.537 INFO STEP 85 (remove_files) COMPLETE
96642026-09-07T14:25:34.587Z[ recovery-image] Sep 07 14:25:33.537 INFO O| Sep 07 14:25:33.537 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652026-09-07T14:25:34.598Z[ recovery-image] Sep 07 14:25:33.548 INFO O| Sep 07 14:25:33.548 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96662026-09-07T14:25:34.598Z[ recovery-image] Sep 07 14:25:33.548 INFO O| Sep 07 14:25:33.548 INFO STEP 86 (remove_files) COMPLETE
96672026-09-07T14:25:34.598Z[ recovery-image] Sep 07 14:25:33.548 INFO O| Sep 07 14:25:33.548 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682026-09-07T14:25:34.608Z[ recovery-image] Sep 07 14:25:33.558 INFO O| Sep 07 14:25:33.558 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96692026-09-07T14:25:34.608Z[ recovery-image] Sep 07 14:25:33.558 INFO O| Sep 07 14:25:33.558 INFO STEP 87 (remove_files) COMPLETE
96702026-09-07T14:25:34.608Z[ recovery-image] Sep 07 14:25:33.558 INFO O| Sep 07 14:25:33.558 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712026-09-07T14:25:34.618Z[ recovery-image] Sep 07 14:25:33.568 INFO O| Sep 07 14:25:33.568 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96722026-09-07T14:25:34.618Z[ recovery-image] Sep 07 14:25:33.568 INFO O| Sep 07 14:25:33.568 INFO STEP 88 (remove_files) COMPLETE
96732026-09-07T14:25:34.622Z[ recovery-image] Sep 07 14:25:33.568 INFO O| Sep 07 14:25:33.568 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742026-09-07T14:25:34.641Z[ recovery-image] Sep 07 14:25:33.591 INFO O| Sep 07 14:25:33.591 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96752026-09-07T14:25:34.641Z[ recovery-image] Sep 07 14:25:33.591 INFO O| Sep 07 14:25:33.591 INFO STEP 89 (remove_files) COMPLETE
96762026-09-07T14:25:34.641Z[ recovery-image] Sep 07 14:25:33.591 INFO O| Sep 07 14:25:33.591 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772026-09-07T14:25:34.652Z[ recovery-image] Sep 07 14:25:33.602 INFO O| Sep 07 14:25:33.602 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96782026-09-07T14:25:34.652Z[ recovery-image] Sep 07 14:25:33.602 INFO O| Sep 07 14:25:33.602 INFO STEP 90 (remove_files) COMPLETE
96792026-09-07T14:25:34.652Z[ recovery-image] Sep 07 14:25:33.602 INFO O| Sep 07 14:25:33.602 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802026-09-07T14:25:34.661Z[ recovery-image] Sep 07 14:25:33.612 INFO O| Sep 07 14:25:33.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96812026-09-07T14:25:34.661Z[ recovery-image] Sep 07 14:25:33.612 INFO O| Sep 07 14:25:33.612 INFO STEP 91 (remove_files) COMPLETE
96822026-09-07T14:25:34.662Z[ recovery-image] Sep 07 14:25:33.612 INFO O| Sep 07 14:25:33.612 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832026-09-07T14:25:34.671Z[ recovery-image] Sep 07 14:25:33.621 INFO O| Sep 07 14:25:33.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96842026-09-07T14:25:34.671Z[ recovery-image] Sep 07 14:25:33.621 INFO O| Sep 07 14:25:33.621 INFO STEP 92 (remove_files) COMPLETE
96852026-09-07T14:25:34.671Z[ recovery-image] Sep 07 14:25:33.621 INFO O| Sep 07 14:25:33.621 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862026-09-07T14:25:34.680Z[ recovery-image] Sep 07 14:25:33.630 INFO O| Sep 07 14:25:33.630 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96872026-09-07T14:25:34.680Z[ recovery-image] Sep 07 14:25:33.630 INFO O| Sep 07 14:25:33.630 INFO STEP 93 (remove_files) COMPLETE
96882026-09-07T14:25:34.684Z[ recovery-image] Sep 07 14:25:33.630 INFO O| Sep 07 14:25:33.630 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892026-09-07T14:25:34.689Z[ recovery-image] Sep 07 14:25:33.640 INFO O| Sep 07 14:25:33.640 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96902026-09-07T14:25:34.689Z[ recovery-image] Sep 07 14:25:33.640 INFO O| Sep 07 14:25:33.640 INFO STEP 94 (remove_files) COMPLETE
96912026-09-07T14:25:34.689Z[ recovery-image] Sep 07 14:25:33.640 INFO O| Sep 07 14:25:33.640 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96922026-09-07T14:25:34.699Z[ recovery-image] Sep 07 14:25:33.650 INFO O| Sep 07 14:25:33.650 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96932026-09-07T14:25:34.699Z[ recovery-image] Sep 07 14:25:33.650 INFO O| Sep 07 14:25:33.650 INFO STEP 95 (remove_files) COMPLETE
96942026-09-07T14:25:34.703Z[ recovery-image] Sep 07 14:25:33.650 INFO O| Sep 07 14:25:33.650 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96952026-09-07T14:25:34.713Z[ recovery-image] Sep 07 14:25:33.658 INFO O| Sep 07 14:25:33.658 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96962026-09-07T14:25:34.713Z[ recovery-image] Sep 07 14:25:33.658 INFO O| Sep 07 14:25:33.658 INFO STEP 96 (remove_files) COMPLETE
96972026-09-07T14:25:34.713Z[ recovery-image] Sep 07 14:25:33.658 INFO O| Sep 07 14:25:33.658 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96982026-09-07T14:25:34.717Z[ recovery-image] Sep 07 14:25:33.666 INFO O| Sep 07 14:25:33.666 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96992026-09-07T14:25:34.718Z[ recovery-image] Sep 07 14:25:33.666 INFO O| Sep 07 14:25:33.666 INFO STEP 97 (remove_files) COMPLETE
97002026-09-07T14:25:34.718Z[ recovery-image] Sep 07 14:25:33.666 INFO O| Sep 07 14:25:33.666 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97012026-09-07T14:25:34.724Z[ recovery-image] Sep 07 14:25:33.675 INFO O| Sep 07 14:25:33.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
97022026-09-07T14:25:34.724Z[ recovery-image] Sep 07 14:25:33.675 INFO O| Sep 07 14:25:33.675 INFO STEP 98 (remove_files) COMPLETE
97032026-09-07T14:25:34.724Z[ recovery-image] Sep 07 14:25:33.675 INFO O| Sep 07 14:25:33.675 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97042026-09-07T14:25:34.732Z[ recovery-image] Sep 07 14:25:33.683 INFO O| Sep 07 14:25:33.683 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97052026-09-07T14:25:34.732Z[ recovery-image] Sep 07 14:25:33.683 INFO O| Sep 07 14:25:33.683 INFO STEP 99 (remove_files) COMPLETE
97062026-09-07T14:25:34.732Z[ recovery-image] Sep 07 14:25:33.683 INFO O| Sep 07 14:25:33.683 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97072026-09-07T14:25:34.756Z[ recovery-image] Sep 07 14:25:33.695 INFO O| Sep 07 14:25:33.695 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97082026-09-07T14:25:34.756Z[ recovery-image] Sep 07 14:25:33.695 INFO O| Sep 07 14:25:33.695 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
97092026-09-07T14:25:36.013Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97102026-09-07T14:25:36.275Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97112026-09-07T14:25:36.956Z[ host-image] Sep 07 14:25:35.906 INFO O| configuring SMF profile...
97122026-09-07T14:25:36.956Z[ host-image] Sep 07 14:25:35.906 INFO O| modifying shadow(5)...
97132026-09-07T14:25:36.960Z[ host-image] Sep 07 14:25:35.906 INFO O| loading user and group database...
97142026-09-07T14:25:36.960Z[ host-image] Sep 07 14:25:35.906 INFO O| loading facet selections...
97152026-09-07T14:25:37.407Z[ host-image] Sep 07 14:25:36.357 INFO O| devel -> true
97162026-09-07T14:25:37.407Z[ host-image] Sep 07 14:25:36.358 INFO O| doc.man -> true
97172026-09-07T14:25:37.407Z[ host-image] Sep 07 14:25:36.358 INFO O| version-lock.shell/ksh93 -> true
97182026-09-07T14:25:37.411Z[ host-image] Sep 07 14:25:36.358 INFO O| version-lock.system/data/hardware-registry -> true
97192026-09-07T14:25:37.411Z[ host-image] Sep 07 14:25:36.358 INFO O| version-lock.system/data/zoneinfo -> true
97202026-09-07T14:25:37.411Z[ host-image] Sep 07 14:25:36.358 INFO O| version-lock.system/microcode/amd -> true
97212026-09-07T14:25:37.411Z[ host-image] Sep 07 14:25:36.358 INFO O| version-lock.system/microcode/intel -> true
97222026-09-07T14:25:37.411Z[ host-image] Sep 07 14:25:36.358 INFO O| version-lock.system/microcode/oxide -> true
97232026-09-07T14:25:37.411Z[ host-image] Sep 07 14:25:36.358 INFO O| assessing packaged files...
97242026-09-07T14:25:39.313Z[ host-image] Sep 07 14:25:38.255 INFO O| creating archive...
97252026-09-07T14:25:39.326Z[ host-image] Sep 07 14:25:38.276 INFO O| missing from packaging:
97262026-09-07T14:25:39.326Z[ host-image] Sep 07 14:25:38.276 INFO O| "etc/.pwd.lock"
97272026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.276 INFO O| "etc/bash"
97282026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.280 INFO O| "etc/svc/profile/generic.xml"
97292026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.280 INFO O| "etc/svc/profile/inetd_services.xml"
97302026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.280 INFO O| "etc/svc/profile/name_service.xml"
97312026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.280 INFO O| "etc/svc/profile/platform.xml"
97322026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.280 INFO O| "etc/svc/profile/platform_omicron1.xml"
97332026-09-07T14:25:39.331Z[ host-image] Sep 07 14:25:38.280 INFO O| "etc/svc/repository.db"
97342026-09-07T14:25:39.336Z[ host-image] Sep 07 14:25:38.286 INFO O| "opt/ooce/share"
97352026-09-07T14:25:39.336Z[ host-image] Sep 07 14:25:38.286 INFO O| "opt/ooce/share/man"
97362026-09-07T14:25:39.340Z[ host-image] Sep 07 14:25:38.286 INFO O| "opt/ooce/share/man/man1"
97372026-09-07T14:25:39.361Z[ host-image] Sep 07 14:25:38.296 INFO O| finishing archive...
97382026-09-07T14:25:39.470Z[ recovery-image] Sep 07 14:25:38.411 INFO O| Sep 07 14:25:38.410 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
97392026-09-07T14:25:39.470Z[ recovery-image] Sep 07 14:25:38.411 INFO O| Sep 07 14:25:38.411 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97402026-09-07T14:25:39.476Z[ recovery-image] Sep 07 14:25:38.427 INFO O| Sep 07 14:25:38.427 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97412026-09-07T14:25:39.611Z[ recovery-image] Sep 07 14:25:38.561 INFO O| Sep 07 14:25:38.561 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
97422026-09-07T14:25:39.667Z[ recovery-image] Sep 07 14:25:38.618 INFO O| Sep 07 14:25:38.618 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", "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"}
97432026-09-07T14:25:39.736Z[ recovery-image] Sep 07 14:25:38.683 INFO O| Sep 07 14:25:38.683 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97442026-09-07T14:25:39.736Z[ recovery-image] Sep 07 14:25:38.683 INFO O| Sep 07 14:25:38.683 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 ...
97452026-09-07T14:25:39.736Z[ recovery-image] Sep 07 14:25:38.684 INFO O| Sep 07 14:25:38.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97462026-09-07T14:25:39.740Z[ recovery-image] Sep 07 14:25:38.684 INFO O| Sep 07 14:25:38.684 INFO ok!
97472026-09-07T14:25:39.740Z[ recovery-image] Sep 07 14:25:38.684 INFO O| Sep 07 14:25:38.684 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97482026-09-07T14:25:39.740Z[ recovery-image] Sep 07 14:25:38.684 INFO O| Sep 07 14:25:38.684 INFO STEP 100 (seed_smf) COMPLETE
97492026-09-07T14:25:39.740Z[ recovery-image] Sep 07 14:25:38.684 INFO O| Sep 07 14:25:38.684 INFO steps complete; finalising image!
97502026-09-07T14:25:39.740Z[ recovery-image] Sep 07 14:25:38.684 INFO O| Sep 07 14:25:38.684 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97512026-09-07T14:25:39.799Z[ recovery-image] Sep 07 14:25:38.749 INFO O| Sep 07 14:25:38.749 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Mon Sep 7 14:25:38 2026)
97522026-09-07T14:25:40.006Z[ recovery-image] Sep 07 14:25:38.955 INFO O| Sep 07 14:25:38.955 INFO trim TEMPORARY-sled-zfs-recovery: (46% trimmed, started at Mon Sep 7 14:25:38 2026)
97532026-09-07T14:25:40.228Z[ recovery-image] Sep 07 14:25:39.162 INFO O| Sep 07 14:25:39.162 INFO trim TEMPORARY-sled-zfs-recovery: (82% trimmed, started at Mon Sep 7 14:25:38 2026)
97542026-09-07T14:25:40.419Z[ recovery-image] Sep 07 14:25:39.369 INFO O| Sep 07 14:25:39.369 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97552026-09-07T14:25:40.625Z[ recovery-image] Sep 07 14:25:39.575 INFO O| Sep 07 14:25:39.575 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97562026-09-07T14:25:40.831Z[ recovery-image] Sep 07 14:25:39.781 INFO O| Sep 07 14:25:39.781 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97572026-09-07T14:25:41.037Z[ recovery-image] Sep 07 14:25:39.987 INFO O| Sep 07 14:25:39.987 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97582026-09-07T14:25:41.300Z[ recovery-image] Sep 07 14:25:40.193 INFO O| Sep 07 14:25:40.193 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97592026-09-07T14:25:41.449Z[ recovery-image] Sep 07 14:25:40.399 INFO O| Sep 07 14:25:40.399 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97602026-09-07T14:25:41.657Z[ recovery-image] Sep 07 14:25:40.607 INFO O| Sep 07 14:25:40.606 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97612026-09-07T14:25:41.833Z[ host-image] Sep 07 14:25:40.784 INFO O| creating gzonly manifest...
97622026-09-07T14:25:41.842Z[ host-image] Sep 07 14:25:40.793 INFO O| ok
97632026-09-07T14:25:41.862Z[ recovery-image] Sep 07 14:25:40.812 INFO O| Sep 07 14:25:40.812 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97642026-09-07T14:25:41.987Z[ host-image] Sep 07 14:25:40.937 INFO image builder template: ramdisk-02-trim...
97652026-09-07T14:25:41.987Z[ host-image] Sep 07 14:25:40.937 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/.tmpp1nnmL/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
97662026-09-07T14:25:42.013Z[ host-image] Sep 07 14:25:40.963 INFO O| Sep 07 14:25:40.963 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97672026-09-07T14:25:42.017Z[ host-image] Sep 07 14:25:40.968 INFO O| Sep 07 14:25:40.968 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97682026-09-07T14:25:42.070Z[ recovery-image] Sep 07 14:25:41.021 INFO O| Sep 07 14:25:41.021 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97692026-09-07T14:25:42.277Z[ recovery-image] Sep 07 14:25:41.227 INFO O| Sep 07 14:25:41.227 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97702026-09-07T14:25:42.483Z[ recovery-image] Sep 07 14:25:41.434 INFO O| Sep 07 14:25:41.434 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Sep 7 14:25:38 2026)
97712026-09-07T14:25:42.697Z[ recovery-image] Sep 07 14:25:41.647 INFO O| Sep 07 14:25:41.647 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Sep 7 14:25:38 2026)
97722026-09-07T14:25:42.717Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97732026-09-07T14:25:42.943Z[ recovery-image] Sep 07 14:25:41.892 INFO O| Sep 07 14:25:41.886 INFO temporary pool has 464M used, 1.30G avail, 1.00x compressratio
97742026-09-07T14:25:42.943Z[ recovery-image] Sep 07 14:25:41.892 INFO O| Sep 07 14:25:41.886 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97752026-09-07T14:25:43.711Z[ recovery-image] Sep 07 14:25:42.661 INFO O| Sep 07 14:25:42.661 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
97762026-09-07T14:25:43.711Z[ recovery-image] Sep 07 14:25:42.661 INFO O| Sep 07 14:25:42.661 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97772026-09-07T14:25:44.294Z[ host-image] Sep 07 14:25:43.244 INFO O| Sep 07 14:25:43.244 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97782026-09-07T14:25:45.138Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97792026-09-07T14:25:45.388Z[ host-image] Sep 07 14:25:44.338 INFO O| Sep 07 14:25:44.338 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97802026-09-07T14:25:45.395Z[ host-image] Sep 07 14:25:44.338 INFO O| Sep 07 14:25:44.338 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97812026-09-07T14:25:45.416Z[ host-image] Sep 07 14:25:44.367 INFO O| Sep 07 14:25:44.350 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97822026-09-07T14:25:45.416Z[ host-image] Sep 07 14:25:44.367 INFO O| Sep 07 14:25:44.355 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97832026-09-07T14:25:45.420Z[ host-image] Sep 07 14:25:44.367 INFO O| Sep 07 14:25:44.360 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97842026-09-07T14:25:46.207Z[ recovery-image] Sep 07 14:25:45.157 INFO O| Sep 07 14:25:45.157 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97852026-09-07T14:25:46.207Z[ recovery-image] Sep 07 14:25:45.157 INFO O| Sep 07 14:25:45.157 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97862026-09-07T14:25:46.207Z[ recovery-image] Sep 07 14:25:45.157 INFO O| Sep 07 14:25:45.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97872026-09-07T14:25:46.211Z[ recovery-image] Sep 07 14:25:45.157 INFO O| Sep 07 14:25:45.157 INFO completed processing sled/zfs-recovery
97882026-09-07T14:25:46.211Z[ recovery-image] Sep 07 14:25:45.157 INFO O| Sep 07 14:25:45.157 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97892026-09-07T14:25:50.018Z[ host-image] Sep 07 14:25:48.967 INFO O| Sep 07 14:25:48.967 INFO rolled back to input snapshot; work may begin
97902026-09-07T14:25:50.018Z[ host-image] Sep 07 14:25:48.967 INFO O| Sep 07 14:25:48.967 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
97912026-09-07T14:25:50.065Z[ host-image] Sep 07 14:25:49.014 INFO O| Sep 07 14:25:49.014 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97922026-09-07T14:25:50.083Z[ host-image] Sep 07 14:25:49.027 INFO O| Sep 07 14:25:49.026 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
97932026-09-07T14:25:50.083Z[ recovery-image] Sep 07 14:25:49.031 INFO O| Sep 07 14:25:49.031 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97942026-09-07T14:25:50.164Z[ host-image] Sep 07 14:25:49.115 INFO O| Sep 07 14:25:49.114 INFO STEP 0 (remove_files) COMPLETE
97952026-09-07T14:25:50.164Z[ host-image] Sep 07 14:25:49.115 INFO O| Sep 07 14:25:49.115 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97962026-09-07T14:25:50.179Z[ host-image] Sep 07 14:25:49.129 INFO O| Sep 07 14:25:49.129 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
97972026-09-07T14:25:50.188Z[ host-image] Sep 07 14:25:49.130 INFO O| Sep 07 14:25:49.130 INFO STEP 1 (remove_files) COMPLETE
97982026-09-07T14:25:50.188Z[ host-image] Sep 07 14:25:49.131 INFO O| Sep 07 14:25:49.130 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97992026-09-07T14:25:50.203Z[ host-image] Sep 07 14:25:49.143 INFO O| Sep 07 14:25:49.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98002026-09-07T14:25:50.208Z[ host-image] Sep 07 14:25:49.157 INFO O| Sep 07 14:25:49.157 INFO STEP 2 (remove_files) COMPLETE
98012026-09-07T14:25:50.208Z[ host-image] Sep 07 14:25:49.157 INFO O| Sep 07 14:25:49.157 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98022026-09-07T14:25:50.218Z[ host-image] Sep 07 14:25:49.168 INFO O| Sep 07 14:25:49.168 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98032026-09-07T14:25:50.221Z[ host-image] Sep 07 14:25:49.170 INFO O| Sep 07 14:25:49.170 INFO STEP 3 (remove_files) COMPLETE
98042026-09-07T14:25:50.221Z[ host-image] Sep 07 14:25:49.170 INFO O| Sep 07 14:25:49.170 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98052026-09-07T14:25:50.229Z[ host-image] Sep 07 14:25:49.180 INFO O| Sep 07 14:25:49.180 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98062026-09-07T14:25:50.234Z[ host-image] Sep 07 14:25:49.183 INFO O| Sep 07 14:25:49.183 INFO STEP 4 (remove_files) COMPLETE
98072026-09-07T14:25:50.234Z[ host-image] Sep 07 14:25:49.183 INFO O| Sep 07 14:25:49.183 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98082026-09-07T14:25:50.242Z[ host-image] Sep 07 14:25:49.193 INFO O| Sep 07 14:25:49.193 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98092026-09-07T14:25:50.247Z[ host-image] Sep 07 14:25:49.195 INFO O| Sep 07 14:25:49.195 INFO STEP 5 (remove_files) COMPLETE
98102026-09-07T14:25:50.247Z[ host-image] Sep 07 14:25:49.195 INFO O| Sep 07 14:25:49.195 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98112026-09-07T14:25:50.256Z[ host-image] Sep 07 14:25:49.207 INFO O| Sep 07 14:25:49.207 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98122026-09-07T14:25:50.269Z[ host-image] Sep 07 14:25:49.217 INFO O| Sep 07 14:25:49.216 INFO STEP 6 (remove_files) COMPLETE
98132026-09-07T14:25:50.269Z[ host-image] Sep 07 14:25:49.217 INFO O| Sep 07 14:25:49.217 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98142026-09-07T14:25:50.269Z[ host-image] Sep 07 14:25:49.217 INFO O| Sep 07 14:25:49.217 INFO skip step because feature "heliosv2" is not enabled
98152026-09-07T14:25:50.269Z[ host-image] Sep 07 14:25:49.217 INFO O| Sep 07 14:25:49.217 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98162026-09-07T14:25:50.279Z[ host-image] Sep 07 14:25:49.229 INFO O| Sep 07 14:25:49.229 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98172026-09-07T14:25:50.296Z[ host-image] Sep 07 14:25:49.240 INFO O| Sep 07 14:25:49.240 INFO STEP 8 (remove_files) COMPLETE
98182026-09-07T14:25:50.297Z[ host-image] Sep 07 14:25:49.240 INFO O| Sep 07 14:25:49.240 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98192026-09-07T14:25:50.304Z[ host-image] Sep 07 14:25:49.255 INFO O| Sep 07 14:25:49.255 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98202026-09-07T14:25:50.374Z[ host-image] Sep 07 14:25:49.324 INFO O| Sep 07 14:25:49.324 INFO STEP 9 (remove_files) COMPLETE
98212026-09-07T14:25:50.374Z[ host-image] Sep 07 14:25:49.325 INFO O| Sep 07 14:25:49.324 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98222026-09-07T14:25:50.384Z[ recovery-image] Sep 07 14:25:49.335 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
98232026-09-07T14:25:50.385Z[ recovery-image] Sep 07 14:25:49.335 INFO expanded image name: "recovery 9c66fa5/${os_short_commit} 2026-09-07 14:11" -> "recovery 9c66fa5/0e29ea8 2026-09-07 14:11"
98242026-09-07T14:25:50.385Z[ recovery-image] Sep 07 14:25:49.335 INFO output artefacts stored in: "/work/os-recovery"
98252026-09-07T14:25:50.388Z[ recovery-image] Sep 07 14:25:49.335 INFO collecting git info from project "pinprick"...
98262026-09-07T14:25:50.388Z[ host-image] Sep 07 14:25:49.338 INFO O| Sep 07 14:25:49.338 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98272026-09-07T14:25:50.393Z[ recovery-image] Sep 07 14:25:49.344 INFO collecting git info from project "image-builder"...
98282026-09-07T14:25:50.401Z[ recovery-image] Sep 07 14:25:49.351 INFO collecting git info from project "amd-firmware"...
98292026-09-07T14:25:50.496Z[ host-image] Sep 07 14:25:49.432 INFO O| Sep 07 14:25:49.432 INFO STEP 10 (remove_files) COMPLETE
98302026-09-07T14:25:50.496Z[ host-image] Sep 07 14:25:49.432 INFO O| Sep 07 14:25:49.432 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98312026-09-07T14:25:50.514Z[ host-image] Sep 07 14:25:49.445 INFO O| Sep 07 14:25:49.445 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98322026-09-07T14:25:50.514Z[ host-image] Sep 07 14:25:49.448 INFO O| Sep 07 14:25:49.448 INFO STEP 11 (remove_files) COMPLETE
98332026-09-07T14:25:50.514Z[ host-image] Sep 07 14:25:49.448 INFO O| Sep 07 14:25:49.448 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98342026-09-07T14:25:50.518Z[ host-image] Sep 07 14:25:49.463 INFO O| Sep 07 14:25:49.463 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98352026-09-07T14:25:50.518Z[ host-image] Sep 07 14:25:49.464 INFO O| Sep 07 14:25:49.464 INFO STEP 12 (remove_files) COMPLETE
98362026-09-07T14:25:50.518Z[ host-image] Sep 07 14:25:49.464 INFO O| Sep 07 14:25:49.464 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98372026-09-07T14:25:50.548Z[ host-image] Sep 07 14:25:49.498 INFO O| Sep 07 14:25:49.498 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98382026-09-07T14:25:50.551Z[ host-image] Sep 07 14:25:49.499 INFO O| Sep 07 14:25:49.499 INFO STEP 13 (remove_files) COMPLETE
98392026-09-07T14:25:50.551Z[ host-image] Sep 07 14:25:49.499 INFO O| Sep 07 14:25:49.499 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98402026-09-07T14:25:50.575Z[ host-image] Sep 07 14:25:49.514 INFO O| Sep 07 14:25:49.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98412026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98422026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98432026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98442026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98452026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98462026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98472026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98482026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98492026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98502026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98512026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98522026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98532026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98542026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98552026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.515 INFO O| Sep 07 14:25:49.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98562026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.522 INFO O| Sep 07 14:25:49.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98572026-09-07T14:25:50.589Z[ host-image] Sep 07 14:25:49.522 INFO O| Sep 07 14:25:49.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98582026-09-07T14:25:50.624Z[ recovery-image] Sep 07 14:25:49.557 INFO collecting git info from project "chelsio-t6-roms"...
98592026-09-07T14:25:50.683Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
98602026-09-07T14:25:50.683Z[ recovery-image] Sep 07 14:25:49.575 INFO collecting git info from project "dmar-report"...
98612026-09-07T14:25:50.684Z[ recovery-image] Sep 07 14:25:49.586 INFO collecting git info from project "phbl"...
98622026-09-07T14:25:50.689Z[ recovery-image] Sep 07 14:25:49.625 INFO collecting git info from project "bootserver"...
98632026-09-07T14:25:50.689Z[ recovery-image] Sep 07 14:25:49.633 INFO collecting git info from project "amd-host-image-builder"...
98642026-09-07T14:25:50.813Z[ host-image] Sep 07 14:25:49.748 INFO O| Sep 07 14:25:49.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98652026-09-07T14:25:50.858Z[ host-image] Sep 07 14:25:49.752 INFO O| Sep 07 14:25:49.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98662026-09-07T14:25:50.894Z[ recovery-image] Sep 07 14:25:49.783 INFO collecting git info from project "pilot"...
98672026-09-07T14:25:50.894Z[ recovery-image] Sep 07 14:25:49.794 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98682026-09-07T14:25:50.895Z[ host-image] Sep 07 14:25:49.815 INFO O| Sep 07 14:25:49.815 INFO STEP 14 (remove_files) COMPLETE
98692026-09-07T14:25:50.895Z[ host-image] Sep 07 14:25:49.815 INFO O| Sep 07 14:25:49.815 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98702026-09-07T14:25:50.919Z[ host-image] Sep 07 14:25:49.869 INFO O| Sep 07 14:25:49.869 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98712026-09-07T14:25:50.925Z[ host-image] Sep 07 14:25:49.871 INFO O| Sep 07 14:25:49.871 INFO STEP 15 (remove_files) COMPLETE
98722026-09-07T14:25:50.925Z[ host-image] Sep 07 14:25:49.871 INFO O| Sep 07 14:25:49.871 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98732026-09-07T14:25:50.957Z[ host-image] Sep 07 14:25:49.896 INFO O| Sep 07 14:25:49.891 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98742026-09-07T14:25:50.961Z[ host-image] Sep 07 14:25:49.902 INFO O| Sep 07 14:25:49.902 INFO STEP 16 (remove_files) COMPLETE
98752026-09-07T14:25:50.961Z[ host-image] Sep 07 14:25:49.902 INFO O| Sep 07 14:25:49.902 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98762026-09-07T14:25:50.965Z[ host-image] Sep 07 14:25:49.915 INFO O| Sep 07 14:25:49.915 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98772026-09-07T14:25:50.965Z[ host-image] Sep 07 14:25:49.915 INFO O| Sep 07 14:25:49.915 INFO STEP 17 (remove_files) COMPLETE
98782026-09-07T14:25:50.965Z[ host-image] Sep 07 14:25:49.915 INFO O| Sep 07 14:25:49.915 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98792026-09-07T14:25:51.008Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
98802026-09-07T14:25:51.046Z[ host-image] Sep 07 14:25:49.959 INFO O| Sep 07 14:25:49.959 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98812026-09-07T14:25:51.047Z[ host-image] Sep 07 14:25:49.960 INFO O| Sep 07 14:25:49.960 INFO STEP 18 (remove_files) COMPLETE
98822026-09-07T14:25:51.047Z[ host-image] Sep 07 14:25:49.960 INFO O| Sep 07 14:25:49.960 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98832026-09-07T14:25:51.047Z[ host-image] Sep 07 14:25:49.989 INFO O| Sep 07 14:25:49.988 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98842026-09-07T14:25:51.047Z[ host-image] Sep 07 14:25:49.989 INFO O| Sep 07 14:25:49.989 INFO STEP 19 (remove_files) COMPLETE
98852026-09-07T14:25:51.047Z[ host-image] Sep 07 14:25:49.989 INFO O| Sep 07 14:25:49.989 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98862026-09-07T14:25:51.050Z[ host-image] Sep 07 14:25:49.999 INFO O| Sep 07 14:25:49.999 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98872026-09-07T14:25:51.050Z[ host-image] Sep 07 14:25:49.999 INFO O| Sep 07 14:25:49.999 INFO STEP 20 (remove_files) COMPLETE
98882026-09-07T14:25:51.050Z[ host-image] Sep 07 14:25:49.999 INFO O| Sep 07 14:25:49.999 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98892026-09-07T14:25:51.071Z[ host-image] Sep 07 14:25:50.009 INFO O| Sep 07 14:25:50.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98902026-09-07T14:25:51.072Z[ host-image] Sep 07 14:25:50.009 INFO O| Sep 07 14:25:50.009 INFO STEP 21 (remove_files) COMPLETE
98912026-09-07T14:25:51.075Z[ host-image] Sep 07 14:25:50.009 INFO O| Sep 07 14:25:50.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98922026-09-07T14:25:51.075Z[ host-image] Sep 07 14:25:50.019 INFO O| Sep 07 14:25:50.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98932026-09-07T14:25:51.075Z[ host-image] Sep 07 14:25:50.019 INFO O| Sep 07 14:25:50.019 INFO STEP 22 (remove_files) COMPLETE
98942026-09-07T14:25:51.075Z[ host-image] Sep 07 14:25:50.019 INFO O| Sep 07 14:25:50.019 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98952026-09-07T14:25:51.115Z[ host-image] Sep 07 14:25:50.040 INFO O| Sep 07 14:25:50.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98962026-09-07T14:25:51.115Z[ host-image] Sep 07 14:25:50.040 INFO O| Sep 07 14:25:50.040 INFO STEP 23 (remove_files) COMPLETE
98972026-09-07T14:25:51.176Z[ host-image] Sep 07 14:25:50.040 INFO O| Sep 07 14:25:50.040 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98982026-09-07T14:25:51.177Z[ host-image] Sep 07 14:25:50.054 INFO O| Sep 07 14:25:50.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98992026-09-07T14:25:51.177Z[ host-image] Sep 07 14:25:50.054 INFO O| Sep 07 14:25:50.054 INFO STEP 24 (remove_files) COMPLETE
99002026-09-07T14:25:51.177Z[ host-image] Sep 07 14:25:50.054 INFO O| Sep 07 14:25:50.054 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99012026-09-07T14:25:51.177Z[ host-image] Sep 07 14:25:50.080 INFO O| Sep 07 14:25:50.080 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
99022026-09-07T14:25:51.177Z[ host-image] Sep 07 14:25:50.080 INFO O| Sep 07 14:25:50.080 INFO STEP 25 (remove_files) COMPLETE
99032026-09-07T14:25:51.177Z[ host-image] Sep 07 14:25:50.080 INFO O| Sep 07 14:25:50.080 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99042026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.091 INFO O| Sep 07 14:25:50.091 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
99052026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.091 INFO O| Sep 07 14:25:50.091 INFO STEP 26 (remove_files) COMPLETE
99062026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.091 INFO O| Sep 07 14:25:50.091 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99072026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.100 INFO O| Sep 07 14:25:50.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
99082026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.100 INFO O| Sep 07 14:25:50.100 INFO STEP 27 (remove_files) COMPLETE
99092026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.100 INFO O| Sep 07 14:25:50.100 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99102026-09-07T14:25:51.182Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
99112026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.111 INFO O| Sep 07 14:25:50.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99122026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.111 INFO O| Sep 07 14:25:50.111 INFO STEP 28 (remove_files) COMPLETE
99132026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.111 INFO O| Sep 07 14:25:50.111 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99142026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.123 INFO O| Sep 07 14:25:50.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99152026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.123 INFO O| Sep 07 14:25:50.123 INFO STEP 29 (remove_files) COMPLETE
99162026-09-07T14:25:51.182Z[ host-image] Sep 07 14:25:50.123 INFO O| Sep 07 14:25:50.123 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99172026-09-07T14:25:51.186Z[ host-image] Sep 07 14:25:50.133 INFO O| Sep 07 14:25:50.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99182026-09-07T14:25:51.186Z[ host-image] Sep 07 14:25:50.133 INFO O| Sep 07 14:25:50.133 INFO STEP 30 (remove_files) COMPLETE
99192026-09-07T14:25:51.186Z[ host-image] Sep 07 14:25:50.133 INFO O| Sep 07 14:25:50.133 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99202026-09-07T14:25:51.193Z[ host-image] Sep 07 14:25:50.144 INFO O| Sep 07 14:25:50.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99212026-09-07T14:25:51.194Z[ host-image] Sep 07 14:25:50.144 INFO O| Sep 07 14:25:50.144 INFO STEP 31 (remove_files) COMPLETE
99222026-09-07T14:25:51.197Z[ host-image] Sep 07 14:25:50.144 INFO O| Sep 07 14:25:50.144 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99232026-09-07T14:25:51.203Z[ host-image] Sep 07 14:25:50.154 INFO O| Sep 07 14:25:50.153 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99242026-09-07T14:25:51.203Z[ host-image] Sep 07 14:25:50.154 INFO O| Sep 07 14:25:50.154 INFO STEP 32 (remove_files) COMPLETE
99252026-09-07T14:25:51.203Z[ host-image] Sep 07 14:25:50.154 INFO O| Sep 07 14:25:50.154 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99262026-09-07T14:25:51.213Z[ host-image] Sep 07 14:25:50.163 INFO O| Sep 07 14:25:50.163 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99272026-09-07T14:25:51.213Z[ host-image] Sep 07 14:25:50.163 INFO O| Sep 07 14:25:50.163 INFO STEP 33 (remove_files) COMPLETE
99282026-09-07T14:25:51.217Z[ host-image] Sep 07 14:25:50.163 INFO O| Sep 07 14:25:50.163 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99292026-09-07T14:25:51.223Z[ host-image] Sep 07 14:25:50.173 INFO O| Sep 07 14:25:50.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99302026-09-07T14:25:51.223Z[ host-image] Sep 07 14:25:50.173 INFO O| Sep 07 14:25:50.173 INFO STEP 34 (remove_files) COMPLETE
99312026-09-07T14:25:51.223Z[ host-image] Sep 07 14:25:50.173 INFO O| Sep 07 14:25:50.173 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99322026-09-07T14:25:51.236Z[ host-image] Sep 07 14:25:50.184 INFO O| Sep 07 14:25:50.184 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99332026-09-07T14:25:51.236Z[ host-image] Sep 07 14:25:50.185 INFO O| Sep 07 14:25:50.185 INFO STEP 35 (remove_files) COMPLETE
99342026-09-07T14:25:51.236Z[ host-image] Sep 07 14:25:50.185 INFO O| Sep 07 14:25:50.185 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99352026-09-07T14:25:51.245Z[ host-image] Sep 07 14:25:50.195 INFO O| Sep 07 14:25:50.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99362026-09-07T14:25:51.245Z[ host-image] Sep 07 14:25:50.195 INFO O| Sep 07 14:25:50.195 INFO STEP 36 (remove_files) COMPLETE
99372026-09-07T14:25:51.245Z[ host-image] Sep 07 14:25:50.196 INFO O| Sep 07 14:25:50.195 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99382026-09-07T14:25:51.255Z[ host-image] Sep 07 14:25:50.205 INFO O| Sep 07 14:25:50.205 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99392026-09-07T14:25:51.255Z[ host-image] Sep 07 14:25:50.205 INFO O| Sep 07 14:25:50.205 INFO STEP 37 (remove_files) COMPLETE
99402026-09-07T14:25:51.258Z[ host-image] Sep 07 14:25:50.206 INFO O| Sep 07 14:25:50.205 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99412026-09-07T14:25:51.292Z[ host-image] Sep 07 14:25:50.215 INFO O| Sep 07 14:25:50.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99422026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.215 INFO O| Sep 07 14:25:50.215 INFO STEP 38 (remove_files) COMPLETE
99432026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.215 INFO O| Sep 07 14:25:50.215 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99442026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.225 INFO O| Sep 07 14:25:50.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99452026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.225 INFO O| Sep 07 14:25:50.225 INFO STEP 39 (remove_files) COMPLETE
99462026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.225 INFO O| Sep 07 14:25:50.225 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99472026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.234 INFO O| Sep 07 14:25:50.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99482026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.234 INFO O| Sep 07 14:25:50.234 INFO STEP 40 (remove_files) COMPLETE
99492026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.234 INFO O| Sep 07 14:25:50.234 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99502026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.244 INFO O| Sep 07 14:25:50.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99512026-09-07T14:25:51.296Z[ host-image] Sep 07 14:25:50.244 INFO O| Sep 07 14:25:50.244 INFO STEP 41 (remove_files) COMPLETE
99522026-09-07T14:25:51.297Z[ host-image] Sep 07 14:25:50.244 INFO O| Sep 07 14:25:50.244 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99532026-09-07T14:25:51.302Z[ host-image] Sep 07 14:25:50.253 INFO O| Sep 07 14:25:50.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99542026-09-07T14:25:51.302Z[ host-image] Sep 07 14:25:50.253 INFO O| Sep 07 14:25:50.253 INFO STEP 42 (remove_files) COMPLETE
99552026-09-07T14:25:51.305Z[ host-image] Sep 07 14:25:50.253 INFO O| Sep 07 14:25:50.253 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99562026-09-07T14:25:51.311Z[ host-image] Sep 07 14:25:50.262 INFO O| Sep 07 14:25:50.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99572026-09-07T14:25:51.311Z[ host-image] Sep 07 14:25:50.262 INFO O| Sep 07 14:25:50.262 INFO STEP 43 (remove_files) COMPLETE
99582026-09-07T14:25:51.315Z[ host-image] Sep 07 14:25:50.262 INFO O| Sep 07 14:25:50.262 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99592026-09-07T14:25:51.320Z[ host-image] Sep 07 14:25:50.271 INFO O| Sep 07 14:25:50.271 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99602026-09-07T14:25:51.320Z[ host-image] Sep 07 14:25:50.271 INFO O| Sep 07 14:25:50.271 INFO STEP 44 (remove_files) COMPLETE
99612026-09-07T14:25:51.323Z[ host-image] Sep 07 14:25:50.271 INFO O| Sep 07 14:25:50.271 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99622026-09-07T14:25:51.329Z[ host-image] Sep 07 14:25:50.280 INFO O| Sep 07 14:25:50.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99632026-09-07T14:25:51.329Z[ host-image] Sep 07 14:25:50.280 INFO O| Sep 07 14:25:50.280 INFO STEP 45 (remove_files) COMPLETE
99642026-09-07T14:25:51.332Z[ host-image] Sep 07 14:25:50.280 INFO O| Sep 07 14:25:50.280 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99652026-09-07T14:25:51.341Z[ host-image] Sep 07 14:25:50.292 INFO O| Sep 07 14:25:50.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99662026-09-07T14:25:51.341Z[ host-image] Sep 07 14:25:50.292 INFO O| Sep 07 14:25:50.292 INFO STEP 46 (remove_files) COMPLETE
99672026-09-07T14:25:51.341Z[ host-image] Sep 07 14:25:50.292 INFO O| Sep 07 14:25:50.292 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99682026-09-07T14:25:51.362Z[ host-image] Sep 07 14:25:50.303 INFO O| Sep 07 14:25:50.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99692026-09-07T14:25:51.363Z[ host-image] Sep 07 14:25:50.303 INFO O| Sep 07 14:25:50.303 INFO STEP 47 (remove_files) COMPLETE
99702026-09-07T14:25:51.369Z[ host-image] Sep 07 14:25:50.303 INFO O| Sep 07 14:25:50.303 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99712026-09-07T14:25:51.375Z[ host-image] Sep 07 14:25:50.317 INFO O| Sep 07 14:25:50.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99722026-09-07T14:25:51.375Z[ host-image] Sep 07 14:25:50.317 INFO O| Sep 07 14:25:50.317 INFO STEP 48 (remove_files) COMPLETE
99732026-09-07T14:25:51.375Z[ host-image] Sep 07 14:25:50.317 INFO O| Sep 07 14:25:50.317 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99742026-09-07T14:25:51.378Z[ recovery-image] Sep 07 14:25:50.326 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99752026-09-07T14:25:51.383Z[ host-image] Sep 07 14:25:50.328 INFO O| Sep 07 14:25:50.328 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99762026-09-07T14:25:51.383Z[ host-image] Sep 07 14:25:50.328 INFO O| Sep 07 14:25:50.328 INFO STEP 49 (remove_files) COMPLETE
99772026-09-07T14:25:51.383Z[ host-image] Sep 07 14:25:50.328 INFO O| Sep 07 14:25:50.328 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99782026-09-07T14:25:51.388Z[ host-image] Sep 07 14:25:50.339 INFO O| Sep 07 14:25:50.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99792026-09-07T14:25:51.388Z[ host-image] Sep 07 14:25:50.339 INFO O| Sep 07 14:25:50.339 INFO STEP 50 (remove_files) COMPLETE
99802026-09-07T14:25:51.388Z[ host-image] Sep 07 14:25:50.339 INFO O| Sep 07 14:25:50.339 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99812026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.352 INFO O| Sep 07 14:25:50.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99822026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.352 INFO O| Sep 07 14:25:50.352 INFO STEP 51 (remove_files) COMPLETE
99832026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.352 INFO O| Sep 07 14:25:50.352 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99842026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.363 INFO O| Sep 07 14:25:50.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99852026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.363 INFO O| Sep 07 14:25:50.363 INFO STEP 52 (remove_files) COMPLETE
99862026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.363 INFO O| Sep 07 14:25:50.363 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99872026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.374 INFO O| Sep 07 14:25:50.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99882026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.374 INFO O| Sep 07 14:25:50.374 INFO STEP 53 (remove_files) COMPLETE
99892026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.374 INFO O| Sep 07 14:25:50.374 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99902026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.385 INFO O| Sep 07 14:25:50.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99912026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.385 INFO O| Sep 07 14:25:50.385 INFO STEP 54 (remove_files) COMPLETE
99922026-09-07T14:25:51.458Z[ host-image] Sep 07 14:25:50.385 INFO O| Sep 07 14:25:50.385 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99932026-09-07T14:25:51.459Z[ host-image] Sep 07 14:25:50.395 INFO O| Sep 07 14:25:50.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99942026-09-07T14:25:51.459Z[ host-image] Sep 07 14:25:50.395 INFO O| Sep 07 14:25:50.395 INFO STEP 55 (remove_files) COMPLETE
99952026-09-07T14:25:51.459Z[ host-image] Sep 07 14:25:50.395 INFO O| Sep 07 14:25:50.395 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99962026-09-07T14:25:51.459Z[ host-image] Sep 07 14:25:50.405 INFO O| Sep 07 14:25:50.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99972026-09-07T14:25:51.459Z[ host-image] Sep 07 14:25:50.405 INFO O| Sep 07 14:25:50.405 INFO STEP 56 (remove_files) COMPLETE
99982026-09-07T14:25:51.459Z[ host-image] Sep 07 14:25:50.405 INFO O| Sep 07 14:25:50.405 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99992026-09-07T14:25:51.465Z[ host-image] Sep 07 14:25:50.415 INFO O| Sep 07 14:25:50.415 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
100002026-09-07T14:25:51.465Z[ host-image] Sep 07 14:25:50.415 INFO O| Sep 07 14:25:50.415 INFO STEP 57 (remove_files) COMPLETE
100012026-09-07T14:25:51.465Z[ host-image] Sep 07 14:25:50.415 INFO O| Sep 07 14:25:50.415 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100022026-09-07T14:25:51.481Z[ host-image] Sep 07 14:25:50.424 INFO O| Sep 07 14:25:50.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
100032026-09-07T14:25:51.481Z[ host-image] Sep 07 14:25:50.424 INFO O| Sep 07 14:25:50.424 INFO STEP 58 (remove_files) COMPLETE
100042026-09-07T14:25:51.481Z[ host-image] Sep 07 14:25:50.424 INFO O| Sep 07 14:25:50.424 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100052026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
100062026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
100072026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100082026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100092026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100102026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
100112026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO ok!
100122026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO STEP 59 (ensure_file) COMPLETE
100132026-09-07T14:25:51.489Z[ host-image] Sep 07 14:25:50.435 INFO O| Sep 07 14:25:50.435 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100142026-09-07T14:25:51.499Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100152026-09-07T14:25:51.502Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100162026-09-07T14:25:51.502Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100172026-09-07T14:25:51.502Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100182026-09-07T14:25:51.503Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100192026-09-07T14:25:51.503Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100202026-09-07T14:25:51.503Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO ok!
100212026-09-07T14:25:51.503Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO STEP 60 (ensure_file) COMPLETE
100222026-09-07T14:25:51.503Z[ host-image] Sep 07 14:25:50.445 INFO O| Sep 07 14:25:50.445 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100232026-09-07T14:25:51.506Z[ host-image] Sep 07 14:25:50.456 INFO O| Sep 07 14:25:50.456 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100242026-09-07T14:25:51.506Z[ host-image] Sep 07 14:25:50.457 INFO O| Sep 07 14:25:50.456 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100252026-09-07T14:25:51.506Z[ host-image] Sep 07 14:25:50.457 INFO O| Sep 07 14:25:50.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100262026-09-07T14:25:51.506Z[ host-image] Sep 07 14:25:50.457 INFO O| Sep 07 14:25:50.457 INFO ok!
100272026-09-07T14:25:51.506Z[ host-image] Sep 07 14:25:50.457 INFO O| Sep 07 14:25:50.457 INFO STEP 61 (ensure_file) COMPLETE
100282026-09-07T14:25:51.506Z[ host-image] Sep 07 14:25:50.457 INFO O| Sep 07 14:25:50.457 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100292026-09-07T14:25:51.518Z[ host-image] Sep 07 14:25:50.468 INFO O| Sep 07 14:25:50.468 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100302026-09-07T14:25:51.518Z[ host-image] Sep 07 14:25:50.468 INFO O| Sep 07 14:25:50.468 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100312026-09-07T14:25:51.521Z[ host-image] Sep 07 14:25:50.468 INFO O| Sep 07 14:25:50.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100322026-09-07T14:25:51.521Z[ host-image] Sep 07 14:25:50.468 INFO O| Sep 07 14:25:50.468 INFO ok!
100332026-09-07T14:25:51.521Z[ host-image] Sep 07 14:25:50.468 INFO O| Sep 07 14:25:50.468 INFO STEP 62 (ensure_file) COMPLETE
100342026-09-07T14:25:51.521Z[ host-image] Sep 07 14:25:50.468 INFO O| Sep 07 14:25:50.468 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100352026-09-07T14:25:51.530Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100362026-09-07T14:25:51.530Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100372026-09-07T14:25:51.530Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100382026-09-07T14:25:51.533Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100392026-09-07T14:25:51.533Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 INFO ok!
100402026-09-07T14:25:51.533Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 INFO STEP 63 (ensure_file) COMPLETE
100412026-09-07T14:25:51.534Z[ host-image] Sep 07 14:25:50.480 INFO O| Sep 07 14:25:50.480 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100422026-09-07T14:25:51.540Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100432026-09-07T14:25:51.540Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100442026-09-07T14:25:51.540Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100452026-09-07T14:25:51.543Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100462026-09-07T14:25:51.543Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 INFO ok!
100472026-09-07T14:25:51.544Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 INFO STEP 64 (ensure_file) COMPLETE
100482026-09-07T14:25:51.544Z[ host-image] Sep 07 14:25:50.490 INFO O| Sep 07 14:25:50.490 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100492026-09-07T14:25:51.551Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100502026-09-07T14:25:51.551Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100512026-09-07T14:25:51.551Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100522026-09-07T14:25:51.555Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100532026-09-07T14:25:51.555Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO ok!
100542026-09-07T14:25:51.555Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO STEP 65 (ensure_file) COMPLETE
100552026-09-07T14:25:51.555Z[ host-image] Sep 07 14:25:50.501 INFO O| Sep 07 14:25:50.501 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100562026-09-07T14:25:51.559Z[ host-image] Sep 07 14:25:50.510 INFO O| Sep 07 14:25:50.510 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100572026-09-07T14:25:51.559Z[ host-image] Sep 07 14:25:50.510 INFO O| Sep 07 14:25:50.510 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100582026-09-07T14:25:51.563Z[ host-image] Sep 07 14:25:50.510 INFO O| Sep 07 14:25:50.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100592026-09-07T14:25:51.563Z[ host-image] Sep 07 14:25:50.510 INFO O| Sep 07 14:25:50.510 INFO ok!
100602026-09-07T14:25:51.563Z[ host-image] Sep 07 14:25:50.510 INFO O| Sep 07 14:25:50.510 INFO STEP 66 (assemble_files) COMPLETE
100612026-09-07T14:25:51.563Z[ host-image] Sep 07 14:25:50.510 INFO O| Sep 07 14:25:50.510 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100622026-09-07T14:25:51.570Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100632026-09-07T14:25:51.570Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100642026-09-07T14:25:51.570Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100652026-09-07T14:25:51.574Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100662026-09-07T14:25:51.574Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO ok!
100672026-09-07T14:25:51.574Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO STEP 67 (ensure_file) COMPLETE
100682026-09-07T14:25:51.574Z[ host-image] Sep 07 14:25:50.520 INFO O| Sep 07 14:25:50.520 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100692026-09-07T14:25:51.581Z[ host-image] Sep 07 14:25:50.531 INFO O| Sep 07 14:25:50.531 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100702026-09-07T14:25:51.581Z[ host-image] Sep 07 14:25:50.531 INFO O| Sep 07 14:25:50.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100712026-09-07T14:25:51.581Z[ host-image] Sep 07 14:25:50.531 INFO O| Sep 07 14:25:50.531 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100722026-09-07T14:25:51.581Z[ host-image] Sep 07 14:25:50.531 INFO O| Sep 07 14:25:50.531 INFO STEP 68 (ensure_dir) COMPLETE
100732026-09-07T14:25:51.581Z[ host-image] Sep 07 14:25:50.531 INFO O| Sep 07 14:25:50.531 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100742026-09-07T14:25:51.592Z[ host-image] Sep 07 14:25:50.542 INFO O| Sep 07 14:25:50.542 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100752026-09-07T14:25:51.592Z[ host-image] Sep 07 14:25:50.542 INFO O| Sep 07 14:25:50.542 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 ...
100762026-09-07T14:25:51.600Z[ host-image] Sep 07 14:25:50.550 INFO O| Sep 07 14:25:50.550 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
100772026-09-07T14:25:51.600Z[ host-image] Sep 07 14:25:50.550 INFO O| Sep 07 14:25:50.550 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100782026-09-07T14:25:51.600Z[ host-image] Sep 07 14:25:50.550 INFO O| Sep 07 14:25:50.550 INFO ok!
100792026-09-07T14:25:51.600Z[ host-image] Sep 07 14:25:50.550 INFO O| Sep 07 14:25:50.550 INFO STEP 69 (ensure_file) COMPLETE
100802026-09-07T14:25:51.600Z[ host-image] Sep 07 14:25:50.550 INFO O| Sep 07 14:25:50.550 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100812026-09-07T14:25:51.610Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100822026-09-07T14:25:51.610Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 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 ...
100832026-09-07T14:25:51.613Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 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
100842026-09-07T14:25:51.614Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100852026-09-07T14:25:51.614Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 INFO ok!
100862026-09-07T14:25:51.614Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 INFO STEP 70 (ensure_file) COMPLETE
100872026-09-07T14:25:51.614Z[ host-image] Sep 07 14:25:50.560 INFO O| Sep 07 14:25:50.560 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100882026-09-07T14:25:51.636Z[ host-image] Sep 07 14:25:50.586 INFO O| Sep 07 14:25:50.586 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100892026-09-07T14:25:51.636Z[ host-image] Sep 07 14:25:50.586 INFO O| Sep 07 14:25:50.586 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100902026-09-07T14:25:51.759Z[ recovery-image] Sep 07 14:25:50.710 INFO creating Oxide boot image...
100912026-09-07T14:25:51.759Z[ recovery-image] Sep 07 14:25:50.710 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9c66fa5/0e29ea8 2026-09-07 14:11", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100922026-09-07T14:25:53.307Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
100932026-09-07T14:25:53.426Z[ host-image] Sep 07 14:25:52.373 INFO O| Sep 07 14:25:52.373 INFO STEP 71 (pack_tar) COMPLETE
100942026-09-07T14:25:53.426Z[ host-image] Sep 07 14:25:52.373 INFO O| Sep 07 14:25:52.373 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100952026-09-07T14:25:53.426Z[ host-image] Sep 07 14:25:52.373 INFO O| Sep 07 14:25:52.373 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100962026-09-07T14:25:54.997Z[ host-image] Sep 07 14:25:53.947 INFO O| Sep 07 14:25:53.947 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100972026-09-07T14:25:55.437Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
100982026-09-07T14:25:55.590Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
100992026-09-07T14:25:56.712Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
101002026-09-07T14:25:56.970Z[ host-image] Sep 07 14:25:55.917 INFO O| Sep 07 14:25:55.917 INFO completed processing sled/ramdisk-02-trim
101012026-09-07T14:25:56.973Z[ host-image] Sep 07 14:25:55.921 INFO image builder template: zfs...
101022026-09-07T14:25:56.973Z[ host-image] Sep 07 14:25:55.921 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/.tmpp1nnmL/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
101032026-09-07T14:25:56.983Z[ host-image] Sep 07 14:25:55.933 INFO O| Sep 07 14:25:55.933 INFO skip include "stress" because feature "stress" is not enabled
101042026-09-07T14:25:56.983Z[ host-image] Sep 07 14:25:55.933 INFO O| Sep 07 14:25:55.933 INFO skip include "stress" because feature "compliance" is not enabled
101052026-09-07T14:25:57.012Z[ host-image] Sep 07 14:25:55.963 INFO O| Sep 07 14:25:55.963 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101062026-09-07T14:25:57.019Z[ host-image] Sep 07 14:25:55.970 INFO O| Sep 07 14:25:55.970 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101072026-09-07T14:25:57.961Z[ host-image] Sep 07 14:25:56.885 INFO O| Sep 07 14:25:56.885 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101082026-09-07T14:25:58.274Z[ host-image] Sep 07 14:25:57.143 INFO O| Sep 07 14:25:57.143 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101092026-09-07T14:25:58.274Z[ host-image] Sep 07 14:25:57.143 INFO O| Sep 07 14:25:57.143 INFO work dataset: rpool/images/build/host/work/sled/zfs
101102026-09-07T14:25:58.274Z[ host-image] Sep 07 14:25:57.148 INFO O| Sep 07 14:25:57.148 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101112026-09-07T14:25:58.467Z[ host-image] Sep 07 14:25:57.418 INFO O| Sep 07 14:25:57.418 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101122026-09-07T14:25:58.555Z[ host-image] Sep 07 14:25:57.506 INFO O| Sep 07 14:25:57.506 INFO DESTROY POOL: TEMPORARY-sled-zfs
101132026-09-07T14:25:58.565Z[ host-image] Sep 07 14:25:57.515 INFO O| Sep 07 14:25:57.515 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101142026-09-07T14:25:58.569Z[ host-image] Sep 07 14:25:57.520 INFO O| Sep 07 14:25:57.520 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101152026-09-07T14:25:58.569Z[ host-image] Sep 07 14:25:57.520 INFO O| Sep 07 14:25:57.520 INFO no lofi found
101162026-09-07T14:25:58.572Z[ host-image] Sep 07 14:25:57.520 INFO O| Sep 07 14:25:57.520 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101172026-09-07T14:25:58.572Z[ host-image] Sep 07 14:25:57.520 INFO O| Sep 07 14:25:57.520 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101182026-09-07T14:26:00.051Z[ host-image] Sep 07 14:25:59.001 INFO O| Sep 07 14:25:59.001 INFO lofi device = /dev/dsk/c2t1d0p0
101192026-09-07T14:26:00.051Z[ host-image] Sep 07 14:25:59.001 INFO O| Sep 07 14:25:59.001 INFO pool device = /dev/dsk/c2t1d0p0
101202026-09-07T14:26:00.054Z[ host-image] Sep 07 14:25:59.001 INFO O| Sep 07 14:25:59.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"]
101212026-09-07T14:26:00.216Z[ host-image] Sep 07 14:25:59.166 INFO O| Sep 07 14:25:59.165 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101222026-09-07T14:26:00.216Z[ host-image] Sep 07 14:25:59.166 INFO O| Sep 07 14:25:59.166 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101232026-09-07T14:26:00.235Z[ host-image] Sep 07 14:25:59.185 INFO O| Sep 07 14:25:59.185 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101242026-09-07T14:26:00.347Z[ host-image] Sep 07 14:25:59.279 INFO O| Sep 07 14:25:59.278 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101252026-09-07T14:26:00.363Z[ host-image] Sep 07 14:25:59.314 INFO O| Sep 07 14:25:59.314 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101262026-09-07T14:26:00.387Z[ host-image] Sep 07 14:25:59.336 INFO O| Sep 07 14:25:59.336 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101272026-09-07T14:26:00.429Z[ host-image] Sep 07 14:25:59.379 INFO O| Sep 07 14:25:59.379 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101282026-09-07T14:26:00.467Z[ host-image] Sep 07 14:25:59.417 INFO O| Sep 07 14:25:59.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101292026-09-07T14:26:00.467Z[ host-image] Sep 07 14:25:59.417 INFO O| Sep 07 14:25:59.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101302026-09-07T14:26:00.470Z[ host-image] Sep 07 14:25:59.417 INFO O| Sep 07 14:25:59.417 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101312026-09-07T14:26:00.474Z[ host-image] Sep 07 14:25:59.425 INFO O| Sep 07 14:25:59.425 INFO boot environment UUID: 674dd7ee-f871-4de8-b669-a9d255e47f09
101322026-09-07T14:26:00.474Z[ host-image] Sep 07 14:25:59.425 INFO O| Sep 07 14:25:59.425 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 674dd7ee-f871-4de8-b669-a9d255e47f09
101332026-09-07T14:26:00.488Z[ host-image] Sep 07 14:25:59.439 INFO O| Sep 07 14:25:59.438 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101342026-09-07T14:26:00.502Z[ host-image] Sep 07 14:25:59.452 INFO O| Sep 07 14:25:59.452 INFO STEP 0 (create_be) COMPLETE
101352026-09-07T14:26:00.502Z[ host-image] Sep 07 14:25:59.452 INFO O| Sep 07 14:25:59.452 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101362026-09-07T14:26:00.517Z[ host-image] Sep 07 14:25:59.467 INFO O| Sep 07 14:25:59.467 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101372026-09-07T14:26:08.755Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101382026-09-07T14:26:11.405Z[ host-image] Sep 07 14:26:10.356 INFO O| Sep 07 14:26:10.356 INFO STEP 1 (unpack_tar) COMPLETE
101392026-09-07T14:26:11.405Z[ host-image] Sep 07 14:26:10.356 INFO O| Sep 07 14:26:10.356 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101402026-09-07T14:26:11.413Z[ host-image] Sep 07 14:26:10.364 INFO O| Sep 07 14:26:10.364 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101412026-09-07T14:26:12.003Z[ host-image] Sep 07 14:26:10.954 INFO O| Sep 07 14:26:10.954 INFO STEP 2 (devfsadm) COMPLETE
101422026-09-07T14:26:12.004Z[ host-image] Sep 07 14:26:10.954 INFO O| Sep 07 14:26:10.954 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101432026-09-07T14:26:12.012Z[ host-image] Sep 07 14:26:10.963 INFO O| Sep 07 14:26:10.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101442026-09-07T14:26:12.012Z[ host-image] Sep 07 14:26:10.963 INFO O| Sep 07 14:26:10.963 INFO STEP 3 (ensure_dir) COMPLETE
101452026-09-07T14:26:12.015Z[ host-image] Sep 07 14:26:10.963 INFO O| Sep 07 14:26:10.963 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101462026-09-07T14:26:12.019Z[ host-image] Sep 07 14:26:10.970 INFO O| Sep 07 14:26:10.970 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101472026-09-07T14:26:12.019Z[ host-image] Sep 07 14:26:10.970 INFO O| Sep 07 14:26:10.970 INFO STEP 4 (ensure_dir) COMPLETE
101482026-09-07T14:26:12.022Z[ host-image] Sep 07 14:26:10.970 INFO O| Sep 07 14:26:10.970 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101492026-09-07T14:26:12.026Z[ host-image] Sep 07 14:26:10.977 INFO O| Sep 07 14:26:10.977 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101502026-09-07T14:26:12.026Z[ host-image] Sep 07 14:26:10.977 INFO O| Sep 07 14:26:10.977 INFO STEP 5 (ensure_dir) COMPLETE
101512026-09-07T14:26:12.029Z[ host-image] Sep 07 14:26:10.977 INFO O| Sep 07 14:26:10.977 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101522026-09-07T14:26:12.035Z[ host-image] Sep 07 14:26:10.986 INFO O| Sep 07 14:26:10.986 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101532026-09-07T14:26:12.035Z[ host-image] Sep 07 14:26:10.986 INFO O| Sep 07 14:26:10.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101542026-09-07T14:26:12.038Z[ host-image] Sep 07 14:26:10.986 INFO O| Sep 07 14:26:10.986 INFO STEP 6 (ensure_dir) COMPLETE
101552026-09-07T14:26:12.038Z[ host-image] Sep 07 14:26:10.986 INFO O| Sep 07 14:26:10.986 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101562026-09-07T14:26:12.043Z[ host-image] Sep 07 14:26:10.994 INFO O| Sep 07 14:26:10.994 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101572026-09-07T14:26:12.047Z[ host-image] Sep 07 14:26:10.994 INFO O| Sep 07 14:26:10.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101582026-09-07T14:26:12.047Z[ host-image] Sep 07 14:26:10.994 INFO O| Sep 07 14:26:10.994 INFO STEP 7 (ensure_dir) COMPLETE
101592026-09-07T14:26:12.047Z[ host-image] Sep 07 14:26:10.994 INFO O| Sep 07 14:26:10.994 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101602026-09-07T14:26:12.050Z[ host-image] Sep 07 14:26:11.001 INFO O| Sep 07 14:26:11.001 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101612026-09-07T14:26:12.055Z[ host-image] Sep 07 14:26:11.002 INFO O| Sep 07 14:26:11.002 INFO STEP 8 (remove_files) COMPLETE
101622026-09-07T14:26:12.055Z[ host-image] Sep 07 14:26:11.002 INFO O| Sep 07 14:26:11.002 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101632026-09-07T14:26:12.060Z[ host-image] Sep 07 14:26:11.011 INFO O| Sep 07 14:26:11.011 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101642026-09-07T14:26:12.063Z[ host-image] Sep 07 14:26:11.011 INFO O| Sep 07 14:26:11.011 INFO STEP 9 (remove_files) COMPLETE
101652026-09-07T14:26:12.063Z[ host-image] Sep 07 14:26:11.011 INFO O| Sep 07 14:26:11.011 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101662026-09-07T14:26:12.069Z[ host-image] Sep 07 14:26:11.020 INFO O| Sep 07 14:26:11.019 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101672026-09-07T14:26:12.071Z[ host-image] Sep 07 14:26:11.020 INFO O| Sep 07 14:26:11.020 INFO STEP 10 (remove_files) COMPLETE
101682026-09-07T14:26:12.071Z[ host-image] Sep 07 14:26:11.020 INFO O| Sep 07 14:26:11.020 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101692026-09-07T14:26:12.076Z[ host-image] Sep 07 14:26:11.027 INFO O| Sep 07 14:26:11.027 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101702026-09-07T14:26:12.079Z[ host-image] Sep 07 14:26:11.027 INFO O| Sep 07 14:26:11.027 INFO STEP 11 (remove_files) COMPLETE
101712026-09-07T14:26:12.079Z[ host-image] Sep 07 14:26:11.027 INFO O| Sep 07 14:26:11.027 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101722026-09-07T14:26:12.084Z[ host-image] Sep 07 14:26:11.035 INFO O| Sep 07 14:26:11.035 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101732026-09-07T14:26:12.084Z[ host-image] Sep 07 14:26:11.035 INFO O| Sep 07 14:26:11.035 INFO STEP 12 (remove_files) COMPLETE
101742026-09-07T14:26:12.087Z[ host-image] Sep 07 14:26:11.035 INFO O| Sep 07 14:26:11.035 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-07T14:26:12.092Z[ host-image] Sep 07 14:26:11.043 INFO O| Sep 07 14:26:11.043 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101762026-09-07T14:26:12.095Z[ host-image] Sep 07 14:26:11.043 INFO O| Sep 07 14:26:11.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101772026-09-07T14:26:12.095Z[ host-image] Sep 07 14:26:11.043 INFO O| Sep 07 14:26:11.043 INFO STEP 13 (ensure_dir) COMPLETE
101782026-09-07T14:26:12.095Z[ host-image] Sep 07 14:26:11.043 INFO O| Sep 07 14:26:11.043 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101792026-09-07T14:26:12.100Z[ host-image] Sep 07 14:26:11.051 INFO O| Sep 07 14:26:11.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101802026-09-07T14:26:12.100Z[ host-image] Sep 07 14:26:11.051 INFO O| Sep 07 14:26:11.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101812026-09-07T14:26:12.103Z[ host-image] Sep 07 14:26:11.051 INFO O| Sep 07 14:26:11.051 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101822026-09-07T14:26:12.103Z[ host-image] Sep 07 14:26:11.051 INFO O| Sep 07 14:26:11.051 INFO STEP 14 (ensure_dir) COMPLETE
101832026-09-07T14:26:12.103Z[ host-image] Sep 07 14:26:11.051 INFO O| Sep 07 14:26:11.051 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101842026-09-07T14:26:12.107Z[ host-image] Sep 07 14:26:11.058 INFO O| Sep 07 14:26:11.058 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101852026-09-07T14:26:12.107Z[ host-image] Sep 07 14:26:11.058 INFO O| Sep 07 14:26:11.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101862026-09-07T14:26:12.110Z[ host-image] Sep 07 14:26:11.058 INFO O| Sep 07 14:26:11.058 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101872026-09-07T14:26:12.110Z[ host-image] Sep 07 14:26:11.058 INFO O| Sep 07 14:26:11.058 INFO STEP 15 (ensure_dir) COMPLETE
101882026-09-07T14:26:12.110Z[ host-image] Sep 07 14:26:11.058 INFO O| Sep 07 14:26:11.058 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101892026-09-07T14:26:12.116Z[ host-image] Sep 07 14:26:11.067 INFO O| Sep 07 14:26:11.067 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101902026-09-07T14:26:12.116Z[ host-image] Sep 07 14:26:11.067 INFO O| Sep 07 14:26:11.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101912026-09-07T14:26:12.119Z[ host-image] Sep 07 14:26:11.067 INFO O| Sep 07 14:26:11.067 INFO STEP 16 (ensure_dir) COMPLETE
101922026-09-07T14:26:12.119Z[ host-image] Sep 07 14:26:11.067 INFO O| Sep 07 14:26:11.067 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101932026-09-07T14:26:12.123Z[ host-image] Sep 07 14:26:11.074 INFO O| Sep 07 14:26:11.074 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101942026-09-07T14:26:12.123Z[ host-image] Sep 07 14:26:11.074 INFO O| Sep 07 14:26:11.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101952026-09-07T14:26:12.126Z[ host-image] Sep 07 14:26:11.074 INFO O| Sep 07 14:26:11.074 INFO STEP 17 (ensure_dir) COMPLETE
101962026-09-07T14:26:12.126Z[ host-image] Sep 07 14:26:11.074 INFO O| Sep 07 14:26:11.074 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101972026-09-07T14:26:12.132Z[ host-image] Sep 07 14:26:11.083 INFO O| Sep 07 14:26:11.083 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101982026-09-07T14:26:12.132Z[ host-image] Sep 07 14:26:11.083 INFO O| Sep 07 14:26:11.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101992026-09-07T14:26:12.136Z[ host-image] Sep 07 14:26:11.083 INFO O| Sep 07 14:26:11.083 INFO ok!
102002026-09-07T14:26:12.136Z[ host-image] Sep 07 14:26:11.083 INFO O| Sep 07 14:26:11.083 INFO STEP 18 (ensure_symlink) COMPLETE
102012026-09-07T14:26:12.136Z[ host-image] Sep 07 14:26:11.083 INFO O| Sep 07 14:26:11.083 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102022026-09-07T14:26:12.140Z[ host-image] Sep 07 14:26:11.091 INFO O| Sep 07 14:26:11.091 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102032026-09-07T14:26:12.140Z[ host-image] Sep 07 14:26:11.091 INFO O| Sep 07 14:26:11.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102042026-09-07T14:26:12.143Z[ host-image] Sep 07 14:26:11.091 INFO O| Sep 07 14:26:11.091 INFO ok!
102052026-09-07T14:26:12.143Z[ host-image] Sep 07 14:26:11.091 INFO O| Sep 07 14:26:11.091 INFO STEP 19 (ensure_file) COMPLETE
102062026-09-07T14:26:12.143Z[ host-image] Sep 07 14:26:11.091 INFO O| Sep 07 14:26:11.091 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102072026-09-07T14:26:12.149Z[ host-image] Sep 07 14:26:11.100 INFO O| Sep 07 14:26:11.100 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102082026-09-07T14:26:12.149Z[ host-image] Sep 07 14:26:11.100 INFO O| Sep 07 14:26:11.100 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102092026-09-07T14:26:12.151Z[ host-image] Sep 07 14:26:11.100 INFO O| Sep 07 14:26:11.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102102026-09-07T14:26:12.151Z[ host-image] Sep 07 14:26:11.100 INFO O| Sep 07 14:26:11.100 INFO ok!
102112026-09-07T14:26:12.151Z[ host-image] Sep 07 14:26:11.100 INFO O| Sep 07 14:26:11.100 INFO STEP 20 (ensure_symlink) COMPLETE
102122026-09-07T14:26:12.152Z[ host-image] Sep 07 14:26:11.100 INFO O| Sep 07 14:26:11.100 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102132026-09-07T14:26:12.158Z[ host-image] Sep 07 14:26:11.109 INFO O| Sep 07 14:26:11.109 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102142026-09-07T14:26:12.158Z[ host-image] Sep 07 14:26:11.109 INFO O| Sep 07 14:26:11.109 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102152026-09-07T14:26:12.160Z[ host-image] Sep 07 14:26:11.109 INFO O| Sep 07 14:26:11.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102162026-09-07T14:26:12.160Z[ host-image] Sep 07 14:26:11.109 INFO O| Sep 07 14:26:11.109 INFO ok!
102172026-09-07T14:26:12.160Z[ host-image] Sep 07 14:26:11.109 INFO O| Sep 07 14:26:11.109 INFO STEP 21 (ensure_symlink) COMPLETE
102182026-09-07T14:26:12.160Z[ host-image] Sep 07 14:26:11.109 INFO O| Sep 07 14:26:11.109 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102192026-09-07T14:26:12.165Z[ host-image] Sep 07 14:26:11.116 INFO O| Sep 07 14:26:11.116 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102202026-09-07T14:26:12.168Z[ host-image] Sep 07 14:26:11.116 INFO O| Sep 07 14:26:11.116 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102212026-09-07T14:26:12.168Z[ host-image] Sep 07 14:26:11.116 INFO O| Sep 07 14:26:11.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102222026-09-07T14:26:12.168Z[ host-image] Sep 07 14:26:11.116 INFO O| Sep 07 14:26:11.116 INFO ok!
102232026-09-07T14:26:12.168Z[ host-image] Sep 07 14:26:11.116 INFO O| Sep 07 14:26:11.116 INFO STEP 22 (ensure_symlink) COMPLETE
102242026-09-07T14:26:12.168Z[ host-image] Sep 07 14:26:11.116 INFO O| Sep 07 14:26:11.116 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102252026-09-07T14:26:12.172Z[ host-image] Sep 07 14:26:11.123 INFO O| Sep 07 14:26:11.123 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102262026-09-07T14:26:12.172Z[ host-image] Sep 07 14:26:11.123 INFO O| Sep 07 14:26:11.123 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102272026-09-07T14:26:12.172Z[ host-image] Sep 07 14:26:11.123 INFO O| Sep 07 14:26:11.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102282026-09-07T14:26:12.172Z[ host-image] Sep 07 14:26:11.123 INFO O| Sep 07 14:26:11.123 INFO ok!
102292026-09-07T14:26:12.175Z[ host-image] Sep 07 14:26:11.123 INFO O| Sep 07 14:26:11.123 INFO STEP 23 (ensure_symlink) COMPLETE
102302026-09-07T14:26:12.175Z[ host-image] Sep 07 14:26:11.124 INFO O| Sep 07 14:26:11.123 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102312026-09-07T14:26:12.182Z[ host-image] Sep 07 14:26:11.133 INFO O| Sep 07 14:26:11.133 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102322026-09-07T14:26:12.182Z[ host-image] Sep 07 14:26:11.133 INFO O| Sep 07 14:26:11.133 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
102332026-09-07T14:26:12.185Z[ host-image] Sep 07 14:26:11.133 INFO O| Sep 07 14:26:11.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102342026-09-07T14:26:12.185Z[ host-image] Sep 07 14:26:11.133 INFO O| Sep 07 14:26:11.133 INFO ok!
102352026-09-07T14:26:12.185Z[ host-image] Sep 07 14:26:11.133 INFO O| Sep 07 14:26:11.133 INFO STEP 24 (ensure_file) COMPLETE
102362026-09-07T14:26:12.185Z[ host-image] Sep 07 14:26:11.133 INFO O| Sep 07 14:26:11.133 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102372026-09-07T14:26:12.190Z[ host-image] Sep 07 14:26:11.141 INFO O| Sep 07 14:26:11.141 INFO updating shadow file
102382026-09-07T14:26:12.190Z[ host-image] Sep 07 14:26:11.141 INFO O| Sep 07 14:26:11.141 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102392026-09-07T14:26:12.193Z[ host-image] Sep 07 14:26:11.141 INFO O| Sep 07 14:26:11.141 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102402026-09-07T14:26:12.193Z[ host-image] Sep 07 14:26:11.141 INFO O| Sep 07 14:26:11.141 INFO STEP 25 (shadow) COMPLETE
102412026-09-07T14:26:12.193Z[ host-image] Sep 07 14:26:11.141 INFO O| Sep 07 14:26:11.141 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102422026-09-07T14:26:12.199Z[ host-image] Sep 07 14:26:11.150 INFO O| Sep 07 14:26:11.150 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102432026-09-07T14:26:12.199Z[ host-image] Sep 07 14:26:11.150 INFO O| Sep 07 14:26:11.150 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102442026-09-07T14:26:12.202Z[ host-image] Sep 07 14:26:11.150 INFO O| Sep 07 14:26:11.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102452026-09-07T14:26:12.202Z[ host-image] Sep 07 14:26:11.150 INFO O| Sep 07 14:26:11.150 INFO ok!
102462026-09-07T14:26:12.202Z[ host-image] Sep 07 14:26:11.150 INFO O| Sep 07 14:26:11.150 INFO STEP 26 (ensure_file) COMPLETE
102472026-09-07T14:26:12.202Z[ host-image] Sep 07 14:26:11.150 INFO O| Sep 07 14:26:11.150 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102482026-09-07T14:26:12.206Z[ host-image] Sep 07 14:26:11.157 INFO O| Sep 07 14:26:11.157 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102492026-09-07T14:26:12.206Z[ host-image] Sep 07 14:26:11.157 INFO O| Sep 07 14:26:11.157 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102502026-09-07T14:26:12.209Z[ host-image] Sep 07 14:26:11.157 INFO O| Sep 07 14:26:11.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102512026-09-07T14:26:12.209Z[ host-image] Sep 07 14:26:11.157 INFO O| Sep 07 14:26:11.157 INFO ok!
102522026-09-07T14:26:12.209Z[ host-image] Sep 07 14:26:11.157 INFO O| Sep 07 14:26:11.157 INFO STEP 27 (ensure_file) COMPLETE
102532026-09-07T14:26:12.209Z[ host-image] Sep 07 14:26:11.157 INFO O| Sep 07 14:26:11.157 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102542026-09-07T14:26:12.212Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102552026-09-07T14:26:12.212Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102562026-09-07T14:26:12.215Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102572026-09-07T14:26:12.215Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102582026-09-07T14:26:12.215Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 INFO ok!
102592026-09-07T14:26:12.215Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 INFO STEP 28 (ensure_file) COMPLETE
102602026-09-07T14:26:12.216Z[ host-image] Sep 07 14:26:11.163 INFO O| Sep 07 14:26:11.163 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102612026-09-07T14:26:12.222Z[ host-image] Sep 07 14:26:11.173 INFO O| Sep 07 14:26:11.173 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102622026-09-07T14:26:12.222Z[ host-image] Sep 07 14:26:11.173 INFO O| Sep 07 14:26:11.173 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102632026-09-07T14:26:12.225Z[ host-image] Sep 07 14:26:11.173 INFO O| Sep 07 14:26:11.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102642026-09-07T14:26:12.225Z[ host-image] Sep 07 14:26:11.173 INFO O| Sep 07 14:26:11.173 INFO ok!
102652026-09-07T14:26:12.225Z[ host-image] Sep 07 14:26:11.173 INFO O| Sep 07 14:26:11.173 INFO STEP 29 (ensure_file) COMPLETE
102662026-09-07T14:26:12.225Z[ host-image] Sep 07 14:26:11.173 INFO O| Sep 07 14:26:11.173 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102672026-09-07T14:26:12.230Z[ host-image] Sep 07 14:26:11.181 INFO O| Sep 07 14:26:11.181 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102682026-09-07T14:26:12.233Z[ host-image] Sep 07 14:26:11.181 INFO O| Sep 07 14:26:11.181 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102692026-09-07T14:26:12.233Z[ host-image] Sep 07 14:26:11.181 INFO O| Sep 07 14:26:11.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102702026-09-07T14:26:12.233Z[ host-image] Sep 07 14:26:11.181 INFO O| Sep 07 14:26:11.181 INFO STEP 30 (ensure_dir) COMPLETE
102712026-09-07T14:26:12.233Z[ host-image] Sep 07 14:26:11.181 INFO O| Sep 07 14:26:11.181 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102722026-09-07T14:26:12.237Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102732026-09-07T14:26:12.237Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
102742026-09-07T14:26:12.240Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102752026-09-07T14:26:12.240Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102762026-09-07T14:26:12.240Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO ok!
102772026-09-07T14:26:12.240Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO STEP 31 (ensure_file) COMPLETE
102782026-09-07T14:26:12.240Z[ host-image] Sep 07 14:26:11.188 INFO O| Sep 07 14:26:11.188 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102792026-09-07T14:26:12.245Z[ host-image] Sep 07 14:26:11.196 INFO O| Sep 07 14:26:11.196 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102802026-09-07T14:26:12.248Z[ host-image] Sep 07 14:26:11.196 INFO O| Sep 07 14:26:11.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102812026-09-07T14:26:12.248Z[ host-image] Sep 07 14:26:11.196 INFO O| Sep 07 14:26:11.196 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102822026-09-07T14:26:12.248Z[ host-image] Sep 07 14:26:11.196 INFO O| Sep 07 14:26:11.196 INFO STEP 32 (ensure_dir) COMPLETE
102832026-09-07T14:26:12.248Z[ host-image] Sep 07 14:26:11.196 INFO O| Sep 07 14:26:11.196 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102842026-09-07T14:26:12.252Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102852026-09-07T14:26:12.252Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 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 ...
102862026-09-07T14:26:12.255Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 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
102872026-09-07T14:26:12.255Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102882026-09-07T14:26:12.255Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 INFO ok!
102892026-09-07T14:26:12.255Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 INFO STEP 33 (ensure_file) COMPLETE
102902026-09-07T14:26:12.255Z[ host-image] Sep 07 14:26:11.203 INFO O| Sep 07 14:26:11.203 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102912026-09-07T14:26:12.259Z[ host-image] Sep 07 14:26:11.211 INFO O| Sep 07 14:26:11.211 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102922026-09-07T14:26:12.260Z[ host-image] Sep 07 14:26:11.211 INFO O| Sep 07 14:26:11.211 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102932026-09-07T14:26:12.262Z[ host-image] Sep 07 14:26:11.211 INFO O| Sep 07 14:26:11.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102942026-09-07T14:26:12.262Z[ host-image] Sep 07 14:26:11.211 INFO O| Sep 07 14:26:11.211 INFO ok!
102952026-09-07T14:26:12.262Z[ host-image] Sep 07 14:26:11.211 INFO O| Sep 07 14:26:11.211 INFO STEP 34 (ensure_file) COMPLETE
102962026-09-07T14:26:12.262Z[ host-image] Sep 07 14:26:11.211 INFO O| Sep 07 14:26:11.211 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102972026-09-07T14:26:12.268Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102982026-09-07T14:26:12.268Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102992026-09-07T14:26:12.270Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103002026-09-07T14:26:12.270Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103012026-09-07T14:26:12.270Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 INFO ok!
103022026-09-07T14:26:12.270Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 INFO STEP 35 (ensure_file) COMPLETE
103032026-09-07T14:26:12.270Z[ host-image] Sep 07 14:26:11.219 INFO O| Sep 07 14:26:11.219 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103042026-09-07T14:26:12.277Z[ host-image] Sep 07 14:26:11.228 INFO O| Sep 07 14:26:11.228 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103052026-09-07T14:26:12.277Z[ host-image] Sep 07 14:26:11.228 INFO O| Sep 07 14:26:11.228 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103062026-09-07T14:26:12.280Z[ host-image] Sep 07 14:26:11.228 INFO O| Sep 07 14:26:11.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103072026-09-07T14:26:12.280Z[ host-image] Sep 07 14:26:11.228 INFO O| Sep 07 14:26:11.228 INFO ok!
103082026-09-07T14:26:12.280Z[ host-image] Sep 07 14:26:11.228 INFO O| Sep 07 14:26:11.228 INFO STEP 36 (ensure_file) COMPLETE
103092026-09-07T14:26:12.280Z[ host-image] Sep 07 14:26:11.228 INFO O| Sep 07 14:26:11.228 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103102026-09-07T14:26:12.285Z[ host-image] Sep 07 14:26:11.236 INFO O| Sep 07 14:26:11.236 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103112026-09-07T14:26:12.285Z[ host-image] Sep 07 14:26:11.236 INFO O| Sep 07 14:26:11.236 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103122026-09-07T14:26:12.289Z[ host-image] Sep 07 14:26:11.236 INFO O| Sep 07 14:26:11.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103132026-09-07T14:26:12.289Z[ host-image] Sep 07 14:26:11.236 INFO O| Sep 07 14:26:11.236 INFO ok!
103142026-09-07T14:26:12.289Z[ host-image] Sep 07 14:26:11.236 INFO O| Sep 07 14:26:11.236 INFO STEP 37 (ensure_file) COMPLETE
103152026-09-07T14:26:12.289Z[ host-image] Sep 07 14:26:11.236 INFO O| Sep 07 14:26:11.236 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103162026-09-07T14:26:12.294Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103172026-09-07T14:26:12.294Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103182026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103192026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103202026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103212026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103222026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO ok!
103232026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO STEP 38 (ensure_file) COMPLETE
103242026-09-07T14:26:12.297Z[ host-image] Sep 07 14:26:11.245 INFO O| Sep 07 14:26:11.245 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103252026-09-07T14:26:12.303Z[ host-image] Sep 07 14:26:11.254 INFO O| Sep 07 14:26:11.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103262026-09-07T14:26:12.305Z[ host-image] Sep 07 14:26:11.254 INFO O| Sep 07 14:26:11.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103272026-09-07T14:26:12.306Z[ host-image] Sep 07 14:26:11.254 INFO O| Sep 07 14:26:11.254 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103282026-09-07T14:26:12.306Z[ host-image] Sep 07 14:26:11.254 INFO O| Sep 07 14:26:11.254 INFO STEP 39 (ensure_dir) COMPLETE
103292026-09-07T14:26:12.306Z[ host-image] Sep 07 14:26:11.254 INFO O| Sep 07 14:26:11.254 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103302026-09-07T14:26:12.312Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 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
103312026-09-07T14:26:12.312Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
103322026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 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
103332026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 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
103342026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 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
103352026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 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
103362026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 INFO ok!
103372026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 INFO STEP 40 (ensure_file) COMPLETE
103382026-09-07T14:26:12.316Z[ host-image] Sep 07 14:26:11.263 INFO O| Sep 07 14:26:11.263 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103392026-09-07T14:26:12.321Z[ host-image] Sep 07 14:26:11.271 INFO O| Sep 07 14:26:11.271 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103402026-09-07T14:26:12.321Z[ host-image] Sep 07 14:26:11.272 INFO O| Sep 07 14:26:11.271 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 ...
103412026-09-07T14:26:12.323Z[ host-image] Sep 07 14:26:11.272 INFO O| Sep 07 14:26:11.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103422026-09-07T14:26:12.323Z[ host-image] Sep 07 14:26:11.272 INFO O| Sep 07 14:26:11.272 INFO ok!
103432026-09-07T14:26:12.323Z[ host-image] Sep 07 14:26:11.272 INFO O| Sep 07 14:26:11.272 INFO STEP 41 (ensure_symlink) COMPLETE
103442026-09-07T14:26:12.323Z[ host-image] Sep 07 14:26:11.272 INFO O| Sep 07 14:26:11.272 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103452026-09-07T14:26:12.328Z[ host-image] Sep 07 14:26:11.279 INFO O| Sep 07 14:26:11.279 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103462026-09-07T14:26:12.328Z[ host-image] Sep 07 14:26:11.279 INFO O| Sep 07 14:26:11.279 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103472026-09-07T14:26:12.331Z[ host-image] Sep 07 14:26:11.279 INFO O| Sep 07 14:26:11.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103482026-09-07T14:26:12.331Z[ host-image] Sep 07 14:26:11.279 INFO O| Sep 07 14:26:11.279 INFO ok!
103492026-09-07T14:26:12.331Z[ host-image] Sep 07 14:26:11.279 INFO O| Sep 07 14:26:11.279 INFO STEP 42 (ensure_symlink) COMPLETE
103502026-09-07T14:26:12.331Z[ host-image] Sep 07 14:26:11.279 INFO O| Sep 07 14:26:11.279 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103512026-09-07T14:26:12.336Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103522026-09-07T14:26:12.336Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103532026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103542026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103552026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103562026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103572026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO ok!
103582026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO STEP 43 (ensure_file) COMPLETE
103592026-09-07T14:26:12.339Z[ host-image] Sep 07 14:26:11.287 INFO O| Sep 07 14:26:11.287 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103602026-09-07T14:26:12.343Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103612026-09-07T14:26:12.346Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 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 ...
103622026-09-07T14:26:12.346Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 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
103632026-09-07T14:26:12.346Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103642026-09-07T14:26:12.346Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 INFO ok!
103652026-09-07T14:26:12.346Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 INFO STEP 44 (ensure_file) COMPLETE
103662026-09-07T14:26:12.346Z[ host-image] Sep 07 14:26:11.294 INFO O| Sep 07 14:26:11.294 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103672026-09-07T14:26:12.350Z[ host-image] Sep 07 14:26:11.301 INFO O| Sep 07 14:26:11.301 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103682026-09-07T14:26:12.350Z[ host-image] Sep 07 14:26:11.301 INFO O| Sep 07 14:26:11.301 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
103692026-09-07T14:26:12.353Z[ host-image] Sep 07 14:26:11.301 INFO O| Sep 07 14:26:11.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103702026-09-07T14:26:12.353Z[ host-image] Sep 07 14:26:11.302 INFO O| Sep 07 14:26:11.301 INFO ok!
103712026-09-07T14:26:12.353Z[ host-image] Sep 07 14:26:11.302 INFO O| Sep 07 14:26:11.302 INFO STEP 45 (ensure_file) COMPLETE
103722026-09-07T14:26:12.353Z[ host-image] Sep 07 14:26:11.302 INFO O| Sep 07 14:26:11.302 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103732026-09-07T14:26:12.360Z[ host-image] Sep 07 14:26:11.311 INFO O| Sep 07 14:26:11.311 INFO updating shadow file
103742026-09-07T14:26:12.360Z[ host-image] Sep 07 14:26:11.311 INFO O| Sep 07 14:26:11.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103752026-09-07T14:26:12.363Z[ host-image] Sep 07 14:26:11.311 INFO O| Sep 07 14:26:11.311 INFO STEP 46 (shadow) COMPLETE
103762026-09-07T14:26:12.363Z[ host-image] Sep 07 14:26:11.311 INFO O| Sep 07 14:26:11.311 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103772026-09-07T14:26:12.369Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103782026-09-07T14:26:12.369Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103792026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103802026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103812026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO ok!
103822026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO STEP 47 (ensure_file) COMPLETE
103832026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103842026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO skip step because feature "mfg" is not enabled
103852026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103862026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO skip step because feature "mfg" is not enabled
103872026-09-07T14:26:12.372Z[ host-image] Sep 07 14:26:11.320 INFO O| Sep 07 14:26:11.320 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103882026-09-07T14:26:12.379Z[ host-image] Sep 07 14:26:11.330 INFO O| Sep 07 14:26:11.330 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103892026-09-07T14:26:12.379Z[ host-image] Sep 07 14:26:11.330 INFO O| Sep 07 14:26:11.330 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103902026-09-07T14:26:12.403Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103912026-09-07T14:26:12.403Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103922026-09-07T14:26:12.403Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO ok!
103932026-09-07T14:26:12.406Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO STEP 50 (ensure_file) COMPLETE
103942026-09-07T14:26:12.406Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103952026-09-07T14:26:12.406Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO skip step because feature "compliance" is not enabled
103962026-09-07T14:26:12.406Z[ host-image] Sep 07 14:26:11.353 INFO O| Sep 07 14:26:11.353 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103972026-09-07T14:26:12.413Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103982026-09-07T14:26:12.413Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
103992026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104002026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104012026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104022026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104032026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO ok!
104042026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO STEP 52 (ensure_file) COMPLETE
104052026-09-07T14:26:12.416Z[ host-image] Sep 07 14:26:11.364 INFO O| Sep 07 14:26:11.364 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104062026-09-07T14:26:12.422Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104072026-09-07T14:26:12.422Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 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 ...
104082026-09-07T14:26:12.425Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 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
104092026-09-07T14:26:12.425Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104102026-09-07T14:26:12.425Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 INFO ok!
104112026-09-07T14:26:12.425Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 INFO STEP 53 (ensure_file) COMPLETE
104122026-09-07T14:26:12.425Z[ host-image] Sep 07 14:26:11.373 INFO O| Sep 07 14:26:11.373 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104132026-09-07T14:26:12.430Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104142026-09-07T14:26:12.430Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 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 ...
104152026-09-07T14:26:12.433Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104162026-09-07T14:26:12.433Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104172026-09-07T14:26:12.433Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 INFO ok!
104182026-09-07T14:26:12.433Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 INFO STEP 54 (ensure_file) COMPLETE
104192026-09-07T14:26:12.433Z[ host-image] Sep 07 14:26:11.381 INFO O| Sep 07 14:26:11.381 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104202026-09-07T14:26:12.440Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104212026-09-07T14:26:12.440Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 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 ...
104222026-09-07T14:26:12.443Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 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
104232026-09-07T14:26:12.443Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104242026-09-07T14:26:12.443Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 INFO ok!
104252026-09-07T14:26:12.443Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 INFO STEP 55 (ensure_file) COMPLETE
104262026-09-07T14:26:12.443Z[ host-image] Sep 07 14:26:11.391 INFO O| Sep 07 14:26:11.391 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104272026-09-07T14:26:12.449Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104282026-09-07T14:26:12.449Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 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 ...
104292026-09-07T14:26:12.452Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104302026-09-07T14:26:12.452Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104312026-09-07T14:26:12.452Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 INFO ok!
104322026-09-07T14:26:12.452Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 INFO STEP 56 (ensure_file) COMPLETE
104332026-09-07T14:26:12.452Z[ host-image] Sep 07 14:26:11.400 INFO O| Sep 07 14:26:11.400 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104342026-09-07T14:26:12.458Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104352026-09-07T14:26:12.458Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 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 ...
104362026-09-07T14:26:12.462Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 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
104372026-09-07T14:26:12.462Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104382026-09-07T14:26:12.462Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 INFO ok!
104392026-09-07T14:26:12.462Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 INFO STEP 57 (ensure_file) COMPLETE
104402026-09-07T14:26:12.462Z[ host-image] Sep 07 14:26:11.408 INFO O| Sep 07 14:26:11.408 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104412026-09-07T14:26:12.466Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104422026-09-07T14:26:12.466Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 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 ...
104432026-09-07T14:26:12.466Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104442026-09-07T14:26:12.470Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104452026-09-07T14:26:12.470Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104462026-09-07T14:26:12.470Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104472026-09-07T14:26:12.470Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO ok!
104482026-09-07T14:26:12.470Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO STEP 58 (ensure_file) COMPLETE
104492026-09-07T14:26:12.470Z[ host-image] Sep 07 14:26:11.417 INFO O| Sep 07 14:26:11.417 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104502026-09-07T14:26:12.475Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104512026-09-07T14:26:12.475Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 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 ...
104522026-09-07T14:26:12.480Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 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
104532026-09-07T14:26:12.480Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104542026-09-07T14:26:12.480Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 INFO ok!
104552026-09-07T14:26:12.480Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 INFO STEP 59 (ensure_file) COMPLETE
104562026-09-07T14:26:12.480Z[ host-image] Sep 07 14:26:11.426 INFO O| Sep 07 14:26:11.426 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104572026-09-07T14:26:12.485Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104582026-09-07T14:26:12.485Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
104592026-09-07T14:26:12.485Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104602026-09-07T14:26:12.485Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104612026-09-07T14:26:12.485Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO ok!
104622026-09-07T14:26:12.485Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO STEP 60 (ensure_file) COMPLETE
104632026-09-07T14:26:12.486Z[ host-image] Sep 07 14:26:11.434 INFO O| Sep 07 14:26:11.434 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104642026-09-07T14:26:12.492Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104652026-09-07T14:26:12.492Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 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 ...
104662026-09-07T14:26:12.495Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104672026-09-07T14:26:12.495Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104682026-09-07T14:26:12.495Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 INFO ok!
104692026-09-07T14:26:12.495Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 INFO STEP 61 (ensure_file) COMPLETE
104702026-09-07T14:26:12.495Z[ host-image] Sep 07 14:26:11.442 INFO O| Sep 07 14:26:11.442 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104712026-09-07T14:26:12.499Z[ host-image] Sep 07 14:26:11.450 INFO O| Sep 07 14:26:11.450 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104722026-09-07T14:26:12.500Z[ host-image] Sep 07 14:26:11.450 INFO O| Sep 07 14:26:11.450 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
104732026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104742026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104752026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104762026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104772026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO ok!
104782026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO STEP 62 (ensure_file) COMPLETE
104792026-09-07T14:26:12.503Z[ host-image] Sep 07 14:26:11.451 INFO O| Sep 07 14:26:11.451 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104802026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104812026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 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 ...
104822026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 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
104832026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104842026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 INFO ok!
104852026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 INFO STEP 63 (ensure_file) COMPLETE
104862026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.460 INFO O| Sep 07 14:26:11.460 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104872026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104882026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 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 ...
104892026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 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
104902026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104912026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 INFO ok!
104922026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 INFO STEP 64 (ensure_file) COMPLETE
104932026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.469 INFO O| Sep 07 14:26:11.469 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104942026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104952026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 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 ...
104962026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 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
104972026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104982026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO ok!
104992026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO STEP 65 (ensure_file) COMPLETE
105002026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105012026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO skip step because feature "mbist" is not enabled
105022026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.478 INFO O| Sep 07 14:26:11.478 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.488 INFO O| Sep 07 14:26:11.488 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105042026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.488 INFO O| Sep 07 14:26:11.488 INFO STEP 67 (ensure_dir) COMPLETE
105052026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.488 INFO O| Sep 07 14:26:11.488 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.497 INFO O| Sep 07 14:26:11.497 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105072026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.497 INFO O| Sep 07 14:26:11.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105082026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.497 INFO O| Sep 07 14:26:11.497 INFO STEP 68 (ensure_dir) COMPLETE
105092026-09-07T14:26:12.551Z[ host-image] Sep 07 14:26:11.497 INFO O| Sep 07 14:26:11.497 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-09-07T14:26:12.555Z[ host-image] Sep 07 14:26:11.505 INFO O| Sep 07 14:26:11.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105112026-09-07T14:26:12.555Z[ host-image] Sep 07 14:26:11.505 INFO O| Sep 07 14:26:11.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105122026-09-07T14:26:12.555Z[ host-image] Sep 07 14:26:11.505 INFO O| Sep 07 14:26:11.505 INFO STEP 69 (ensure_dir) COMPLETE
105132026-09-07T14:26:12.555Z[ host-image] Sep 07 14:26:11.505 INFO O| Sep 07 14:26:11.505 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-09-07T14:26:12.564Z[ host-image] Sep 07 14:26:11.515 INFO O| Sep 07 14:26:11.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105152026-09-07T14:26:12.564Z[ host-image] Sep 07 14:26:11.515 INFO O| Sep 07 14:26:11.515 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105162026-09-07T14:26:12.983Z[ host-image] Sep 07 14:26:11.933 INFO O| Sep 07 14:26:11.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105172026-09-07T14:26:12.984Z[ host-image] Sep 07 14:26:11.933 INFO O| Sep 07 14:26:11.933 INFO ok!
105182026-09-07T14:26:12.984Z[ host-image] Sep 07 14:26:11.933 INFO O| Sep 07 14:26:11.933 INFO STEP 70 (ensure_file) COMPLETE
105192026-09-07T14:26:12.988Z[ host-image] Sep 07 14:26:11.933 INFO O| Sep 07 14:26:11.933 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-09-07T14:26:12.992Z[ host-image] Sep 07 14:26:11.943 INFO O| Sep 07 14:26:11.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105212026-09-07T14:26:12.992Z[ host-image] Sep 07 14:26:11.943 INFO O| Sep 07 14:26:11.943 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105222026-09-07T14:26:13.897Z[ host-image] Sep 07 14:26:12.847 INFO O| Sep 07 14:26:12.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105232026-09-07T14:26:13.897Z[ host-image] Sep 07 14:26:12.847 INFO O| Sep 07 14:26:12.847 INFO ok!
105242026-09-07T14:26:13.898Z[ host-image] Sep 07 14:26:12.847 INFO O| Sep 07 14:26:12.847 INFO STEP 71 (ensure_file) COMPLETE
105252026-09-07T14:26:13.901Z[ host-image] Sep 07 14:26:12.847 INFO O| Sep 07 14:26:12.847 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-09-07T14:26:13.907Z[ host-image] Sep 07 14:26:12.857 INFO O| Sep 07 14:26:12.857 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105272026-09-07T14:26:13.907Z[ host-image] Sep 07 14:26:12.857 INFO O| Sep 07 14:26:12.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105282026-09-07T14:26:13.907Z[ host-image] Sep 07 14:26:12.857 INFO O| Sep 07 14:26:12.857 INFO STEP 72 (ensure_dir) COMPLETE
105292026-09-07T14:26:13.910Z[ host-image] Sep 07 14:26:12.857 INFO O| Sep 07 14:26:12.857 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-09-07T14:26:13.918Z[ host-image] Sep 07 14:26:12.868 INFO O| Sep 07 14:26:12.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105312026-09-07T14:26:13.918Z[ host-image] Sep 07 14:26:12.868 INFO O| Sep 07 14:26:12.868 INFO copying /tmp/.tmpp1nnmL/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 ...
105322026-09-07T14:26:13.918Z[ host-image] Sep 07 14:26:12.868 INFO O| Sep 07 14:26:12.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
105332026-09-07T14:26:13.921Z[ host-image] Sep 07 14:26:12.868 INFO O| Sep 07 14:26:12.868 INFO ok!
105342026-09-07T14:26:13.921Z[ host-image] Sep 07 14:26:12.868 INFO O| Sep 07 14:26:12.868 INFO STEP 73 (ensure_file) COMPLETE
105352026-09-07T14:26:13.921Z[ host-image] Sep 07 14:26:12.868 INFO O| Sep 07 14:26:12.868 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-09-07T14:26:13.928Z[ host-image] Sep 07 14:26:12.879 INFO O| Sep 07 14:26:12.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105372026-09-07T14:26:13.928Z[ host-image] Sep 07 14:26:12.879 INFO O| Sep 07 14:26:12.879 INFO copying /tmp/.tmpp1nnmL/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 ...
105382026-09-07T14:26:13.931Z[ host-image] Sep 07 14:26:12.879 INFO O| Sep 07 14:26:12.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
105392026-09-07T14:26:13.931Z[ host-image] Sep 07 14:26:12.879 INFO O| Sep 07 14:26:12.879 INFO ok!
105402026-09-07T14:26:13.931Z[ host-image] Sep 07 14:26:12.879 INFO O| Sep 07 14:26:12.879 INFO STEP 74 (ensure_file) COMPLETE
105412026-09-07T14:26:13.931Z[ host-image] Sep 07 14:26:12.879 INFO O| Sep 07 14:26:12.879 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-09-07T14:26:13.938Z[ host-image] Sep 07 14:26:12.889 INFO O| Sep 07 14:26:12.889 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105432026-09-07T14:26:13.938Z[ host-image] Sep 07 14:26:12.889 INFO O| Sep 07 14:26:12.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105442026-09-07T14:26:13.938Z[ host-image] Sep 07 14:26:12.889 INFO O| Sep 07 14:26:12.889 INFO STEP 75 (ensure_dir) COMPLETE
105452026-09-07T14:26:13.938Z[ host-image] Sep 07 14:26:12.889 INFO O| Sep 07 14:26:12.889 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-09-07T14:26:13.949Z[ host-image] Sep 07 14:26:12.900 INFO O| Sep 07 14:26:12.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105472026-09-07T14:26:13.949Z[ host-image] Sep 07 14:26:12.900 INFO O| Sep 07 14:26:12.900 INFO copying /tmp/.tmpp1nnmL/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 ...
105482026-09-07T14:26:13.952Z[ host-image] Sep 07 14:26:12.900 INFO O| Sep 07 14:26:12.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
105492026-09-07T14:26:13.952Z[ host-image] Sep 07 14:26:12.900 INFO O| Sep 07 14:26:12.900 INFO ok!
105502026-09-07T14:26:13.952Z[ host-image] Sep 07 14:26:12.900 INFO O| Sep 07 14:26:12.900 INFO STEP 76 (ensure_file) COMPLETE
105512026-09-07T14:26:13.952Z[ host-image] Sep 07 14:26:12.900 INFO O| Sep 07 14:26:12.900 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-09-07T14:26:13.959Z[ host-image] Sep 07 14:26:12.910 INFO O| Sep 07 14:26:12.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105532026-09-07T14:26:13.959Z[ host-image] Sep 07 14:26:12.910 INFO O| Sep 07 14:26:12.910 INFO copying /tmp/.tmpp1nnmL/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 ...
105542026-09-07T14:26:13.959Z[ host-image] Sep 07 14:26:12.910 INFO O| Sep 07 14:26:12.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
105552026-09-07T14:26:13.959Z[ host-image] Sep 07 14:26:12.910 INFO O| Sep 07 14:26:12.910 INFO ok!
105562026-09-07T14:26:13.959Z[ host-image] Sep 07 14:26:12.910 INFO O| Sep 07 14:26:12.910 INFO STEP 77 (ensure_file) COMPLETE
105572026-09-07T14:26:13.962Z[ host-image] Sep 07 14:26:12.910 INFO O| Sep 07 14:26:12.910 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-09-07T14:26:13.969Z[ host-image] Sep 07 14:26:12.920 INFO O| Sep 07 14:26:12.920 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105592026-09-07T14:26:13.969Z[ host-image] Sep 07 14:26:12.920 INFO O| Sep 07 14:26:12.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105602026-09-07T14:26:13.969Z[ host-image] Sep 07 14:26:12.920 INFO O| Sep 07 14:26:12.920 INFO STEP 78 (ensure_dir) COMPLETE
105612026-09-07T14:26:13.972Z[ host-image] Sep 07 14:26:12.920 INFO O| Sep 07 14:26:12.920 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-09-07T14:26:13.980Z[ host-image] Sep 07 14:26:12.931 INFO O| Sep 07 14:26:12.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105632026-09-07T14:26:13.980Z[ host-image] Sep 07 14:26:12.931 INFO O| Sep 07 14:26:12.931 INFO copying /tmp/.tmpp1nnmL/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 ...
105642026-09-07T14:26:13.980Z[ host-image] Sep 07 14:26:12.931 INFO O| Sep 07 14:26:12.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
105652026-09-07T14:26:13.983Z[ host-image] Sep 07 14:26:12.931 INFO O| Sep 07 14:26:12.931 INFO ok!
105662026-09-07T14:26:13.983Z[ host-image] Sep 07 14:26:12.931 INFO O| Sep 07 14:26:12.931 INFO STEP 79 (ensure_file) COMPLETE
105672026-09-07T14:26:13.983Z[ host-image] Sep 07 14:26:12.931 INFO O| Sep 07 14:26:12.931 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-09-07T14:26:13.990Z[ host-image] Sep 07 14:26:12.941 INFO O| Sep 07 14:26:12.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105692026-09-07T14:26:13.990Z[ host-image] Sep 07 14:26:12.941 INFO O| Sep 07 14:26:12.941 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105702026-09-07T14:26:13.990Z[ host-image] Sep 07 14:26:12.941 INFO O| Sep 07 14:26:12.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105712026-09-07T14:26:13.995Z[ host-image] Sep 07 14:26:12.941 INFO O| Sep 07 14:26:12.941 INFO ok!
105722026-09-07T14:26:13.995Z[ host-image] Sep 07 14:26:12.941 INFO O| Sep 07 14:26:12.941 INFO STEP 80 (ensure_file) COMPLETE
105732026-09-07T14:26:13.995Z[ host-image] Sep 07 14:26:12.941 INFO O| Sep 07 14:26:12.941 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105742026-09-07T14:26:13.999Z[ host-image] Sep 07 14:26:12.950 INFO O| Sep 07 14:26:12.949 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105752026-09-07T14:26:13.999Z[ host-image] Sep 07 14:26:12.950 INFO O| Sep 07 14:26:12.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105762026-09-07T14:26:13.999Z[ host-image] Sep 07 14:26:12.950 INFO O| Sep 07 14:26:12.950 INFO STEP 81 (ensure_dir) COMPLETE
105772026-09-07T14:26:13.999Z[ host-image] Sep 07 14:26:12.950 INFO O| Sep 07 14:26:12.950 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-09-07T14:26:14.008Z[ host-image] Sep 07 14:26:12.959 INFO O| Sep 07 14:26:12.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105792026-09-07T14:26:14.008Z[ host-image] Sep 07 14:26:12.959 INFO O| Sep 07 14:26:12.959 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
105802026-09-07T14:26:14.329Z[ host-image] Sep 07 14:26:13.278 INFO O| Sep 07 14:26:13.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105812026-09-07T14:26:14.330Z[ host-image] Sep 07 14:26:13.279 INFO O| Sep 07 14:26:13.278 INFO ok!
105822026-09-07T14:26:14.330Z[ host-image] Sep 07 14:26:13.279 INFO O| Sep 07 14:26:13.278 INFO STEP 82 (ensure_file) COMPLETE
105832026-09-07T14:26:14.330Z[ host-image] Sep 07 14:26:13.279 INFO O| Sep 07 14:26:13.278 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-09-07T14:26:14.340Z[ host-image] Sep 07 14:26:13.290 INFO O| Sep 07 14:26:13.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105852026-09-07T14:26:14.340Z[ host-image] Sep 07 14:26:13.290 INFO O| Sep 07 14:26:13.290 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
105862026-09-07T14:26:14.343Z[ host-image] Sep 07 14:26:13.292 INFO O| Sep 07 14:26:13.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105872026-09-07T14:26:14.343Z[ host-image] Sep 07 14:26:13.292 INFO O| Sep 07 14:26:13.292 INFO ok!
105882026-09-07T14:26:14.343Z[ host-image] Sep 07 14:26:13.292 INFO O| Sep 07 14:26:13.292 INFO STEP 83 (ensure_file) COMPLETE
105892026-09-07T14:26:14.343Z[ host-image] Sep 07 14:26:13.292 INFO O| Sep 07 14:26:13.292 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-09-07T14:26:14.352Z[ host-image] Sep 07 14:26:13.303 INFO O| Sep 07 14:26:13.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105912026-09-07T14:26:14.352Z[ host-image] Sep 07 14:26:13.303 INFO O| Sep 07 14:26:13.303 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
105922026-09-07T14:26:15.499Z[ host-image] Sep 07 14:26:14.449 INFO O| Sep 07 14:26:14.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105932026-09-07T14:26:15.499Z[ host-image] Sep 07 14:26:14.449 INFO O| Sep 07 14:26:14.449 INFO ok!
105942026-09-07T14:26:15.499Z[ host-image] Sep 07 14:26:14.449 INFO O| Sep 07 14:26:14.449 INFO STEP 84 (ensure_file) COMPLETE
105952026-09-07T14:26:15.502Z[ host-image] Sep 07 14:26:14.449 INFO O| Sep 07 14:26:14.449 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-09-07T14:26:15.511Z[ host-image] Sep 07 14:26:14.462 INFO O| Sep 07 14:26:14.462 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105972026-09-07T14:26:15.511Z[ host-image] Sep 07 14:26:14.462 INFO O| Sep 07 14:26:14.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105982026-09-07T14:26:15.511Z[ host-image] Sep 07 14:26:14.462 INFO O| Sep 07 14:26:14.462 INFO STEP 85 (ensure_dir) COMPLETE
105992026-09-07T14:26:15.514Z[ host-image] Sep 07 14:26:14.462 INFO O| Sep 07 14:26:14.462 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-09-07T14:26:15.520Z[ host-image] Sep 07 14:26:14.471 INFO O| Sep 07 14:26:14.471 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
106012026-09-07T14:26:15.521Z[ host-image] Sep 07 14:26:14.471 INFO O| Sep 07 14:26:14.471 INFO copying /tmp/.tmpp1nnmL/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 ...
106022026-09-07T14:26:15.521Z[ host-image] Sep 07 14:26:14.471 INFO O| Sep 07 14:26:14.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106032026-09-07T14:26:15.524Z[ host-image] Sep 07 14:26:14.471 INFO O| Sep 07 14:26:14.471 INFO ok!
106042026-09-07T14:26:15.524Z[ host-image] Sep 07 14:26:14.471 INFO O| Sep 07 14:26:14.471 INFO STEP 86 (ensure_file) COMPLETE
106052026-09-07T14:26:15.524Z[ host-image] Sep 07 14:26:14.471 INFO O| Sep 07 14:26:14.471 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-09-07T14:26:15.530Z[ host-image] Sep 07 14:26:14.481 INFO O| Sep 07 14:26:14.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106072026-09-07T14:26:15.530Z[ host-image] Sep 07 14:26:14.481 INFO O| Sep 07 14:26:14.481 INFO copying /tmp/.tmpp1nnmL/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 ...
106082026-09-07T14:26:15.530Z[ host-image] Sep 07 14:26:14.481 INFO O| Sep 07 14:26:14.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106092026-09-07T14:26:15.530Z[ host-image] Sep 07 14:26:14.481 INFO O| Sep 07 14:26:14.481 INFO ok!
106102026-09-07T14:26:15.533Z[ host-image] Sep 07 14:26:14.481 INFO O| Sep 07 14:26:14.481 INFO STEP 87 (ensure_file) COMPLETE
106112026-09-07T14:26:15.533Z[ host-image] Sep 07 14:26:14.481 INFO O| Sep 07 14:26:14.481 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-09-07T14:26:15.540Z[ host-image] Sep 07 14:26:14.491 INFO O| Sep 07 14:26:14.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106132026-09-07T14:26:15.540Z[ host-image] Sep 07 14:26:14.491 INFO O| Sep 07 14:26:14.491 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106142026-09-07T14:26:15.540Z[ host-image] Sep 07 14:26:14.491 INFO O| Sep 07 14:26:14.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106152026-09-07T14:26:15.540Z[ host-image] Sep 07 14:26:14.491 INFO O| Sep 07 14:26:14.491 INFO ok!
106162026-09-07T14:26:15.543Z[ host-image] Sep 07 14:26:14.491 INFO O| Sep 07 14:26:14.491 INFO STEP 88 (ensure_file) COMPLETE
106172026-09-07T14:26:15.543Z[ host-image] Sep 07 14:26:14.491 INFO O| Sep 07 14:26:14.491 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-09-07T14:26:15.550Z[ host-image] Sep 07 14:26:14.501 INFO O| Sep 07 14:26:14.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106192026-09-07T14:26:15.551Z[ host-image] Sep 07 14:26:14.501 INFO O| Sep 07 14:26:14.501 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106202026-09-07T14:26:15.553Z[ host-image] Sep 07 14:26:14.501 INFO O| Sep 07 14:26:14.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106212026-09-07T14:26:15.554Z[ host-image] Sep 07 14:26:14.501 INFO O| Sep 07 14:26:14.501 INFO ok!
106222026-09-07T14:26:15.554Z[ host-image] Sep 07 14:26:14.501 INFO O| Sep 07 14:26:14.501 INFO STEP 89 (ensure_file) COMPLETE
106232026-09-07T14:26:15.554Z[ host-image] Sep 07 14:26:14.501 INFO O| Sep 07 14:26:14.501 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-09-07T14:26:15.560Z[ host-image] Sep 07 14:26:14.511 INFO O| Sep 07 14:26:14.511 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106252026-09-07T14:26:15.560Z[ host-image] Sep 07 14:26:14.511 INFO O| Sep 07 14:26:14.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106262026-09-07T14:26:15.560Z[ host-image] Sep 07 14:26:14.511 INFO O| Sep 07 14:26:14.511 INFO STEP 90 (ensure_dir) COMPLETE
106272026-09-07T14:26:15.563Z[ host-image] Sep 07 14:26:14.511 INFO O| Sep 07 14:26:14.511 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106282026-09-07T14:26:15.569Z[ host-image] Sep 07 14:26:14.520 INFO O| Sep 07 14:26:14.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106292026-09-07T14:26:15.569Z[ host-image] Sep 07 14:26:14.520 INFO O| Sep 07 14:26:14.520 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106302026-09-07T14:26:15.572Z[ host-image] Sep 07 14:26:14.523 INFO O| Sep 07 14:26:14.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106312026-09-07T14:26:15.572Z[ host-image] Sep 07 14:26:14.523 INFO O| Sep 07 14:26:14.523 INFO ok!
106322026-09-07T14:26:15.572Z[ host-image] Sep 07 14:26:14.523 INFO O| Sep 07 14:26:14.523 INFO STEP 91 (ensure_file) COMPLETE
106332026-09-07T14:26:15.572Z[ host-image] Sep 07 14:26:14.523 INFO O| Sep 07 14:26:14.523 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106342026-09-07T14:26:15.582Z[ host-image] Sep 07 14:26:14.533 INFO O| Sep 07 14:26:14.533 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106352026-09-07T14:26:15.582Z[ host-image] Sep 07 14:26:14.533 INFO O| Sep 07 14:26:14.533 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106362026-09-07T14:26:15.585Z[ host-image] Sep 07 14:26:14.533 INFO O| Sep 07 14:26:14.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106372026-09-07T14:26:15.585Z[ host-image] Sep 07 14:26:14.533 INFO O| Sep 07 14:26:14.533 INFO ok!
106382026-09-07T14:26:15.585Z[ host-image] Sep 07 14:26:14.533 INFO O| Sep 07 14:26:14.533 INFO STEP 92 (ensure_file) COMPLETE
106392026-09-07T14:26:15.585Z[ host-image] Sep 07 14:26:14.533 INFO O| Sep 07 14:26:14.533 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106402026-09-07T14:26:15.592Z[ host-image] Sep 07 14:26:14.543 INFO O| Sep 07 14:26:14.543 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106412026-09-07T14:26:15.592Z[ host-image] Sep 07 14:26:14.543 INFO O| Sep 07 14:26:14.543 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
106422026-09-07T14:26:16.177Z[ host-image] Sep 07 14:26:15.127 INFO O| Sep 07 14:26:15.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106432026-09-07T14:26:16.177Z[ host-image] Sep 07 14:26:15.127 INFO O| Sep 07 14:26:15.127 INFO ok!
106442026-09-07T14:26:16.180Z[ host-image] Sep 07 14:26:15.127 INFO O| Sep 07 14:26:15.127 INFO STEP 93 (ensure_file) COMPLETE
106452026-09-07T14:26:16.180Z[ host-image] Sep 07 14:26:15.127 INFO O| Sep 07 14:26:15.127 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106462026-09-07T14:26:16.187Z[ host-image] Sep 07 14:26:15.138 INFO O| Sep 07 14:26:15.138 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106472026-09-07T14:26:16.187Z[ host-image] Sep 07 14:26:15.138 INFO O| Sep 07 14:26:15.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106482026-09-07T14:26:16.187Z[ host-image] Sep 07 14:26:15.138 INFO O| Sep 07 14:26:15.138 INFO STEP 94 (ensure_dir) COMPLETE
106492026-09-07T14:26:16.190Z[ host-image] Sep 07 14:26:15.138 INFO O| Sep 07 14:26:15.138 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-09-07T14:26:16.197Z[ host-image] Sep 07 14:26:15.148 INFO O| Sep 07 14:26:15.147 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106512026-09-07T14:26:16.197Z[ host-image] Sep 07 14:26:15.148 INFO O| Sep 07 14:26:15.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106522026-09-07T14:26:16.197Z[ host-image] Sep 07 14:26:15.148 INFO O| Sep 07 14:26:15.148 INFO STEP 95 (ensure_dir) COMPLETE
106532026-09-07T14:26:16.199Z[ host-image] Sep 07 14:26:15.148 INFO O| Sep 07 14:26:15.148 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-07T14:26:16.205Z[ host-image] Sep 07 14:26:15.156 INFO O| Sep 07 14:26:15.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106552026-09-07T14:26:16.205Z[ host-image] Sep 07 14:26:15.156 INFO O| Sep 07 14:26:15.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106562026-09-07T14:26:16.205Z[ host-image] Sep 07 14:26:15.156 INFO O| Sep 07 14:26:15.156 INFO STEP 96 (ensure_dir) COMPLETE
106572026-09-07T14:26:16.208Z[ host-image] Sep 07 14:26:15.156 INFO O| Sep 07 14:26:15.156 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-09-07T14:26:16.213Z[ host-image] Sep 07 14:26:15.164 INFO O| Sep 07 14:26:15.164 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106592026-09-07T14:26:16.213Z[ host-image] Sep 07 14:26:15.164 INFO O| Sep 07 14:26:15.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106602026-09-07T14:26:16.216Z[ host-image] Sep 07 14:26:15.164 INFO O| Sep 07 14:26:15.164 INFO STEP 97 (ensure_dir) COMPLETE
106612026-09-07T14:26:16.216Z[ host-image] Sep 07 14:26:15.164 INFO O| Sep 07 14:26:15.164 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106622026-09-07T14:26:16.222Z[ host-image] Sep 07 14:26:15.173 INFO O| Sep 07 14:26:15.173 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106632026-09-07T14:26:16.225Z[ host-image] Sep 07 14:26:15.173 INFO O| Sep 07 14:26:15.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106642026-09-07T14:26:16.225Z[ host-image] Sep 07 14:26:15.173 INFO O| Sep 07 14:26:15.173 INFO STEP 98 (ensure_dir) COMPLETE
106652026-09-07T14:26:16.225Z[ host-image] Sep 07 14:26:15.173 INFO O| Sep 07 14:26:15.173 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106662026-09-07T14:26:16.230Z[ host-image] Sep 07 14:26:15.181 INFO O| Sep 07 14:26:15.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106672026-09-07T14:26:16.230Z[ host-image] Sep 07 14:26:15.181 INFO O| Sep 07 14:26:15.181 INFO copying /tmp/.tmpp1nnmL/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 ...
106682026-09-07T14:26:16.233Z[ host-image] Sep 07 14:26:15.181 INFO O| Sep 07 14:26:15.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
106692026-09-07T14:26:16.233Z[ host-image] Sep 07 14:26:15.181 INFO O| Sep 07 14:26:15.181 INFO ok!
106702026-09-07T14:26:16.233Z[ host-image] Sep 07 14:26:15.181 INFO O| Sep 07 14:26:15.181 INFO STEP 99 (ensure_file) COMPLETE
106712026-09-07T14:26:16.233Z[ host-image] Sep 07 14:26:15.181 INFO O| Sep 07 14:26:15.181 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-09-07T14:26:16.239Z[ host-image] Sep 07 14:26:15.190 INFO O| Sep 07 14:26:15.190 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106732026-09-07T14:26:16.239Z[ host-image] Sep 07 14:26:15.190 INFO O| Sep 07 14:26:15.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106742026-09-07T14:26:16.239Z[ host-image] Sep 07 14:26:15.190 INFO O| Sep 07 14:26:15.190 INFO STEP 100 (ensure_dir) COMPLETE
106752026-09-07T14:26:16.239Z[ host-image] Sep 07 14:26:15.190 INFO O| Sep 07 14:26:15.190 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106762026-09-07T14:26:16.248Z[ host-image] Sep 07 14:26:15.199 INFO O| Sep 07 14:26:15.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106772026-09-07T14:26:16.248Z[ host-image] Sep 07 14:26:15.199 INFO O| Sep 07 14:26:15.199 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106782026-09-07T14:26:16.962Z[ host-image] Sep 07 14:26:15.913 INFO O| Sep 07 14:26:15.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106792026-09-07T14:26:16.962Z[ host-image] Sep 07 14:26:15.913 INFO O| Sep 07 14:26:15.913 INFO ok!
106802026-09-07T14:26:16.962Z[ host-image] Sep 07 14:26:15.913 INFO O| Sep 07 14:26:15.913 INFO STEP 101 (ensure_file) COMPLETE
106812026-09-07T14:26:16.962Z[ host-image] Sep 07 14:26:15.913 INFO O| Sep 07 14:26:15.913 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106822026-09-07T14:26:16.974Z[ host-image] Sep 07 14:26:15.925 INFO O| Sep 07 14:26:15.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106832026-09-07T14:26:16.974Z[ host-image] Sep 07 14:26:15.925 INFO O| Sep 07 14:26:15.925 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
106842026-09-07T14:26:16.974Z[ host-image] Sep 07 14:26:15.925 INFO O| Sep 07 14:26:15.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106852026-09-07T14:26:16.977Z[ host-image] Sep 07 14:26:15.925 INFO O| Sep 07 14:26:15.925 INFO ok!
106862026-09-07T14:26:16.977Z[ host-image] Sep 07 14:26:15.925 INFO O| Sep 07 14:26:15.925 INFO STEP 102 (ensure_file) COMPLETE
106872026-09-07T14:26:16.977Z[ host-image] Sep 07 14:26:15.925 INFO O| Sep 07 14:26:15.925 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106882026-09-07T14:26:16.983Z[ host-image] Sep 07 14:26:15.934 INFO O| Sep 07 14:26:15.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106892026-09-07T14:26:16.984Z[ host-image] Sep 07 14:26:15.934 INFO O| Sep 07 14:26:15.934 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106902026-09-07T14:26:16.990Z[ host-image] Sep 07 14:26:15.941 INFO O| Sep 07 14:26:15.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106912026-09-07T14:26:16.990Z[ host-image] Sep 07 14:26:15.941 INFO O| Sep 07 14:26:15.941 INFO ok!
106922026-09-07T14:26:16.993Z[ host-image] Sep 07 14:26:15.941 INFO O| Sep 07 14:26:15.941 INFO STEP 103 (ensure_file) COMPLETE
106932026-09-07T14:26:16.993Z[ host-image] Sep 07 14:26:15.941 INFO O| Sep 07 14:26:15.941 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106942026-09-07T14:26:17.001Z[ host-image] Sep 07 14:26:15.951 INFO O| Sep 07 14:26:15.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106952026-09-07T14:26:17.001Z[ host-image] Sep 07 14:26:15.951 INFO O| Sep 07 14:26:15.951 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106962026-09-07T14:26:17.004Z[ host-image] Sep 07 14:26:15.952 INFO O| Sep 07 14:26:15.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106972026-09-07T14:26:17.004Z[ host-image] Sep 07 14:26:15.952 INFO O| Sep 07 14:26:15.952 INFO ok!
106982026-09-07T14:26:17.004Z[ host-image] Sep 07 14:26:15.952 INFO O| Sep 07 14:26:15.952 INFO STEP 104 (ensure_file) COMPLETE
106992026-09-07T14:26:17.004Z[ host-image] Sep 07 14:26:15.952 INFO O| Sep 07 14:26:15.952 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107002026-09-07T14:26:17.010Z[ host-image] Sep 07 14:26:15.961 INFO O| Sep 07 14:26:15.961 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107012026-09-07T14:26:17.013Z[ host-image] Sep 07 14:26:15.961 INFO O| Sep 07 14:26:15.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107022026-09-07T14:26:17.013Z[ host-image] Sep 07 14:26:15.961 INFO O| Sep 07 14:26:15.961 INFO STEP 105 (ensure_dir) COMPLETE
107032026-09-07T14:26:17.013Z[ host-image] Sep 07 14:26:15.961 INFO O| Sep 07 14:26:15.961 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107042026-09-07T14:26:17.021Z[ host-image] Sep 07 14:26:15.972 INFO O| Sep 07 14:26:15.972 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107052026-09-07T14:26:17.021Z[ host-image] Sep 07 14:26:15.972 INFO O| Sep 07 14:26:15.972 INFO copying /tmp/.tmpp1nnmL/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 ...
107062026-09-07T14:26:17.407Z[ host-image] Sep 07 14:26:16.357 INFO O| Sep 07 14:26:16.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107072026-09-07T14:26:17.407Z[ host-image] Sep 07 14:26:16.357 INFO O| Sep 07 14:26:16.357 INFO ok!
107082026-09-07T14:26:17.407Z[ host-image] Sep 07 14:26:16.357 INFO O| Sep 07 14:26:16.357 INFO STEP 106 (ensure_file) COMPLETE
107092026-09-07T14:26:17.410Z[ host-image] Sep 07 14:26:16.357 INFO O| Sep 07 14:26:16.357 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107102026-09-07T14:26:17.416Z[ host-image] Sep 07 14:26:16.367 INFO O| Sep 07 14:26:16.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107112026-09-07T14:26:17.416Z[ host-image] Sep 07 14:26:16.367 INFO O| Sep 07 14:26:16.367 INFO copying /tmp/.tmpp1nnmL/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 ...
107122026-09-07T14:26:17.419Z[ host-image] Sep 07 14:26:16.367 INFO O| Sep 07 14:26:16.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107132026-09-07T14:26:17.419Z[ host-image] Sep 07 14:26:16.367 INFO O| Sep 07 14:26:16.367 INFO ok!
107142026-09-07T14:26:17.419Z[ host-image] Sep 07 14:26:16.367 INFO O| Sep 07 14:26:16.367 INFO STEP 107 (ensure_file) COMPLETE
107152026-09-07T14:26:17.419Z[ host-image] Sep 07 14:26:16.367 INFO O| Sep 07 14:26:16.367 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107162026-09-07T14:26:17.425Z[ host-image] Sep 07 14:26:16.376 INFO O| Sep 07 14:26:16.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107172026-09-07T14:26:17.426Z[ host-image] Sep 07 14:26:16.376 INFO O| Sep 07 14:26:16.376 INFO copying /tmp/.tmpp1nnmL/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 ...
107182026-09-07T14:26:17.429Z[ host-image] Sep 07 14:26:16.377 INFO O| Sep 07 14:26:16.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107192026-09-07T14:26:17.429Z[ host-image] Sep 07 14:26:16.377 INFO O| Sep 07 14:26:16.377 INFO ok!
107202026-09-07T14:26:17.429Z[ host-image] Sep 07 14:26:16.377 INFO O| Sep 07 14:26:16.377 INFO STEP 108 (ensure_file) COMPLETE
107212026-09-07T14:26:17.429Z[ host-image] Sep 07 14:26:16.377 INFO O| Sep 07 14:26:16.377 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107222026-09-07T14:26:17.435Z[ host-image] Sep 07 14:26:16.386 INFO O| Sep 07 14:26:16.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107232026-09-07T14:26:17.435Z[ host-image] Sep 07 14:26:16.386 INFO O| Sep 07 14:26:16.386 INFO copying /tmp/.tmpp1nnmL/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 ...
107242026-09-07T14:26:17.435Z[ host-image] Sep 07 14:26:16.386 INFO O| Sep 07 14:26:16.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107252026-09-07T14:26:17.438Z[ host-image] Sep 07 14:26:16.386 INFO O| Sep 07 14:26:16.386 INFO ok!
107262026-09-07T14:26:17.438Z[ host-image] Sep 07 14:26:16.386 INFO O| Sep 07 14:26:16.386 INFO STEP 109 (ensure_file) COMPLETE
107272026-09-07T14:26:17.438Z[ host-image] Sep 07 14:26:16.386 INFO O| Sep 07 14:26:16.386 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107282026-09-07T14:26:17.446Z[ host-image] Sep 07 14:26:16.397 INFO O| Sep 07 14:26:16.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107292026-09-07T14:26:17.446Z[ host-image] Sep 07 14:26:16.397 INFO O| Sep 07 14:26:16.397 INFO copying /tmp/.tmpp1nnmL/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 ...
107302026-09-07T14:26:17.446Z[ host-image] Sep 07 14:26:16.397 INFO O| Sep 07 14:26:16.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107312026-09-07T14:26:17.446Z[ host-image] Sep 07 14:26:16.397 INFO O| Sep 07 14:26:16.397 INFO ok!
107322026-09-07T14:26:17.449Z[ host-image] Sep 07 14:26:16.397 INFO O| Sep 07 14:26:16.397 INFO STEP 110 (ensure_file) COMPLETE
107332026-09-07T14:26:17.449Z[ host-image] Sep 07 14:26:16.397 INFO O| Sep 07 14:26:16.397 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107342026-09-07T14:26:17.455Z[ host-image] Sep 07 14:26:16.406 INFO O| Sep 07 14:26:16.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107352026-09-07T14:26:17.455Z[ host-image] Sep 07 14:26:16.406 INFO O| Sep 07 14:26:16.406 INFO copying /tmp/.tmpp1nnmL/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 ...
107362026-09-07T14:26:17.455Z[ host-image] Sep 07 14:26:16.406 INFO O| Sep 07 14:26:16.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107372026-09-07T14:26:17.458Z[ host-image] Sep 07 14:26:16.406 INFO O| Sep 07 14:26:16.406 INFO ok!
107382026-09-07T14:26:17.458Z[ host-image] Sep 07 14:26:16.406 INFO O| Sep 07 14:26:16.406 INFO STEP 111 (ensure_file) COMPLETE
107392026-09-07T14:26:17.458Z[ host-image] Sep 07 14:26:16.406 INFO O| Sep 07 14:26:16.406 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107402026-09-07T14:26:17.466Z[ host-image] Sep 07 14:26:16.417 INFO O| Sep 07 14:26:16.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107412026-09-07T14:26:17.466Z[ host-image] Sep 07 14:26:16.417 INFO O| Sep 07 14:26:16.417 INFO copying /tmp/.tmpp1nnmL/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 ...
107422026-09-07T14:26:17.469Z[ host-image] Sep 07 14:26:16.417 INFO O| Sep 07 14:26:16.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107432026-09-07T14:26:17.469Z[ host-image] Sep 07 14:26:16.417 INFO O| Sep 07 14:26:16.417 INFO ok!
107442026-09-07T14:26:17.469Z[ host-image] Sep 07 14:26:16.417 INFO O| Sep 07 14:26:16.417 INFO STEP 112 (ensure_file) COMPLETE
107452026-09-07T14:26:17.469Z[ host-image] Sep 07 14:26:16.417 INFO O| Sep 07 14:26:16.417 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107462026-09-07T14:26:17.476Z[ host-image] Sep 07 14:26:16.427 INFO O| Sep 07 14:26:16.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107472026-09-07T14:26:17.476Z[ host-image] Sep 07 14:26:16.427 INFO O| Sep 07 14:26:16.427 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
107482026-09-07T14:26:17.481Z[ host-image] Sep 07 14:26:16.427 INFO O| Sep 07 14:26:16.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107492026-09-07T14:26:17.481Z[ host-image] Sep 07 14:26:16.427 INFO O| Sep 07 14:26:16.427 INFO ok!
107502026-09-07T14:26:17.481Z[ host-image] Sep 07 14:26:16.427 INFO O| Sep 07 14:26:16.427 INFO STEP 113 (ensure_file) COMPLETE
107512026-09-07T14:26:17.481Z[ host-image] Sep 07 14:26:16.427 INFO O| Sep 07 14:26:16.427 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107522026-09-07T14:26:17.485Z[ host-image] Sep 07 14:26:16.436 INFO O| Sep 07 14:26:16.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107532026-09-07T14:26:17.485Z[ host-image] Sep 07 14:26:16.436 INFO O| Sep 07 14:26:16.436 INFO copying /tmp/.tmpp1nnmL/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 ...
107542026-09-07T14:26:17.488Z[ host-image] Sep 07 14:26:16.436 INFO O| Sep 07 14:26:16.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107552026-09-07T14:26:17.488Z[ host-image] Sep 07 14:26:16.436 INFO O| Sep 07 14:26:16.436 INFO ok!
107562026-09-07T14:26:17.489Z[ host-image] Sep 07 14:26:16.436 INFO O| Sep 07 14:26:16.436 INFO STEP 114 (ensure_file) COMPLETE
107572026-09-07T14:26:17.489Z[ host-image] Sep 07 14:26:16.436 INFO O| Sep 07 14:26:16.436 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107582026-09-07T14:26:17.496Z[ host-image] Sep 07 14:26:16.447 INFO O| Sep 07 14:26:16.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107592026-09-07T14:26:17.496Z[ host-image] Sep 07 14:26:16.447 INFO O| Sep 07 14:26:16.446 INFO copying /tmp/.tmpp1nnmL/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 ...
107602026-09-07T14:26:17.499Z[ host-image] Sep 07 14:26:16.447 INFO O| Sep 07 14:26:16.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
107612026-09-07T14:26:17.499Z[ host-image] Sep 07 14:26:16.447 INFO O| Sep 07 14:26:16.447 INFO ok!
107622026-09-07T14:26:17.499Z[ host-image] Sep 07 14:26:16.447 INFO O| Sep 07 14:26:16.447 INFO STEP 115 (ensure_file) COMPLETE
107632026-09-07T14:26:17.499Z[ host-image] Sep 07 14:26:16.447 INFO O| Sep 07 14:26:16.447 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107642026-09-07T14:26:17.507Z[ host-image] Sep 07 14:26:16.457 INFO O| Sep 07 14:26:16.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107652026-09-07T14:26:17.508Z[ host-image] Sep 07 14:26:16.457 INFO O| Sep 07 14:26:16.457 INFO copying /tmp/.tmpp1nnmL/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 ...
107662026-09-07T14:26:17.508Z[ host-image] Sep 07 14:26:16.457 INFO O| Sep 07 14:26:16.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
107672026-09-07T14:26:17.508Z[ host-image] Sep 07 14:26:16.457 INFO O| Sep 07 14:26:16.457 INFO ok!
107682026-09-07T14:26:17.508Z[ host-image] Sep 07 14:26:16.457 INFO O| Sep 07 14:26:16.457 INFO STEP 116 (ensure_file) COMPLETE
107692026-09-07T14:26:17.511Z[ host-image] Sep 07 14:26:16.457 INFO O| Sep 07 14:26:16.457 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107702026-09-07T14:26:17.517Z[ host-image] Sep 07 14:26:16.468 INFO O| Sep 07 14:26:16.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107712026-09-07T14:26:17.517Z[ host-image] Sep 07 14:26:16.468 INFO O| Sep 07 14:26:16.468 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
107722026-09-07T14:26:17.520Z[ host-image] Sep 07 14:26:16.468 INFO O| Sep 07 14:26:16.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107732026-09-07T14:26:17.520Z[ host-image] Sep 07 14:26:16.468 INFO O| Sep 07 14:26:16.468 INFO ok!
107742026-09-07T14:26:17.520Z[ host-image] Sep 07 14:26:16.468 INFO O| Sep 07 14:26:16.468 INFO STEP 117 (ensure_file) COMPLETE
107752026-09-07T14:26:17.520Z[ host-image] Sep 07 14:26:16.468 INFO O| Sep 07 14:26:16.468 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107762026-09-07T14:26:17.528Z[ host-image] Sep 07 14:26:16.478 INFO O| Sep 07 14:26:16.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107772026-09-07T14:26:17.528Z[ host-image] Sep 07 14:26:16.478 INFO O| Sep 07 14:26:16.478 INFO copying /tmp/.tmpp1nnmL/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 ...
107782026-09-07T14:26:17.528Z[ host-image] Sep 07 14:26:16.478 INFO O| Sep 07 14:26:16.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107792026-09-07T14:26:17.531Z[ host-image] Sep 07 14:26:16.478 INFO O| Sep 07 14:26:16.478 INFO ok!
107802026-09-07T14:26:17.531Z[ host-image] Sep 07 14:26:16.478 INFO O| Sep 07 14:26:16.478 INFO STEP 118 (ensure_file) COMPLETE
107812026-09-07T14:26:17.531Z[ host-image] Sep 07 14:26:16.478 INFO O| Sep 07 14:26:16.478 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107822026-09-07T14:26:17.538Z[ host-image] Sep 07 14:26:16.489 INFO O| Sep 07 14:26:16.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107832026-09-07T14:26:17.541Z[ host-image] Sep 07 14:26:16.489 INFO O| Sep 07 14:26:16.489 INFO copying /tmp/.tmpp1nnmL/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 ...
107842026-09-07T14:26:17.541Z[ host-image] Sep 07 14:26:16.489 INFO O| Sep 07 14:26:16.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
107852026-09-07T14:26:17.541Z[ host-image] Sep 07 14:26:16.489 INFO O| Sep 07 14:26:16.489 INFO ok!
107862026-09-07T14:26:17.541Z[ host-image] Sep 07 14:26:16.489 INFO O| Sep 07 14:26:16.489 INFO STEP 119 (ensure_file) COMPLETE
107872026-09-07T14:26:17.541Z[ host-image] Sep 07 14:26:16.489 INFO O| Sep 07 14:26:16.489 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107882026-09-07T14:26:17.549Z[ host-image] Sep 07 14:26:16.500 INFO O| Sep 07 14:26:16.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107892026-09-07T14:26:17.549Z[ host-image] Sep 07 14:26:16.500 INFO O| Sep 07 14:26:16.500 INFO copying /tmp/.tmpp1nnmL/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 ...
107902026-09-07T14:26:17.549Z[ host-image] Sep 07 14:26:16.500 INFO O| Sep 07 14:26:16.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107912026-09-07T14:26:17.553Z[ host-image] Sep 07 14:26:16.500 INFO O| Sep 07 14:26:16.500 INFO ok!
107922026-09-07T14:26:17.553Z[ host-image] Sep 07 14:26:16.500 INFO O| Sep 07 14:26:16.500 INFO STEP 120 (ensure_file) COMPLETE
107932026-09-07T14:26:17.553Z[ host-image] Sep 07 14:26:16.500 INFO O| Sep 07 14:26:16.500 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107942026-09-07T14:26:17.560Z[ host-image] Sep 07 14:26:16.511 INFO O| Sep 07 14:26:16.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107952026-09-07T14:26:17.560Z[ host-image] Sep 07 14:26:16.511 INFO O| Sep 07 14:26:16.511 INFO copying /tmp/.tmpp1nnmL/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 ...
107962026-09-07T14:26:17.563Z[ host-image] Sep 07 14:26:16.511 INFO O| Sep 07 14:26:16.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
107972026-09-07T14:26:17.563Z[ host-image] Sep 07 14:26:16.511 INFO O| Sep 07 14:26:16.511 INFO ok!
107982026-09-07T14:26:17.563Z[ host-image] Sep 07 14:26:16.511 INFO O| Sep 07 14:26:16.511 INFO STEP 121 (ensure_file) COMPLETE
107992026-09-07T14:26:17.563Z[ host-image] Sep 07 14:26:16.511 INFO O| Sep 07 14:26:16.511 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108002026-09-07T14:26:17.571Z[ host-image] Sep 07 14:26:16.521 INFO O| Sep 07 14:26:16.521 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
108012026-09-07T14:26:17.571Z[ host-image] Sep 07 14:26:16.521 INFO O| Sep 07 14:26:16.521 INFO copying /tmp/.tmpp1nnmL/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 ...
108022026-09-07T14:26:17.574Z[ host-image] Sep 07 14:26:16.522 INFO O| Sep 07 14:26:16.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
108032026-09-07T14:26:17.574Z[ host-image] Sep 07 14:26:16.522 INFO O| Sep 07 14:26:16.521 INFO ok!
108042026-09-07T14:26:17.574Z[ host-image] Sep 07 14:26:16.522 INFO O| Sep 07 14:26:16.522 INFO STEP 122 (ensure_file) COMPLETE
108052026-09-07T14:26:17.574Z[ host-image] Sep 07 14:26:16.522 INFO O| Sep 07 14:26:16.522 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108062026-09-07T14:26:17.580Z[ host-image] Sep 07 14:26:16.531 INFO O| Sep 07 14:26:16.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108072026-09-07T14:26:17.580Z[ host-image] Sep 07 14:26:16.531 INFO O| Sep 07 14:26:16.531 INFO copying /tmp/.tmpp1nnmL/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 ...
108082026-09-07T14:26:17.584Z[ host-image] Sep 07 14:26:16.531 INFO O| Sep 07 14:26:16.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
108092026-09-07T14:26:17.584Z[ host-image] Sep 07 14:26:16.531 INFO O| Sep 07 14:26:16.531 INFO ok!
108102026-09-07T14:26:17.584Z[ host-image] Sep 07 14:26:16.531 INFO O| Sep 07 14:26:16.531 INFO STEP 123 (ensure_file) COMPLETE
108112026-09-07T14:26:17.584Z[ host-image] Sep 07 14:26:16.531 INFO O| Sep 07 14:26:16.531 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108122026-09-07T14:26:17.591Z[ host-image] Sep 07 14:26:16.542 INFO O| Sep 07 14:26:16.542 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108132026-09-07T14:26:17.591Z[ host-image] Sep 07 14:26:16.542 INFO O| Sep 07 14:26:16.542 INFO copying /tmp/.tmpp1nnmL/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 ...
108142026-09-07T14:26:17.594Z[ host-image] Sep 07 14:26:16.542 INFO O| Sep 07 14:26:16.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108152026-09-07T14:26:17.594Z[ host-image] Sep 07 14:26:16.542 INFO O| Sep 07 14:26:16.542 INFO ok!
108162026-09-07T14:26:17.595Z[ host-image] Sep 07 14:26:16.542 INFO O| Sep 07 14:26:16.542 INFO STEP 124 (ensure_file) COMPLETE
108172026-09-07T14:26:17.595Z[ host-image] Sep 07 14:26:16.542 INFO O| Sep 07 14:26:16.542 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108182026-09-07T14:26:17.602Z[ host-image] Sep 07 14:26:16.553 INFO O| Sep 07 14:26:16.553 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108192026-09-07T14:26:17.602Z[ host-image] Sep 07 14:26:16.553 INFO O| Sep 07 14:26:16.553 INFO copying /tmp/.tmpp1nnmL/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 ...
108202026-09-07T14:26:17.602Z[ host-image] Sep 07 14:26:16.553 INFO O| Sep 07 14:26:16.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
108212026-09-07T14:26:17.605Z[ host-image] Sep 07 14:26:16.553 INFO O| Sep 07 14:26:16.553 INFO ok!
108222026-09-07T14:26:17.605Z[ host-image] Sep 07 14:26:16.553 INFO O| Sep 07 14:26:16.553 INFO STEP 125 (ensure_file) COMPLETE
108232026-09-07T14:26:17.605Z[ host-image] Sep 07 14:26:16.553 INFO O| Sep 07 14:26:16.553 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108242026-09-07T14:26:17.612Z[ host-image] Sep 07 14:26:16.563 INFO O| Sep 07 14:26:16.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108252026-09-07T14:26:17.612Z[ host-image] Sep 07 14:26:16.563 INFO O| Sep 07 14:26:16.563 INFO copying /tmp/.tmpp1nnmL/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 ...
108262026-09-07T14:26:17.612Z[ host-image] Sep 07 14:26:16.563 INFO O| Sep 07 14:26:16.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
108272026-09-07T14:26:17.615Z[ host-image] Sep 07 14:26:16.563 INFO O| Sep 07 14:26:16.563 INFO ok!
108282026-09-07T14:26:17.616Z[ host-image] Sep 07 14:26:16.563 INFO O| Sep 07 14:26:16.563 INFO STEP 126 (ensure_file) COMPLETE
108292026-09-07T14:26:17.616Z[ host-image] Sep 07 14:26:16.563 INFO O| Sep 07 14:26:16.563 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108302026-09-07T14:26:17.623Z[ host-image] Sep 07 14:26:16.574 INFO O| Sep 07 14:26:16.573 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108312026-09-07T14:26:17.623Z[ host-image] Sep 07 14:26:16.574 INFO O| Sep 07 14:26:16.573 INFO copying /tmp/.tmpp1nnmL/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 ...
108322026-09-07T14:26:17.626Z[ host-image] Sep 07 14:26:16.574 INFO O| Sep 07 14:26:16.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
108332026-09-07T14:26:17.626Z[ host-image] Sep 07 14:26:16.574 INFO O| Sep 07 14:26:16.574 INFO ok!
108342026-09-07T14:26:17.626Z[ host-image] Sep 07 14:26:16.574 INFO O| Sep 07 14:26:16.574 INFO STEP 127 (ensure_file) COMPLETE
108352026-09-07T14:26:17.626Z[ host-image] Sep 07 14:26:16.574 INFO O| Sep 07 14:26:16.574 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108362026-09-07T14:26:17.633Z[ host-image] Sep 07 14:26:16.584 INFO O| Sep 07 14:26:16.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108372026-09-07T14:26:17.634Z[ host-image] Sep 07 14:26:16.584 INFO O| Sep 07 14:26:16.584 INFO copying /tmp/.tmpp1nnmL/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 ...
108382026-09-07T14:26:17.637Z[ host-image] Sep 07 14:26:16.584 INFO O| Sep 07 14:26:16.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
108392026-09-07T14:26:17.637Z[ host-image] Sep 07 14:26:16.584 INFO O| Sep 07 14:26:16.584 INFO ok!
108402026-09-07T14:26:17.637Z[ host-image] Sep 07 14:26:16.584 INFO O| Sep 07 14:26:16.584 INFO STEP 128 (ensure_file) COMPLETE
108412026-09-07T14:26:17.637Z[ host-image] Sep 07 14:26:16.584 INFO O| Sep 07 14:26:16.584 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108422026-09-07T14:26:17.644Z[ host-image] Sep 07 14:26:16.594 INFO O| Sep 07 14:26:16.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108432026-09-07T14:26:17.644Z[ host-image] Sep 07 14:26:16.594 INFO O| Sep 07 14:26:16.594 INFO copying /tmp/.tmpp1nnmL/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 ...
108442026-09-07T14:26:17.647Z[ host-image] Sep 07 14:26:16.594 INFO O| Sep 07 14:26:16.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
108452026-09-07T14:26:17.647Z[ host-image] Sep 07 14:26:16.595 INFO O| Sep 07 14:26:16.594 INFO ok!
108462026-09-07T14:26:17.647Z[ host-image] Sep 07 14:26:16.595 INFO O| Sep 07 14:26:16.594 INFO STEP 129 (ensure_file) COMPLETE
108472026-09-07T14:26:17.647Z[ host-image] Sep 07 14:26:16.595 INFO O| Sep 07 14:26:16.594 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108482026-09-07T14:26:17.655Z[ host-image] Sep 07 14:26:16.606 INFO O| Sep 07 14:26:16.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108492026-09-07T14:26:17.655Z[ host-image] Sep 07 14:26:16.606 INFO O| Sep 07 14:26:16.606 INFO copying /tmp/.tmpp1nnmL/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 ...
108502026-09-07T14:26:17.655Z[ host-image] Sep 07 14:26:16.606 INFO O| Sep 07 14:26:16.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
108512026-09-07T14:26:17.659Z[ host-image] Sep 07 14:26:16.606 INFO O| Sep 07 14:26:16.606 INFO ok!
108522026-09-07T14:26:17.659Z[ host-image] Sep 07 14:26:16.606 INFO O| Sep 07 14:26:16.606 INFO STEP 130 (ensure_file) COMPLETE
108532026-09-07T14:26:17.659Z[ host-image] Sep 07 14:26:16.606 INFO O| Sep 07 14:26:16.606 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108542026-09-07T14:26:17.667Z[ host-image] Sep 07 14:26:16.617 INFO O| Sep 07 14:26:16.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108552026-09-07T14:26:17.667Z[ host-image] Sep 07 14:26:16.617 INFO O| Sep 07 14:26:16.617 INFO copying /tmp/.tmpp1nnmL/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 ...
108562026-09-07T14:26:17.667Z[ host-image] Sep 07 14:26:16.617 INFO O| Sep 07 14:26:16.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
108572026-09-07T14:26:17.667Z[ host-image] Sep 07 14:26:16.617 INFO O| Sep 07 14:26:16.617 INFO ok!
108582026-09-07T14:26:17.670Z[ host-image] Sep 07 14:26:16.617 INFO O| Sep 07 14:26:16.617 INFO STEP 131 (ensure_file) COMPLETE
108592026-09-07T14:26:17.670Z[ host-image] Sep 07 14:26:16.617 INFO O| Sep 07 14:26:16.617 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108602026-09-07T14:26:17.677Z[ host-image] Sep 07 14:26:16.628 INFO O| Sep 07 14:26:16.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108612026-09-07T14:26:17.677Z[ host-image] Sep 07 14:26:16.628 INFO O| Sep 07 14:26:16.628 INFO copying /tmp/.tmpp1nnmL/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 ...
108622026-09-07T14:26:17.677Z[ host-image] Sep 07 14:26:16.628 INFO O| Sep 07 14:26:16.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
108632026-09-07T14:26:17.681Z[ host-image] Sep 07 14:26:16.628 INFO O| Sep 07 14:26:16.628 INFO ok!
108642026-09-07T14:26:17.681Z[ host-image] Sep 07 14:26:16.628 INFO O| Sep 07 14:26:16.628 INFO STEP 132 (ensure_file) COMPLETE
108652026-09-07T14:26:17.681Z[ host-image] Sep 07 14:26:16.628 INFO O| Sep 07 14:26:16.628 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108662026-09-07T14:26:17.687Z[ host-image] Sep 07 14:26:16.638 INFO O| Sep 07 14:26:16.638 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108672026-09-07T14:26:17.687Z[ host-image] Sep 07 14:26:16.638 INFO O| Sep 07 14:26:16.638 INFO copying /tmp/.tmpp1nnmL/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 ...
108682026-09-07T14:26:17.691Z[ host-image] Sep 07 14:26:16.638 INFO O| Sep 07 14:26:16.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
108692026-09-07T14:26:17.691Z[ host-image] Sep 07 14:26:16.638 INFO O| Sep 07 14:26:16.638 INFO ok!
108702026-09-07T14:26:17.691Z[ host-image] Sep 07 14:26:16.638 INFO O| Sep 07 14:26:16.638 INFO STEP 133 (ensure_file) COMPLETE
108712026-09-07T14:26:17.691Z[ host-image] Sep 07 14:26:16.638 INFO O| Sep 07 14:26:16.638 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108722026-09-07T14:26:17.698Z[ host-image] Sep 07 14:26:16.648 INFO O| Sep 07 14:26:16.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108732026-09-07T14:26:17.698Z[ host-image] Sep 07 14:26:16.648 INFO O| Sep 07 14:26:16.648 INFO copying /tmp/.tmpp1nnmL/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 ...
108742026-09-07T14:26:17.703Z[ host-image] Sep 07 14:26:16.648 INFO O| Sep 07 14:26:16.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108752026-09-07T14:26:17.703Z[ host-image] Sep 07 14:26:16.648 INFO O| Sep 07 14:26:16.648 INFO ok!
108762026-09-07T14:26:17.703Z[ host-image] Sep 07 14:26:16.649 INFO O| Sep 07 14:26:16.648 INFO STEP 134 (ensure_file) COMPLETE
108772026-09-07T14:26:17.703Z[ host-image] Sep 07 14:26:16.649 INFO O| Sep 07 14:26:16.649 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108782026-09-07T14:26:17.708Z[ host-image] Sep 07 14:26:16.658 INFO O| Sep 07 14:26:16.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108792026-09-07T14:26:17.712Z[ host-image] Sep 07 14:26:16.658 INFO O| Sep 07 14:26:16.658 INFO copying /tmp/.tmpp1nnmL/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 ...
108802026-09-07T14:26:17.713Z[ host-image] Sep 07 14:26:16.658 INFO O| Sep 07 14:26:16.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108812026-09-07T14:26:17.713Z[ host-image] Sep 07 14:26:16.658 INFO O| Sep 07 14:26:16.658 INFO ok!
108822026-09-07T14:26:17.713Z[ host-image] Sep 07 14:26:16.658 INFO O| Sep 07 14:26:16.658 INFO STEP 135 (ensure_file) COMPLETE
108832026-09-07T14:26:17.713Z[ host-image] Sep 07 14:26:16.658 INFO O| Sep 07 14:26:16.658 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108842026-09-07T14:26:17.716Z[ host-image] Sep 07 14:26:16.667 INFO O| Sep 07 14:26:16.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108852026-09-07T14:26:17.717Z[ host-image] Sep 07 14:26:16.667 INFO O| Sep 07 14:26:16.667 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
108862026-09-07T14:26:17.717Z[ host-image] Sep 07 14:26:16.667 INFO O| Sep 07 14:26:16.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108872026-09-07T14:26:17.720Z[ host-image] Sep 07 14:26:16.667 INFO O| Sep 07 14:26:16.667 INFO ok!
108882026-09-07T14:26:17.720Z[ host-image] Sep 07 14:26:16.667 INFO O| Sep 07 14:26:16.667 INFO STEP 136 (ensure_file) COMPLETE
108892026-09-07T14:26:17.720Z[ host-image] Sep 07 14:26:16.667 INFO O| Sep 07 14:26:16.667 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108902026-09-07T14:26:17.725Z[ host-image] Sep 07 14:26:16.676 INFO O| Sep 07 14:26:16.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108912026-09-07T14:26:17.725Z[ host-image] Sep 07 14:26:16.676 INFO O| Sep 07 14:26:16.676 INFO copying /tmp/.tmpp1nnmL/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 ...
108922026-09-07T14:26:17.728Z[ host-image] Sep 07 14:26:16.676 INFO O| Sep 07 14:26:16.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108932026-09-07T14:26:17.728Z[ host-image] Sep 07 14:26:16.676 INFO O| Sep 07 14:26:16.676 INFO ok!
108942026-09-07T14:26:17.728Z[ host-image] Sep 07 14:26:16.676 INFO O| Sep 07 14:26:16.676 INFO STEP 137 (ensure_file) COMPLETE
108952026-09-07T14:26:17.728Z[ host-image] Sep 07 14:26:16.676 INFO O| Sep 07 14:26:16.676 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108962026-09-07T14:26:17.733Z[ host-image] Sep 07 14:26:16.684 INFO O| Sep 07 14:26:16.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108972026-09-07T14:26:17.733Z[ host-image] Sep 07 14:26:16.684 INFO O| Sep 07 14:26:16.684 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108982026-09-07T14:26:17.736Z[ host-image] Sep 07 14:26:16.684 INFO O| Sep 07 14:26:16.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108992026-09-07T14:26:17.736Z[ host-image] Sep 07 14:26:16.684 INFO O| Sep 07 14:26:16.684 INFO ok!
109002026-09-07T14:26:17.736Z[ host-image] Sep 07 14:26:16.684 INFO O| Sep 07 14:26:16.684 INFO STEP 138 (ensure_file) COMPLETE
109012026-09-07T14:26:17.736Z[ host-image] Sep 07 14:26:16.684 INFO O| Sep 07 14:26:16.684 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109022026-09-07T14:26:17.741Z[ host-image] Sep 07 14:26:16.692 INFO O| Sep 07 14:26:16.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109032026-09-07T14:26:17.741Z[ host-image] Sep 07 14:26:16.692 INFO O| Sep 07 14:26:16.692 INFO copying /tmp/.tmpp1nnmL/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109042026-09-07T14:26:18.007Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
109052026-09-07T14:26:26.387Z[ host-image] Sep 07 14:26:25.337 INFO O| Sep 07 14:26:25.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109062026-09-07T14:26:26.387Z[ host-image] Sep 07 14:26:25.337 INFO O| Sep 07 14:26:25.337 INFO ok!
109072026-09-07T14:26:26.390Z[ host-image] Sep 07 14:26:25.337 INFO O| Sep 07 14:26:25.337 INFO STEP 139 (ensure_file) COMPLETE
109082026-09-07T14:26:26.390Z[ host-image] Sep 07 14:26:25.337 INFO O| Sep 07 14:26:25.337 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109092026-09-07T14:26:26.395Z[ host-image] Sep 07 14:26:25.346 INFO O| Sep 07 14:26:25.346 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109102026-09-07T14:26:26.395Z[ host-image] Sep 07 14:26:25.346 INFO O| Sep 07 14:26:25.346 INFO STEP 140 (ensure_dir) COMPLETE
109112026-09-07T14:26:26.398Z[ host-image] Sep 07 14:26:25.346 INFO O| Sep 07 14:26:25.346 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109122026-09-07T14:26:26.404Z[ host-image] Sep 07 14:26:25.355 INFO O| Sep 07 14:26:25.355 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109132026-09-07T14:26:26.405Z[ host-image] Sep 07 14:26:25.355 INFO O| Sep 07 14:26:25.355 INFO STEP 141 (ensure_dir) COMPLETE
109142026-09-07T14:26:26.407Z[ host-image] Sep 07 14:26:25.355 INFO O| Sep 07 14:26:25.355 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109152026-09-07T14:26:26.412Z[ host-image] Sep 07 14:26:25.363 INFO O| Sep 07 14:26:25.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109162026-09-07T14:26:26.415Z[ host-image] Sep 07 14:26:25.363 INFO O| Sep 07 14:26:25.363 INFO STEP 142 (ensure_dir) COMPLETE
109172026-09-07T14:26:26.415Z[ host-image] Sep 07 14:26:25.363 INFO O| Sep 07 14:26:25.363 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109182026-09-07T14:26:26.422Z[ host-image] Sep 07 14:26:25.372 INFO O| Sep 07 14:26:25.372 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109192026-09-07T14:26:26.422Z[ host-image] Sep 07 14:26:25.372 INFO O| Sep 07 14:26:25.372 INFO STEP 143 (ensure_dir) COMPLETE
109202026-09-07T14:26:26.427Z[ host-image] Sep 07 14:26:25.372 INFO O| Sep 07 14:26:25.372 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109212026-09-07T14:26:26.430Z[ host-image] Sep 07 14:26:25.381 INFO O| Sep 07 14:26:25.381 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109222026-09-07T14:26:26.430Z[ host-image] Sep 07 14:26:25.381 INFO O| Sep 07 14:26:25.381 INFO copying /tmp/.tmpp1nnmL/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 ...
109232026-09-07T14:26:26.430Z[ host-image] Sep 07 14:26:25.381 INFO O| Sep 07 14:26:25.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109242026-09-07T14:26:26.430Z[ host-image] Sep 07 14:26:25.381 INFO O| Sep 07 14:26:25.381 INFO ok!
109252026-09-07T14:26:26.430Z[ host-image] Sep 07 14:26:25.381 INFO O| Sep 07 14:26:25.381 INFO STEP 144 (ensure_file) COMPLETE
109262026-09-07T14:26:26.430Z[ host-image] Sep 07 14:26:25.381 INFO O| Sep 07 14:26:25.381 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109272026-09-07T14:26:26.438Z[ host-image] Sep 07 14:26:25.389 INFO O| Sep 07 14:26:25.389 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109282026-09-07T14:26:26.438Z[ host-image] Sep 07 14:26:25.389 INFO O| Sep 07 14:26:25.389 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109292026-09-07T14:26:26.438Z[ host-image] Sep 07 14:26:25.389 INFO O| Sep 07 14:26:25.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109302026-09-07T14:26:26.441Z[ host-image] Sep 07 14:26:25.389 INFO O| Sep 07 14:26:25.389 INFO STEP 145 (ensure_dir) COMPLETE
109312026-09-07T14:26:26.441Z[ host-image] Sep 07 14:26:25.389 INFO O| Sep 07 14:26:25.389 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109322026-09-07T14:26:26.447Z[ host-image] Sep 07 14:26:25.398 INFO O| Sep 07 14:26:25.398 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109332026-09-07T14:26:26.447Z[ host-image] Sep 07 14:26:25.398 INFO O| Sep 07 14:26:25.398 INFO copying /tmp/.tmpp1nnmL/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109342026-09-07T14:26:26.450Z[ host-image] Sep 07 14:26:25.398 INFO O| Sep 07 14:26:25.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109352026-09-07T14:26:26.450Z[ host-image] Sep 07 14:26:25.398 INFO O| Sep 07 14:26:25.398 INFO ok!
109362026-09-07T14:26:26.450Z[ host-image] Sep 07 14:26:25.398 INFO O| Sep 07 14:26:25.398 INFO STEP 146 (ensure_file) COMPLETE
109372026-09-07T14:26:26.450Z[ host-image] Sep 07 14:26:25.398 INFO O| Sep 07 14:26:25.398 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109382026-09-07T14:26:26.455Z[ host-image] Sep 07 14:26:25.406 INFO O| Sep 07 14:26:25.406 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109392026-09-07T14:26:26.458Z[ host-image] Sep 07 14:26:25.406 INFO O| Sep 07 14:26:25.406 INFO STEP 147 (remove_files) COMPLETE
109402026-09-07T14:26:26.459Z[ host-image] Sep 07 14:26:25.406 INFO O| Sep 07 14:26:25.406 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109412026-09-07T14:26:26.464Z[ host-image] Sep 07 14:26:25.415 INFO O| Sep 07 14:26:25.415 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109422026-09-07T14:26:26.467Z[ host-image] Sep 07 14:26:25.415 INFO O| Sep 07 14:26:25.415 INFO STEP 148 (remove_files) COMPLETE
109432026-09-07T14:26:26.467Z[ host-image] Sep 07 14:26:25.415 INFO O| Sep 07 14:26:25.415 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109442026-09-07T14:26:26.472Z[ host-image] Sep 07 14:26:25.423 INFO O| Sep 07 14:26:25.423 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109452026-09-07T14:26:26.475Z[ host-image] Sep 07 14:26:25.423 INFO O| Sep 07 14:26:25.423 INFO STEP 149 (remove_files) COMPLETE
109462026-09-07T14:26:26.475Z[ host-image] Sep 07 14:26:25.423 INFO O| Sep 07 14:26:25.423 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109472026-09-07T14:26:26.480Z[ host-image] Sep 07 14:26:25.431 INFO O| Sep 07 14:26:25.431 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109482026-09-07T14:26:26.483Z[ host-image] Sep 07 14:26:25.431 INFO O| Sep 07 14:26:25.431 INFO STEP 150 (remove_files) COMPLETE
109492026-09-07T14:26:26.483Z[ host-image] Sep 07 14:26:25.431 INFO O| Sep 07 14:26:25.431 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109502026-09-07T14:26:26.488Z[ host-image] Sep 07 14:26:25.439 INFO O| Sep 07 14:26:25.439 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109512026-09-07T14:26:26.491Z[ host-image] Sep 07 14:26:25.439 INFO O| Sep 07 14:26:25.439 INFO STEP 151 (remove_files) COMPLETE
109522026-09-07T14:26:26.491Z[ host-image] Sep 07 14:26:25.439 INFO O| Sep 07 14:26:25.439 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109532026-09-07T14:26:26.495Z[ host-image] Sep 07 14:26:25.446 INFO O| Sep 07 14:26:25.446 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109542026-09-07T14:26:26.498Z[ host-image] Sep 07 14:26:25.446 INFO O| Sep 07 14:26:25.446 INFO STEP 152 (remove_files) COMPLETE
109552026-09-07T14:26:26.498Z[ host-image] Sep 07 14:26:25.446 INFO O| Sep 07 14:26:25.446 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109562026-09-07T14:26:26.503Z[ host-image] Sep 07 14:26:25.454 INFO O| Sep 07 14:26:25.454 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109572026-09-07T14:26:26.506Z[ host-image] Sep 07 14:26:25.454 INFO O| Sep 07 14:26:25.454 INFO STEP 153 (remove_files) COMPLETE
109582026-09-07T14:26:26.506Z[ host-image] Sep 07 14:26:25.454 INFO O| Sep 07 14:26:25.454 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109592026-09-07T14:26:26.510Z[ host-image] Sep 07 14:26:25.461 INFO O| Sep 07 14:26:25.461 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109602026-09-07T14:26:26.513Z[ host-image] Sep 07 14:26:25.461 INFO O| Sep 07 14:26:25.461 INFO STEP 154 (remove_files) COMPLETE
109612026-09-07T14:26:26.513Z[ host-image] Sep 07 14:26:25.461 INFO O| Sep 07 14:26:25.461 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109622026-09-07T14:26:26.519Z[ host-image] Sep 07 14:26:25.470 INFO O| Sep 07 14:26:25.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109632026-09-07T14:26:26.520Z[ host-image] Sep 07 14:26:25.470 INFO O| Sep 07 14:26:25.470 INFO STEP 155 (remove_files) COMPLETE
109642026-09-07T14:26:26.520Z[ host-image] Sep 07 14:26:25.470 INFO O| Sep 07 14:26:25.470 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109652026-09-07T14:26:26.526Z[ host-image] Sep 07 14:26:25.477 INFO O| Sep 07 14:26:25.477 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109662026-09-07T14:26:26.529Z[ host-image] Sep 07 14:26:25.477 INFO O| Sep 07 14:26:25.477 INFO STEP 156 (remove_files) COMPLETE
109672026-09-07T14:26:26.529Z[ host-image] Sep 07 14:26:25.477 INFO O| Sep 07 14:26:25.477 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109682026-09-07T14:26:26.533Z[ host-image] Sep 07 14:26:25.484 INFO O| Sep 07 14:26:25.484 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109692026-09-07T14:26:26.534Z[ host-image] Sep 07 14:26:25.484 INFO O| Sep 07 14:26:25.484 INFO STEP 157 (remove_files) COMPLETE
109702026-09-07T14:26:26.536Z[ host-image] Sep 07 14:26:25.484 INFO O| Sep 07 14:26:25.484 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109712026-09-07T14:26:26.541Z[ host-image] Sep 07 14:26:25.492 INFO O| Sep 07 14:26:25.492 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109722026-09-07T14:26:26.541Z[ host-image] Sep 07 14:26:25.492 INFO O| Sep 07 14:26:25.492 INFO STEP 158 (remove_files) COMPLETE
109732026-09-07T14:26:26.541Z[ host-image] Sep 07 14:26:25.492 INFO O| Sep 07 14:26:25.492 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109742026-09-07T14:26:26.549Z[ host-image] Sep 07 14:26:25.499 INFO O| Sep 07 14:26:25.499 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109752026-09-07T14:26:26.552Z[ host-image] Sep 07 14:26:25.499 INFO O| Sep 07 14:26:25.499 INFO STEP 159 (remove_files) COMPLETE
109762026-09-07T14:26:26.552Z[ host-image] Sep 07 14:26:25.499 INFO O| Sep 07 14:26:25.499 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109772026-09-07T14:26:26.559Z[ host-image] Sep 07 14:26:25.509 INFO O| Sep 07 14:26:25.509 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109782026-09-07T14:26:26.559Z[ host-image] Sep 07 14:26:25.509 INFO O| Sep 07 14:26:25.509 INFO STEP 160 (remove_files) COMPLETE
109792026-09-07T14:26:26.562Z[ host-image] Sep 07 14:26:25.509 INFO O| Sep 07 14:26:25.509 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109802026-09-07T14:26:26.567Z[ host-image] Sep 07 14:26:25.517 INFO O| Sep 07 14:26:25.517 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109812026-09-07T14:26:26.567Z[ host-image] Sep 07 14:26:25.518 INFO O| Sep 07 14:26:25.518 INFO STEP 161 (remove_files) COMPLETE
109822026-09-07T14:26:26.570Z[ host-image] Sep 07 14:26:25.518 INFO O| Sep 07 14:26:25.518 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109832026-09-07T14:26:26.576Z[ host-image] Sep 07 14:26:25.527 INFO O| Sep 07 14:26:25.527 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109842026-09-07T14:26:26.576Z[ host-image] Sep 07 14:26:25.527 INFO O| Sep 07 14:26:25.527 INFO STEP 162 (remove_files) COMPLETE
109852026-09-07T14:26:26.579Z[ host-image] Sep 07 14:26:25.527 INFO O| Sep 07 14:26:25.527 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109862026-09-07T14:26:26.585Z[ host-image] Sep 07 14:26:25.535 INFO O| Sep 07 14:26:25.535 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109872026-09-07T14:26:26.588Z[ host-image] Sep 07 14:26:25.535 INFO O| Sep 07 14:26:25.535 INFO STEP 163 (remove_files) COMPLETE
109882026-09-07T14:26:26.588Z[ host-image] Sep 07 14:26:25.535 INFO O| Sep 07 14:26:25.535 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109892026-09-07T14:26:26.592Z[ host-image] Sep 07 14:26:25.543 INFO O| Sep 07 14:26:25.543 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109902026-09-07T14:26:26.592Z[ host-image] Sep 07 14:26:25.543 INFO O| Sep 07 14:26:25.543 INFO STEP 164 (remove_files) COMPLETE
109912026-09-07T14:26:26.592Z[ host-image] Sep 07 14:26:25.543 INFO O| Sep 07 14:26:25.543 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109922026-09-07T14:26:26.602Z[ host-image] Sep 07 14:26:25.552 INFO O| Sep 07 14:26:25.552 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109932026-09-07T14:26:26.602Z[ host-image] Sep 07 14:26:25.552 INFO O| Sep 07 14:26:25.552 INFO STEP 165 (remove_files) COMPLETE
109942026-09-07T14:26:26.605Z[ host-image] Sep 07 14:26:25.552 INFO O| Sep 07 14:26:25.552 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109952026-09-07T14:26:26.610Z[ host-image] Sep 07 14:26:25.560 INFO O| Sep 07 14:26:25.560 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109962026-09-07T14:26:26.610Z[ host-image] Sep 07 14:26:25.561 INFO O| Sep 07 14:26:25.561 INFO STEP 166 (remove_files) COMPLETE
109972026-09-07T14:26:26.613Z[ host-image] Sep 07 14:26:25.561 INFO O| Sep 07 14:26:25.561 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109982026-09-07T14:26:26.617Z[ host-image] Sep 07 14:26:25.568 INFO O| Sep 07 14:26:25.568 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109992026-09-07T14:26:26.620Z[ host-image] Sep 07 14:26:25.568 INFO O| Sep 07 14:26:25.568 INFO STEP 167 (remove_files) COMPLETE
110002026-09-07T14:26:26.620Z[ host-image] Sep 07 14:26:25.568 INFO O| Sep 07 14:26:25.568 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110012026-09-07T14:26:26.628Z[ host-image] Sep 07 14:26:25.579 INFO O| Sep 07 14:26:25.579 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
110022026-09-07T14:26:26.631Z[ host-image] Sep 07 14:26:25.579 INFO O| Sep 07 14:26:25.579 INFO STEP 168 (remove_files) COMPLETE
110032026-09-07T14:26:26.631Z[ host-image] Sep 07 14:26:25.579 INFO O| Sep 07 14:26:25.579 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110042026-09-07T14:26:26.637Z[ host-image] Sep 07 14:26:25.588 INFO O| Sep 07 14:26:25.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110052026-09-07T14:26:26.637Z[ host-image] Sep 07 14:26:25.588 INFO O| Sep 07 14:26:25.588 INFO STEP 169 (remove_files) COMPLETE
110062026-09-07T14:26:26.640Z[ host-image] Sep 07 14:26:25.588 INFO O| Sep 07 14:26:25.588 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110072026-09-07T14:26:26.645Z[ host-image] Sep 07 14:26:25.596 INFO O| Sep 07 14:26:25.596 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110082026-09-07T14:26:26.648Z[ host-image] Sep 07 14:26:25.596 INFO O| Sep 07 14:26:25.596 INFO STEP 170 (remove_files) COMPLETE
110092026-09-07T14:26:26.648Z[ host-image] Sep 07 14:26:25.596 INFO O| Sep 07 14:26:25.596 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110102026-09-07T14:26:26.653Z[ host-image] Sep 07 14:26:25.604 INFO O| Sep 07 14:26:25.604 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110112026-09-07T14:26:26.653Z[ host-image] Sep 07 14:26:25.604 INFO O| Sep 07 14:26:25.604 INFO STEP 171 (remove_files) COMPLETE
110122026-09-07T14:26:26.656Z[ host-image] Sep 07 14:26:25.604 INFO O| Sep 07 14:26:25.604 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110132026-09-07T14:26:26.664Z[ host-image] Sep 07 14:26:25.615 INFO O| Sep 07 14:26:25.615 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110142026-09-07T14:26:26.664Z[ host-image] Sep 07 14:26:25.615 INFO O| Sep 07 14:26:25.615 INFO STEP 172 (remove_files) COMPLETE
110152026-09-07T14:26:26.664Z[ host-image] Sep 07 14:26:25.615 INFO O| Sep 07 14:26:25.615 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110162026-09-07T14:26:26.673Z[ host-image] Sep 07 14:26:25.624 INFO O| Sep 07 14:26:25.624 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110172026-09-07T14:26:26.674Z[ host-image] Sep 07 14:26:25.624 INFO O| Sep 07 14:26:25.624 INFO STEP 173 (remove_files) COMPLETE
110182026-09-07T14:26:26.674Z[ host-image] Sep 07 14:26:25.624 INFO O| Sep 07 14:26:25.624 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110192026-09-07T14:26:26.683Z[ host-image] Sep 07 14:26:25.633 INFO O| Sep 07 14:26:25.633 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110202026-09-07T14:26:26.683Z[ host-image] Sep 07 14:26:25.633 INFO O| Sep 07 14:26:25.633 INFO STEP 174 (remove_files) COMPLETE
110212026-09-07T14:26:26.686Z[ host-image] Sep 07 14:26:25.633 INFO O| Sep 07 14:26:25.633 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110222026-09-07T14:26:26.692Z[ host-image] Sep 07 14:26:25.643 INFO O| Sep 07 14:26:25.643 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110232026-09-07T14:26:26.692Z[ host-image] Sep 07 14:26:25.643 INFO O| Sep 07 14:26:25.643 INFO STEP 175 (remove_files) COMPLETE
110242026-09-07T14:26:26.692Z[ host-image] Sep 07 14:26:25.643 INFO O| Sep 07 14:26:25.643 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110252026-09-07T14:26:26.704Z[ host-image] Sep 07 14:26:25.655 INFO O| Sep 07 14:26:25.654 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110262026-09-07T14:26:26.704Z[ host-image] Sep 07 14:26:25.655 INFO O| Sep 07 14:26:25.655 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
110272026-09-07T14:26:29.488Z[ host-image] Sep 07 14:26:28.438 INFO O| Sep 07 14:26:28.438 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
110282026-09-07T14:26:29.488Z[ host-image] Sep 07 14:26:28.438 INFO O| Sep 07 14:26:28.438 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110292026-09-07T14:26:29.499Z[ host-image] Sep 07 14:26:28.449 INFO O| Sep 07 14:26:28.449 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110302026-09-07T14:26:29.597Z[ host-image] Sep 07 14:26:28.548 INFO O| Sep 07 14:26:28.547 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110312026-09-07T14:26:29.655Z[ host-image] Sep 07 14:26:28.605 INFO O| Sep 07 14:26:28.605 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
110322026-09-07T14:26:29.720Z[ host-image] Sep 07 14:26:28.670 INFO O| Sep 07 14:26:28.670 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110332026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.670 INFO O| Sep 07 14:26:28.670 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110342026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.672 INFO O| Sep 07 14:26:28.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110352026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.672 INFO O| Sep 07 14:26:28.672 INFO ok!
110362026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.672 INFO O| Sep 07 14:26:28.672 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110372026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.672 INFO O| Sep 07 14:26:28.672 INFO STEP 176 (seed_smf) COMPLETE
110382026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.672 INFO O| Sep 07 14:26:28.672 INFO steps complete; finalising image!
110392026-09-07T14:26:29.723Z[ host-image] Sep 07 14:26:28.672 INFO O| Sep 07 14:26:28.672 INFO TRIM POOL: TEMPORARY-sled-zfs
110402026-09-07T14:26:29.816Z[ host-image] Sep 07 14:26:28.766 INFO O| Sep 07 14:26:28.766 INFO trim TEMPORARY-sled-zfs: (31% trimmed, started at Mon Sep 7 14:26:28 2026)
110412026-09-07T14:26:30.033Z[ host-image] Sep 07 14:26:28.983 INFO O| Sep 07 14:26:28.983 INFO temporary pool has 706M used, 318M avail, 1.92x compressratio
110422026-09-07T14:26:30.033Z[ host-image] Sep 07 14:26:28.983 INFO O| Sep 07 14:26:28.983 INFO EXPORT POOL: TEMPORARY-sled-zfs
110432026-09-07T14:26:30.358Z[ host-image] Sep 07 14:26:29.308 INFO O| Sep 07 14:26:29.308 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110442026-09-07T14:26:30.358Z[ host-image] Sep 07 14:26:29.308 INFO O| Sep 07 14:26:29.308 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110452026-09-07T14:26:31.358Z[ host-image] Sep 07 14:26:30.308 INFO O| Sep 07 14:26:30.308 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110462026-09-07T14:26:31.358Z[ host-image] Sep 07 14:26:30.308 INFO O| Sep 07 14:26:30.308 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110472026-09-07T14:26:31.358Z[ host-image] Sep 07 14:26:30.308 INFO O| Sep 07 14:26:30.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110482026-09-07T14:26:31.361Z[ host-image] Sep 07 14:26:30.308 INFO O| Sep 07 14:26:30.308 INFO completed processing sled/zfs
110492026-09-07T14:26:31.361Z[ host-image] Sep 07 14:26:30.308 INFO O| Sep 07 14:26:30.308 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110502026-09-07T14:26:35.631Z[ recovery-image] Sep 07 14:26:34.581 INFO O| ok, image written!
110512026-09-07T14:26:35.631Z[ recovery-image] Sep 07 14:26:34.581 INFO O| ok, boot_image_csum file written!
110522026-09-07T14:26:35.634Z[ recovery-image] Sep 07 14:26:34.583 INFO creating boot archive (CPIO)...
110532026-09-07T14:26:35.634Z[ recovery-image] Sep 07 14:26:34.583 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
110542026-09-07T14:26:35.637Z[ recovery-image] Sep 07 14:26:34.587 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110552026-09-07T14:26:35.637Z[ recovery-image] Sep 07 14:26:34.587 INFO E| + outfile=/work/os-recovery/cpio
110562026-09-07T14:26:35.637Z[ recovery-image] Sep 07 14:26:34.587 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110572026-09-07T14:26:35.640Z[ recovery-image] Sep 07 14:26:34.589 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110582026-09-07T14:26:35.640Z[ recovery-image] Sep 07 14:26:34.589 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110592026-09-07T14:26:35.664Z[ recovery-image] Sep 07 14:26:34.614 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110602026-09-07T14:26:35.664Z[ recovery-image] Sep 07 14:26:34.614 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110612026-09-07T14:26:35.669Z[ recovery-image] Sep 07 14:26:34.620 INFO creating compressed cpio/unix for dev loaders...
110622026-09-07T14:26:35.669Z[ recovery-image] Sep 07 14:26:34.620 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
110632026-09-07T14:26:35.893Z[ recovery-image] Sep 07 14:26:34.843 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110642026-09-07T14:26:39.127Z[ recovery-image] Sep 07 14:26:38.077 INFO creating reset image...
110652026-09-07T14:26:39.127Z[ recovery-image] Sep 07 14:26:38.077 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")
110662026-09-07T14:26:39.345Z[ recovery-image] Sep 07 14:26:38.288 INFO E| Updating crates.io index
110672026-09-07T14:26:39.640Z[ recovery-image] Sep 07 14:26:38.591 INFO E| Downloading crates ...
110682026-09-07T14:26:39.678Z[ recovery-image] Sep 07 14:26:38.629 INFO E| Downloaded colorchoice v1.0.5
110692026-09-07T14:26:39.681Z[ recovery-image] Sep 07 14:26:38.631 INFO E| Downloaded shared_child v1.1.1
110702026-09-07T14:26:39.681Z[ recovery-image] Sep 07 14:26:38.632 INFO E| Downloaded clap_lex v1.1.0
110712026-09-07T14:26:39.684Z[ recovery-image] Sep 07 14:26:38.635 INFO E| Downloaded shared_thread v0.2.0
110722026-09-07T14:26:39.687Z[ recovery-image] Sep 07 14:26:38.637 INFO E| Downloaded duct v1.1.1
110732026-09-07T14:26:39.688Z[ recovery-image] Sep 07 14:26:38.638 INFO E| Downloaded sigchld v0.2.4
110742026-09-07T14:26:39.690Z[ recovery-image] Sep 07 14:26:38.639 INFO E| Downloaded os_pipe v1.2.3
110752026-09-07T14:26:39.722Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling libc v0.2.186
110762026-09-07T14:26:39.722Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling proc-macro2 v1.0.106
110772026-09-07T14:26:39.722Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling unicode-ident v1.0.24
110782026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling quote v1.0.45
110792026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling signal-hook v0.3.18
110802026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling utf8parse v0.2.2
110812026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.672 INFO E| Compiling colorchoice v1.0.5
110822026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling anstyle-query v1.1.5
110832026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling anstyle v1.0.14
110842026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling is_terminal_polyfill v1.70.2
110852026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling clap_lex v1.1.0
110862026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling strsim v0.11.1
110872026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling heck v0.5.0
110882026-09-07T14:26:39.725Z[ recovery-image] Sep 07 14:26:38.673 INFO E| Compiling shared_thread v0.2.0
110892026-09-07T14:26:39.842Z[ recovery-image] Sep 07 14:26:38.792 INFO E| Compiling anstyle-parse v1.0.0
110902026-09-07T14:26:39.989Z[ recovery-image] Sep 07 14:26:38.940 INFO E| Compiling anstream v1.0.0
110912026-09-07T14:26:40.170Z[ recovery-image] Sep 07 14:26:39.120 INFO E| Compiling clap_builder v4.6.0
110922026-09-07T14:26:40.400Z[ recovery-image] Sep 07 14:26:39.350 INFO E| Compiling errno v0.3.14
110932026-09-07T14:26:40.400Z[ recovery-image] Sep 07 14:26:39.351 INFO E| Compiling os_pipe v1.2.3
110942026-09-07T14:26:40.486Z[ recovery-image] Sep 07 14:26:39.436 INFO E| Compiling signal-hook-registry v1.4.8
110952026-09-07T14:26:40.698Z[ recovery-image] Sep 07 14:26:39.648 INFO E| Compiling syn v2.0.117
110962026-09-07T14:26:40.731Z[ recovery-image] Sep 07 14:26:39.681 INFO E| Compiling sigchld v0.2.4
110972026-09-07T14:26:40.819Z[ recovery-image] Sep 07 14:26:39.769 INFO E| Compiling shared_child v1.1.1
110982026-09-07T14:26:40.925Z[ recovery-image] Sep 07 14:26:39.875 INFO E| Compiling duct v1.1.1
110992026-09-07T14:26:41.610Z[ host-image] Sep 07 14:26:40.560 INFO O| Sep 07 14:26:40.560 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111002026-09-07T14:26:41.698Z[ host-image] Sep 07 14:26:40.648 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
111012026-09-07T14:26:41.698Z[ host-image] Sep 07 14:26:40.648 INFO expanded image name: "ci 9c66fa5/${os_short_commit} 2026-09-07 14:11" -> "ci 9c66fa5/0e29ea8 2026-09-07 14:11"
111022026-09-07T14:26:41.701Z[ host-image] Sep 07 14:26:40.648 INFO output artefacts stored in: "/work/os-host"
111032026-09-07T14:26:41.702Z[ host-image] Sep 07 14:26:40.649 INFO collecting git info from project "pinprick"...
111042026-09-07T14:26:41.704Z[ host-image] Sep 07 14:26:40.654 INFO collecting git info from project "image-builder"...
111052026-09-07T14:26:41.708Z[ host-image] Sep 07 14:26:40.658 INFO collecting git info from project "amd-firmware"...
111062026-09-07T14:26:41.717Z[ host-image] Sep 07 14:26:40.668 INFO collecting git info from project "chelsio-t6-roms"...
111072026-09-07T14:26:41.721Z[ host-image] Sep 07 14:26:40.672 INFO collecting git info from project "dmar-report"...
111082026-09-07T14:26:41.724Z[ host-image] Sep 07 14:26:40.675 INFO collecting git info from project "phbl"...
111092026-09-07T14:26:41.728Z[ host-image] Sep 07 14:26:40.679 INFO collecting git info from project "bootserver"...
111102026-09-07T14:26:41.731Z[ host-image] Sep 07 14:26:40.682 INFO collecting git info from project "amd-host-image-builder"...
111112026-09-07T14:26:41.736Z[ host-image] Sep 07 14:26:40.687 INFO collecting git info from project "pilot"...
111122026-09-07T14:26:41.740Z[ host-image] Sep 07 14:26:40.691 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111132026-09-07T14:26:42.051Z[ host-image] Sep 07 14:26:41.001 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111142026-09-07T14:26:42.345Z[ host-image] Sep 07 14:26:41.296 INFO creating Oxide boot image...
111152026-09-07T14:26:42.345Z[ host-image] Sep 07 14:26:41.296 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9c66fa5/0e29ea8 2026-09-07 14:11", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111162026-09-07T14:26:42.579Z[ recovery-image] Sep 07 14:26:41.530 INFO E| Compiling clap_derive v4.6.1
111172026-09-07T14:26:43.112Z[ host-image] Sep 07 14:26:42.063 INFO O| ok, image written!
111182026-09-07T14:26:43.112Z[ host-image] Sep 07 14:26:42.063 INFO O| ok, boot_image_csum file written!
111192026-09-07T14:26:43.115Z[ host-image] Sep 07 14:26:42.065 INFO creating boot archive (CPIO)...
111202026-09-07T14:26:43.115Z[ host-image] Sep 07 14:26:42.065 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
111212026-09-07T14:26:43.118Z[ host-image] Sep 07 14:26:42.068 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111222026-09-07T14:26:43.118Z[ host-image] Sep 07 14:26:42.068 INFO E| + outfile=/work/os-host/cpio
111232026-09-07T14:26:43.118Z[ host-image] Sep 07 14:26:42.068 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111242026-09-07T14:26:43.121Z[ host-image] Sep 07 14:26:42.070 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111252026-09-07T14:26:43.121Z[ host-image] Sep 07 14:26:42.070 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111262026-09-07T14:26:43.145Z[ host-image] Sep 07 14:26:42.095 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111272026-09-07T14:26:43.148Z[ host-image] Sep 07 14:26:42.095 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111282026-09-07T14:26:43.151Z[ host-image] Sep 07 14:26:42.101 INFO creating compressed cpio/unix for dev loaders...
111292026-09-07T14:26:43.151Z[ host-image] Sep 07 14:26:42.101 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
111302026-09-07T14:26:43.375Z[ host-image] Sep 07 14:26:42.326 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111312026-09-07T14:26:43.753Z[ recovery-image] Sep 07 14:26:42.703 INFO E| Compiling clap v4.6.1
111322026-09-07T14:26:43.807Z[ recovery-image] Sep 07 14:26:42.757 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111332026-09-07T14:26:44.591Z[ recovery-image] Sep 07 14:26:43.541 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
111342026-09-07T14:26:44.596Z[ recovery-image] Sep 07 14:26:43.547 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111352026-09-07T14:26:44.787Z[ recovery-image] Sep 07 14:26:43.738 INFO E| Downloading crates ...
111362026-09-07T14:26:44.844Z[ recovery-image] Sep 07 14:26:43.793 INFO E| Downloaded log v0.4.32
111372026-09-07T14:26:44.847Z[ recovery-image] Sep 07 14:26:43.795 INFO E| Downloaded miniz_oxide v0.9.1
111382026-09-07T14:26:44.847Z[ recovery-image] Sep 07 14:26:43.797 INFO E| Downloaded bit_field v0.10.3
111392026-09-07T14:26:44.847Z[ recovery-image] Sep 07 14:26:43.797 INFO E| Downloaded bitstruct v0.1.1
111402026-09-07T14:26:44.850Z[ recovery-image] Sep 07 14:26:43.798 INFO E| Downloaded cpio_reader v0.1.2
111412026-09-07T14:26:44.850Z[ recovery-image] Sep 07 14:26:43.800 INFO E| Downloaded bitstruct_derive v0.1.0
111422026-09-07T14:26:44.858Z[ recovery-image] Sep 07 14:26:43.809 INFO E| Downloaded bitflags v2.13.0
111432026-09-07T14:26:44.869Z[ recovery-image] Sep 07 14:26:43.820 INFO E| Downloaded raw-cpuid v10.7.0
111442026-09-07T14:26:44.893Z[ recovery-image] Sep 07 14:26:43.843 INFO E| Downloaded goblin v0.10.7
111452026-09-07T14:26:44.994Z[ recovery-image] Sep 07 14:26:43.944 INFO E| Downloaded x86 v0.52.0
111462026-09-07T14:26:45.035Z[ recovery-image] Sep 07 14:26:43.985 INFO E| Updating crates.io index
111472026-09-07T14:26:45.077Z[ recovery-image] Sep 07 14:26:44.028 INFO E| Downloading crates ...
111482026-09-07T14:26:45.098Z[ recovery-image] Sep 07 14:26:44.048 INFO E| Downloaded hashbrown v0.17.1
111492026-09-07T14:26:45.101Z[ recovery-image] Sep 07 14:26:44.052 INFO E| Downloaded rustc-literal-escaper v0.0.7
111502026-09-07T14:26:45.139Z[ recovery-image] Sep 07 14:26:44.090 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)
111512026-09-07T14:26:45.140Z[ recovery-image] Sep 07 14:26:44.090 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)
111522026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling proc-macro2 v1.0.106
111532026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling unicode-ident v1.0.24
111542026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling quote v1.0.45
111552026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling syn v1.0.109
111562026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling x86 v0.52.0
111572026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111582026-09-07T14:26:45.143Z[ recovery-image] Sep 07 14:26:44.090 INFO E| Compiling seq-macro v0.3.6
111592026-09-07T14:26:46.015Z[ recovery-image] Sep 07 14:26:44.965 INFO E| Compiling syn v2.0.117
111602026-09-07T14:26:46.622Z[ host-image] Sep 07 14:26:45.572 INFO creating reset image...
111612026-09-07T14:26:46.622Z[ host-image] Sep 07 14:26:45.572 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")
111622026-09-07T14:26:46.691Z[ host-image] Sep 07 14:26:45.642 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111632026-09-07T14:26:46.694Z[ host-image] Sep 07 14:26:45.643 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111642026-09-07T14:26:47.001Z[ host-image] Sep 07 14:26:45.951 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)
111652026-09-07T14:26:47.001Z[ host-image] Sep 07 14:26:45.951 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)
111662026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling proc-macro2 v1.0.106
111672026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling quote v1.0.45
111682026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling unicode-ident v1.0.24
111692026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling syn v1.0.109
111702026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling x86 v0.52.0
111712026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111722026-09-07T14:26:47.005Z[ host-image] Sep 07 14:26:45.951 INFO E| Compiling seq-macro v0.3.6
111732026-09-07T14:26:47.345Z[ recovery-image] Sep 07 14:26:46.296 INFO E| Compiling scroll_derive v0.13.1
111742026-09-07T14:26:47.973Z[ host-image] Sep 07 14:26:46.924 INFO E| Compiling syn v2.0.117
111752026-09-07T14:26:48.376Z[ recovery-image] Sep 07 14:26:47.325 INFO E| Compiling bitstruct_derive v0.1.0
111762026-09-07T14:26:49.290Z[ host-image] Sep 07 14:26:48.241 INFO E| Compiling scroll_derive v0.13.1
111772026-09-07T14:26:50.257Z[ host-image] Sep 07 14:26:49.207 INFO E| Compiling bitstruct_derive v0.1.0
111782026-09-07T14:26:57.408Z[ recovery-image] Sep 07 14:26:56.358 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)
111792026-09-07T14:26:59.396Z[ host-image] Sep 07 14:26:58.346 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)
111802026-09-07T14:26:59.600Z[ recovery-image] Sep 07 14:26:58.550 INFO E| Compiling bitflags v1.3.2
111812026-09-07T14:26:59.600Z[ recovery-image] Sep 07 14:26:58.550 INFO E| Compiling bitflags v2.13.0
111822026-09-07T14:26:59.600Z[ recovery-image] Sep 07 14:26:58.550 INFO E| Compiling plain v0.2.3
111832026-09-07T14:26:59.604Z[ recovery-image] Sep 07 14:26:58.550 INFO E| Compiling log v0.4.32
111842026-09-07T14:26:59.604Z[ recovery-image] Sep 07 14:26:58.550 INFO E| Compiling scroll v0.13.0
111852026-09-07T14:26:59.604Z[ recovery-image] Sep 07 14:26:58.551 INFO E| Compiling bit_field v0.10.3
111862026-09-07T14:26:59.604Z[ recovery-image] Sep 07 14:26:58.551 INFO E| Compiling adler2 v2.0.1
111872026-09-07T14:26:59.604Z[ recovery-image] Sep 07 14:26:58.551 INFO E| Compiling bitstruct v0.1.1
111882026-09-07T14:26:59.604Z[ recovery-image] Sep 07 14:26:58.551 INFO E| Compiling static_assertions v1.1.0
111892026-09-07T14:26:59.652Z[ recovery-image] Sep 07 14:26:58.603 INFO E| Compiling raw-cpuid v10.7.0
111902026-09-07T14:26:59.704Z[ recovery-image] Sep 07 14:26:58.654 INFO E| Compiling miniz_oxide v0.9.1
111912026-09-07T14:26:59.826Z[ recovery-image] Sep 07 14:26:58.777 INFO E| Compiling cpio_reader v0.1.2
111922026-09-07T14:26:59.838Z[ recovery-image] Sep 07 14:26:58.788 INFO E| Compiling goblin v0.10.7
111932026-09-07T14:27:01.621Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling bitflags v1.3.2
111942026-09-07T14:27:01.621Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling scroll v0.13.0
111952026-09-07T14:27:01.621Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling adler2 v2.0.1
111962026-09-07T14:27:01.625Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling bit_field v0.10.3
111972026-09-07T14:27:01.625Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling bitflags v2.13.0
111982026-09-07T14:27:01.625Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling plain v0.2.3
111992026-09-07T14:27:01.625Z[ host-image] Sep 07 14:27:00.571 INFO E| Compiling log v0.4.32
112002026-09-07T14:27:01.625Z[ host-image] Sep 07 14:27:00.572 INFO E| Compiling bitstruct v0.1.1
112012026-09-07T14:27:01.625Z[ host-image] Sep 07 14:27:00.572 INFO E| Compiling static_assertions v1.1.0
112022026-09-07T14:27:01.672Z[ host-image] Sep 07 14:27:00.622 INFO E| Compiling raw-cpuid v10.7.0
112032026-09-07T14:27:01.721Z[ host-image] Sep 07 14:27:00.671 INFO E| Compiling miniz_oxide v0.9.1
112042026-09-07T14:27:01.778Z[ host-image] Sep 07 14:27:00.728 INFO E| Compiling cpio_reader v0.1.2
112052026-09-07T14:27:01.841Z[ host-image] Sep 07 14:27:00.791 INFO E| Compiling goblin v0.10.7
112062026-09-07T14:27:02.894Z[ recovery-image] Sep 07 14:27:01.844 INFO E| Finished `release` profile [optimized] target(s) in 18.28s
112072026-09-07T14:27:02.919Z[ recovery-image] Sep 07 14:27:01.869 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112082026-09-07T14:27:02.919Z[ recovery-image] Sep 07 14:27:01.869 INFO building ROM for gimlet
112092026-09-07T14:27:02.919Z[ recovery-image] Sep 07 14:27:01.869 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")
112102026-09-07T14:27:03.037Z[ recovery-image] Sep 07 14:27:01.987 INFO E| Downloading crates ...
112112026-09-07T14:27:03.119Z[ recovery-image] Sep 07 14:27:02.069 INFO E| Downloaded toml_write v0.1.1
112122026-09-07T14:27:03.123Z[ recovery-image] Sep 07 14:27:02.073 INFO E| Downloaded toml_datetime v0.6.9
112132026-09-07T14:27:03.126Z[ recovery-image] Sep 07 14:27:02.074 INFO E| Downloaded shared_child v1.0.1
112142026-09-07T14:27:03.129Z[ recovery-image] Sep 07 14:27:02.079 INFO E| Downloaded anstyle-query v1.1.2
112152026-09-07T14:27:03.132Z[ recovery-image] Sep 07 14:27:02.080 INFO E| Downloaded clap_lex v0.7.4
112162026-09-07T14:27:03.135Z[ recovery-image] Sep 07 14:27:02.083 INFO E| Downloaded is_terminal_polyfill v1.70.1
112172026-09-07T14:27:03.139Z[ recovery-image] Sep 07 14:27:02.087 INFO E| Downloaded serde_spanned v0.6.8
112182026-09-07T14:27:03.139Z[ recovery-image] Sep 07 14:27:02.089 INFO E| Downloaded colorchoice v1.0.3
112192026-09-07T14:27:03.142Z[ recovery-image] Sep 07 14:27:02.090 INFO E| Downloaded anstyle v1.0.10
112202026-09-07T14:27:03.142Z[ recovery-image] Sep 07 14:27:02.092 INFO E| Downloaded os_pipe v1.2.1
112212026-09-07T14:27:03.145Z[ recovery-image] Sep 07 14:27:02.096 INFO E| Downloaded anstyle-parse v0.2.6
112222026-09-07T14:27:03.149Z[ recovery-image] Sep 07 14:27:02.097 INFO E| Downloaded duct v0.13.7
112232026-09-07T14:27:03.152Z[ recovery-image] Sep 07 14:27:02.100 INFO E| Downloaded anstream v0.6.18
112242026-09-07T14:27:03.155Z[ recovery-image] Sep 07 14:27:02.103 INFO E| Downloaded cc v1.2.20
112252026-09-07T14:27:03.158Z[ recovery-image] Sep 07 14:27:02.106 INFO E| Downloaded clap_derive v4.5.32
112262026-09-07T14:27:03.161Z[ recovery-image] Sep 07 14:27:02.111 INFO E| Downloaded clap v4.5.37
112272026-09-07T14:27:03.166Z[ recovery-image] Sep 07 14:27:02.117 INFO E| Downloaded toml v0.8.22
112282026-09-07T14:27:03.187Z[ recovery-image] Sep 07 14:27:02.137 INFO E| Downloaded toml_edit v0.22.26
112292026-09-07T14:27:03.209Z[ recovery-image] Sep 07 14:27:02.158 INFO E| Downloaded winnow v0.7.7
112302026-09-07T14:27:03.215Z[ recovery-image] Sep 07 14:27:02.164 INFO E| Downloaded clap_builder v4.5.37
112312026-09-07T14:27:03.232Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling syn v2.0.101
112322026-09-07T14:27:03.232Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling libc v0.2.172
112332026-09-07T14:27:03.236Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling utf8parse v0.2.2
112342026-09-07T14:27:03.236Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling anstyle-query v1.1.2
112352026-09-07T14:27:03.236Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling once_cell v1.21.3
112362026-09-07T14:27:03.236Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling shlex v1.3.0
112372026-09-07T14:27:03.236Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling colorchoice v1.0.3
112382026-09-07T14:27:03.236Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling hashbrown v0.15.2
112392026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling is_terminal_polyfill v1.70.1
112402026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling anstyle v1.0.10
112412026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling equivalent v1.0.2
112422026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling winnow v0.7.7
112432026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling strsim v0.11.1
112442026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling toml_write v0.1.1
112452026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling anyhow v1.0.98
112462026-09-07T14:27:03.237Z[ recovery-image] Sep 07 14:27:02.181 INFO E| Compiling clap_lex v0.7.4
112472026-09-07T14:27:03.964Z[ recovery-image] Sep 07 14:27:02.914 INFO E| Compiling anstyle-parse v0.2.6
112482026-09-07T14:27:03.964Z[ recovery-image] Sep 07 14:27:02.914 INFO E| Compiling cc v1.2.20
112492026-09-07T14:27:04.123Z[ recovery-image] Sep 07 14:27:03.073 INFO E| Compiling indexmap v2.9.0
112502026-09-07T14:27:04.268Z[ recovery-image] Sep 07 14:27:03.219 INFO E| Compiling anstream v0.6.18
112512026-09-07T14:27:04.481Z[ recovery-image] Sep 07 14:27:03.426 INFO E| Compiling os_pipe v1.2.1
112522026-09-07T14:27:04.481Z[ recovery-image] Sep 07 14:27:03.426 INFO E| Compiling shared_child v1.0.1
112532026-09-07T14:27:04.581Z[ recovery-image] Sep 07 14:27:03.531 INFO E| Compiling clap_builder v4.5.37
112542026-09-07T14:27:04.615Z[ recovery-image] Sep 07 14:27:03.565 INFO E| Compiling duct v0.13.7
112552026-09-07T14:27:05.387Z[ recovery-image] Sep 07 14:27:04.337 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112562026-09-07T14:27:05.502Z[ host-image] Sep 07 14:27:04.452 INFO E| Finished `release` profile [optimized] target(s) in 18.79s
112572026-09-07T14:27:05.520Z[ host-image] Sep 07 14:27:04.470 INFO building ROM for gimlet
112582026-09-07T14:27:05.520Z[ host-image] Sep 07 14:27:04.470 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")
112592026-09-07T14:27:05.616Z[ host-image] Sep 07 14:27:04.567 INFO E| Blocking waiting for file lock on build directory
112602026-09-07T14:27:06.429Z[ recovery-image] Sep 07 14:27:05.380 INFO E| Compiling serde_derive v1.0.219
112612026-09-07T14:27:06.433Z[ recovery-image] Sep 07 14:27:05.380 INFO E| Compiling clap_derive v4.5.32
112622026-09-07T14:27:07.851Z[ recovery-image] Sep 07 14:27:06.801 INFO E| Compiling clap v4.5.37
112632026-09-07T14:27:08.529Z[ recovery-image] Sep 07 14:27:07.479 INFO E| Compiling serde v1.0.219
112642026-09-07T14:27:10.406Z[ recovery-image] Sep 07 14:27:09.356 INFO E| Compiling serde_spanned v0.6.8
112652026-09-07T14:27:10.410Z[ recovery-image] Sep 07 14:27:09.356 INFO E| Compiling toml_datetime v0.6.9
112662026-09-07T14:27:10.569Z[ recovery-image] Sep 07 14:27:09.519 INFO E| Compiling toml_edit v0.22.26
112672026-09-07T14:27:11.934Z[ recovery-image] Sep 07 14:27:10.884 INFO E| Compiling toml v0.8.22
112682026-09-07T14:27:14.080Z[ recovery-image] Sep 07 14:27:13.030 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s
112692026-09-07T14:27:14.087Z[ host-image] Sep 07 14:27:13.038 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s
112702026-09-07T14:27:14.090Z[ recovery-image] Sep 07 14:27:13.039 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`
112712026-09-07T14:27:14.090Z[ host-image] Sep 07 14:27:13.041 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`
112722026-09-07T14:27:14.103Z[ host-image] Sep 07 14:27:13.053 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112732026-09-07T14:27:14.106Z[ recovery-image] Sep 07 14:27:13.054 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112742026-09-07T14:27:14.122Z[ host-image] Sep 07 14:27:13.072 INFO E| Blocking waiting for file lock on package cache
112752026-09-07T14:27:14.146Z[ recovery-image] Sep 07 14:27:13.096 INFO E| Blocking waiting for file lock on package cache
112762026-09-07T14:27:14.168Z[ host-image] Sep 07 14:27:13.118 INFO E| Blocking waiting for file lock on package cache
112772026-09-07T14:27:14.171Z[ recovery-image] Sep 07 14:27:13.119 INFO E| Blocking waiting for file lock on package cache
112782026-09-07T14:27:14.171Z[ host-image] Sep 07 14:27:13.120 INFO E| Blocking waiting for file lock on package cache
112792026-09-07T14:27:14.186Z[ recovery-image] Sep 07 14:27:13.137 INFO E| Blocking waiting for file lock on package cache
112802026-09-07T14:27:14.200Z[ host-image] Sep 07 14:27:13.150 INFO E| Blocking waiting for file lock on build directory
112812026-09-07T14:27:14.211Z[ recovery-image] Sep 07 14:27:13.162 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
112822026-09-07T14:27:14.215Z[ recovery-image] Sep 07 14:27:13.165 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`
112832026-09-07T14:27:14.220Z[ host-image] Sep 07 14:27:13.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
112842026-09-07T14:27:14.224Z[ host-image] Sep 07 14:27:13.175 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`
112852026-09-07T14:27:14.334Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112862026-09-07T14:27:14.334Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112872026-09-07T14:27:14.334Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112882026-09-07T14:27:14.334Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112892026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112902026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112912026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112922026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112932026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112942026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112952026-09-07T14:27:14.337Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112962026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112972026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112982026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112992026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113002026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO O| Info: ABL version: 0x100f5010
113012026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113022026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113032026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113042026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113052026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113062026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113072026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113082026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113092026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113102026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113112026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113122026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113132026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113142026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113152026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113162026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113172026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113182026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113192026-09-07T14:27:14.338Z[ recovery-image] Sep 07 14:27:13.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113202026-09-07T14:27:14.341Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113212026-09-07T14:27:14.341Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113222026-09-07T14:27:14.341Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113232026-09-07T14:27:14.341Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113242026-09-07T14:27:14.341Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113252026-09-07T14:27:14.342Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113262026-09-07T14:27:14.342Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113272026-09-07T14:27:14.342Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113282026-09-07T14:27:14.342Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113292026-09-07T14:27:14.342Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113302026-09-07T14:27:14.342Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113312026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113322026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113332026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113342026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113352026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO O| Info: ABL version: 0x100f5010
113362026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113372026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113382026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113392026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113402026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113412026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113422026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113432026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113442026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113452026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113462026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113472026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113482026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113492026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113502026-09-07T14:27:14.345Z[ host-image] Sep 07 14:27:13.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113512026-09-07T14:27:14.346Z[ host-image] Sep 07 14:27:13.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113522026-09-07T14:27:14.346Z[ host-image] Sep 07 14:27:13.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113532026-09-07T14:27:14.346Z[ host-image] Sep 07 14:27:13.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113542026-09-07T14:27:14.346Z[ host-image] Sep 07 14:27:13.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113552026-09-07T14:27:14.373Z[ recovery-image] Sep 07 14:27:13.323 INFO building ROM for cosmo
113562026-09-07T14:27:14.376Z[ recovery-image] Sep 07 14:27:13.323 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")
113572026-09-07T14:27:14.379Z[ host-image] Sep 07 14:27:13.329 INFO building ROM for cosmo
113582026-09-07T14:27:14.382Z[ host-image] Sep 07 14:27:13.329 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")
113592026-09-07T14:27:14.435Z[ host-image] Sep 07 14:27:13.385 INFO E| Blocking waiting for file lock on package cache
113602026-09-07T14:27:14.461Z[ recovery-image] Sep 07 14:27:13.400 INFO E| Blocking waiting for file lock on package cache
113612026-09-07T14:27:14.474Z[ host-image] Sep 07 14:27:13.425 INFO E| Blocking waiting for file lock on package cache
113622026-09-07T14:27:14.483Z[ recovery-image] Sep 07 14:27:13.433 INFO E| Blocking waiting for file lock on package cache
113632026-09-07T14:27:14.490Z[ recovery-image] Sep 07 14:27:13.441 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
113642026-09-07T14:27:14.493Z[ recovery-image] Sep 07 14:27:13.443 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`
113652026-09-07T14:27:14.501Z[ host-image] Sep 07 14:27:13.451 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
113662026-09-07T14:27:14.504Z[ host-image] Sep 07 14:27:13.454 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`
113672026-09-07T14:27:14.506Z[ recovery-image] Sep 07 14:27:13.457 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113682026-09-07T14:27:14.520Z[ host-image] Sep 07 14:27:13.470 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113692026-09-07T14:27:14.541Z[ host-image] Sep 07 14:27:13.491 INFO E| Blocking waiting for file lock on package cache
113702026-09-07T14:27:14.551Z[ recovery-image] Sep 07 14:27:13.502 INFO E| Blocking waiting for file lock on package cache
113712026-09-07T14:27:14.576Z[ recovery-image] Sep 07 14:27:13.526 INFO E| Blocking waiting for file lock on package cache
113722026-09-07T14:27:14.579Z[ host-image] Sep 07 14:27:13.528 INFO E| Blocking waiting for file lock on package cache
113732026-09-07T14:27:14.591Z[ recovery-image] Sep 07 14:27:13.541 INFO E| Blocking waiting for file lock on package cache
113742026-09-07T14:27:14.606Z[ host-image] Sep 07 14:27:13.556 INFO E| Blocking waiting for file lock on build directory
113752026-09-07T14:27:14.615Z[ recovery-image] Sep 07 14:27:13.565 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
113762026-09-07T14:27:14.618Z[ recovery-image] Sep 07 14:27:13.569 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`
113772026-09-07T14:27:14.626Z[ host-image] Sep 07 14:27:13.576 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
113782026-09-07T14:27:14.630Z[ host-image] Sep 07 14:27:13.580 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`
113792026-09-07T14:27:14.838Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113802026-09-07T14:27:14.838Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113812026-09-07T14:27:14.838Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113822026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113832026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113842026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113852026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113862026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113872026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113882026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113892026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113902026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113912026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113922026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113932026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113942026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113952026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113962026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113972026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113982026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113992026-09-07T14:27:14.842Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114002026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114012026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114022026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114032026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114042026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114052026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114062026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114072026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114082026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114092026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114102026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114112026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114122026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114132026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114142026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114152026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114162026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114172026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114182026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114192026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114202026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114212026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114222026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114232026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114242026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
114252026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114262026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114272026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114282026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114292026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114302026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114312026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114322026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO O| Info: ABL version: 0x100af010
114332026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114342026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114352026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114362026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114372026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114382026-09-07T14:27:14.843Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114392026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114402026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114412026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114422026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114432026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114442026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114452026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114462026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114472026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114482026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114492026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114502026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114512026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114522026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114532026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114542026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114552026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114562026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114572026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114582026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114592026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114602026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114612026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114622026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114632026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114642026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114652026-09-07T14:27:14.844Z[ recovery-image] Sep 07 14:27:13.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114662026-09-07T14:27:14.851Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114672026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114682026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114692026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114702026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114712026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114722026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114732026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114742026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114752026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114762026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114772026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114782026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114792026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114802026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114812026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114822026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114832026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114842026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114852026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114862026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114872026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114882026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114892026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114902026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114912026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114922026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114932026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114942026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114952026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114962026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114972026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114982026-09-07T14:27:14.855Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114992026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115002026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115012026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115022026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115032026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115042026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115052026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115062026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115072026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115082026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115092026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115102026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115112026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
115122026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115132026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115142026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115152026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115162026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115172026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115182026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115192026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO O| Info: ABL version: 0x100af010
115202026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115212026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115222026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115232026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115242026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115252026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115262026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115272026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115282026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115292026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115302026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115312026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115322026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115332026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115342026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115352026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115362026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115372026-09-07T14:27:14.856Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115382026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115392026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115402026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115412026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115422026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115432026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115442026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115452026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115462026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115472026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115482026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115492026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115502026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115512026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115522026-09-07T14:27:14.857Z[ host-image] Sep 07 14:27:13.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115532026-09-07T14:27:14.879Z[ recovery-image] Sep 07 14:27:13.830 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115542026-09-07T14:27:14.879Z[ recovery-image] Sep 07 14:27:13.830 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115552026-09-07T14:27:14.889Z[ host-image] Sep 07 14:27:13.840 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
115562026-09-07T14:27:14.889Z[ host-image] Sep 07 14:27:13.840 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115572026-09-07T14:27:14.892Z[ host-image] Sep 07 14:27:13.840 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115582026-09-07T14:27:15.994Z[ recovery-image] Sep 07 14:27:14.944 INFO image complete! materials are in "/work/os-recovery"
115592026-09-07T14:27:15.997Z[ recovery-image]
115602026-09-07T14:27:15.997Z[ recovery-image] real 3:26.035457127
115612026-09-07T14:27:15.997Z[ recovery-image] user 2:35.515991561
115622026-09-07T14:27:15.997Z[ recovery-image] sys 37.997753725
115632026-09-07T14:27:15.998Z[ recovery-image] trap 0.127933216
115642026-09-07T14:27:15.998Z[ recovery-image] tflt 0.673612462
115652026-09-07T14:27:15.998Z[ recovery-image] dflt 0.943304597
115662026-09-07T14:27:15.998Z[ recovery-image] kflt 0.000310390
115672026-09-07T14:27:15.998Z[ recovery-image] lock 8:12.149840340
115682026-09-07T14:27:15.998Z[ recovery-image] slp 18:26.853408829
115692026-09-07T14:27:15.998Z[ recovery-image] lat 36.047727320
115702026-09-07T14:27:15.998Z[ recovery-image] stop 12.697935851
115712026-09-07T14:27:15.998ZSep 07 14:27:14.948 INFO [recovery-image] process exited with exit status: 0 (206.040107651s)
115722026-09-07T14:27:15.998ZSep 07 14:27:14.948 INFO [tuf-v2-recovery] running task
115732026-09-07T14:27:16.001ZSep 07 14:27:14.948 INFO [tuf-v2-recovery] task succeeded (789.221µs)
115742026-09-07T14:27:16.013Z[ host-image] Sep 07 14:27:14.964 INFO image complete! materials are in "/work/os-host"
115752026-09-07T14:27:16.016Z[ host-image]
115762026-09-07T14:27:16.016Z[ host-image] real 3:58.574625003
115772026-09-07T14:27:16.016Z[ host-image] user 2:46.611094674
115782026-09-07T14:27:16.016Z[ host-image] sys 35.406279725
115792026-09-07T14:27:16.016Z[ host-image] trap 0.138382289
115802026-09-07T14:27:16.016Z[ host-image] tflt 0.216365850
115812026-09-07T14:27:16.016Z[ host-image] dflt 0.231835723
115822026-09-07T14:27:16.016Z[ host-image] kflt 0.000237120
115832026-09-07T14:27:16.016Z[ host-image] lock 4:50.519471955
115842026-09-07T14:27:16.016Z[ host-image] slp 20:32.879629353
115852026-09-07T14:27:16.016Z[ host-image] lat 24.224159669
115862026-09-07T14:27:16.017Z[ host-image] stop 1.902357050
115872026-09-07T14:27:16.021ZSep 07 14:27:14.967 INFO [host-image] process exited with exit status: 0 (238.57974782s)
115882026-09-07T14:27:16.021ZSep 07 14:27:14.967 INFO [tuf-v2-host] running task
115892026-09-07T14:27:16.021ZSep 07 14:27:14.967 INFO [tuf-repo] running task
115902026-09-07T14:27:16.021ZSep 07 14:27:14.968 INFO [tuf-v2-host] task succeeded (477.63µs)
115912026-09-07T14:27:16.021ZSep 07 14:27:14.968 INFO [tuf-v2-repo] running task
115922026-09-07T14:27:30.601ZSep 07 14:27:29.551 INFO assembling repository in `/tmp/tufaceousnaAUFM`, component: OmicronRepoAssembler
115932026-09-07T14:27:32.951ZSep 07 14:27:31.901 INFO [tuf-v2-repo] task succeeded (16.933334711s)
115942026-09-07T14:27:35.046ZSep 07 14:27:33.997 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115952026-09-07T14:27:35.276ZSep 07 14:27:34.226 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115962026-09-07T14:27:36.867ZSep 07 14:27:35.818 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115972026-09-07T14:27:36.920ZSep 07 14:27:35.871 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115982026-09-07T14:27:36.968ZSep 07 14:27:35.918 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115992026-09-07T14:27:37.017ZSep 07 14:27:35.967 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
116002026-09-07T14:27:37.068ZSep 07 14:27:36.018 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116012026-09-07T14:27:37.129ZSep 07 14:27:36.079 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116022026-09-07T14:27:37.182ZSep 07 14:27:36.132 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116032026-09-07T14:27:44.612ZSep 07 14:27:43.562 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
116042026-09-07T14:27:44.618ZSep 07 14:27:43.568 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
116052026-09-07T14:27:44.640ZSep 07 14:27:43.591 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
116062026-09-07T14:27:44.694ZSep 07 14:27:43.645 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116072026-09-07T14:27:44.747ZSep 07 14:27:43.697 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116082026-09-07T14:27:44.809ZSep 07 14:27:43.759 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116092026-09-07T14:27:44.871ZSep 07 14:27:43.821 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
116102026-09-07T14:27:44.877ZSep 07 14:27:43.827 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
116112026-09-07T14:27:44.899ZSep 07 14:27:43.849 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
116122026-09-07T14:27:45.993ZSep 07 14:27:44.943 INFO [tuf-repo] task succeeded (29.975350002s)
116132026-09-07T14:30:56.619Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s
116142026-09-07T14:30:56.622Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116152026-09-07T14:30:56.622Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116162026-09-07T14:30:59.281ZSep 07 14:30:58.230 INFO [verify-libraries] process exited with exit status: 0 (429.525203258s)
116172026-09-07T14:30:59.281ZSep 07 14:30:58.230 INFO all jobs completed in 1172.124212624s
116182026-09-07T14:31:00.215Zprocess exited: duration 1384728 ms, exit code 0
 
116192026-09-07T14:31:00.227Zfound 41 output files
116202026-09-07T14:31:00.227Zuploading: /work/manifest.toml (17334 bytes)
116212026-09-07T14:31:01.242Zuploaded: /work/manifest.toml
116222026-09-07T14:31:01.242Zuploading: /work/repo.zip (2350681389 bytes)
116232026-09-07T14:31:40.686Zuploaded: /work/repo.zip
116242026-09-07T14:31:40.686Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116252026-09-07T14:31:41.692Zuploaded: /work/repo.zip.sha256.txt
116262026-09-07T14:31:41.692Zuploading: /work/helios.json (647 bytes)
116272026-09-07T14:31:42.702Zuploaded: /work/helios.json
116282026-09-07T14:31:42.702Zuploading: /work/incorporation.p5m (113595 bytes)
116292026-09-07T14:31:43.722Zuploaded: /work/incorporation.p5m
116302026-09-07T14:31:43.722Zuploading: /work/incorporation.p5p (133120 bytes)
116312026-09-07T14:31:44.743Zuploaded: /work/incorporation.p5p
116322026-09-07T14:31:44.744Zuploading: /work/helios-incorp.log (522 bytes)
116332026-09-07T14:31:45.756Zuploaded: /work/helios-incorp.log
116342026-09-07T14:31:45.756Zuploading: /work/helios-setup.log (57113 bytes)
116352026-09-07T14:31:46.771Zuploaded: /work/helios-setup.log
116362026-09-07T14:31:46.772Zuploading: /work/host-image.log (235187 bytes)
116372026-09-07T14:31:47.798Zuploaded: /work/host-image.log
116382026-09-07T14:31:47.798Zuploading: /work/host-package.log (49353 bytes)
116392026-09-07T14:31:48.813Zuploaded: /work/host-package.log
116402026-09-07T14:31:48.813Zuploading: /work/host-target.log (101 bytes)
116412026-09-07T14:31:49.825Zuploaded: /work/host-target.log
116422026-09-07T14:31:49.825Zuploading: /work/incorp-create.log (0 bytes)
116432026-09-07T14:31:50.833Zuploaded: /work/incorp-create.log
116442026-09-07T14:31:50.834Zuploading: /work/incorp-fmt.log (0 bytes)
116452026-09-07T14:31:51.842Zuploaded: /work/incorp-fmt.log
116462026-09-07T14:31:51.842Zuploading: /work/incorp-pkgsend.log (108 bytes)
116472026-09-07T14:31:52.852Zuploaded: /work/incorp-pkgsend.log
116482026-09-07T14:31:52.852Zuploading: /work/incorp-publisher.log (0 bytes)
116492026-09-07T14:31:53.861Zuploaded: /work/incorp-publisher.log
116502026-09-07T14:31:53.861Zuploading: /work/omicron-package.log (10474 bytes)
116512026-09-07T14:31:54.871Zuploaded: /work/omicron-package.log
116522026-09-07T14:31:54.871Zuploading: /work/recovery-image.log (592343 bytes)
116532026-09-07T14:31:55.909Zuploaded: /work/recovery-image.log
116542026-09-07T14:31:55.909Zuploading: /work/recovery-package.log (2621 bytes)
116552026-09-07T14:31:56.918Zuploaded: /work/recovery-package.log
116562026-09-07T14:31:56.918Zuploading: /work/recovery-target.log (98 bytes)
116572026-09-07T14:31:57.927Zuploaded: /work/recovery-target.log
116582026-09-07T14:31:57.927Zuploading: /work/stamp-clickhouse.log (117 bytes)
116592026-09-07T14:31:58.936Zuploaded: /work/stamp-clickhouse.log
116602026-09-07T14:31:58.936Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116612026-09-07T14:31:59.947Zuploaded: /work/stamp-clickhouse_keeper.log
116622026-09-07T14:31:59.950Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116632026-09-07T14:32:00.959Zuploaded: /work/stamp-clickhouse_server.log
116642026-09-07T14:32:00.959Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116652026-09-07T14:32:01.971Zuploaded: /work/stamp-cockroachdb.log
116662026-09-07T14:32:01.971Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116672026-09-07T14:32:02.982Zuploaded: /work/stamp-crucible-pantry-zone.log
116682026-09-07T14:32:02.982Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116692026-09-07T14:32:03.991Zuploaded: /work/stamp-crucible-utils.log
116702026-09-07T14:32:03.991Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116712026-09-07T14:32:05.001Zuploaded: /work/stamp-crucible-zone.log
116722026-09-07T14:32:05.001Zuploading: /work/stamp-external-dns.log (119 bytes)
116732026-09-07T14:32:06.012Zuploaded: /work/stamp-external-dns.log
116742026-09-07T14:32:06.012Zuploading: /work/stamp-installinator.log (103 bytes)
116752026-09-07T14:32:07.022Zuploaded: /work/stamp-installinator.log
116762026-09-07T14:32:07.022Zuploading: /work/stamp-internal-dns.log (119 bytes)
116772026-09-07T14:32:08.032Zuploaded: /work/stamp-internal-dns.log
116782026-09-07T14:32:08.032Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116792026-09-07T14:32:09.044Zuploaded: /work/stamp-mg-ddm-gz.log
116802026-09-07T14:32:09.044Zuploading: /work/stamp-nexus.log (112 bytes)
116812026-09-07T14:32:10.054Zuploaded: /work/stamp-nexus.log
116822026-09-07T14:32:10.054Zuploading: /work/stamp-ntp.log (110 bytes)
116832026-09-07T14:32:11.065Zuploaded: /work/stamp-ntp.log
116842026-09-07T14:32:11.065Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116852026-09-07T14:32:12.075Zuploaded: /work/stamp-omicron-sled-agent.log
116862026-09-07T14:32:12.075Zuploading: /work/stamp-overlay.log (114 bytes)
116872026-09-07T14:32:13.087Zuploaded: /work/stamp-overlay.log
116882026-09-07T14:32:13.091Zuploading: /work/stamp-oximeter.log (115 bytes)
116892026-09-07T14:32:14.099Zuploaded: /work/stamp-oximeter.log
116902026-09-07T14:32:14.103Zuploading: /work/stamp-oxlog.log (109 bytes)
116912026-09-07T14:32:15.111Zuploaded: /work/stamp-oxlog.log
116922026-09-07T14:32:15.111Zuploading: /work/stamp-probe.log (112 bytes)
116932026-09-07T14:32:16.121Zuploaded: /work/stamp-probe.log
116942026-09-07T14:32:16.121Zuploading: /work/stamp-propolis-server.log (122 bytes)
116952026-09-07T14:32:17.131Zuploaded: /work/stamp-propolis-server.log
116962026-09-07T14:32:17.131Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116972026-09-07T14:32:18.142Zuploaded: /work/stamp-pumpkind-gz.log
116982026-09-07T14:32:18.142Zuploading: /work/stamp-switch-asic.log (118 bytes)
116992026-09-07T14:32:19.155Zuploaded: /work/stamp-switch-asic.log
117002026-09-07T14:32:19.155Zuploading: /work/verify-libraries.log (50340 bytes)
117012026-09-07T14:32:20.168Zuploaded: /work/verify-libraries.log