01M1QBHXW89TX523X6GMB7KG7J: 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: 01M1QBJCJA6N1PZAC39N7JVRZ5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T23:21:12.058Zjob assigned to worker 01M1QBJEX5Q22FT9BZER1B2DQS [factory aws, i-00c9e26026266a6d9] (queued for 46 s)
 
22026-09-04T23:21:18.820Zstarting task 0: "setup"
32026-09-04T23:21:18.824Z++ uname -s
42026-09-04T23:21:18.827Z+ kern=SunOS
52026-09-04T23:21:18.827Z+ build_user=build
62026-09-04T23:21:18.827Z+ build_uid=12345
72026-09-04T23:21:18.827Z+ work_dir=/work
82026-09-04T23:21:18.827Z+ input_dir=/input
92026-09-04T23:21:18.827Z+ [[ 0 == 12345 ]]
102026-09-04T23:21:18.827Z+ case "$kern" in
112026-09-04T23:21:18.827Z+ groupadd -g 12345 build
122026-09-04T23:21:18.830Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T23:21:20.835Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T23:21:20.923Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T23:21:20.926Z+ home_fs=zfs
162026-09-04T23:21:20.927Z+ [[ zfs == autofs ]]
172026-09-04T23:21:20.927Z+ mkdir -p /home/build
182026-09-04T23:21:20.929Z+ chown build:build /home/build /work
192026-09-04T23:21:22.929Z+ chmod 0700 /home/build /work
202026-09-04T23:21:22.932Zprocess exited: duration 4114 ms, exit code 0
 
212026-09-04T23:21:22.938Zstarting task 1: "rust-toolchain"
222026-09-04T23:21:22.943Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-04T23:21:22.943Z * rust toolchain channel = "1.98.1"
242026-09-04T23:21:22.943Z * rust toolchain profile = "default"
252026-09-04T23:21:22.943Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-04T23:21:22.943Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-04T23:21:22.943Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T23:21:22.946Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T23:21:22.947Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-04T23:21:23.033Zinfo: downloading installer
312026-09-04T23:21:24.326Zinfo: profile set to default
322026-09-04T23:21:24.326Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-04T23:21:24.329Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-04T23:21:24.467Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-04T23:21:24.471Zinfo: downloading 6 components
362026-09-04T23:21:39.422Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-04T23:21:39.422Z
382026-09-04T23:21:39.449Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-04T23:21:39.450Z
402026-09-04T23:21:39.453Z
412026-09-04T23:21:39.453ZRust is installed now. Great!
422026-09-04T23:21:39.453Z
432026-09-04T23:21:39.453ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-04T23:21:39.453Zenvironment variable. This has not been done automatically.
452026-09-04T23:21:39.453Z
462026-09-04T23:21:39.453ZTo configure your current shell, you need to source
472026-09-04T23:21:39.453Zthe corresponding env file under $HOME/.cargo.
482026-09-04T23:21:39.453Z
492026-09-04T23:21:39.453ZConsider running the right command for your shell (note the leading DOT):
502026-09-04T23:21:39.453Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-04T23:21:39.453Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-04T23:21:39.454ZCC_x86_64-unknown-illumos = None
532026-09-04T23:21:39.454Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-04T23:21:39.454ZCC_x86_64_unknown_illumos = None
552026-09-04T23:21:39.454Zcargo:rerun-if-env-changed=HOST_CC
562026-09-04T23:21:39.454ZHOST_CC = None
572026-09-04T23:21:39.454Zcargo:rerun-if-env-changed=CC
582026-09-04T23:21:39.454ZCC = None
592026-09-04T23:21:39.454Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-04T23:21:39.643Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-04T23:21:39.643ZCRATE_CC_NO_DEFAULTS = None
622026-09-04T23:21:39.643Zcargo:rerun-if-env-changed=CFLAGS
632026-09-04T23:21:39.643ZCFLAGS = None
642026-09-04T23:21:39.643Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-04T23:21:39.643ZHOST_CFLAGS = None
662026-09-04T23:21:39.643Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-04T23:21:39.643ZCFLAGS_x86_64_unknown_illumos = None
682026-09-04T23:21:39.643Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-04T23:21:39.643ZCFLAGS_x86_64-unknown-illumos = None
702026-09-04T23:21:39.751Z+ rustup --version
712026-09-04T23:21:39.756Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-04T23:21:39.760Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-04T23:21:39.778Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-04T23:21:39.781Z+ cargo --version
752026-09-04T23:21:39.788Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-04T23:21:39.791Z+ rustc --version
772026-09-04T23:21:39.809Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-04T23:21:39.812Zprocess exited: duration 16873 ms, exit code 0
 
792026-09-04T23:21:39.818Zstarting task 2: "authentication"
802026-09-04T23:21:39.836Zprocess exited: duration 17 ms, exit code 0
 
812026-09-04T23:21:39.842Zstarting task 3: "clone repository"
822026-09-04T23:21:39.846Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-04T23:21:39.849Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-04T23:21:39.882ZCloning into '/work/oxidecomputer/omicron'...
852026-09-04T23:21:53.081Z+ cd /work/oxidecomputer/omicron
862026-09-04T23:21:53.081Z+ git fetch origin 00ee5f3575ce6bef74952404a007a308d5186240
872026-09-04T23:21:53.392ZFrom https://github.com/oxidecomputer/omicron
882026-09-04T23:21:53.392Z * branch 00ee5f3575ce6bef74952404a007a308d5186240 -> FETCH_HEAD
892026-09-04T23:21:53.406Z+ [[ -n iliana/rust-1.98 ]]
902026-09-04T23:21:53.410Z++ git branch --show-current
912026-09-04T23:21:53.410Z+ current=main
922026-09-04T23:21:53.410Z+ [[ main != iliana/rust-1.98 ]]
932026-09-04T23:21:53.410Z+ git branch -f iliana/rust-1.98 00ee5f3575ce6bef74952404a007a308d5186240
942026-09-04T23:21:53.413Z+ git checkout -f iliana/rust-1.98
952026-09-04T23:21:53.461ZSwitched to branch 'iliana/rust-1.98'
962026-09-04T23:21:53.466Z+ git reset --hard 00ee5f3575ce6bef74952404a007a308d5186240
972026-09-04T23:21:53.512ZHEAD is now at 00ee5f357 update rust toolchain to 1.98.1
982026-09-04T23:21:53.516Zprocess exited: duration 13671 ms, exit code 0
 
992026-09-04T23:21:53.522Zstarting task 4: "build"
1002026-09-04T23:21:53.528Z+ source .github/buildomat/ci-env.sh
1012026-09-04T23:21:53.528Z++ export CARGO_TERM_COLOR=always
1022026-09-04T23:21:53.528Z++ CARGO_TERM_COLOR=always
1032026-09-04T23:21:53.532Z+++ uname -s
1042026-09-04T23:21:53.532Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-04T23:21:53.532Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-04T23:21:53.532Z+ cargo --version
1072026-09-04T23:21:53.543Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-04T23:21:53.547Z+ rustc --version
1092026-09-04T23:21:53.564Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-04T23:21:53.568Z+ cargo tree --locked
1112026-09-04T23:21:53.734Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-09-04T23:21:54.095Z Updating crates.io index
1132026-09-04T23:21:54.099Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-09-04T23:21:54.374Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-09-04T23:21:54.729Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1162026-09-04T23:21:55.072Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-09-04T23:21:56.271Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-09-04T23:21:56.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-09-04T23:21:58.418Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-09-04T23:21:59.292Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-09-04T23:21:59.561Z Updating git repository `https://github.com/oxidecomputer/lldp`
1222026-09-04T23:21:59.900Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1232026-09-04T23:22:01.096Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242026-09-04T23:22:01.400Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1252026-09-04T23:22:01.780Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1262026-09-04T23:22:02.373Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-09-04T23:22:02.643Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-09-04T23:22:02.920Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-09-04T23:22:03.294Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-09-04T23:22:03.561Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-09-04T23:22:03.899Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1322026-09-04T23:22:04.268Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1332026-09-04T23:22:04.815Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1342026-09-04T23:22:05.126Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1352026-09-04T23:22:05.678Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1362026-09-04T23:22:06.013Z Updating git repository `https://github.com/oxidecomputer/erebor`
1372026-09-04T23:22:06.310Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-09-04T23:22:06.729Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-09-04T23:22:07.022Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1402026-09-04T23:22:07.451Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-09-04T23:22:07.826Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-09-04T23:22:08.110Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-09-04T23:22:08.429Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-09-04T23:22:08.833Z Updating git repository `https://github.com/oxidecomputer/tough`
1452026-09-04T23:22:09.395Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1462026-09-04T23:22:09.686Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1472026-09-04T23:22:09.969Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-09-04T23:22:10.319Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1492026-09-04T23:22:10.671Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1502026-09-04T23:22:10.940Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1512026-09-04T23:22:11.228Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1522026-09-04T23:22:11.545Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1532026-09-04T23:22:11.825Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1542026-09-04T23:22:12.224Z Updating git repository `https://github.com/illumos/smf-rs`
1552026-09-04T23:22:15.002Z Downloading crates ...
1562026-09-04T23:22:15.063Z Downloaded cobs v0.3.0
1572026-09-04T23:22:15.069Z Downloaded colorchoice v1.0.4
1582026-09-04T23:22:15.072Z Downloaded cmake v0.1.57
1592026-09-04T23:22:15.072Z Downloaded cmov v0.5.4
1602026-09-04T23:22:15.075Z Downloaded clap v4.6.1
1612026-09-04T23:22:15.080Z Downloaded cstr-argument v0.1.2
1622026-09-04T23:22:15.083Z Downloaded diesel-dtrace v0.5.0
1632026-09-04T23:22:15.083Z Downloaded home v0.5.12
1642026-09-04T23:22:15.083Z Downloaded heck v0.4.1
1652026-09-04T23:22:15.083Z Downloaded cpubits v0.1.1
1662026-09-04T23:22:15.087Z Downloaded colored v3.1.1
1672026-09-04T23:22:15.090Z Downloaded console v0.15.11
1682026-09-04T23:22:15.093Z Downloaded compression-core v0.4.31
1692026-09-04T23:22:15.096Z Downloaded convert_case v0.4.0
1702026-09-04T23:22:15.096Z Downloaded crucible-workspace-hack v0.1.0
1712026-09-04T23:22:15.096Z Downloaded darling_core v0.21.3
1722026-09-04T23:22:15.099Z Downloaded hash32 v0.3.1
1732026-09-04T23:22:15.101Z Downloaded cpufeatures v0.2.17
1742026-09-04T23:22:15.104Z Downloaded instability v0.3.11
1752026-09-04T23:22:15.104Z Downloaded hex v0.4.3
1762026-09-04T23:22:15.104Z Downloaded cookie v0.18.1
1772026-09-04T23:22:15.109Z Downloaded indoc v2.0.7
1782026-09-04T23:22:15.112Z Downloaded ingot-types v0.2.0
1792026-09-04T23:22:15.115Z Downloaded headers-core v0.3.0
1802026-09-04T23:22:15.120Z Downloaded compression-codecs v0.4.37
1812026-09-04T23:22:15.123Z Downloaded concurrent-queue v2.5.0
1822026-09-04T23:22:15.123Z Downloaded cookie_store v0.22.1
1832026-09-04T23:22:15.127Z Downloaded cpufeatures v0.3.0
1842026-09-04T23:22:15.127Z Downloaded crc8 v0.1.1
1852026-09-04T23:22:15.127Z Downloaded http-body v1.0.1
1862026-09-04T23:22:15.127Z Downloaded hubpack_derive v0.1.1
1872026-09-04T23:22:15.130Z Downloaded clap_lex v1.0.0
1882026-09-04T23:22:15.130Z Downloaded constant_time_eq v0.3.1
1892026-09-04T23:22:15.130Z Downloaded crypto-common v0.2.2
1902026-09-04T23:22:15.130Z Downloaded impl-trait-for-tuples v0.2.3
1912026-09-04T23:22:15.133Z Downloaded constant_time_eq v0.4.2
1922026-09-04T23:22:15.133Z Downloaded ipnetwork v0.21.1
1932026-09-04T23:22:15.136Z Downloaded ignore v0.4.25
1942026-09-04T23:22:15.136Z Downloaded const_format_proc_macros v0.2.34
1952026-09-04T23:22:15.136Z Downloaded crossbeam-deque v0.8.6
1962026-09-04T23:22:15.139Z Downloaded darling_macro v0.21.3
1972026-09-04T23:22:15.139Z Downloaded darling_macro v0.23.0
1982026-09-04T23:22:15.139Z Downloaded hubpack v0.1.2
1992026-09-04T23:22:15.142Z Downloaded crc v3.4.0
2002026-09-04T23:22:15.145Z Downloaded darling_macro v0.20.11
2012026-09-04T23:22:15.145Z Downloaded derive_builder_macro v0.20.2
2022026-09-04T23:22:15.145Z Downloaded hex-literal v1.1.0
2032026-09-04T23:22:15.145Z Downloaded inout v0.1.4
2042026-09-04T23:22:15.145Z Downloaded darling_macro v0.13.4
2052026-09-04T23:22:15.148Z Downloaded half v1.8.3
2062026-09-04T23:22:15.151Z Downloaded crunchy v0.2.4
2072026-09-04T23:22:15.151Z Downloaded defmt-parser v1.0.0
2082026-09-04T23:22:15.151Z Downloaded group v0.14.0
2092026-09-04T23:22:15.154Z Downloaded icu_locale_core v2.1.1
2102026-09-04T23:22:15.160Z Downloaded debug-ignore v1.0.5
2112026-09-04T23:22:15.163Z Downloaded defmt v0.3.100
2122026-09-04T23:22:15.163Z Downloaded const-oid v0.9.6
2132026-09-04T23:22:15.166Z Downloaded criterion-plot v0.6.0
2142026-09-04T23:22:15.166Z Downloaded hyper-tls v0.6.0
2152026-09-04T23:22:15.166Z Downloaded hostname v0.4.2
2162026-09-04T23:22:15.169Z Downloaded const-oid v0.10.2
2172026-09-04T23:22:15.172Z Downloaded ident_case v1.0.1
2182026-09-04T23:22:15.175Z Downloaded is_ci v1.2.0
2192026-09-04T23:22:15.175Z Downloaded diesel_table_macro_syntax v0.3.0
2202026-09-04T23:22:15.175Z Downloaded hex-literal v0.4.1
2212026-09-04T23:22:15.178Z Downloaded curve25519-dalek-derive v0.1.1
2222026-09-04T23:22:15.182Z Downloaded httpdate v1.0.3
2232026-09-04T23:22:15.186Z Downloaded crc-catalog v2.4.0
2242026-09-04T23:22:15.190Z Downloaded hash32 v0.2.1
2252026-09-04T23:22:15.190Z Downloaded hostname v0.3.1
2262026-09-04T23:22:15.190Z Downloaded inout v0.2.2
2272026-09-04T23:22:15.190Z Downloaded is_terminal_polyfill v1.70.2
2282026-09-04T23:22:15.193Z Downloaded corncobs v0.1.4
2292026-09-04T23:22:15.196Z Downloaded internet-checksum v0.2.1
2302026-09-04T23:22:15.196Z Downloaded is-terminal v0.4.17
2312026-09-04T23:22:15.196Z Downloaded indent_write v2.2.0
2322026-09-04T23:22:15.199Z Downloaded ascii-canvas v3.0.0
2332026-09-04T23:22:15.199Z Downloaded idna_adapter v1.2.1
2342026-09-04T23:22:15.199Z Downloaded indoc v1.0.9
2352026-09-04T23:22:15.199Z Downloaded bit-set v0.5.3
2362026-09-04T23:22:15.202Z Downloaded bit-set v0.8.0
2372026-09-04T23:22:15.202Z Downloaded block-padding v0.4.2
2382026-09-04T23:22:15.202Z Downloaded console v0.16.2
2392026-09-04T23:22:15.205Z Downloaded illumos-nvpair-sys v0.2.0
2402026-09-04T23:22:15.205Z Downloaded http-range v0.1.5
2412026-09-04T23:22:15.205Z Downloaded async-object-pool v0.2.0
2422026-09-04T23:22:15.208Z Downloaded critical-section v1.2.0
2432026-09-04T23:22:15.208Z Downloaded defmt v1.0.1
2442026-09-04T23:22:15.211Z Downloaded convert_case v0.10.0
2452026-09-04T23:22:15.211Z Downloaded defmt-macros v1.0.1
2462026-09-04T23:22:15.211Z Downloaded illumos-nvpair v0.3.0
2472026-09-04T23:22:15.214Z Downloaded instant v0.1.13
2482026-09-04T23:22:15.214Z Downloaded icu_provider v2.1.1
2492026-09-04T23:22:15.216Z Downloaded ctutils v0.4.2
2502026-09-04T23:22:15.217Z Downloaded daft v0.1.8
2512026-09-04T23:22:15.217Z Downloaded deranged v0.5.8
2522026-09-04T23:22:15.219Z Downloaded hmac v0.12.1
2532026-09-04T23:22:15.220Z Downloaded derive-ex v0.1.8
2542026-09-04T23:22:15.220Z Downloaded der_derive v0.7.3
2552026-09-04T23:22:15.222Z Downloaded cfg_aliases v0.2.1
2562026-09-04T23:22:15.227Z Downloaded guppy-workspace-hack v0.1.0
2572026-09-04T23:22:15.230Z Downloaded cargo-platform v0.3.2
2582026-09-04T23:22:15.230Z Downloaded colored v2.2.0
2592026-09-04T23:22:15.231Z Downloaded delegate v0.13.5
2602026-09-04T23:22:15.231Z Downloaded clang-sys v1.8.1
2612026-09-04T23:22:15.233Z Downloaded ciborium-ll v0.2.2
2622026-09-04T23:22:15.234Z Downloaded ciborium-io v0.2.2
2632026-09-04T23:22:15.234Z Downloaded oxide-generation-macros v0.2.0
2642026-09-04T23:22:15.237Z Downloaded percent-encoding v2.3.2
2652026-09-04T23:22:15.237Z Downloaded heck v0.5.0
2662026-09-04T23:22:15.240Z Downloaded phf_shared v0.13.1
2672026-09-04T23:22:15.240Z Downloaded cipher v0.5.2
2682026-09-04T23:22:15.244Z Downloaded group v0.13.0
2692026-09-04T23:22:15.244Z Downloaded criterion v0.7.0
2702026-09-04T23:22:15.247Z Downloaded crypto-common v0.1.7
2712026-09-04T23:22:15.247Z Downloaded darling v0.13.4
2722026-09-04T23:22:15.250Z Downloaded openssl-probe v0.2.1
2732026-09-04T23:22:15.250Z Downloaded password-hash v0.6.1
2742026-09-04T23:22:15.250Z Downloaded potential_utf v0.1.4
2752026-09-04T23:22:15.254Z Downloaded ctr v0.10.1
2762026-09-04T23:22:15.256Z Downloaded arrayvec v0.7.6
2772026-09-04T23:22:15.256Z Downloaded hyper-staticfile v0.10.1
2782026-09-04T23:22:15.259Z Downloaded phf_shared v0.12.1
2792026-09-04T23:22:15.259Z Downloaded predicates-core v1.0.10
2802026-09-04T23:22:15.262Z Downloaded anstyle v1.0.14
2812026-09-04T23:22:15.265Z Downloaded autocfg v1.5.0
2822026-09-04T23:22:15.268Z Downloaded bit-vec v0.6.3
2832026-09-04T23:22:15.268Z Downloaded ref-cast v1.0.25
2842026-09-04T23:22:15.271Z Downloaded http-body-util v0.1.3
2852026-09-04T23:22:15.274Z Downloaded ipnet v2.12.0
2862026-09-04T23:22:15.274Z Downloaded crossbeam-utils v0.8.21
2872026-09-04T23:22:15.274Z Downloaded data-encoding v2.10.0
2882026-09-04T23:22:15.277Z Downloaded des v0.9.0
2892026-09-04T23:22:15.278Z Downloaded csv-core v0.1.13
2902026-09-04T23:22:15.280Z Downloaded darling v0.23.0
2912026-09-04T23:22:15.283Z Downloaded derive_builder v0.20.2
2922026-09-04T23:22:15.286Z Downloaded derive_builder_core v0.20.2
2932026-09-04T23:22:15.286Z Downloaded addr2line v0.25.1
2942026-09-04T23:22:15.289Z Downloaded plotters-backend v0.3.7
2952026-09-04T23:22:15.292Z Downloaded chacha20 v0.9.1
2962026-09-04T23:22:15.292Z Downloaded cipher v0.4.4
2972026-09-04T23:22:15.295Z Downloaded pathdiff v0.2.3
2982026-09-04T23:22:15.295Z Downloaded oxide-tokio-rt v0.1.4
2992026-09-04T23:22:15.298Z Downloaded peg-macros v0.8.5
3002026-09-04T23:22:15.298Z Downloaded serde-big-array v0.5.1
3012026-09-04T23:22:15.298Z Downloaded highway v1.3.0
3022026-09-04T23:22:15.301Z Downloaded sha1 v0.11.0
3032026-09-04T23:22:15.301Z Downloaded buf-list v1.1.2
3042026-09-04T23:22:15.304Z Downloaded async-trait v0.1.89
3052026-09-04T23:22:15.304Z Downloaded byteorder v1.5.0
3062026-09-04T23:22:15.304Z Downloaded rfc6979 v0.4.0
3072026-09-04T23:22:15.307Z Downloaded rfc6979 v0.6.0
3082026-09-04T23:22:15.307Z Downloaded russh-util v0.52.0
3092026-09-04T23:22:15.307Z Downloaded darling v0.20.11
3102026-09-04T23:22:15.310Z Downloaded darling v0.21.3
3112026-09-04T23:22:15.313Z Downloaded daft-derive v0.1.8
3122026-09-04T23:22:15.316Z Downloaded argon2 v0.5.3
3132026-09-04T23:22:15.316Z Downloaded crossbeam-epoch v0.9.18
3142026-09-04T23:22:15.316Z Downloaded scroll_derive v0.13.1
3152026-09-04T23:22:15.319Z Downloaded hickory-client v0.25.2
3162026-09-04T23:22:15.319Z Downloaded hybrid-array v0.4.13
3172026-09-04T23:22:15.323Z Downloaded cexpr v0.6.0
3182026-09-04T23:22:15.323Z Downloaded openssl-probe v0.1.6
3192026-09-04T23:22:15.323Z Downloaded phc v0.6.1
3202026-09-04T23:22:15.326Z Downloaded bb8 v0.8.6
3212026-09-04T23:22:15.326Z Downloaded serde_plain v1.0.2
3222026-09-04T23:22:15.329Z Downloaded similar-asserts v1.7.0
3232026-09-04T23:22:15.329Z Downloaded clap_derive v4.6.1
3242026-09-04T23:22:15.332Z Downloaded anyhow v1.0.104
3252026-09-04T23:22:15.332Z Downloaded predicates v3.1.4
3262026-09-04T23:22:15.335Z Downloaded progenitor v0.13.0
3272026-09-04T23:22:15.335Z Downloaded signal-hook-mio v0.2.5
3282026-09-04T23:22:15.335Z Downloaded signature v3.0.0
3292026-09-04T23:22:15.335Z Downloaded heapless v0.8.0
3302026-09-04T23:22:15.338Z Downloaded parse-display-derive v0.10.0
3312026-09-04T23:22:15.338Z Downloaded primeorder v0.13.6
3322026-09-04T23:22:15.341Z Downloaded httptest v0.16.4
3332026-09-04T23:22:15.341Z Downloaded strip-ansi-escapes v0.2.1
3342026-09-04T23:22:15.341Z Downloaded strsim v0.10.0
3352026-09-04T23:22:15.341Z Downloaded subtle v2.6.1
3362026-09-04T23:22:15.341Z Downloaded supports-hyperlinks v3.2.0
3372026-09-04T23:22:15.344Z Downloaded supports-unicode v2.1.0
3382026-09-04T23:22:15.347Z Downloaded hyper-rustls v0.27.7
3392026-09-04T23:22:15.347Z Downloaded iana-time-zone v0.1.65
3402026-09-04T23:22:15.349Z Downloaded crc32fast v1.5.0
3412026-09-04T23:22:15.349Z Downloaded darling_core v0.13.4
3422026-09-04T23:22:15.352Z Downloaded datatest-stable v0.3.3
3432026-09-04T23:22:15.352Z Downloaded crc-any v2.5.0
3442026-09-04T23:22:15.355Z Downloaded ingot-macros v0.2.0
3452026-09-04T23:22:15.355Z Downloaded sync_wrapper v1.0.2
3462026-09-04T23:22:15.355Z Downloaded ingot v0.2.1
3472026-09-04T23:22:15.355Z Downloaded target-triple v1.0.0
3482026-09-04T23:22:15.355Z Downloaded humantime v2.3.0
3492026-09-04T23:22:15.358Z Downloaded proc-macro-error v1.0.4
3502026-09-04T23:22:15.358Z Downloaded tap v1.0.1
3512026-09-04T23:22:15.358Z Downloaded relative-path v1.9.3
3522026-09-04T23:22:15.361Z Downloaded derive_more v0.99.20
3532026-09-04T23:22:15.361Z Downloaded half v2.7.1
3542026-09-04T23:22:15.364Z Downloaded const_format v0.2.35
3552026-09-04T23:22:15.367Z Downloaded parking_lot v0.12.5
3562026-09-04T23:22:15.367Z Downloaded rustc_version v0.1.7
3572026-09-04T23:22:15.367Z Downloaded scrypt v0.12.0
3582026-09-04T23:22:15.370Z Downloaded rand_chacha v0.9.0
3592026-09-04T23:22:15.370Z Downloaded trait-variant v0.1.2
3602026-09-04T23:22:15.370Z Downloaded derive-where v1.6.0
3612026-09-04T23:22:15.373Z Downloaded unarray v0.1.4
3622026-09-04T23:22:15.373Z Downloaded rand_core v0.6.4
3632026-09-04T23:22:15.378Z Downloaded pkcs1 v0.8.0-rc.4
3642026-09-04T23:22:15.383Z Downloaded sha2 v0.10.9
3652026-09-04T23:22:15.386Z Downloaded slog-async v2.8.0
3662026-09-04T23:22:15.386Z Downloaded slog-scope v4.4.1
3672026-09-04T23:22:15.386Z Downloaded universal-hash v0.6.1
3682026-09-04T23:22:15.391Z Downloaded compact_str v0.8.1
3692026-09-04T23:22:15.394Z Downloaded allocator-api2 v0.2.21
3702026-09-04T23:22:15.397Z Downloaded psm v0.1.30
3712026-09-04T23:22:15.397Z Downloaded rustls-native-certs v0.8.3
3722026-09-04T23:22:15.397Z Downloaded blake2b_simd v1.0.4
3732026-09-04T23:22:15.400Z Downloaded usdt-attr-macro v0.6.0
3742026-09-04T23:22:15.400Z Downloaded hmac v0.13.0
3752026-09-04T23:22:15.400Z Downloaded cancel-safe-futures v0.1.5
3762026-09-04T23:22:15.403Z Downloaded backon v1.6.0
3772026-09-04T23:22:15.403Z Downloaded strum_macros v0.26.4
3782026-09-04T23:22:15.403Z Downloaded yoke-derive v0.8.1
3792026-09-04T23:22:15.406Z Downloaded slog-stdlog v4.1.1
3802026-09-04T23:22:15.406Z Downloaded darling_core v0.23.0
3812026-09-04T23:22:15.409Z Downloaded utf8_iter v1.0.4
3822026-09-04T23:22:15.409Z Downloaded xshell-macros v0.2.7
3832026-09-04T23:22:15.409Z Downloaded termtree v0.5.1
3842026-09-04T23:22:15.409Z Downloaded thiserror-impl v1.0.69
3852026-09-04T23:22:15.409Z Downloaded digest-io v0.1.0
3862026-09-04T23:22:15.412Z Downloaded dof v0.4.0
3872026-09-04T23:22:15.416Z Downloaded crossbeam-channel v0.5.15
3882026-09-04T23:22:15.416Z Downloaded crypto-bigint v0.5.5
3892026-09-04T23:22:15.419Z Downloaded dropshot-api-manager-types v0.8.0
3902026-09-04T23:22:15.419Z Downloaded httparse v1.10.1
3912026-09-04T23:22:15.422Z Downloaded semver v1.0.28
3922026-09-04T23:22:15.422Z Downloaded tokio-dtrace v0.1.1
3932026-09-04T23:22:15.422Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3942026-09-04T23:22:15.422Z Downloaded dtrace-parser v0.3.0
3952026-09-04T23:22:15.425Z Downloaded zerofrom-derive v0.1.6
3962026-09-04T23:22:15.425Z Downloaded zeroize_derive v1.5.0
3972026-09-04T23:22:15.425Z Downloaded fnv v1.0.7
3982026-09-04T23:22:15.428Z Downloaded form_urlencoded v1.2.2
3992026-09-04T23:22:15.428Z Downloaded globwalk v0.9.1
4002026-09-04T23:22:15.428Z Downloaded itoa v1.0.17
4012026-09-04T23:22:15.431Z Downloaded quote v1.0.45
4022026-09-04T23:22:15.439Z Downloaded darling_core v0.20.11
4032026-09-04T23:22:15.442Z Downloaded thiserror-impl v2.0.18
4042026-09-04T23:22:15.444Z Downloaded escape8259 v0.5.3
4052026-09-04T23:22:15.444Z Downloaded spin v0.9.8
4062026-09-04T23:22:15.448Z Downloaded funty v2.0.0
4072026-09-04T23:22:15.448Z Downloaded fd-lock v4.0.4
4082026-09-04T23:22:15.448Z Downloaded snafu-derive v0.8.9
4092026-09-04T23:22:15.452Z Downloaded futures-task v0.3.32
4102026-09-04T23:22:15.452Z Downloaded generic-array v0.14.7
4112026-09-04T23:22:15.452Z Downloaded proc-macro2 v1.0.106
4122026-09-04T23:22:15.454Z Downloaded usdt-impl v0.5.0
4132026-09-04T23:22:15.455Z Downloaded whoami v1.6.1
4142026-09-04T23:22:15.455Z Downloaded md-5 v0.10.6
4152026-09-04T23:22:15.455Z Downloaded miette-derive v5.10.0
4162026-09-04T23:22:15.457Z Downloaded indexmap v1.9.3
4172026-09-04T23:22:15.460Z Downloaded num-derive v0.4.2
4182026-09-04T23:22:15.463Z Downloaded newtype-uuid-macros v0.1.0
4192026-09-04T23:22:15.463Z Downloaded rustversion v1.0.22
4202026-09-04T23:22:15.466Z Downloaded der v0.7.10
4212026-09-04T23:22:15.466Z Downloaded vergen-lib v0.1.6
4222026-09-04T23:22:15.469Z Downloaded git-stub v1.0.0
4232026-09-04T23:22:15.469Z Downloaded md5 v0.8.0
4242026-09-04T23:22:15.469Z Downloaded vergen-git2 v9.1.0
4252026-09-04T23:22:15.472Z Downloaded vergen-gitcl v1.0.8
4262026-09-04T23:22:15.475Z Downloaded num-conv v0.2.0
4272026-09-04T23:22:15.477Z Downloaded papergrid v0.11.0
4282026-09-04T23:22:15.480Z Downloaded serde_path_to_error v0.1.20
4292026-09-04T23:22:15.480Z Downloaded p384 v0.14.0
4302026-09-04T23:22:15.483Z Downloaded toml v0.8.23
4312026-09-04T23:22:15.486Z Downloaded maplit v1.0.2
4322026-09-04T23:22:15.486Z Downloaded fallible-iterator v0.2.0
4332026-09-04T23:22:15.489Z Downloaded base16ct v1.0.0
4342026-09-04T23:22:15.489Z Downloaded heapless v0.7.17
4352026-09-04T23:22:15.492Z Downloaded atomicwrites v0.4.4
4362026-09-04T23:22:15.492Z Downloaded headers v0.4.1
4372026-09-04T23:22:15.495Z Downloaded globset v0.4.18
4382026-09-04T23:22:15.499Z Downloaded derive_more v2.1.1
4392026-09-04T23:22:15.504Z Downloaded icu_normalizer v2.1.1
4402026-09-04T23:22:15.507Z Downloaded slog v2.8.2
4412026-09-04T23:22:15.510Z Downloaded ucd-trie v0.1.7
4422026-09-04T23:22:15.510Z Downloaded indexmap v2.14.0
4432026-09-04T23:22:15.513Z Downloaded zstd v0.13.3
4442026-09-04T23:22:15.513Z Downloaded bcrypt-pbkdf v0.11.0
4452026-09-04T23:22:15.513Z Downloaded zeroize v1.9.0
4462026-09-04T23:22:15.516Z Downloaded backtrace v0.3.76
4472026-09-04T23:22:15.516Z Downloaded linear-map v1.2.0
4482026-09-04T23:22:15.519Z Downloaded native-tls v0.2.18
4492026-09-04T23:22:15.519Z Downloaded term v1.2.1
4502026-09-04T23:22:15.522Z Downloaded cfg_aliases v0.1.1
4512026-09-04T23:22:15.525Z Downloaded time-macros v0.2.27
4522026-09-04T23:22:15.525Z Downloaded either v1.15.0
4532026-09-04T23:22:15.525Z Downloaded path-slash v0.1.5
4542026-09-04T23:22:15.525Z Downloaded phf_shared v0.11.3
4552026-09-04T23:22:15.528Z Downloaded newtype-uuid v1.3.2
4562026-09-04T23:22:15.531Z Downloaded nu-ansi-term v0.50.3
4572026-09-04T23:22:15.531Z Downloaded num-complex v0.4.6
4582026-09-04T23:22:15.531Z Downloaded progenitor-impl v0.13.0
4592026-09-04T23:22:15.535Z Downloaded oso-derive v0.27.3
4602026-09-04T23:22:15.535Z Downloaded ff v0.13.1
4612026-09-04T23:22:15.535Z Downloaded icu_normalizer_data v2.1.1
4622026-09-04T23:22:15.538Z Downloaded guppy v0.17.25
4632026-09-04T23:22:15.541Z Downloaded icu_properties v2.1.2
4642026-09-04T23:22:15.541Z Downloaded pretty-hex v0.4.1
4652026-09-04T23:22:15.541Z Downloaded proc-macro-error-attr2 v2.0.0
4662026-09-04T23:22:15.541Z Downloaded proc-macro-error-attr v1.0.4
4672026-09-04T23:22:15.544Z Downloaded anstyle-parse v1.0.0
4682026-09-04T23:22:15.544Z Downloaded hickory-resolver v0.25.2
4692026-09-04T23:22:15.547Z Downloaded assert_cmd v2.1.2
4702026-09-04T23:22:15.550Z Downloaded ecdsa v0.17.0
4712026-09-04T23:22:15.553Z Downloaded schemars v0.8.22
4722026-09-04T23:22:15.557Z Downloaded atomic-waker v1.1.2
4732026-09-04T23:22:15.561Z Downloaded serde_derive v1.0.228
4742026-09-04T23:22:15.561Z Downloaded ref-cast-impl v1.0.25
4752026-09-04T23:22:15.561Z Downloaded russh-cryptovec v0.62.0
4762026-09-04T23:22:15.564Z Downloaded libefi-sys v0.1.0
4772026-09-04T23:22:15.564Z Downloaded module-lattice v0.2.3
4782026-09-04T23:22:15.564Z Downloaded progenitor-macro v0.14.0
4792026-09-04T23:22:15.564Z Downloaded rand_xorshift v0.4.0
4802026-09-04T23:22:15.564Z Downloaded hyper-util v0.1.20
4812026-09-04T23:22:15.567Z Downloaded bitflags v1.3.2
4822026-09-04T23:22:15.567Z Downloaded hickory-resolver v0.24.4
4832026-09-04T23:22:15.570Z Downloaded icu_collections v2.1.1
4842026-09-04T23:22:15.573Z Downloaded diesel_derives v2.3.7
4852026-09-04T23:22:15.576Z Downloaded serde_yaml v0.9.34+deprecated
4862026-09-04T23:22:15.580Z Downloaded derive_more-impl v2.1.1
4872026-09-04T23:22:15.584Z Downloaded bitfield v0.19.4
4882026-09-04T23:22:15.584Z Downloaded byte-wrapper v0.1.0
4892026-09-04T23:22:15.584Z Downloaded scroll_derive v0.12.1
4902026-09-04T23:22:15.584Z Downloaded same-file v1.0.6
4912026-09-04T23:22:15.584Z Downloaded serde_spanned v0.6.9
4922026-09-04T23:22:15.584Z Downloaded rand v0.8.6
4932026-09-04T23:22:15.587Z Downloaded serde_repr v0.1.20
4942026-09-04T23:22:15.587Z Downloaded bs58 v0.5.1
4952026-09-04T23:22:15.587Z Downloaded bytecount v0.6.9
4962026-09-04T23:22:15.590Z Downloaded indicatif v0.18.4
4972026-09-04T23:22:15.590Z Downloaded parking_lot_core v0.8.6
4982026-09-04T23:22:15.593Z Downloaded path-tree v0.8.3
4992026-09-04T23:22:15.593Z Downloaded poly1305 v0.8.0
5002026-09-04T23:22:15.596Z Downloaded tinyvec v1.10.0
5012026-09-04T23:22:15.596Z Downloaded cassowary v0.3.0
5022026-09-04T23:22:15.599Z Downloaded signature v2.2.0
5032026-09-04T23:22:15.602Z Downloaded siphasher v1.0.2
5042026-09-04T23:22:15.602Z Downloaded ahash v0.8.12
5052026-09-04T23:22:15.602Z Downloaded pbkdf2 v0.13.0
5062026-09-04T23:22:15.607Z Downloaded supports-color v3.0.2
5072026-09-04T23:22:15.610Z Downloaded tagptr v0.2.0
5082026-09-04T23:22:15.610Z Downloaded displaydoc v0.2.5
5092026-09-04T23:22:15.610Z Downloaded textwrap v0.16.2
5102026-09-04T23:22:15.613Z Downloaded crossterm v0.29.0
5112026-09-04T23:22:15.616Z Downloaded primeorder v0.14.0
5122026-09-04T23:22:15.616Z Downloaded samael v0.0.19
5132026-09-04T23:22:15.619Z Downloaded tokio-tungstenite v0.21.0
5142026-09-04T23:22:15.623Z Downloaded rstest_macros v0.25.0
5152026-09-04T23:22:15.623Z Downloaded async-lock v3.4.2
5162026-09-04T23:22:15.626Z Downloaded toml_parser v1.1.2+spec-1.1.0
5172026-09-04T23:22:15.626Z Downloaded stable_deref_trait v1.2.1
5182026-09-04T23:22:15.626Z Downloaded rand_core v0.10.0
5192026-09-04T23:22:15.626Z Downloaded testing_table v0.3.0
5202026-09-04T23:22:15.626Z Downloaded structmeta-derive v0.3.0
5212026-09-04T23:22:15.626Z Downloaded supports-hyperlinks v2.1.0
5222026-09-04T23:22:15.629Z Downloaded ppv-lite86 v0.2.21
5232026-09-04T23:22:15.629Z Downloaded thiserror-impl-no-std v2.0.2
5242026-09-04T23:22:15.629Z Downloaded tower-service v0.3.3
5252026-09-04T23:22:15.629Z Downloaded tungstenite v0.21.0
5262026-09-04T23:22:15.632Z Downloaded internal-russh-num-bigint v0.5.0
5272026-09-04T23:22:15.632Z Downloaded schemars v0.9.0
5282026-09-04T23:22:15.638Z Downloaded tower-layer v0.3.3
5292026-09-04T23:22:15.641Z Downloaded chacha20 v0.10.0
5302026-09-04T23:22:15.642Z Downloaded unsafe-libyaml v0.2.11
5312026-09-04T23:22:15.645Z Downloaded schemars_derive v0.8.22
5322026-09-04T23:22:15.645Z Downloaded oxnet v0.1.6
5332026-09-04T23:22:15.645Z Downloaded parking_lot v0.11.2
5342026-09-04T23:22:15.648Z Downloaded serdect v0.4.3
5352026-09-04T23:22:15.648Z Downloaded typify-macro v0.6.2
5362026-09-04T23:22:15.648Z Downloaded pkcs1 v0.7.5
5372026-09-04T23:22:15.651Z Downloaded shlex v1.3.0
5382026-09-04T23:22:15.651Z Downloaded waitgroup v0.1.2
5392026-09-04T23:22:15.654Z Downloaded argon2 v0.6.0-rc.8
5402026-09-04T23:22:15.654Z Downloaded smallvec v0.6.14
5412026-09-04T23:22:15.657Z Downloaded secrecy v0.8.0
5422026-09-04T23:22:15.657Z Downloaded der v0.8.0
5432026-09-04T23:22:15.660Z Downloaded untrusted v0.9.0
5442026-09-04T23:22:15.660Z Downloaded utf8parse v0.2.2
5452026-09-04T23:22:15.663Z Downloaded zopfli v0.8.3
5462026-09-04T23:22:15.663Z Downloaded hashbrown v0.16.1
5472026-09-04T23:22:15.666Z Downloaded slog-dtrace v0.3.0
5482026-09-04T23:22:15.666Z Downloaded sqlformat v0.3.5
5492026-09-04T23:22:15.666Z Downloaded stringmetrics v2.2.2
5502026-09-04T23:22:15.669Z Downloaded synstructure v0.13.2
5512026-09-04T23:22:15.669Z Downloaded zone_cfg_derive v0.3.1
5522026-09-04T23:22:15.669Z Downloaded dirs-sys-next v0.1.2
5532026-09-04T23:22:15.669Z Downloaded display-error-chain v0.2.2
5542026-09-04T23:22:15.669Z Downloaded errno v0.3.14
5552026-09-04T23:22:15.669Z Downloaded flagset v0.4.7
5562026-09-04T23:22:15.672Z Downloaded itertools v0.15.0
5572026-09-04T23:22:15.675Z Downloaded strum_macros v0.24.3
5582026-09-04T23:22:15.675Z Downloaded elliptic-curve v0.13.8
5592026-09-04T23:22:15.678Z Downloaded flume v0.11.1
5602026-09-04T23:22:15.681Z Downloaded rust-argon2 v2.1.0
5612026-09-04T23:22:15.681Z Downloaded tinystr v0.8.2
5622026-09-04T23:22:15.681Z Downloaded futures-io v0.3.32
5632026-09-04T23:22:15.681Z Downloaded goblin v0.10.5
5642026-09-04T23:22:15.685Z Downloaded difflib v0.4.0
5652026-09-04T23:22:15.688Z Downloaded dunce v1.0.5
5662026-09-04T23:22:15.688Z Downloaded lru-slab v0.1.2
5672026-09-04T23:22:15.688Z Downloaded rustls-pki-types v1.14.0
5682026-09-04T23:22:15.688Z Downloaded thread_local v1.1.9
5692026-09-04T23:22:15.690Z Downloaded tinytemplate v1.2.1
5702026-09-04T23:22:15.690Z Downloaded tungstenite v0.23.0
5712026-09-04T23:22:15.693Z Downloaded futures v0.3.32
5722026-09-04T23:22:15.693Z Downloaded getrandom v0.3.4
5732026-09-04T23:22:15.696Z Downloaded pest_generator v2.8.6
5742026-09-04T23:22:15.699Z Downloaded serde_with_macros v3.21.0
5752026-09-04T23:22:15.699Z Downloaded dsl_auto_type v0.2.0
5762026-09-04T23:22:15.699Z Downloaded dtrace-parser v0.2.0
5772026-09-04T23:22:15.699Z Downloaded multimap v0.10.1
5782026-09-04T23:22:15.702Z Downloaded kstat-rs v0.2.5
5792026-09-04T23:22:15.705Z Downloaded libscf-sys v1.2.0
5802026-09-04T23:22:15.705Z Downloaded port-file v0.1.0
5812026-09-04T23:22:15.705Z Downloaded termcolor v1.4.1
5822026-09-04T23:22:15.705Z Downloaded log v0.4.33
5832026-09-04T23:22:15.708Z Downloaded aes v0.9.1
5842026-09-04T23:22:15.711Z Downloaded vsss-rs v3.3.4
5852026-09-04T23:22:15.711Z Downloaded nonempty v0.12.0
5862026-09-04T23:22:15.714Z Downloaded async-recursion v1.1.1
5872026-09-04T23:22:15.717Z Downloaded atty v0.2.14
5882026-09-04T23:22:15.717Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5892026-09-04T23:22:15.720Z Downloaded unit-prefix v0.5.2
5902026-09-04T23:22:15.720Z Downloaded crossterm v0.28.1
5912026-09-04T23:22:15.723Z Downloaded match_cfg v0.1.0
5922026-09-04T23:22:15.723Z Downloaded hashbrown v0.13.2
5932026-09-04T23:22:15.726Z Downloaded mime v0.3.17
5942026-09-04T23:22:15.726Z Downloaded assert-json-diff v2.0.2
5952026-09-04T23:22:15.727Z Downloaded itertools v0.10.5
5962026-09-04T23:22:15.730Z Downloaded foreign-types v0.3.2
5972026-09-04T23:22:15.730Z Downloaded hashbrown v0.12.3
5982026-09-04T23:22:15.733Z Downloaded flate2 v1.1.9
5992026-09-04T23:22:15.736Z Downloaded foldhash v0.2.0
6002026-09-04T23:22:15.736Z Downloaded fs_extra v1.3.0
6012026-09-04T23:22:15.739Z Downloaded base16ct v0.2.0
6022026-09-04T23:22:15.742Z Downloaded block-buffer v0.10.4
6032026-09-04T23:22:15.742Z Downloaded parse-display v0.10.0
6042026-09-04T23:22:15.745Z Downloaded plain v0.2.3
6052026-09-04T23:22:15.747Z Downloaded omicron-zone-package v0.12.3
6062026-09-04T23:22:15.750Z Downloaded unicode-segmentation v1.12.0
6072026-09-04T23:22:15.753Z Downloaded serde_with v1.14.0
6082026-09-04T23:22:15.756Z Downloaded bitflags v2.11.0
6092026-09-04T23:22:15.759Z Downloaded oso v0.27.3
6102026-09-04T23:22:15.762Z Downloaded hickory-server v0.25.2
6112026-09-04T23:22:15.765Z Downloaded http v1.4.2
6122026-09-04T23:22:15.765Z Downloaded newline-converter v0.3.0
6132026-09-04T23:22:15.765Z Downloaded libtest-mimic v0.8.1
6142026-09-04T23:22:15.768Z Downloaded filetime v0.2.27
6152026-09-04T23:22:15.768Z Downloaded env_filter v2.0.0
6162026-09-04T23:22:15.768Z Downloaded git-stub-vcs v0.1.0
6172026-09-04T23:22:15.771Z Downloaded precomputed-hash v0.1.1
6182026-09-04T23:22:15.771Z Downloaded recursive v0.1.1
6192026-09-04T23:22:15.771Z Downloaded psl-types v2.0.11
6202026-09-04T23:22:15.771Z Downloaded rustc-hash v2.1.1
6212026-09-04T23:22:15.771Z Downloaded miniz_oxide v0.8.9
6222026-09-04T23:22:15.774Z Downloaded pkcs5 v0.8.1
6232026-09-04T23:22:15.774Z Downloaded target-spec v3.5.7
6242026-09-04T23:22:15.777Z Downloaded aead v0.5.2
6252026-09-04T23:22:15.777Z Downloaded tokio-rustls v0.26.4
6262026-09-04T23:22:15.778Z Downloaded num_enum v0.5.11
6272026-09-04T23:22:15.780Z Downloaded recursive-proc-macro-impl v0.1.1
6282026-09-04T23:22:15.780Z Downloaded scheduled-thread-pool v0.2.7
6292026-09-04T23:22:15.781Z Downloaded rand_chacha v0.3.1
6302026-09-04T23:22:15.781Z Downloaded rustc_version v0.4.1
6312026-09-04T23:22:15.783Z Downloaded shell-words v1.1.1
6322026-09-04T23:22:15.783Z Downloaded socket2 v0.6.3
6332026-09-04T23:22:15.783Z Downloaded miette-derive v7.6.0
6342026-09-04T23:22:15.786Z Downloaded bcs v0.1.6
6352026-09-04T23:22:15.786Z Downloaded steno v0.4.1
6362026-09-04T23:22:15.789Z Downloaded p256 v0.14.0
6372026-09-04T23:22:15.792Z Downloaded aead v0.6.1
6382026-09-04T23:22:15.792Z Downloaded sapling-renderdag v0.1.0
6392026-09-04T23:22:15.795Z Downloaded sha1 v0.10.6
6402026-09-04T23:22:15.795Z Downloaded serde_regex v1.1.0
6412026-09-04T23:22:15.795Z Downloaded vergen v9.1.0
6422026-09-04T23:22:15.798Z Downloaded supports-color v2.1.0
6432026-09-04T23:22:15.798Z Downloaded supports-unicode v3.0.0
6442026-09-04T23:22:15.801Z Downloaded tokio-macros v2.7.0
6452026-09-04T23:22:15.807Z Downloaded jobserver v0.1.34
6462026-09-04T23:22:15.809Z Downloaded owo-colors v4.3.0
6472026-09-04T23:22:15.809Z Downloaded paste v1.0.15
6482026-09-04T23:22:15.813Z Downloaded tower v0.5.3
6492026-09-04T23:22:15.816Z Downloaded packed_struct v0.10.1
6502026-09-04T23:22:15.816Z Downloaded peg v0.8.5
6512026-09-04T23:22:15.819Z Downloaded litrs v1.0.0
6522026-09-04T23:22:15.822Z Downloaded pest v2.8.6
6532026-09-04T23:22:15.825Z Downloaded elliptic-curve v0.14.1
6542026-09-04T23:22:15.825Z Downloaded twox-hash v2.1.2
6552026-09-04T23:22:15.828Z Downloaded pkcs8 v0.10.2
6562026-09-04T23:22:15.828Z Downloaded terminal_size v0.1.17
6572026-09-04T23:22:15.828Z Downloaded universal-hash v0.5.1
6582026-09-04T23:22:15.831Z Downloaded utf-8 v0.7.6
6592026-09-04T23:22:15.831Z Downloaded downcast-rs v2.0.2
6602026-09-04T23:22:15.834Z Downloaded dyn-clone v1.0.20
6612026-09-04T23:22:15.834Z Downloaded serde_core v1.0.228
6622026-09-04T23:22:15.853Z Downloaded usdt-macro v0.6.0
6632026-09-04T23:22:15.853Z Downloaded proc-macro-error2 v2.0.1
6642026-09-04T23:22:15.853Z Downloaded typify v0.6.2
6652026-09-04T23:22:15.858Z Downloaded idna v1.1.0
6662026-09-04T23:22:15.858Z Downloaded progenitor v0.14.0
6672026-09-04T23:22:15.858Z Downloaded foreign-types-macros v0.2.3
6682026-09-04T23:22:15.858Z Downloaded resolv-conf v0.7.6
6692026-09-04T23:22:15.858Z Downloaded rustc-demangle v0.1.27
6702026-09-04T23:22:15.858Z Downloaded clap_builder v4.6.0
6712026-09-04T23:22:15.858Z Downloaded cfg-expr v0.20.6
6722026-09-04T23:22:15.858Z Downloaded serde-hex v0.1.0
6732026-09-04T23:22:15.858Z Downloaded static_assertions v1.1.0
6742026-09-04T23:22:15.858Z Downloaded spki v0.7.3
6752026-09-04T23:22:15.858Z Downloaded xattr v1.6.1
6762026-09-04T23:22:15.858Z Downloaded event-listener-strategy v0.5.4
6772026-09-04T23:22:15.861Z Downloaded sec1 v0.8.1
6782026-09-04T23:22:15.861Z Downloaded float-cmp v0.10.0
6792026-09-04T23:22:15.861Z Downloaded memmap2 v0.9.10
6802026-09-04T23:22:15.861Z Downloaded slog-json v2.6.1
6812026-09-04T23:22:15.861Z Downloaded itertools v0.13.0
6822026-09-04T23:22:15.866Z Downloaded qorb v0.4.1
6832026-09-04T23:22:15.869Z Downloaded slog-term v2.9.2
6842026-09-04T23:22:15.873Z Downloaded num_enum_derive v0.5.11
6852026-09-04T23:22:15.876Z Downloaded tokio-native-tls v0.3.1
6862026-09-04T23:22:15.876Z Downloaded endian-type v0.1.2
6872026-09-04T23:22:15.876Z Downloaded tiny-keccak v2.0.2
6882026-09-04T23:22:15.880Z Downloaded keccak v0.1.6
6892026-09-04T23:22:15.880Z Downloaded macaddr v1.0.1
6902026-09-04T23:22:15.880Z Downloaded bzip2 v0.6.1
6912026-09-04T23:22:15.883Z Downloaded yasna v0.5.2
6922026-09-04T23:22:15.883Z Downloaded rustls-platform-verifier v0.6.2
6932026-09-04T23:22:15.886Z Downloaded support-bundle-viewer v0.1.2
6942026-09-04T23:22:15.886Z Downloaded thiserror v1.0.69
6952026-09-04T23:22:15.892Z Downloaded block-buffer v0.12.1
6962026-09-04T23:22:15.895Z Downloaded serde v1.0.228
6972026-09-04T23:22:15.898Z Downloaded cc v1.2.56
6982026-09-04T23:22:15.898Z Downloaded normalize-line-endings v0.3.0
6992026-09-04T23:22:15.903Z Downloaded num-traits v0.2.19
7002026-09-04T23:22:15.906Z Downloaded nibble_vec v0.1.0
7012026-09-04T23:22:15.906Z Downloaded zstd-safe v7.2.4
7022026-09-04T23:22:15.906Z Downloaded opaque-debug v0.3.1
7032026-09-04T23:22:15.906Z Downloaded proc-macro-crate v1.3.1
7042026-09-04T23:22:15.909Z Downloaded zerotrie v0.2.3
7052026-09-04T23:22:15.912Z Downloaded dropshot_endpoint v0.17.1
7062026-09-04T23:22:15.915Z Downloaded ssh-cipher v0.3.0
7072026-09-04T23:22:15.915Z Downloaded futures-macro v0.3.32
7082026-09-04T23:22:15.917Z Downloaded string_cache v0.8.9
7092026-09-04T23:22:15.917Z Downloaded linkme-impl v0.3.35
7102026-09-04T23:22:15.917Z Downloaded bitfield-struct v0.6.2
7112026-09-04T23:22:15.917Z Downloaded cfg-if v1.0.4
7122026-09-04T23:22:15.920Z Downloaded quick-error v1.2.3
7132026-09-04T23:22:15.923Z Downloaded parse-size v1.1.0
7142026-09-04T23:22:15.923Z Downloaded hashbrown v0.17.0
7152026-09-04T23:22:15.926Z Downloaded wyz v0.5.1
7162026-09-04T23:22:15.929Z Downloaded crypto-primes v0.7.2
7172026-09-04T23:22:15.932Z Downloaded fs-err v3.3.0
7182026-09-04T23:22:15.932Z Downloaded getrandom v0.2.17
7192026-09-04T23:22:15.935Z Downloaded oxide-update-engine-types v0.1.2
7202026-09-04T23:22:15.935Z Downloaded hashbrown v0.14.5
7212026-09-04T23:22:15.938Z Downloaded toml_edit v0.23.10+spec-1.0.0
7222026-09-04T23:22:15.941Z Downloaded whoami v2.1.0
7232026-09-04T23:22:15.944Z Downloaded signal-hook-tokio v0.3.1
7242026-09-04T23:22:15.944Z Downloaded strsim v0.11.1
7252026-09-04T23:22:15.944Z Downloaded swrite v0.1.0
7262026-09-04T23:22:15.944Z Downloaded xshell v0.2.7
7272026-09-04T23:22:15.945Z Downloaded tabled_derive v0.7.0
7282026-09-04T23:22:15.947Z Downloaded sqlparser_derive v0.5.0
7292026-09-04T23:22:15.948Z Downloaded structmeta v0.3.0
7302026-09-04T23:22:15.948Z Downloaded rcgen v0.12.1
7312026-09-04T23:22:15.948Z Downloaded anstyle-parse v0.2.7
7322026-09-04T23:22:15.950Z Downloaded cargo_metadata v0.23.1
7332026-09-04T23:22:15.950Z Downloaded tracing-attributes v0.1.31
7342026-09-04T23:22:15.954Z Downloaded jiff-core v0.1.0
7352026-09-04T23:22:15.960Z Downloaded smawk v0.3.2
7362026-09-04T23:22:15.966Z Downloaded libxml v0.3.3
7372026-09-04T23:22:15.970Z Downloaded camino v1.2.5
7382026-09-04T23:22:15.973Z Downloaded hyper v1.10.1
7392026-09-04T23:22:15.976Z Downloaded oxide-generation v0.1.3
7402026-09-04T23:22:15.979Z Downloaded tinyvec_macros v0.1.1
7412026-09-04T23:22:15.979Z Downloaded ed25519-dalek v3.0.0
7422026-09-04T23:22:15.982Z Downloaded thread-id v5.1.0
7432026-09-04T23:22:15.982Z Downloaded usdt v0.5.0
7442026-09-04T23:22:15.982Z Downloaded libsw v3.5.0
7452026-09-04T23:22:15.982Z Downloaded topological-sort v0.2.2
7462026-09-04T23:22:15.985Z Downloaded unicode-truncate v1.1.0
7472026-09-04T23:22:15.988Z Downloaded iri-string v0.7.10
7482026-09-04T23:22:15.991Z Downloaded polyval v0.7.1
7492026-09-04T23:22:15.993Z Downloaded itertools v0.12.1
7502026-09-04T23:22:15.996Z Downloaded postgres-protocol v0.6.10
7512026-09-04T23:22:15.999Z Downloaded version_check v0.9.5
7522026-09-04T23:22:16.000Z Downloaded fixedbitset v0.4.2
7532026-09-04T23:22:16.000Z Downloaded rpassword v7.5.4
7542026-09-04T23:22:16.003Z Downloaded rsa v0.10.0-rc.18
7552026-09-04T23:22:16.006Z Downloaded ff v0.14.0
7562026-09-04T23:22:16.006Z Downloaded want v0.3.1
7572026-09-04T23:22:16.006Z Downloaded rustls-pemfile v2.2.0
7582026-09-04T23:22:16.006Z Downloaded nanorand v0.7.0
7592026-09-04T23:22:16.009Z Downloaded scroll v0.12.0
7602026-09-04T23:22:16.009Z Downloaded scroll v0.13.0
7612026-09-04T23:22:16.009Z Downloaded serde_tokenstream v0.3.0
7622026-09-04T23:22:16.012Z Downloaded embedded-io v0.6.1
7632026-09-04T23:22:16.012Z Downloaded knuffel v3.2.0
7642026-09-04T23:22:16.012Z Downloaded rand v0.9.2
7652026-09-04T23:22:16.015Z Downloaded plotters v0.3.7
7662026-09-04T23:22:16.021Z Downloaded icu_properties_data v2.1.2
7672026-09-04T23:22:16.027Z Downloaded lzss v0.8.2
7682026-09-04T23:22:16.030Z Downloaded postcard v1.1.3
7692026-09-04T23:22:16.030Z Downloaded tough v0.22.0
7702026-09-04T23:22:16.035Z Downloaded tracing-core v0.1.36
7712026-09-04T23:22:16.038Z Downloaded unicode-bidi v0.3.18
7722026-09-04T23:22:16.041Z Downloaded digest v0.11.3
7732026-09-04T23:22:16.041Z Downloaded document-features v0.2.12
7742026-09-04T23:22:16.041Z Downloaded futures-sink v0.3.32
7752026-09-04T23:22:16.041Z Downloaded hkdf v0.12.4
7762026-09-04T23:22:16.044Z Downloaded hkdf v0.13.0
7772026-09-04T23:22:16.045Z Downloaded itertools v0.14.0
7782026-09-04T23:22:16.048Z Downloaded nom v7.1.3
7792026-09-04T23:22:16.052Z Downloaded tokio-stream v0.1.18
7802026-09-04T23:22:16.055Z Downloaded unicode-properties v0.1.4
7812026-09-04T23:22:16.058Z Downloaded url v2.5.8
7822026-09-04T23:22:16.058Z Downloaded vte v0.14.1
7832026-09-04T23:22:16.061Z Downloaded prettyplease v0.2.37
7842026-09-04T23:22:16.064Z Downloaded serde_with_macros v1.5.2
7852026-09-04T23:22:16.064Z Downloaded jiff-static v0.2.34
7862026-09-04T23:22:16.064Z Downloaded array-init v0.0.4
7872026-09-04T23:22:16.064Z Downloaded memmap v0.7.0
7882026-09-04T23:22:16.067Z Downloaded nested v0.1.1
7892026-09-04T23:22:16.067Z Downloaded bitfield-macros v0.19.4
7902026-09-04T23:22:16.067Z Downloaded olpc-cjson v0.1.4
7912026-09-04T23:22:16.067Z Downloaded async-stream v0.3.6
7922026-09-04T23:22:16.067Z Downloaded backtrace-ext v0.2.1
7932026-09-04T23:22:16.070Z Downloaded owo-colors v3.5.0
7942026-09-04T23:22:16.070Z Downloaded chumsky v0.9.3
7952026-09-04T23:22:16.073Z Downloaded textwrap v0.15.2
7962026-09-04T23:22:16.073Z Downloaded x509-cert v0.2.5
7972026-09-04T23:22:16.076Z Downloaded poly1305 v0.9.0
7982026-09-04T23:22:16.079Z Downloaded embedded-io v0.4.0
7992026-09-04T23:22:16.079Z Downloaded ssh-key v0.7.0-rc.11
8002026-09-04T23:22:16.084Z Downloaded tls_codec v0.4.2
8012026-09-04T23:22:16.087Z Downloaded semver v0.1.20
8022026-09-04T23:22:16.087Z Downloaded powerfmt v0.2.0
8032026-09-04T23:22:16.087Z Downloaded libbz2-rs-sys v0.2.2
8042026-09-04T23:22:16.090Z Downloaded find-msvc-tools v0.1.9
8052026-09-04T23:22:16.090Z Downloaded sponge-cursor v0.1.0
8062026-09-04T23:22:16.090Z Downloaded fancy-regex v0.14.0
8072026-09-04T23:22:16.093Z Downloaded knus-derive v3.4.0
8082026-09-04T23:22:16.093Z Downloaded libloading v0.8.9
8092026-09-04T23:22:16.096Z Downloaded linkme v0.3.35
8102026-09-04T23:22:16.096Z Downloaded portable-atomic v1.13.1
8112026-09-04T23:22:16.101Z Downloaded writeable v0.6.2
8122026-09-04T23:22:16.104Z Downloaded dof v0.3.0
8132026-09-04T23:22:16.104Z Downloaded mime_guess v2.0.5
8142026-09-04T23:22:16.104Z Downloaded zerovec-derive v0.11.2
8152026-09-04T23:22:16.107Z Downloaded h2 v0.4.15
8162026-09-04T23:22:16.110Z Downloaded pest_derive v2.8.6
8172026-09-04T23:22:16.113Z Downloaded pkcs8 v0.11.0
8182026-09-04T23:22:16.113Z Downloaded ena v0.14.4
8192026-09-04T23:22:16.116Z Downloaded untrusted v0.7.1
8202026-09-04T23:22:16.116Z Downloaded usdt v0.6.0
8212026-09-04T23:22:16.116Z Downloaded tar v0.4.46
8222026-09-04T23:22:16.116Z Downloaded unicode-linebreak v0.1.5
8232026-09-04T23:22:16.119Z Downloaded generic-array v1.4.3
8242026-09-04T23:22:16.119Z Downloaded linked-hash-map v0.5.6
8252026-09-04T23:22:16.122Z Downloaded num_enum v0.7.6
8262026-09-04T23:22:16.122Z Downloaded num-integer v0.1.46
8272026-09-04T23:22:16.126Z Downloaded num_enum_derive v0.7.6
8282026-09-04T23:22:16.126Z Downloaded tabwriter v1.4.1
8292026-09-04T23:22:16.126Z Downloaded lazy_static v1.5.0
8302026-09-04T23:22:16.126Z Downloaded tempfile v3.27.0
8312026-09-04T23:22:16.129Z Downloaded pem-rfc7468 v0.7.0
8322026-09-04T23:22:16.129Z Downloaded primefield v0.14.0
8332026-09-04T23:22:16.132Z Downloaded wnaf v0.14.0
8342026-09-04T23:22:16.132Z Downloaded smallvec v1.15.1
8352026-09-04T23:22:16.132Z Downloaded enum-as-inner v0.6.1
8362026-09-04T23:22:16.132Z Downloaded iddqd v0.4.2
8372026-09-04T23:22:16.138Z Downloaded aes-gcm v0.11.0
8382026-09-04T23:22:16.141Z Downloaded progenitor-extras v0.2.0
8392026-09-04T23:22:16.145Z Downloaded zerocopy-derive v0.7.35
8402026-09-04T23:22:16.145Z Downloaded rusty-fork v0.3.1
8412026-09-04T23:22:16.145Z Downloaded dirs-next v2.0.0
8422026-09-04T23:22:16.148Z Downloaded rand_core v0.9.5
8432026-09-04T23:22:16.148Z Downloaded fastrand v2.3.0
8442026-09-04T23:22:16.148Z Downloaded foreign-types v0.5.0
8452026-09-04T23:22:16.148Z Downloaded futures-core v0.3.32
8462026-09-04T23:22:16.151Z Downloaded num v0.4.3
8472026-09-04T23:22:16.151Z Downloaded gethostname v0.5.0
8482026-09-04T23:22:16.151Z Downloaded salsa20 v0.11.0
8492026-09-04T23:22:16.151Z Downloaded partial-io v0.5.4
8502026-09-04T23:22:16.155Z Downloaded hashbrown v0.15.5
8512026-09-04T23:22:16.158Z Downloaded litemap v0.8.1
8522026-09-04T23:22:16.158Z Downloaded similar v2.7.0
8532026-09-04T23:22:16.162Z Downloaded fs-err v2.11.0
8542026-09-04T23:22:16.162Z Downloaded nodrop v0.1.14
8552026-09-04T23:22:16.162Z Downloaded parking_lot_core v0.9.12
8562026-09-04T23:22:16.165Z Downloaded assert_matches v1.5.0
8572026-09-04T23:22:16.165Z Downloaded signal-hook-registry v1.4.8
8582026-09-04T23:22:16.165Z Downloaded unicode_categories v0.1.1
8592026-09-04T23:22:16.165Z Downloaded arrayref v0.3.9
8602026-09-04T23:22:16.168Z Downloaded proc-macro-crate v3.4.0
8612026-09-04T23:22:16.168Z Downloaded serde_spanned v1.1.1
8622026-09-04T23:22:16.168Z Downloaded slog-envlogger v2.2.0
8632026-09-04T23:22:16.168Z Downloaded ssh-encoding v0.3.0
8642026-09-04T23:22:16.172Z Downloaded toml_writer v1.1.1+spec-1.1.0
8652026-09-04T23:22:16.172Z Downloaded base64 v0.22.1
8662026-09-04T23:22:16.175Z Downloaded serde_derive_internals v0.29.1
8672026-09-04T23:22:16.175Z Downloaded zip v0.6.6
8682026-09-04T23:22:16.178Z Downloaded strum v0.26.3
8692026-09-04T23:22:16.178Z Downloaded test-strategy v0.4.5
8702026-09-04T23:22:16.181Z Downloaded ar_archive_writer v0.5.1
8712026-09-04T23:22:16.181Z Downloaded tls_codec_derive v0.4.2
8722026-09-04T23:22:16.186Z Downloaded tokio-test v0.4.5
8732026-09-04T23:22:16.186Z Downloaded usdt-macro v0.5.0
8742026-09-04T23:22:16.186Z Downloaded zerofrom v0.1.6
8752026-09-04T23:22:16.186Z Downloaded equivalent v1.0.2
8762026-09-04T23:22:16.189Z Downloaded pem-rfc7468 v1.0.0
8772026-09-04T23:22:16.190Z Downloaded winnow v0.7.14
8782026-09-04T23:22:16.193Z Downloaded digest v0.10.7
8792026-09-04T23:22:16.196Z Downloaded keccak v0.2.0
8802026-09-04T23:22:16.196Z Downloaded thiserror-no-std v2.0.2
8812026-09-04T23:22:16.199Z Downloaded quick-xml v0.37.5
8822026-09-04T23:22:16.203Z Downloaded blake2 v0.10.6
8832026-09-04T23:22:16.203Z Downloaded rawzip v0.4.4
8842026-09-04T23:22:16.206Z Downloaded lru v0.12.5
8852026-09-04T23:22:16.209Z Downloaded knus v3.4.0
8862026-09-04T23:22:16.209Z Downloaded miette v5.10.0
8872026-09-04T23:22:16.212Z Downloaded rayon-core v1.13.0
8882026-09-04T23:22:16.212Z Downloaded foreign-types-shared v0.1.1
8892026-09-04T23:22:16.215Z Downloaded kem v0.3.0
8902026-09-04T23:22:16.215Z Downloaded managed v0.8.0
8912026-09-04T23:22:16.215Z Downloaded multer v3.1.0
8922026-09-04T23:22:16.215Z Downloaded unicode-ident v1.0.24
8932026-09-04T23:22:16.218Z Downloaded maybe-uninit v2.0.0
8942026-09-04T23:22:16.218Z Downloaded tokio-postgres v0.7.16
8952026-09-04T23:22:16.221Z Downloaded getrandom v0.4.3
8962026-09-04T23:22:16.224Z Downloaded arc-swap v1.8.2
8972026-09-04T23:22:16.228Z Downloaded pest_meta v2.8.6
8982026-09-04T23:22:16.228Z Downloaded anstream v0.6.21
8992026-09-04T23:22:16.228Z Downloaded uuid v1.23.4
9002026-09-04T23:22:16.232Z Downloaded camino-tempfile v1.4.1
9012026-09-04T23:22:16.232Z Downloaded camino-tempfile-ext v0.3.3
9022026-09-04T23:22:16.235Z Downloaded newtype_derive v0.1.6
9032026-09-04T23:22:16.235Z Downloaded rand_pcg v0.10.2
9042026-09-04T23:22:16.235Z Downloaded pem v3.0.6
9052026-09-04T23:22:16.235Z Downloaded phf v0.12.1
9062026-09-04T23:22:16.235Z Downloaded predicates-tree v1.0.13
9072026-09-04T23:22:16.239Z Downloaded publicsuffix v2.3.0
9082026-09-04T23:22:16.239Z Downloaded slab v0.4.12
9092026-09-04T23:22:16.240Z Downloaded seq-macro v0.3.6
9102026-09-04T23:22:16.243Z Downloaded goblin v0.8.2
9112026-09-04T23:22:16.243Z Downloaded num-bigint-dig v0.8.6
9122026-09-04T23:22:16.246Z Downloaded trybuild v1.0.116
9132026-09-04T23:22:16.249Z Downloaded terminal_size v0.4.3
9142026-09-04T23:22:16.249Z Downloaded zone v0.3.1
9152026-09-04T23:22:16.252Z Downloaded ed25519-dalek v2.2.0
9162026-09-04T23:22:16.252Z Downloaded thread-id v4.2.2
9172026-09-04T23:22:16.252Z Downloaded tui-tree-widget v0.23.1
9182026-09-04T23:22:16.256Z Downloaded lock_api v0.4.14
9192026-09-04T23:22:16.256Z Downloaded target-lexicon v0.13.3
9202026-09-04T23:22:16.256Z Downloaded thiserror v2.0.18
9212026-09-04T23:22:16.259Z Downloaded usdt-impl v0.6.0
9222026-09-04T23:22:16.259Z Downloaded winnow v1.0.3
9232026-09-04T23:22:16.265Z Downloaded rand_distr v0.5.1
9242026-09-04T23:22:16.269Z Downloaded progenitor-impl v0.14.0
9252026-09-04T23:22:16.269Z Downloaded rstest v0.25.0
9262026-09-04T23:22:16.272Z Downloaded blake2 v0.11.0-rc.6
9272026-09-04T23:22:16.277Z Downloaded uzers v0.12.2
9282026-09-04T23:22:16.277Z Downloaded futures-timer v3.0.3
9292026-09-04T23:22:16.280Z Downloaded ghash v0.6.0
9302026-09-04T23:22:16.280Z Downloaded async-stream-impl v0.3.6
9312026-09-04T23:22:16.280Z Downloaded lru-cache v0.1.2
9322026-09-04T23:22:16.280Z Downloaded fxhash v0.2.1
9332026-09-04T23:22:16.280Z Downloaded new_debug_unreachable v1.0.6
9342026-09-04T23:22:16.280Z Downloaded zip v4.6.1
9352026-09-04T23:22:16.284Z Downloaded sigpipe v0.1.3
9362026-09-04T23:22:16.284Z Downloaded quinn-udp v0.5.14
9372026-09-04T23:22:16.284Z Downloaded glob v0.3.3
9382026-09-04T23:22:16.287Z Downloaded toml_edit v0.22.27
9392026-09-04T23:22:16.290Z Downloaded sec1 v0.7.3
9402026-09-04T23:22:16.290Z Downloaded bit-vec v0.8.0
9412026-09-04T23:22:16.293Z Downloaded cast v0.3.0
9422026-09-04T23:22:16.293Z Downloaded rtoolbox v0.0.3
9432026-09-04T23:22:16.293Z Downloaded usdt-attr-macro v0.5.0
9442026-09-04T23:22:16.293Z Downloaded unicode-xid v0.2.6
9452026-09-04T23:22:16.297Z Downloaded anstyle-query v1.1.5
9462026-09-04T23:22:16.297Z Downloaded num-iter v0.1.45
9472026-09-04T23:22:16.300Z Downloaded phf v0.13.1
9482026-09-04T23:22:16.303Z Downloaded serde_tokenstream v0.2.3
9492026-09-04T23:22:16.303Z Downloaded stacker v0.1.23
9502026-09-04T23:22:16.303Z Downloaded rand v0.10.1
9512026-09-04T23:22:16.307Z Downloaded oorandom v11.1.5
9522026-09-04T23:22:16.311Z Downloaded scuffle v0.1.0
9532026-09-04T23:22:16.315Z Downloaded walkdir v2.5.0
9542026-09-04T23:22:16.320Z Downloaded rand_seeder v0.4.0
9552026-09-04T23:22:16.325Z Downloaded foldhash v0.1.5
9562026-09-04T23:22:16.328Z Downloaded secrecy v0.10.3
9572026-09-04T23:22:16.329Z Downloaded take_mut v0.2.2
9582026-09-04T23:22:16.332Z Downloaded diff v0.1.13
9592026-09-04T23:22:16.335Z Downloaded async-compression v0.4.41
9602026-09-04T23:22:16.338Z Downloaded reqwest v0.12.28
9612026-09-04T23:22:16.341Z Downloaded toml v1.1.2+spec-1.1.0
9622026-09-04T23:22:16.344Z Downloaded openssl-sys v0.9.117
9632026-09-04T23:22:16.348Z Downloaded oxide-update-engine-display v0.1.2
9642026-09-04T23:22:16.348Z Downloaded time-core v0.1.8
9652026-09-04T23:22:16.351Z Downloaded termios v0.3.3
9662026-09-04T23:22:16.351Z Downloaded pin-project-lite v0.2.17
9672026-09-04T23:22:16.355Z Downloaded tokio-util v0.7.18
9682026-09-04T23:22:16.358Z Downloaded parking v2.2.1
9692026-09-04T23:22:16.361Z Downloaded plotters-svg v0.3.7
9702026-09-04T23:22:16.361Z Downloaded once_cell v1.21.3
9712026-09-04T23:22:16.362Z Downloaded pkg-config v0.3.32
9722026-09-04T23:22:16.362Z Downloaded spki v0.8.0
9732026-09-04T23:22:16.365Z Downloaded stringprep v0.1.5
9742026-09-04T23:22:16.365Z Downloaded toml_datetime v0.6.11
9752026-09-04T23:22:16.365Z Downloaded vergen-lib v9.1.0
9762026-09-04T23:22:16.365Z Downloaded float-ord v0.3.2
9772026-09-04T23:22:16.368Z Downloaded foreign-types-shared v0.3.1
9782026-09-04T23:22:16.368Z Downloaded radium v0.7.0
9792026-09-04T23:22:16.368Z Downloaded progenitor-client v0.13.0
9802026-09-04T23:22:16.368Z Downloaded anes v0.1.6
9812026-09-04T23:22:16.371Z Downloaded bytes v1.11.1
9822026-09-04T23:22:16.371Z Downloaded strum v0.27.2
9832026-09-04T23:22:16.371Z Downloaded papergrid v0.18.0
9842026-09-04T23:22:16.374Z Downloaded progenitor-client v0.14.0
9852026-09-04T23:22:16.377Z Downloaded signal-hook v0.3.18
9862026-09-04T23:22:16.377Z Downloaded serde_urlencoded v0.7.1
9872026-09-04T23:22:16.382Z Downloaded drift v0.2.0
9882026-09-04T23:22:16.390Z Downloaded slog-bunyan v2.5.0
9892026-09-04T23:22:16.394Z Downloaded event-listener v5.4.1
9902026-09-04T23:22:16.394Z Downloaded scopeguard v1.2.0
9912026-09-04T23:22:16.394Z Downloaded num_threads v0.1.7
9922026-09-04T23:22:16.395Z Downloaded simd-adler32 v0.3.8
9932026-09-04T23:22:16.398Z Downloaded ed25519 v3.0.0
9942026-09-04T23:22:16.401Z Downloaded try-lock v0.2.5
9952026-09-04T23:22:16.401Z Downloaded futures-executor v0.3.32
9962026-09-04T23:22:16.401Z Downloaded cbc v0.2.1
9972026-09-04T23:22:16.404Z Downloaded peg-runtime v0.8.5
9982026-09-04T23:22:16.409Z Downloaded oxide-update-engine v0.1.2
9992026-09-04T23:22:16.409Z Downloaded r2d2 v0.8.10
10002026-09-04T23:22:16.409Z Downloaded wait-timeout v0.2.1
10012026-09-04T23:22:16.413Z Downloaded futures-util v0.3.32
10022026-09-04T23:22:16.416Z Downloaded void v1.0.2
10032026-09-04T23:22:16.416Z Downloaded crypto-bigint v0.7.5
10042026-09-04T23:22:16.426Z Downloaded lalrpop-util v0.19.12
10052026-09-04T23:22:16.429Z Downloaded castaway v0.2.4
10062026-09-04T23:22:16.429Z Downloaded bzip2 v0.4.4
10072026-09-04T23:22:16.429Z Downloaded unicase v2.9.0
10082026-09-04T23:22:16.429Z Downloaded zmij v1.0.21
10092026-09-04T23:22:16.432Z Downloaded async-bb8-diesel v0.2.1
10102026-09-04T23:22:16.435Z Downloaded enum_dispatch v0.3.13
10112026-09-04T23:22:16.436Z Downloaded env_logger v0.11.11
10122026-09-04T23:22:16.439Z Downloaded toml_write v0.1.2
10132026-09-04T23:22:16.439Z Downloaded libsw-core v0.3.2
10142026-09-04T23:22:16.439Z Downloaded sync-ptr v0.1.4
10152026-09-04T23:22:16.439Z Downloaded fatfs v0.3.6
10162026-09-04T23:22:16.443Z Downloaded mio v1.2.0
10172026-09-04T23:22:16.446Z Downloaded zerocopy v0.6.6
10182026-09-04T23:22:16.449Z Downloaded snafu v0.8.9
10192026-09-04T23:22:16.452Z Downloaded winnow v0.6.26
10202026-09-04T23:22:16.456Z Downloaded pretty_assertions v1.4.1
10212026-09-04T23:22:16.459Z Downloaded password-hash v0.5.0
10222026-09-04T23:22:16.459Z Downloaded knuffel-derive v3.2.0
10232026-09-04T23:22:16.459Z Downloaded adler2 v2.0.1
10242026-09-04T23:22:16.463Z Downloaded openssl-macros v0.1.1
10252026-09-04T23:22:16.463Z Downloaded packed_struct_codegen v0.10.1
10262026-09-04T23:22:16.463Z Downloaded serde_json v1.0.151
10272026-09-04T23:22:16.466Z Downloaded sha2 v0.11.0
10282026-09-04T23:22:16.470Z Downloaded progenitor-macro v0.13.0
10292026-09-04T23:22:16.470Z Downloaded serde_bytes v0.11.19
10302026-09-04T23:22:16.470Z Downloaded curve25519-dalek v4.1.3
10312026-09-04T23:22:16.474Z Downloaded schemars v1.2.1
10322026-09-04T23:22:16.483Z Downloaded num-rational v0.4.2
10332026-09-04T23:22:16.486Z Downloaded ml-kem v0.3.2
10342026-09-04T23:22:16.486Z Downloaded futures-channel v0.3.32
10352026-09-04T23:22:16.489Z Downloaded postgres-types v0.2.12
10362026-09-04T23:22:16.489Z Downloaded fixedbitset v0.5.7
10372026-09-04T23:22:16.489Z Downloaded memoffset v0.9.1
10382026-09-04T23:22:16.493Z Downloaded base64ct v1.8.3
10392026-09-04T23:22:16.493Z Downloaded tokio-tungstenite v0.23.1
10402026-09-04T23:22:16.493Z Downloaded blowfish v0.10.0
10412026-09-04T23:22:16.496Z Downloaded approx v0.5.1
10422026-09-04T23:22:16.496Z Downloaded erased-serde v0.3.31
10432026-09-04T23:22:16.496Z Downloaded backoff v0.4.0
10442026-09-04T23:22:16.500Z Downloaded nom v8.0.0
10452026-09-04T23:22:16.504Z Downloaded socket2 v0.5.10
10462026-09-04T23:22:16.504Z Downloaded ciborium v0.2.2
10472026-09-04T23:22:16.507Z Downloaded term v0.7.0
10482026-09-04T23:22:16.507Z Downloaded anstream v1.0.0
10492026-09-04T23:22:16.511Z Downloaded ed25519 v2.2.3
10502026-09-04T23:22:16.514Z Downloaded ecdsa v0.16.9
10512026-09-04T23:22:16.517Z Downloaded ron v0.8.1
10522026-09-04T23:22:16.520Z Downloaded rsa v0.9.10
10532026-09-04T23:22:16.524Z Downloaded strum_macros v0.27.2
10542026-09-04T23:22:16.527Z Downloaded pin-project-internal v1.1.11
10552026-09-04T23:22:16.527Z Downloaded yoke v0.8.1
10562026-09-04T23:22:16.530Z Downloaded smf v0.2.3
10572026-09-04T23:22:16.530Z Downloaded ryu v1.0.23
10582026-09-04T23:22:16.536Z Downloaded serde_cbor v0.11.2
10592026-09-04T23:22:16.540Z Downloaded bumpalo v3.20.2
10602026-09-04T23:22:16.540Z Downloaded tabled v0.21.0
10612026-09-04T23:22:16.552Z Downloaded toml_edit v0.19.15
10622026-09-04T23:22:16.563Z Downloaded toml v0.7.8
10632026-09-04T23:22:16.566Z Downloaded minimal-lexical v0.2.1
10642026-09-04T23:22:16.569Z Downloaded rustls-webpki v0.103.13
10652026-09-04T23:22:16.575Z Downloaded unicode-width v0.2.0
10662026-09-04T23:22:16.579Z Downloaded subprocess v0.2.15
10672026-09-04T23:22:16.582Z Downloaded chacha20poly1305 v0.10.1
10682026-09-04T23:22:16.586Z Downloaded pin-project v1.1.11
10692026-09-04T23:22:16.596Z Downloaded base64 v0.21.7
10702026-09-04T23:22:16.600Z Downloaded yansi v1.0.1
10712026-09-04T23:22:16.600Z Downloaded zerovec v0.11.5
10722026-09-04T23:22:16.603Z Downloaded quinn v0.11.11
10732026-09-04T23:22:16.606Z Downloaded sha3 v0.12.0
10742026-09-04T23:22:16.609Z Downloaded tower-http v0.6.8
10752026-09-04T23:22:16.613Z Downloaded prefix-trie v0.7.0
10762026-09-04T23:22:16.616Z Downloaded curve25519-dalek v5.0.0
10772026-09-04T23:22:16.631Z Downloaded typed-path v0.9.3
10782026-09-04T23:22:16.646Z Downloaded reqwest v0.13.2
10792026-09-04T23:22:16.649Z Downloaded reedline v0.40.0
10802026-09-04T23:22:16.653Z Downloaded p521 v0.14.0
10812026-09-04T23:22:16.661Z Downloaded object v0.30.4
10822026-09-04T23:22:16.670Z Downloaded memchr v2.8.0
10832026-09-04T23:22:16.674Z Downloaded quinn-proto v0.11.16
10842026-09-04T23:22:16.679Z Downloaded num-bigint v0.4.6
10852026-09-04T23:22:16.682Z Downloaded expectorate v1.2.0
10862026-09-04T23:22:16.685Z Downloaded zerocopy v0.8.55
10872026-09-04T23:22:16.697Z Downloaded unicode-normalization v0.1.25
10882026-09-04T23:22:16.701Z Downloaded blake3 v1.8.5
10892026-09-04T23:22:16.704Z Downloaded typenum v1.20.1
10902026-09-04T23:22:16.708Z Downloaded lalrpop v0.19.12
10912026-09-04T23:22:16.714Z Downloaded aho-corasick v1.1.4
10922026-09-04T23:22:16.717Z Downloaded regex-syntax v0.6.29
10932026-09-04T23:22:16.721Z Downloaded zerocopy v0.7.35
10942026-09-04T23:22:16.731Z Downloaded bindgen v0.71.1
10952026-09-04T23:22:16.736Z Downloaded rustyline v14.0.0
10962026-09-04T23:22:16.739Z Downloaded miette v7.6.0
10972026-09-04T23:22:16.742Z Downloaded salty v0.3.0
10982026-09-04T23:22:16.746Z Downloaded proptest v1.11.0
10992026-09-04T23:22:16.751Z Downloaded zerocopy-derive v0.8.55
11002026-09-04T23:22:16.757Z Downloaded russh v0.62.4
11012026-09-04T23:22:16.762Z Downloaded rayon v1.11.0
11022026-09-04T23:22:16.793Z Downloaded petname v2.0.2
11032026-09-04T23:22:16.797Z Downloaded bitvec v1.0.1
11042026-09-04T23:22:16.806Z Downloaded smoltcp v0.9.1
11052026-09-04T23:22:16.812Z Downloaded p384 v0.13.1
11062026-09-04T23:22:16.815Z Downloaded nix v0.28.0
11072026-09-04T23:22:16.822Z Downloaded zlib-rs v0.6.2
11082026-09-04T23:22:16.826Z Downloaded vcpkg v0.2.15
11092026-09-04T23:22:16.850Z Downloaded winnow v0.5.40
11102026-09-04T23:22:16.856Z Downloaded openapiv3 v2.2.0
11112026-09-04T23:22:16.863Z Downloaded serde_with v3.21.0
11122026-09-04T23:22:16.873Z Downloaded diesel v2.3.7
11132026-09-04T23:22:16.884Z Downloaded tabled v0.15.0
11142026-09-04T23:22:16.894Z Downloaded chrono v0.4.45
11152026-09-04T23:22:16.898Z Downloaded sqlparser v0.61.0
11162026-09-04T23:22:16.905Z Downloaded hickory-proto v0.24.4
11172026-09-04T23:22:16.914Z Downloaded regex v1.12.3
11182026-09-04T23:22:16.918Z Downloaded git2 v0.20.4
11192026-09-04T23:22:16.922Z Downloaded rustls v0.23.41
11202026-09-04T23:22:16.930Z Downloaded radix_trie v0.2.1
11212026-09-04T23:22:16.933Z Downloaded polar-core v0.27.3
11222026-09-04T23:22:16.938Z Downloaded libm v0.2.16
11232026-09-04T23:22:16.944Z Downloaded hickory-proto v0.25.2
11242026-09-04T23:22:16.954Z Downloaded object v0.37.3
11252026-09-04T23:22:16.963Z Downloaded syn v1.0.109
11262026-09-04T23:22:16.967Z Downloaded dropshot-api-manager v0.8.0
11272026-09-04T23:22:16.971Z Downloaded nix v0.31.2
11282026-09-04T23:22:16.978Z Downloaded typify-impl v0.6.2
11292026-09-04T23:22:16.988Z Downloaded openssl v0.10.80
11302026-09-04T23:22:16.994Z Downloaded aws-lc-rs v1.16.3
11312026-09-04T23:22:17.001Z Downloaded smoltcp v0.11.0
11322026-09-04T23:22:17.008Z Downloaded regress v0.10.5
11332026-09-04T23:22:17.014Z Downloaded gimli v0.32.3
11342026-09-04T23:22:17.019Z Downloaded regress v0.11.1
11352026-09-04T23:22:17.024Z Downloaded time v0.3.47
11362026-09-04T23:22:17.032Z Downloaded nix v0.27.1
11372026-09-04T23:22:17.038Z Downloaded syn v2.0.117
11382026-09-04T23:22:17.046Z Downloaded zerocopy-derive v0.6.6
11392026-09-04T23:22:17.052Z Downloaded bzip2-sys v0.1.13+1.0.8
11402026-09-04T23:22:17.060Z Downloaded unicode-width v0.1.14
11412026-09-04T23:22:17.070Z Downloaded moka v0.12.13
11422026-09-04T23:22:17.075Z Downloaded sha3 v0.11.0
11432026-09-04T23:22:17.079Z Downloaded rustix v1.1.4
11442026-09-04T23:22:17.093Z Downloaded regex-syntax v0.8.10
11452026-09-04T23:22:17.098Z Downloaded syn v3.0.3
11462026-09-04T23:22:17.105Z Downloaded ratatui v0.29.0
11472026-09-04T23:22:17.118Z Downloaded dropshot v0.17.1
11482026-09-04T23:22:17.131Z Downloaded jiff v0.2.34
11492026-09-04T23:22:17.142Z Downloaded rustix v0.38.44
11502026-09-04T23:22:17.156Z Downloaded bstr v1.12.1
11512026-09-04T23:22:17.162Z Downloaded petgraph v0.6.5
11522026-09-04T23:22:17.174Z Downloaded sled v0.34.7
11532026-09-04T23:22:17.179Z Downloaded csv v1.4.0
11542026-09-04T23:22:17.192Z Downloaded regex-automata v0.4.14
11552026-09-04T23:22:17.225Z Downloaded petgraph v0.8.3
11562026-09-04T23:22:17.228Z Downloaded libz-sys v1.1.24
11572026-09-04T23:22:17.228Z Downloaded tokio v1.52.1
11582026-09-04T23:22:17.249Z Downloaded sha3 v0.10.8
11592026-09-04T23:22:17.252Z Downloaded tracing v0.1.44
11602026-09-04T23:22:17.265Z Downloaded ring v0.17.14
11612026-09-04T23:22:17.290Z Downloaded chrono-tz v0.10.4
11622026-09-04T23:22:17.301Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11632026-09-04T23:22:17.342Z Downloaded libc v0.2.185
11642026-09-04T23:22:17.464Z Downloaded encoding_rs v0.8.35
11652026-09-04T23:22:17.513Z Downloaded httpmock v0.8.3
11662026-09-04T23:22:17.546Z Downloaded libgit2-sys v0.18.3+1.9.2
11672026-09-04T23:22:18.043Z Downloaded aws-lc-sys v0.40.0
11682026-09-04T23:22:18.456Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11692026-09-04T23:22:22.325Z Startup: Refreshing catalog 'helios' ... Done
11702026-09-04T23:22:22.760Z Startup: Caching catalogs ... Done
11712026-09-04T23:22:25.342ZPlanning: Solver setup ... Done (2.406s)
11722026-09-04T23:22:25.410ZPlanning: Running solver ... Done (0.068s)
11732026-09-04T23:22:25.464ZPlanning: Finding local manifests ... Done (0.003s)
11742026-09-04T23:22:25.476ZPlanning: Fetching manifests: 0/2 0% complete
11752026-09-04T23:22:25.491ZPlanning: Fetching manifests: 2/2 100% complete
11762026-09-04T23:22:25.505ZPlanning: Package planning ... Done (0.014s)
11772026-09-04T23:22:25.508ZPlanning: Merging actions ... Done (0.002s)
11782026-09-04T23:22:25.665ZPlanning: Checking for conflicting actions ... Done (0.159s)
11792026-09-04T23:22:25.669ZPlanning: Consolidating action changes ... Done (0.001s)
11802026-09-04T23:22:26.505ZPlanning: Evaluating mediators ... Done (0.839s)
11812026-09-04T23:22:26.509ZPlanning: Planning completed in 3.71 seconds
11822026-09-04T23:22:26.516Z Packages to install: 2
11832026-09-04T23:22:26.516Z Estimated space available: 155.74 GB
11842026-09-04T23:22:26.516ZEstimated space to be consumed: 86.48 MB
11852026-09-04T23:22:26.516Z Create boot environment: No
11862026-09-04T23:22:26.516ZCreate backup boot environment: No
11872026-09-04T23:22:26.516Z Rebuild boot archive: No
11882026-09-04T23:22:26.520Z
11892026-09-04T23:22:26.520ZChanged packages:
11902026-09-04T23:22:26.520Zhelios
11912026-09-04T23:22:26.520Z developer/build-essential
11922026-09-04T23:22:26.520Z None -> 11-3.0
11932026-09-04T23:22:26.520Z library/libxmlsec1
11942026-09-04T23:22:26.520Z None -> 1.2.35-3.0
11952026-09-04T23:22:26.541Z
11962026-09-04T23:22:26.541ZDownload: 0/214 items 0.0/1.3MB 0% complete
11972026-09-04T23:22:26.612ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11982026-09-04T23:22:26.731Z Actions: 1/268 actions (Installing new actions)
11992026-09-04T23:22:26.769Z Actions: Completed 268 actions in 0.04 seconds.
12002026-09-04T23:22:26.807ZFinalize: Updating package state database ... Done (0.037s)
12012026-09-04T23:22:26.810ZFinalize: Updating package cache ... Done (0.000s)
12022026-09-04T23:22:26.910ZFinalize: Updating image state ... Done (0.102s)
12032026-09-04T23:22:29.660ZFinalize: Creating fast lookup database ... Done (2.695s)
12042026-09-04T23:22:29.738ZFinalize: Reading search index ... Done (0.012s)
12052026-09-04T23:22:29.741ZFinalize: Updating search index ... Done (0.000s)
12062026-09-04T23:22:29.859ZFinalize: Updating package cache ... Done (0.000s)
12072026-09-04T23:22:30.241ZPlanning: Evaluating mediator changes ... Done
12082026-09-04T23:22:30.345ZPlanning: Checking for conflicting actions ... Done
12092026-09-04T23:22:30.349ZPlanning: Consolidating action changes ... Done
12102026-09-04T23:22:30.501ZPlanning: Evaluating mediators ... Done
12112026-09-04T23:22:30.504ZPlanning: Planning completed in 0.26 seconds
12122026-09-04T23:22:30.525Z Mediators to change: 2
12132026-09-04T23:22:30.525Z Create boot environment: No
12142026-09-04T23:22:30.525ZCreate backup boot environment: No
12152026-09-04T23:22:30.580ZFinalize: Updating package state database ... Done
12162026-09-04T23:22:30.580ZFinalize: Updating package cache ... Done
12172026-09-04T23:22:30.641ZFinalize: Updating image state ... Done
12182026-09-04T23:22:32.580ZFinalize: Creating fast lookup database ... Done
12192026-09-04T23:22:32.647ZFinalize: Reading search index ... Done
12202026-09-04T23:22:32.650ZFinalize: Updating search index ... Done
12212026-09-04T23:22:32.722ZFinalize: Updating package cache ... Done
12222026-09-04T23:22:33.009ZPlanning: Evaluating mediator changes ... Done
12232026-09-04T23:22:33.113ZPlanning: Checking for conflicting actions ... Done
12242026-09-04T23:22:33.116ZPlanning: Consolidating action changes ... Done
12252026-09-04T23:22:33.275ZPlanning: Evaluating mediators ... Done
12262026-09-04T23:22:33.278ZPlanning: Planning completed in 0.26 seconds
12272026-09-04T23:22:33.299Z Mediators to change: 1
12282026-09-04T23:22:33.299Z Create boot environment: No
12292026-09-04T23:22:33.299ZCreate backup boot environment: No
12302026-09-04T23:22:33.355ZFinalize: Updating package state database ... Done
12312026-09-04T23:22:33.356ZFinalize: Updating package cache ... Done
12322026-09-04T23:22:33.402ZFinalize: Updating image state ... Done
12332026-09-04T23:22:35.381ZFinalize: Creating fast lookup database ... Done
12342026-09-04T23:22:35.520ZFinalize: Reading search index ... Done
12352026-09-04T23:22:35.521ZFinalize: Updating search index ... Done
12362026-09-04T23:22:35.562ZFinalize: Updating package cache ... Done
12372026-09-04T23:22:35.886ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12382026-09-04T23:22:35.886Zapache system 2.4 system
12392026-09-04T23:22:35.886Zclang system 15 system
12402026-09-04T23:22:35.886Zcsh system system illumos
12412026-09-04T23:22:35.886Zctags system system illumos
12422026-09-04T23:22:35.886Zfile vendor vendor darwinsys
12432026-09-04T23:22:35.886Zfile system system illumos
12442026-09-04T23:22:35.886Zgcc vendor 14 vendor
12452026-09-04T23:22:35.886Zgcc system 13 system
12462026-09-04T23:22:35.886Zgcc system 10 system
12472026-09-04T23:22:35.886Zgo system 1.25 system
12482026-09-04T23:22:35.886Zllvm system 15 system
12492026-09-04T23:22:35.886Zmariadb system 11.4 system
12502026-09-04T23:22:35.886Zmta vendor vendor dma
12512026-09-04T23:22:35.886Zopenjdk system 17 system
12522026-09-04T23:22:35.886Zopenjdk system 11 system
12532026-09-04T23:22:35.887Zopenssl vendor 3 vendor
12542026-09-04T23:22:35.887Zperl system 5.40 system
12552026-09-04T23:22:35.887Zpostgresql system 18 system
12562026-09-04T23:22:35.887Zpostgresql system 17 system
12572026-09-04T23:22:35.887Zpython vendor 3 vendor
12582026-09-04T23:22:35.887Zpython system 2 system
12592026-09-04T23:22:35.887Zpython3 vendor 3.13 vendor
12602026-09-04T23:22:35.887Zruby system 3.4 system
12612026-09-04T23:22:35.887Zruby system 3.0 system
12622026-09-04T23:22:35.887Zwords vendor vendor american-english
12632026-09-04T23:22:35.887Zwords system system australian-english
12642026-09-04T23:22:35.887Zwords system system british-english
12652026-09-04T23:22:35.887Zwords system system canadian-english
12662026-09-04T23:22:35.888Zwords system system french
12672026-09-04T23:22:35.888Zwords system system italian
12682026-09-04T23:22:35.888Zwords system system ngerman
12692026-09-04T23:22:35.888Zwords system system ogerman
12702026-09-04T23:22:35.888Zwords system system spanish
12712026-09-04T23:22:36.108ZPUBLISHER TYPE STATUS P LOCATION
12722026-09-04T23:22:36.108Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12732026-09-04T23:22:36.625ZFMRI IFO
12742026-09-04T23:22:36.625Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12752026-09-04T23:22:36.625Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12762026-09-04T23:22:36.625Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12772026-09-04T23:22:36.625Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12782026-09-04T23:22:36.626Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12792026-09-04T23:22:36.626Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12802026-09-04T23:22:36.626Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12812026-09-04T23:22:36.626Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12822026-09-04T23:22:36.626Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12832026-09-04T23:22:37.252Z Downloading crates ...
12842026-09-04T23:22:37.305Z Downloaded cargo_toml v0.21.0
12852026-09-04T23:22:37.355Z Compiling proc-macro2 v1.0.106
12862026-09-04T23:22:37.355Z Compiling quote v1.0.45
12872026-09-04T23:22:37.355Z Compiling unicode-ident v1.0.24
12882026-09-04T23:22:37.360Z Compiling serde_core v1.0.228
12892026-09-04T23:22:37.360Z Compiling libc v0.2.185
12902026-09-04T23:22:37.360Z Compiling version_check v0.9.5
12912026-09-04T23:22:37.360Z Compiling memchr v2.8.0
12922026-09-04T23:22:37.437Z Compiling serde v1.0.228
12932026-09-04T23:22:37.445Z Compiling zmij v1.0.21
12942026-09-04T23:22:37.445Z Compiling thiserror v1.0.69
12952026-09-04T23:22:37.445Z Compiling ucd-trie v0.1.7
12962026-09-04T23:22:37.445Z Compiling itoa v1.0.17
12972026-09-04T23:22:37.446Z Compiling byteorder v1.5.0
12982026-09-04T23:22:37.446Z Compiling rustix v1.1.4
12992026-09-04T23:22:37.582Z Compiling serde_json v1.0.151
13002026-09-04T23:22:37.749Z Compiling bitflags v2.11.0
13012026-09-04T23:22:37.837Z Compiling syn v1.0.109
13022026-09-04T23:22:37.909Z Compiling usdt-impl v0.5.0
13032026-09-04T23:22:37.934Z Compiling pest v2.8.6
13042026-09-04T23:22:38.033Z Compiling proc-macro-error-attr v1.0.4
13052026-09-04T23:22:38.061Z Compiling camino v1.2.5
13062026-09-04T23:22:38.080Z Compiling proc-macro-error v1.0.4
13072026-09-04T23:22:38.108Z Compiling hashbrown v0.17.0
13082026-09-04T23:22:38.141Z Compiling plain v0.2.3
13092026-09-04T23:22:38.152Z Compiling equivalent v1.0.2
13102026-09-04T23:22:38.194Z Compiling utf8parse v0.2.2
13112026-09-04T23:22:38.254Z Compiling log v0.4.33
13122026-09-04T23:22:38.268Z Compiling getrandom v0.4.3
13132026-09-04T23:22:38.287Z Compiling toml_write v0.1.2
13142026-09-04T23:22:38.290Z Compiling anstyle-parse v1.0.0
13152026-09-04T23:22:38.320Z Compiling anstyle v1.0.14
13162026-09-04T23:22:38.323Z Compiling autocfg v1.5.0
13172026-09-04T23:22:38.359Z Compiling thiserror v2.0.18
13182026-09-04T23:22:38.458Z Compiling errno v0.3.14
13192026-09-04T23:22:38.461Z Compiling thread-id v4.2.2
13202026-09-04T23:22:38.491Z Compiling colorchoice v1.0.4
13212026-09-04T23:22:38.494Z Compiling anstyle-query v1.1.5
13222026-09-04T23:22:38.512Z Compiling is_terminal_polyfill v1.70.2
13232026-09-04T23:22:38.523Z Compiling pretty-hex v0.4.1
13242026-09-04T23:22:38.526Z Compiling winnow v0.7.14
13252026-09-04T23:22:38.548Z Compiling cfg-if v1.0.4
13262026-09-04T23:22:38.618Z Compiling indexmap v2.14.0
13272026-09-04T23:22:38.618Z Compiling anstream v1.0.0
13282026-09-04T23:22:38.649Z Compiling heck v0.4.1
13292026-09-04T23:22:38.652Z Compiling fastrand v2.3.0
13302026-09-04T23:22:38.683Z Compiling strsim v0.11.1
13312026-09-04T23:22:38.695Z Compiling bytecount v0.6.9
13322026-09-04T23:22:38.768Z Compiling fs-err v3.3.0
13332026-09-04T23:22:38.844Z Compiling clap_lex v1.0.0
13342026-09-04T23:22:38.880Z Compiling heck v0.5.0
13352026-09-04T23:22:38.892Z Compiling anyhow v1.0.104
13362026-09-04T23:22:38.930Z Compiling syn v2.0.117
13372026-09-04T23:22:38.966Z Compiling unicode-width v0.1.14
13382026-09-04T23:22:39.000Z Compiling pest_meta v2.8.6
13392026-09-04T23:22:39.003Z Compiling once_cell v1.21.3
13402026-09-04T23:22:39.057Z Compiling fnv v1.0.7
13412026-09-04T23:22:39.171Z Compiling memmap v0.7.0
13422026-09-04T23:22:39.198Z Compiling unicode-linebreak v0.1.5
13432026-09-04T23:22:39.233Z Compiling papergrid v0.11.0
13442026-09-04T23:22:39.259Z Compiling smawk v0.3.2
13452026-09-04T23:22:39.282Z Compiling unicode-width v0.2.0
13462026-09-04T23:22:39.303Z Compiling swrite v0.1.0
13472026-09-04T23:22:39.460Z Compiling terminal_size v0.4.3
13482026-09-04T23:22:39.460Z Compiling tempfile v3.27.0
13492026-09-04T23:22:39.555Z Compiling clap_builder v4.6.0
13502026-09-04T23:22:39.555Z Compiling textwrap v0.16.2
13512026-09-04T23:22:39.870Z Compiling semver v1.0.28
13522026-09-04T23:22:39.873Z Compiling cargo-platform v0.3.2
13532026-09-04T23:22:40.121Z Compiling camino-tempfile v1.4.1
13542026-09-04T23:22:40.381Z Compiling tabled_derive v0.7.0
13552026-09-04T23:22:41.103Z Compiling tabled v0.15.0
13562026-09-04T23:22:41.123Z Compiling pest_generator v2.8.6
13572026-09-04T23:22:41.637Z Compiling serde_derive v1.0.228
13582026-09-04T23:22:41.638Z Compiling thiserror-impl v1.0.69
13592026-09-04T23:22:41.642Z Compiling zerocopy-derive v0.7.35
13602026-09-04T23:22:41.642Z Compiling pest_derive v2.8.6
13612026-09-04T23:22:41.642Z Compiling scroll_derive v0.12.1
13622026-09-04T23:22:41.642Z Compiling thiserror-impl v2.0.18
13632026-09-04T23:22:41.642Z Compiling clap_derive v4.6.1
13642026-09-04T23:22:42.261Z Compiling scroll v0.12.0
13652026-09-04T23:22:42.368Z Compiling zerocopy v0.7.35
13662026-09-04T23:22:42.468Z Compiling goblin v0.8.2
13672026-09-04T23:22:42.645Z Compiling dtrace-parser v0.2.0
13682026-09-04T23:22:42.984Z Compiling clap v4.6.1
13692026-09-04T23:22:44.037Z Compiling toml_datetime v0.6.11
13702026-09-04T23:22:44.037Z Compiling serde_spanned v0.6.9
13712026-09-04T23:22:44.040Z Compiling cargo_metadata v0.23.1
13722026-09-04T23:22:44.040Z Compiling macaddr v1.0.1
13732026-09-04T23:22:44.041Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13742026-09-04T23:22:44.056Z Compiling dof v0.3.0
13752026-09-04T23:22:44.060Z Compiling serde_tokenstream v0.2.3
13762026-09-04T23:22:44.224Z Compiling toml_edit v0.22.27
13772026-09-04T23:22:44.740Z Compiling usdt-macro v0.5.0
13782026-09-04T23:22:44.740Z Compiling usdt-attr-macro v0.5.0
13792026-09-04T23:22:45.369Z Compiling usdt v0.5.0
13802026-09-04T23:22:45.480Z Compiling toml v0.8.23
13812026-09-04T23:22:45.793Z Compiling cargo_toml v0.21.0
13822026-09-04T23:22:47.076Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13832026-09-04T23:22:49.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s
13842026-09-04T23:22:49.220Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13852026-09-04T23:22:49.988Z Compiling serde_core v1.0.228
13862026-09-04T23:22:49.988Z Compiling libc v0.2.185
13872026-09-04T23:22:49.988Z Compiling serde v1.0.228
13882026-09-04T23:22:49.992Z Compiling log v0.4.33
13892026-09-04T23:22:49.992Z Compiling smallvec v1.15.1
13902026-09-04T23:22:49.992Z Compiling find-msvc-tools v0.1.9
13912026-09-04T23:22:49.992Z Compiling shlex v1.3.0
13922026-09-04T23:22:49.992Z Compiling subtle v2.6.1
13932026-09-04T23:22:49.992Z Compiling scopeguard v1.2.0
13942026-09-04T23:22:49.992Z Compiling stable_deref_trait v1.2.1
13952026-09-04T23:22:49.992Z Compiling typenum v1.20.1
13962026-09-04T23:22:49.992Z Compiling zerocopy v0.8.55
13972026-09-04T23:22:50.113Z Compiling portable-atomic v1.13.1
13982026-09-04T23:22:50.157Z Compiling serde_json v1.0.151
13992026-09-04T23:22:50.168Z Compiling syn v2.0.117
14002026-09-04T23:22:50.183Z Compiling critical-section v1.2.0
14012026-09-04T23:22:50.303Z Compiling lock_api v0.4.14
14022026-09-04T23:22:50.306Z Compiling libm v0.2.16
14032026-09-04T23:22:50.384Z Compiling num-traits v0.2.19
14042026-09-04T23:22:50.391Z Compiling pkg-config v0.3.32
14052026-09-04T23:22:50.391Z Compiling generic-array v0.14.7
14062026-09-04T23:22:50.391Z Compiling parking_lot_core v0.9.12
14072026-09-04T23:22:50.398Z Compiling const-oid v0.9.6
14082026-09-04T23:22:50.429Z Compiling getrandom v0.4.3
14092026-09-04T23:22:50.542Z Compiling pin-project-lite v0.2.17
14102026-09-04T23:22:50.546Z Compiling rand_core v0.10.0
14112026-09-04T23:22:50.572Z Compiling litemap v0.8.1
14122026-09-04T23:22:50.667Z Compiling futures-core v0.3.32
14132026-09-04T23:22:50.682Z Compiling percent-encoding v2.3.2
14142026-09-04T23:22:50.740Z Compiling writeable v0.6.2
14152026-09-04T23:22:50.769Z Compiling icu_properties_data v2.1.2
14162026-09-04T23:22:50.769Z Compiling icu_normalizer_data v2.1.1
14172026-09-04T23:22:50.799Z Compiling rustix v1.1.4
14182026-09-04T23:22:50.803Z Compiling getrandom v0.3.4
14192026-09-04T23:22:50.858Z Compiling futures-sink v0.3.32
14202026-09-04T23:22:50.875Z Compiling utf8_iter v1.0.4
14212026-09-04T23:22:50.893Z Compiling futures-io v0.3.32
14222026-09-04T23:22:50.938Z Compiling futures-task v0.3.32
14232026-09-04T23:22:50.953Z Compiling slab v0.4.12
14242026-09-04T23:22:50.979Z Compiling futures-channel v0.3.32
14252026-09-04T23:22:51.028Z Compiling errno v0.3.14
14262026-09-04T23:22:51.043Z Compiling jobserver v0.1.34
14272026-09-04T23:22:51.046Z Compiling getrandom v0.2.17
14282026-09-04T23:22:51.106Z Compiling mio v1.2.0
14292026-09-04T23:22:51.159Z Compiling signal-hook-registry v1.4.8
14302026-09-04T23:22:51.201Z Compiling socket2 v0.6.3
14312026-09-04T23:22:51.230Z Compiling rand_core v0.6.4
14322026-09-04T23:22:51.274Z Compiling cc v1.2.56
14332026-09-04T23:22:51.290Z Compiling form_urlencoded v1.2.2
14342026-09-04T23:22:51.347Z Compiling once_cell v1.21.3
14352026-09-04T23:22:51.363Z Compiling parking_lot v0.12.5
14362026-09-04T23:22:51.452Z Compiling rustversion v1.0.22
14372026-09-04T23:22:51.469Z Compiling base64ct v1.8.3
14382026-09-04T23:22:51.484Z Compiling iana-time-zone v0.1.65
14392026-09-04T23:22:51.513Z Compiling fs_extra v1.3.0
14402026-09-04T23:22:51.513Z Compiling regex-syntax v0.8.10
14412026-09-04T23:22:51.569Z Compiling ident_case v1.0.1
14422026-09-04T23:22:51.602Z Compiling dunce v1.0.5
14432026-09-04T23:22:51.632Z Compiling flagset v0.4.7
14442026-09-04T23:22:51.654Z Compiling base64 v0.22.1
14452026-09-04T23:22:51.707Z Compiling pem-rfc7468 v0.7.0
14462026-09-04T23:22:51.721Z Compiling rand_core v0.9.5
14472026-09-04T23:22:51.725Z Compiling syn v1.0.109
14482026-09-04T23:22:51.781Z Compiling vcpkg v0.2.15
14492026-09-04T23:22:51.796Z Compiling tracing-core v0.1.36
14502026-09-04T23:22:51.799Z Compiling aws-lc-rs v1.16.3
14512026-09-04T23:22:51.799Z Compiling schemars v0.8.22
14522026-09-04T23:22:51.799Z Compiling dyn-clone v1.0.20
14532026-09-04T23:22:51.901Z Compiling cpufeatures v0.2.17
14542026-09-04T23:22:51.955Z Compiling simd-adler32 v0.3.8
14552026-09-04T23:22:51.985Z Compiling spin v0.9.8
14562026-09-04T23:22:52.001Z Compiling adler2 v2.0.1
14572026-09-04T23:22:52.024Z Compiling tinyvec_macros v0.1.1
14582026-09-04T23:22:52.038Z Compiling httparse v1.10.1
14592026-09-04T23:22:52.067Z Compiling cmake v0.1.57
14602026-09-04T23:22:52.126Z Compiling crc32fast v1.5.0
14612026-09-04T23:22:52.141Z Compiling openssl-probe v0.2.1
14622026-09-04T23:22:52.144Z Compiling cmov v0.5.4
14632026-09-04T23:22:52.198Z Compiling miniz_oxide v0.8.9
14642026-09-04T23:22:52.210Z Compiling tinyvec v1.10.0
14652026-09-04T23:22:52.226Z Compiling aho-corasick v1.1.4
14662026-09-04T23:22:52.342Z Compiling bitflags v2.11.0
14672026-09-04T23:22:52.403Z Compiling semver v1.0.28
14682026-09-04T23:22:52.431Z Compiling indexmap v2.14.0
14692026-09-04T23:22:52.445Z Compiling uuid v1.23.4
14702026-09-04T23:22:52.537Z Compiling ctutils v0.4.2
14712026-09-04T23:22:52.552Z Compiling atomic-waker v1.1.2
14722026-09-04T23:22:52.573Z Compiling tower-layer v0.3.3
14732026-09-04T23:22:52.588Z Compiling untrusted v0.7.1
14742026-09-04T23:22:52.588Z Compiling try-lock v0.2.5
14752026-09-04T23:22:52.685Z Compiling rustc_version v0.4.1
14762026-09-04T23:22:52.718Z Compiling unicode-segmentation v1.12.0
14772026-09-04T23:22:52.718Z Compiling tower-service v0.3.3
14782026-09-04T23:22:52.746Z Compiling radium v0.7.0
14792026-09-04T23:22:52.760Z Compiling want v0.3.1
14802026-09-04T23:22:52.841Z Compiling maybe-uninit v2.0.0
14812026-09-04T23:22:52.889Z Compiling aws-lc-sys v0.40.0
14822026-09-04T23:22:52.944Z Compiling openssl-sys v0.9.117
14832026-09-04T23:22:53.022Z Compiling rustls v0.23.41
14842026-09-04T23:22:53.036Z Compiling regex-automata v0.4.14
14852026-09-04T23:22:53.072Z Compiling openssl v0.10.80
14862026-09-04T23:22:53.095Z Compiling synstructure v0.13.2
14872026-09-04T23:22:53.109Z Compiling serde_derive_internals v0.29.1
14882026-09-04T23:22:53.135Z Compiling pest_generator v2.8.6
14892026-09-04T23:22:53.150Z Compiling darling_core v0.20.11
14902026-09-04T23:22:53.153Z Compiling foreign-types-shared v0.1.1
14912026-09-04T23:22:53.236Z Compiling httpdate v1.0.3
14922026-09-04T23:22:53.249Z Compiling untrusted v0.9.0
14932026-09-04T23:22:53.352Z Compiling tap v1.0.1
14942026-09-04T23:22:53.386Z Compiling foreign-types v0.3.2
14952026-09-04T23:22:53.471Z Compiling tempfile v3.27.0
14962026-09-04T23:22:53.489Z Compiling terminal_size v0.4.3
14972026-09-04T23:22:53.504Z Compiling wyz v0.5.1
14982026-09-04T23:22:53.659Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-09-04T23:22:53.696Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-09-04T23:22:53.725Z Compiling unicode-normalization v0.1.25
15012026-09-04T23:22:53.733Z Compiling num-integer v0.1.46
15022026-09-04T23:22:53.809Z Compiling socket2 v0.5.10
15032026-09-04T23:22:53.859Z Compiling wait-timeout v0.2.1
15042026-09-04T23:22:53.876Z Compiling ahash v0.8.12
15052026-09-04T23:22:53.891Z Compiling time-core v0.1.8
15062026-09-04T23:22:53.958Z Compiling powerfmt v0.2.0
15072026-09-04T23:22:54.019Z Compiling funty v2.0.0
15082026-09-04T23:22:54.038Z Compiling native-tls v0.2.18
15092026-09-04T23:22:54.062Z Compiling num-conv v0.2.0
15102026-09-04T23:22:54.077Z Compiling bit-vec v0.8.0
15112026-09-04T23:22:54.093Z Compiling packed_struct v0.10.1
15122026-09-04T23:22:54.110Z Compiling quick-error v1.2.3
15132026-09-04T23:22:54.130Z Compiling num-bigint-dig v0.8.6
15142026-09-04T23:22:54.183Z Compiling deranged v0.5.8
15152026-09-04T23:22:54.212Z Compiling rusty-fork v0.3.1
15162026-09-04T23:22:54.215Z Compiling time-macros v0.2.27
15172026-09-04T23:22:54.241Z Compiling clap_builder v4.6.0
15182026-09-04T23:22:54.305Z Compiling bit-set v0.8.0
15192026-09-04T23:22:54.332Z Compiling num-iter v0.1.45
15202026-09-04T23:22:54.384Z Compiling bitvec v1.0.1
15212026-09-04T23:22:54.461Z Compiling lazy_static v1.5.0
15222026-09-04T23:22:54.475Z Compiling rand_xorshift v0.4.0
15232026-09-04T23:22:54.495Z Compiling sync_wrapper v1.0.2
15242026-09-04T23:22:54.549Z Compiling indexmap v1.9.3
15252026-09-04T23:22:54.568Z Compiling num_threads v0.1.7
15262026-09-04T23:22:54.612Z Compiling object v0.37.3
15272026-09-04T23:22:54.627Z Compiling crossbeam-utils v0.8.21
15282026-09-04T23:22:54.651Z Compiling siphasher v1.0.2
15292026-09-04T23:22:54.672Z Compiling zlib-rs v0.6.2
15302026-09-04T23:22:54.780Z Compiling unarray v0.1.4
15312026-09-04T23:22:54.842Z Compiling serde_derive v1.0.228
15322026-09-04T23:22:54.857Z Compiling zeroize_derive v1.5.0
15332026-09-04T23:22:54.899Z Compiling zerocopy-derive v0.8.55
15342026-09-04T23:22:54.915Z Compiling zerofrom-derive v0.1.6
15352026-09-04T23:22:54.942Z Compiling yoke-derive v0.8.1
15362026-09-04T23:22:55.180Z Compiling zerovec-derive v0.11.2
15372026-09-04T23:22:55.243Z Compiling displaydoc v0.2.5
15382026-09-04T23:22:55.341Z Compiling tokio-macros v2.7.0
15392026-09-04T23:22:55.512Z Compiling futures-macro v0.3.32
15402026-09-04T23:22:55.578Z Compiling thiserror-impl v2.0.18
15412026-09-04T23:22:55.916Z Compiling der_derive v0.7.3
15422026-09-04T23:22:56.102Z Compiling tracing-attributes v0.1.31
15432026-09-04T23:22:56.150Z Compiling schemars_derive v0.8.22
15442026-09-04T23:22:56.179Z Compiling pest_derive v2.8.6
15452026-09-04T23:22:56.227Z Compiling scroll_derive v0.13.1
15462026-09-04T23:22:56.384Z Compiling futures-util v0.3.32
15472026-09-04T23:22:56.398Z Compiling darling_macro v0.20.11
15482026-09-04T23:22:56.437Z Compiling zerofrom v0.1.6
15492026-09-04T23:22:56.573Z Compiling yoke v0.8.1
15502026-09-04T23:22:56.672Z Compiling openssl-macros v0.1.1
15512026-09-04T23:22:56.781Z Compiling zerovec v0.11.5
15522026-09-04T23:22:56.937Z Compiling zerotrie v0.2.3
15532026-09-04T23:22:56.962Z Compiling thiserror-impl v1.0.69
15542026-09-04T23:22:56.997Z Compiling thiserror v2.0.18
15552026-09-04T23:22:57.084Z Compiling scroll v0.13.0
15562026-09-04T23:22:57.134Z Compiling darling v0.20.11
15572026-09-04T23:22:57.232Z Compiling packed_struct_codegen v0.10.1
15582026-09-04T23:22:57.247Z Compiling tinystr v0.8.2
15592026-09-04T23:22:57.260Z Compiling potential_utf v0.1.4
15602026-09-04T23:22:57.321Z Compiling goblin v0.10.5
15612026-09-04T23:22:57.373Z Compiling zerocopy-derive v0.6.6
15622026-09-04T23:22:57.388Z Compiling clap_derive v4.6.1
15632026-09-04T23:22:57.448Z Compiling icu_locale_core v2.1.1
15642026-09-04T23:22:57.476Z Compiling icu_collections v2.1.1
15652026-09-04T23:22:57.490Z Compiling bitfield-macros v0.19.4
15662026-09-04T23:22:57.518Z Compiling tracing v0.1.44
15672026-09-04T23:22:57.813Z Compiling usdt-impl v0.6.0
15682026-09-04T23:22:57.999Z Compiling paste v1.0.15
15692026-09-04T23:22:58.029Z Compiling nodrop v0.1.14
15702026-09-04T23:22:58.061Z Compiling crc-catalog v2.4.0
15712026-09-04T23:22:58.140Z Compiling icu_provider v2.1.1
15722026-09-04T23:22:58.181Z Compiling crc v3.4.0
15732026-09-04T23:22:58.296Z Compiling bitfield v0.19.4
15742026-09-04T23:22:58.309Z Compiling zerocopy v0.6.6
15752026-09-04T23:22:58.324Z Compiling thiserror v1.0.69
15762026-09-04T23:22:58.384Z Compiling zeroize v1.9.0
15772026-09-04T23:22:58.399Z Compiling bytes v1.11.1
15782026-09-04T23:22:58.403Z Compiling icu_normalizer v2.1.1
15792026-09-04T23:22:58.403Z Compiling icu_properties v2.1.2
15802026-09-04T23:22:58.445Z Compiling chrono v0.4.45
15812026-09-04T23:22:58.460Z Compiling ipnet v2.12.0
15822026-09-04T23:22:58.463Z Compiling hex v0.4.3
15832026-09-04T23:22:58.619Z Compiling der v0.7.10
15842026-09-04T23:22:58.648Z Compiling rustls-pki-types v1.14.0
15852026-09-04T23:22:58.759Z Compiling hybrid-array v0.4.13
15862026-09-04T23:22:58.816Z Compiling toml_datetime v0.6.11
15872026-09-04T23:22:58.962Z Compiling tokio v1.52.1
15882026-09-04T23:22:58.983Z Compiling http v1.4.2
15892026-09-04T23:22:59.029Z Compiling serde_spanned v0.6.9
15902026-09-04T23:22:59.108Z Compiling array-init v0.0.4
15912026-09-04T23:22:59.180Z Compiling block-buffer v0.10.4
15922026-09-04T23:22:59.195Z Compiling crypto-common v0.1.7
15932026-09-04T23:22:59.246Z Compiling clap v4.6.1
15942026-09-04T23:22:59.335Z Compiling digest v0.10.7
15952026-09-04T23:22:59.348Z Compiling idna_adapter v1.2.1
15962026-09-04T23:22:59.464Z Compiling ppv-lite86 v0.2.21
15972026-09-04T23:22:59.494Z Compiling idna v1.1.0
15982026-09-04T23:22:59.544Z Compiling spki v0.7.3
15992026-09-04T23:22:59.559Z Compiling sha2 v0.10.9
16002026-09-04T23:22:59.602Z Compiling signature v2.2.0
16012026-09-04T23:22:59.681Z Compiling http-body v1.0.1
16022026-09-04T23:22:59.709Z Compiling pkcs8 v0.10.2
16032026-09-04T23:22:59.768Z Compiling rand_chacha v0.9.0
16042026-09-04T23:22:59.806Z Compiling url v2.5.8
16052026-09-04T23:22:59.821Z Compiling rand_chacha v0.3.1
16062026-09-04T23:22:59.837Z Compiling hmac v0.12.1
16072026-09-04T23:22:59.840Z Compiling http-body-util v0.1.3
16082026-09-04T23:22:59.907Z Compiling pkcs1 v0.7.5
16092026-09-04T23:22:59.989Z Compiling rand v0.9.2
16102026-09-04T23:23:00.014Z Compiling flate2 v1.1.9
16112026-09-04T23:23:00.108Z Compiling rand v0.8.6
16122026-09-04T23:23:00.112Z Compiling dof v0.4.0
16132026-09-04T23:23:00.158Z Compiling derive_builder_core v0.20.2
16142026-09-04T23:23:00.173Z Compiling dtrace-parser v0.3.0
16152026-09-04T23:23:00.401Z Compiling time v0.3.47
16162026-09-04T23:23:00.588Z Compiling scroll_derive v0.12.1
16172026-09-04T23:23:00.626Z Compiling proptest v1.11.0
16182026-09-04T23:23:00.629Z Compiling structmeta-derive v0.3.0
16192026-09-04T23:23:00.692Z Compiling smallvec v0.6.14
16202026-09-04T23:23:00.910Z Compiling darling_core v0.23.0
16212026-09-04T23:23:00.965Z Compiling heapless v0.7.17
16222026-09-04T23:23:01.002Z Compiling slog v2.8.2
16232026-09-04T23:23:01.028Z Compiling thread-id v5.1.0
16242026-09-04T23:23:01.118Z Compiling env_filter v2.0.0
16252026-09-04T23:23:01.134Z Compiling syn v3.0.3
16262026-09-04T23:23:01.238Z Compiling ipnetwork v0.21.1
16272026-09-04T23:23:01.253Z Compiling cookie v0.18.1
16282026-09-04T23:23:01.301Z Compiling unicode-properties v0.1.4
16292026-09-04T23:23:01.378Z Compiling anyhow v1.0.104
16302026-09-04T23:23:01.429Z Compiling zstd-safe v7.2.4
16312026-09-04T23:23:01.474Z Compiling unicode-bidi v0.3.18
16322026-09-04T23:23:01.531Z Compiling ryu v1.0.23
16332026-09-04T23:23:01.559Z Compiling hashbrown v0.12.3
16342026-09-04T23:23:01.646Z Compiling base64 v0.21.7
16352026-09-04T23:23:01.661Z Compiling allocator-api2 v0.2.21
16362026-09-04T23:23:01.677Z Compiling winnow v0.5.40
16372026-09-04T23:23:01.724Z Compiling iri-string v0.7.10
16382026-09-04T23:23:01.727Z Compiling signal-hook v0.3.18
16392026-09-04T23:23:01.754Z Compiling gimli v0.32.3
16402026-09-04T23:23:01.785Z Compiling structmeta v0.3.0
16412026-09-04T23:23:01.971Z Compiling ron v0.8.1
16422026-09-04T23:23:02.009Z Compiling rsa v0.9.10
16432026-09-04T23:23:02.024Z Compiling stringprep v0.1.5
16442026-09-04T23:23:02.076Z Compiling serde_urlencoded v0.7.1
16452026-09-04T23:23:02.282Z Compiling oxnet v0.1.6
16462026-09-04T23:23:02.320Z Compiling scroll v0.12.0
16472026-09-04T23:23:02.344Z Compiling env_logger v0.11.11
16482026-09-04T23:23:02.465Z Compiling derive_builder_macro v0.20.2
16492026-09-04T23:23:02.622Z Compiling serde-hex v0.1.0
16502026-09-04T23:23:02.745Z Compiling camino v1.2.5
16512026-09-04T23:23:02.964Z Compiling tokio-util v0.7.18
16522026-09-04T23:23:02.980Z Compiling tower v0.5.3
16532026-09-04T23:23:03.123Z Compiling newtype-uuid v1.3.2
16542026-09-04T23:23:03.162Z Compiling toml_edit v0.19.15
16552026-09-04T23:23:03.180Z Compiling tokio-native-tls v0.3.1
16562026-09-04T23:23:03.370Z Compiling bzip2 v0.4.4
16572026-09-04T23:23:03.494Z Compiling addr2line v0.25.1
16582026-09-04T23:23:03.497Z Compiling tower-http v0.6.8
16592026-09-04T23:23:03.530Z Compiling darling_macro v0.23.0
16602026-09-04T23:23:03.592Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16612026-09-04T23:23:03.776Z Compiling h2 v0.4.15
16622026-09-04T23:23:03.820Z Compiling hashbrown v0.13.2
16632026-09-04T23:23:03.857Z Compiling x509-cert v0.2.5
16642026-09-04T23:23:03.915Z Compiling md-5 v0.10.6
16652026-09-04T23:23:04.021Z Compiling block-padding v0.4.2
16662026-09-04T23:23:04.054Z Compiling crypto-common v0.2.2
16672026-09-04T23:23:04.102Z Compiling block-buffer v0.12.1
16682026-09-04T23:23:04.211Z Compiling rustls-native-certs v0.8.3
16692026-09-04T23:23:04.309Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16702026-09-04T23:23:04.384Z Compiling serde_tokenstream v0.2.3
16712026-09-04T23:23:04.512Z Compiling erased-serde v0.3.31
16722026-09-04T23:23:04.526Z Compiling bstr v1.12.1
16732026-09-04T23:23:04.679Z Compiling daft-derive v0.1.8
16742026-09-04T23:23:04.705Z Compiling pin-project-internal v1.1.11
16752026-09-04T23:23:04.871Z Compiling async-trait v0.1.89
16762026-09-04T23:23:04.892Z Compiling zerocopy-derive v0.7.35
16772026-09-04T23:23:05.005Z Compiling heck v0.4.1
16782026-09-04T23:23:05.129Z Compiling curve25519-dalek v4.1.3
16792026-09-04T23:23:05.188Z Compiling vergen-lib v9.1.0
16802026-09-04T23:23:05.241Z Compiling hash32 v0.2.1
16812026-09-04T23:23:05.406Z Compiling memoffset v0.9.1
16822026-09-04T23:23:05.445Z Compiling encoding_rs v0.8.35
16832026-09-04T23:23:05.500Z Compiling mime v0.3.17
16842026-09-04T23:23:05.503Z Compiling ref-cast v1.0.25
16852026-09-04T23:23:05.544Z Compiling smoltcp v0.9.1
16862026-09-04T23:23:05.559Z Compiling rustc-demangle v0.1.27
16872026-09-04T23:23:05.669Z Compiling psl-types v2.0.11
16882026-09-04T23:23:05.786Z Compiling owo-colors v4.3.0
16892026-09-04T23:23:05.811Z Compiling rustix v0.38.44
16902026-09-04T23:23:05.833Z Compiling litrs v1.0.0
16912026-09-04T23:23:05.850Z Compiling fallible-iterator v0.2.0
16922026-09-04T23:23:05.864Z Compiling crc-any v2.5.0
16932026-09-04T23:23:05.879Z Compiling cfg_aliases v0.2.1
16942026-09-04T23:23:05.919Z Compiling pin-project v1.1.11
16952026-09-04T23:23:05.974Z Compiling nix v0.31.2
16962026-09-04T23:23:05.990Z Compiling zerocopy v0.7.35
16972026-09-04T23:23:06.014Z Compiling backtrace v0.3.76
16982026-09-04T23:23:06.018Z Compiling publicsuffix v2.3.0
16992026-09-04T23:23:06.165Z Compiling postgres-protocol v0.6.10
17002026-09-04T23:23:06.191Z Compiling daft v0.1.8
17012026-09-04T23:23:06.235Z Compiling snafu-derive v0.8.9
17022026-09-04T23:23:06.343Z Compiling toml v0.7.8
17032026-09-04T23:23:06.387Z Compiling document-features v0.2.12
17042026-09-04T23:23:06.390Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17052026-09-04T23:23:06.493Z Compiling object v0.30.4
17062026-09-04T23:23:06.574Z Compiling inout v0.2.2
17072026-09-04T23:23:06.605Z Compiling darling v0.23.0
17082026-09-04T23:23:06.680Z Compiling zip v0.6.6
17092026-09-04T23:23:06.696Z Compiling derive_builder v0.20.2
17102026-09-04T23:23:06.712Z Compiling goblin v0.8.2
17112026-09-04T23:23:06.841Z Compiling derive-ex v0.1.8
17122026-09-04T23:23:06.970Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17132026-09-04T23:23:07.010Z Compiling hyper v1.10.1
17142026-09-04T23:23:07.073Z Compiling futures-executor v0.3.32
17152026-09-04T23:23:07.125Z Compiling hubpack_derive v0.1.1
17162026-09-04T23:23:07.240Z Compiling regex v1.12.3
17172026-09-04T23:23:07.282Z Compiling strum_macros v0.27.2
17182026-09-04T23:23:07.296Z Compiling curve25519-dalek-derive v0.1.1
17192026-09-04T23:23:07.362Z Compiling ref-cast-impl v1.0.25
17202026-09-04T23:23:07.380Z Compiling phf_shared v0.13.1
17212026-09-04T23:23:07.624Z Compiling convert_case v0.10.0
17222026-09-04T23:23:07.641Z Compiling vergen v9.1.0
17232026-09-04T23:23:07.700Z Compiling cargo-platform v0.3.2
17242026-09-04T23:23:07.855Z Compiling ff v0.13.1
17252026-09-04T23:23:07.945Z Compiling fs-err v3.3.0
17262026-09-04T23:23:07.965Z Compiling jiff-core v0.1.0
17272026-09-04T23:23:07.980Z Compiling foldhash v0.2.0
17282026-09-04T23:23:08.006Z Compiling bitflags v1.3.2
17292026-09-04T23:23:08.009Z Compiling base16ct v0.2.0
17302026-09-04T23:23:08.063Z Compiling managed v0.8.0
17312026-09-04T23:23:08.095Z Compiling libbz2-rs-sys v0.2.2
17322026-09-04T23:23:08.178Z Compiling hyper-util v0.1.20
17332026-09-04T23:23:08.219Z Compiling is_ci v1.2.0
17342026-09-04T23:23:08.233Z Compiling path-slash v0.1.5
17352026-09-04T23:23:08.282Z Compiling bumpalo v3.20.2
17362026-09-04T23:23:08.297Z Compiling same-file v1.0.6
17372026-09-04T23:23:08.358Z Compiling foldhash v0.1.5
17382026-09-04T23:23:08.374Z Compiling supports-color v3.0.2
17392026-09-04T23:23:08.387Z Compiling snafu v0.8.9
17402026-09-04T23:23:08.476Z Compiling walkdir v2.5.0
17412026-09-04T23:23:08.553Z Compiling bzip2 v0.6.1
17422026-09-04T23:23:08.556Z Compiling hashbrown v0.15.5
17432026-09-04T23:23:08.582Z Compiling zopfli v0.8.3
17442026-09-04T23:23:08.599Z Compiling test-strategy v0.4.5
17452026-09-04T23:23:08.764Z Compiling jiff v0.2.34
17462026-09-04T23:23:08.791Z Compiling sec1 v0.7.3
17472026-09-04T23:23:08.805Z Compiling hashbrown v0.16.1
17482026-09-04T23:23:08.887Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17492026-09-04T23:23:09.075Z Compiling dof v0.3.0
17502026-09-04T23:23:09.090Z Compiling textwrap v0.16.2
17512026-09-04T23:23:09.259Z Compiling group v0.13.0
17522026-09-04T23:23:09.302Z Compiling strum v0.27.2
17532026-09-04T23:23:09.451Z Compiling derive_more-impl v2.1.1
17542026-09-04T23:23:09.465Z Compiling cargo_metadata v0.23.1
17552026-09-04T23:23:09.496Z Compiling hubpack v0.1.2
17562026-09-04T23:23:09.513Z Compiling phf v0.13.1
17572026-09-04T23:23:09.546Z Compiling signal-hook-mio v0.2.5
17582026-09-04T23:23:09.562Z Compiling hyper-tls v0.6.0
17592026-09-04T23:23:09.681Z Compiling futures v0.3.32
17602026-09-04T23:23:09.695Z Compiling cookie_store v0.22.1
17612026-09-04T23:23:09.774Z Compiling reqwest v0.12.28
17622026-09-04T23:23:09.816Z Compiling zstd v0.13.3
17632026-09-04T23:23:09.830Z Compiling cipher v0.5.2
17642026-09-04T23:23:09.946Z Compiling serde_with_macros v3.21.0
17652026-09-04T23:23:10.098Z Compiling postgres-types v0.2.12
17662026-09-04T23:23:10.101Z Compiling backtrace-ext v0.2.1
17672026-09-04T23:23:10.280Z Compiling globset v0.4.18
17682026-09-04T23:23:10.330Z Compiling usdt-macro v0.6.0
17692026-09-04T23:23:10.344Z Compiling usdt-attr-macro v0.6.0
17702026-09-04T23:23:10.377Z Compiling byte-wrapper v0.1.0
17712026-09-04T23:23:10.691Z Compiling hkdf v0.12.4
17722026-09-04T23:23:10.729Z Compiling ed25519 v2.2.3
17732026-09-04T23:23:10.794Z Compiling crypto-bigint v0.5.5
17742026-09-04T23:23:10.881Z Compiling dtrace-parser v0.2.0
17752026-09-04T23:23:10.895Z Compiling serde_plain v1.0.2
17762026-09-04T23:23:10.963Z Compiling serde-big-array v0.5.1
17772026-09-04T23:23:11.036Z Compiling olpc-cjson v0.1.4
17782026-09-04T23:23:11.121Z Compiling serde_repr v0.1.20
17792026-09-04T23:23:11.136Z Compiling strum_macros v0.26.4
17802026-09-04T23:23:11.182Z Compiling miette-derive v7.6.0
17812026-09-04T23:23:11.207Z Compiling async-recursion v1.1.1
17822026-09-04T23:23:11.223Z Compiling enum-as-inner v0.6.1
17832026-09-04T23:23:11.263Z Compiling phf_shared v0.11.3
17842026-09-04T23:23:11.329Z Compiling float-cmp v0.10.0
17852026-09-04T23:23:11.477Z Compiling pem v3.0.6
17862026-09-04T23:23:11.497Z Compiling memmap2 v0.9.10
17872026-09-04T23:23:11.673Z Compiling thread-id v4.2.2
17882026-09-04T23:23:11.687Z Compiling whoami v2.1.0
17892026-09-04T23:23:11.712Z Compiling difflib v0.4.0
17902026-09-04T23:23:11.750Z Compiling predicates-core v1.0.10
17912026-09-04T23:23:11.771Z Compiling winnow v1.0.3
17922026-09-04T23:23:11.787Z Compiling typed-path v0.9.3
17932026-09-04T23:23:11.839Z Compiling new_debug_unreachable v1.0.6
17942026-09-04T23:23:11.853Z Compiling either v1.15.0
17952026-09-04T23:23:11.922Z Compiling cpufeatures v0.3.0
17962026-09-04T23:23:11.937Z Compiling precomputed-hash v0.1.1
17972026-09-04T23:23:11.956Z Compiling supports-unicode v3.0.0
17982026-09-04T23:23:12.011Z Compiling const-oid v0.10.2
17992026-09-04T23:23:12.035Z Compiling fixedbitset v0.4.2
18002026-09-04T23:23:12.084Z Compiling static_assertions v1.1.0
18012026-09-04T23:23:12.099Z Compiling fixedbitset v0.5.7
18022026-09-04T23:23:12.113Z Compiling supports-hyperlinks v3.2.0
18032026-09-04T23:23:12.164Z Compiling data-encoding v2.10.0
18042026-09-04T23:23:12.178Z Compiling normalize-line-endings v0.3.0
18052026-09-04T23:23:12.235Z Compiling keccak v0.1.6
18062026-09-04T23:23:12.270Z Compiling predicates v3.1.4
18072026-09-04T23:23:12.287Z Compiling petgraph v0.6.5
18082026-09-04T23:23:12.287Z Compiling digest v0.11.3
18092026-09-04T23:23:12.318Z Compiling petgraph v0.8.3
18102026-09-04T23:23:12.405Z Compiling sha3 v0.10.8
18112026-09-04T23:23:12.428Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18122026-09-04T23:23:12.431Z Compiling miette v7.6.0
18132026-09-04T23:23:12.552Z Compiling hickory-proto v0.25.2
18142026-09-04T23:23:12.885Z Compiling toml_parser v1.1.2+spec-1.1.0
18152026-09-04T23:23:12.901Z Compiling itertools v0.13.0
18162026-09-04T23:23:12.904Z Compiling string_cache v0.8.9
18172026-09-04T23:23:12.956Z Compiling chacha20 v0.10.0
18182026-09-04T23:23:12.973Z Compiling strum v0.26.3
18192026-09-04T23:23:12.999Z Compiling toml_edit v0.22.27
18202026-09-04T23:23:13.013Z Compiling tokio-postgres v0.7.16
18212026-09-04T23:23:13.040Z Compiling elliptic-curve v0.13.8
18222026-09-04T23:23:13.117Z Compiling usdt-impl v0.5.0
18232026-09-04T23:23:13.165Z Compiling usdt v0.6.0
18242026-09-04T23:23:13.356Z Compiling serde_with v3.21.0
18252026-09-04T23:23:13.448Z Compiling crossterm v0.28.1
18262026-09-04T23:23:13.462Z Compiling zip v4.6.1
18272026-09-04T23:23:13.533Z Compiling ed25519-dalek v2.2.0
18282026-09-04T23:23:13.624Z Compiling derive_more v2.1.1
18292026-09-04T23:23:13.702Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18302026-09-04T23:23:13.802Z Compiling iddqd v0.4.2
18312026-09-04T23:23:14.144Z Compiling similar v2.7.0
18322026-09-04T23:23:14.159Z Compiling crossbeam-epoch v0.9.18
18332026-09-04T23:23:14.276Z Compiling tokio-stream v0.1.18
18342026-09-04T23:23:14.445Z Compiling buf-list v1.1.2
18352026-09-04T23:23:14.512Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18362026-09-04T23:23:14.515Z Compiling openapiv3 v2.2.0
18372026-09-04T23:23:14.741Z Compiling lalrpop-util v0.19.12
18382026-09-04T23:23:14.767Z Compiling peg-runtime v0.8.5
18392026-09-04T23:23:14.781Z Compiling thread_local v1.1.9
18402026-09-04T23:23:14.841Z Compiling slog-async v2.8.0
18412026-09-04T23:23:14.952Z Compiling crossbeam-channel v0.5.15
18422026-09-04T23:23:15.020Z Compiling filetime v0.2.27
18432026-09-04T23:23:15.049Z Compiling is-terminal v0.4.17
18442026-09-04T23:23:15.074Z Compiling take_mut v0.2.2
18452026-09-04T23:23:15.100Z Compiling xattr v1.6.1
18462026-09-04T23:23:15.173Z Compiling term v1.2.1
18472026-09-04T23:23:15.188Z Compiling camino-tempfile v1.4.1
18482026-09-04T23:23:15.248Z Compiling tar v0.4.46
18492026-09-04T23:23:15.484Z Compiling slog-term v2.9.2
18502026-09-04T23:23:32.708Z Compiling rustls-webpki v0.103.13
18512026-09-04T23:23:35.407Z Compiling tokio-rustls v0.26.4
18522026-09-04T23:23:35.407Z Compiling rustls-platform-verifier v0.6.2
18532026-09-04T23:23:35.407Z Compiling tough v0.22.0
18542026-09-04T23:23:35.627Z Compiling hyper-rustls v0.27.7
18552026-09-04T23:23:35.812Z Compiling reqwest v0.13.2
18562026-09-04T23:23:37.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572026-09-04T23:23:38.196Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18582026-09-04T23:23:41.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.86s
18592026-09-04T23:23:41.253Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18602026-09-04T23:23:41.305ZSep 04 23:23:40.281 INFO Starting download, target: Cockroach
18612026-09-04T23:23:41.305ZSep 04 23:23:40.281 INFO Starting download, target: Console
18622026-09-04T23:23:41.305ZSep 04 23:23:40.281 INFO Starting download, target: DendriteStub
18632026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Starting download, target: Clickhouse
18642026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Starting download, target: MaghemiteMgd
18652026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Starting download, target: MaghemiteDdmd
18662026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Starting download, target: TransceiverControl
18672026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18682026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18692026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18702026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18712026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18722026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18732026-09-04T23:23:41.308ZSep 04 23:23:40.281 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18742026-09-04T23:23:41.875ZSep 04 23:23:40.841 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18752026-09-04T23:23:42.047ZSep 04 23:23:41.023 INFO Download complete, target: TransceiverControl
18762026-09-04T23:23:43.486ZSep 04 23:23:42.456 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18772026-09-04T23:23:43.497ZSep 04 23:23:42.468 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18782026-09-04T23:23:43.600ZSep 04 23:23:42.574 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18792026-09-04T23:23:43.639ZSep 04 23:23:42.614 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18802026-09-04T23:23:43.711ZSep 04 23:23:42.680 INFO Download complete, target: Console
18812026-09-04T23:23:43.880ZSep 04 23:23:42.849 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18822026-09-04T23:23:44.161ZSep 04 23:23:43.137 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18832026-09-04T23:23:44.161ZSep 04 23:23:43.137 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18842026-09-04T23:23:45.233ZSep 04 23:23:44.209 INFO Download complete, target: MaghemiteDdmd
18852026-09-04T23:23:45.755ZSep 04 23:23:44.731 INFO Download complete, target: DendriteStub
18862026-09-04T23:23:45.869ZSep 04 23:23:44.845 INFO Download complete, target: MaghemiteMgd
18872026-09-04T23:23:48.085ZSep 04 23:23:47.061 INFO Checking that binary works, target: Cockroach
18882026-09-04T23:23:48.204ZSep 04 23:23:47.180 INFO Download complete, target: Cockroach
18892026-09-04T23:23:49.346ZSep 04 23:23:48.310 INFO Checking that binary works, target: Clickhouse
18902026-09-04T23:23:49.418ZSep 04 23:23:48.392 INFO Download complete, target: Clickhouse
18912026-09-04T23:23:49.430ZAll prerequisites installed successfully
18922026-09-04T23:23:49.444Z
18932026-09-04T23:23:49.444Zreal 1:30.963727445
18942026-09-04T23:23:49.444Zuser 7:17.569959343
18952026-09-04T23:23:49.444Zsys 1:45.808787134
18962026-09-04T23:23:49.444Ztrap 0.257770083
18972026-09-04T23:23:49.444Ztflt 0.857617396
18982026-09-04T23:23:49.444Zdflt 1.343683319
18992026-09-04T23:23:49.444Zkflt 0.025260653
19002026-09-04T23:23:49.445Zlock 26:37.232232938
19012026-09-04T23:23:49.445Zslp 20:02.210326976
19022026-09-04T23:23:49.445Zlat 25.076878188
19032026-09-04T23:23:49.445Zstop 2:54.301130434
19042026-09-04T23:23:49.445Z+ source ./tools/include/force-git-over-https.sh
19052026-09-04T23:23:49.445Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19062026-09-04T23:23:49.445Z++ (( i = 0 ))
19072026-09-04T23:23:49.445Z++ (( i < 5 ))
19082026-09-04T23:23:49.445Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19092026-09-04T23:23:49.445Z++ (( i++ ))
19102026-09-04T23:23:49.445Z++ (( i < 5 ))
19112026-09-04T23:23:49.445Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19122026-09-04T23:23:49.445Z++ (( i++ ))
19132026-09-04T23:23:49.445Z++ (( i < 5 ))
19142026-09-04T23:23:49.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19152026-09-04T23:23:49.445Z++ (( i++ ))
19162026-09-04T23:23:49.445Z++ (( i < 5 ))
19172026-09-04T23:23:49.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19182026-09-04T23:23:49.445Z++ (( i++ ))
19192026-09-04T23:23:49.445Z++ (( i < 5 ))
19202026-09-04T23:23:49.446Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19212026-09-04T23:23:49.517Z++ (( i++ ))
19222026-09-04T23:23:49.517Z++ (( i < 5 ))
19232026-09-04T23:23:49.518Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19242026-09-04T23:23:49.518Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19252026-09-04T23:23:49.518Z+ rc=0
19262026-09-04T23:23:49.518Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19272026-09-04T23:23:57.725Z+ case $rc in
19282026-09-04T23:23:57.725Z+ pfexec zfs create -p rpool/images/build/host
19292026-09-04T23:23:57.913Z+ pfexec zfs create -p rpool/images/build/recovery
19302026-09-04T23:23:57.993Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19312026-09-04T23:23:58.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19322026-09-04T23:23:58.464Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19332026-09-04T23:23:59.304Z Compiling proc-macro2 v1.0.106
19342026-09-04T23:23:59.304Z Compiling quote v1.0.45
19352026-09-04T23:23:59.305Z Compiling unicode-ident v1.0.24
19362026-09-04T23:23:59.305Z Compiling serde_core v1.0.228
19372026-09-04T23:23:59.308Z Compiling libc v0.2.185
19382026-09-04T23:23:59.308Z Compiling serde v1.0.228
19392026-09-04T23:23:59.308Z Compiling cfg-if v1.0.4
19402026-09-04T23:23:59.308Z Compiling shlex v1.3.0
19412026-09-04T23:23:59.308Z Compiling find-msvc-tools v0.1.9
19422026-09-04T23:23:59.438Z Compiling autocfg v1.5.0
19432026-09-04T23:23:59.441Z Compiling version_check v0.9.5
19442026-09-04T23:23:59.453Z Compiling zerocopy v0.8.55
19452026-09-04T23:23:59.462Z Compiling memchr v2.8.0
19462026-09-04T23:23:59.465Z Compiling portable-atomic v1.13.1
19472026-09-04T23:23:59.465Z Compiling zmij v1.0.21
19482026-09-04T23:23:59.541Z Compiling serde_json v1.0.151
19492026-09-04T23:23:59.650Z Compiling libm v0.2.16
19502026-09-04T23:23:59.806Z Compiling getrandom v0.4.3
19512026-09-04T23:23:59.806Z Compiling generic-array v0.14.7
19522026-09-04T23:23:59.963Z Compiling parking_lot_core v0.9.12
19532026-09-04T23:23:59.993Z Compiling num-traits v0.2.19
19542026-09-04T23:23:59.996Z Compiling pkg-config v0.3.32
19552026-09-04T23:24:00.083Z Compiling icu_properties_data v2.1.2
19562026-09-04T23:24:00.100Z Compiling icu_normalizer_data v2.1.1
19572026-09-04T23:24:00.103Z Compiling smallvec v1.15.1
19582026-09-04T23:24:00.118Z Compiling rustix v1.1.4
19592026-09-04T23:24:00.134Z Compiling log v0.4.33
19602026-09-04T23:24:00.137Z Compiling itoa v1.0.17
19612026-09-04T23:24:00.262Z Compiling getrandom v0.3.4
19622026-09-04T23:24:00.278Z Compiling subtle v2.6.1
19632026-09-04T23:24:00.375Z Compiling jobserver v0.1.34
19642026-09-04T23:24:00.391Z Compiling errno v0.3.14
19652026-09-04T23:24:00.440Z Compiling scopeguard v1.2.0
19662026-09-04T23:24:00.457Z Compiling stable_deref_trait v1.2.1
19672026-09-04T23:24:00.483Z Compiling typenum v1.20.1
19682026-09-04T23:24:00.526Z Compiling critical-section v1.2.0
19692026-09-04T23:24:00.543Z Compiling lock_api v0.4.14
19702026-09-04T23:24:00.587Z Compiling thiserror v2.0.18
19712026-09-04T23:24:00.659Z Compiling cc v1.2.56
19722026-09-04T23:24:00.702Z Compiling rand_core v0.10.0
19732026-09-04T23:24:00.769Z Compiling syn v2.0.117
19742026-09-04T23:24:00.876Z Compiling getrandom v0.2.17
19752026-09-04T23:24:00.906Z Compiling dunce v1.0.5
19762026-09-04T23:24:00.928Z Compiling fs_extra v1.3.0
19772026-09-04T23:24:00.946Z Compiling heck v0.5.0
19782026-09-04T23:24:01.018Z Compiling writeable v0.6.2
19792026-09-04T23:24:01.023Z Compiling percent-encoding v2.3.2
19802026-09-04T23:24:01.051Z Compiling rand_core v0.6.4
19812026-09-04T23:24:01.068Z Compiling litemap v0.8.1
19822026-09-04T23:24:01.106Z Compiling once_cell v1.21.3
19832026-09-04T23:24:01.203Z Compiling const-oid v0.9.6
19842026-09-04T23:24:01.351Z Compiling schemars v0.8.22
19852026-09-04T23:24:01.365Z Compiling pin-project-lite v0.2.17
19862026-09-04T23:24:01.463Z Compiling cmake v0.1.57
19872026-09-04T23:24:01.474Z Compiling equivalent v1.0.2
19882026-09-04T23:24:01.521Z Compiling signal-hook-registry v1.4.8
19892026-09-04T23:24:01.597Z Compiling bitflags v2.11.0
19902026-09-04T23:24:01.601Z Compiling semver v1.0.28
19912026-09-04T23:24:01.807Z Compiling rustversion v1.0.22
19922026-09-04T23:24:01.846Z Compiling aws-lc-rs v1.16.3
19932026-09-04T23:24:01.866Z Compiling futures-core v0.3.32
19942026-09-04T23:24:01.886Z Compiling parking_lot v0.12.5
19952026-09-04T23:24:01.925Z Compiling mio v1.2.0
19962026-09-04T23:24:02.002Z Compiling aws-lc-sys v0.40.0
19972026-09-04T23:24:02.031Z Compiling utf8_iter v1.0.4
19982026-09-04T23:24:02.076Z Compiling crc32fast v1.5.0
19992026-09-04T23:24:02.161Z Compiling form_urlencoded v1.2.2
20002026-09-04T23:24:02.370Z Compiling fnv v1.0.7
20012026-09-04T23:24:02.419Z Compiling vcpkg v0.2.15
20022026-09-04T23:24:02.437Z Compiling strsim v0.11.1
20032026-09-04T23:24:02.457Z Compiling byteorder v1.5.0
20042026-09-04T23:24:02.485Z Compiling syn v1.0.109
20052026-09-04T23:24:02.491Z Compiling hashbrown v0.17.0
20062026-09-04T23:24:02.721Z Compiling socket2 v0.6.3
20072026-09-04T23:24:02.869Z Compiling radium v0.7.0
20082026-09-04T23:24:02.915Z Compiling httparse v1.10.1
20092026-09-04T23:24:02.918Z Compiling futures-sink v0.3.32
20102026-09-04T23:24:03.015Z Compiling openssl-sys v0.9.117
20112026-09-04T23:24:03.046Z Compiling slab v0.4.12
20122026-09-04T23:24:03.068Z Compiling futures-channel v0.3.32
20132026-09-04T23:24:03.092Z Compiling futures-io v0.3.32
20142026-09-04T23:24:03.142Z Compiling iana-time-zone v0.1.65
20152026-09-04T23:24:03.204Z Compiling indexmap v2.14.0
20162026-09-04T23:24:03.252Z Compiling thiserror v1.0.69
20172026-09-04T23:24:03.272Z Compiling futures-task v0.3.32
20182026-09-04T23:24:03.314Z Compiling base64 v0.22.1
20192026-09-04T23:24:03.332Z Compiling maybe-uninit v2.0.0
20202026-09-04T23:24:03.379Z Compiling rustls v0.23.41
20212026-09-04T23:24:03.396Z Compiling rustc_version v0.4.1
20222026-09-04T23:24:03.624Z Compiling bzip2-sys v0.1.13+1.0.8
20232026-09-04T23:24:03.641Z Compiling uuid v1.23.4
20242026-09-04T23:24:03.660Z Compiling synstructure v0.13.2
20252026-09-04T23:24:03.681Z Compiling serde_derive_internals v0.29.1
20262026-09-04T23:24:03.696Z Compiling ahash v0.8.12
20272026-09-04T23:24:03.713Z Compiling regex-syntax v0.8.10
20282026-09-04T23:24:03.746Z Compiling num-bigint-dig v0.8.6
20292026-09-04T23:24:03.749Z Compiling ident_case v1.0.1
20302026-09-04T23:24:03.749Z Compiling ucd-trie v0.1.7
20312026-09-04T23:24:03.775Z Compiling packed_struct v0.10.1
20322026-09-04T23:24:03.795Z Compiling base64ct v1.8.3
20332026-09-04T23:24:03.964Z Compiling pest v2.8.6
20342026-09-04T23:24:03.984Z Compiling rand_core v0.9.5
20352026-09-04T23:24:04.071Z Compiling openssl v0.10.80
20362026-09-04T23:24:04.091Z Compiling pem-rfc7468 v0.7.0
20372026-09-04T23:24:04.121Z Compiling dyn-clone v1.0.20
20382026-09-04T23:24:04.160Z Compiling fastrand v2.3.0
20392026-09-04T23:24:04.163Z Compiling flagset v0.4.7
20402026-09-04T23:24:04.245Z Compiling indexmap v1.9.3
20412026-09-04T23:24:04.306Z Compiling unicode-segmentation v1.12.0
20422026-09-04T23:24:04.383Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20432026-09-04T23:24:04.467Z Compiling tempfile v3.27.0
20442026-09-04T23:24:04.485Z Compiling cpufeatures v0.2.17
20452026-09-04T23:24:04.525Z Compiling paste v1.0.15
20462026-09-04T23:24:04.554Z Compiling native-tls v0.2.18
20472026-09-04T23:24:04.570Z Compiling simd-adler32 v0.3.8
20482026-09-04T23:24:04.825Z Compiling syn v3.0.3
20492026-09-04T23:24:04.841Z Compiling camino v1.2.5
20502026-09-04T23:24:04.895Z Compiling adler2 v2.0.1
20512026-09-04T23:24:04.912Z Compiling utf8parse v0.2.2
20522026-09-04T23:24:04.933Z Compiling crossbeam-utils v0.8.21
20532026-09-04T23:24:04.951Z Compiling anstyle v1.0.14
20542026-09-04T23:24:04.955Z Compiling serde_derive v1.0.228
20552026-09-04T23:24:05.027Z Compiling zeroize_derive v1.5.0
20562026-09-04T23:24:05.044Z Compiling zerofrom-derive v0.1.6
20572026-09-04T23:24:05.060Z Compiling zerocopy-derive v0.8.55
20582026-09-04T23:24:05.179Z Compiling yoke-derive v0.8.1
20592026-09-04T23:24:05.182Z Compiling zerovec-derive v0.11.2
20602026-09-04T23:24:05.211Z Compiling displaydoc v0.2.5
20612026-09-04T23:24:05.230Z Compiling tokio-macros v2.7.0
20622026-09-04T23:24:05.256Z Compiling futures-macro v0.3.32
20632026-09-04T23:24:05.259Z Compiling thiserror-impl v2.0.18
20642026-09-04T23:24:05.513Z Compiling der_derive v0.7.3
20652026-09-04T23:24:05.669Z Compiling schemars_derive v0.8.22
20662026-09-04T23:24:05.941Z Compiling tracing-attributes v0.1.31
20672026-09-04T23:24:05.977Z Compiling thiserror-impl v1.0.69
20682026-09-04T23:24:06.090Z Compiling futures-util v0.3.32
20692026-09-04T23:24:06.211Z Compiling zerofrom v0.1.6
20702026-09-04T23:24:06.364Z Compiling yoke v0.8.1
20712026-09-04T23:24:06.484Z Compiling clap_derive v4.6.1
20722026-09-04T23:24:06.514Z Compiling packed_struct_codegen v0.10.1
20732026-09-04T23:24:06.587Z Compiling zerovec v0.11.5
20742026-09-04T23:24:06.639Z Compiling zerotrie v0.2.3
20752026-09-04T23:24:07.020Z Compiling pest_meta v2.8.6
20762026-09-04T23:24:07.130Z Compiling tinystr v0.8.2
20772026-09-04T23:24:07.154Z Compiling potential_utf v0.1.4
20782026-09-04T23:24:07.202Z Compiling bitfield-macros v0.19.4
20792026-09-04T23:24:07.351Z Compiling icu_locale_core v2.1.1
20802026-09-04T23:24:07.355Z Compiling icu_collections v2.1.1
20812026-09-04T23:24:07.435Z Compiling zerocopy-derive v0.6.6
20822026-09-04T23:24:07.658Z Compiling pest_generator v2.8.6
20832026-09-04T23:24:07.970Z Compiling openssl-macros v0.1.1
20842026-09-04T23:24:07.987Z Compiling scroll_derive v0.13.1
20852026-09-04T23:24:07.991Z Compiling daft-derive v0.1.8
20862026-09-04T23:24:08.209Z Compiling icu_provider v2.1.1
20872026-09-04T23:24:08.273Z Compiling anstyle-parse v1.0.0
20882026-09-04T23:24:08.333Z Compiling zeroize v1.9.0
20892026-09-04T23:24:08.359Z Compiling bytes v1.11.1
20902026-09-04T23:24:08.380Z Compiling chrono v0.4.45
20912026-09-04T23:24:08.507Z Compiling icu_properties v2.1.2
20922026-09-04T23:24:08.569Z Compiling icu_normalizer v2.1.1
20932026-09-04T23:24:08.775Z Compiling der v0.7.10
20942026-09-04T23:24:08.790Z Compiling hex v0.4.3
20952026-09-04T23:24:09.092Z Compiling block-buffer v0.10.4
20962026-09-04T23:24:09.109Z Compiling crypto-common v0.1.7
20972026-09-04T23:24:09.112Z Compiling tokio v1.52.1
20982026-09-04T23:24:09.283Z Compiling digest v0.10.7
20992026-09-04T23:24:09.299Z Compiling pest_derive v2.8.6
21002026-09-04T23:24:09.330Z Compiling http v1.4.2
21012026-09-04T23:24:09.557Z Compiling idna_adapter v1.2.1
21022026-09-04T23:24:09.678Z Compiling idna v1.1.0
21032026-09-04T23:24:09.722Z Compiling ppv-lite86 v0.2.21
21042026-09-04T23:24:09.786Z Compiling spki v0.7.3
21052026-09-04T23:24:09.960Z Compiling sha2 v0.10.9
21062026-09-04T23:24:09.981Z Compiling rustls-pki-types v1.14.0
21072026-09-04T23:24:10.058Z Compiling url v2.5.8
21082026-09-04T23:24:10.100Z Compiling rand_chacha v0.9.0
21092026-09-04T23:24:10.131Z Compiling pkcs8 v0.10.2
21102026-09-04T23:24:10.159Z Compiling miniz_oxide v0.8.9
21112026-09-04T23:24:10.196Z Compiling terminal_size v0.4.3
21122026-09-04T23:24:10.357Z Compiling rand v0.9.2
21132026-09-04T23:24:10.551Z Compiling spin v0.9.8
21142026-09-04T23:24:10.585Z Compiling tinyvec_macros v0.1.1
21152026-09-04T23:24:10.602Z Compiling colorchoice v1.0.4
21162026-09-04T23:24:10.605Z Compiling num-conv v0.2.0
21172026-09-04T23:24:10.669Z Compiling anstyle-query v1.1.5
21182026-09-04T23:24:10.686Z Compiling is_terminal_polyfill v1.70.2
21192026-09-04T23:24:10.690Z Compiling time-core v0.1.8
21202026-09-04T23:24:10.747Z Compiling tinyvec v1.10.0
21212026-09-04T23:24:10.821Z Compiling anstream v1.0.0
21222026-09-04T23:24:10.830Z Compiling async-trait v0.1.89
21232026-09-04T23:24:10.835Z Compiling structmeta-derive v0.3.0
21242026-09-04T23:24:10.840Z Compiling tracing-core v0.1.36
21252026-09-04T23:24:10.869Z Compiling time-macros v0.2.27
21262026-09-04T23:24:11.158Z Compiling plain v0.2.3
21272026-09-04T23:24:11.203Z Compiling cmov v0.5.4
21282026-09-04T23:24:11.218Z Compiling object v0.37.3
21292026-09-04T23:24:11.313Z Compiling untrusted v0.7.1
21302026-09-04T23:24:11.342Z Compiling tracing v0.1.44
21312026-09-04T23:24:11.358Z Compiling http-body v1.0.1
21322026-09-04T23:24:11.454Z Compiling ctutils v0.4.2
21332026-09-04T23:24:11.626Z Compiling serde_spanned v0.6.9
21342026-09-04T23:24:11.694Z Compiling toml_datetime v0.6.11
21352026-09-04T23:24:11.713Z Compiling pin-project-internal v1.1.11
21362026-09-04T23:24:11.806Z Compiling slog v2.8.2
21372026-09-04T23:24:11.862Z Compiling wait-timeout v0.2.1
21382026-09-04T23:24:11.892Z Compiling cookie v0.18.1
21392026-09-04T23:24:11.893Z Compiling structmeta v0.3.0
21402026-09-04T23:24:11.979Z Compiling tap v1.0.1
21412026-09-04T23:24:12.048Z Compiling quick-error v1.2.3
21422026-09-04T23:24:12.084Z Compiling clap_lex v1.0.0
21432026-09-04T23:24:12.101Z Compiling bit-vec v0.8.0
21442026-09-04T23:24:12.118Z Compiling openssl-probe v0.2.1
21452026-09-04T23:24:12.148Z Compiling untrusted v0.9.0
21462026-09-04T23:24:12.206Z Compiling zstd-safe v7.2.4
21472026-09-04T23:24:12.250Z Compiling clap_builder v4.6.0
21482026-09-04T23:24:12.296Z Compiling rusty-fork v0.3.1
21492026-09-04T23:24:12.360Z Compiling bit-set v0.8.0
21502026-09-04T23:24:12.379Z Compiling derive-ex v0.1.8
21512026-09-04T23:24:12.402Z Compiling wyz v0.5.1
21522026-09-04T23:24:12.556Z Compiling hybrid-array v0.4.13
21532026-09-04T23:24:12.622Z Compiling unicode-normalization v0.1.25
21542026-09-04T23:24:12.743Z Compiling rand_chacha v0.3.1
21552026-09-04T23:24:12.765Z Compiling signature v2.2.0
21562026-09-04T23:24:12.778Z Compiling scroll_derive v0.12.1
21572026-09-04T23:24:12.804Z Compiling heck v0.4.1
21582026-09-04T23:24:12.943Z Compiling rand_xorshift v0.4.0
21592026-09-04T23:24:12.999Z Compiling tokio-util v0.7.18
21602026-09-04T23:24:13.026Z Compiling heapless v0.7.17
21612026-09-04T23:24:13.191Z Compiling num-integer v0.1.46
21622026-09-04T23:24:13.211Z Compiling aho-corasick v1.1.4
21632026-09-04T23:24:13.311Z Compiling zlib-rs v0.6.2
21642026-09-04T23:24:13.322Z Compiling pretty-hex v0.4.1
21652026-09-04T23:24:13.392Z Compiling try-lock v0.2.5
21662026-09-04T23:24:13.496Z Compiling tower-layer v0.3.3
21672026-09-04T23:24:13.526Z Compiling tower-service v0.3.3
21682026-09-04T23:24:13.542Z Compiling anyhow v1.0.104
21692026-09-04T23:24:13.638Z Compiling unarray v0.1.4
21702026-09-04T23:24:13.763Z Compiling usdt-impl v0.6.0
21712026-09-04T23:24:13.810Z Compiling atomic-waker v1.1.2
21722026-09-04T23:24:13.930Z Compiling funty v2.0.0
21732026-09-04T23:24:13.984Z Compiling rustix v0.38.44
21742026-09-04T23:24:14.027Z Compiling signal-hook v0.3.18
21752026-09-04T23:24:14.045Z Compiling test-strategy v0.4.5
21762026-09-04T23:24:14.057Z Compiling regex-automata v0.4.14
21772026-09-04T23:24:14.177Z Compiling want v0.3.1
21782026-09-04T23:24:14.264Z Compiling clap v4.6.1
21792026-09-04T23:24:14.364Z Compiling bitvec v1.0.1
21802026-09-04T23:24:14.392Z Compiling h2 v0.4.15
21812026-09-04T23:24:14.709Z Compiling proptest v1.11.0
21822026-09-04T23:24:14.738Z Compiling num-iter v0.1.45
21832026-09-04T23:24:15.131Z Compiling snafu-derive v0.8.9
21842026-09-04T23:24:15.261Z Compiling rand v0.8.6
21852026-09-04T23:24:15.332Z Compiling ipnetwork v0.21.1
21862026-09-04T23:24:15.856Z Compiling flate2 v1.1.9
21872026-09-04T23:24:16.002Z Compiling lazy_static v1.5.0
21882026-09-04T23:24:16.088Z Compiling scroll v0.13.0
21892026-09-04T23:24:16.109Z Compiling ipnet v2.12.0
21902026-09-04T23:24:16.215Z Compiling strum_macros v0.26.4
21912026-09-04T23:24:16.387Z Compiling darling_core v0.23.0
21922026-09-04T23:24:16.458Z Compiling darling_core v0.20.11
21932026-09-04T23:24:16.617Z Compiling foreign-types-shared v0.1.1
21942026-09-04T23:24:16.724Z Compiling nodrop v0.1.14
21952026-09-04T23:24:16.836Z Compiling httpdate v1.0.3
21962026-09-04T23:24:16.880Z Compiling winnow v0.5.40
21972026-09-04T23:24:16.896Z Compiling crc-catalog v2.4.0
21982026-09-04T23:24:17.114Z Compiling newtype-uuid v1.3.2
21992026-09-04T23:24:17.148Z Compiling crc v3.4.0
22002026-09-04T23:24:17.357Z Compiling array-init v0.0.4
22012026-09-04T23:24:17.432Z Compiling foreign-types v0.3.2
22022026-09-04T23:24:17.722Z Compiling goblin v0.10.5
22032026-09-04T23:24:17.737Z Compiling hyper v1.10.1
22042026-09-04T23:24:17.784Z Compiling oxnet v0.1.6
22052026-09-04T23:24:17.853Z Compiling smallvec v0.6.14
22062026-09-04T23:24:18.464Z Compiling darling_macro v0.20.11
22072026-09-04T23:24:18.517Z Compiling toml_edit v0.19.15
22082026-09-04T23:24:18.583Z Compiling darling_macro v0.23.0
22092026-09-04T23:24:19.009Z Compiling pkcs1 v0.7.5
22102026-09-04T23:24:19.266Z Compiling zerocopy v0.6.6
22112026-09-04T23:24:19.316Z Compiling bitfield v0.19.4
22122026-09-04T23:24:19.422Z Compiling zerocopy-derive v0.7.35
22132026-09-04T23:24:19.467Z Compiling curve25519-dalek v4.1.3
22142026-09-04T23:24:19.625Z Compiling socket2 v0.5.10
22152026-09-04T23:24:19.734Z Compiling env_filter v2.0.0
22162026-09-04T23:24:19.762Z Compiling memoffset v0.9.1
22172026-09-04T23:24:19.896Z Compiling litrs v1.0.0
22182026-09-04T23:24:19.910Z Compiling ref-cast v1.0.25
22192026-09-04T23:24:19.968Z Compiling owo-colors v4.3.0
22202026-09-04T23:24:20.093Z Compiling hashbrown v0.12.3
22212026-09-04T23:24:20.168Z Compiling smoltcp v0.9.1
22222026-09-04T23:24:20.180Z Compiling base64 v0.21.7
22232026-09-04T23:24:20.233Z Compiling toml v0.7.8
22242026-09-04T23:24:20.403Z Compiling document-features v0.2.12
22252026-09-04T23:24:20.510Z Compiling ron v0.8.1
22262026-09-04T23:24:20.515Z Compiling hyper-util v0.1.20
22272026-09-04T23:24:20.542Z Compiling dof v0.4.0
22282026-09-04T23:24:20.678Z Compiling env_logger v0.11.11
22292026-09-04T23:24:21.016Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22302026-09-04T23:24:21.097Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-09-04T23:24:21.230Z Compiling bzip2 v0.4.4
22322026-09-04T23:24:21.304Z Compiling rsa v0.9.10
22332026-09-04T23:24:21.586Z Compiling darling v0.23.0
22342026-09-04T23:24:21.616Z Compiling darling v0.20.11
22352026-09-04T23:24:21.697Z Compiling daft v0.1.8
22362026-09-04T23:24:21.716Z Compiling serde-hex v0.1.0
22372026-09-04T23:24:21.733Z Compiling hashbrown v0.13.2
22382026-09-04T23:24:21.936Z Compiling x509-cert v0.2.5
22392026-09-04T23:24:21.951Z Compiling dtrace-parser v0.3.0
22402026-09-04T23:24:22.014Z Compiling hmac v0.12.1
22412026-09-04T23:24:22.265Z Compiling async-recursion v1.1.1
22422026-09-04T23:24:22.449Z Compiling sync_wrapper v1.0.2
22432026-09-04T23:24:22.540Z Compiling thread-id v5.1.0
22442026-09-04T23:24:22.569Z Compiling powerfmt v0.2.0
22452026-09-04T23:24:22.767Z Compiling cfg_aliases v0.2.1
22462026-09-04T23:24:22.773Z Compiling siphasher v1.0.2
22472026-09-04T23:24:22.801Z Compiling crc-any v2.5.0
22482026-09-04T23:24:22.850Z Compiling nix v0.31.2
22492026-09-04T23:24:22.896Z Compiling deranged v0.5.8
22502026-09-04T23:24:23.232Z Compiling tower v0.5.3
22512026-09-04T23:24:23.853Z Compiling object v0.30.4
22522026-09-04T23:24:24.019Z Compiling derive_builder_core v0.20.2
22532026-09-04T23:24:24.083Z Compiling serde_with_macros v3.21.0
22542026-09-04T23:24:24.194Z Compiling zip v0.6.6
22552026-09-04T23:24:24.295Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-09-04T23:24:24.519Z Compiling bstr v1.12.1
22572026-09-04T23:24:24.594Z Compiling block-buffer v0.12.1
22582026-09-04T23:24:24.700Z Compiling crypto-common v0.2.2
22592026-09-04T23:24:24.987Z Compiling http-body-util v0.1.3
22602026-09-04T23:24:25.088Z Compiling futures-executor v0.3.32
22612026-09-04T23:24:25.092Z Compiling serde_tokenstream v0.2.3
22622026-09-04T23:24:25.163Z Compiling erased-serde v0.3.31
22632026-09-04T23:24:25.261Z Compiling hubpack_derive v0.1.1
22642026-09-04T23:24:25.325Z Compiling curve25519-dalek-derive v0.1.1
22652026-09-04T23:24:25.395Z Compiling strum_macros v0.27.2
22662026-09-04T23:24:25.421Z Compiling ref-cast-impl v1.0.25
22672026-09-04T23:24:25.568Z Compiling fs-err v3.3.0
22682026-09-04T23:24:25.729Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22692026-09-04T23:24:25.793Z Compiling usdt-impl v0.5.0
22702026-09-04T23:24:25.817Z Compiling ryu v1.0.23
22712026-09-04T23:24:25.822Z Compiling gimli v0.32.3
22722026-09-04T23:24:25.970Z Compiling iri-string v0.7.10
22732026-09-04T23:24:26.048Z Compiling same-file v1.0.6
22742026-09-04T23:24:26.115Z Compiling unicode-properties v0.1.4
22752026-09-04T23:24:26.205Z Compiling path-slash v0.1.5
22762026-09-04T23:24:26.369Z Compiling unicode-bidi v0.3.18
22772026-09-04T23:24:26.394Z Compiling num_threads v0.1.7
22782026-09-04T23:24:26.464Z Compiling allocator-api2 v0.2.21
22792026-09-04T23:24:26.871Z Compiling stringprep v0.1.5
22802026-09-04T23:24:27.005Z Compiling time v0.3.47
22812026-09-04T23:24:27.454Z Compiling tower-http v0.6.8
22822026-09-04T23:24:27.776Z Compiling addr2line v0.25.1
22832026-09-04T23:24:28.135Z Compiling serde_urlencoded v0.7.1
22842026-09-04T23:24:28.197Z Compiling walkdir v2.5.0
22852026-09-04T23:24:28.501Z Compiling futures v0.3.32
22862026-09-04T23:24:28.667Z Compiling derive_builder_macro v0.20.2
22872026-09-04T23:24:28.891Z Compiling tokio-native-tls v0.3.1
22882026-09-04T23:24:28.930Z Compiling strum v0.26.3
22892026-09-04T23:24:29.108Z Compiling block-padding v0.4.2
22902026-09-04T23:24:29.193Z Compiling scroll v0.12.0
22912026-09-04T23:24:29.297Z Compiling pin-project v1.1.11
22922026-09-04T23:24:29.311Z Compiling rustls-native-certs v0.8.3
22932026-09-04T23:24:29.409Z Compiling md-5 v0.10.6
22942026-09-04T23:24:29.443Z Compiling convert_case v0.10.0
22952026-09-04T23:24:29.476Z Compiling vergen-lib v9.1.0
22962026-09-04T23:24:29.501Z Compiling hash32 v0.2.1
22972026-09-04T23:24:29.580Z Compiling encoding_rs v0.8.35
22982026-09-04T23:24:29.607Z Compiling jiff-core v0.1.0
22992026-09-04T23:24:29.697Z Compiling cpufeatures v0.3.0
23002026-09-04T23:24:29.729Z Compiling psl-types v2.0.11
23012026-09-04T23:24:29.773Z Compiling mime v0.3.17
23022026-09-04T23:24:29.877Z Compiling rustc-demangle v0.1.27
23032026-09-04T23:24:29.924Z Compiling fallible-iterator v0.2.0
23042026-09-04T23:24:29.953Z Compiling publicsuffix v2.3.0
23052026-09-04T23:24:30.004Z Compiling derive_more-impl v2.1.1
23062026-09-04T23:24:30.244Z Compiling postgres-protocol v0.6.10
23072026-09-04T23:24:30.248Z Compiling goblin v0.8.2
23082026-09-04T23:24:30.422Z Compiling jiff v0.2.34
23092026-09-04T23:24:30.720Z Compiling snafu v0.8.9
23102026-09-04T23:24:30.861Z Compiling inout v0.2.2
23112026-09-04T23:24:30.876Z Compiling derive_builder v0.20.2
23122026-09-04T23:24:31.015Z Compiling hyper-tls v0.6.0
23132026-09-04T23:24:31.205Z Compiling backtrace v0.3.76
23142026-09-04T23:24:31.276Z Compiling usdt-macro v0.6.0
23152026-09-04T23:24:31.330Z Compiling usdt-attr-macro v0.6.0
23162026-09-04T23:24:31.387Z Compiling globset v0.4.18
23172026-09-04T23:24:31.454Z Compiling phf_shared v0.13.1
23182026-09-04T23:24:31.489Z Compiling crossbeam-epoch v0.9.18
23192026-09-04T23:24:31.571Z Compiling zerocopy v0.7.35
23202026-09-04T23:24:31.822Z Compiling regex v1.12.3
23212026-09-04T23:24:32.137Z Compiling serde_plain v1.0.2
23222026-09-04T23:24:32.170Z Compiling miette-derive v7.6.0
23232026-09-04T23:24:32.189Z Compiling enum-as-inner v0.6.1
23242026-09-04T23:24:32.238Z Compiling serde_repr v0.1.20
23252026-09-04T23:24:32.363Z Compiling pem v3.0.6
23262026-09-04T23:24:32.389Z Compiling vergen v9.1.0
23272026-09-04T23:24:32.410Z Compiling ff v0.13.1
23282026-09-04T23:24:32.458Z Compiling cargo-platform v0.3.2
23292026-09-04T23:24:32.573Z Compiling filetime v0.2.27
23302026-09-04T23:24:32.621Z Compiling foldhash v0.1.5
23312026-09-04T23:24:32.657Z Compiling bumpalo v3.20.2
23322026-09-04T23:24:32.724Z Compiling libbz2-rs-sys v0.2.2
23332026-09-04T23:24:32.738Z Compiling unicode-width v0.2.0
23342026-09-04T23:24:32.781Z Compiling smawk v0.3.2
23352026-09-04T23:24:32.797Z Compiling unicode-linebreak v0.1.5
23362026-09-04T23:24:32.811Z Compiling base16ct v0.2.0
23372026-09-04T23:24:32.827Z Compiling xattr v1.6.1
23382026-09-04T23:24:32.850Z Compiling const-oid v0.10.2
23392026-09-04T23:24:32.912Z Compiling typed-path v0.9.3
23402026-09-04T23:24:32.939Z Compiling managed v0.8.0
23412026-09-04T23:24:33.217Z Compiling bitflags v1.3.2
23422026-09-04T23:24:33.278Z Compiling foldhash v0.2.0
23432026-09-04T23:24:33.297Z Compiling is_ci v1.2.0
23442026-09-04T23:24:33.392Z Compiling supports-color v3.0.2
23452026-09-04T23:24:33.424Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23462026-09-04T23:24:33.446Z Compiling hashbrown v0.16.1
23472026-09-04T23:24:33.496Z Compiling bzip2 v0.6.1
23482026-09-04T23:24:33.512Z Compiling digest v0.11.3
23492026-09-04T23:24:33.566Z Compiling textwrap v0.16.2
23502026-09-04T23:24:33.645Z Compiling tar v0.4.46
23512026-09-04T23:24:33.713Z Compiling sec1 v0.7.3
23522026-09-04T23:24:33.754Z Compiling zopfli v0.8.3
23532026-09-04T23:24:34.010Z Compiling hashbrown v0.15.5
23542026-09-04T23:24:34.028Z Compiling cargo_metadata v0.23.1
23552026-09-04T23:24:34.070Z Compiling group v0.13.0
23562026-09-04T23:24:34.086Z Compiling dof v0.3.0
23572026-09-04T23:24:34.935Z Compiling phf v0.13.1
23582026-09-04T23:24:35.076Z Compiling backtrace-ext v0.2.1
23592026-09-04T23:24:35.283Z Compiling zstd v0.13.3
23602026-09-04T23:24:35.492Z Compiling reqwest v0.12.28
23612026-09-04T23:24:35.509Z Compiling signal-hook-mio v0.2.5
23622026-09-04T23:24:35.526Z Compiling cipher v0.5.2
23632026-09-04T23:24:35.560Z Compiling cookie_store v0.22.1
23642026-09-04T23:24:35.646Z Compiling postgres-types v0.2.12
23652026-09-04T23:24:35.811Z Compiling strum v0.27.2
23662026-09-04T23:24:35.973Z Compiling hubpack v0.1.2
23672026-09-04T23:24:36.012Z Compiling phf_shared v0.11.3
23682026-09-04T23:24:36.060Z Compiling hkdf v0.12.4
23692026-09-04T23:24:36.152Z Compiling dtrace-parser v0.2.0
23702026-09-04T23:24:36.160Z Compiling byte-wrapper v0.1.0
23712026-09-04T23:24:36.203Z Compiling ed25519 v2.2.3
23722026-09-04T23:24:36.218Z Compiling olpc-cjson v0.1.4
23732026-09-04T23:24:36.496Z Compiling crypto-bigint v0.5.5
23742026-09-04T23:24:36.610Z Compiling serde-big-array v0.5.1
23752026-09-04T23:24:36.718Z Compiling float-cmp v0.10.0
23762026-09-04T23:24:36.764Z Compiling memmap2 v0.9.10
23772026-09-04T23:24:36.948Z Compiling thread-id v4.2.2
23782026-09-04T23:24:36.962Z Compiling difflib v0.4.0
23792026-09-04T23:24:37.032Z Compiling whoami v2.1.0
23802026-09-04T23:24:37.049Z Compiling keccak v0.1.6
23812026-09-04T23:24:37.062Z Compiling supports-unicode v3.0.0
23822026-09-04T23:24:37.101Z Compiling fixedbitset v0.4.2
23832026-09-04T23:24:37.172Z Compiling winnow v1.0.3
23842026-09-04T23:24:37.217Z Compiling winnow v0.7.14
23852026-09-04T23:24:37.318Z Compiling fixedbitset v0.5.7
23862026-09-04T23:24:37.372Z Compiling either v1.15.0
23872026-09-04T23:24:37.471Z Compiling new_debug_unreachable v1.0.6
23882026-09-04T23:24:37.558Z Compiling rayon-core v1.13.0
23892026-09-04T23:24:37.614Z Compiling static_assertions v1.1.0
23902026-09-04T23:24:37.676Z Compiling normalize-line-endings v0.3.0
23912026-09-04T23:24:37.718Z Compiling supports-hyperlinks v3.2.0
23922026-09-04T23:24:37.789Z Compiling precomputed-hash v0.1.1
23932026-09-04T23:24:37.800Z Compiling data-encoding v2.10.0
23942026-09-04T23:24:37.875Z Compiling toml_write v0.1.2
23952026-09-04T23:24:37.909Z Compiling predicates-core v1.0.10
23962026-09-04T23:24:38.110Z Compiling unicode-width v0.1.14
23972026-09-04T23:24:38.183Z Compiling chacha20 v0.10.0
23982026-09-04T23:24:38.228Z Compiling hickory-proto v0.25.2
23992026-09-04T23:24:38.260Z Compiling toml_parser v1.1.2+spec-1.1.0
24002026-09-04T23:24:38.402Z Compiling miette v7.6.0
24012026-09-04T23:24:38.412Z Compiling predicates v3.1.4
24022026-09-04T23:24:38.569Z Compiling toml_edit v0.22.27
24032026-09-04T23:24:38.680Z Compiling string_cache v0.8.9
24042026-09-04T23:24:38.787Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24052026-09-04T23:24:38.804Z Compiling itertools v0.13.0
24062026-09-04T23:24:38.838Z Compiling petgraph v0.8.3
24072026-09-04T23:24:38.997Z Compiling elliptic-curve v0.13.8
24082026-09-04T23:24:39.371Z Compiling petgraph v0.6.5
24092026-09-04T23:24:39.404Z Compiling tokio-postgres v0.7.16
24102026-09-04T23:24:39.747Z Compiling sha3 v0.10.8
24112026-09-04T23:24:40.042Z Compiling usdt v0.6.0
24122026-09-04T23:24:40.608Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24132026-09-04T23:24:41.054Z Compiling ed25519-dalek v2.2.0
24142026-09-04T23:24:41.135Z Compiling zip v4.6.1
24152026-09-04T23:24:41.476Z Compiling crossterm v0.28.1
24162026-09-04T23:24:41.577Z Compiling iddqd v0.4.2
24172026-09-04T23:24:42.023Z Compiling derive_more v2.1.1
24182026-09-04T23:24:42.142Z Compiling similar v2.7.0
24192026-09-04T23:24:42.384Z Compiling serde_with v3.21.0
24202026-09-04T23:24:42.943Z Compiling tokio-stream v0.1.18
24212026-09-04T23:24:42.984Z Compiling buf-list v1.1.2
24222026-09-04T23:24:43.021Z Compiling half v2.7.1
24232026-09-04T23:24:43.188Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24242026-09-04T23:24:43.258Z Compiling openapiv3 v2.2.0
24252026-09-04T23:24:43.376Z Compiling ciborium-io v0.2.2
24262026-09-04T23:24:43.425Z Compiling lalrpop-util v0.19.12
24272026-09-04T23:24:43.525Z Compiling peg-runtime v0.8.5
24282026-09-04T23:24:44.244Z Compiling ciborium-ll v0.2.2
24292026-09-04T23:24:44.960Z Compiling crossbeam-deque v0.8.6
24302026-09-04T23:24:45.313Z Compiling camino-tempfile v1.4.1
24312026-09-04T23:24:45.513Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-09-04T23:24:45.726Z Compiling blake3 v1.8.5
24332026-09-04T23:24:45.825Z Compiling fs-err v2.11.0
24342026-09-04T23:24:47.586Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24352026-09-04T23:24:48.678Z Compiling ciborium v0.2.2
24362026-09-04T23:24:48.863Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24372026-09-04T23:24:49.078Z Compiling thread_local v1.1.9
24382026-09-04T23:24:49.105Z Compiling constant_time_eq v0.4.2
24392026-09-04T23:24:49.286Z Compiling arrayvec v0.7.6
24402026-09-04T23:24:49.322Z Compiling slog-async v2.8.0
24412026-09-04T23:24:49.403Z Compiling arrayref v0.3.9
24422026-09-04T23:24:49.530Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24432026-09-04T23:24:49.611Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24442026-09-04T23:24:49.747Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-09-04T23:24:49.750Z Compiling toml v0.8.23
24462026-09-04T23:24:49.906Z Compiling atomicwrites v0.4.4
24472026-09-04T23:24:49.976Z Compiling sha2 v0.11.0
24482026-09-04T23:24:50.003Z Compiling digest-io v0.1.0
24492026-09-04T23:24:50.076Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24502026-09-04T23:24:50.094Z Compiling crossbeam-channel v0.5.15
24512026-09-04T23:24:50.158Z Compiling serde_path_to_error v0.1.20
24522026-09-04T23:24:50.173Z Compiling is-terminal v0.4.17
24532026-09-04T23:24:50.188Z Compiling term v1.2.1
24542026-09-04T23:24:50.224Z Compiling topological-sort v0.2.2
24552026-09-04T23:24:50.285Z Compiling debug-ignore v1.0.5
24562026-09-04T23:24:50.400Z Compiling take_mut v0.2.2
24572026-09-04T23:24:50.415Z Compiling parse-size v1.1.0
24582026-09-04T23:24:50.462Z Compiling indent_write v2.2.0
24592026-09-04T23:24:50.502Z Compiling rawzip v0.4.4
24602026-09-04T23:24:50.529Z Compiling slog-term v2.9.2
24612026-09-04T23:24:50.595Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24622026-09-04T23:24:50.626Z Compiling shell-words v1.1.1
24632026-09-04T23:24:53.663Z Compiling rustls-webpki v0.103.13
24642026-09-04T23:24:56.433Z Compiling tokio-rustls v0.26.4
24652026-09-04T23:24:56.433Z Compiling rustls-platform-verifier v0.6.2
24662026-09-04T23:24:56.433Z Compiling tough v0.22.0
24672026-09-04T23:24:56.637Z Compiling hyper-rustls v0.27.7
24682026-09-04T23:24:56.837Z Compiling reqwest v0.13.2
24692026-09-04T23:24:58.282Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24702026-09-04T23:24:59.128Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24712026-09-04T23:25:00.325Z Compiling omicron-zone-package v0.12.3
24722026-09-04T23:25:00.554Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24732026-09-04T23:25:01.024Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24742026-09-04T23:25:01.093Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24752026-09-04T23:25:03.561Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24762026-09-04T23:25:23.089Z Finished `release` profile [optimized] target(s) in 1m 24s
24772026-09-04T23:25:23.232Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24782026-09-04T23:25:23.293ZSep 04 23:25:22.266 DEBG changing working directory to /work/oxidecomputer/omicron
24792026-09-04T23:25:23.411ZSep 04 23:25:22.386 DEBG running: git rev-parse HEAD
24802026-09-04T23:25:23.414ZSep 04 23:25:22.388 DEBG process exited with exit status: 0 (2.597339ms)
24812026-09-04T23:25:23.414ZSep 04 23:25:22.388 INFO version: 23.0.0-0.ci+git00ee5f3575c
24822026-09-04T23:25:23.421ZSep 04 23:25:22.396 INFO cloning helios to /work/oxidecomputer/helios
24832026-09-04T23:25:23.421ZSep 04 23:25:22.396 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24842026-09-04T23:25:23.424ZCloning into '/work/oxidecomputer/helios'...
24852026-09-04T23:25:24.002ZSep 04 23:25:22.977 DEBG process exited with exit status: 0 (581.238264ms)
24862026-09-04T23:25:24.002ZSep 04 23:25:22.977 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24872026-09-04T23:25:24.005ZSep 04 23:25:22.980 DEBG process exited with exit status: 0 (2.409759ms)
24882026-09-04T23:25:24.005ZSep 04 23:25:22.980 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24892026-09-04T23:25:24.393ZSep 04 23:25:23.368 DEBG process exited with exit status: 0 (388.021539ms)
24902026-09-04T23:25:24.393ZSep 04 23:25:23.368 DEBG running: zfs list rpool/images/build/host
24912026-09-04T23:25:24.398ZNAME USED AVAIL REFER MOUNTPOINT
24922026-09-04T23:25:24.398Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24932026-09-04T23:25:24.406ZSep 04 23:25:23.372 DEBG process exited with exit status: 0 (4.710958ms)
24942026-09-04T23:25:24.406ZSep 04 23:25:23.373 DEBG running: zfs list rpool/images/build/recovery
24952026-09-04T23:25:24.406ZNAME USED AVAIL REFER MOUNTPOINT
24962026-09-04T23:25:24.406Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24972026-09-04T23:25:24.406ZSep 04 23:25:23.376 DEBG process exited with exit status: 0 (3.816859ms)
24982026-09-04T23:25:24.406ZSep 04 23:25:23.376 INFO console assets match pinned console commit (700ff8bf5ce55e426b69a5c0c67334fe3bad53d8)
24992026-09-04T23:25:24.414ZSep 04 23:25:23.390 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-04T23:25:24.417ZSep 04 23:25:23.390 INFO [hubris-production] running task
25012026-09-04T23:25:24.418ZSep 04 23:25:23.390 INFO [hubris-staging] running task
25022026-09-04T23:25:24.418ZSep 04 23:25:23.390 INFO [incorp-manifest] running task
25032026-09-04T23:25:24.418ZSep 04 23:25:23.390 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25042026-09-04T23:25:24.418ZSep 04 23:25:23.391 INFO [incorp-create] running: pkgrepo create /work/incorporation
25052026-09-04T23:25:24.418ZSep 04 23:25:23.392 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25062026-09-04T23:25:24.418ZSep 04 23:25:23.392 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25072026-09-04T23:25:24.457Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25082026-09-04T23:25:24.524Z[ omicron-package] Blocking waiting for file lock on package cache
25092026-09-04T23:25:24.647ZSep 04 23:25:23.622 INFO [incorp-create] process exited with exit status: 0 (231.06966ms)
25102026-09-04T23:25:24.650ZSep 04 23:25:23.622 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25112026-09-04T23:25:24.866ZSep 04 23:25:23.841 INFO [incorp-publisher] process exited with exit status: 0 (218.804945ms)
25122026-09-04T23:25:25.198Z[ omicron-package] Blocking waiting for file lock on package cache
25132026-09-04T23:25:25.529ZSep 04 23:25:24.504 INFO [hubris-production] task succeeded (1.113711917s)
25142026-09-04T23:25:26.437Z[ omicron-package] Compiling macaddr v1.0.1
25152026-09-04T23:25:26.437Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25162026-09-04T23:25:26.442Z[ omicron-package] Compiling itertools v0.15.0
25172026-09-04T23:25:26.442Z[ omicron-package] Compiling secrecy v0.10.3
25182026-09-04T23:25:26.442Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-09-04T23:25:26.442Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25202026-09-04T23:25:26.442Z[ omicron-package] Compiling heapless v0.8.0
25212026-09-04T23:25:26.442Z[ omicron-package] Compiling inout v0.1.4
25222026-09-04T23:25:26.442Z[ omicron-package] Compiling hash32 v0.3.1
25232026-09-04T23:25:26.442Z[ omicron-package] Compiling multer v3.1.0
25242026-09-04T23:25:26.442Z[ omicron-package] Compiling match_cfg v0.1.0
25252026-09-04T23:25:26.442Z[ omicron-package] Compiling compression-core v0.4.31
25262026-09-04T23:25:26.442Z[ omicron-package] Compiling smoltcp v0.11.0
25272026-09-04T23:25:26.442Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25282026-09-04T23:25:26.442Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-09-04T23:25:26.442Z[ omicron-package] Compiling slog-json v2.6.1
25302026-09-04T23:25:26.863ZSep 04 23:25:25.838 DEBG process exited with exit status: 0 (2.447153558s)
25312026-09-04T23:25:26.866ZSep 04 23:25:25.838 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25322026-09-04T23:25:27.093Z[ omicron-package] Compiling compression-codecs v0.4.37
25332026-09-04T23:25:27.097Z[ omicron-package] Compiling hostname v0.3.1
25342026-09-04T23:25:27.264Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25352026-09-04T23:25:27.264Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25362026-09-04T23:25:27.559Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25372026-09-04T23:25:27.583Z[ omicron-package] Compiling cipher v0.4.4
25382026-09-04T23:25:27.638Z[ omicron-package] Compiling cobs v0.3.0
25392026-09-04T23:25:27.641Z[ omicron-package] Compiling universal-hash v0.5.1
25402026-09-04T23:25:27.642Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25412026-09-04T23:25:27.642Z[ omicron-package] Compiling async-stream-impl v0.3.6
25422026-09-04T23:25:27.642Z[ omicron-package] Compiling serde_spanned v1.1.1
25432026-09-04T23:25:27.917Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25442026-09-04T23:25:27.998Z[ omicron-package] Compiling dropshot v0.17.1
25452026-09-04T23:25:28.102Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25462026-09-04T23:25:28.105Z[ omicron-package] Compiling opaque-debug v0.3.1
25472026-09-04T23:25:28.134Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-09-04T23:25:28.139Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25492026-09-04T23:25:28.139Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25502026-09-04T23:25:28.140Z[ omicron-package] Compiling convert_case v0.4.0
25512026-09-04T23:25:28.140Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25522026-09-04T23:25:28.216Z[ omicron-package] Compiling poly1305 v0.8.0
25532026-09-04T23:25:28.323Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25542026-09-04T23:25:28.326Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25552026-09-04T23:25:28.493Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25562026-09-04T23:25:28.493Z[ omicron-package] Compiling async-stream v0.3.6
25572026-09-04T23:25:28.616Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25582026-09-04T23:25:28.767Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25592026-09-04T23:25:28.770Z[ omicron-package] Compiling derive_more v0.99.20
25602026-09-04T23:25:28.838Z[ omicron-package] Compiling postcard v1.1.3
25612026-09-04T23:25:28.845Z[ omicron-package] Compiling chacha20 v0.9.1
25622026-09-04T23:25:28.950Z[ omicron-package] Compiling ingot-macros v0.2.0
25632026-09-04T23:25:28.953Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25642026-09-04T23:25:29.025Z[ omicron-package] Compiling async-compression v0.4.41
25652026-09-04T23:25:29.058Z[ omicron-package] Compiling num_enum_derive v0.7.6
25662026-09-04T23:25:29.121Z[ omicron-package] Compiling slog-bunyan v2.5.0
25672026-09-04T23:25:29.124Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25682026-09-04T23:25:29.124Z[ omicron-package] Compiling sha1 v0.11.0
25692026-09-04T23:25:29.127Z[ omicron-package] Compiling progenitor-client v0.14.0
25702026-09-04T23:25:29.293Z[ omicron-package] Compiling oxide-generation v0.1.3
25712026-09-04T23:25:29.301Z[ omicron-package] Compiling parse-display-derive v0.10.0
25722026-09-04T23:25:29.405Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25732026-09-04T23:25:29.506Z[ omicron-package] Compiling waitgroup v0.1.2
25742026-09-04T23:25:29.580Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25752026-09-04T23:25:29.619Z[ omicron-package] Compiling backon v1.6.0
25762026-09-04T23:25:29.716Z[ omicron-package] Compiling password-hash v0.5.0
25772026-09-04T23:25:29.791ZSep 04 23:25:28.766 DEBG process exited with exit status: 0 (2.927621021s)
25782026-09-04T23:25:29.794Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25792026-09-04T23:25:29.794Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25802026-09-04T23:25:29.852ZSep 04 23:25:28.827 INFO [incorp-manifest] task succeeded (5.436459846s)
25812026-09-04T23:25:29.856ZSep 04 23:25:28.827 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25822026-09-04T23:25:29.908Z[ omicron-package] Compiling blake2 v0.10.6
25832026-09-04T23:25:29.911Z[ omicron-package] Compiling aead v0.5.2
25842026-09-04T23:25:29.930Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25852026-09-04T23:25:29.979Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25862026-09-04T23:25:29.982Z[ omicron-package] Compiling hostname v0.4.2
25872026-09-04T23:25:29.982Z[ omicron-package] Compiling instant v0.1.13
25882026-09-04T23:25:30.072ZSep 04 23:25:29.047 INFO [incorp-fmt] process exited with exit status: 0 (220.256504ms)
25892026-09-04T23:25:30.076ZSep 04 23:25:29.047 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25902026-09-04T23:25:30.117Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25912026-09-04T23:25:30.157Z[ omicron-package] Compiling proc-macro-error v1.0.4
25922026-09-04T23:25:30.197Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25932026-09-04T23:25:30.292Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25942026-09-04T23:25:30.316Z[ omicron-package] Compiling num_enum v0.7.6
25952026-09-04T23:25:30.355Z[ omicron-package] Compiling argon2 v0.5.3
25962026-09-04T23:25:30.379Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-09-04T23:25:30.403Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260904T232529Z
25982026-09-04T23:25:30.403Z[ incorp-pkgsend] PUBLISHED
25992026-09-04T23:25:30.428Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26002026-09-04T23:25:30.473ZSep 04 23:25:29.447 INFO [incorp-pkgsend] process exited with exit status: 0 (399.879174ms)
26012026-09-04T23:25:30.476ZSep 04 23:25:29.447 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26022026-09-04T23:25:30.611Z[ omicron-package] Compiling backoff v0.4.0
26032026-09-04T23:25:30.633Z[ omicron-package] Compiling progenitor-extras v0.2.0
26042026-09-04T23:25:30.669Z[ omicron-package] Compiling num_enum_derive v0.5.11
26052026-09-04T23:25:30.672Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26062026-09-04T23:25:30.672Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26072026-09-04T23:25:30.722Z[ helios-incorp] Retrieving packages for publisher helios ...
26082026-09-04T23:25:30.726Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26092026-09-04T23:25:30.749Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26102026-09-04T23:25:30.749Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26112026-09-04T23:25:30.753Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26122026-09-04T23:25:30.762Z[ helios-incorp]
26132026-09-04T23:25:30.762Z[ helios-incorp] Archiving packages ...
26142026-09-04T23:25:30.766Z[ helios-incorp] Packages to add: 1
26152026-09-04T23:25:30.766Z[ helios-incorp] Files to retrieve: 0
26162026-09-04T23:25:30.766Z[ helios-incorp] Estimated transfer size: 0.00 B
26172026-09-04T23:25:30.766Z[ helios-incorp]
26182026-09-04T23:25:30.766Z[ helios-incorp] Packages to archive:
26192026-09-04T23:25:30.766Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260904T232529Z
26202026-09-04T23:25:30.766Z[ helios-incorp]
26212026-09-04T23:25:30.766Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26222026-09-04T23:25:30.766Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26232026-09-04T23:25:30.816ZSep 04 23:25:29.791 INFO [helios-incorp] process exited with exit status: 0 (343.704756ms)
26242026-09-04T23:25:30.820Z[ omicron-package] Compiling foreign-types v0.5.0
26252026-09-04T23:25:30.820Z[ omicron-package] Compiling vsss-rs v3.3.4
26262026-09-04T23:25:30.976Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26272026-09-04T23:25:30.996Z[ omicron-package] Compiling parse-display v0.10.0
26282026-09-04T23:25:31.018Z[ omicron-package] Compiling regress v0.10.5
26292026-09-04T23:25:31.050Z[ omicron-package] Compiling itertools v0.14.0
26302026-09-04T23:25:31.154Z[ omicron-package] Compiling tabwriter v1.4.1
26312026-09-04T23:25:31.181Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-09-04T23:25:31.272Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26332026-09-04T23:25:31.303Z[ omicron-package] Compiling cstr-argument v0.1.2
26342026-09-04T23:25:31.325Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26352026-09-04T23:25:31.462Z[ omicron-package] Compiling humantime v2.3.0
26362026-09-04T23:25:31.520Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26372026-09-04T23:25:31.679Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26382026-09-04T23:25:31.679Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26392026-09-04T23:25:31.836Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26402026-09-04T23:25:31.889Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26412026-09-04T23:25:31.893Z[ omicron-package] Compiling rayon v1.11.0
26422026-09-04T23:25:31.894Z[ omicron-package] Compiling num_enum v0.5.11
26432026-09-04T23:25:31.970Z[ omicron-package] Compiling rand v0.10.1
26442026-09-04T23:25:31.974Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26452026-09-04T23:25:32.021Z[ omicron-package] Compiling libefi-sys v0.1.0
26462026-09-04T23:25:32.054Z[ omicron-package] Compiling ingot-types v0.2.0
26472026-09-04T23:25:32.054Z[ omicron-package] Compiling colored v3.1.1
26482026-09-04T23:25:32.058Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26492026-09-04T23:25:32.109Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26502026-09-04T23:25:32.112Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26512026-09-04T23:25:32.306Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26522026-09-04T23:25:32.405Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26532026-09-04T23:25:32.497Z[ omicron-package] Compiling itertools v0.12.1
26542026-09-04T23:25:32.533Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26552026-09-04T23:25:32.676Z[ omicron-package] Compiling ingot v0.2.1
26562026-09-04T23:25:32.750Z[ omicron-package] Compiling usdt-macro v0.5.0
26572026-09-04T23:25:32.795Z[ omicron-package] Compiling bitfield-struct v0.6.2
26582026-09-04T23:25:32.805Z[ omicron-package] Compiling num-derive v0.4.2
26592026-09-04T23:25:32.808Z[ omicron-package] Compiling sigpipe v0.1.3
26602026-09-04T23:25:32.808Z[ omicron-package] Compiling memmap v0.7.0
26612026-09-04T23:25:33.005Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26622026-09-04T23:25:33.036Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26632026-09-04T23:25:33.103Z[ omicron-package] Compiling glob v0.3.3
26642026-09-04T23:25:33.161Z[ omicron-package] Compiling swrite v0.1.0
26652026-09-04T23:25:33.358Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26662026-09-04T23:25:33.765Z[ omicron-package] Compiling usdt v0.5.0
26672026-09-04T23:25:33.819Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26682026-09-04T23:25:33.892Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26692026-09-04T23:25:33.896Z[ omicron-package] Compiling smf v0.2.3
26702026-09-04T23:25:33.945Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-09-04T23:25:34.050Z[ omicron-package] Compiling whoami v1.6.1
26722026-09-04T23:25:34.095Z[ omicron-package] Compiling zone v0.3.1
26732026-09-04T23:25:34.151Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26742026-09-04T23:25:34.151Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26752026-09-04T23:25:34.217Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26762026-09-04T23:25:34.316Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26772026-09-04T23:25:34.326Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26782026-09-04T23:25:34.344Z[ omicron-package] Compiling gethostname v0.5.0
26792026-09-04T23:25:34.483Z[ omicron-package] Compiling console v0.16.2
26802026-09-04T23:25:34.536Z[ omicron-package] Compiling unit-prefix v0.5.2
26812026-09-04T23:25:34.602Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26822026-09-04T23:25:34.867Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26832026-09-04T23:25:35.061Z[ omicron-package] Compiling indicatif v0.18.4
26842026-09-04T23:25:35.541Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26852026-09-04T23:25:36.275Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26862026-09-04T23:25:37.450Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26872026-09-04T23:25:38.833Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26882026-09-04T23:25:39.071Z[ helios-setup] Sep 04 23:25:38.046 INFO helios repository root is: /work/oxidecomputer/helios
26892026-09-04T23:25:39.074Z[ helios-setup] Sep 04 23:25:38.047 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
26902026-09-04T23:25:39.074Z[ helios-setup] Sep 04 23:25:38.047 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26912026-09-04T23:25:39.075Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26922026-09-04T23:25:39.662Z[ helios-setup] Sep 04 23:25:38.596 INFO clone ok!, project: phbl
26932026-09-04T23:25:39.662Z[ helios-setup] Sep 04 23:25:38.596 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
26942026-09-04T23:25:39.666Z[ helios-setup] Sep 04 23:25:38.596 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
26952026-09-04T23:25:39.666Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26962026-09-04T23:25:40.411Z[ helios-setup] Sep 04 23:25:39.386 INFO clone ok!, project: amd-host-image-builder
26972026-09-04T23:25:40.415Z[ helios-setup] Sep 04 23:25:39.386 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
26982026-09-04T23:25:40.415Z[ helios-setup] Sep 04 23:25:39.386 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26992026-09-04T23:25:40.415Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27002026-09-04T23:25:41.251ZSep 04 23:25:40.225 INFO [hubris-staging] task succeeded (16.835136052s)
27012026-09-04T23:25:48.506Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-09-04T23:25:51.145Z[ helios-setup] Sep 04 23:25:50.120 INFO clone ok!, project: amd-firmware
27032026-09-04T23:25:51.145Z[ helios-setup] Sep 04 23:25:50.120 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27042026-09-04T23:25:51.148Z[ helios-setup] Sep 04 23:25:50.120 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
27052026-09-04T23:25:51.148Z[ helios-setup] Sep 04 23:25:50.120 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27062026-09-04T23:25:51.148Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27072026-09-04T23:25:51.625Z[ helios-setup] Sep 04 23:25:50.600 INFO clone ok!, project: pinprick
27082026-09-04T23:25:51.625Z[ helios-setup] Sep 04 23:25:50.600 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27092026-09-04T23:25:51.629Z[ helios-setup] Sep 04 23:25:50.600 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27102026-09-04T23:25:51.629Z[ helios-setup] Sep 04 23:25:50.600 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
27112026-09-04T23:25:51.629Z[ helios-setup] Sep 04 23:25:50.600 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27122026-09-04T23:25:51.629Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27132026-09-04T23:25:51.668Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142026-09-04T23:25:52.379Z[ helios-setup] Sep 04 23:25:51.353 INFO clone ok!, project: pilot
27152026-09-04T23:25:52.382Z[ helios-setup] Sep 04 23:25:51.354 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
27162026-09-04T23:25:52.382Z[ helios-setup] Sep 04 23:25:51.354 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27172026-09-04T23:25:52.382Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27182026-09-04T23:25:52.664Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27192026-09-04T23:25:53.083Z[ helios-setup] Sep 04 23:25:52.056 INFO clone ok!, project: dmar-report
27202026-09-04T23:25:53.083Z[ helios-setup] Sep 04 23:25:52.057 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
27212026-09-04T23:25:53.083Z[ helios-setup] Sep 04 23:25:52.057 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27222026-09-04T23:25:53.086Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27232026-09-04T23:25:53.724Z[ helios-setup] Sep 04 23:25:52.699 INFO clone ok!, project: image-builder
27242026-09-04T23:25:53.730Z[ helios-setup] Sep 04 23:25:52.699 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
27252026-09-04T23:25:53.730Z[ helios-setup] Sep 04 23:25:52.699 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27262026-09-04T23:25:53.730Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27272026-09-04T23:25:54.543Z[ helios-setup] Sep 04 23:25:53.518 INFO clone ok!, project: chelsio-t6-roms
27282026-09-04T23:25:54.543Z[ helios-setup] Sep 04 23:25:53.518 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
27292026-09-04T23:25:54.546Z[ helios-setup] Sep 04 23:25:53.518 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27302026-09-04T23:25:54.546Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27312026-09-04T23:25:55.058Z[ helios-setup] Sep 04 23:25:54.032 INFO clone ok!, project: bootserver
27322026-09-04T23:25:55.061Z[ helios-setup] Sep 04 23:25:54.033 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27332026-09-04T23:25:55.269Z[ helios-setup] Sep 04 23:25:54.242 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27342026-09-04T23:25:55.499Z[ helios-setup] Sep 04 23:25:54.471 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27352026-09-04T23:25:55.499Z[ helios-setup] Sep 04 23:25:54.472 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27362026-09-04T23:25:55.744Z[ helios-setup] Sep 04 23:25:54.718 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27372026-09-04T23:25:55.993Z[ helios-setup] Sep 04 23:25:54.966 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27382026-09-04T23:25:55.998Z[ helios-setup] Sep 04 23:25:54.967 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27392026-09-04T23:25:56.232Z[ helios-setup] Sep 04 23:25:55.207 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27402026-09-04T23:25:56.447Z[ helios-setup] Sep 04 23:25:55.422 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27412026-09-04T23:25:56.447Z[ helios-setup] Sep 04 23:25:55.422 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27422026-09-04T23:25:56.448Z[ helios-setup] Sep 04 23:25:55.422 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27432026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO ok!
27442026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27452026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27462026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO ok!
27472026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27482026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27492026-09-04T23:25:56.451Z[ helios-setup] Sep 04 23:25:55.422 INFO ok!
27502026-09-04T23:25:56.452Z[ helios-setup] Sep 04 23:25:55.422 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27512026-09-04T23:26:05.126Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.70s
27522026-09-04T23:26:05.363Z[ omicron-package]
27532026-09-04T23:26:05.363Z[ omicron-package] real 40.882628387
27542026-09-04T23:26:05.363Z[ omicron-package] user 4:03.633875684
27552026-09-04T23:26:05.368Z[ omicron-package] sys 29.272263452
27562026-09-04T23:26:05.368Z[ omicron-package] trap 0.674946912
27572026-09-04T23:26:05.368Z[ omicron-package] tflt 0.371159845
27582026-09-04T23:26:05.368Z[ omicron-package] dflt 2.605091305
27592026-09-04T23:26:05.368Z[ omicron-package] kflt 0.000332851
27602026-09-04T23:26:05.368Z[ omicron-package] lock 8:16.808511320
27612026-09-04T23:26:05.368Z[ omicron-package] slp 4:31.479118719
27622026-09-04T23:26:05.368Z[ omicron-package] lat 44.682581365
27632026-09-04T23:26:05.368Z[ omicron-package] stop 1:44.656246515
27642026-09-04T23:26:05.368ZSep 04 23:26:04.339 INFO [omicron-package] process exited with exit status: 0 (40.946474141s)
27652026-09-04T23:26:05.368ZSep 04 23:26:04.339 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27662026-09-04T23:26:05.368ZSep 04 23:26:04.339 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27672026-09-04T23:26:05.372Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27682026-09-04T23:26:05.372Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27692026-09-04T23:26:05.375Z[ recovery-target] Created new build target 'recovery' and set it as active
27702026-09-04T23:26:05.375Z[ host-target] Created new build target 'host' and set it as active
27712026-09-04T23:26:05.378ZSep 04 23:26:04.350 INFO [host-target] process exited with exit status: 0 (11.377646ms)
27722026-09-04T23:26:05.378ZSep 04 23:26:04.351 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27732026-09-04T23:26:05.378ZSep 04 23:26:04.351 INFO [recovery-target] process exited with exit status: 0 (11.378366ms)
27742026-09-04T23:26:05.381Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27752026-09-04T23:26:06.985Z[ host-package] Compiling cfg-if v1.0.4
27762026-09-04T23:26:07.215Z[ host-package] Compiling serde_core v1.0.228
27772026-09-04T23:26:07.215Z[ host-package] Compiling libc v0.2.185
27782026-09-04T23:26:07.218Z[ host-package] Compiling memchr v2.8.0
27792026-09-04T23:26:07.294Z[ host-package] Compiling smallvec v1.15.1
27802026-09-04T23:26:07.325Z[ host-package] Compiling stable_deref_trait v1.2.1
27812026-09-04T23:26:07.355Z[ host-package] Compiling libm v0.2.16
27822026-09-04T23:26:07.359Z[ host-package] Compiling scopeguard v1.2.0
27832026-09-04T23:26:07.399Z[ host-package] Compiling zerofrom v0.1.6
27842026-09-04T23:26:07.424Z[ host-package] Compiling rand_core v0.10.0
27852026-09-04T23:26:07.448Z[ host-package] Compiling litemap v0.8.1
27862026-09-04T23:26:07.448Z[ host-package] Compiling percent-encoding v2.3.2
27872026-09-04T23:26:07.500Z[ host-package] Compiling writeable v0.6.2
27882026-09-04T23:26:07.525Z[ host-package] Compiling lock_api v0.4.14
27892026-09-04T23:26:07.552Z[ host-package] Compiling yoke v0.8.1
27902026-09-04T23:26:07.575Z[ host-package] Compiling icu_normalizer_data v2.1.1
27912026-09-04T23:26:07.601Z[ host-package] Compiling icu_properties_data v2.1.2
27922026-09-04T23:26:07.625Z[ host-package] Compiling utf8_iter v1.0.4
27932026-09-04T23:26:07.652Z[ host-package] Compiling form_urlencoded v1.2.2
27942026-09-04T23:26:07.679Z[ host-package] Compiling iana-time-zone v0.1.65
27952026-09-04T23:26:07.710Z[ host-package] Compiling zerocopy v0.8.55
27962026-09-04T23:26:07.735Z[ host-package] Compiling errno v0.3.14
27972026-09-04T23:26:07.735Z[ host-package] Compiling getrandom v0.4.3
27982026-09-04T23:26:07.739Z[ host-package] Compiling parking_lot_core v0.9.12
27992026-09-04T23:26:07.808Z[ host-package] Compiling zerovec v0.11.5
28002026-09-04T23:26:07.812Z[ host-package] Compiling zerotrie v0.2.3
28012026-09-04T23:26:07.862Z[ host-package] Compiling mio v1.2.0
28022026-09-04T23:26:07.888Z[ host-package] Compiling signal-hook-registry v1.4.8
28032026-09-04T23:26:07.919Z[ host-package] Compiling socket2 v0.6.3
28042026-09-04T23:26:07.966Z[ host-package] Compiling thiserror v2.0.18
28052026-09-04T23:26:08.013Z[ host-package] Compiling parking_lot v0.12.5
28062026-09-04T23:26:08.044Z[ host-package] Compiling getrandom v0.2.17
28072026-09-04T23:26:08.086Z[ host-package] Compiling futures-util v0.3.32
28082026-09-04T23:26:08.115Z[ host-package] Compiling getrandom v0.3.4
28092026-09-04T23:26:08.119Z[ host-package] Compiling base64 v0.22.1
28102026-09-04T23:26:08.167Z[ host-package] Compiling time v0.3.47
28112026-09-04T23:26:08.194Z[ host-package] Compiling aho-corasick v1.1.4
28122026-09-04T23:26:08.294Z[ host-package] Compiling num-traits v0.2.19
28132026-09-04T23:26:08.328Z[ host-package] Compiling rand_core v0.6.4
28142026-09-04T23:26:08.383Z[ host-package] Compiling rand_core v0.9.5
28152026-09-04T23:26:08.452Z[ host-package] Compiling tinystr v0.8.2
28162026-09-04T23:26:08.501Z[ host-package] Compiling potential_utf v0.1.4
28172026-09-04T23:26:08.537Z[ host-package] Compiling spin v0.9.8
28182026-09-04T23:26:08.574Z[ host-package] Compiling socket2 v0.5.10
28192026-09-04T23:26:08.615Z[ host-package] Compiling pest v2.8.6
28202026-09-04T23:26:08.665Z[ host-package] Compiling icu_collections v2.1.1
28212026-09-04T23:26:08.742Z[ host-package] Compiling icu_locale_core v2.1.1
28222026-09-04T23:26:08.766Z[ host-package] Compiling encoding_rs v0.8.35
28232026-09-04T23:26:08.794Z[ host-package] Compiling simd-adler32 v0.3.8
28242026-09-04T23:26:08.817Z[ host-package] Compiling adler2 v2.0.1
28252026-09-04T23:26:08.823Z[ host-package] Compiling crc32fast v1.5.0
28262026-09-04T23:26:08.876Z[ host-package] Compiling wait-timeout v0.2.1
28272026-09-04T23:26:09.140Z[ host-package] Compiling miniz_oxide v0.8.9
28282026-09-04T23:26:09.231Z[ host-package] Compiling zlib-rs v0.6.2
28292026-09-04T23:26:09.262Z[ host-package] Compiling rand_xorshift v0.4.0
28302026-09-04T23:26:09.316Z[ host-package] Compiling lazy_static v1.5.0
28312026-09-04T23:26:09.409Z[ host-package] Compiling regex-automata v0.4.14
28322026-09-04T23:26:09.461Z[ host-package] Compiling serde v1.0.228
28332026-09-04T23:26:09.485Z[ host-package] Compiling serde_json v1.0.151
28342026-09-04T23:26:09.527Z[ host-package] Compiling bitflags v2.11.0
28352026-09-04T23:26:09.527Z[ host-package] Compiling uuid v1.23.4
28362026-09-04T23:26:09.688Z[ host-package] Compiling semver v1.0.28
28372026-09-04T23:26:09.731Z[ host-package] Compiling icu_provider v2.1.1
28382026-09-04T23:26:10.051Z[ host-package] Compiling bytes v1.11.1
28392026-09-04T23:26:10.175Z[ host-package] Compiling zeroize v1.9.0
28402026-09-04T23:26:10.198Z[ host-package] Compiling icu_normalizer v2.1.1
28412026-09-04T23:26:10.274Z[ host-package] Compiling icu_properties v2.1.2
28422026-09-04T23:26:10.309Z[ host-package] Compiling chrono v0.4.45
28432026-09-04T23:26:10.361Z[ host-package] Compiling rustix v1.1.4
28442026-09-04T23:26:10.442Z[ host-package] Compiling generic-array v0.14.7
28452026-09-04T23:26:10.691Z[ host-package] Compiling indexmap v2.14.0
28462026-09-04T23:26:10.888Z[ host-package] Compiling tokio v1.52.1
28472026-09-04T23:26:10.911Z[ host-package] Compiling http v1.4.2
28482026-09-04T23:26:11.026Z[ host-package] Compiling crypto-common v0.1.7
28492026-09-04T23:26:11.062Z[ host-package] Compiling block-buffer v0.10.4
28502026-09-04T23:26:11.168Z[ host-package] Compiling erased-serde v0.3.31
28512026-09-04T23:26:11.217Z[ host-package] Compiling idna_adapter v1.2.1
28522026-09-04T23:26:11.297Z[ host-package] Compiling digest v0.10.7
28532026-09-04T23:26:11.349Z[ host-package] Compiling rustls-pki-types v1.14.0
28542026-09-04T23:26:11.352Z[ host-package] Compiling ipnet v2.12.0
28552026-09-04T23:26:11.406Z[ host-package] Compiling ppv-lite86 v0.2.21
28562026-09-04T23:26:11.511Z[ host-package] Compiling idna v1.1.0
28572026-09-04T23:26:11.515Z[ host-package] Compiling terminal_size v0.4.3
28582026-09-04T23:26:11.601Z[ host-package] Compiling aws-lc-rs v1.16.3
28592026-09-04T23:26:11.647Z[ host-package] Compiling tempfile v3.27.0
28602026-09-04T23:26:11.707Z[ host-package] Compiling der v0.7.10
28612026-09-04T23:26:11.777Z[ host-package] Compiling slog v2.8.2
28622026-09-04T23:26:11.812Z[ host-package] Compiling rand_chacha v0.9.0
28632026-09-04T23:26:11.815Z[ host-package] Compiling http-body v1.0.1
28642026-09-04T23:26:11.833Z[ host-package] Compiling clap_builder v4.6.0
28652026-09-04T23:26:12.002Z[ host-package] Compiling url v2.5.8
28662026-09-04T23:26:12.028Z[ host-package] Compiling http-body-util v0.1.3
28672026-09-04T23:26:12.031Z[ host-package] Compiling rand_chacha v0.3.1
28682026-09-04T23:26:12.172Z[ host-package] Compiling rand v0.9.2
28692026-09-04T23:26:12.281Z[ host-package] Compiling serde_urlencoded v0.7.1
28702026-09-04T23:26:12.325Z[ host-package] Compiling rustls-native-certs v0.8.3
28712026-09-04T23:26:12.386Z[ host-package] Compiling rand v0.8.6
28722026-09-04T23:26:12.422Z[ host-package] Compiling futures-executor v0.3.32
28732026-09-04T23:26:12.482Z[ host-package] Compiling hybrid-array v0.4.13
28742026-09-04T23:26:12.638Z[ host-package] Compiling regex v1.12.3
28752026-09-04T23:26:12.712Z[ host-package] Compiling schemars v0.8.22
28762026-09-04T23:26:12.876Z[ host-package] Compiling rustls-webpki v0.103.13
28772026-09-04T23:26:12.908Z[ host-package] Compiling spki v0.7.3
28782026-09-04T23:26:13.053Z[ host-package] Compiling hubpack v0.1.2
28792026-09-04T23:26:13.196Z[ host-package] Compiling pkcs8 v0.10.2
28802026-09-04T23:26:13.235Z[ host-package] Compiling hex v0.4.3
28812026-09-04T23:26:13.379Z[ host-package] Compiling futures v0.3.32
28822026-09-04T23:26:13.450Z[ host-package] Compiling publicsuffix v2.3.0
28832026-09-04T23:26:13.492Z[ host-package] Compiling openapiv3 v2.2.0
28842026-09-04T23:26:13.527Z[ host-package] Compiling rustls v0.23.41
28852026-09-04T23:26:13.553Z[ host-package] Compiling cookie v0.18.1
28862026-09-04T23:26:13.553Z[ host-package] Compiling rusty-fork v0.3.1
28872026-09-04T23:26:13.602Z[ host-package] Compiling sha2 v0.10.9
28882026-09-04T23:26:13.626Z[ host-package] Compiling flate2 v1.1.9
28892026-09-04T23:26:13.678Z[ host-package] Compiling crypto-common v0.2.2
28902026-09-04T23:26:13.747Z[ host-package] Compiling ipnetwork v0.21.1
28912026-09-04T23:26:13.817Z[ host-package] Compiling block-buffer v0.12.1
28922026-09-04T23:26:13.985Z[ host-package] Compiling cookie_store v0.22.1
28932026-09-04T23:26:14.134Z[ host-package] Compiling clap v4.6.1
28942026-09-04T23:26:14.168Z[ host-package] Compiling oxnet v0.1.6
28952026-09-04T23:26:14.290Z[ host-package] Compiling proptest v1.11.0
28962026-09-04T23:26:14.337Z[ host-package] Compiling signature v2.2.0
28972026-09-04T23:26:14.373Z[ host-package] Compiling camino v1.2.5
28982026-09-04T23:26:14.421Z[ host-package] Compiling hmac v0.12.1
28992026-09-04T23:26:14.539Z[ host-package] Compiling dof v0.4.0
29002026-09-04T23:26:14.580Z[ host-package] Compiling dtrace-parser v0.3.0
29012026-09-04T23:26:14.644Z[ host-package] Compiling thread-id v5.1.0
29022026-09-04T23:26:14.694Z[ host-package] Compiling data-encoding v2.10.0
29032026-09-04T23:26:14.697Z[ host-package] Compiling memmap2 v0.9.10
29042026-09-04T23:26:14.792Z[ host-package] Compiling num-integer v0.1.46
29052026-09-04T23:26:14.902Z[ host-package] Compiling rustix v0.38.44
29062026-09-04T23:26:14.907Z[ host-package] Compiling x509-cert v0.2.5
29072026-09-04T23:26:14.962Z[ host-package] Compiling serde_spanned v0.6.9
29082026-09-04T23:26:15.082Z[ host-package] Compiling toml_datetime v0.6.11
29092026-09-04T23:26:15.171Z[ host-package] Compiling dof v0.3.0
29102026-09-04T23:26:15.217Z[ host-package] Compiling num-iter v0.1.45
29112026-09-04T23:26:15.293Z[ host-package] Compiling bstr v1.12.1
29122026-09-04T23:26:15.352Z[ host-package] Compiling dtrace-parser v0.2.0
29132026-09-04T23:26:15.439Z[ host-package] Compiling ff v0.13.1
29142026-09-04T23:26:15.548Z[ host-package] Compiling tokio-util v0.7.18
29152026-09-04T23:26:15.672Z[ host-package] Compiling tower v0.5.3
29162026-09-04T23:26:15.746Z[ host-package] Compiling usdt-impl v0.6.0
29172026-09-04T23:26:16.119Z[ host-package] Compiling thread-id v4.2.2
29182026-09-04T23:26:16.244Z[ host-package] Compiling tower-http v0.6.8
29192026-09-04T23:26:16.332Z[ host-package] Compiling usdt v0.6.0
29202026-09-04T23:26:16.484Z[ host-package] Compiling sec1 v0.7.3
29212026-09-04T23:26:16.487Z[ host-package] Compiling digest v0.11.3
29222026-09-04T23:26:16.559Z[ host-package] Compiling usdt-impl v0.5.0
29232026-09-04T23:26:16.643Z[ helios-setup] Sep 04 23:26:15.618 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')"
29242026-09-04T23:26:16.643Z[ helios-setup] Sep 04 23:26:15.618 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29252026-09-04T23:26:16.680Z[ helios-setup] Sep 04 23:26:15.653 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.98.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
29262026-09-04T23:26:16.680Z[ helios-setup] Sep 04 23:26:15.653 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29272026-09-04T23:26:16.684Z[ helios-setup] Sep 04 23:26:15.653 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29282026-09-04T23:26:16.752Z[ host-package] Compiling h2 v0.4.15
29292026-09-04T23:26:16.787Z[ host-package] Compiling signal-hook v0.3.18
29302026-09-04T23:26:16.849Z[ helios-setup] Sep 04 23:26:15.823 INFO E| Updating crates.io index
29312026-09-04T23:26:16.852Z[ helios-setup] Sep 04 23:26:15.824 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29322026-09-04T23:26:16.971Z[ host-package] Compiling nix v0.31.2
29332026-09-04T23:26:17.014Z[ host-package] Compiling group v0.13.0
29342026-09-04T23:26:17.122Z[ host-package] Compiling newtype-uuid v1.3.2
29352026-09-04T23:26:17.173Z[ host-package] Compiling hkdf v0.12.4
29362026-09-04T23:26:17.207Z[ host-package] Compiling serde_with v3.21.0
29372026-09-04T23:26:17.250Z[ host-package] Compiling crypto-bigint v0.5.5
29382026-09-04T23:26:17.318Z[ helios-setup] Sep 04 23:26:16.292 INFO E| From https://github.com/oxidecomputer/amd-apcb
29392026-09-04T23:26:17.318Z[ helios-setup] Sep 04 23:26:16.292 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29402026-09-04T23:26:17.330Z[ host-package] Compiling foreign-types-shared v0.1.1
29412026-09-04T23:26:17.333Z[ helios-setup] Sep 04 23:26:16.307 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29422026-09-04T23:26:17.385Z[ host-package] Compiling tokio-rustls v0.26.4
29432026-09-04T23:26:17.421Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29442026-09-04T23:26:17.448Z[ host-package] Compiling daft v0.1.8
29452026-09-04T23:26:17.478Z[ host-package] Compiling foreign-types v0.3.2
29462026-09-04T23:26:17.585Z[ host-package] Compiling ahash v0.8.12
29472026-09-04T23:26:17.645Z[ host-package] Compiling num-bigint-dig v0.8.6
29482026-09-04T23:26:17.699Z[ helios-setup] Sep 04 23:26:16.673 INFO E| From https://github.com/oxidecomputer/amd-efs
29492026-09-04T23:26:17.699Z[ helios-setup] Sep 04 23:26:16.673 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29502026-09-04T23:26:17.736Z[ host-package] Compiling packed_struct v0.10.1
29512026-09-04T23:26:17.768Z[ host-package] Compiling openssl-sys v0.9.117
29522026-09-04T23:26:17.792Z[ host-package] Compiling pkcs1 v0.7.5
29532026-09-04T23:26:17.833Z[ host-package] Compiling toml_edit v0.19.15
29542026-09-04T23:26:17.842Z[ helios-setup] Sep 04 23:26:16.817 INFO E| Downloading crates ...
29552026-09-04T23:26:17.882Z[ host-package] Compiling hashbrown v0.13.2
29562026-09-04T23:26:17.888Z[ helios-setup] Sep 04 23:26:16.862 INFO E| Downloaded ansi_term v0.12.1
29572026-09-04T23:26:17.898Z[ helios-setup] Sep 04 23:26:16.873 INFO E| Downloaded fletcher v1.0.0
29582026-09-04T23:26:17.902Z[ helios-setup] Sep 04 23:26:16.875 INFO E| Downloaded strum_macros v0.27.1
29592026-09-04T23:26:17.906Z[ host-package] Compiling serde-hex v0.1.0
29602026-09-04T23:26:17.911Z[ helios-setup] Sep 04 23:26:16.885 INFO E| Downloaded four-cc v0.4.0
29612026-09-04T23:26:17.914Z[ helios-setup] Sep 04 23:26:16.886 INFO E| Downloaded heck v0.3.3
29622026-09-04T23:26:17.914Z[ helios-setup] Sep 04 23:26:16.887 INFO E| Downloaded dyn-clone v1.0.19
29632026-09-04T23:26:17.919Z[ helios-setup] Sep 04 23:26:16.894 INFO E| Downloaded itoa v1.0.15
29642026-09-04T23:26:17.922Z[ helios-setup] Sep 04 23:26:16.895 INFO E| Downloaded unic-char-range v0.9.0
29652026-09-04T23:26:17.922Z[ helios-setup] Sep 04 23:26:16.896 INFO E| Downloaded unic-common v0.9.0
29662026-09-04T23:26:17.922Z[ helios-setup] Sep 04 23:26:16.896 INFO E| Downloaded strsim v0.8.0
29672026-09-04T23:26:17.932Z[ helios-setup] Sep 04 23:26:16.906 INFO E| Downloaded strum v0.27.1
29682026-09-04T23:26:17.935Z[ helios-setup] Sep 04 23:26:16.907 INFO E| Downloaded unic-char-property v0.9.0
29692026-09-04T23:26:17.935Z[ helios-setup] Sep 04 23:26:16.908 INFO E| Downloaded vec_map v0.8.2
29702026-09-04T23:26:17.935Z[ helios-setup] Sep 04 23:26:16.908 INFO E| Downloaded unic-ucd-ident v0.9.0
29712026-09-04T23:26:17.935Z[ helios-setup] Sep 04 23:26:16.909 INFO E| Downloaded structopt-derive v0.4.18
29722026-09-04T23:26:17.938Z[ helios-setup] Sep 04 23:26:16.910 INFO E| Downloaded parse_int v0.9.0
29732026-09-04T23:26:17.938Z[ helios-setup] Sep 04 23:26:16.911 INFO E| Downloaded unic-ucd-version v0.9.0
29742026-09-04T23:26:17.942Z[ helios-setup] Sep 04 23:26:16.917 INFO E| Downloaded bytesize v2.0.1
29752026-09-04T23:26:17.948Z[ host-package] Compiling bzip2 v0.4.4
29762026-09-04T23:26:17.948Z[ helios-setup] Sep 04 23:26:16.918 INFO E| Downloaded pest_generator v2.8.0
29772026-09-04T23:26:17.948Z[ helios-setup] Sep 04 23:26:16.920 INFO E| Downloaded modular-bitfield-impl v0.11.2
29782026-09-04T23:26:17.948Z[ helios-setup] Sep 04 23:26:16.921 INFO E| Downloaded ryu v1.0.20
29792026-09-04T23:26:17.956Z[ helios-setup] Sep 04 23:26:16.930 INFO E| Downloaded autocfg v1.4.0
29802026-09-04T23:26:17.959Z[ helios-setup] Sep 04 23:26:16.932 INFO E| Downloaded quote v1.0.40
29812026-09-04T23:26:17.959Z[ helios-setup] Sep 04 23:26:16.933 INFO E| Downloaded modular-bitfield-impl v0.13.1
29822026-09-04T23:26:17.962Z[ helios-setup] Sep 04 23:26:16.935 INFO E| Downloaded rustversion v1.0.20
29832026-09-04T23:26:17.962Z[ helios-setup] Sep 04 23:26:16.936 INFO E| Downloaded thiserror v2.0.12
29842026-09-04T23:26:17.966Z[ helios-setup] Sep 04 23:26:16.940 INFO E| Downloaded thiserror-impl v2.0.12
29852026-09-04T23:26:17.969Z[ helios-setup] Sep 04 23:26:16.941 INFO E| Downloaded goblin v0.9.3
29862026-09-04T23:26:17.972Z[ helios-setup] Sep 04 23:26:16.945 INFO E| Downloaded textwrap v0.11.0
29872026-09-04T23:26:17.972Z[ helios-setup] Sep 04 23:26:16.946 INFO E| Downloaded modular-bitfield v0.13.1
29882026-09-04T23:26:17.978Z[ helios-setup] Sep 04 23:26:16.953 INFO E| Downloaded pest_meta v2.8.0
29892026-09-04T23:26:17.981Z[ helios-setup] Sep 04 23:26:16.954 INFO E| Downloaded pest_derive v2.8.0
29902026-09-04T23:26:17.981Z[ helios-setup] Sep 04 23:26:16.956 INFO E| Downloaded log v0.4.27
29912026-09-04T23:26:17.984Z[ helios-setup] Sep 04 23:26:16.957 INFO E| Downloaded modular-bitfield v0.11.2
29922026-09-04T23:26:17.989Z[ helios-setup] Sep 04 23:26:16.964 INFO E| Downloaded unicode-ident v1.0.18
29932026-09-04T23:26:17.992Z[ helios-setup] Sep 04 23:26:16.965 INFO E| Downloaded proc-macro2 v1.0.95
29942026-09-04T23:26:17.992Z[ helios-setup] Sep 04 23:26:16.967 INFO E| Downloaded structopt v0.3.26
29952026-09-04T23:26:17.997Z[ helios-setup] Sep 04 23:26:16.971 INFO E| Downloaded typenum v1.18.0
29962026-09-04T23:26:18.000Z[ helios-setup] Sep 04 23:26:16.973 INFO E| Downloaded serde v1.0.219
29972026-09-04T23:26:18.003Z[ helios-setup] Sep 04 23:26:16.976 INFO E| Downloaded serde_derive v1.0.219
29982026-09-04T23:26:18.003Z[ helios-setup] Sep 04 23:26:16.977 INFO E| Downloaded zerocopy-derive v0.8.25
29992026-09-04T23:26:18.006Z[ helios-setup] Sep 04 23:26:16.981 INFO E| Downloaded memchr v2.7.4
30002026-09-04T23:26:18.045Z[ helios-setup] Sep 04 23:26:17.020 INFO E| Downloaded clap v2.34.0
30012026-09-04T23:26:18.049Z[ helios-setup] Sep 04 23:26:17.024 INFO E| Downloaded pest v2.8.0
30022026-09-04T23:26:18.052Z[ helios-setup] Sep 04 23:26:17.027 INFO E| Downloaded serde_json v1.0.140
30032026-09-04T23:26:18.056Z[ helios-setup] Sep 04 23:26:17.031 INFO E| Downloaded zerocopy v0.8.25
30042026-09-04T23:26:18.089Z[ helios-setup] Sep 04 23:26:17.063 INFO E| Downloaded syn v2.0.101
30052026-09-04T23:26:18.107Z[ helios-setup] Sep 04 23:26:17.081 INFO E| Downloaded libc v0.2.172
30062026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling proc-macro2 v1.0.95
30072026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling unicode-ident v1.0.18
30082026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling memchr v2.7.4
30092026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling autocfg v1.4.0
30102026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling thiserror v2.0.12
30112026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling serde v1.0.219
30122026-09-04T23:26:18.184Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling syn v1.0.109
30132026-09-04T23:26:18.188Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling version_check v0.9.5
30142026-09-04T23:26:18.189Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling serde_json v1.0.140
30152026-09-04T23:26:18.189Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling schemars v0.8.22
30162026-09-04T23:26:18.189Z[ helios-setup] Sep 04 23:26:17.158 INFO E| Compiling ryu v1.0.20
30172026-09-04T23:26:18.189Z[ helios-setup] Sep 04 23:26:17.159 INFO E| Compiling itoa v1.0.15
30182026-09-04T23:26:18.189Z[ helios-setup] Sep 04 23:26:17.159 INFO E| Compiling rustversion v1.0.20
30192026-09-04T23:26:18.257Z[ helios-setup] Sep 04 23:26:17.188 INFO E| Compiling paste v1.0.15
30202026-09-04T23:26:18.257Z[ helios-setup] Sep 04 23:26:17.188 INFO E| Compiling zerocopy v0.8.25
30212026-09-04T23:26:18.257Z[ helios-setup] Sep 04 23:26:17.188 INFO E| Compiling libc v0.2.172
30222026-09-04T23:26:18.263Z[ host-package] Compiling openssl v0.10.80
30232026-09-04T23:26:18.355Z[ host-package] Compiling elliptic-curve v0.13.8
30242026-09-04T23:26:18.359Z[ host-package] Compiling signal-hook-mio v0.2.5
30252026-09-04T23:26:18.619Z[ host-package] Compiling ron v0.8.1
30262026-09-04T23:26:18.721Z[ host-package] Compiling globset v0.4.18
30272026-09-04T23:26:18.898Z[ host-package] Compiling rsa v0.9.10
30282026-09-04T23:26:18.952Z[ host-package] Compiling block-padding v0.4.2
30292026-09-04T23:26:19.089Z[ helios-setup] Sep 04 23:26:18.064 INFO E| Compiling num-traits v0.2.19
30302026-09-04T23:26:19.102Z[ helios-setup] Sep 04 23:26:18.077 INFO E| Compiling memoffset v0.9.1
30312026-09-04T23:26:19.118Z[ helios-setup] Sep 04 23:26:18.092 INFO E| Compiling static_assertions v1.1.0
30322026-09-04T23:26:19.164Z[ host-package] Compiling sha3 v0.10.8
30332026-09-04T23:26:19.178Z[ helios-setup] Sep 04 23:26:18.152 INFO E| Compiling ucd-trie v0.1.7
30342026-09-04T23:26:19.226Z[ helios-setup] Sep 04 23:26:18.201 INFO E| Compiling dyn-clone v1.0.19
30352026-09-04T23:26:19.245Z[ helios-setup] Sep 04 23:26:18.219 INFO E| Compiling proc-macro-error-attr v1.0.4
30362026-09-04T23:26:19.267Z[ helios-setup] Sep 04 23:26:18.241 INFO E| Compiling proc-macro-error v1.0.4
30372026-09-04T23:26:19.357Z[ helios-setup] Sep 04 23:26:18.331 INFO E| Compiling once_cell v1.21.3
30382026-09-04T23:26:19.386Z[ helios-setup] Sep 04 23:26:18.360 INFO E| Compiling unicode-segmentation v1.12.0
30392026-09-04T23:26:19.395Z[ helios-setup] Sep 04 23:26:18.369 INFO E| Compiling heck v0.5.0
30402026-09-04T23:26:19.406Z[ host-package] Compiling inout v0.2.2
30412026-09-04T23:26:19.429Z[ helios-setup] Sep 04 23:26:18.395 INFO E| Compiling unicode-width v0.1.14
30422026-09-04T23:26:19.600Z[ host-package] Compiling curve25519-dalek v4.1.3
30432026-09-04T23:26:19.665Z[ host-package] Compiling object v0.30.4
30442026-09-04T23:26:19.714Z[ helios-setup] Sep 04 23:26:18.688 INFO E| Compiling atty v0.2.14
30452026-09-04T23:26:19.764Z[ helios-setup] Sep 04 23:26:18.738 INFO E| Compiling ansi_term v0.12.1
30462026-09-04T23:26:19.797Z[ helios-setup] Sep 04 23:26:18.770 INFO E| Compiling textwrap v0.11.0
30472026-09-04T23:26:19.831Z[ helios-setup] Sep 04 23:26:18.805 INFO E| Compiling strsim v0.8.0
30482026-09-04T23:26:19.869Z[ helios-setup] Sep 04 23:26:18.844 INFO E| Compiling vec_map v0.8.2
30492026-09-04T23:26:19.875Z[ helios-setup] Sep 04 23:26:18.849 INFO E| Compiling fletcher v1.0.0
30502026-09-04T23:26:19.892Z[ helios-setup] Sep 04 23:26:18.867 INFO E| Compiling bitflags v1.3.2
30512026-09-04T23:26:19.918Z[ host-package] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
30522026-09-04T23:26:19.974Z[ helios-setup] Sep 04 23:26:18.948 INFO E| Compiling unic-char-range v0.9.0
30532026-09-04T23:26:19.978Z[ host-package] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30542026-09-04T23:26:19.984Z[ helios-setup] Sep 04 23:26:18.959 INFO E| Compiling unic-common v0.9.0
30552026-09-04T23:26:20.006Z[ helios-setup] Sep 04 23:26:18.981 INFO E| Compiling byteorder v1.5.0
30562026-09-04T23:26:20.110Z[ helios-setup] Sep 04 23:26:19.083 INFO E| Compiling strum v0.27.1
30572026-09-04T23:26:20.118Z[ helios-setup] Sep 04 23:26:19.091 INFO E| Compiling unic-ucd-version v0.9.0
30582026-09-04T23:26:20.184Z[ helios-setup] Sep 04 23:26:19.158 INFO E| Compiling unic-char-property v0.9.0
30592026-09-04T23:26:20.184Z[ helios-setup] Sep 04 23:26:19.158 INFO E| Compiling plain v0.2.3
30602026-09-04T23:26:20.216Z[ helios-setup] Sep 04 23:26:19.191 INFO E| Compiling log v0.4.27
30612026-09-04T23:26:20.222Z[ helios-setup] Sep 04 23:26:19.196 INFO E| Compiling lazy_static v1.5.0
30622026-09-04T23:26:20.265Z[ helios-setup] Sep 04 23:26:19.239 INFO E| Compiling clap v2.34.0
30632026-09-04T23:26:20.284Z[ helios-setup] Sep 04 23:26:19.258 INFO E| Compiling bytesize v2.0.1
30642026-09-04T23:26:20.316Z[ helios-setup] Sep 04 23:26:19.288 INFO E| Compiling heck v0.3.3
30652026-09-04T23:26:20.356Z[ helios-setup] Sep 04 23:26:19.330 INFO E| Compiling unic-ucd-ident v0.9.0
30662026-09-04T23:26:20.371Z[ host-package] Compiling toml v0.7.8
30672026-09-04T23:26:20.550Z[ host-package] Compiling zip v0.6.6
30682026-09-04T23:26:20.591Z[ host-package] Compiling jiff v0.2.34
30692026-09-04T23:26:20.634Z[ helios-setup] Sep 04 23:26:19.609 INFO E| Compiling quote v1.0.40
30702026-09-04T23:26:20.685Z[ host-package] Compiling cipher v0.5.2
30712026-09-04T23:26:20.815Z[ host-package] Compiling crossterm v0.28.1
30722026-09-04T23:26:20.831Z[ helios-setup] Sep 04 23:26:19.805 INFO E| Compiling syn v2.0.101
30732026-09-04T23:26:20.906Z[ host-package] Compiling ed25519 v2.2.3
30742026-09-04T23:26:20.952Z[ host-package] Compiling serde-big-array v0.5.1
30752026-09-04T23:26:21.118Z[ helios-setup] Sep 04 23:26:20.091 INFO E| Compiling parse_int v0.9.0
30762026-09-04T23:26:21.181Z[ host-package] Compiling pem v3.0.6
30772026-09-04T23:26:21.242Z[ host-package] Compiling petgraph v0.8.3
30782026-09-04T23:26:21.347Z[ host-package] Compiling object v0.37.3
30792026-09-04T23:26:21.659Z[ host-package] Compiling hyper v1.10.1
30802026-09-04T23:26:21.774Z[ host-package] Compiling heapless v0.7.17
30812026-09-04T23:26:21.826Z[ host-package] Compiling ed25519-dalek v2.2.0
30822026-09-04T23:26:21.934Z[ host-package] Compiling chacha20 v0.10.0
30832026-09-04T23:26:22.033Z[ host-package] Compiling byte-wrapper v0.1.0
30842026-09-04T23:26:22.033Z[ host-package] Compiling md-5 v0.10.6
30852026-09-04T23:26:22.390Z[ host-package] Compiling native-tls v0.2.18
30862026-09-04T23:26:22.442Z[ host-package] Compiling serde_plain v1.0.2
30872026-09-04T23:26:22.497Z[ host-package] Compiling toml_edit v0.22.27
30882026-09-04T23:26:22.497Z[ host-package] Compiling postgres-protocol v0.6.10
30892026-09-04T23:26:22.773Z[ host-package] Compiling tokio-native-tls v0.3.1
30902026-09-04T23:26:22.859Z[ host-package] Compiling zopfli v0.8.3
30912026-09-04T23:26:22.928Z[ host-package] Compiling smoltcp v0.9.1
30922026-09-04T23:26:23.109Z[ host-package] Compiling hickory-proto v0.25.2
30932026-09-04T23:26:23.588Z[ host-package] Compiling float-cmp v0.10.0
30942026-09-04T23:26:23.632Z[ host-package] Compiling hyper-util v0.1.20
30952026-09-04T23:26:23.683Z[ helios-setup] Sep 04 23:26:22.658 INFO E| Compiling modular-bitfield-impl v0.11.2
30962026-09-04T23:26:23.684Z[ helios-setup] Sep 04 23:26:22.658 INFO E| Compiling structopt-derive v0.4.18
30972026-09-04T23:26:23.712Z[ host-package] Compiling string_cache v0.8.9
30982026-09-04T23:26:23.778Z[ helios-setup] Sep 04 23:26:22.752 INFO E| Compiling serde_derive_internals v0.29.1
30992026-09-04T23:26:23.825Z[ host-package] Compiling predicates v3.1.4
31002026-09-04T23:26:24.208Z[ host-package] Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31012026-09-04T23:26:24.335Z[ host-package] Compiling textwrap v0.16.2
31022026-09-04T23:26:24.416Z[ host-package] Compiling zip v4.6.1
31032026-09-04T23:26:24.494Z[ host-package] Compiling petgraph v0.6.5
31042026-09-04T23:26:24.636Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling thiserror-impl v2.0.12
31052026-09-04T23:26:24.636Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling serde_derive v1.0.219
31062026-09-04T23:26:24.636Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling zerocopy-derive v0.8.25
31072026-09-04T23:26:24.640Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling modular-bitfield-impl v0.13.1
31082026-09-04T23:26:24.640Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling num-derive v0.4.2
31092026-09-04T23:26:24.640Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling strum_macros v0.27.1
31102026-09-04T23:26:24.640Z[ helios-setup] Sep 04 23:26:23.610 INFO E| Compiling scroll_derive v0.12.1
31112026-09-04T23:26:24.643Z[ host-package] Compiling postgres-types v0.2.12
31122026-09-04T23:26:24.709Z[ helios-setup] Sep 04 23:26:23.683 INFO E| Compiling schemars_derive v0.8.22
31132026-09-04T23:26:24.767Z[ host-package] Compiling iddqd v0.4.2
31142026-09-04T23:26:25.066Z[ host-package] Compiling similar v2.7.0
31152026-09-04T23:26:25.393Z[ host-package] Compiling backtrace v0.3.76
31162026-09-04T23:26:25.434Z[ helios-setup] Sep 04 23:26:24.408 INFO E| Compiling structopt v0.3.26
31172026-09-04T23:26:25.778Z[ helios-setup] Sep 04 23:26:24.752 INFO E| Compiling scroll v0.12.0
31182026-09-04T23:26:25.802Z[ helios-setup] Sep 04 23:26:24.776 INFO E| Compiling modular-bitfield v0.11.2
31192026-09-04T23:26:25.850Z[ host-package] Compiling tokio-stream v0.1.18
31202026-09-04T23:26:25.902Z[ host-package] Compiling olpc-cjson v0.1.4
31212026-09-04T23:26:25.902Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
31222026-09-04T23:26:26.125Z[ helios-setup] Sep 04 23:26:25.099 INFO E| Compiling goblin v0.9.3
31232026-09-04T23:26:26.452Z[ host-package] Compiling hyper-rustls v0.27.7
31242026-09-04T23:26:26.704Z[ host-package] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
31252026-09-04T23:26:26.708Z[ helios-setup] Sep 04 23:26:25.681 INFO E| Compiling modular-bitfield v0.13.1
31262026-09-04T23:26:26.804Z[ host-package] Compiling hyper-tls v0.6.0
31272026-09-04T23:26:26.807Z[ host-package] Compiling backtrace-ext v0.2.1
31282026-09-04T23:26:27.002Z[ helios-setup] Sep 04 23:26:25.975 INFO E| Compiling pest v2.8.0
31292026-09-04T23:26:27.077Z[ host-package] Compiling reqwest v0.13.2
31302026-09-04T23:26:27.133Z[ host-package] Compiling tokio-postgres v0.7.16
31312026-09-04T23:26:27.311Z[ host-package] Compiling reqwest v0.12.28
31322026-09-04T23:26:27.359Z[ host-package] Compiling miette v7.6.0
31332026-09-04T23:26:27.436Z[ host-package] Compiling fs-err v3.3.0
31342026-09-04T23:26:27.436Z[ host-package] Compiling buf-list v1.1.2
31352026-09-04T23:26:27.548Z[ host-package] Compiling thread_local v1.1.9
31362026-09-04T23:26:27.548Z[ host-package] Compiling is-terminal v0.4.17
31372026-09-04T23:26:27.822Z[ host-package] Compiling hostname v0.3.1
31382026-09-04T23:26:27.877Z[ host-package] Compiling slog-json v2.6.1
31392026-09-04T23:26:28.001Z[ host-package] Compiling compression-codecs v0.4.37
31402026-09-04T23:26:28.182Z[ host-package] Compiling slog-term v2.9.2
31412026-09-04T23:26:28.186Z[ host-package] Compiling slog-async v2.8.0
31422026-09-04T23:26:28.186Z[ host-package] Compiling slog-bunyan v2.5.0
31432026-09-04T23:26:28.258Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31442026-09-04T23:26:28.262Z[ helios-setup] Sep 04 23:26:27.233 INFO E| Compiling pest_meta v2.8.0
31452026-09-04T23:26:28.453Z[ host-package] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
31462026-09-04T23:26:28.595Z[ host-package] Compiling serde_spanned v1.1.1
31472026-09-04T23:26:28.668Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31482026-09-04T23:26:28.769Z[ host-package] Compiling multer v3.1.0
31492026-09-04T23:26:28.867Z[ host-package] Compiling async-compression v0.4.41
31502026-09-04T23:26:28.914Z[ helios-setup] Sep 04 23:26:27.889 INFO E| Compiling pest_generator v2.8.0
31512026-09-04T23:26:28.945Z[ host-package] Compiling sha1 v0.11.0
31522026-09-04T23:26:29.155Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31532026-09-04T23:26:29.204Z[ host-package] Compiling tough v0.22.0
31542026-09-04T23:26:29.204Z[ host-package] Compiling rustls-pemfile v2.2.0
31552026-09-04T23:26:29.548Z[ host-package] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31562026-09-04T23:26:29.605Z[ helios-setup] Sep 04 23:26:28.579 INFO E| Compiling pest_derive v2.8.0
31572026-09-04T23:26:29.637Z[ host-package] Compiling progenitor-client v0.14.0
31582026-09-04T23:26:29.718Z[ host-package] Compiling serde_path_to_error v0.1.20
31592026-09-04T23:26:29.781Z[ host-package] Compiling hostname v0.4.2
31602026-09-04T23:26:29.846Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31612026-09-04T23:26:29.850Z[ host-package] Compiling atomicwrites v0.4.4
31622026-09-04T23:26:29.947Z[ host-package] Compiling macaddr v1.0.1
31632026-09-04T23:26:29.951Z[ host-package] Compiling instant v0.1.13
31642026-09-04T23:26:30.125Z[ host-package] Compiling oxide-generation v0.1.3
31652026-09-04T23:26:30.129Z[ host-package] Compiling regress v0.10.5
31662026-09-04T23:26:30.232Z[ host-package] Compiling dropshot v0.17.1
31672026-09-04T23:26:30.297Z[ host-package] Compiling backoff v0.4.0
31682026-09-04T23:26:30.297Z[ host-package] Compiling progenitor-extras v0.2.0
31692026-09-04T23:26:30.418Z[ host-package] Compiling parse-display v0.10.0
31702026-09-04T23:26:30.543Z[ host-package] Compiling half v2.7.1
31712026-09-04T23:26:30.620Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31722026-09-04T23:26:30.700Z[ host-package] Compiling heck v0.5.0
31732026-09-04T23:26:30.730Z[ helios-setup] Sep 04 23:26:29.704 INFO E| Compiling json5 v0.4.1
31742026-09-04T23:26:30.824Z[ host-package] Compiling regress v0.11.1
31752026-09-04T23:26:30.965Z[ host-package] Compiling ciborium-ll v0.2.2
31762026-09-04T23:26:30.968Z[ host-package] Compiling secrecy v0.10.3
31772026-09-04T23:26:31.117Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31782026-09-04T23:26:31.309Z[ host-package] Compiling ciborium v0.2.2
31792026-09-04T23:26:31.402Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31802026-09-04T23:26:31.406Z[ host-package] Compiling inout v0.1.4
31812026-09-04T23:26:31.449Z[ host-package] Compiling universal-hash v0.5.1
31822026-09-04T23:26:31.527Z[ host-package] Compiling unsafe-libyaml v0.2.11
31832026-09-04T23:26:31.659Z[ host-package] Compiling poly1305 v0.8.0
31842026-09-04T23:26:31.682Z[ host-package] Compiling cipher v0.4.4
31852026-09-04T23:26:31.793Z[ host-package] Compiling blake2 v0.10.6
31862026-09-04T23:26:32.058Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31872026-09-04T23:26:32.138Z[ host-package] Compiling chacha20 v0.9.1
31882026-09-04T23:26:32.235Z[ helios-setup] Sep 04 23:26:31.209 INFO E| Compiling four-cc v0.4.0
31892026-09-04T23:26:32.235Z[ helios-setup] Sep 04 23:26:31.210 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
31902026-09-04T23:26:32.239Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
31912026-09-04T23:26:32.288Z[ host-package] Compiling aead v0.5.2
31922026-09-04T23:26:32.339Z[ host-package] Compiling password-hash v0.5.0
31932026-09-04T23:26:32.360Z[ helios-setup] Sep 04 23:26:31.334 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
31942026-09-04T23:26:32.387Z[ host-package] Compiling vsss-rs v3.3.4
31952026-09-04T23:26:32.391Z[ host-package] Compiling camino-tempfile v1.4.1
31962026-09-04T23:26:32.518Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31972026-09-04T23:26:32.616Z[ host-package] Compiling typify-impl v0.6.2
31982026-09-04T23:26:32.620Z[ host-package] Compiling heapless v0.8.0
31992026-09-04T23:26:32.835Z[ host-package] Compiling argon2 v0.5.3
32002026-09-04T23:26:32.867Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32012026-09-04T23:26:33.073Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32022026-09-04T23:26:33.135Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32032026-09-04T23:26:33.224Z[ host-package] Compiling chacha20poly1305 v0.10.1
32042026-09-04T23:26:33.367Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32052026-09-04T23:26:33.428Z[ host-package] Compiling ingot-types v0.2.0
32062026-09-04T23:26:33.500Z[ host-package] Compiling cobs v0.3.0
32072026-09-04T23:26:33.696Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32082026-09-04T23:26:33.701Z[ host-package] Compiling smoltcp v0.11.0
32092026-09-04T23:26:33.814Z[ host-package] Compiling postcard v1.1.3
32102026-09-04T23:26:33.899Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32112026-09-04T23:26:33.965Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32122026-09-04T23:26:34.031Z[ host-package] Compiling ingot v0.2.1
32132026-09-04T23:26:34.127Z[ host-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32142026-09-04T23:26:34.159Z[ host-package] Compiling cstr-argument v0.1.2
32152026-09-04T23:26:34.325Z[ host-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32162026-09-04T23:26:34.444Z[ host-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32172026-09-04T23:26:34.571Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32182026-09-04T23:26:34.627Z[ host-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32192026-09-04T23:26:34.780Z[ host-package] Compiling rand v0.10.1
32202026-09-04T23:26:34.864Z[ host-package] Compiling sigpipe v0.1.3
32212026-09-04T23:26:34.934Z[ host-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32222026-09-04T23:26:34.974Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32232026-09-04T23:26:35.052Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32242026-09-04T23:26:35.133Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32252026-09-04T23:26:35.393Z[ host-package] Compiling memmap v0.7.0
32262026-09-04T23:26:35.428Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32272026-09-04T23:26:35.590Z[ host-package] Compiling usdt v0.5.0
32282026-09-04T23:26:35.644Z[ host-package] Compiling zone v0.3.1
32292026-09-04T23:26:35.805Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32302026-09-04T23:26:35.897Z[ host-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32312026-09-04T23:26:36.136Z[ host-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32322026-09-04T23:26:36.163Z[ host-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32332026-09-04T23:26:36.278Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32342026-09-04T23:26:36.322Z[ host-package] Compiling derive-where v1.6.0
32352026-09-04T23:26:36.364Z[ host-package] Compiling bytecount v0.6.9
32362026-09-04T23:26:36.368Z[ host-package] Compiling toml v0.8.23
32372026-09-04T23:26:36.452Z[ host-package] Compiling typify-macro v0.6.2
32382026-09-04T23:26:36.564Z[ host-package] Compiling tokio-dtrace v0.1.1
32392026-09-04T23:26:36.567Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32402026-09-04T23:26:36.800Z[ host-package] Compiling oxide-tokio-rt v0.1.4
32412026-09-04T23:26:36.892Z[ host-package] Compiling prettyplease v0.2.37
32422026-09-04T23:26:36.925Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32432026-09-04T23:26:36.999Z[ host-package] Compiling newline-converter v0.3.0
32442026-09-04T23:26:37.043Z[ host-package] Compiling gethostname v0.5.0
32452026-09-04T23:26:37.078Z[ host-package] Compiling console v0.15.11
32462026-09-04T23:26:37.150Z[ host-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32472026-09-04T23:26:37.180Z[ host-package] Compiling slog-dtrace v0.3.0
32482026-09-04T23:26:37.180Z[ host-package] Compiling cancel-safe-futures v0.1.5
32492026-09-04T23:26:37.316Z[ host-package] Compiling num-rational v0.4.2
32502026-09-04T23:26:37.341Z[ host-package] Compiling num-complex v0.4.6
32512026-09-04T23:26:37.583Z[ host-package] Compiling expectorate v1.2.0
32522026-09-04T23:26:37.612Z[ host-package] Compiling oxide-update-engine-types v0.1.2
32532026-09-04T23:26:37.668Z[ host-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32542026-09-04T23:26:37.839Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32552026-09-04T23:26:37.870Z[ host-package] Compiling match_cfg v0.1.0
32562026-09-04T23:26:37.922Z[ host-package] Compiling compression-core v0.4.31
32572026-09-04T23:26:37.925Z[ host-package] Compiling resolv-conf v0.7.6
32582026-09-04T23:26:38.043Z[ host-package] Compiling num v0.4.3
32592026-09-04T23:26:38.083Z[ host-package] Compiling typify v0.6.2
32602026-09-04T23:26:38.207Z[ host-package] Compiling crossbeam-channel v0.5.15
32612026-09-04T23:26:38.273Z[ host-package] Compiling progenitor-impl v0.14.0
32622026-09-04T23:26:38.510Z[ host-package] Compiling linear-map v1.2.0
32632026-09-04T23:26:38.581Z[ host-package] Compiling float-ord v0.3.2
32642026-09-04T23:26:38.586Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
32652026-09-04T23:26:38.694Z[ host-package] Compiling take_mut v0.2.2
32662026-09-04T23:26:38.732Z[ host-package] Compiling term v1.2.1
32672026-09-04T23:26:38.732Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32682026-09-04T23:26:38.921Z[ host-package] Compiling oxide-update-engine v0.1.2
32692026-09-04T23:26:39.264Z[ host-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32702026-09-04T23:26:39.715Z[ host-package] Compiling async-stream v0.3.6
32712026-09-04T23:26:40.042Z[ host-package] Compiling waitgroup v0.1.2
32722026-09-04T23:26:40.188Z[ host-package] Compiling backon v1.6.0
32732026-09-04T23:26:40.354Z[ host-package] Compiling minimal-lexical v0.2.1
32742026-09-04T23:26:40.354Z[ host-package] Compiling linked-hash-map v0.5.6
32752026-09-04T23:26:40.433Z[ host-package] Compiling debug-ignore v1.0.5
32762026-09-04T23:26:40.585Z[ host-package] Compiling progenitor-macro v0.14.0
32772026-09-04T23:26:40.640Z[ host-package] Compiling lru-cache v0.1.2
32782026-09-04T23:26:40.640Z[ host-package] Compiling nom v7.1.3
32792026-09-04T23:26:40.708Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32802026-09-04T23:26:40.999Z[ host-package] Compiling itertools v0.14.0
32812026-09-04T23:26:41.452Z[ host-package] Compiling humantime v2.3.0
32822026-09-04T23:26:41.592Z[ host-package] Compiling unicode-xid v0.2.6
32832026-09-04T23:26:41.709Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32842026-09-04T23:26:41.764Z[ host-package] Compiling hickory-proto v0.24.4
32852026-09-04T23:26:41.798Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-09-04T23:26:41.883Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32872026-09-04T23:26:41.988Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32882026-09-04T23:26:42.238Z[ host-package] Compiling papergrid v0.11.0
32892026-09-04T23:26:42.401Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32902026-09-04T23:26:42.462Z[ host-package] Compiling tabled_derive v0.7.0
32912026-09-04T23:26:42.752Z[ host-package] Compiling termtree v0.5.1
32922026-09-04T23:26:42.985Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-09-04T23:26:43.028Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-09-04T23:26:43.125Z[ host-package] Compiling crossterm v0.29.0
32952026-09-04T23:26:43.249Z[ host-package] Compiling phf_shared v0.12.1
32962026-09-04T23:26:43.332Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32972026-09-04T23:26:43.453Z[ host-package] Compiling tabled v0.15.0
32982026-09-04T23:26:43.501Z[ host-package] Compiling csv-core v0.1.13
32992026-09-04T23:26:43.590Z[ host-package] Compiling vte v0.14.1
33002026-09-04T23:26:43.986Z[ host-package] Compiling highway v1.3.0
33012026-09-04T23:26:44.031Z[ host-package] Compiling chrono-tz v0.10.4
33022026-09-04T23:26:44.104Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33032026-09-04T23:26:44.376Z[ host-package] Compiling hickory-resolver v0.24.4
33042026-09-04T23:26:44.541Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33052026-09-04T23:26:44.576Z[ host-package] Compiling csv v1.4.0
33062026-09-04T23:26:44.923Z[ host-package] Compiling progenitor v0.14.0
33072026-09-04T23:26:45.123Z[ host-package] Compiling phf v0.12.1
33082026-09-04T23:26:45.192Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-09-04T23:26:45.240Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-09-04T23:26:45.282Z[ host-package] Compiling const_format_proc_macros v0.2.34
33112026-09-04T23:26:45.356Z[ host-package] Compiling fd-lock v4.0.4
33122026-09-04T23:26:45.437Z[ host-package] Compiling peg-macros v0.8.5
33132026-09-04T23:26:45.488Z[ host-package] Compiling nu-ansi-term v0.50.3
33142026-09-04T23:26:45.699Z[ host-package] Compiling qorb v0.4.1
33152026-09-04T23:26:45.850Z[ host-package] Compiling reedline v0.40.0
33162026-09-04T23:26:45.920Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33172026-09-04T23:26:45.979Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33182026-09-04T23:26:46.130Z[ host-package] Compiling bcs v0.1.6
33192026-09-04T23:26:46.154Z[ host-package] Compiling const_format v0.2.35
33202026-09-04T23:26:46.481Z[ helios-setup] Sep 04 23:26:45.453 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33212026-09-04T23:26:46.551Z[ host-package] Compiling nom v8.0.0
33222026-09-04T23:26:46.551Z[ host-package] Compiling semver v0.1.20
33232026-09-04T23:26:46.745Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33242026-09-04T23:26:46.870Z[ host-package] Compiling peg v0.8.5
33252026-09-04T23:26:47.019Z[ host-package] Compiling rustc_version v0.1.7
33262026-09-04T23:26:47.059Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33272026-09-04T23:26:47.110Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33282026-09-04T23:26:47.271Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33292026-09-04T23:26:47.308Z[ host-package] Compiling newtype_derive v0.1.6
33302026-09-04T23:26:47.672Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
33312026-09-04T23:26:47.844Z[ host-package] Compiling sha1 v0.10.6
33322026-09-04T23:26:47.959Z[ host-package] Compiling steno v0.4.1
33332026-09-04T23:26:47.994Z[ host-package] Compiling utf-8 v0.7.6
33342026-09-04T23:26:48.079Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-09-04T23:26:48.241Z[ host-package] Compiling tagptr v0.2.0
33362026-09-04T23:26:48.271Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33372026-09-04T23:26:48.340Z[ host-package] Compiling tungstenite v0.21.0
33382026-09-04T23:26:48.382Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33392026-09-04T23:26:48.477Z[ host-package] Compiling moka v0.12.13
33402026-09-04T23:26:48.559Z[ host-package] Compiling darling_core v0.21.3
33412026-09-04T23:26:48.631Z[ host-package] Compiling display-error-chain v0.2.2
33422026-09-04T23:26:48.681Z[ host-package] Compiling vergen-lib v0.1.6
33432026-09-04T23:26:48.790Z[ host-package] Compiling diesel_derives v2.3.7
33442026-09-04T23:26:49.097Z[ host-package] Compiling tokio-tungstenite v0.21.0
33452026-09-04T23:26:49.272Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33462026-09-04T23:26:49.298Z[ host-package] Compiling vergen-gitcl v1.0.8
33472026-09-04T23:26:49.302Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33482026-09-04T23:26:49.385Z[ host-package] Compiling dirs-sys-next v0.1.2
33492026-09-04T23:26:49.554Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33502026-09-04T23:26:49.630Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33512026-09-04T23:26:49.658Z[ host-package] Compiling maplit v1.0.2
33522026-09-04T23:26:49.730Z[ host-package] Compiling hickory-resolver v0.25.2
33532026-09-04T23:26:49.755Z[ host-package] Compiling crunchy v0.2.4
33542026-09-04T23:26:49.803Z[ helios-setup] Sep 04 23:26:48.778 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33552026-09-04T23:26:49.823Z[ host-package] Compiling glob v0.3.3
33562026-09-04T23:26:49.869Z[ host-package] Compiling dirs-next v2.0.0
33572026-09-04T23:26:49.949Z[ host-package] Compiling r2d2 v0.8.10
33582026-09-04T23:26:50.216Z[ host-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33592026-09-04T23:26:50.238Z[ host-package] Compiling clang-sys v1.8.1
33602026-09-04T23:26:50.262Z[ host-package] Compiling libscf-sys v1.2.0
33612026-09-04T23:26:50.288Z[ host-package] Compiling tiny-keccak v2.0.2
33622026-09-04T23:26:50.438Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33632026-09-04T23:26:50.483Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33642026-09-04T23:26:50.511Z[ host-package] Compiling xshell-macros v0.2.7
33652026-09-04T23:26:50.613Z[ host-package] Compiling downcast-rs v2.0.2
33662026-09-04T23:26:50.828Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33672026-09-04T23:26:50.865Z[ host-package] Compiling term v0.7.0
33682026-09-04T23:26:50.906Z[ host-package] Compiling darling_macro v0.21.3
33692026-09-04T23:26:50.955Z[ host-package] Compiling papergrid v0.18.0
33702026-09-04T23:26:51.026Z[ host-package] Compiling xshell v0.2.7
33712026-09-04T23:26:51.129Z[ host-package] Compiling bit-vec v0.6.3
33722026-09-04T23:26:51.268Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33732026-09-04T23:26:51.422Z[ host-package] Compiling bit-set v0.5.3
33742026-09-04T23:26:51.472Z[ host-package] Compiling ascii-canvas v3.0.0
33752026-09-04T23:26:51.512Z[ host-package] Compiling darling v0.21.3
33762026-09-04T23:26:51.531Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33772026-09-04T23:26:51.657Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33782026-09-04T23:26:51.728Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33792026-09-04T23:26:51.754Z[ host-package] Compiling dsl_auto_type v0.2.0
33802026-09-04T23:26:51.825Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33812026-09-04T23:26:52.064Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-09-04T23:26:52.231Z[ host-package] Compiling tabled v0.21.0
33832026-09-04T23:26:52.433Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33842026-09-04T23:26:52.472Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33852026-09-04T23:26:53.065Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33862026-09-04T23:26:53.233Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33872026-09-04T23:26:53.297Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33882026-09-04T23:26:53.543Z[ host-package] Compiling itertools v0.15.0
33892026-09-04T23:26:53.583Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33902026-09-04T23:26:53.709Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33912026-09-04T23:26:53.867Z[ host-package] Compiling itertools v0.10.5
33922026-09-04T23:26:54.097Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-09-04T23:26:54.514Z[ host-package] Compiling ena v0.14.4
33942026-09-04T23:26:54.706Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33952026-09-04T23:26:54.841Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33962026-09-04T23:26:55.042Z[ host-package] Compiling libloading v0.8.9
33972026-09-04T23:26:55.087Z[ host-package] Compiling unicase v2.9.0
33982026-09-04T23:26:55.129Z[ host-package] Compiling regex-syntax v0.6.29
33992026-09-04T23:26:55.213Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34002026-09-04T23:26:55.336Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34012026-09-04T23:26:55.370Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34022026-09-04T23:26:55.448Z[ host-package] Compiling diff v0.1.13
34032026-09-04T23:26:55.511Z[ host-package] Compiling bindgen v0.71.1
34042026-09-04T23:26:55.917Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34052026-09-04T23:26:56.221Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062026-09-04T23:26:56.259Z[ host-package] Compiling cexpr v0.6.0
34072026-09-04T23:26:56.866Z[ host-package] Compiling lalrpop v0.19.12
34082026-09-04T23:26:56.926Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34092026-09-04T23:26:57.119Z[ host-package] Compiling rustc-hash v2.1.1
34102026-09-04T23:26:57.666Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34112026-09-04T23:26:57.706Z[ host-package] Compiling diesel v2.3.7
34122026-09-04T23:26:57.819Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34132026-09-04T23:26:58.199Z[ host-package] Compiling headers-core v0.3.0
34142026-09-04T23:26:58.509Z[ host-package] Compiling libxml v0.3.3
34152026-09-04T23:26:58.513Z[ host-package] Compiling crc8 v0.1.1
34162026-09-04T23:26:58.724Z[ host-package] Compiling headers v0.4.1
34172026-09-04T23:26:58.765Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34182026-09-04T23:26:58.977Z[ host-package] Compiling strum_macros v0.24.3
34192026-09-04T23:26:59.006Z[ host-package] Compiling indoc v1.0.9
34202026-09-04T23:26:59.136Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34212026-09-04T23:26:59.196Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34222026-09-04T23:26:59.427Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34232026-09-04T23:26:59.484Z[ host-package] Compiling quick-xml v0.37.5
34242026-09-04T23:26:59.523Z[ host-package] Compiling derive_builder v0.20.2
34252026-09-04T23:26:59.546Z[ host-package] Compiling oso-derive v0.27.3
34262026-09-04T23:26:59.759Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34272026-09-04T23:26:59.894Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34282026-09-04T23:27:00.007Z[ host-package] Compiling openssl-probe v0.1.6
34292026-09-04T23:27:00.173Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34302026-09-04T23:27:00.240Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34312026-09-04T23:27:00.292Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34322026-09-04T23:27:00.452Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34332026-09-04T23:27:00.969Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34342026-09-04T23:27:01.089Z[ host-package] Compiling bb8 v0.8.6
34352026-09-04T23:27:01.092Z[ host-package] Compiling filetime v0.2.27
34362026-09-04T23:27:01.229Z[ host-package] Compiling trait-variant v0.1.2
34372026-09-04T23:27:01.334Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34382026-09-04T23:27:01.473Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34392026-09-04T23:27:01.497Z[ host-package] Compiling half v1.8.3
34402026-09-04T23:27:01.558Z[ host-package] Compiling tar v0.4.46
34412026-09-04T23:27:01.798Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34422026-09-04T23:27:01.868Z[ host-package] Compiling proc-macro-error2 v2.0.1
34432026-09-04T23:27:01.893Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34442026-09-04T23:27:01.970Z[ host-package] Compiling serde_cbor v0.11.2
34452026-09-04T23:27:02.068Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34462026-09-04T23:27:02.075Z[ host-package] Compiling hashbrown v0.14.5
34472026-09-04T23:27:02.075Z[ host-package] Compiling rfc6979 v0.4.0
34482026-09-04T23:27:02.187Z[ host-package] Compiling salty v0.3.0
34492026-09-04T23:27:02.299Z[ host-package] Compiling ecdsa v0.16.9
34502026-09-04T23:27:02.331Z[ host-package] Compiling knus-derive v3.4.0
34512026-09-04T23:27:02.472Z[ helios-setup] Sep 04 23:27:01.446 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.75s
34522026-09-04T23:27:02.515Z[ helios-setup] Sep 04 23:27:01.489 INFO building project "amd-host-image-builder" ok (45 seconds)
34532026-09-04T23:27:02.515Z[ helios-setup] Sep 04 23:27:01.489 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34542026-09-04T23:27:02.522Z[ helios-setup] Sep 04 23:27:01.496 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.98.1-x86_64-unknown-illumos (default)"
34552026-09-04T23:27:02.522Z[ helios-setup] Sep 04 23:27:01.496 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34562026-09-04T23:27:02.525Z[ helios-setup] Sep 04 23:27:01.496 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34572026-09-04T23:27:02.547Z[ host-package] Compiling samael v0.0.19
34582026-09-04T23:27:02.676Z[ host-package] Compiling chumsky v0.9.3
34592026-09-04T23:27:02.699Z[ helios-setup] Sep 04 23:27:01.673 INFO E| Downloading crates ...
34602026-09-04T23:27:02.743Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34612026-09-04T23:27:02.746Z[ helios-setup] Sep 04 23:27:01.718 INFO E| Downloaded adler2 v2.0.0
34622026-09-04T23:27:02.753Z[ helios-setup] Sep 04 23:27:01.727 INFO E| Downloaded miniz_oxide v0.8.8
34632026-09-04T23:27:02.766Z[ host-package] Compiling primeorder v0.13.6
34642026-09-04T23:27:02.790Z[ host-package] Compiling nonempty v0.12.0
34652026-09-04T23:27:02.794Z[ helios-setup] Sep 04 23:27:01.765 INFO E| Compiling adler2 v2.0.0
34662026-09-04T23:27:02.892Z[ helios-setup] Sep 04 23:27:01.866 INFO E| Compiling miniz_oxide v0.8.8
34672026-09-04T23:27:03.093Z[ host-package] Compiling p384 v0.13.1
34682026-09-04T23:27:03.159Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34692026-09-04T23:27:03.162Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34702026-09-04T23:27:03.509Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34712026-09-04T23:27:03.890Z[ host-package] Compiling fxhash v0.2.1
34722026-09-04T23:27:04.028Z[ host-package] Compiling knus v3.4.0
34732026-09-04T23:27:04.091Z[ host-package] Compiling libz-sys v1.1.24
34742026-09-04T23:27:04.114Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34752026-09-04T23:27:04.129Z[ helios-setup] Sep 04 23:27:03.103 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34762026-09-04T23:27:04.264Z[ host-package] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34772026-09-04T23:27:04.380Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34782026-09-04T23:27:04.627Z[ helios-setup] Sep 04 23:27:03.601 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
34792026-09-04T23:27:04.639Z[ helios-setup] Sep 04 23:27:03.613 INFO building project "pinprick" ok (2 seconds)
34802026-09-04T23:27:04.639Z[ helios-setup] Sep 04 23:27:03.613 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34812026-09-04T23:27:04.646Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34822026-09-04T23:27:04.649Z[ helios-setup] Sep 04 23:27:03.622 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.98.1-x86_64-unknown-illumos (default)"
34832026-09-04T23:27:04.649Z[ helios-setup] Sep 04 23:27:03.622 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34842026-09-04T23:27:04.649Z[ helios-setup] Sep 04 23:27:03.622 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34852026-09-04T23:27:04.668Z[ host-package] Compiling kstat-rs v0.2.5
34862026-09-04T23:27:04.763Z[ helios-setup] Sep 04 23:27:03.737 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34872026-09-04T23:27:04.813Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34882026-09-04T23:27:04.955Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34892026-09-04T23:27:05.021Z[ host-package] Compiling mime_guess v2.0.5
34902026-09-04T23:27:05.101Z[ helios-setup] Sep 04 23:27:04.075 INFO E| From https://github.com/jclulow/hiercmd
34912026-09-04T23:27:05.101Z[ helios-setup] Sep 04 23:27:04.075 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34922026-09-04T23:27:05.115Z[ helios-setup] Sep 04 23:27:04.088 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34932026-09-04T23:27:05.257Z[ host-package] Compiling polar-core v0.27.3
34942026-09-04T23:27:05.294Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34952026-09-04T23:27:05.401Z[ host-package] Compiling nanorand v0.7.0
34962026-09-04T23:27:05.443Z[ helios-setup] Sep 04 23:27:04.417 INFO E| From https://github.com/oxidecomputer/network-interface
34972026-09-04T23:27:05.443Z[ helios-setup] Sep 04 23:27:04.417 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34982026-09-04T23:27:05.456Z[ helios-setup] Sep 04 23:27:04.430 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34992026-09-04T23:27:05.586Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35002026-09-04T23:27:05.772Z[ helios-setup] Sep 04 23:27:04.745 INFO E| From https://github.com/oxidecomputer/boot-image-tools
35012026-09-04T23:27:05.772Z[ helios-setup] Sep 04 23:27:04.745 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
35022026-09-04T23:27:05.775Z[ host-package] Compiling parking_lot_core v0.8.6
35032026-09-04T23:27:05.793Z[ helios-setup] Sep 04 23:27:04.768 INFO E| Updating crates.io index
35042026-09-04T23:27:05.861Z[ helios-setup] Sep 04 23:27:04.835 INFO E| Downloading crates ...
35052026-09-04T23:27:05.925Z[ helios-setup] Sep 04 23:27:04.898 INFO E| Downloaded crc v3.3.0
35062026-09-04T23:27:05.936Z[ helios-setup] Sep 04 23:27:04.902 INFO E| Downloaded env_filter v0.1.4
35072026-09-04T23:27:05.936Z[ helios-setup] Sep 04 23:27:04.903 INFO E| Downloaded anstyle-query v1.1.4
35082026-09-04T23:27:05.936Z[ helios-setup] Sep 04 23:27:04.904 INFO E| Downloaded futures-task v0.3.31
35092026-09-04T23:27:05.936Z[ helios-setup] Sep 04 23:27:04.904 INFO E| Downloaded env_logger v0.11.8
35102026-09-04T23:27:05.936Z[ helios-setup] Sep 04 23:27:04.906 INFO E| Downloaded pin-project-lite v0.2.16
35112026-09-04T23:27:05.936Z[ helios-setup] Sep 04 23:27:04.909 INFO E| Downloaded anstyle v1.0.13
35122026-09-04T23:27:05.947Z[ helios-setup] Sep 04 23:27:04.919 INFO E| Downloaded devinfo v0.1.0
35132026-09-04T23:27:05.947Z[ helios-setup] Sep 04 23:27:04.920 INFO E| Downloaded futures-core v0.3.31
35142026-09-04T23:27:05.947Z[ helios-setup] Sep 04 23:27:04.921 INFO E| Downloaded bitfield-macros v0.19.3
35152026-09-04T23:27:05.955Z[ helios-setup] Sep 04 23:27:04.928 INFO E| Downloaded futures-sink v0.3.31
35162026-09-04T23:27:05.965Z[ helios-setup] Sep 04 23:27:04.939 INFO E| Downloaded clap_lex v0.7.6
35172026-09-04T23:27:05.976Z[ helios-setup] Sep 04 23:27:04.949 INFO E| Downloaded futures-io v0.3.31
35182026-09-04T23:27:05.979Z[ helios-setup] Sep 04 23:27:04.950 INFO E| Downloaded libdevinfo-sys v1.1.0
35192026-09-04T23:27:05.991Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35202026-09-04T23:27:05.995Z[ helios-setup] Sep 04 23:27:04.966 INFO E| Downloaded futures-macro v0.3.31
35212026-09-04T23:27:05.995Z[ helios-setup] Sep 04 23:27:04.967 INFO E| Downloaded simd-adler32 v0.3.7
35222026-09-04T23:27:05.995Z[ helios-setup] Sep 04 23:27:04.968 INFO E| Downloaded toml_datetime v0.7.3
35232026-09-04T23:27:05.998Z[ helios-setup] Sep 04 23:27:04.969 INFO E| Downloaded num_enum_derive v0.7.5
35242026-09-04T23:27:06.025Z[ helios-setup] Sep 04 23:27:04.999 INFO E| Downloaded base64ct v1.8.0
35252026-09-04T23:27:06.029Z[ helios-setup] Sep 04 23:27:05.000 INFO E| Downloaded futures-channel v0.3.31
35262026-09-04T23:27:06.029Z[ helios-setup] Sep 04 23:27:05.002 INFO E| Downloaded serde_spanned v1.0.3
35272026-09-04T23:27:06.029Z[ helios-setup] Sep 04 23:27:05.003 INFO E| Downloaded time-core v0.1.6
35282026-09-04T23:27:06.029Z[ helios-setup] Sep 04 23:27:05.004 INFO E| Downloaded zeroize_derive v1.4.2
35292026-09-04T23:27:06.033Z[ helios-setup] Sep 04 23:27:05.004 INFO E| Downloaded find-msvc-tools v0.1.4
35302026-09-04T23:27:06.036Z[ helios-setup] Sep 04 23:27:05.008 INFO E| Downloaded quote v1.0.41
35312026-09-04T23:27:06.036Z[ helios-setup] Sep 04 23:27:05.010 INFO E| Downloaded bitfield v0.19.3
35322026-09-04T23:27:06.039Z[ helios-setup] Sep 04 23:27:05.014 INFO E| Downloaded deranged v0.5.5
35332026-09-04T23:27:06.043Z[ helios-setup] Sep 04 23:27:05.015 INFO E| Downloaded num_enum v0.7.5
35342026-09-04T23:27:06.046Z[ helios-setup] Sep 04 23:27:05.019 INFO E| Downloaded pin-utils v0.1.0
35352026-09-04T23:27:06.046Z[ helios-setup] Sep 04 23:27:05.020 INFO E| Downloaded futures-executor v0.3.31
35362026-09-04T23:27:06.070Z[ helios-setup] Sep 04 23:27:05.044 INFO E| Downloaded getrandom v0.2.16
35372026-09-04T23:27:06.073Z[ helios-setup] Sep 04 23:27:05.047 INFO E| Downloaded slab v0.4.11
35382026-09-04T23:27:06.073Z[ helios-setup] Sep 04 23:27:05.047 INFO E| Downloaded signal-hook-registry v1.4.6
35392026-09-04T23:27:06.073Z[ helios-setup] Sep 04 23:27:05.048 INFO E| Downloaded clap_derive v4.5.49
35402026-09-04T23:27:06.077Z[ helios-setup] Sep 04 23:27:05.050 INFO E| Downloaded generic-array v0.14.9
35412026-09-04T23:27:06.077Z[ helios-setup] Sep 04 23:27:05.051 INFO E| Downloaded time-macros v0.2.24
35422026-09-04T23:27:06.080Z[ helios-setup] Sep 04 23:27:05.053 INFO E| Downloaded toml_writer v1.0.4
35432026-09-04T23:27:06.104Z[ helios-setup] Sep 04 23:27:05.077 INFO E| Downloaded zeroize v1.8.2
35442026-09-04T23:27:06.108Z[ helios-setup] Sep 04 23:27:05.078 INFO E| Downloaded iana-time-zone v0.1.64
35452026-09-04T23:27:06.108Z[ helios-setup] Sep 04 23:27:05.080 INFO E| Downloaded getopts v0.2.24
35462026-09-04T23:27:06.108Z[ helios-setup] Sep 04 23:27:05.081 INFO E| Downloaded bitflags v2.10.0
35472026-09-04T23:27:06.123Z[ helios-setup] Sep 04 23:27:05.096 INFO E| Downloaded thiserror-impl v2.0.17
35482026-09-04T23:27:06.123Z[ helios-setup] Sep 04 23:27:05.096 INFO E| Downloaded clap v4.5.51
35492026-09-04T23:27:06.127Z[ helios-setup] Sep 04 23:27:05.098 INFO E| Downloaded futures v0.3.31
35502026-09-04T23:27:06.128Z[ helios-setup] Sep 04 23:27:05.101 INFO E| Downloaded proc-macro2 v1.0.103
35512026-09-04T23:27:06.131Z[ helios-setup] Sep 04 23:27:05.105 INFO E| Downloaded term v1.2.0
35522026-09-04T23:27:06.134Z[ helios-setup] Sep 04 23:27:05.106 INFO E| Downloaded thiserror v2.0.17
35532026-09-04T23:27:06.137Z[ helios-setup] Sep 04 23:27:05.112 INFO E| Downloaded tokio-macros v2.6.0
35542026-09-04T23:27:06.141Z[ helios-setup] Sep 04 23:27:05.113 INFO E| Downloaded toml_parser v1.0.4
35552026-09-04T23:27:06.149Z[ helios-setup] Sep 04 23:27:05.124 INFO E| Downloaded log v0.4.28
35562026-09-04T23:27:06.153Z[ helios-setup] Sep 04 23:27:05.127 INFO E| Downloaded toml v0.9.8
35572026-09-04T23:27:06.161Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35582026-09-04T23:27:06.176Z[ helios-setup] Sep 04 23:27:05.150 INFO E| Downloaded socket2 v0.6.1
35592026-09-04T23:27:06.180Z[ helios-setup] Sep 04 23:27:05.152 INFO E| Downloaded anyhow v1.0.100
35602026-09-04T23:27:06.180Z[ helios-setup] Sep 04 23:27:05.154 INFO E| Downloaded uuid v1.18.1
35612026-09-04T23:27:06.185Z[ helios-setup] Sep 04 23:27:05.160 INFO E| Downloaded bytes v1.10.1
35622026-09-04T23:27:06.193Z[ helios-setup] Sep 04 23:27:05.168 INFO E| Downloaded unicode-ident v1.0.22
35632026-09-04T23:27:06.206Z[ helios-setup] Sep 04 23:27:05.180 INFO E| Downloaded toml_edit v0.23.7
35642026-09-04T23:27:06.210Z[ helios-setup] Sep 04 23:27:05.185 INFO E| Downloaded chrono v0.4.42
35652026-09-04T23:27:06.215Z[ helios-setup] Sep 04 23:27:05.189 INFO E| Downloaded typenum v1.19.0
35662026-09-04T23:27:06.218Z[ helios-setup] Sep 04 23:27:05.191 INFO E| Downloaded flate2 v1.1.5
35672026-09-04T23:27:06.221Z[ helios-setup] Sep 04 23:27:05.194 INFO E| Downloaded rand v0.8.5
35682026-09-04T23:27:06.226Z[ helios-setup] Sep 04 23:27:05.200 INFO E| Downloaded memchr v2.7.6
35692026-09-04T23:27:06.233Z[ helios-setup] Sep 04 23:27:05.207 INFO E| Downloaded rsa v0.9.8
35702026-09-04T23:27:06.237Z[ helios-setup] Sep 04 23:27:05.211 INFO E| Downloaded indexmap v2.12.0
35712026-09-04T23:27:06.240Z[ helios-setup] Sep 04 23:27:05.214 INFO E| Downloaded mio v1.1.0
35722026-09-04T23:27:06.246Z[ host-package] Compiling flume v0.11.1
35732026-09-04T23:27:06.268Z[ helios-setup] Sep 04 23:27:05.242 INFO E| Downloaded zerocopy-derive v0.8.27
35742026-09-04T23:27:06.272Z[ helios-setup] Sep 04 23:27:05.246 INFO E| Downloaded iddqd v0.3.14
35752026-09-04T23:27:06.276Z[ helios-setup] Sep 04 23:27:05.251 INFO E| Downloaded cc v1.2.44
35762026-09-04T23:27:06.279Z[ helios-setup] Sep 04 23:27:05.253 INFO E| Downloaded num-bigint-dig v0.8.4
35772026-09-04T23:27:06.282Z[ helios-setup] Sep 04 23:27:05.256 INFO E| Downloaded hashbrown v0.16.0
35782026-09-04T23:27:06.299Z[ helios-setup] Sep 04 23:27:05.274 INFO E| Downloaded clap_builder v4.5.51
35792026-09-04T23:27:06.304Z[ helios-setup] Sep 04 23:27:05.278 INFO E| Downloaded time v0.3.44
35802026-09-04T23:27:06.309Z[ helios-setup] Sep 04 23:27:05.283 INFO E| Downloaded libm v0.2.15
35812026-09-04T23:27:06.322Z[ helios-setup] Sep 04 23:27:05.297 INFO E| Downloaded serde_json v1.0.145
35822026-09-04T23:27:06.327Z[ helios-setup] Sep 04 23:27:05.301 INFO E| Downloaded futures-util v0.3.31
35832026-09-04T23:27:06.334Z[ helios-setup] Sep 04 23:27:05.308 INFO E| Downloaded winnow v0.7.13
35842026-09-04T23:27:06.363Z[ helios-setup] Sep 04 23:27:05.338 INFO E| Downloaded zerocopy v0.8.27
35852026-09-04T23:27:06.377Z[ helios-setup] Sep 04 23:27:05.352 INFO E| Downloaded unicode-width v0.2.2
35862026-09-04T23:27:06.381Z[ helios-setup] Sep 04 23:27:05.356 INFO E| Downloaded syn v2.0.108
35872026-09-04T23:27:06.404Z[ helios-setup] Sep 04 23:27:05.378 INFO E| Downloaded rustix v1.1.2
35882026-09-04T23:27:06.472Z[ helios-setup] Sep 04 23:27:05.446 INFO E| Downloaded libc v0.2.177
35892026-09-04T23:27:06.488Z[ helios-setup] Sep 04 23:27:05.462 INFO E| Downloaded tokio v1.48.0
35902026-09-04T23:27:06.619Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling proc-macro2 v1.0.103
35912026-09-04T23:27:06.619Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling unicode-ident v1.0.22
35922026-09-04T23:27:06.619Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling quote v1.0.41
35932026-09-04T23:27:06.619Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling libc v0.2.177
35942026-09-04T23:27:06.630Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling serde_core v1.0.228
35952026-09-04T23:27:06.630Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling cfg-if v1.0.4
35962026-09-04T23:27:06.630Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling serde v1.0.228
35972026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling version_check v0.9.5
35982026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling autocfg v1.5.0
35992026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling const-oid v0.9.6
36002026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling typenum v1.19.0
36012026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling libm v0.2.15
36022026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling zerocopy v0.8.27
36032026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling rustversion v1.0.22
36042026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling smallvec v1.15.1
36052026-09-04T23:27:06.631Z[ helios-setup] Sep 04 23:27:05.593 INFO E| Compiling base64ct v1.8.0
36062026-09-04T23:27:06.760Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36072026-09-04T23:27:06.832Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36082026-09-04T23:27:07.026Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36092026-09-04T23:27:07.030Z[ host-package] Compiling git-stub v1.0.0
36102026-09-04T23:27:07.100Z[ helios-setup] Sep 04 23:27:06.075 INFO E| Compiling zeroize v1.8.2
36112026-09-04T23:27:07.239Z[ helios-setup] Sep 04 23:27:06.212 INFO E| Compiling byteorder v1.5.0
36122026-09-04T23:27:07.243Z[ helios-setup] Sep 04 23:27:06.212 INFO E| Compiling utf8parse v0.2.2
36132026-09-04T23:27:07.638Z[ helios-setup] Sep 04 23:27:06.612 INFO E| Compiling num-traits v0.2.19
36142026-09-04T23:27:07.652Z[ helios-setup] Sep 04 23:27:06.624 INFO E| Compiling equivalent v1.0.2
36152026-09-04T23:27:07.671Z[ helios-setup] Sep 04 23:27:06.644 INFO E| Compiling generic-array v0.14.9
36162026-09-04T23:27:07.704Z[ helios-setup] Sep 04 23:27:06.672 INFO E| Compiling pem-rfc7468 v0.7.0
36172026-09-04T23:27:07.769Z[ helios-setup] Sep 04 23:27:06.681 INFO E| Compiling crc32fast v1.5.0
36182026-09-04T23:27:07.769Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36192026-09-04T23:27:07.769Z[ helios-setup] Sep 04 23:27:06.698 INFO E| Compiling hashbrown v0.16.0
36202026-09-04T23:27:07.769Z[ helios-setup] Sep 04 23:27:06.732 INFO E| Compiling memchr v2.7.6
36212026-09-04T23:27:07.823Z[ helios-setup] Sep 04 23:27:06.797 INFO E| Compiling anyhow v1.0.100
36222026-09-04T23:27:07.955Z[ host-package] Compiling http-range v0.1.5
36232026-09-04T23:27:08.212Z[ helios-setup] Sep 04 23:27:07.186 INFO E| Compiling winnow v0.7.13
36242026-09-04T23:27:08.287Z[ host-package] Compiling instability v0.3.11
36252026-09-04T23:27:08.315Z[ helios-setup] Sep 04 23:27:07.289 INFO E| Compiling rustix v1.1.2
36262026-09-04T23:27:08.372Z[ host-package] Compiling strsim v0.10.0
36272026-09-04T23:27:08.449Z[ host-package] Compiling corncobs v0.1.4
36282026-09-04T23:27:08.477Z[ helios-setup] Sep 04 23:27:07.451 INFO E| Compiling flagset v0.4.7
36292026-09-04T23:27:08.588Z[ helios-setup] Sep 04 23:27:07.562 INFO E| Compiling anstyle-parse v0.2.7
36302026-09-04T23:27:08.669Z[ helios-setup] Sep 04 23:27:07.642 INFO E| Compiling toml_datetime v0.7.3
36312026-09-04T23:27:08.741Z[ host-package] Compiling git-stub-vcs v0.1.0
36322026-09-04T23:27:08.846Z[ helios-setup] Sep 04 23:27:07.820 INFO E| Compiling getrandom v0.2.16
36332026-09-04T23:27:08.959Z[ helios-setup] Sep 04 23:27:07.931 INFO E| Compiling indexmap v2.12.0
36342026-09-04T23:27:08.987Z[ host-package] Compiling darling_core v0.13.4
36352026-09-04T23:27:09.153Z[ helios-setup] Sep 04 23:27:08.126 INFO E| Compiling rand_core v0.6.4
36362026-09-04T23:27:09.214Z[ helios-setup] Sep 04 23:27:08.187 INFO E| Compiling errno v0.3.14
36372026-09-04T23:27:09.249Z[ helios-setup] Sep 04 23:27:08.223 INFO E| Compiling colorchoice v1.0.4
36382026-09-04T23:27:09.253Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36392026-09-04T23:27:09.262Z[ helios-setup] Sep 04 23:27:08.237 INFO E| Compiling syn v1.0.109
36402026-09-04T23:27:09.283Z[ helios-setup] Sep 04 23:27:08.257 INFO E| Compiling radium v0.7.0
36412026-09-04T23:27:09.439Z[ helios-setup] Sep 04 23:27:08.413 INFO E| Compiling syn v2.0.108
36422026-09-04T23:27:09.480Z[ helios-setup] Sep 04 23:27:08.453 INFO E| Compiling is_terminal_polyfill v1.70.2
36432026-09-04T23:27:09.523Z[ helios-setup] Sep 04 23:27:08.497 INFO E| Compiling allocator-api2 v0.2.21
36442026-09-04T23:27:09.564Z[ helios-setup] Sep 04 23:27:08.538 INFO E| Compiling cpufeatures v0.2.17
36452026-09-04T23:27:09.635Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36462026-09-04T23:27:09.651Z[ helios-setup] Sep 04 23:27:08.624 INFO E| Compiling anstyle v1.0.13
36472026-09-04T23:27:09.669Z[ helios-setup] Sep 04 23:27:08.638 INFO E| Compiling anstyle-query v1.1.4
36482026-09-04T23:27:09.717Z[ helios-setup] Sep 04 23:27:08.690 INFO E| Compiling shlex v1.3.0
36492026-09-04T23:27:09.742Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36502026-09-04T23:27:09.789Z[ helios-setup] Sep 04 23:27:08.764 INFO E| Compiling find-msvc-tools v0.1.4
36512026-09-04T23:27:09.815Z[ helios-setup] Sep 04 23:27:08.789 INFO E| Compiling slog v2.8.2
36522026-09-04T23:27:10.155Z[ helios-setup] Sep 04 23:27:09.129 INFO E| Compiling cc v1.2.44
36532026-09-04T23:27:10.178Z[ helios-setup] Sep 04 23:27:09.152 INFO E| Compiling anstream v0.6.21
36542026-09-04T23:27:10.205Z[ helios-setup] Sep 04 23:27:09.179 INFO E| Compiling unicode-width v0.2.2
36552026-09-04T23:27:10.225Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36562026-09-04T23:27:10.228Z[ host-package] Compiling progenitor-impl v0.13.0
36572026-09-04T23:27:10.246Z[ helios-setup] Sep 04 23:27:09.220 INFO E| Compiling maybe-uninit v2.0.0
36582026-09-04T23:27:10.253Z[ helios-setup] Sep 04 23:27:09.227 INFO E| Compiling futures-core v0.3.31
36592026-09-04T23:27:10.275Z[ helios-setup] Sep 04 23:27:09.249 INFO E| Compiling pin-project-lite v0.2.16
36602026-09-04T23:27:10.362Z[ helios-setup] Sep 04 23:27:09.336 INFO E| Compiling block-buffer v0.10.4
36612026-09-04T23:27:10.395Z[ helios-setup] Sep 04 23:27:09.369 INFO E| Compiling crypto-common v0.1.6
36622026-09-04T23:27:10.501Z[ helios-setup] Sep 04 23:27:09.474 INFO E| Compiling parking_lot_core v0.9.12
36632026-09-04T23:27:10.570Z[ helios-setup] Sep 04 23:27:09.544 INFO E| Compiling futures-sink v0.3.31
36642026-09-04T23:27:10.666Z[ helios-setup] Sep 04 23:27:09.640 INFO E| Compiling tap v1.0.1
36652026-09-04T23:27:10.690Z[ helios-setup] Sep 04 23:27:09.664 INFO E| Compiling pkg-config v0.3.32
36662026-09-04T23:27:10.725Z[ helios-setup] Sep 04 23:27:09.699 INFO E| Compiling toml_parser v1.0.4
36672026-09-04T23:27:10.872Z[ host-package] Compiling ignore v0.4.25
36682026-09-04T23:27:10.952Z[ helios-setup] Sep 04 23:27:09.925 INFO E| Compiling digest v0.10.7
36692026-09-04T23:27:10.972Z[ helios-setup] Sep 04 23:27:09.941 INFO E| Compiling wyz v0.5.1
36702026-09-04T23:27:10.989Z[ helios-setup] Sep 04 23:27:09.960 INFO E| Compiling futures-channel v0.3.31
36712026-09-04T23:27:11.017Z[ helios-setup] Sep 04 23:27:09.991 INFO E| Compiling bitflags v2.10.0
36722026-09-04T23:27:11.082Z[ helios-setup] Sep 04 23:27:10.056 INFO E| Compiling getopts v0.2.24
36732026-09-04T23:27:11.140Z[ helios-setup] Sep 04 23:27:10.114 INFO E| Compiling num-integer v0.1.46
36742026-09-04T23:27:11.148Z[ host-package] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
36752026-09-04T23:27:11.345Z[ helios-setup] Sep 04 23:27:10.319 INFO E| Compiling sha2 v0.10.9
36762026-09-04T23:27:11.444Z[ helios-setup] Sep 04 23:27:10.418 INFO E| Compiling ahash v0.8.12
36772026-09-04T23:27:11.456Z[ helios-setup] Sep 04 23:27:10.431 INFO E| Compiling thiserror v1.0.69
36782026-09-04T23:27:11.456Z[ helios-setup] Sep 04 23:27:10.431 INFO E| Compiling spin v0.9.8
36792026-09-04T23:27:11.464Z[ helios-setup] Sep 04 23:27:10.438 INFO E| Compiling getrandom v0.3.4
36802026-09-04T23:27:11.542Z[ helios-setup] Sep 04 23:27:10.516 INFO E| Compiling toml_edit v0.23.7
36812026-09-04T23:27:11.706Z[ helios-setup] Sep 04 23:27:10.680 INFO E| Compiling futures-task v0.3.31
36822026-09-04T23:27:11.709Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36832026-09-04T23:27:11.785Z[ helios-setup] Sep 04 23:27:10.746 INFO E| Compiling powerfmt v0.2.0
36842026-09-04T23:27:11.785Z[ helios-setup] Sep 04 23:27:10.752 INFO E| Compiling futures-io v0.3.31
36852026-09-04T23:27:11.888Z[ helios-setup] Sep 04 23:27:10.862 INFO E| Compiling funty v2.0.0
36862026-09-04T23:27:11.928Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
36872026-09-04T23:27:12.023Z[ helios-setup] Sep 04 23:27:10.992 INFO E| Compiling scopeguard v1.2.0
36882026-09-04T23:27:12.042Z[ helios-setup] Sep 04 23:27:11.017 INFO E| Compiling time-core v0.1.6
36892026-09-04T23:27:12.042Z[ helios-setup] Sep 04 23:27:11.017 INFO E| Compiling slab v0.4.11
36902026-09-04T23:27:12.046Z[ helios-setup] Sep 04 23:27:11.018 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36912026-09-04T23:27:12.169Z[ helios-setup] Sep 04 23:27:11.143 INFO E| Compiling num-bigint-dig v0.8.4
36922026-09-04T23:27:12.201Z[ helios-setup] Sep 04 23:27:11.174 INFO E| Compiling packed_struct v0.10.1
36932026-09-04T23:27:12.224Z[ helios-setup] Sep 04 23:27:11.198 INFO E| Compiling num-conv v0.1.0
36942026-09-04T23:27:12.231Z[ helios-setup] Sep 04 23:27:11.205 INFO E| Compiling heck v0.5.0
36952026-09-04T23:27:12.357Z[ helios-setup] Sep 04 23:27:11.331 INFO E| Compiling itoa v1.0.15
36962026-09-04T23:27:12.363Z[ helios-setup] Sep 04 23:27:11.337 INFO E| Compiling bytes v1.10.1
36972026-09-04T23:27:12.463Z[ helios-setup] Sep 04 23:27:11.437 INFO E| Compiling strsim v0.11.1
36982026-09-04T23:27:12.500Z[ host-package] Compiling secrecy v0.8.0
36992026-09-04T23:27:12.521Z[ helios-setup] Sep 04 23:27:11.495 INFO E| Compiling proc-macro-crate v3.4.0
37002026-09-04T23:27:12.724Z[ helios-setup] Sep 04 23:27:11.698 INFO E| Compiling terminal_size v0.4.3
37012026-09-04T23:27:12.853Z[ helios-setup] Sep 04 23:27:11.827 INFO E| Compiling pin-utils v0.1.0
37022026-09-04T23:27:12.853Z[ helios-setup] Sep 04 23:27:11.827 INFO E| Compiling clap_lex v0.7.6
37032026-09-04T23:27:12.960Z[ helios-setup] Sep 04 23:27:11.932 INFO E| Compiling bitvec v1.0.1
37042026-09-04T23:27:13.099Z[ host-package] Compiling anstyle-parse v0.2.7
37052026-09-04T23:27:13.146Z[ helios-setup] Sep 04 23:27:12.120 INFO E| Compiling time-macros v0.2.24
37062026-09-04T23:27:13.165Z[ helios-setup] Sep 04 23:27:12.139 INFO E| Compiling clap_builder v4.5.51
37072026-09-04T23:27:13.205Z[ helios-setup] Sep 04 23:27:12.179 INFO E| Compiling lock_api v0.4.14
37082026-09-04T23:27:13.239Z[ helios-setup] Sep 04 23:27:12.213 INFO E| Compiling deranged v0.5.5
37092026-09-04T23:27:13.267Z[ helios-setup] Sep 04 23:27:12.241 INFO E| Compiling lazy_static v1.5.0
37102026-09-04T23:27:13.371Z[ helios-setup] Sep 04 23:27:12.345 INFO E| Compiling num-iter v0.1.45
37112026-09-04T23:27:13.663Z[ helios-setup] Sep 04 23:27:12.636 INFO E| Compiling indexmap v1.9.3
37122026-09-04T23:27:13.714Z[ helios-setup] Sep 04 23:27:12.688 INFO E| Compiling once_cell v1.21.3
37132026-09-04T23:27:13.735Z[ helios-setup] Sep 04 23:27:12.709 INFO E| Compiling nodrop v0.1.14
37142026-09-04T23:27:13.880Z[ helios-setup] Sep 04 23:27:12.854 INFO E| Compiling simd-adler32 v0.3.7
37152026-09-04T23:27:14.024Z[ helios-setup] Sep 04 23:27:12.997 INFO E| Compiling log v0.4.28
37162026-09-04T23:27:14.070Z[ host-package] Compiling vergen-git2 v9.1.0
37172026-09-04T23:27:14.091Z[ helios-setup] Sep 04 23:27:13.065 INFO E| Compiling thiserror v2.0.17
37182026-09-04T23:27:14.100Z[ helios-setup] Sep 04 23:27:13.073 INFO E| Compiling crc-catalog v2.4.0
37192026-09-04T23:27:14.135Z[ helios-setup] Sep 04 23:27:13.108 INFO E| Compiling adler2 v2.0.1
37202026-09-04T23:27:14.135Z[ helios-setup] Sep 04 23:27:13.109 INFO E| Compiling serde_json v1.0.145
37212026-09-04T23:27:14.208Z[ helios-setup] Sep 04 23:27:13.182 INFO E| Compiling iana-time-zone v0.1.64
37222026-09-04T23:27:14.420Z[ host-package] Compiling castaway v0.2.4
37232026-09-04T23:27:14.438Z[ helios-setup] Sep 04 23:27:13.412 INFO E| Compiling chrono v0.4.42
37242026-09-04T23:27:14.523Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37252026-09-04T23:27:14.651Z[ helios-setup] Sep 04 23:27:13.617 INFO E| Compiling env_filter v0.1.4
37262026-09-04T23:27:14.759Z[ helios-setup] Sep 04 23:27:13.732 INFO E| Compiling miniz_oxide v0.8.9
37272026-09-04T23:27:14.903Z[ helios-setup] Sep 04 23:27:13.876 INFO E| Compiling crc v3.3.0
37282026-09-04T23:27:14.940Z[ helios-setup] Sep 04 23:27:13.913 INFO E| Compiling array-init v0.0.4
37292026-09-04T23:27:14.950Z[ helios-setup] Sep 04 23:27:13.914 INFO E| Compiling parking_lot v0.12.5
37302026-09-04T23:27:15.032Z[ host-package] Compiling indoc v2.0.7
37312026-09-04T23:27:15.250Z[ helios-setup] Sep 04 23:27:14.223 INFO E| Compiling smallvec v0.6.14
37322026-09-04T23:27:15.297Z[ host-package] Compiling compact_str v0.8.1
37332026-09-04T23:27:15.455Z[ helios-setup] Sep 04 23:27:14.425 INFO E| Compiling signature v2.2.0
37342026-09-04T23:27:15.474Z[ host-package] Compiling progenitor-macro v0.13.0
37352026-09-04T23:27:15.679Z[ helios-setup] Sep 04 23:27:14.651 INFO E| Compiling serde_spanned v1.0.3
37362026-09-04T23:27:15.761Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
37372026-09-04T23:27:15.907Z[ helios-setup] Sep 04 23:27:14.874 INFO E| Compiling mio v1.1.0
37382026-09-04T23:27:15.924Z[ helios-setup] Sep 04 23:27:14.891 INFO E| Compiling socket2 v0.6.1
37392026-09-04T23:27:15.959Z[ helios-setup] Sep 04 23:27:14.931 INFO E| Compiling time v0.3.44
37402026-09-04T23:27:16.126Z[ helios-setup] Sep 04 23:27:15.093 INFO E| Compiling is-terminal v0.4.17
37412026-09-04T23:27:16.172Z[ host-package] Compiling anstream v0.6.21
37422026-09-04T23:27:16.258Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37432026-09-04T23:27:16.333Z[ helios-setup] Sep 04 23:27:15.292 INFO E| Compiling signal-hook-registry v1.4.6
37442026-09-04T23:27:16.423Z[ helios-setup] Sep 04 23:27:15.396 INFO E| Compiling serde_derive v1.0.228
37452026-09-04T23:27:16.687Z[ helios-setup] Sep 04 23:27:15.660 INFO E| Compiling zerocopy-derive v0.8.27
37462026-09-04T23:27:16.766Z[ helios-setup] Sep 04 23:27:15.737 INFO E| Compiling der_derive v0.7.3
37472026-09-04T23:27:16.809Z[ helios-setup] Sep 04 23:27:15.778 INFO E| Compiling futures-macro v0.3.31
37482026-09-04T23:27:16.864Z[ helios-setup] Sep 04 23:27:15.838 INFO E| Compiling packed_struct_codegen v0.10.1
37492026-09-04T23:27:16.889Z[ helios-setup] Sep 04 23:27:15.860 INFO E| Compiling bitfield-macros v0.19.3
37502026-09-04T23:27:17.147Z[ helios-setup] Sep 04 23:27:16.113 INFO E| Compiling num_enum_derive v0.7.5
37512026-09-04T23:27:17.233Z[ helios-setup] Sep 04 23:27:16.207 INFO E| Compiling clap_derive v4.5.49
37522026-09-04T23:27:17.337Z[ host-package] Compiling globwalk v0.9.1
37532026-09-04T23:27:17.520Z[ helios-setup] Sep 04 23:27:16.494 INFO E| Compiling zerocopy-derive v0.6.6
37542026-09-04T23:27:17.528Z[ helios-setup] Sep 04 23:27:16.501 INFO E| Compiling thiserror-impl v1.0.69
37552026-09-04T23:27:17.567Z[ host-package] Compiling darling_macro v0.13.4
37562026-09-04T23:27:17.750Z[ helios-setup] Sep 04 23:27:16.723 INFO E| Compiling thiserror-impl v2.0.17
37572026-09-04T23:27:17.820Z[ helios-setup] Sep 04 23:27:16.792 INFO E| Compiling tokio-macros v2.6.0
37582026-09-04T23:27:18.297Z[ host-package] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
37592026-09-04T23:27:18.333Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37602026-09-04T23:27:18.460Z[ host-package] Compiling parking_lot v0.11.2
37612026-09-04T23:27:18.568Z[ host-package] Compiling hyper-staticfile v0.10.1
37622026-09-04T23:27:18.832Z[ helios-setup] Sep 04 23:27:17.806 INFO E| Compiling futures-util v0.3.31
37632026-09-04T23:27:19.031Z[ helios-setup] Sep 04 23:27:17.995 INFO E| Compiling thread_local v1.1.9
37642026-09-04T23:27:19.118Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37652026-09-04T23:27:19.183Z[ helios-setup] Sep 04 23:27:18.154 INFO E| Compiling der v0.7.10
37662026-09-04T23:27:19.205Z[ helios-setup] Sep 04 23:27:18.161 INFO E| Compiling winnow v0.5.40
37672026-09-04T23:27:19.273Z[ helios-setup] Sep 04 23:27:18.246 INFO E| Compiling zerocopy v0.6.6
37682026-09-04T23:27:19.319Z[ helios-setup] Sep 04 23:27:18.291 INFO E| Compiling bitfield v0.19.3
37692026-09-04T23:27:19.403Z[ helios-setup] Sep 04 23:27:18.377 INFO E| Compiling num_enum v0.7.5
37702026-09-04T23:27:19.593Z[ helios-setup] Sep 04 23:27:18.566 INFO E| Compiling subtle v2.6.1
37712026-09-04T23:27:19.650Z[ helios-setup] Sep 04 23:27:18.615 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
37722026-09-04T23:27:19.802Z[ helios-setup] Sep 04 23:27:18.776 INFO E| Compiling base64 v0.21.7
37732026-09-04T23:27:19.819Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37742026-09-04T23:27:19.888Z[ helios-setup] Sep 04 23:27:18.862 INFO E| Compiling ryu v1.0.20
37752026-09-04T23:27:19.921Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37762026-09-04T23:27:20.060Z[ helios-setup] Sep 04 23:27:19.033 INFO E| Compiling hashbrown v0.12.3
37772026-09-04T23:27:20.122Z[ helios-setup] Sep 04 23:27:19.096 INFO E| Compiling toml_writer v1.0.4
37782026-09-04T23:27:20.165Z[ helios-setup] Sep 04 23:27:19.138 INFO E| Compiling term v1.2.0
37792026-09-04T23:27:20.165Z[ helios-setup] Sep 04 23:27:19.139 INFO E| Compiling libdevinfo-sys v1.1.0
37802026-09-04T23:27:20.305Z[ helios-setup] Sep 04 23:27:19.279 INFO E| Compiling devinfo v0.1.0
37812026-09-04T23:27:20.490Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37822026-09-04T23:27:20.510Z[ helios-setup] Sep 04 23:27:19.480 INFO E| Compiling tokio v1.48.0
37832026-09-04T23:27:20.544Z[ helios-setup] Sep 04 23:27:19.518 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37842026-09-04T23:27:20.618Z[ host-package] Compiling predicates-tree v1.0.13
37852026-09-04T23:27:20.681Z[ helios-setup] Sep 04 23:27:19.655 INFO E| Compiling toml v0.9.8
37862026-09-04T23:27:20.688Z[ helios-setup] Sep 04 23:27:19.662 INFO E| Compiling clap v4.5.51
37872026-09-04T23:27:20.781Z[ helios-setup] Sep 04 23:27:19.755 INFO E| Compiling bzip2 v0.4.4
37882026-09-04T23:27:20.899Z[ helios-setup] Sep 04 23:27:19.873 INFO E| Compiling flate2 v1.1.5
37892026-09-04T23:27:20.961Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37902026-09-04T23:27:21.070Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37912026-09-04T23:27:21.173Z[ helios-setup] Sep 04 23:27:20.147 INFO E| Compiling uuid v1.18.1
37922026-09-04T23:27:21.213Z[ helios-setup] Sep 04 23:27:20.187 INFO E| Compiling env_logger v0.11.8
37932026-09-04T23:27:21.299Z[ helios-setup] Sep 04 23:27:20.273 INFO E| Compiling foldhash v0.2.0
37942026-09-04T23:27:21.749Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
37952026-09-04T23:27:21.823Z[ helios-setup] Sep 04 23:27:20.797 INFO E| Compiling spki v0.7.3
37962026-09-04T23:27:21.913Z[ host-package] Compiling progenitor-client v0.13.0
37972026-09-04T23:27:22.118Z[ helios-setup] Sep 04 23:27:21.092 INFO E| Compiling pkcs8 v0.10.2
37982026-09-04T23:27:22.197Z[ host-package] Compiling unicode-truncate v1.1.0
37992026-09-04T23:27:22.260Z[ helios-setup] Sep 04 23:27:21.234 INFO E| Compiling x509-cert v0.2.5
38002026-09-04T23:27:22.309Z[ helios-setup] Sep 04 23:27:21.283 INFO E| Compiling bitflags v1.3.2
38012026-09-04T23:27:22.387Z[ helios-setup] Sep 04 23:27:21.362 INFO E| Compiling pkcs1 v0.7.5
38022026-09-04T23:27:22.407Z[ helios-setup] Sep 04 23:27:21.381 INFO E| Compiling crc-any v2.5.0
38032026-09-04T23:27:22.552Z[ helios-setup] Sep 04 23:27:21.525 INFO E| Compiling rustc-hash v2.1.1
38042026-09-04T23:27:22.697Z[ host-package] Compiling sha2 v0.11.0
38052026-09-04T23:27:22.720Z[ helios-setup] Sep 04 23:27:21.693 INFO E| Compiling hex v0.4.3
38062026-09-04T23:27:22.850Z[ host-package] Compiling digest-io v0.1.0
38072026-09-04T23:27:23.003Z[ host-package] Compiling lru v0.12.5
38082026-09-04T23:27:23.070Z[ helios-setup] Sep 04 23:27:22.044 INFO E| Compiling ppv-lite86 v0.2.21
38092026-09-04T23:27:23.128Z[ host-package] Compiling prefix-trie v0.7.0
38102026-09-04T23:27:23.242Z[ helios-setup] Sep 04 23:27:22.216 INFO E| Compiling iddqd v0.3.14
38112026-09-04T23:27:23.249Z[ helios-setup] Sep 04 23:27:22.223 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
38122026-09-04T23:27:23.398Z[ helios-setup] Sep 04 23:27:22.372 INFO E| Compiling zip v0.6.6
38132026-09-04T23:27:23.470Z[ host-package] Compiling rand_seeder v0.4.0
38142026-09-04T23:27:23.508Z[ helios-setup] Sep 04 23:27:22.482 INFO E| Compiling hashbrown v0.13.2
38152026-09-04T23:27:23.721Z[ host-package] Compiling oso v0.27.3
38162026-09-04T23:27:23.772Z[ helios-setup] Sep 04 23:27:22.746 INFO E| Compiling erased-serde v0.3.31
38172026-09-04T23:27:23.883Z[ host-package] Compiling cassowary v0.3.0
38182026-09-04T23:27:23.909Z[ helios-setup] Sep 04 23:27:22.883 INFO E| Compiling rand_chacha v0.3.1
38192026-09-04T23:27:23.979Z[ host-package] Compiling hickory-server v0.25.2
38202026-09-04T23:27:24.129Z[ helios-setup] Sep 04 23:27:23.102 INFO E| Compiling serde_spanned v0.6.9
38212026-09-04T23:27:24.276Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38222026-09-04T23:27:24.489Z[ helios-setup] Sep 04 23:27:23.463 INFO E| Compiling rand v0.8.5
38232026-09-04T23:27:24.503Z[ helios-setup] Sep 04 23:27:23.477 INFO E| Compiling toml_datetime v0.6.11
38242026-09-04T23:27:24.831Z[ host-package] Compiling progenitor v0.13.0
38252026-09-04T23:27:24.948Z[ helios-setup] Sep 04 23:27:23.922 INFO E| Compiling futures-executor v0.3.31
38262026-09-04T23:27:24.956Z[ helios-setup] Sep 04 23:27:23.930 INFO E| Compiling ron v0.8.1
38272026-09-04T23:27:25.047Z[ host-package] Compiling ratatui v0.29.0
38282026-09-04T23:27:25.115Z[ helios-setup] Sep 04 23:27:24.089 INFO E| Compiling serde-hex v0.1.0
38292026-09-04T23:27:25.128Z[ helios-setup] Sep 04 23:27:24.102 INFO E| Compiling object v0.30.4
38302026-09-04T23:27:25.297Z[ host-package] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
38312026-09-04T23:27:25.428Z[ helios-setup] Sep 04 23:27:24.401 INFO E| Compiling slog-term v2.9.2
38322026-09-04T23:27:25.443Z[ helios-setup] Sep 04 23:27:24.417 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
38332026-09-04T23:27:25.569Z[ helios-setup] Sep 04 23:27:24.542 INFO E| Compiling futures v0.3.31
38342026-09-04T23:27:25.583Z[ host-package] Compiling camino-tempfile-ext v0.3.3
38352026-09-04T23:27:25.592Z[ helios-setup] Sep 04 23:27:24.566 INFO E| Compiling toml_edit v0.19.15
38362026-09-04T23:27:25.668Z[ helios-setup] Sep 04 23:27:24.642 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
38372026-09-04T23:27:25.961Z[ helios-setup] Sep 04 23:27:24.935 INFO E| Compiling path-slash v0.1.5
38382026-09-04T23:27:26.239Z[ host-package] Compiling diesel-dtrace v0.5.0
38392026-09-04T23:27:26.721Z[ helios-setup] Sep 04 23:27:25.695 INFO E| Compiling rsa v0.9.8
38402026-09-04T23:27:27.184Z[ host-package] Compiling async-bb8-diesel v0.2.1
38412026-09-04T23:27:27.276Z[ helios-setup] Sep 04 23:27:26.250 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38422026-09-04T23:27:27.827Z[ helios-setup] Sep 04 23:27:26.801 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38432026-09-04T23:27:28.600Z[ helios-setup] Sep 04 23:27:27.574 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
38442026-09-04T23:27:28.706Z[ helios-setup] Sep 04 23:27:27.680 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38452026-09-04T23:27:28.735Z[ host-package] Compiling darling v0.13.4
38462026-09-04T23:27:28.826Z[ host-package] Compiling sled v0.34.7
38472026-09-04T23:27:28.999Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38482026-09-04T23:27:29.257Z[ helios-setup] Sep 04 23:27:28.231 INFO E| Compiling toml v0.7.8
38492026-09-04T23:27:30.497Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
38502026-09-04T23:27:31.493Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38512026-09-04T23:27:32.288Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38522026-09-04T23:27:32.726Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38532026-09-04T23:27:33.188Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38542026-09-04T23:27:34.183Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
38552026-09-04T23:27:34.324Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
38562026-09-04T23:27:34.579Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38572026-09-04T23:27:34.899Z[ host-package] Compiling serde_with_macros v1.5.2
38582026-09-04T23:27:35.084Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38592026-09-04T23:27:35.318Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38602026-09-04T23:27:35.605Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
38612026-09-04T23:27:35.710Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38622026-09-04T23:27:35.790Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38632026-09-04T23:27:35.837Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38642026-09-04T23:27:35.870Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38652026-09-04T23:27:35.992Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38662026-09-04T23:27:36.055Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
38672026-09-04T23:27:36.105Z[ host-package] Compiling arc-swap v1.8.2
38682026-09-04T23:27:36.129Z[ host-package] Compiling void v1.0.2
38692026-09-04T23:27:36.302Z[ host-package] Compiling lzss v0.8.2
38702026-09-04T23:27:36.396Z[ host-package] Compiling slog-scope v4.4.1
38712026-09-04T23:27:36.417Z[ host-package] Compiling serde_with v1.14.0
38722026-09-04T23:27:36.449Z[ helios-setup] Sep 04 23:27:35.423 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38732026-09-04T23:27:36.494Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38742026-09-04T23:27:36.516Z[ host-package] Compiling scuffle v0.1.0
38752026-09-04T23:27:36.519Z[ host-package] Compiling tungstenite v0.23.0
38762026-09-04T23:27:36.613Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38772026-09-04T23:27:36.822Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38782026-09-04T23:27:37.232Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38792026-09-04T23:27:37.686Z[ helios-setup] Sep 04 23:27:36.659 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38802026-09-04T23:27:37.691Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-09-04T23:27:37.742Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38822026-09-04T23:27:37.896Z[ host-package] Compiling git2 v0.20.4
38832026-09-04T23:27:37.932Z[ host-package] Compiling libsw-core v0.3.2
38842026-09-04T23:27:38.020Z[ host-package] Compiling nix v0.27.1
38852026-09-04T23:27:38.137Z[ host-package] Compiling twox-hash v2.1.2
38862026-09-04T23:27:38.199Z[ host-package] Compiling serde_bytes v0.11.19
38872026-09-04T23:27:38.276Z[ host-package] Compiling atty v0.2.14
38882026-09-04T23:27:38.381Z[ host-package] Compiling libsw v3.5.0
38892026-09-04T23:27:38.526Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38902026-09-04T23:27:38.645Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38912026-09-04T23:27:38.745Z[ host-package] Compiling tokio-tungstenite v0.23.1
38922026-09-04T23:27:38.870Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38932026-09-04T23:27:38.988Z[ host-package] Compiling slog-stdlog v4.1.1
38942026-09-04T23:27:38.991Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38952026-09-04T23:27:39.241Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38962026-09-04T23:27:39.385Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38972026-09-04T23:27:39.461Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38982026-09-04T23:27:39.539Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38992026-09-04T23:27:39.721Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39002026-09-04T23:27:39.964Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39012026-09-04T23:27:40.532Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39022026-09-04T23:27:40.671Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39032026-09-04T23:27:40.817Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39042026-09-04T23:27:41.263Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39052026-09-04T23:27:41.398Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39062026-09-04T23:27:41.668Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
39072026-09-04T23:27:41.867Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39082026-09-04T23:27:41.921Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39092026-09-04T23:27:41.970Z[ host-package] Compiling signal-hook-tokio v0.3.1
39102026-09-04T23:27:42.094Z[ helios-setup] Sep 04 23:27:41.067 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
39112026-09-04T23:27:42.101Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39122026-09-04T23:27:42.225Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
39132026-09-04T23:27:42.613Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39142026-09-04T23:27:42.754Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39152026-09-04T23:27:43.040Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39162026-09-04T23:27:43.780Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39172026-09-04T23:27:45.342Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39182026-09-04T23:27:45.493Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
39192026-09-04T23:27:45.857Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39202026-09-04T23:27:46.057Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
39212026-09-04T23:27:46.522Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39222026-09-04T23:27:46.900Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39232026-09-04T23:27:47.424Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39242026-09-04T23:27:49.270Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39252026-09-04T23:27:49.342Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39262026-09-04T23:27:51.221Z[ host-package] Compiling fatfs v0.3.6
39272026-09-04T23:27:51.225Z[ host-package] Compiling yasna v0.5.2
39282026-09-04T23:27:51.225Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
39292026-09-04T23:27:52.406Z[ host-package] Compiling console v0.16.2
39302026-09-04T23:27:52.423Z[ host-package] Compiling seq-macro v0.3.6
39312026-09-04T23:27:52.424Z[ host-package] Compiling assert_matches v1.5.0
39322026-09-04T23:27:52.427Z[ host-package] Compiling indicatif v0.18.4
39332026-09-04T23:27:52.584Z[ host-package] Compiling rcgen v0.12.1
39342026-09-04T23:27:52.654Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39352026-09-04T23:27:53.372Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39362026-09-04T23:27:53.813Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39372026-09-04T23:27:54.197Z[ host-package] Compiling slog-envlogger v2.2.0
39382026-09-04T23:27:54.297Z[ helios-setup] Sep 04 23:27:53.270 INFO E| Finished `release` profile [optimized] target(s) in 49.63s
39392026-09-04T23:27:54.301Z[ helios-setup] Sep 04 23:27:53.271 INFO E| Blocking waiting for file lock on package cache
39402026-09-04T23:27:54.867Z[ host-package] Compiling oxide-update-engine-display v0.1.2
39412026-09-04T23:27:55.784Z[ helios-setup] Sep 04 23:27:54.757 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
39422026-09-04T23:27:55.784Z[ helios-setup] Sep 04 23:27:54.757 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-09-04T23:27:55.849Z[ helios-setup] Sep 04 23:27:54.823 INFO building project "pilot" ok (51 seconds)
39442026-09-04T23:27:55.849Z[ helios-setup] Sep 04 23:27:54.823 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
39452026-09-04T23:27:55.858Z[ helios-setup] Sep 04 23:27:54.832 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.98.1-x86_64-unknown-illumos (default)"
39462026-09-04T23:27:55.858Z[ helios-setup] Sep 04 23:27:54.832 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
39472026-09-04T23:27:55.862Z[ helios-setup] Sep 04 23:27:54.832 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
39482026-09-04T23:27:55.971Z[ helios-setup] Sep 04 23:27:54.944 INFO E| Blocking waiting for file lock on package cache
39492026-09-04T23:27:56.187Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39502026-09-04T23:27:57.925Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39512026-09-04T23:27:58.779Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
39522026-09-04T23:27:59.053Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
39532026-09-04T23:27:59.079Z[ host-package] Compiling port-file v0.1.0
39542026-09-04T23:27:59.316Z[ host-package] Compiling rtoolbox v0.0.3
39552026-09-04T23:27:59.361Z[ host-package] Compiling subprocess v0.2.15
39562026-09-04T23:27:59.484Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39572026-09-04T23:27:59.588Z[ host-package] Compiling rpassword v7.5.4
39582026-09-04T23:27:59.840Z[ helios-setup] Sep 04 23:27:58.812 INFO E| Downloading crates ...
39592026-09-04T23:27:59.892Z[ helios-setup] Sep 04 23:27:58.865 INFO E| Downloaded bitflags v2.9.1
39602026-09-04T23:27:59.895Z[ helios-setup] Sep 04 23:27:58.868 INFO E| Downloaded errno v0.3.12
39612026-09-04T23:27:59.908Z[ helios-setup] Sep 04 23:27:58.882 INFO E| Downloaded time-core v0.1.4
39622026-09-04T23:27:59.914Z[ helios-setup] Sep 04 23:27:58.888 INFO E| Downloaded deranged v0.4.0
39632026-09-04T23:27:59.918Z[ helios-setup] Sep 04 23:27:58.892 INFO E| Downloaded serde_with_macros v3.12.0
39642026-09-04T23:27:59.921Z[ helios-setup] Sep 04 23:27:58.895 INFO E| Downloaded iana-time-zone v0.1.63
39652026-09-04T23:27:59.928Z[ helios-setup] Sep 04 23:27:58.902 INFO E| Downloaded time-macros v0.2.22
39662026-09-04T23:27:59.932Z[ helios-setup] Sep 04 23:27:58.904 INFO E| Downloaded anyhow v1.0.98
39672026-09-04T23:27:59.935Z[ helios-setup] Sep 04 23:27:58.907 INFO E| Downloaded tempfile v3.20.0
39682026-09-04T23:27:59.935Z[ helios-setup] Sep 04 23:27:58.908 INFO E| Downloaded getrandom v0.3.3
39692026-09-04T23:27:59.939Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39702026-09-04T23:27:59.960Z[ helios-setup] Sep 04 23:27:58.933 INFO E| Downloaded indexmap v2.9.0
39712026-09-04T23:27:59.971Z[ helios-setup] Sep 04 23:27:58.944 INFO E| Downloaded hashbrown v0.15.3
39722026-09-04T23:27:59.974Z[ helios-setup] Sep 04 23:27:58.948 INFO E| Downloaded serde_with v3.12.0
39732026-09-04T23:27:59.979Z[ helios-setup] Sep 04 23:27:58.953 INFO E| Downloaded time v0.3.41
39742026-09-04T23:27:59.984Z[ helios-setup] Sep 04 23:27:58.958 INFO E| Downloaded chrono v0.4.41
39752026-09-04T23:27:59.988Z[ helios-setup] Sep 04 23:27:58.962 INFO E| Downloaded rustix v1.0.7
39762026-09-04T23:28:00.055Z[ helios-setup] Sep 04 23:27:59.028 INFO E| Compiling proc-macro2 v1.0.95
39772026-09-04T23:28:00.055Z[ helios-setup] Sep 04 23:27:59.028 INFO E| Compiling unicode-ident v1.0.18
39782026-09-04T23:28:00.055Z[ helios-setup] Sep 04 23:27:59.028 INFO E| Compiling libc v0.2.172
39792026-09-04T23:28:00.056Z[ helios-setup] Sep 04 23:27:59.029 INFO E| Compiling strsim v0.11.1
39802026-09-04T23:28:00.059Z[ helios-setup] Sep 04 23:27:59.029 INFO E| Compiling ident_case v1.0.1
39812026-09-04T23:28:00.059Z[ helios-setup] Sep 04 23:27:59.029 INFO E| Compiling fnv v1.0.7
39822026-09-04T23:28:00.059Z[ helios-setup] Sep 04 23:27:59.029 INFO E| Compiling serde v1.0.219
39832026-09-04T23:28:00.059Z[ helios-setup] Sep 04 23:27:59.029 INFO E| Compiling getrandom v0.3.3
39842026-09-04T23:28:00.079Z[ helios-setup] Sep 04 23:27:59.052 INFO E| Compiling rustix v1.0.7
39852026-09-04T23:28:00.079Z[ helios-setup] Sep 04 23:27:59.052 INFO E| Compiling cfg-if v1.0.0
39862026-09-04T23:28:00.079Z[ helios-setup] Sep 04 23:27:59.052 INFO E| Compiling serde_json v1.0.140
39872026-09-04T23:28:00.079Z[ helios-setup] Sep 04 23:27:59.052 INFO E| Compiling anyhow v1.0.98
39882026-09-04T23:28:00.079Z[ helios-setup] Sep 04 23:27:59.052 INFO E| Compiling bitflags v2.9.1
39892026-09-04T23:28:00.079Z[ helios-setup] Sep 04 23:27:59.052 INFO E| Compiling thiserror v2.0.12
39902026-09-04T23:28:00.086Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39912026-09-04T23:28:00.090Z[ helios-setup] Sep 04 23:27:59.061 INFO E| Compiling fastrand v2.3.0
39922026-09-04T23:28:00.090Z[ helios-setup] Sep 04 23:27:59.062 INFO E| Compiling itoa v1.0.15
39932026-09-04T23:28:00.422Z[ helios-setup] Sep 04 23:27:59.396 INFO E| Compiling ryu v1.0.20
39942026-09-04T23:28:00.509Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
39952026-09-04T23:28:00.642Z[ helios-setup] Sep 04 23:27:59.615 INFO E| Compiling once_cell v1.21.3
39962026-09-04T23:28:00.745Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39972026-09-04T23:28:00.793Z[ helios-setup] Sep 04 23:27:59.767 INFO E| Compiling memchr v2.7.4
39982026-09-04T23:28:00.962Z[ host-package] Compiling tui-tree-widget v0.23.1
39992026-09-04T23:28:01.080Z[ helios-setup] Sep 04 23:28:00.054 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
40002026-09-04T23:28:01.600Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40012026-09-04T23:28:01.776Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
40022026-09-04T23:28:01.871Z[ helios-setup] Sep 04 23:28:00.845 INFO E| Compiling quote v1.0.40
40032026-09-04T23:28:02.087Z[ helios-setup] Sep 04 23:28:01.061 INFO E| Compiling syn v2.0.101
40042026-09-04T23:28:02.415Z[ helios-setup] Sep 04 23:28:01.389 INFO E| Compiling errno v0.3.12
40052026-09-04T23:28:02.893Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
40062026-09-04T23:28:02.967Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40072026-09-04T23:28:03.414Z[ helios-setup] Sep 04 23:28:02.387 INFO E| Compiling tempfile v3.20.0
40082026-09-04T23:28:03.559Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40092026-09-04T23:28:03.642Z[ host-package] Compiling uzers v0.12.2
40102026-09-04T23:28:03.903Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40112026-09-04T23:28:04.364Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40122026-09-04T23:28:04.674Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40132026-09-04T23:28:05.051Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40142026-09-04T23:28:05.188Z[ host-package] Compiling support-bundle-viewer v0.1.2
40152026-09-04T23:28:05.211Z[ helios-setup] Sep 04 23:28:04.184 INFO E| Compiling darling_core v0.20.11
40162026-09-04T23:28:05.218Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40172026-09-04T23:28:05.298Z[ host-package] Compiling multimap v0.10.1
40182026-09-04T23:28:06.199Z[ helios-setup] Sep 04 23:28:05.172 INFO E| Compiling serde_derive v1.0.219
40192026-09-04T23:28:06.199Z[ helios-setup] Sep 04 23:28:05.172 INFO E| Compiling thiserror-impl v2.0.12
40202026-09-04T23:28:06.591Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
40212026-09-04T23:28:07.471Z[ helios-setup] Sep 04 23:28:06.445 INFO E| Compiling darling_macro v0.20.11
40222026-09-04T23:28:08.717Z[ helios-setup] Sep 04 23:28:07.689 INFO E| Compiling darling v0.20.11
40232026-09-04T23:28:08.813Z[ helios-setup] Sep 04 23:28:07.786 INFO E| Compiling serde_with_macros v3.12.0
40242026-09-04T23:28:11.287Z[ helios-setup] Sep 04 23:28:10.253 INFO E| Compiling serde_with v3.12.0
40252026-09-04T23:28:15.843Z[ helios-setup] Sep 04 23:28:14.816 INFO E| Finished `release` profile [optimized] target(s) in 19.97s
40262026-09-04T23:28:15.868Z[ helios-setup] Sep 04 23:28:14.842 INFO building project "dmar-report" ok (20 seconds)
40272026-09-04T23:28:15.868Z[ helios-setup] Sep 04 23:28:14.842 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
40282026-09-04T23:28:15.876Z[ helios-setup] Sep 04 23:28:14.850 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.98.1-x86_64-unknown-illumos (default)"
40292026-09-04T23:28:15.876Z[ helios-setup] Sep 04 23:28:14.850 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
40302026-09-04T23:28:15.880Z[ helios-setup] Sep 04 23:28:14.850 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
40312026-09-04T23:28:15.991Z[ helios-setup] Sep 04 23:28:14.965 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
40322026-09-04T23:28:16.295Z[ helios-setup] Sep 04 23:28:15.269 INFO E| From https://github.com/jclulow/rust-jmclib
40332026-09-04T23:28:16.295Z[ helios-setup] Sep 04 23:28:15.269 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
40342026-09-04T23:28:16.306Z[ helios-setup] Sep 04 23:28:15.280 INFO E| Updating crates.io index
40352026-09-04T23:28:16.361Z[ helios-setup] Sep 04 23:28:15.334 INFO E| Downloading crates ...
40362026-09-04T23:28:16.414Z[ helios-setup] Sep 04 23:28:15.388 INFO E| Downloaded once_cell v1.18.0
40372026-09-04T23:28:16.418Z[ helios-setup] Sep 04 23:28:15.392 INFO E| Downloaded fastrand v2.0.0
40382026-09-04T23:28:16.422Z[ helios-setup] Sep 04 23:28:15.393 INFO E| Downloaded cpufeatures v0.2.9
40392026-09-04T23:28:16.422Z[ helios-setup] Sep 04 23:28:15.395 INFO E| Downloaded walkdir v2.3.3
40402026-09-04T23:28:16.426Z[ helios-setup] Sep 04 23:28:15.400 INFO E| Downloaded glob v0.3.1
40412026-09-04T23:28:16.429Z[ helios-setup] Sep 04 23:28:15.401 INFO E| Downloaded md-5 v0.9.1
40422026-09-04T23:28:16.429Z[ helios-setup] Sep 04 23:28:15.402 INFO E| Downloaded block-buffer v0.9.0
40432026-09-04T23:28:16.429Z[ helios-setup] Sep 04 23:28:15.403 INFO E| Downloaded unicode-width v0.1.10
40442026-09-04T23:28:16.433Z[ helios-setup] Sep 04 23:28:15.404 INFO E| Downloaded typenum v1.16.0
40452026-09-04T23:28:16.433Z[ helios-setup] Sep 04 23:28:15.405 INFO E| Downloaded unicode-ident v1.0.11
40462026-09-04T23:28:16.436Z[ helios-setup] Sep 04 23:28:15.408 INFO E| Downloaded digest v0.9.0
40472026-09-04T23:28:16.436Z[ helios-setup] Sep 04 23:28:15.409 INFO E| Downloaded libdevinfo-sys v1.0.0
40482026-09-04T23:28:16.439Z[ helios-setup] Sep 04 23:28:15.411 INFO E| Downloaded sha-1 v0.9.8
40492026-09-04T23:28:16.439Z[ helios-setup] Sep 04 23:28:15.412 INFO E| Downloaded errno v0.3.1
40502026-09-04T23:28:16.450Z[ helios-setup] Sep 04 23:28:15.423 INFO E| Downloaded quote v1.0.31
40512026-09-04T23:28:16.453Z[ helios-setup] Sep 04 23:28:15.425 INFO E| Downloaded tempfile v3.7.0
40522026-09-04T23:28:16.457Z[ helios-setup] Sep 04 23:28:15.430 INFO E| Downloaded uuid v0.8.2
40532026-09-04T23:28:16.460Z[ helios-setup] Sep 04 23:28:15.432 INFO E| Downloaded bitflags v2.3.3
40542026-09-04T23:28:16.463Z[ helios-setup] Sep 04 23:28:15.434 INFO E| Downloaded getrandom v0.2.10
40552026-09-04T23:28:16.463Z[ helios-setup] Sep 04 23:28:15.435 INFO E| Downloaded anyhow v1.0.72
40562026-09-04T23:28:16.466Z[ helios-setup] Sep 04 23:28:15.437 INFO E| Downloaded proc-macro2 v1.0.66
40572026-09-04T23:28:16.466Z[ helios-setup] Sep 04 23:28:15.439 INFO E| Downloaded serde_derive v1.0.193
40582026-09-04T23:28:16.469Z[ helios-setup] Sep 04 23:28:15.440 INFO E| Downloaded toml v0.5.11
40592026-09-04T23:28:16.469Z[ helios-setup] Sep 04 23:28:15.442 INFO E| Downloaded serde v1.0.193
40602026-09-04T23:28:16.496Z[ helios-setup] Sep 04 23:28:15.468 INFO E| Downloaded syn v2.0.32
40612026-09-04T23:28:16.519Z[ helios-setup] Sep 04 23:28:15.493 INFO E| Downloaded rustix v0.38.4
40622026-09-04T23:28:16.531Z[ helios-setup] Sep 04 23:28:15.505 INFO E| Downloaded serde_json v1.0.103
40632026-09-04T23:28:16.540Z[ helios-setup] Sep 04 23:28:15.514 INFO E| Downloaded libc v0.2.147
40642026-09-04T23:28:16.602Z[ helios-setup] Sep 04 23:28:15.575 INFO E| Compiling libc v0.2.147
40652026-09-04T23:28:16.602Z[ helios-setup] Sep 04 23:28:15.575 INFO E| Compiling proc-macro2 v1.0.66
40662026-09-04T23:28:16.602Z[ helios-setup] Sep 04 23:28:15.575 INFO E| Compiling unicode-ident v1.0.11
40672026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.575 INFO E| Compiling cfg-if v1.0.0
40682026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.575 INFO E| Compiling version_check v0.9.4
40692026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling typenum v1.16.0
40702026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling serde v1.0.193
40712026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling itoa v1.0.9
40722026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling rustix v0.38.4
40732026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling time-core v0.1.2
40742026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling slog v2.7.0
40752026-09-04T23:28:16.606Z[ helios-setup] Sep 04 23:28:15.576 INFO E| Compiling powerfmt v0.2.0
40762026-09-04T23:28:16.657Z[ helios-setup] Sep 04 23:28:15.628 INFO E| Compiling num-conv v0.1.0
40772026-09-04T23:28:16.657Z[ helios-setup] Sep 04 23:28:15.628 INFO E| Compiling bitflags v2.3.3
40782026-09-04T23:28:16.660Z[ helios-setup] Sep 04 23:28:15.628 INFO E| Compiling num_threads v0.1.6
40792026-09-04T23:28:16.660Z[ helios-setup] Sep 04 23:28:15.628 INFO E| Compiling once_cell v1.18.0
40802026-09-04T23:28:17.082Z[ helios-setup] Sep 04 23:28:16.055 INFO E| Compiling serde_json v1.0.103
40812026-09-04T23:28:17.093Z[ helios-setup] Sep 04 23:28:16.066 INFO E| Compiling opaque-debug v0.3.0
40822026-09-04T23:28:17.197Z[ helios-setup] Sep 04 23:28:16.170 INFO E| Compiling generic-array v0.14.7
40832026-09-04T23:28:17.268Z[ helios-setup] Sep 04 23:28:16.239 INFO E| Compiling anyhow v1.0.72
40842026-09-04T23:28:17.347Z[ helios-setup] Sep 04 23:28:16.320 INFO E| Compiling fastrand v2.0.0
40852026-09-04T23:28:17.500Z[ helios-setup] Sep 04 23:28:16.473 INFO E| Compiling deranged v0.3.11
40862026-09-04T23:28:17.530Z[ helios-setup] Sep 04 23:28:16.502 INFO E| Compiling time-macros v0.2.18
40872026-09-04T23:28:17.573Z[ helios-setup] Sep 04 23:28:16.546 INFO E| Compiling ryu v1.0.15
40882026-09-04T23:28:17.634Z[ helios-setup] Sep 04 23:28:16.607 INFO E| Compiling thread_local v1.1.7
40892026-09-04T23:28:17.668Z[ helios-setup] Sep 04 23:28:16.642 INFO E| Compiling same-file v1.0.6
40902026-09-04T23:28:17.672Z[ helios-setup] Sep 04 23:28:16.642 INFO E| Compiling cpufeatures v0.2.9
40912026-09-04T23:28:17.715Z[ helios-setup] Sep 04 23:28:16.688 INFO E| Compiling unicode-width v0.1.10
40922026-09-04T23:28:17.799Z[ helios-setup] Sep 04 23:28:16.771 INFO E| Compiling glob v0.3.1
40932026-09-04T23:28:17.836Z[ helios-setup] Sep 04 23:28:16.809 INFO E| Compiling libdevinfo-sys v1.0.0
40942026-09-04T23:28:17.870Z[ helios-setup] Sep 04 23:28:16.843 INFO E| Compiling getopts v0.2.21
40952026-09-04T23:28:18.124Z[ helios-setup] Sep 04 23:28:17.097 INFO E| Compiling dirs-sys-next v0.1.2
40962026-09-04T23:28:18.154Z[ helios-setup] Sep 04 23:28:17.127 INFO E| Compiling errno v0.3.1
40972026-09-04T23:28:18.182Z[ helios-setup] Sep 04 23:28:17.155 INFO E| Compiling atty v0.2.14
40982026-09-04T23:28:18.182Z[ helios-setup] Sep 04 23:28:17.155 INFO E| Compiling getrandom v0.2.10
40992026-09-04T23:28:18.185Z[ helios-setup] Sep 04 23:28:17.155 INFO E| Compiling walkdir v2.3.3
41002026-09-04T23:28:18.299Z[ helios-setup] Sep 04 23:28:17.272 INFO E| Compiling quote v1.0.31
41012026-09-04T23:28:18.367Z[ helios-setup] Sep 04 23:28:17.338 INFO E| Compiling dirs-next v2.0.0
41022026-09-04T23:28:18.478Z[ helios-setup] Sep 04 23:28:17.451 INFO E| Compiling term v0.7.0
41032026-09-04T23:28:18.641Z[ helios-setup] Sep 04 23:28:17.613 INFO E| Compiling syn v2.0.32
41042026-09-04T23:28:19.359Z[ helios-setup] Sep 04 23:28:18.332 INFO E| Compiling tempfile v3.7.0
41052026-09-04T23:28:19.467Z[ helios-setup] Sep 04 23:28:18.436 INFO E| Compiling time v0.3.36
41062026-09-04T23:28:19.976Z[ helios-setup] Sep 04 23:28:18.950 INFO E| Compiling digest v0.9.0
41072026-09-04T23:28:19.976Z[ helios-setup] Sep 04 23:28:18.950 INFO E| Compiling block-buffer v0.9.0
41082026-09-04T23:28:20.088Z[ helios-setup] Sep 04 23:28:19.061 INFO E| Compiling sha-1 v0.9.8
41092026-09-04T23:28:20.088Z[ helios-setup] Sep 04 23:28:19.061 INFO E| Compiling md-5 v0.9.1
41102026-09-04T23:28:20.503Z[ helios-setup] Sep 04 23:28:19.475 INFO E| Compiling slog-term v2.9.0
41112026-09-04T23:28:21.031Z[ helios-setup] Sep 04 23:28:20.005 INFO E| Compiling serde_derive v1.0.193
41122026-09-04T23:28:25.799Z[ helios-setup] Sep 04 23:28:24.772 INFO E| Compiling toml v0.5.11
41132026-09-04T23:28:25.799Z[ helios-setup] Sep 04 23:28:24.772 INFO E| Compiling uuid v0.8.2
41142026-09-04T23:28:26.599Z[ helios-setup] Sep 04 23:28:25.571 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
41152026-09-04T23:28:27.779Z[ helios-setup] Sep 04 23:28:26.753 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
41162026-09-04T23:28:32.304Z[ helios-setup] Sep 04 23:28:31.277 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.41s
41172026-09-04T23:28:32.329Z[ helios-setup] Sep 04 23:28:31.302 INFO building project "image-builder" ok (16 seconds)
41182026-09-04T23:28:32.329Z[ helios-setup] Sep 04 23:28:31.302 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
41192026-09-04T23:28:32.337Z[ helios-setup] Sep 04 23:28:31.310 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.98.1-x86_64-unknown-illumos (default)"
41202026-09-04T23:28:32.337Z[ helios-setup] Sep 04 23:28:31.310 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
41212026-09-04T23:28:32.337Z[ helios-setup] Sep 04 23:28:31.310 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
41222026-09-04T23:28:32.453Z[ helios-setup] Sep 04 23:28:31.426 INFO E| Downloading crates ...
41232026-09-04T23:28:32.507Z[ helios-setup] Sep 04 23:28:31.480 INFO E| Downloaded digest v0.10.3
41242026-09-04T23:28:32.514Z[ helios-setup] Sep 04 23:28:31.488 INFO E| Downloaded typenum v1.15.0
41252026-09-04T23:28:32.517Z[ helios-setup] Sep 04 23:28:31.489 INFO E| Downloaded cpufeatures v0.2.5
41262026-09-04T23:28:32.524Z[ helios-setup] Sep 04 23:28:31.497 INFO E| Downloaded generic-array v0.14.6
41272026-09-04T23:28:32.527Z[ helios-setup] Sep 04 23:28:31.498 INFO E| Downloaded block-buffer v0.10.3
41282026-09-04T23:28:32.530Z[ helios-setup] Sep 04 23:28:31.503 INFO E| Downloaded anyhow v1.0.62
41292026-09-04T23:28:32.533Z[ helios-setup] Sep 04 23:28:31.506 INFO E| Downloaded sha2 v0.10.5
41302026-09-04T23:28:32.540Z[ helios-setup] Sep 04 23:28:31.513 INFO E| Downloaded bytes v1.2.1
41312026-09-04T23:28:32.543Z[ helios-setup] Sep 04 23:28:31.516 INFO E| Downloaded flate2 v1.0.25
41322026-09-04T23:28:32.547Z[ helios-setup] Sep 04 23:28:31.518 INFO E| Downloaded miniz_oxide v0.6.2
41332026-09-04T23:28:32.590Z[ helios-setup] Sep 04 23:28:31.563 INFO E| Compiling version_check v0.9.4
41342026-09-04T23:28:32.590Z[ helios-setup] Sep 04 23:28:31.563 INFO E| Compiling typenum v1.15.0
41352026-09-04T23:28:32.590Z[ helios-setup] Sep 04 23:28:31.563 INFO E| Compiling crc32fast v1.3.2
41362026-09-04T23:28:32.593Z[ helios-setup] Sep 04 23:28:31.563 INFO E| Compiling cfg-if v1.0.0
41372026-09-04T23:28:32.593Z[ helios-setup] Sep 04 23:28:31.563 INFO E| Compiling adler v1.0.2
41382026-09-04T23:28:32.593Z[ helios-setup] Sep 04 23:28:31.564 INFO E| Compiling anyhow v1.0.62
41392026-09-04T23:28:32.597Z[ helios-setup] Sep 04 23:28:31.570 INFO E| Compiling cpufeatures v0.2.5
41402026-09-04T23:28:32.600Z[ helios-setup] Sep 04 23:28:31.570 INFO E| Compiling unicode-width v0.1.10
41412026-09-04T23:28:32.600Z[ helios-setup] Sep 04 23:28:31.571 INFO E| Compiling bytes v1.2.1
41422026-09-04T23:28:32.600Z[ helios-setup] Sep 04 23:28:31.571 INFO E| Compiling bitflags v1.3.2
41432026-09-04T23:28:32.867Z[ helios-setup] Sep 04 23:28:31.840 INFO E| Compiling miniz_oxide v0.6.2
41442026-09-04T23:28:32.872Z[ helios-setup] Sep 04 23:28:31.845 INFO E| Compiling getopts v0.2.21
41452026-09-04T23:28:33.210Z[ helios-setup] Sep 04 23:28:32.183 INFO E| Compiling generic-array v0.14.6
41462026-09-04T23:28:33.451Z[ helios-setup] Sep 04 23:28:32.425 INFO E| Compiling flate2 v1.0.25
41472026-09-04T23:28:34.724Z[ helios-setup] Sep 04 23:28:33.697 INFO E| Compiling crypto-common v0.1.6
41482026-09-04T23:28:34.724Z[ helios-setup] Sep 04 23:28:33.697 INFO E| Compiling block-buffer v0.10.3
41492026-09-04T23:28:35.037Z[ helios-setup] Sep 04 23:28:34.010 INFO E| Compiling digest v0.10.3
41502026-09-04T23:28:35.214Z[ helios-setup] Sep 04 23:28:34.187 INFO E| Compiling sha2 v0.10.5
41512026-09-04T23:28:35.418Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
41522026-09-04T23:28:35.460Z[ helios-setup] Sep 04 23:28:34.433 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
41532026-09-04T23:28:37.978Z[ helios-setup] Sep 04 23:28:36.952 INFO E| Finished `release` profile [optimized] target(s) in 5.63s
41542026-09-04T23:28:37.993Z[ helios-setup] Sep 04 23:28:36.966 INFO building project "bootserver" ok (5 seconds)
41552026-09-04T23:28:37.996Z[ helios-setup] rm -f helios-build
41562026-09-04T23:28:37.999Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
41572026-09-04T23:28:37.999Z[ helios-setup]
41582026-09-04T23:28:38.002Z[ helios-setup] Setup complete! ./helios-build is now available.
41592026-09-04T23:28:38.002Z[ helios-setup]
41602026-09-04T23:28:38.002Z[ helios-setup]
41612026-09-04T23:28:38.002Z[ helios-setup] real 3:13.580712377
41622026-09-04T23:28:38.002Z[ helios-setup] user 7:10.451409286
41632026-09-04T23:28:38.005Z[ helios-setup] sys 1:23.181972299
41642026-09-04T23:28:38.005ZSep 04 23:28:36.976 INFO [helios-setup] process exited with exit status: 0 (193.583836426s)[ helios-setup] trap 0.563548442
41652026-09-04T23:28:38.005Z
41662026-09-04T23:28:38.005Z[ helios-setup] tflt 3.247022276
41672026-09-04T23:28:38.005Z[ helios-setup] dflt 6.903955431
41682026-09-04T23:28:38.005Z[ helios-setup] kflt 0.001250998
41692026-09-04T23:28:38.005Z[ helios-setup] lock 58:58.614822511
41702026-09-04T23:28:38.005Z[ helios-setup] slp 39:38.231191334
41712026-09-04T23:28:38.005Z[ helios-setup] lat 7:31.221931785
41722026-09-04T23:28:38.005Z[ helios-setup] stop 1:55.837696886
41732026-09-04T23:28:38.005ZSep 04 23:28:36.976 INFO [helios-record] running task
41742026-09-04T23:28:38.005ZSep 04 23:28:36.977 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
41752026-09-04T23:28:38.009ZSep 04 23:28:36.982 DEBG process exited with exit status: 0 (5.455158ms)
41762026-09-04T23:28:38.009ZSep 04 23:28:36.982 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
41772026-09-04T23:28:38.013ZSep 04 23:28:36.987 DEBG process exited with exit status: 0 (4.611268ms)
41782026-09-04T23:28:38.016ZSep 04 23:28:36.987 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
41792026-09-04T23:28:38.021ZSep 04 23:28:36.992 DEBG process exited with exit status: 0 (4.669938ms)
41802026-09-04T23:28:38.021ZSep 04 23:28:36.992 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
41812026-09-04T23:28:38.025ZSep 04 23:28:36.996 DEBG process exited with exit status: 0 (4.758119ms)
41822026-09-04T23:28:38.025ZSep 04 23:28:36.996 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
41832026-09-04T23:28:38.028ZSep 04 23:28:37.000 DEBG process exited with exit status: 0 (3.927468ms)
41842026-09-04T23:28:38.028ZSep 04 23:28:37.000 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
41852026-09-04T23:28:38.031ZSep 04 23:28:37.004 DEBG process exited with exit status: 0 (3.892969ms)
41862026-09-04T23:28:38.031ZSep 04 23:28:37.004 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
41872026-09-04T23:28:38.035ZSep 04 23:28:37.008 DEBG process exited with exit status: 0 (4.073898ms)
41882026-09-04T23:28:38.035ZSep 04 23:28:37.008 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
41892026-09-04T23:28:38.039ZSep 04 23:28:37.013 DEBG process exited with exit status: 0 (4.427608ms)
41902026-09-04T23:28:38.039ZSep 04 23:28:37.013 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
41912026-09-04T23:28:38.043ZSep 04 23:28:37.016 DEBG process exited with exit status: 0 (3.394059ms)
41922026-09-04T23:28:38.046ZSep 04 23:28:37.016 INFO [helios-record] task succeeded (40.032115ms)
41932026-09-04T23:28:55.171Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-09-04T23:29:10.752Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41952026-09-04T23:36:59.185Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 49s
41962026-09-04T23:36:59.268Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41972026-09-04T23:36:59.268Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41982026-09-04T23:38:00.028ZSep 04 23:37:58.992 INFO [host-package] process exited with exit status: 0 (714.641615674s)
41992026-09-04T23:38:00.028ZSep 04 23:37:58.992 INFO [host-libraries] running task
42002026-09-04T23:38:00.028ZSep 04 23:37:58.992 INFO [host-stamp] running task
42012026-09-04T23:38:00.032ZSep 04 23:37:58.995 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+git00ee5f3575c
42022026-09-04T23:38:00.032ZSep 04 23:37:58.995 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+git00ee5f3575c
42032026-09-04T23:38:00.032ZSep 04 23:37:58.995 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+git00ee5f3575c
42042026-09-04T23:38:00.032ZSep 04 23:37:58.995 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+git00ee5f3575c
42052026-09-04T23:38:00.032ZSep 04 23:37:58.996 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+git00ee5f3575c
42062026-09-04T23:38:00.032ZSep 04 23:37:58.996 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+git00ee5f3575c
42072026-09-04T23:38:00.032ZSep 04 23:37:58.996 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+git00ee5f3575c
42082026-09-04T23:38:00.033ZSep 04 23:37:58.996 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+git00ee5f3575c
42092026-09-04T23:38:00.040Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
42102026-09-04T23:38:00.040Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-09-04T23:38:00.040Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
42122026-09-04T23:38:00.040Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-09-04T23:38:00.041Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-09-04T23:38:00.041Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-09-04T23:38:00.041Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-09-04T23:38:00.041Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-09-04T23:38:00.041Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
42182026-09-04T23:38:00.041ZSep 04 23:37:59.006 INFO [stamp-overlay] process exited with exit status: 0 (10.150146ms)
42192026-09-04T23:38:00.041Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
42202026-09-04T23:38:00.046ZSep 04 23:37:59.009 INFO [stamp-oxlog] process exited with exit status: 0 (14.468215ms)
42212026-09-04T23:38:00.070Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
42222026-09-04T23:38:00.074ZSep 04 23:37:59.039 INFO [stamp-crucible-utils] process exited with exit status: 0 (44.079583ms)
42232026-09-04T23:38:00.099Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
42242026-09-04T23:38:00.099ZSep 04 23:37:59.056 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (59.904436ms)
42252026-09-04T23:38:00.226Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
42262026-09-04T23:38:00.230ZSep 04 23:37:59.197 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.292831ms)
42272026-09-04T23:38:00.265Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
42282026-09-04T23:38:00.270ZSep 04 23:37:59.236 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (241.762006ms)
42292026-09-04T23:38:00.554Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
42302026-09-04T23:38:00.558ZSep 04 23:37:59.525 INFO [stamp-propolis-server] process exited with exit status: 0 (529.569024ms)
42312026-09-04T23:38:00.867ZSep 04 23:37:59.817 INFO [host-libraries] task succeeded (824.931629ms)
42322026-09-04T23:38:00.876ZSep 04 23:37:59.817 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
42332026-09-04T23:38:00.876Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
42342026-09-04T23:38:01.832Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42352026-09-04T23:38:01.951Z[recovery-package] Compiling regress v0.11.1
42362026-09-04T23:38:01.970Z[recovery-package] Compiling oxide-update-engine-types v0.1.2
42372026-09-04T23:38:01.974Z[recovery-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42382026-09-04T23:38:01.997Z[recovery-package] Compiling slog-scope v4.4.1
42392026-09-04T23:38:02.015Z[recovery-package] Compiling cancel-safe-futures v0.1.5
42402026-09-04T23:38:02.015Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42412026-09-04T23:38:02.053Z[recovery-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42422026-09-04T23:38:02.140Z[recovery-package] Compiling slog-stdlog v4.1.1
42432026-09-04T23:38:02.200Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42442026-09-04T23:38:02.245Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42452026-09-04T23:38:02.288Z[recovery-package] Compiling slog-envlogger v2.2.0
42462026-09-04T23:38:02.465Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42472026-09-04T23:38:02.978Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42482026-09-04T23:38:03.096Z[recovery-package] Compiling oxide-update-engine v0.1.2
42492026-09-04T23:38:03.571Z[recovery-package] Compiling typify-impl v0.6.2
42502026-09-04T23:38:04.889Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
42512026-09-04T23:38:04.893ZSep 04 23:38:03.861 INFO [stamp-switch-asic] process exited with exit status: 0 (4.864929367s)
42522026-09-04T23:38:04.893ZSep 04 23:38:03.861 INFO [host-stamp] task succeeded (4.868520876s)
42532026-09-04T23:38:04.893ZSep 04 23:38:03.861 INFO [host-proto] running task
42542026-09-04T23:38:05.214ZSep 04 23:38:04.182 INFO [host-proto] task succeeded (321.496455ms)
42552026-09-04T23:38:05.214ZSep 04 23:38:04.182 INFO [host-profile] running task
42562026-09-04T23:38:05.218ZSep 04 23:38:04.182 INFO [host-profile] task succeeded (200.75µs)
42572026-09-04T23:38:05.218ZSep 04 23:38:04.183 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/.tmppilCWr/proto/host/root -N 'ci 00ee5f3/${os_short_commit} 2026-09-04 23:25' -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/'
42582026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.189 INFO Checking files for board 'gimlet'
42592026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42602026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
42612026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO Checking files for board 'cosmo-mbist'
42622026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
42632026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO Checking files for board 'cosmo'
42642026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42652026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
42662026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO Checking files for board 'cosmo-mbist-noaggr'
42672026-09-04T23:38:05.222Z[ host-image] Sep 04 23:38:04.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
42682026-09-04T23:38:05.230Z[ host-image] Sep 04 23:38:04.198 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmppilCWr/proto/host/root"
42692026-09-04T23:38:05.233Z[ host-image] Sep 04 23:38:04.199 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
42702026-09-04T23:38:05.234Z[ host-image] Sep 04 23:38:04.199 INFO image builder template: ramdisk-01-os...
42712026-09-04T23:38:05.234Z[ host-image] Sep 04 23:38:04.199 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/.tmppilCWr/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42722026-09-04T23:38:05.245Z[ host-image] Sep 04 23:38:04.213 INFO O| Sep 04 23:38:04.213 INFO CREATE DATASET: rpool/images/build/host/output
42732026-09-04T23:38:05.360Z[recovery-package] Compiling typify v0.6.2
42742026-09-04T23:38:05.448Z[recovery-package] Compiling progenitor-impl v0.14.0
42752026-09-04T23:38:06.438Z[ host-image] Sep 04 23:38:05.406 INFO O| Sep 04 23:38:05.406 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
42762026-09-04T23:38:06.441Z[ host-image] Sep 04 23:38:05.410 INFO O| Sep 04 23:38:05.409 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
42772026-09-04T23:38:06.666Z[ host-image] Sep 04 23:38:05.634 INFO O| Sep 04 23:38:05.633 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
42782026-09-04T23:38:06.768Z[ host-image] Sep 04 23:38:05.734 INFO O| Sep 04 23:38:05.734 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
42792026-09-04T23:38:06.768Z[ host-image] Sep 04 23:38:05.734 INFO O| Sep 04 23:38:05.734 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
42802026-09-04T23:38:06.771Z[ host-image] Sep 04 23:38:05.734 INFO O| Sep 04 23:38:05.734 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
42812026-09-04T23:38:06.772Z[ host-image] Sep 04 23:38:05.734 INFO O| Sep 04 23:38:05.734 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
42822026-09-04T23:38:06.772Z[ host-image] Sep 04 23:38:05.738 INFO O| Sep 04 23:38:05.738 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
42832026-09-04T23:38:06.810Z[recovery-package] Compiling progenitor v0.14.0
42842026-09-04T23:38:06.926Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42852026-09-04T23:38:06.926Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42862026-09-04T23:38:06.985Z[ host-image] Sep 04 23:38:05.953 INFO O| Sep 04 23:38:05.953 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42872026-09-04T23:38:06.993Z[ host-image] Sep 04 23:38:05.962 INFO O| Sep 04 23:38:05.961 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
42882026-09-04T23:38:07.303Z[ host-image] Sep 04 23:38:06.271 INFO O| Sep 04 23:38:06.271 INFO O| Caching catalogs ... Done
42892026-09-04T23:38:07.387Z[ host-image] Sep 04 23:38:06.350 INFO O| Sep 04 23:38:06.350 INFO STEP 0 (pkg_image_create) COMPLETE
42902026-09-04T23:38:07.387Z[ host-image] Sep 04 23:38:06.350 INFO O| Sep 04 23:38:06.350 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42912026-09-04T23:38:07.390Z[ host-image] Sep 04 23:38:06.358 INFO O| Sep 04 23:38:06.358 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"]
42922026-09-04T23:38:07.485Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42932026-09-04T23:38:07.660Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO STEP 1 (pkg_set_publisher) COMPLETE
42942026-09-04T23:38:07.660Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42952026-09-04T23:38:07.660Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO skip step because feature "publisher_1_name" is not enabled
42962026-09-04T23:38:07.665Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42972026-09-04T23:38:07.665Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO skip step because feature "publisher_2_name" is not enabled
42982026-09-04T23:38:07.665Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42992026-09-04T23:38:07.665Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO skip step because feature "publisher_3_name" is not enabled
43002026-09-04T23:38:07.665Z[ host-image] Sep 04 23:38:06.628 INFO O| Sep 04 23:38:06.628 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43012026-09-04T23:38:07.937Z[ host-image] Sep 04 23:38:06.906 INFO O| Sep 04 23:38:06.905 INFO variant opensolaris.zone is already global
43022026-09-04T23:38:07.938Z[ host-image] Sep 04 23:38:06.906 INFO O| Sep 04 23:38:06.905 INFO STEP 5 (pkg_change_variant) COMPLETE
43032026-09-04T23:38:07.942Z[ host-image] Sep 04 23:38:06.906 INFO O| Sep 04 23:38:06.905 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43042026-09-04T23:38:08.211Z[ host-image] Sep 04 23:38:07.179 INFO O| Sep 04 23:38:07.179 INFO variant opensolaris.imagetype is full; changing to partial
43052026-09-04T23:38:08.211Z[ host-image] Sep 04 23:38:07.179 INFO O| Sep 04 23:38:07.179 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
43062026-09-04T23:38:10.050Z[ host-image] Sep 04 23:38:09.018 INFO O| Sep 04 23:38:09.018 INFO O| Startup: Refreshing catalog 'helios' ... Done
43072026-09-04T23:38:10.501Z[ host-image] Sep 04 23:38:09.469 INFO O| Sep 04 23:38:09.469 INFO O| Startup: Caching catalogs ... Done
43082026-09-04T23:38:10.516Z[ host-image] Sep 04 23:38:09.484 INFO O| Sep 04 23:38:09.484 INFO O| Planning: Planning completed in 0.00 seconds
43092026-09-04T23:38:10.520Z[ host-image] Sep 04 23:38:09.485 INFO O| Sep 04 23:38:09.485 INFO O| Planning: Consolidating action changes ... Done
43102026-09-04T23:38:10.520Z[ host-image] Sep 04 23:38:09.485 INFO O| Sep 04 23:38:09.485 INFO O| Planning: Evaluating mediators ... Done
43112026-09-04T23:38:10.520Z[ host-image] Sep 04 23:38:09.485 INFO O| Sep 04 23:38:09.485 INFO O| Planning: Planning completed in 0.00 seconds
43122026-09-04T23:38:10.521Z[ host-image] Sep 04 23:38:09.485 INFO O| Sep 04 23:38:09.485 INFO O| Variants/Facets to change: 1
43132026-09-04T23:38:10.527Z[ host-image] Sep 04 23:38:09.494 INFO O| Sep 04 23:38:09.494 INFO O| Finalize: Updating package state database ... Done
43142026-09-04T23:38:10.530Z[ host-image] Sep 04 23:38:09.494 INFO O| Sep 04 23:38:09.494 INFO O| Finalize: Updating package cache ... Done
43152026-09-04T23:38:10.605Z[ host-image] Sep 04 23:38:09.573 INFO O| Sep 04 23:38:09.573 INFO O| Finalize: Updating image state ... Done
43162026-09-04T23:38:10.618Z[ host-image] Sep 04 23:38:09.586 INFO O| Sep 04 23:38:09.586 INFO O| Finalize: Creating fast lookup database ... Done
43172026-09-04T23:38:10.621Z[ host-image] Sep 04 23:38:09.586 INFO O| Sep 04 23:38:09.586 INFO O| Finalize: Reading search index ... Done
43182026-09-04T23:38:10.622Z[ host-image] Sep 04 23:38:09.586 INFO O| Sep 04 23:38:09.586 INFO O| Finalize: Updating search index ... Done
43192026-09-04T23:38:10.622Z[ host-image] Sep 04 23:38:09.587 INFO O| Sep 04 23:38:09.587 INFO O| Finalize: Updating package cache ... Done
43202026-09-04T23:38:10.813Z[ host-image] Sep 04 23:38:09.781 INFO O| Sep 04 23:38:09.781 INFO STEP 6 (pkg_change_variant) COMPLETE
43212026-09-04T23:38:10.813Z[ host-image] Sep 04 23:38:09.781 INFO O| Sep 04 23:38:09.781 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43222026-09-04T23:38:10.817Z[ host-image] Sep 04 23:38:09.781 INFO O| Sep 04 23:38:09.781 INFO skip step because feature "debug_variant" is not enabled
43232026-09-04T23:38:10.817Z[ host-image] Sep 04 23:38:09.781 INFO O| Sep 04 23:38:09.781 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43242026-09-04T23:38:11.056Z[ host-image] Sep 04 23:38:10.024 INFO O| Sep 04 23:38:10.024 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43252026-09-04T23:38:12.864Z[ host-image] Sep 04 23:38:11.832 INFO O| Sep 04 23:38:11.832 INFO O| Startup: Refreshing catalog 'helios' ... Done
43262026-09-04T23:38:13.241Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43272026-09-04T23:38:13.307Z[ host-image] Sep 04 23:38:12.275 INFO O| Sep 04 23:38:12.275 INFO O| Startup: Caching catalogs ... Done
43282026-09-04T23:38:13.323Z[ host-image] Sep 04 23:38:12.291 INFO O| Sep 04 23:38:12.291 INFO O| Planning: Planning completed in 0.00 seconds
43292026-09-04T23:38:13.327Z[ host-image] Sep 04 23:38:12.291 INFO O| Sep 04 23:38:12.291 INFO O| Planning: Consolidating action changes ... Done
43302026-09-04T23:38:13.327Z[ host-image] Sep 04 23:38:12.291 INFO O| Sep 04 23:38:12.291 INFO O| Planning: Evaluating mediators ... Done
43312026-09-04T23:38:13.327Z[ host-image] Sep 04 23:38:12.292 INFO O| Sep 04 23:38:12.292 INFO O| Planning: Planning completed in 0.00 seconds
43322026-09-04T23:38:13.327Z[ host-image] Sep 04 23:38:12.292 INFO O| Sep 04 23:38:12.292 INFO O| Variants/Facets to change: 1
43332026-09-04T23:38:13.332Z[ host-image] Sep 04 23:38:12.300 INFO O| Sep 04 23:38:12.300 INFO O| Finalize: Updating package state database ... Done
43342026-09-04T23:38:13.333Z[ host-image] Sep 04 23:38:12.300 INFO O| Sep 04 23:38:12.300 INFO O| Finalize: Updating package cache ... Done
43352026-09-04T23:38:13.406Z[ host-image] Sep 04 23:38:12.374 INFO O| Sep 04 23:38:12.374 INFO O| Finalize: Updating image state ... Done
43362026-09-04T23:38:13.422Z[ host-image] Sep 04 23:38:12.390 INFO O| Sep 04 23:38:12.390 INFO O| Finalize: Creating fast lookup database ... Done
43372026-09-04T23:38:13.426Z[ host-image] Sep 04 23:38:12.390 INFO O| Sep 04 23:38:12.390 INFO O| Finalize: Reading search index ... Done
43382026-09-04T23:38:13.426Z[ host-image] Sep 04 23:38:12.390 INFO O| Sep 04 23:38:12.390 INFO O| Finalize: Updating search index ... Done
43392026-09-04T23:38:13.426Z[ host-image] Sep 04 23:38:12.391 INFO O| Sep 04 23:38:12.391 INFO O| Finalize: Updating package cache ... Done
43402026-09-04T23:38:13.687Z[ host-image] Sep 04 23:38:12.656 INFO O| Sep 04 23:38:12.656 INFO STEP 8 (pkg_change_facet) COMPLETE
43412026-09-04T23:38:13.687Z[ host-image] Sep 04 23:38:12.656 INFO O| Sep 04 23:38:12.656 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43422026-09-04T23:38:13.691Z[ host-image] Sep 04 23:38:12.656 INFO O| Sep 04 23:38:12.656 INFO skip step because feature "recovery" is not enabled
43432026-09-04T23:38:13.691Z[ host-image] Sep 04 23:38:12.656 INFO O| Sep 04 23:38:12.656 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43442026-09-04T23:38:13.691Z[ host-image] Sep 04 23:38:12.656 INFO O| Sep 04 23:38:12.656 INFO skip step because feature "recovery" is not enabled
43452026-09-04T23:38:13.691Z[ host-image] Sep 04 23:38:12.656 INFO O| Sep 04 23:38:12.656 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43462026-09-04T23:38:13.696Z[ host-image] Sep 04 23:38:12.664 INFO O| Sep 04 23:38:12.664 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"]
43472026-09-04T23:38:14.213Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43482026-09-04T23:38:14.213Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43492026-09-04T23:38:15.586Z[ host-image] Sep 04 23:38:14.554 INFO O| Sep 04 23:38:14.554 INFO O| Startup: Refreshing catalog 'helios' ... Done
43502026-09-04T23:38:16.041Z[ host-image] Sep 04 23:38:15.009 INFO O| Sep 04 23:38:15.009 INFO O| Startup: Caching catalogs ... Done
43512026-09-04T23:38:16.453Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43522026-09-04T23:38:16.453Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43532026-09-04T23:38:17.532Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43542026-09-04T23:38:18.118Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43552026-09-04T23:38:18.763Z[ host-image] Sep 04 23:38:17.731 INFO O| Sep 04 23:38:17.731 INFO O| Planning: Solver setup ... Done
43562026-09-04T23:38:19.057Z[ host-image] Sep 04 23:38:18.025 INFO O| Sep 04 23:38:18.025 INFO O| Planning: Running solver ... Done
43572026-09-04T23:38:19.109Z[ host-image] Sep 04 23:38:18.078 INFO O| Sep 04 23:38:18.078 INFO O| Planning: Finding local manifests ... Done
43582026-09-04T23:38:19.129Z[ host-image] Sep 04 23:38:18.097 INFO O| Sep 04 23:38:18.097 INFO O| Planning: Fetching manifests: 0/130 0% complete
43592026-09-04T23:38:20.782Z[ host-image] Sep 04 23:38:19.750 INFO O| Sep 04 23:38:19.750 INFO O| Planning: Fetching manifests: 130/130 100% complete
43602026-09-04T23:38:21.251Z[ host-image] Sep 04 23:38:20.219 INFO O| Sep 04 23:38:20.219 INFO O| Planning: Package planning ... Done
43612026-09-04T23:38:21.566Z[ host-image] Sep 04 23:38:20.534 INFO O| Sep 04 23:38:20.534 INFO O| Planning: Merging actions ... Done
43622026-09-04T23:38:21.665Z[ host-image] Sep 04 23:38:20.634 INFO O| Sep 04 23:38:20.634 INFO O| Planning: Checking for conflicting actions ... Done
43632026-09-04T23:38:21.766Z[ host-image] Sep 04 23:38:20.734 INFO O| Sep 04 23:38:20.734 INFO O| Planning: Consolidating action changes ... Done
43642026-09-04T23:38:22.099Z[ host-image] Sep 04 23:38:21.066 INFO O| Sep 04 23:38:21.066 INFO O| Planning: Evaluating mediators ... Done
43652026-09-04T23:38:23.479Z[ host-image] Sep 04 23:38:22.447 INFO O| Sep 04 23:38:22.447 INFO O| Planning: Planning completed in 7.42 seconds
43662026-09-04T23:38:23.482Z[ host-image] Sep 04 23:38:22.449 INFO O| Sep 04 23:38:22.449 INFO O| Packages to install: 130
43672026-09-04T23:38:23.483Z[ host-image] Sep 04 23:38:22.449 INFO O| Sep 04 23:38:22.449 INFO O| Mediators to change: 5
43682026-09-04T23:38:23.483Z[ host-image] Sep 04 23:38:22.449 INFO O| Sep 04 23:38:22.449 INFO O| Services to change: 6
43692026-09-04T23:38:23.509Z[ host-image] Sep 04 23:38:22.477 INFO O| Sep 04 23:38:22.477 INFO O| Download: 0/23891 items 0.0/223.0MB 0% complete
43702026-09-04T23:38:28.516Z[ host-image] Sep 04 23:38:27.482 INFO O| Sep 04 23:38:27.482 INFO O| Download: 12993/23891 items 111.0/223.0MB 49% complete (22.2M/s)
43712026-09-04T23:38:32.992Z[ host-image] Sep 04 23:38:31.961 INFO O| Sep 04 23:38:31.961 INFO O| Download: Completed 223.04 MB in 9.48 seconds (23.5M/s)
43722026-09-04T23:38:34.190Z[ host-image] Sep 04 23:38:33.158 INFO O| Sep 04 23:38:33.158 INFO O| Actions: 1/54206 actions (Installing new actions)
43732026-09-04T23:38:34.215Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.24s
43742026-09-04T23:38:35.704ZSep 04 23:38:34.672 INFO [recovery-package] process exited with exit status: 0 (34.854568682s)
43752026-09-04T23:38:35.704ZSep 04 23:38:34.672 INFO [recovery-libraries] running task
43762026-09-04T23:38:35.704ZSep 04 23:38:34.672 INFO [recovery-stamp] running task
43772026-09-04T23:38:35.707ZSep 04 23:38:34.672 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git00ee5f3575c
43782026-09-04T23:38:35.707ZSep 04 23:38:34.673 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+git00ee5f3575c
43792026-09-04T23:38:35.710Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
43802026-09-04T23:38:35.713Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
43812026-09-04T23:38:35.724ZSep 04 23:38:34.693 INFO [recovery-libraries] task succeeded (20.792462ms)
43822026-09-04T23:38:35.727ZSep 04 23:38:34.693 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
43832026-09-04T23:38:35.747Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
43842026-09-04T23:38:35.751ZSep 04 23:38:34.719 INFO [stamp-installinator] process exited with exit status: 0 (46.310482ms)
43852026-09-04T23:38:35.856Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
43862026-09-04T23:38:35.859ZSep 04 23:38:34.827 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (154.730849ms)
43872026-09-04T23:38:35.859ZSep 04 23:38:34.827 INFO [recovery-stamp] task succeeded (155.397129ms)
43882026-09-04T23:38:35.859ZSep 04 23:38:34.827 INFO [recovery-proto] running task
43892026-09-04T23:38:35.859ZSep 04 23:38:34.827 INFO [tuf-stamp] running task
43902026-09-04T23:38:35.860ZSep 04 23:38:34.828 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+git00ee5f3575c
43912026-09-04T23:38:35.863ZSep 04 23:38:34.829 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+git00ee5f3575c
43922026-09-04T23:38:35.863ZSep 04 23:38:34.829 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+git00ee5f3575c
43932026-09-04T23:38:35.863ZSep 04 23:38:34.829 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+git00ee5f3575c
43942026-09-04T23:38:35.863ZSep 04 23:38:34.829 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+git00ee5f3575c
43952026-09-04T23:38:35.863ZSep 04 23:38:34.830 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+git00ee5f3575c
43962026-09-04T23:38:35.864ZSep 04 23:38:34.830 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+git00ee5f3575c
43972026-09-04T23:38:35.864ZSep 04 23:38:34.831 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+git00ee5f3575c
43982026-09-04T23:38:35.864ZSep 04 23:38:34.831 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git00ee5f3575c
43992026-09-04T23:38:35.867ZSep 04 23:38:34.831 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+git00ee5f3575c
44002026-09-04T23:38:35.867ZSep 04 23:38:34.832 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+git00ee5f3575c
44012026-09-04T23:38:35.867ZSep 04 23:38:34.832 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+git00ee5f3575c
44022026-09-04T23:38:35.867Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
44032026-09-04T23:38:35.870Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
44042026-09-04T23:38:35.870Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
44052026-09-04T23:38:35.870Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
44062026-09-04T23:38:35.870Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
44072026-09-04T23:38:35.870Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
44082026-09-04T23:38:35.870Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44092026-09-04T23:38:35.870Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
44102026-09-04T23:38:35.870Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44112026-09-04T23:38:35.874Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
44122026-09-04T23:38:35.875Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
44132026-09-04T23:38:35.875Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
44142026-09-04T23:38:35.918Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
44152026-09-04T23:38:35.921ZSep 04 23:38:34.889 INFO [stamp-probe] process exited with exit status: 0 (60.640576ms)
44162026-09-04T23:38:35.966ZSep 04 23:38:34.935 INFO [recovery-proto] task succeeded (107.291579ms)
44172026-09-04T23:38:35.970ZSep 04 23:38:34.935 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/.tmppilCWr/proto/recovery/root -N 'recovery 00ee5f3/${os_short_commit} 2026-09-04 23:25' -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/'
44182026-09-04T23:38:35.973Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
44192026-09-04T23:38:35.976Z[ recovery-image] Sep 04 23:38:34.942 INFO Checking files for board 'cosmo-mbist'
44202026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
44212026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO Checking files for board 'gimlet'
44222026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
44232026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
44242026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO Checking files for board 'cosmo'
44252026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
44262026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
44272026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO Checking files for board 'cosmo-mbist-noaggr'
44282026-09-04T23:38:35.977Z[ recovery-image] Sep 04 23:38:34.942 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
44292026-09-04T23:38:35.980ZSep 04 23:38:34.945 INFO [stamp-ntp] process exited with exit status: 0 (117.018275ms)
44302026-09-04T23:38:35.983Z[ recovery-image] Sep 04 23:38:34.952 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmppilCWr/proto/recovery/root"
44312026-09-04T23:38:35.986Z[ recovery-image] Sep 04 23:38:34.952 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
44322026-09-04T23:38:35.986Z[ recovery-image] Sep 04 23:38:34.952 INFO image builder template: ramdisk-01-os...
44332026-09-04T23:38:35.986Z[ recovery-image] Sep 04 23:38:34.952 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/.tmppilCWr/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-04T23:38:35.999Z[ recovery-image] Sep 04 23:38:34.968 INFO O| Sep 04 23:38:34.968 INFO CREATE DATASET: rpool/images/build/recovery/output
44352026-09-04T23:38:36.143Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
44362026-09-04T23:38:36.146ZSep 04 23:38:35.114 INFO [stamp-internal-dns] process exited with exit status: 0 (283.67715ms)
44372026-09-04T23:38:36.160Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
44382026-09-04T23:38:36.164ZSep 04 23:38:35.132 INFO [stamp-external-dns] process exited with exit status: 0 (302.159582ms)
44392026-09-04T23:38:36.207Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
44402026-09-04T23:38:36.210ZSep 04 23:38:35.178 INFO [stamp-oximeter] process exited with exit status: 0 (345.815466ms)
44412026-09-04T23:38:36.274Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
44422026-09-04T23:38:36.278ZSep 04 23:38:35.246 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (414.064999ms)
44432026-09-04T23:38:36.288Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44442026-09-04T23:38:36.315Z[verify-libraries] Running `target/debug/xtask verify-libraries`
44452026-09-04T23:38:36.423Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
44462026-09-04T23:38:36.427ZSep 04 23:38:35.395 INFO [stamp-crucible-zone] process exited with exit status: 0 (563.559121ms)
44472026-09-04T23:38:36.533Z[ recovery-image] Sep 04 23:38:35.501 INFO O| Sep 04 23:38:35.501 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44482026-09-04T23:38:36.537Z[ recovery-image] Sep 04 23:38:35.505 INFO O| Sep 04 23:38:35.505 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44492026-09-04T23:38:37.146Z[ recovery-image] Sep 04 23:38:36.115 INFO O| Sep 04 23:38:36.114 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
44502026-09-04T23:38:37.474Z[ recovery-image] Sep 04 23:38:36.442 INFO O| Sep 04 23:38:36.442 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44512026-09-04T23:38:37.474Z[ recovery-image] Sep 04 23:38:36.442 INFO O| Sep 04 23:38:36.442 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44522026-09-04T23:38:37.477Z[ recovery-image] Sep 04 23:38:36.442 INFO O| Sep 04 23:38:36.442 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
44532026-09-04T23:38:37.477Z[ recovery-image] Sep 04 23:38:36.442 INFO O| Sep 04 23:38:36.442 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
44542026-09-04T23:38:37.481Z[ recovery-image] Sep 04 23:38:36.449 INFO O| Sep 04 23:38:36.449 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44552026-09-04T23:38:37.817Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
44562026-09-04T23:38:37.820ZSep 04 23:38:36.788 INFO [stamp-cockroachdb] process exited with exit status: 0 (1.958338869s)
44572026-09-04T23:38:38.936Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
44582026-09-04T23:38:38.941ZSep 04 23:38:37.908 INFO [stamp-nexus] process exited with exit status: 0 (3.078824412s)
44592026-09-04T23:38:39.190Z[ host-image] Sep 04 23:38:38.158 INFO O| Sep 04 23:38:38.158 INFO O| Actions: 25755/54206 actions (Installing new actions)
44602026-09-04T23:38:39.265Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
44612026-09-04T23:38:39.268ZSep 04 23:38:38.236 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (3.404942415s)
44622026-09-04T23:38:39.441Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
44632026-09-04T23:38:39.444ZSep 04 23:38:38.413 INFO [stamp-clickhouse_server] process exited with exit status: 0 (3.583789886s)
44642026-09-04T23:38:39.467Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
44652026-09-04T23:38:39.470ZSep 04 23:38:38.438 INFO [stamp-clickhouse] process exited with exit status: 0 (3.607806967s)
44662026-09-04T23:38:39.470ZSep 04 23:38:38.438 INFO [tuf-stamp] task succeeded (3.611168936s)
44672026-09-04T23:38:39.470ZSep 04 23:38:38.438 INFO [tuf-v2-zones] running task
44682026-09-04T23:38:39.552ZSep 04 23:38:38.520 INFO [tuf-v2-zones] task succeeded (81.807618ms)
44692026-09-04T23:38:40.872Z[verify-libraries] Compiling match_cfg v0.1.0
44702026-09-04T23:38:40.872Z[verify-libraries] Compiling slog-json v2.6.1
44712026-09-04T23:38:40.875Z[verify-libraries] Compiling debug-ignore v1.0.5
44722026-09-04T23:38:40.968Z[ host-image] Sep 04 23:38:39.937 INFO O| Sep 04 23:38:39.937 INFO O| Actions: Completed 54206 actions in 6.77 seconds.
44732026-09-04T23:38:41.051Z[ host-image] Sep 04 23:38:40.019 INFO O| Sep 04 23:38:40.019 INFO O| Finalize: Updating package state database ... Done
44742026-09-04T23:38:41.051Z[ host-image] Sep 04 23:38:40.020 INFO O| Sep 04 23:38:40.019 INFO O| Finalize: Updating package cache ... Done
44752026-09-04T23:38:41.115Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
44762026-09-04T23:38:41.118Z[verify-libraries] Compiling sha1 v0.11.0
44772026-09-04T23:38:41.118Z[verify-libraries] Compiling serde_path_to_error v0.1.20
44782026-09-04T23:38:41.118Z[verify-libraries] Compiling multer v3.1.0
44792026-09-04T23:38:41.118Z[verify-libraries] Compiling compression-core v0.4.31
44802026-09-04T23:38:41.119Z[verify-libraries] Compiling progenitor-client v0.14.0
44812026-09-04T23:38:41.119Z[verify-libraries] Compiling async-stream-impl v0.3.6
44822026-09-04T23:38:41.119Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
44832026-09-04T23:38:41.138Z[verify-libraries] Compiling serde_spanned v1.1.1
44842026-09-04T23:38:41.142Z[verify-libraries] Compiling dropshot v0.17.1
44852026-09-04T23:38:41.188Z[ host-image] Sep 04 23:38:40.157 INFO O| Sep 04 23:38:40.157 INFO O| Finalize: Updating image state ... Done
44862026-09-04T23:38:41.340Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
44872026-09-04T23:38:41.365Z[verify-libraries] Compiling hostname v0.3.1
44882026-09-04T23:38:41.365Z[verify-libraries] Compiling waitgroup v0.1.2
44892026-09-04T23:38:41.368Z[verify-libraries] Compiling rustls-pemfile v2.2.0
44902026-09-04T23:38:41.368Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
44912026-09-04T23:38:41.460Z[verify-libraries] Compiling compression-codecs v0.4.37
44922026-09-04T23:38:41.460Z[verify-libraries] Compiling hostname v0.4.2
44932026-09-04T23:38:41.464Z[verify-libraries] Compiling atomicwrites v0.4.4
44942026-09-04T23:38:41.464Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
44952026-09-04T23:38:41.555Z[verify-libraries] Compiling slog-bunyan v2.5.0
44962026-09-04T23:38:41.558Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
44972026-09-04T23:38:41.623Z[verify-libraries] Compiling macaddr v1.0.1
44982026-09-04T23:38:41.623Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44992026-09-04T23:38:41.627Z[verify-libraries] Compiling regress v0.10.5
45002026-09-04T23:38:41.650Z[verify-libraries] Compiling async-compression v0.4.41
45012026-09-04T23:38:41.696Z[verify-libraries] Compiling instant v0.1.13
45022026-09-04T23:38:41.745Z[verify-libraries] Compiling oxide-generation v0.1.3
45032026-09-04T23:38:41.770Z[verify-libraries] Compiling parse-display-derive v0.10.0
45042026-09-04T23:38:41.816Z[verify-libraries] Compiling itertools v0.14.0
45052026-09-04T23:38:41.816Z[verify-libraries] Compiling backon v1.6.0
45062026-09-04T23:38:41.820Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45072026-09-04T23:38:41.906Z[verify-libraries] Compiling async-stream v0.3.6
45082026-09-04T23:38:41.909Z[verify-libraries] Compiling backoff v0.4.0
45092026-09-04T23:38:41.955Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
45102026-09-04T23:38:41.958Z[verify-libraries] Compiling humantime v2.3.0
45112026-09-04T23:38:41.998Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
45122026-09-04T23:38:42.070Z[verify-libraries] Compiling convert_case v0.4.0
45132026-09-04T23:38:42.108Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
45142026-09-04T23:38:42.143Z[verify-libraries] Compiling progenitor-extras v0.2.0
45152026-09-04T23:38:42.157Z[ host-image] Sep 04 23:38:41.125 INFO O| Sep 04 23:38:41.125 INFO O| Finalize: Creating fast lookup database ... Done
45162026-09-04T23:38:42.164Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
45172026-09-04T23:38:42.164Z[verify-libraries] Compiling half v2.7.1
45182026-09-04T23:38:42.188Z[ host-image] Sep 04 23:38:41.156 INFO O| Sep 04 23:38:41.156 INFO O| Finalize: Reading search index ... Done
45192026-09-04T23:38:42.211Z[verify-libraries] Compiling ciborium-io v0.2.2
45202026-09-04T23:38:42.211Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
45212026-09-04T23:38:42.302Z[verify-libraries] Compiling indent_write v2.2.0
45222026-09-04T23:38:42.379Z[verify-libraries] Compiling regress v0.11.1
45232026-09-04T23:38:42.405Z[verify-libraries] Compiling secrecy v0.10.3
45242026-09-04T23:38:42.462Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45252026-09-04T23:38:42.503Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45262026-09-04T23:38:42.557Z[verify-libraries] Compiling ciborium-ll v0.2.2
45272026-09-04T23:38:42.616Z[verify-libraries] Compiling inout v0.1.4
45282026-09-04T23:38:42.616Z[verify-libraries] Compiling derive_more v0.99.20
45292026-09-04T23:38:42.620Z[verify-libraries] Compiling universal-hash v0.5.1
45302026-09-04T23:38:42.679Z[ recovery-image] Sep 04 23:38:41.645 INFO O| Sep 04 23:38:41.645 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-09-04T23:38:42.687Z[ recovery-image] Sep 04 23:38:41.655 INFO O| Sep 04 23:38:41.655 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
45322026-09-04T23:38:42.691Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45332026-09-04T23:38:42.691Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
45342026-09-04T23:38:42.834Z[verify-libraries] Compiling ciborium v0.2.2
45352026-09-04T23:38:42.856Z[verify-libraries] Compiling cipher v0.4.4
45362026-09-04T23:38:42.856Z[verify-libraries] Compiling opaque-debug v0.3.1
45372026-09-04T23:38:42.913Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
45382026-09-04T23:38:42.949Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45392026-09-04T23:38:43.019Z[verify-libraries] Compiling poly1305 v0.8.0
45402026-09-04T23:38:43.022Z[ recovery-image] Sep 04 23:38:41.986 INFO O| Sep 04 23:38:41.986 INFO O| Caching catalogs ... Done
45412026-09-04T23:38:43.071Z[verify-libraries] Compiling blake2 v0.10.6
45422026-09-04T23:38:43.075Z[verify-libraries] Compiling aead v0.5.2
45432026-09-04T23:38:43.104Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
45442026-09-04T23:38:43.107Z[ recovery-image] Sep 04 23:38:42.072 INFO O| Sep 04 23:38:42.072 INFO STEP 0 (pkg_image_create) COMPLETE
45452026-09-04T23:38:43.107Z[ recovery-image] Sep 04 23:38:42.072 INFO O| Sep 04 23:38:42.072 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45462026-09-04T23:38:43.116Z[ recovery-image] Sep 04 23:38:42.083 INFO O| Sep 04 23:38:42.083 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"]
45472026-09-04T23:38:43.199Z[verify-libraries] Compiling chacha20 v0.9.1
45482026-09-04T23:38:43.296Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45492026-09-04T23:38:43.427Z[verify-libraries] Compiling password-hash v0.5.0
45502026-09-04T23:38:43.467Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO STEP 1 (pkg_set_publisher) COMPLETE
45512026-09-04T23:38:43.467Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45522026-09-04T23:38:43.471Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO skip step because feature "publisher_1_name" is not enabled
45532026-09-04T23:38:43.471Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45542026-09-04T23:38:43.471Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO skip step because feature "publisher_2_name" is not enabled
45552026-09-04T23:38:43.471Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45562026-09-04T23:38:43.471Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO skip step because feature "publisher_3_name" is not enabled
45572026-09-04T23:38:43.471Z[ recovery-image] Sep 04 23:38:42.435 INFO O| Sep 04 23:38:42.435 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45582026-09-04T23:38:43.476Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
45592026-09-04T23:38:43.532Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
45602026-09-04T23:38:43.586Z[verify-libraries] Compiling itertools v0.15.0
45612026-09-04T23:38:43.589Z[verify-libraries] Compiling num-derive v0.4.2
45622026-09-04T23:38:43.752Z[verify-libraries] Compiling crossbeam-deque v0.8.6
45632026-09-04T23:38:43.756Z[verify-libraries] Compiling rayon-core v1.13.0
45642026-09-04T23:38:43.785Z[ recovery-image] Sep 04 23:38:42.753 INFO O| Sep 04 23:38:42.753 INFO variant opensolaris.zone is already global
45652026-09-04T23:38:43.785Z[ recovery-image] Sep 04 23:38:42.753 INFO O| Sep 04 23:38:42.753 INFO STEP 5 (pkg_change_variant) COMPLETE
45662026-09-04T23:38:43.786Z[ recovery-image] Sep 04 23:38:42.753 INFO O| Sep 04 23:38:42.753 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672026-09-04T23:38:43.849Z[verify-libraries] Compiling parse-display v0.10.0
45682026-09-04T23:38:43.852Z[verify-libraries] Compiling argon2 v0.5.3
45692026-09-04T23:38:43.852Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
45702026-09-04T23:38:44.008Z[verify-libraries] Compiling glob v0.3.3
45712026-09-04T23:38:44.068Z[verify-libraries] Compiling typify-impl v0.6.2
45722026-09-04T23:38:44.124Z[verify-libraries] Compiling thiserror-no-std v2.0.2
45732026-09-04T23:38:44.144Z[ recovery-image] Sep 04 23:38:43.109 INFO O| Sep 04 23:38:43.109 INFO variant opensolaris.imagetype is full; changing to partial
45742026-09-04T23:38:44.144Z[ recovery-image] Sep 04 23:38:43.109 INFO O| Sep 04 23:38:43.109 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
45752026-09-04T23:38:44.148Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
45762026-09-04T23:38:44.323Z[verify-libraries] Compiling vsss-rs v3.3.4
45772026-09-04T23:38:44.329Z[verify-libraries] Compiling heapless v0.8.0
45782026-09-04T23:38:44.472Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45792026-09-04T23:38:44.767Z[verify-libraries] Compiling proc-macro-error v1.0.4
45802026-09-04T23:38:44.833Z[verify-libraries] Compiling proc-macro-crate v3.4.0
45812026-09-04T23:38:44.976Z[ host-image] Sep 04 23:38:43.936 INFO O| Sep 04 23:38:43.936 INFO O| Finalize: Building new search index ... Done
45822026-09-04T23:38:45.019Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
45832026-09-04T23:38:45.047Z[verify-libraries] Compiling usdt-macro v0.5.0
45842026-09-04T23:38:45.068Z[verify-libraries] Compiling ingot-macros v0.2.0
45852026-09-04T23:38:45.131Z[verify-libraries] Compiling tabwriter v1.4.1
45862026-09-04T23:38:45.202Z[verify-libraries] Compiling hash32 v0.3.1
45872026-09-04T23:38:45.275Z[verify-libraries] Compiling memmap v0.7.0
45882026-09-04T23:38:45.275Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
45892026-09-04T23:38:45.366Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
45902026-09-04T23:38:45.404Z[verify-libraries] Compiling smoltcp v0.11.0
45912026-09-04T23:38:45.417Z[ host-image] Sep 04 23:38:44.385 INFO O| Sep 04 23:38:44.385 INFO O| Finalize: Updating package cache ... Done
45922026-09-04T23:38:45.450Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45932026-09-04T23:38:45.477Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-09-04T23:38:45.477Z[verify-libraries] Compiling num_enum_derive v0.7.6
45952026-09-04T23:38:45.628Z[verify-libraries] Compiling cobs v0.3.0
45962026-09-04T23:38:45.654Z[verify-libraries] Compiling colored v3.1.1
45972026-09-04T23:38:45.687Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
45982026-09-04T23:38:45.766Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45992026-09-04T23:38:45.829Z[ host-image] Sep 04 23:38:44.795 INFO O| Sep 04 23:38:44.795 INFO STEP 11 (pkg_install) COMPLETE
46002026-09-04T23:38:45.829Z[ host-image] Sep 04 23:38:44.795 INFO O| Sep 04 23:38:44.795 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46012026-09-04T23:38:45.838Z[ host-image] Sep 04 23:38:44.806 INFO O| Sep 04 23:38:44.806 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"]
46022026-09-04T23:38:45.980Z[verify-libraries] Compiling postcard v1.1.3
46032026-09-04T23:38:46.041Z[verify-libraries] Compiling usdt v0.5.0
46042026-09-04T23:38:46.044Z[verify-libraries] Compiling rayon v1.11.0
46052026-09-04T23:38:46.107Z[verify-libraries] Compiling rand v0.10.1
46062026-09-04T23:38:46.107Z[verify-libraries] Compiling proc-macro-crate v1.3.1
46072026-09-04T23:38:46.135Z[verify-libraries] Compiling foreign-types-macros v0.2.3
46082026-09-04T23:38:46.285Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46092026-09-04T23:38:46.289Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46102026-09-04T23:38:46.501Z[verify-libraries] Compiling foreign-types-shared v0.3.1
46112026-09-04T23:38:46.597Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46122026-09-04T23:38:46.654Z[verify-libraries] Compiling num_enum_derive v0.5.11
46132026-09-04T23:38:46.699Z[ recovery-image] Sep 04 23:38:45.667 INFO O| Sep 04 23:38:45.667 INFO O| Startup: Refreshing catalog 'helios' ... Done
46142026-09-04T23:38:46.737Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46152026-09-04T23:38:46.779Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46162026-09-04T23:38:46.782Z[verify-libraries] Compiling num_enum v0.7.6
46172026-09-04T23:38:46.872Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46182026-09-04T23:38:46.875Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
46192026-09-04T23:38:46.962Z[verify-libraries] Compiling cstr-argument v0.1.2
46202026-09-04T23:38:47.036Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
46212026-09-04T23:38:47.068Z[verify-libraries] Compiling foreign-types v0.5.0
46222026-09-04T23:38:47.068Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
46232026-09-04T23:38:47.098Z[verify-libraries] Compiling itertools v0.12.1
46242026-09-04T23:38:47.137Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
46252026-09-04T23:38:47.201Z[ recovery-image] Sep 04 23:38:46.169 INFO O| Sep 04 23:38:46.169 INFO O| Startup: Caching catalogs ... Done
46262026-09-04T23:38:47.214Z[verify-libraries] Compiling sigpipe v0.1.3
46272026-09-04T23:38:47.217Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
46282026-09-04T23:38:47.220Z[ recovery-image] Sep 04 23:38:46.187 INFO O| Sep 04 23:38:46.186 INFO O| Planning: Planning completed in 0.00 seconds
46292026-09-04T23:38:47.220Z[ recovery-image] Sep 04 23:38:46.187 INFO O| Sep 04 23:38:46.187 INFO O| Planning: Consolidating action changes ... Done
46302026-09-04T23:38:47.220Z[ recovery-image] Sep 04 23:38:46.187 INFO O| Sep 04 23:38:46.187 INFO O| Planning: Evaluating mediators ... Done
46312026-09-04T23:38:47.220Z[ recovery-image] Sep 04 23:38:46.187 INFO O| Sep 04 23:38:46.187 INFO O| Planning: Planning completed in 0.00 seconds
46322026-09-04T23:38:47.220Z[ recovery-image] Sep 04 23:38:46.188 INFO O| Sep 04 23:38:46.188 INFO O| Variants/Facets to change: 1
46332026-09-04T23:38:47.235Z[ recovery-image] Sep 04 23:38:46.203 INFO O| Sep 04 23:38:46.203 INFO O| Finalize: Updating package state database ... Done
46342026-09-04T23:38:47.235Z[ recovery-image] Sep 04 23:38:46.203 INFO O| Sep 04 23:38:46.203 INFO O| Finalize: Updating package cache ... Done
46352026-09-04T23:38:47.328Z[ recovery-image] Sep 04 23:38:46.295 INFO O| Sep 04 23:38:46.295 INFO O| Finalize: Updating image state ... Done
46362026-09-04T23:38:47.346Z[ recovery-image] Sep 04 23:38:46.314 INFO O| Sep 04 23:38:46.314 INFO O| Finalize: Creating fast lookup database ... Done
46372026-09-04T23:38:47.350Z[ recovery-image] Sep 04 23:38:46.315 INFO O| Sep 04 23:38:46.315 INFO O| Finalize: Reading search index ... Done
46382026-09-04T23:38:47.350Z[ recovery-image] Sep 04 23:38:46.315 INFO O| Sep 04 23:38:46.315 INFO O| Finalize: Updating search index ... Done
46392026-09-04T23:38:47.350Z[ recovery-image] Sep 04 23:38:46.316 INFO O| Sep 04 23:38:46.316 INFO O| Finalize: Updating package cache ... Done
46402026-09-04T23:38:47.426Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
46412026-09-04T23:38:47.430Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
46422026-09-04T23:38:47.518Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
46432026-09-04T23:38:47.521Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46442026-09-04T23:38:47.716Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46452026-09-04T23:38:47.752Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46462026-09-04T23:38:47.755Z[verify-libraries] Compiling toml v0.8.23
46472026-09-04T23:38:47.755Z[verify-libraries] Compiling smf v0.2.3
46482026-09-04T23:38:47.776Z[ recovery-image] Sep 04 23:38:46.744 INFO O| Sep 04 23:38:46.744 INFO STEP 6 (pkg_change_variant) COMPLETE
46492026-09-04T23:38:47.776Z[ recovery-image] Sep 04 23:38:46.744 INFO O| Sep 04 23:38:46.744 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46502026-09-04T23:38:47.776Z[ recovery-image] Sep 04 23:38:46.744 INFO O| Sep 04 23:38:46.744 INFO skip step because feature "debug_variant" is not enabled
46512026-09-04T23:38:47.780Z[ recovery-image] Sep 04 23:38:46.744 INFO O| Sep 04 23:38:46.744 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46522026-09-04T23:38:47.897Z[verify-libraries] Compiling num_enum v0.5.11
46532026-09-04T23:38:47.897Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
46542026-09-04T23:38:48.036Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46552026-09-04T23:38:48.107Z[ recovery-image] Sep 04 23:38:47.075 INFO O| Sep 04 23:38:47.075 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
46562026-09-04T23:38:48.122Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
46572026-09-04T23:38:48.171Z[verify-libraries] Compiling whoami v1.6.1
46582026-09-04T23:38:48.196Z[verify-libraries] Compiling tokio-dtrace v0.1.1
46592026-09-04T23:38:48.296Z[verify-libraries] Compiling derive-where v1.6.0
46602026-09-04T23:38:48.349Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46612026-09-04T23:38:48.417Z[ host-image] Sep 04 23:38:47.331 INFO O| Sep 04 23:38:47.331 INFO O| Startup: Refreshing catalog 'helios' ... Done
46622026-09-04T23:38:48.422Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46632026-09-04T23:38:48.450Z[verify-libraries] Compiling zone v0.3.1
46642026-09-04T23:38:48.482Z[verify-libraries] Compiling ingot-types v0.2.0
46652026-09-04T23:38:48.545Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
46662026-09-04T23:38:48.576Z[verify-libraries] Compiling gethostname v0.5.0
46672026-09-04T23:38:48.580Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
46682026-09-04T23:38:48.639Z[verify-libraries] Compiling newline-converter v0.3.0
46692026-09-04T23:38:48.671Z[verify-libraries] Compiling console v0.15.11
46702026-09-04T23:38:48.743Z[verify-libraries] Compiling linear-map v1.2.0
46712026-09-04T23:38:48.820Z[verify-libraries] Compiling num-rational v0.4.2
46722026-09-04T23:38:48.862Z[ host-image] Sep 04 23:38:47.829 INFO O| Sep 04 23:38:47.829 INFO O| Startup: Caching catalogs ... Done
46732026-09-04T23:38:48.868Z[verify-libraries] Compiling num-complex v0.4.6
46742026-09-04T23:38:48.942Z[verify-libraries] Compiling slog-dtrace v0.3.0
46752026-09-04T23:38:48.997Z[verify-libraries] Compiling ingot v0.2.1
46762026-09-04T23:38:49.001Z[verify-libraries] Compiling typify-macro v0.6.2
46772026-09-04T23:38:49.001Z[verify-libraries] Compiling resolv-conf v0.7.6
46782026-09-04T23:38:49.066Z[verify-libraries] Compiling prettyplease v0.2.37
46792026-09-04T23:38:49.204Z[verify-libraries] Compiling expectorate v1.2.0
46802026-09-04T23:38:49.311Z[verify-libraries] Compiling num v0.4.3
46812026-09-04T23:38:49.347Z[verify-libraries] Compiling float-ord v0.3.2
46822026-09-04T23:38:49.397Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46832026-09-04T23:38:49.476Z[verify-libraries] Compiling minimal-lexical v0.2.1
46842026-09-04T23:38:49.503Z[verify-libraries] Compiling linked-hash-map v0.5.6
46852026-09-04T23:38:49.506Z[verify-libraries] Compiling hickory-proto v0.24.4
46862026-09-04T23:38:49.520Z[ host-image] Sep 04 23:38:48.488 INFO O| Sep 04 23:38:48.488 INFO O| Planning: Solver setup ... Done
46872026-09-04T23:38:49.537Z[ host-image] Sep 04 23:38:48.494 INFO O| Sep 04 23:38:48.493 INFO O| Planning: Running solver ... Done
46882026-09-04T23:38:49.542Z[ host-image] Sep 04 23:38:48.511 INFO O| Sep 04 23:38:48.510 INFO O| Planning: Finding local manifests ... Done
46892026-09-04T23:38:49.548Z[verify-libraries] Compiling unicode-xid v0.2.6
46902026-09-04T23:38:49.557Z[ host-image] Sep 04 23:38:48.525 INFO O| Sep 04 23:38:48.525 INFO O| Planning: Fetching manifests: 0/6 0% complete
46912026-09-04T23:38:49.595Z[ host-image] Sep 04 23:38:48.563 INFO O| Sep 04 23:38:48.563 INFO O| Planning: Fetching manifests: 6/6 100% complete
46922026-09-04T23:38:49.598Z[verify-libraries] Compiling tabled_derive v0.7.0
46932026-09-04T23:38:49.615Z[ host-image] Sep 04 23:38:48.583 INFO O| Sep 04 23:38:48.583 INFO O| Planning: Package planning ... Done
46942026-09-04T23:38:49.618Z[ host-image] Sep 04 23:38:48.586 INFO O| Sep 04 23:38:48.586 INFO O| Planning: Merging actions ... Done
46952026-09-04T23:38:49.671Z[ host-image] Sep 04 23:38:48.639 INFO O| Sep 04 23:38:48.639 INFO O| Planning: Checking for conflicting actions ... Done
46962026-09-04T23:38:49.675Z[ host-image] Sep 04 23:38:48.641 INFO O| Sep 04 23:38:48.641 INFO O| Planning: Consolidating action changes ... Done
46972026-09-04T23:38:49.730Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46982026-09-04T23:38:49.735Z[verify-libraries] Compiling ar_archive_writer v0.5.1
46992026-09-04T23:38:49.757Z[verify-libraries] Compiling lru-cache v0.1.2
47002026-09-04T23:38:49.776Z[verify-libraries] Compiling nom v7.1.3
47012026-09-04T23:38:49.811Z[ host-image] Sep 04 23:38:48.779 INFO O| Sep 04 23:38:48.779 INFO O| Planning: Evaluating mediators ... Done
47022026-09-04T23:38:49.814Z[ host-image] Sep 04 23:38:48.781 INFO O| Sep 04 23:38:48.781 INFO O| Planning: Planning completed in 0.93 seconds
47032026-09-04T23:38:49.814Z[ host-image] Sep 04 23:38:48.781 INFO O| Sep 04 23:38:48.781 INFO O| Packages to install: 6
47042026-09-04T23:38:49.814Z[ host-image] Sep 04 23:38:48.781 INFO O| Sep 04 23:38:48.781 INFO O| Services to change: 2
47052026-09-04T23:38:49.820Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
47062026-09-04T23:38:49.826Z[ host-image] Sep 04 23:38:48.794 INFO O| Sep 04 23:38:48.794 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47072026-09-04T23:38:49.856Z[verify-libraries] Compiling fd-lock v4.0.4
47082026-09-04T23:38:49.898Z[verify-libraries] Compiling vte v0.14.1
47092026-09-04T23:38:49.980Z[verify-libraries] Compiling display-error-chain v0.2.2
47102026-09-04T23:38:50.083Z[ host-image] Sep 04 23:38:49.049 INFO O| Sep 04 23:38:49.049 INFO O| Download: Completed 1.76 MB in 0.26 seconds (6.8M/s)
47112026-09-04T23:38:50.087Z[verify-libraries] Compiling crossterm v0.29.0
47122026-09-04T23:38:50.116Z[ host-image] Sep 04 23:38:49.084 INFO O| Sep 04 23:38:49.084 INFO O| Actions: 1/391 actions (Installing new actions)
47132026-09-04T23:38:50.209Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
47142026-09-04T23:38:50.276Z[verify-libraries] Compiling nu-ansi-term v0.50.3
47152026-09-04T23:38:50.285Z[ host-image] Sep 04 23:38:49.253 INFO O| Sep 04 23:38:49.253 INFO O| Actions: Completed 391 actions in 0.17 seconds.
47162026-09-04T23:38:50.306Z[verify-libraries] Compiling stacker v0.1.23
47172026-09-04T23:38:50.331Z[ host-image] Sep 04 23:38:49.299 INFO O| Sep 04 23:38:49.299 INFO O| Finalize: Updating package state database ... Done
47182026-09-04T23:38:50.331Z[ host-image] Sep 04 23:38:49.299 INFO O| Sep 04 23:38:49.299 INFO O| Finalize: Updating package cache ... Done
47192026-09-04T23:38:50.397Z[ recovery-image] Sep 04 23:38:49.365 INFO O| Sep 04 23:38:49.365 INFO O| Startup: Refreshing catalog 'helios' ... Done
47202026-09-04T23:38:50.442Z[ host-image] Sep 04 23:38:49.410 INFO O| Sep 04 23:38:49.410 INFO O| Finalize: Updating image state ... Done
47212026-09-04T23:38:50.445Z[verify-libraries] Compiling cfg_aliases v0.1.1
47222026-09-04T23:38:50.681Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47232026-09-04T23:38:50.729Z[verify-libraries] Compiling reedline v0.40.0
47242026-09-04T23:38:50.774Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47252026-09-04T23:38:50.850Z[verify-libraries] Compiling psm v0.1.30
47262026-09-04T23:38:50.876Z[verify-libraries] Compiling nix v0.28.0
47272026-09-04T23:38:50.879Z[verify-libraries] Compiling tabled v0.15.0
47282026-09-04T23:38:50.911Z[ recovery-image] Sep 04 23:38:49.879 INFO O| Sep 04 23:38:49.871 INFO O| Startup: Caching catalogs ... Done
47292026-09-04T23:38:50.922Z[ recovery-image] Sep 04 23:38:49.889 INFO O| Sep 04 23:38:49.889 INFO O| Planning: Planning completed in 0.00 seconds
47302026-09-04T23:38:50.922Z[ recovery-image] Sep 04 23:38:49.890 INFO O| Sep 04 23:38:49.890 INFO O| Planning: Consolidating action changes ... Done
47312026-09-04T23:38:50.925Z[ recovery-image] Sep 04 23:38:49.890 INFO O| Sep 04 23:38:49.890 INFO O| Planning: Evaluating mediators ... Done
47322026-09-04T23:38:50.925Z[ recovery-image] Sep 04 23:38:49.890 INFO O| Sep 04 23:38:49.890 INFO O| Planning: Planning completed in 0.00 seconds
47332026-09-04T23:38:50.925Z[ recovery-image] Sep 04 23:38:49.890 INFO O| Sep 04 23:38:49.890 INFO O| Variants/Facets to change: 1
47342026-09-04T23:38:50.940Z[ recovery-image] Sep 04 23:38:49.908 INFO O| Sep 04 23:38:49.908 INFO O| Finalize: Updating package state database ... Done
47352026-09-04T23:38:50.940Z[ recovery-image] Sep 04 23:38:49.908 INFO O| Sep 04 23:38:49.908 INFO O| Finalize: Updating package cache ... Done
47362026-09-04T23:38:50.984Z[verify-libraries] Compiling oxide-update-engine v0.1.2
47372026-09-04T23:38:50.987Z[verify-libraries] Compiling semver v0.1.20
47382026-09-04T23:38:51.020Z[verify-libraries] Compiling termtree v0.5.1
47392026-09-04T23:38:51.024Z[verify-libraries] Compiling typify v0.6.2
47402026-09-04T23:38:51.031Z[ recovery-image] Sep 04 23:38:49.999 INFO O| Sep 04 23:38:49.999 INFO O| Finalize: Updating image state ... Done
47412026-09-04T23:38:51.049Z[ recovery-image] Sep 04 23:38:50.017 INFO O| Sep 04 23:38:50.017 INFO O| Finalize: Creating fast lookup database ... Done
47422026-09-04T23:38:51.053Z[ recovery-image] Sep 04 23:38:50.018 INFO O| Sep 04 23:38:50.018 INFO O| Finalize: Reading search index ... Done
47432026-09-04T23:38:51.053Z[ recovery-image] Sep 04 23:38:50.018 INFO O| Sep 04 23:38:50.018 INFO O| Finalize: Updating search index ... Done
47442026-09-04T23:38:51.053Z[ recovery-image] Sep 04 23:38:50.019 INFO O| Sep 04 23:38:50.019 INFO O| Finalize: Updating package cache ... Done
47452026-09-04T23:38:51.183Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47462026-09-04T23:38:51.216Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
47472026-09-04T23:38:51.323Z[verify-libraries] Compiling progenitor-impl v0.14.0
47482026-09-04T23:38:51.371Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
47492026-09-04T23:38:51.399Z[ host-image] Sep 04 23:38:50.366 INFO O| Sep 04 23:38:50.366 INFO O| Finalize: Creating fast lookup database ... Done
47502026-09-04T23:38:51.402Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
47512026-09-04T23:38:51.425Z[ recovery-image] Sep 04 23:38:50.392 INFO O| Sep 04 23:38:50.392 INFO STEP 8 (pkg_change_facet) COMPLETE
47522026-09-04T23:38:51.425Z[ recovery-image] Sep 04 23:38:50.392 INFO O| Sep 04 23:38:50.392 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47532026-09-04T23:38:51.429Z[ host-image] Sep 04 23:38:50.397 INFO O| Sep 04 23:38:50.394 INFO O| Finalize: Reading search index ... Done
47542026-09-04T23:38:51.429Z[ host-image] Sep 04 23:38:50.397 INFO O| Sep 04 23:38:50.394 INFO O| Finalize: Updating search index ... Done
47552026-09-04T23:38:51.441Z[ host-image] Sep 04 23:38:50.409 INFO O| Sep 04 23:38:50.409 INFO O| Finalize: Updating package cache ... Done
47562026-09-04T23:38:51.476Z[verify-libraries] Compiling rustc_version v0.1.7
47572026-09-04T23:38:51.579Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47582026-09-04T23:38:51.582Z[verify-libraries] Compiling phf_shared v0.12.1
47592026-09-04T23:38:51.750Z[ host-image] Sep 04 23:38:50.718 INFO O| Sep 04 23:38:50.718 INFO STEP 12 (pkg_install) COMPLETE
47602026-09-04T23:38:51.750Z[ host-image] Sep 04 23:38:50.718 INFO O| Sep 04 23:38:50.718 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47612026-09-04T23:38:51.754Z[ recovery-image] Sep 04 23:38:50.719 INFO O| Sep 04 23:38:50.719 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
47622026-09-04T23:38:51.760Z[ host-image] Sep 04 23:38:50.728 INFO O| Sep 04 23:38:50.728 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47632026-09-04T23:38:51.767Z[verify-libraries] Compiling hickory-resolver v0.24.4
47642026-09-04T23:38:51.935Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
47652026-09-04T23:38:52.041Z[verify-libraries] Compiling nibble_vec v0.1.0
47662026-09-04T23:38:52.248Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47672026-09-04T23:38:52.271Z[verify-libraries] Compiling endian-type v0.1.2
47682026-09-04T23:38:52.389Z[verify-libraries] Compiling highway v1.3.0
47692026-09-04T23:38:52.438Z[verify-libraries] Compiling chrono-tz v0.10.4
47702026-09-04T23:38:52.573Z[verify-libraries] Compiling recursive v0.1.1
47712026-09-04T23:38:52.573Z[verify-libraries] Compiling radix_trie v0.2.1
47722026-09-04T23:38:52.766Z[verify-libraries] Compiling phf v0.12.1
47732026-09-04T23:38:52.803Z[verify-libraries] Compiling newtype_derive v0.1.6
47742026-09-04T23:38:52.994Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47752026-09-04T23:38:52.994Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
47762026-09-04T23:38:53.035Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
47772026-09-04T23:38:53.143Z[verify-libraries] Compiling qorb v0.4.1
47782026-09-04T23:38:53.204Z[verify-libraries] Compiling peg-macros v0.8.5
47792026-09-04T23:38:53.433Z[verify-libraries] Compiling sqlparser_derive v0.5.0
47802026-09-04T23:38:53.543Z[verify-libraries] Compiling winnow v0.6.26
47812026-09-04T23:38:53.717Z[verify-libraries] Compiling csv-core v0.1.13
47822026-09-04T23:38:53.786Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47832026-09-04T23:38:53.981Z[ recovery-image] Sep 04 23:38:52.948 INFO O| Sep 04 23:38:52.947 INFO O| Startup: Refreshing catalog 'helios' ... Done
47842026-09-04T23:38:54.101Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
47852026-09-04T23:38:54.150Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
47862026-09-04T23:38:54.182Z[verify-libraries] Compiling home v0.5.12
47872026-09-04T23:38:54.227Z[verify-libraries] Compiling unicode_categories v0.1.1
47882026-09-04T23:38:54.278Z[verify-libraries] Compiling progenitor-macro v0.14.0
47892026-09-04T23:38:54.339Z[ host-image] Sep 04 23:38:53.307 INFO O| Sep 04 23:38:53.307 INFO O| Startup: Refreshing catalog 'helios' ... Done
47902026-09-04T23:38:54.384Z[verify-libraries] Compiling rustyline v14.0.0
47912026-09-04T23:38:54.442Z[verify-libraries] Compiling const_format v0.2.35
47922026-09-04T23:38:54.500Z[verify-libraries] Compiling sqlparser v0.61.0
47932026-09-04T23:38:54.500Z[verify-libraries] Compiling csv v1.4.0
47942026-09-04T23:38:54.544Z[ recovery-image] Sep 04 23:38:53.512 INFO O| Sep 04 23:38:53.512 INFO O| Startup: Caching catalogs ... Done
47952026-09-04T23:38:54.561Z[ recovery-image] Sep 04 23:38:53.529 INFO O| Sep 04 23:38:53.529 INFO O| Planning: Planning completed in 0.00 seconds
47962026-09-04T23:38:54.565Z[ recovery-image] Sep 04 23:38:53.530 INFO O| Sep 04 23:38:53.530 INFO O| Planning: Consolidating action changes ... Done
47972026-09-04T23:38:54.565Z[ recovery-image] Sep 04 23:38:53.530 INFO O| Sep 04 23:38:53.530 INFO O| Planning: Evaluating mediators ... Done
47982026-09-04T23:38:54.565Z[ recovery-image] Sep 04 23:38:53.530 INFO O| Sep 04 23:38:53.530 INFO O| Planning: Planning completed in 0.00 seconds
47992026-09-04T23:38:54.565Z[ recovery-image] Sep 04 23:38:53.530 INFO O| Sep 04 23:38:53.530 INFO O| Variants/Facets to change: 1
48002026-09-04T23:38:54.577Z[ recovery-image] Sep 04 23:38:53.542 INFO O| Sep 04 23:38:53.542 INFO O| Finalize: Updating package state database ... Done
48012026-09-04T23:38:54.577Z[ recovery-image] Sep 04 23:38:53.542 INFO O| Sep 04 23:38:53.542 INFO O| Finalize: Updating package cache ... Done
48022026-09-04T23:38:54.590Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
48032026-09-04T23:38:54.621Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
48042026-09-04T23:38:54.660Z[ recovery-image] Sep 04 23:38:53.628 INFO O| Sep 04 23:38:53.628 INFO O| Finalize: Updating image state ... Done
48052026-09-04T23:38:54.680Z[ recovery-image] Sep 04 23:38:53.646 INFO O| Sep 04 23:38:53.646 INFO O| Finalize: Creating fast lookup database ... Done
48062026-09-04T23:38:54.683Z[ recovery-image] Sep 04 23:38:53.647 INFO O| Sep 04 23:38:53.647 INFO O| Finalize: Reading search index ... Done
48072026-09-04T23:38:54.683Z[ recovery-image] Sep 04 23:38:53.647 INFO O| Sep 04 23:38:53.647 INFO O| Finalize: Updating search index ... Done
48082026-09-04T23:38:54.683Z[ recovery-image] Sep 04 23:38:53.648 INFO O| Sep 04 23:38:53.648 INFO O| Finalize: Updating package cache ... Done
48092026-09-04T23:38:54.774Z[verify-libraries] Compiling peg v0.8.5
48102026-09-04T23:38:54.844Z[ host-image] Sep 04 23:38:53.812 INFO O| Sep 04 23:38:53.812 INFO O| Startup: Caching catalogs ... Done
48112026-09-04T23:38:54.858Z[verify-libraries] Compiling bcs v0.1.6
48122026-09-04T23:38:54.994Z[ recovery-image] Sep 04 23:38:53.962 INFO O| Sep 04 23:38:53.962 INFO STEP 9 (pkg_change_facet) COMPLETE
48132026-09-04T23:38:54.994Z[ recovery-image] Sep 04 23:38:53.962 INFO O| Sep 04 23:38:53.962 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48142026-09-04T23:38:55.054Z[verify-libraries] Compiling sqlformat v0.3.5
48152026-09-04T23:38:55.129Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
48162026-09-04T23:38:55.164Z[verify-libraries] Compiling nom v8.0.0
48172026-09-04T23:38:55.191Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48182026-09-04T23:38:55.265Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48192026-09-04T23:38:55.312Z[verify-libraries] Compiling steno v0.4.1
48202026-09-04T23:38:55.358Z[ recovery-image] Sep 04 23:38:54.322 INFO O| Sep 04 23:38:54.322 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
48212026-09-04T23:38:55.415Z[verify-libraries] Compiling sha1 v0.10.6
48222026-09-04T23:38:55.465Z[ host-image] Sep 04 23:38:54.432 INFO O| Sep 04 23:38:54.432 INFO O| Planning: Solver setup ... Done
48232026-09-04T23:38:55.469Z[ host-image] Sep 04 23:38:54.437 INFO O| Sep 04 23:38:54.437 INFO O| Planning: Running solver ... Done
48242026-09-04T23:38:55.487Z[ host-image] Sep 04 23:38:54.454 INFO O| Sep 04 23:38:54.454 INFO O| Planning: Finding local manifests ... Done
48252026-09-04T23:38:55.503Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
48262026-09-04T23:38:55.517Z[ host-image] Sep 04 23:38:54.485 INFO O| Sep 04 23:38:54.485 INFO O| Planning: Fetching manifests: 0/6 0% complete
48272026-09-04T23:38:55.530Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
48282026-09-04T23:38:55.628Z[ host-image] Sep 04 23:38:54.596 INFO O| Sep 04 23:38:54.596 INFO O| Planning: Fetching manifests: 6/6 100% complete
48292026-09-04T23:38:55.663Z[ host-image] Sep 04 23:38:54.630 INFO O| Sep 04 23:38:54.630 INFO O| Planning: Package planning ... Done
48302026-09-04T23:38:55.671Z[ host-image] Sep 04 23:38:54.639 INFO O| Sep 04 23:38:54.639 INFO O| Planning: Merging actions ... Done
48312026-09-04T23:38:55.720Z[ host-image] Sep 04 23:38:54.688 INFO O| Sep 04 23:38:54.687 INFO O| Planning: Checking for conflicting actions ... Done
48322026-09-04T23:38:55.724Z[ host-image] Sep 04 23:38:54.690 INFO O| Sep 04 23:38:54.690 INFO O| Planning: Consolidating action changes ... Done
48332026-09-04T23:38:55.784Z[verify-libraries] Compiling utf-8 v0.7.6
48342026-09-04T23:38:55.861Z[ host-image] Sep 04 23:38:54.828 INFO O| Sep 04 23:38:54.828 INFO O| Planning: Evaluating mediators ... Done
48352026-09-04T23:38:55.864Z[ host-image] Sep 04 23:38:54.831 INFO O| Sep 04 23:38:54.831 INFO O| Planning: Planning completed in 1.00 seconds
48362026-09-04T23:38:55.864Z[ host-image] Sep 04 23:38:54.832 INFO O| Sep 04 23:38:54.832 INFO O| Packages to install: 6
48372026-09-04T23:38:55.864Z[ host-image] Sep 04 23:38:54.832 INFO O| Sep 04 23:38:54.832 INFO O| Mediators to change: 1
48382026-09-04T23:38:55.864Z[ host-image] Sep 04 23:38:54.832 INFO O| Sep 04 23:38:54.832 INFO O| Services to change: 1
48392026-09-04T23:38:55.881Z[ host-image] Sep 04 23:38:54.848 INFO O| Sep 04 23:38:54.848 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48402026-09-04T23:38:55.955Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48412026-09-04T23:38:56.071Z[verify-libraries] Compiling libefi-sys v0.1.0
48422026-09-04T23:38:56.123Z[verify-libraries] Compiling tagptr v0.2.0
48432026-09-04T23:38:56.190Z[verify-libraries] Compiling bitfield-struct v0.6.2
48442026-09-04T23:38:56.224Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48452026-09-04T23:38:56.290Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48462026-09-04T23:38:56.331Z[ host-image] Sep 04 23:38:55.299 INFO O| Sep 04 23:38:55.299 INFO O| Download: Completed 7.84 MB in 0.45 seconds (17.4M/s)
48472026-09-04T23:38:56.335Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
48482026-09-04T23:38:56.341Z[verify-libraries] Compiling xshell-macros v0.2.7
48492026-09-04T23:38:56.370Z[ host-image] Sep 04 23:38:55.338 INFO O| Sep 04 23:38:55.338 INFO O| Actions: 1/1366 actions (Installing new actions)
48502026-09-04T23:38:56.376Z[verify-libraries] Compiling moka v0.12.13
48512026-09-04T23:38:56.461Z[verify-libraries] Compiling tungstenite v0.21.0
48522026-09-04T23:38:56.610Z[verify-libraries] Compiling sha2 v0.11.0
48532026-09-04T23:38:56.614Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
48542026-09-04T23:38:56.617Z[ host-image] Sep 04 23:38:55.583 INFO O| Sep 04 23:38:55.583 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
48552026-09-04T23:38:56.663Z[ host-image] Sep 04 23:38:55.631 INFO O| Sep 04 23:38:55.630 INFO O| Finalize: Updating package state database ... Done
48562026-09-04T23:38:56.663Z[ host-image] Sep 04 23:38:55.631 INFO O| Sep 04 23:38:55.631 INFO O| Finalize: Updating package cache ... Done
48572026-09-04T23:38:56.774Z[ host-image] Sep 04 23:38:55.742 INFO O| Sep 04 23:38:55.741 INFO O| Finalize: Updating image state ... Done
48582026-09-04T23:38:56.794Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
48592026-09-04T23:38:56.873Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
48602026-09-04T23:38:56.929Z[verify-libraries] Compiling xshell v0.2.7
48612026-09-04T23:38:56.996Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48622026-09-04T23:38:57.141Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
48632026-09-04T23:38:57.202Z[verify-libraries] Compiling hickory-resolver v0.25.2
48642026-09-04T23:38:57.206Z[verify-libraries] Compiling half v1.8.3
48652026-09-04T23:38:57.402Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
48662026-09-04T23:38:57.597Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
48672026-09-04T23:38:57.623Z[verify-libraries] Compiling serde_cbor v0.11.2
48682026-09-04T23:38:57.695Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
48692026-09-04T23:38:57.738Z[verify-libraries] Compiling libscf-sys v1.2.0
48702026-09-04T23:38:57.824Z[verify-libraries] Compiling subprocess v0.2.15
48712026-09-04T23:38:57.828Z[verify-libraries] Compiling papergrid v0.18.0
48722026-09-04T23:38:57.832Z[ recovery-image] Sep 04 23:38:56.800 INFO O| Sep 04 23:38:56.800 INFO O| Startup: Refreshing catalog 'helios' ... Done
48732026-09-04T23:38:57.949Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
48742026-09-04T23:38:57.992Z[ host-image] Sep 04 23:38:56.960 INFO O| Sep 04 23:38:56.960 INFO O| Finalize: Creating fast lookup database ... Done
48752026-09-04T23:38:58.024Z[ host-image] Sep 04 23:38:56.991 INFO O| Sep 04 23:38:56.991 INFO O| Finalize: Reading search index ... Done
48762026-09-04T23:38:58.024Z[ host-image] Sep 04 23:38:56.991 INFO O| Sep 04 23:38:56.991 INFO O| Finalize: Updating search index ... Done
48772026-09-04T23:38:58.037Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48782026-09-04T23:38:58.066Z[ host-image] Sep 04 23:38:57.034 INFO O| Sep 04 23:38:57.024 INFO O| Finalize: Updating package cache ... Done
48792026-09-04T23:38:58.107Z[verify-libraries] Compiling headers-core v0.3.0
48802026-09-04T23:38:58.185Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
48812026-09-04T23:38:58.318Z[verify-libraries] Compiling unicase v2.9.0
48822026-09-04T23:38:58.360Z[ recovery-image] Sep 04 23:38:57.328 INFO O| Sep 04 23:38:57.328 INFO O| Startup: Caching catalogs ... Done
48832026-09-04T23:38:58.372Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48842026-09-04T23:38:58.376Z[ host-image] Sep 04 23:38:57.341 INFO O| Sep 04 23:38:57.341 INFO STEP 13 (pkg_install) COMPLETE
48852026-09-04T23:38:58.376Z[ host-image] Sep 04 23:38:57.341 INFO O| Sep 04 23:38:57.341 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48862026-09-04T23:38:58.379Z[ recovery-image] Sep 04 23:38:57.346 INFO O| Sep 04 23:38:57.346 INFO O| Planning: Planning completed in 0.00 seconds
48872026-09-04T23:38:58.379Z[ recovery-image] Sep 04 23:38:57.347 INFO O| Sep 04 23:38:57.347 INFO O| Planning: Consolidating action changes ... Done
48882026-09-04T23:38:58.379Z[ recovery-image] Sep 04 23:38:57.347 INFO O| Sep 04 23:38:57.347 INFO O| Planning: Evaluating mediators ... Done
48892026-09-04T23:38:58.379Z[ recovery-image] Sep 04 23:38:57.347 INFO O| Sep 04 23:38:57.347 INFO O| Planning: Planning completed in 0.00 seconds
48902026-09-04T23:38:58.382Z[ recovery-image] Sep 04 23:38:57.347 INFO O| Sep 04 23:38:57.347 INFO O| Variants/Facets to change: 1
48912026-09-04T23:38:58.385Z[ host-image] Sep 04 23:38:57.351 INFO O| Sep 04 23:38:57.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48922026-09-04T23:38:58.404Z[ recovery-image] Sep 04 23:38:57.371 INFO O| Sep 04 23:38:57.369 INFO O| Finalize: Updating package state database ... Done
48932026-09-04T23:38:58.404Z[ recovery-image] Sep 04 23:38:57.371 INFO O| Sep 04 23:38:57.369 INFO O| Finalize: Updating package cache ... Done
48942026-09-04T23:38:58.426Z[verify-libraries] Compiling headers v0.4.1
48952026-09-04T23:38:58.495Z[ recovery-image] Sep 04 23:38:57.463 INFO O| Sep 04 23:38:57.463 INFO O| Finalize: Updating image state ... Done
48962026-09-04T23:38:58.513Z[ recovery-image] Sep 04 23:38:57.481 INFO O| Sep 04 23:38:57.480 INFO O| Finalize: Creating fast lookup database ... Done
48972026-09-04T23:38:58.517Z[ recovery-image] Sep 04 23:38:57.481 INFO O| Sep 04 23:38:57.481 INFO O| Finalize: Reading search index ... Done
48982026-09-04T23:38:58.517Z[ recovery-image] Sep 04 23:38:57.481 INFO O| Sep 04 23:38:57.481 INFO O| Finalize: Updating search index ... Done
48992026-09-04T23:38:58.517Z[ recovery-image] Sep 04 23:38:57.482 INFO O| Sep 04 23:38:57.482 INFO O| Finalize: Updating package cache ... Done
49002026-09-04T23:38:58.657Z[verify-libraries] Compiling darling_core v0.21.3
49012026-09-04T23:38:58.682Z[verify-libraries] Compiling maplit v1.0.2
49022026-09-04T23:38:58.686Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
49032026-09-04T23:38:58.757Z[verify-libraries] Compiling yasna v0.5.2
49042026-09-04T23:38:58.823Z[verify-libraries] Compiling crc8 v0.1.1
49052026-09-04T23:38:58.840Z[ recovery-image] Sep 04 23:38:57.808 INFO O| Sep 04 23:38:57.808 INFO STEP 10 (pkg_change_facet) COMPLETE
49062026-09-04T23:38:58.840Z[ recovery-image] Sep 04 23:38:57.808 INFO O| Sep 04 23:38:57.808 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49072026-09-04T23:38:58.851Z[ recovery-image] Sep 04 23:38:57.819 INFO O| Sep 04 23:38:57.818 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"]
49082026-09-04T23:38:59.022Z[verify-libraries] Compiling tabled v0.21.0
49092026-09-04T23:38:59.227Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
49102026-09-04T23:38:59.270Z[verify-libraries] Compiling vergen-lib v0.1.6
49112026-09-04T23:38:59.297Z[verify-libraries] Compiling rcgen v0.12.1
49122026-09-04T23:38:59.372Z[verify-libraries] Compiling diesel_derives v2.3.7
49132026-09-04T23:38:59.630Z[verify-libraries] Compiling port-file v0.1.0
49142026-09-04T23:38:59.661Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49152026-09-04T23:38:59.763Z[verify-libraries] Compiling vergen-gitcl v1.0.8
49162026-09-04T23:38:59.895Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
49172026-09-04T23:38:59.898Z[verify-libraries] Compiling progenitor v0.14.0
49182026-09-04T23:38:59.945Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
49192026-09-04T23:39:00.001Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49202026-09-04T23:39:00.068Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49212026-09-04T23:39:00.126Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49222026-09-04T23:39:00.130Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
49232026-09-04T23:39:00.208Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
49242026-09-04T23:39:00.244Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49252026-09-04T23:39:00.364Z[verify-libraries] Compiling r2d2 v0.8.10
49262026-09-04T23:39:00.916Z[ host-image] Sep 04 23:38:59.884 INFO O| Sep 04 23:38:59.884 INFO O| Startup: Refreshing catalog 'helios' ... Done
49272026-09-04T23:39:01.013Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49282026-09-04T23:39:01.089Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
49292026-09-04T23:39:01.114Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49302026-09-04T23:39:01.331Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
49312026-09-04T23:39:01.377Z[verify-libraries] Compiling digest-io v0.1.0
49322026-09-04T23:39:01.420Z[verify-libraries] Compiling darling_macro v0.21.3
49332026-09-04T23:39:01.423Z[verify-libraries] Compiling dirs-sys-next v0.1.2
49342026-09-04T23:39:01.478Z[ host-image] Sep 04 23:39:00.446 INFO O| Sep 04 23:39:00.446 INFO O| Startup: Caching catalogs ... Done
49352026-09-04T23:39:01.498Z[ recovery-image] Sep 04 23:39:00.466 INFO O| Sep 04 23:39:00.466 INFO O| Startup: Refreshing catalog 'helios' ... Done
49362026-09-04T23:39:01.571Z[verify-libraries] Compiling downcast-rs v2.0.2
49372026-09-04T23:39:01.644Z[verify-libraries] Compiling crunchy v0.2.4
49382026-09-04T23:39:01.682Z[verify-libraries] Compiling rawzip v0.4.4
49392026-09-04T23:39:01.773Z[verify-libraries] Compiling cpubits v0.1.1
49402026-09-04T23:39:01.889Z[verify-libraries] Compiling dirs-next v2.0.0
49412026-09-04T23:39:02.000Z[ recovery-image] Sep 04 23:39:00.968 INFO O| Sep 04 23:39:00.968 INFO O| Startup: Caching catalogs ... Done
49422026-09-04T23:39:02.010Z[verify-libraries] Compiling clang-sys v1.8.1
49432026-09-04T23:39:02.124Z[verify-libraries] Compiling ignore v0.4.25
49442026-09-04T23:39:02.132Z[ host-image] Sep 04 23:39:01.100 INFO O| Sep 04 23:39:01.100 INFO O| Planning: Solver setup ... Done
49452026-09-04T23:39:02.144Z[ host-image] Sep 04 23:39:01.106 INFO O| Sep 04 23:39:01.105 INFO O| Planning: Running solver ... Done
49462026-09-04T23:39:02.148Z[verify-libraries] Compiling anstyle-parse v0.2.7
49472026-09-04T23:39:02.154Z[ host-image] Sep 04 23:39:01.122 INFO O| Sep 04 23:39:01.122 INFO O| Planning: Finding local manifests ... Done
49482026-09-04T23:39:02.168Z[ host-image] Sep 04 23:39:01.136 INFO O| Sep 04 23:39:01.136 INFO O| Planning: Fetching manifests: 0/1 0% complete
49492026-09-04T23:39:02.177Z[ host-image] Sep 04 23:39:01.142 INFO O| Sep 04 23:39:01.142 INFO O| Planning: Fetching manifests: 1/1 100% complete
49502026-09-04T23:39:02.190Z[ host-image] Sep 04 23:39:01.158 INFO O| Sep 04 23:39:01.158 INFO O| Planning: Package planning ... Done
49512026-09-04T23:39:02.193Z[ host-image] Sep 04 23:39:01.158 INFO O| Sep 04 23:39:01.158 INFO O| Planning: Merging actions ... Done
49522026-09-04T23:39:02.207Z[verify-libraries] Compiling darling v0.21.3
49532026-09-04T23:39:02.229Z[ host-image] Sep 04 23:39:01.196 INFO O| Sep 04 23:39:01.196 INFO O| Planning: Checking for conflicting actions ... Done
49542026-09-04T23:39:02.232Z[ host-image] Sep 04 23:39:01.197 INFO O| Sep 04 23:39:01.197 INFO O| Planning: Consolidating action changes ... Done
49552026-09-04T23:39:02.264Z[verify-libraries] Compiling tiny-keccak v2.0.2
49562026-09-04T23:39:02.446Z[verify-libraries] Compiling dsl_auto_type v0.2.0
49572026-09-04T23:39:02.450Z[ host-image] Sep 04 23:39:01.418 INFO O| Sep 04 23:39:01.418 INFO O| Planning: Evaluating mediators ... Done
49582026-09-04T23:39:02.453Z[ host-image] Sep 04 23:39:01.418 INFO O| Sep 04 23:39:01.418 INFO O| Planning: Planning completed in 0.95 seconds
49592026-09-04T23:39:02.453Z[ host-image] Sep 04 23:39:01.418 INFO O| Sep 04 23:39:01.418 INFO O| Packages to install: 1
49602026-09-04T23:39:02.463Z[ host-image] Sep 04 23:39:01.431 INFO O| Sep 04 23:39:01.431 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49612026-09-04T23:39:02.489Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49622026-09-04T23:39:02.531Z[verify-libraries] Compiling anstream v0.6.21
49632026-09-04T23:39:02.563Z[verify-libraries] Compiling term v0.7.0
49642026-09-04T23:39:02.635Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49652026-09-04T23:39:02.743Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49662026-09-04T23:39:02.764Z[ host-image] Sep 04 23:39:01.731 INFO O| Sep 04 23:39:01.731 INFO O| Download: Completed 13.27 MB in 0.30 seconds (44.1M/s)
49672026-09-04T23:39:02.805Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49682026-09-04T23:39:02.890Z[verify-libraries] Compiling globwalk v0.9.1
49692026-09-04T23:39:02.893Z[ host-image] Sep 04 23:39:01.861 INFO O| Sep 04 23:39:01.861 INFO O| Actions: 1/22 actions (Installing new actions)
49702026-09-04T23:39:03.029Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
49712026-09-04T23:39:03.128Z[ host-image] Sep 04 23:39:02.096 INFO O| Sep 04 23:39:02.096 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49722026-09-04T23:39:03.181Z[ host-image] Sep 04 23:39:02.149 INFO O| Sep 04 23:39:02.149 INFO O| Finalize: Updating package state database ... Done
49732026-09-04T23:39:03.181Z[ host-image] Sep 04 23:39:02.149 INFO O| Sep 04 23:39:02.149 INFO O| Finalize: Updating package cache ... Done
49742026-09-04T23:39:03.208Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49752026-09-04T23:39:03.211Z[verify-libraries] Compiling predicates-tree v1.0.13
49762026-09-04T23:39:03.285Z[ host-image] Sep 04 23:39:02.253 INFO O| Sep 04 23:39:02.252 INFO O| Finalize: Updating image state ... Done
49772026-09-04T23:39:03.354Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49782026-09-04T23:39:03.384Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
49792026-09-04T23:39:03.407Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
49802026-09-04T23:39:03.550Z[verify-libraries] Compiling rand_seeder v0.4.0
49812026-09-04T23:39:03.666Z[verify-libraries] Compiling diff v0.1.13
49822026-09-04T23:39:03.721Z[verify-libraries] Compiling bit-vec v0.6.3
49832026-09-04T23:39:03.729Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
49842026-09-04T23:39:03.823Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
49852026-09-04T23:39:03.951Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
49862026-09-04T23:39:03.992Z[verify-libraries] Compiling bit-set v0.5.3
49872026-09-04T23:39:03.995Z[verify-libraries] Compiling ascii-canvas v3.0.0
49882026-09-04T23:39:04.108Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49892026-09-04T23:39:04.189Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49902026-09-04T23:39:04.237Z[verify-libraries] Compiling itertools v0.10.5
49912026-09-04T23:39:04.240Z[verify-libraries] Compiling libloading v0.8.9
49922026-09-04T23:39:04.313Z[ host-image] Sep 04 23:39:03.281 INFO O| Sep 04 23:39:03.280 INFO O| Finalize: Creating fast lookup database ... Done
49932026-09-04T23:39:04.337Z[verify-libraries] Compiling ena v0.14.4
49942026-09-04T23:39:04.388Z[verify-libraries] Compiling bindgen v0.71.1
49952026-09-04T23:39:04.395Z[ host-image] Sep 04 23:39:03.314 INFO O| Sep 04 23:39:03.314 INFO O| Finalize: Reading search index ... Done
49962026-09-04T23:39:04.395Z[ host-image] Sep 04 23:39:03.314 INFO O| Sep 04 23:39:03.314 INFO O| Finalize: Updating search index ... Done
49972026-09-04T23:39:04.395Z[ host-image] Sep 04 23:39:03.324 INFO O| Sep 04 23:39:03.324 INFO O| Finalize: Updating package cache ... Done
49982026-09-04T23:39:04.395Z[verify-libraries] Compiling regex-syntax v0.6.29
49992026-09-04T23:39:04.676Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 14 (pkg_install) COMPLETE
50002026-09-04T23:39:04.676Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50012026-09-04T23:39:04.676Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO skip step because feature "mbist" is not enabled
50022026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50032026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO skip step because feature "mfg" is not enabled
50042026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50052026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO skip step because feature "compliance" is not enabled
50062026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50072026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO skip step because feature "stress" is not enabled
50082026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50092026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO skip step because feature "compliance" is not enabled
50102026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50112026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO skip step because feature "nfs" is not enabled
50122026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50132026-09-04T23:39:04.680Z[ host-image] Sep 04 23:39:03.643 INFO O| Sep 04 23:39:03.643 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50142026-09-04T23:39:04.680Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50152026-09-04T23:39:04.797Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50162026-09-04T23:39:04.891Z[verify-libraries] Compiling cexpr v0.6.0
50172026-09-04T23:39:04.940Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50182026-09-04T23:39:05.019Z[ host-image] Sep 04 23:39:03.987 INFO O| Sep 04 23:39:03.987 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50192026-09-04T23:39:05.154Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
50202026-09-04T23:39:05.166Z[ host-image] Sep 04 23:39:04.134 INFO O| Sep 04 23:39:04.134 INFO completed processing sled/ramdisk-01-os
50212026-09-04T23:39:05.169Z[ host-image] Sep 04 23:39:04.136 INFO omicron1 baseline generation...
50222026-09-04T23:39:05.169Z[ host-image] Sep 04 23:39:04.136 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50232026-09-04T23:39:05.242Z[ recovery-image] Sep 04 23:39:04.210 INFO O| Sep 04 23:39:04.210 INFO O| Planning: Solver setup ... Done
50242026-09-04T23:39:05.449Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50252026-09-04T23:39:05.498Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50262026-09-04T23:39:05.565Z[verify-libraries] Compiling rustc-hash v2.1.1
50272026-09-04T23:39:05.589Z[ host-image] Sep 04 23:39:04.557 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24238:20260902T165426Z
50282026-09-04T23:39:05.596Z[verify-libraries] Compiling rfc6979 v0.4.0
50292026-09-04T23:39:05.624Z[ recovery-image] Sep 04 23:39:04.592 INFO O| Sep 04 23:39:04.592 INFO O| Planning: Running solver ... Done
50302026-09-04T23:39:05.645Z[verify-libraries] Compiling libxml v0.3.3
50312026-09-04T23:39:05.687Z[ recovery-image] Sep 04 23:39:04.655 INFO O| Sep 04 23:39:04.653 INFO O| Planning: Finding local manifests ... Done
50322026-09-04T23:39:05.715Z[ recovery-image] Sep 04 23:39:04.683 INFO O| Sep 04 23:39:04.683 INFO O| Planning: Fetching manifests: 0/130 0% complete
50332026-09-04T23:39:05.718Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
50342026-09-04T23:39:05.771Z[verify-libraries] Compiling ecdsa v0.16.9
50352026-09-04T23:39:05.801Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50362026-09-04T23:39:05.804Z[verify-libraries] Compiling primeorder v0.13.6
50372026-09-04T23:39:06.022Z[verify-libraries] Compiling lalrpop v0.19.12
50382026-09-04T23:39:06.198Z[verify-libraries] Compiling strum_macros v0.24.3
50392026-09-04T23:39:06.247Z[verify-libraries] Compiling hashbrown v0.14.5
50402026-09-04T23:39:06.250Z[verify-libraries] Compiling hmac v0.13.0
50412026-09-04T23:39:06.250Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
50422026-09-04T23:39:06.704Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50432026-09-04T23:39:06.758Z[verify-libraries] Compiling universal-hash v0.6.1
50442026-09-04T23:39:06.823Z[verify-libraries] Compiling fxhash v0.2.1
50452026-09-04T23:39:07.000Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50462026-09-04T23:39:07.055Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50472026-09-04T23:39:07.469Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50482026-09-04T23:39:07.736Z[verify-libraries] Compiling indoc v1.0.9
50492026-09-04T23:39:07.949Z[verify-libraries] Compiling salty v0.3.0
50502026-09-04T23:39:08.345Z[verify-libraries] Compiling chumsky v0.9.3
50512026-09-04T23:39:08.395Z[verify-libraries] Compiling knus-derive v3.4.0
50522026-09-04T23:39:08.891Z[verify-libraries] Compiling diesel v2.3.7
50532026-09-04T23:39:09.395Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50542026-09-04T23:39:09.405Z[ recovery-image] Sep 04 23:39:08.373 INFO O| Sep 04 23:39:08.373 INFO O| Planning: Fetching manifests: 130/130 100% complete
50552026-09-04T23:39:09.772Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50562026-09-04T23:39:09.817Z[verify-libraries] Compiling p384 v0.13.1
50572026-09-04T23:39:09.893Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50582026-09-04T23:39:10.036Z[ recovery-image] Sep 04 23:39:09.004 INFO O| Sep 04 23:39:09.003 INFO O| Planning: Package planning ... Done
50592026-09-04T23:39:10.093Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50602026-09-04T23:39:10.269Z[ recovery-image] Sep 04 23:39:09.237 INFO O| Sep 04 23:39:09.237 INFO O| Planning: Merging actions ... Done
50612026-09-04T23:39:10.346Z[ recovery-image] Sep 04 23:39:09.313 INFO O| Sep 04 23:39:09.313 INFO O| Planning: Checking for conflicting actions ... Done
50622026-09-04T23:39:10.471Z[ recovery-image] Sep 04 23:39:09.377 INFO O| Sep 04 23:39:09.377 INFO O| Planning: Consolidating action changes ... Done
50632026-09-04T23:39:10.507Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50642026-09-04T23:39:10.546Z[ recovery-image] Sep 04 23:39:09.514 INFO O| Sep 04 23:39:09.514 INFO O| Planning: Evaluating mediators ... Done
50652026-09-04T23:39:10.569Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50662026-09-04T23:39:10.688Z[verify-libraries] Compiling oso-derive v0.27.3
50672026-09-04T23:39:11.286Z[verify-libraries] Compiling quick-xml v0.37.5
50682026-09-04T23:39:11.313Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
50692026-09-04T23:39:11.381Z[verify-libraries] Compiling openssl-probe v0.1.6
50702026-09-04T23:39:11.697Z[verify-libraries] Compiling knus v3.4.0
50712026-09-04T23:39:11.893Z[verify-libraries] Compiling polyval v0.7.1
50722026-09-04T23:39:11.941Z[ recovery-image] Sep 04 23:39:10.908 INFO O| Sep 04 23:39:10.908 INFO O| Planning: Planning completed in 9.92 seconds
50732026-09-04T23:39:11.944Z[ recovery-image] Sep 04 23:39:10.909 INFO O| Sep 04 23:39:10.909 INFO O| Packages to install: 130
50742026-09-04T23:39:11.944Z[ recovery-image] Sep 04 23:39:10.909 INFO O| Sep 04 23:39:10.909 INFO O| Mediators to change: 5
50752026-09-04T23:39:11.944Z[ recovery-image] Sep 04 23:39:10.909 INFO O| Sep 04 23:39:10.909 INFO O| Services to change: 5
50762026-09-04T23:39:11.956Z[verify-libraries] Compiling der v0.8.0
50772026-09-04T23:39:11.973Z[ recovery-image] Sep 04 23:39:10.940 INFO O| Sep 04 23:39:10.940 INFO O| Download: 0/16683 items 0.0/200.2MB 0% complete
50782026-09-04T23:39:12.094Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50792026-09-04T23:39:12.269Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50802026-09-04T23:39:12.346Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
50812026-09-04T23:39:12.791Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50822026-09-04T23:39:12.840Z[verify-libraries] Compiling git-stub v1.0.0
50832026-09-04T23:39:13.026Z[verify-libraries] Compiling kstat-rs v0.2.5
50842026-09-04T23:39:13.200Z[verify-libraries] Compiling trait-variant v0.1.2
50852026-09-04T23:39:13.382Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50862026-09-04T23:39:13.382Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
50872026-09-04T23:39:13.408Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
50882026-09-04T23:39:13.471Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
50892026-09-04T23:39:13.521Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50902026-09-04T23:39:13.647Z[verify-libraries] Compiling git-stub-vcs v0.1.0
50912026-09-04T23:39:13.701Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
50922026-09-04T23:39:13.736Z[verify-libraries] Compiling ghash v0.6.0
50932026-09-04T23:39:13.837Z[verify-libraries] Compiling pbkdf2 v0.13.0
50942026-09-04T23:39:13.960Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
50952026-09-04T23:39:14.004Z[verify-libraries] Compiling aes v0.9.1
50962026-09-04T23:39:14.074Z[verify-libraries] Compiling crypto-bigint v0.7.5
50972026-09-04T23:39:14.107Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50982026-09-04T23:39:14.114Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50992026-09-04T23:39:14.313Z[verify-libraries] Compiling ctr v0.10.1
51002026-09-04T23:39:14.456Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51012026-09-04T23:39:14.739Z[verify-libraries] Compiling aead v0.6.1
51022026-09-04T23:39:14.775Z[verify-libraries] Compiling bb8 v0.8.6
51032026-09-04T23:39:14.901Z[verify-libraries] Compiling parking_lot_core v0.8.6
51042026-09-04T23:39:15.010Z[verify-libraries] Compiling aes-gcm v0.11.0
51052026-09-04T23:39:15.314Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
51062026-09-04T23:39:15.461Z[verify-libraries] Compiling spki v0.8.0
51072026-09-04T23:39:15.493Z[verify-libraries] Compiling mime_guess v2.0.5
51082026-09-04T23:39:15.518Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51092026-09-04T23:39:15.707Z[verify-libraries] Compiling salsa20 v0.11.0
51102026-09-04T23:39:15.785Z[verify-libraries] Compiling nanorand v0.7.0
51112026-09-04T23:39:15.860Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51122026-09-04T23:39:15.997Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
51132026-09-04T23:39:16.112Z[verify-libraries] Compiling flume v0.11.1
51142026-09-04T23:39:16.148Z[verify-libraries] Compiling scrypt v0.12.0
51152026-09-04T23:39:16.237Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51162026-09-04T23:39:16.397Z[verify-libraries] Compiling cbc v0.2.1
51172026-09-04T23:39:16.542Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
51182026-09-04T23:39:16.572Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51192026-09-04T23:39:16.646Z[verify-libraries] Compiling http-range v0.1.5
51202026-09-04T23:39:16.832Z[verify-libraries] Compiling nonempty v0.12.0
51212026-09-04T23:39:16.870Z[verify-libraries] Compiling corncobs v0.1.4
51222026-09-04T23:39:16.972Z[verify-libraries] Compiling pkcs5 v0.8.1
51232026-09-04T23:39:16.975Z[ recovery-image] Sep 04 23:39:15.942 INFO O| Sep 04 23:39:15.942 INFO O| Download: 9490/16683 items 102.6/200.2MB 51% complete (20.5M/s)
51242026-09-04T23:39:17.049Z[verify-libraries] Compiling parking_lot v0.11.2
51252026-09-04T23:39:17.099Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51262026-09-04T23:39:17.142Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
51272026-09-04T23:39:17.181Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
51282026-09-04T23:39:17.552Z[verify-libraries] Compiling prefix-trie v0.7.0
51292026-09-04T23:39:17.604Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51302026-09-04T23:39:17.645Z[verify-libraries] Compiling secrecy v0.8.0
51312026-09-04T23:39:17.676Z[verify-libraries] Compiling hyper-staticfile v0.10.1
51322026-09-04T23:39:17.895Z[verify-libraries] Compiling pkcs8 v0.11.0
51332026-09-04T23:39:17.969Z[verify-libraries] Compiling sled v0.34.7
51342026-09-04T23:39:18.060Z[verify-libraries] Compiling hickory-server v0.25.2
51352026-09-04T23:39:18.258Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
51362026-09-04T23:39:18.283Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51372026-09-04T23:39:18.313Z[verify-libraries] Compiling ff v0.14.0
51382026-09-04T23:39:18.409Z[verify-libraries] Compiling libz-sys v1.1.24
51392026-09-04T23:39:18.549Z[verify-libraries] Compiling group v0.14.0
51402026-09-04T23:39:18.856Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
51412026-09-04T23:39:18.897Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51422026-09-04T23:39:19.000Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
51432026-09-04T23:39:19.071Z[verify-libraries] Compiling signature v3.0.0
51442026-09-04T23:39:19.142Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51452026-09-04T23:39:19.226Z[verify-libraries] Compiling instability v0.3.11
51462026-09-04T23:39:19.367Z[verify-libraries] Compiling base16ct v1.0.0
51472026-09-04T23:39:19.461Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51482026-09-04T23:39:19.671Z[verify-libraries] Compiling sec1 v0.8.1
51492026-09-04T23:39:19.747Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51502026-09-04T23:39:19.787Z[verify-libraries] Compiling hkdf v0.13.0
51512026-09-04T23:39:20.080Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
51522026-09-04T23:39:20.142Z[verify-libraries] Compiling scuffle v0.1.0
51532026-09-04T23:39:20.146Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
51542026-09-04T23:39:20.146Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
51552026-09-04T23:39:20.329Z[verify-libraries] Compiling castaway v0.2.4
51562026-09-04T23:39:20.529Z[verify-libraries] Compiling indoc v2.0.7
51572026-09-04T23:39:20.829Z[verify-libraries] Compiling elliptic-curve v0.14.1
51582026-09-04T23:39:20.858Z[verify-libraries] Compiling compact_str v0.8.1
51592026-09-04T23:39:21.017Z[ recovery-image] Sep 04 23:39:19.984 INFO O| Sep 04 23:39:19.984 INFO O| Download: Completed 200.18 MB in 9.04 seconds (22.1M/s)
51602026-09-04T23:39:21.053Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
51612026-09-04T23:39:21.210Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
51622026-09-04T23:39:21.973Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51632026-09-04T23:39:21.996Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51642026-09-04T23:39:22.038Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
51652026-09-04T23:39:22.217Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51662026-09-04T23:39:22.336Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
51672026-09-04T23:39:22.707Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51682026-09-04T23:39:22.710Z[verify-libraries] Compiling lru v0.12.5
51692026-09-04T23:39:22.775Z[verify-libraries] Compiling unicode-truncate v1.1.0
51702026-09-04T23:39:22.892Z[verify-libraries] Compiling arc-swap v1.8.2
51712026-09-04T23:39:22.953Z[verify-libraries] Compiling cassowary v0.3.0
51722026-09-04T23:39:22.998Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51732026-09-04T23:39:23.154Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51742026-09-04T23:39:23.290Z[verify-libraries] Compiling ratatui v0.29.0
51752026-09-04T23:39:23.596Z[verify-libraries] Compiling slog-scope v4.4.1
51762026-09-04T23:39:23.959Z[verify-libraries] Compiling wnaf v0.14.0
51772026-09-04T23:39:24.127Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51782026-09-04T23:39:24.207Z[verify-libraries] Compiling primefield v0.14.0
51792026-09-04T23:39:24.231Z[verify-libraries] Compiling rfc6979 v0.6.0
51802026-09-04T23:39:24.332Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
51812026-09-04T23:39:24.452Z[verify-libraries] Compiling progenitor-impl v0.13.0
51822026-09-04T23:39:24.496Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51832026-09-04T23:39:24.753Z[ recovery-image] Sep 04 23:39:23.717 INFO O| Sep 04 23:39:23.717 INFO O| Actions: 1/27596 actions (Installing new actions)
51842026-09-04T23:39:24.768Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
51852026-09-04T23:39:25.054Z[verify-libraries] Compiling vergen-git2 v9.1.0
51862026-09-04T23:39:25.413Z[verify-libraries] Compiling strsim v0.10.0
51872026-09-04T23:39:25.641Z[verify-libraries] Compiling darling_core v0.13.4
51882026-09-04T23:39:25.912Z[verify-libraries] Compiling primeorder v0.14.0
51892026-09-04T23:39:26.070Z[verify-libraries] Compiling ecdsa v0.17.0
51902026-09-04T23:39:26.373Z[verify-libraries] Compiling slog-stdlog v4.1.1
51912026-09-04T23:39:26.400Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
51922026-09-04T23:39:26.720Z[verify-libraries] Compiling diesel-dtrace v0.5.0
51932026-09-04T23:39:26.728Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
51942026-09-04T23:39:26.728Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
51952026-09-04T23:39:27.074Z[verify-libraries] Compiling tungstenite v0.23.0
51962026-09-04T23:39:27.114Z[verify-libraries] Compiling progenitor-client v0.13.0
51972026-09-04T23:39:27.192Z[verify-libraries] Compiling console v0.16.2
51982026-09-04T23:39:27.267Z[verify-libraries] Compiling curve25519-dalek v5.0.0
51992026-09-04T23:39:27.496Z[verify-libraries] Compiling progenitor-macro v0.13.0
52002026-09-04T23:39:27.565Z[verify-libraries] Compiling libsw-core v0.3.2
52012026-09-04T23:39:27.753Z[verify-libraries] Compiling unit-prefix v0.5.2
52022026-09-04T23:39:27.784Z[verify-libraries] Compiling void v1.0.2
52032026-09-04T23:39:27.946Z[verify-libraries] Compiling assert_matches v1.5.0
52042026-09-04T23:39:28.006Z[verify-libraries] Compiling lzss v0.8.2
52052026-09-04T23:39:28.074Z[verify-libraries] Compiling libsw v3.5.0
52062026-09-04T23:39:28.079Z[verify-libraries] Compiling indicatif v0.18.4
52072026-09-04T23:39:28.119Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
52082026-09-04T23:39:28.162Z[verify-libraries] Compiling darling_macro v0.13.4
52092026-09-04T23:39:28.229Z[verify-libraries] Compiling slog-envlogger v2.2.0
52102026-09-04T23:39:28.267Z[verify-libraries] Compiling ssh-encoding v0.3.0
52112026-09-04T23:39:28.349Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52122026-09-04T23:39:28.468Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
52132026-09-04T23:39:28.541Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
52142026-09-04T23:39:28.706Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
52152026-09-04T23:39:28.775Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
52162026-09-04T23:39:28.865Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
52172026-09-04T23:39:28.898Z[verify-libraries] Compiling nix v0.27.1
52182026-09-04T23:39:29.103Z[verify-libraries] Compiling colored v2.2.0
52192026-09-04T23:39:29.130Z[verify-libraries] Compiling blake3 v1.8.5
52202026-09-04T23:39:29.138Z[verify-libraries] Compiling serde_bytes v0.11.19
52212026-09-04T23:39:29.151Z[verify-libraries] Compiling keccak v0.2.0
52222026-09-04T23:39:29.453Z[verify-libraries] Compiling shell-words v1.1.1
52232026-09-04T23:39:29.520Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
52242026-09-04T23:39:29.733Z[verify-libraries] Compiling darling v0.13.4
52252026-09-04T23:39:29.751Z[ recovery-image] Sep 04 23:39:28.717 INFO O| Sep 04 23:39:28.717 INFO O| Actions: 21921/27596 actions (Installing new actions)
52262026-09-04T23:39:29.777Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
52272026-09-04T23:39:29.853Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52282026-09-04T23:39:30.183Z[verify-libraries] Compiling ed25519 v3.0.0
52292026-09-04T23:39:30.208Z[verify-libraries] Compiling crypto-primes v0.7.2
52302026-09-04T23:39:30.251Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
52312026-09-04T23:39:30.355Z[verify-libraries] Compiling poly1305 v0.9.0
52322026-09-04T23:39:30.590Z[ recovery-image] Sep 04 23:39:29.555 INFO O| Sep 04 23:39:29.555 INFO O| Actions: Completed 27596 actions in 5.84 seconds.
52332026-09-04T23:39:30.666Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52342026-09-04T23:39:30.671Z[ recovery-image] Sep 04 23:39:29.637 INFO O| Sep 04 23:39:29.637 INFO O| Finalize: Updating package state database ... Done
52352026-09-04T23:39:30.672Z[ recovery-image] Sep 04 23:39:29.637 INFO O| Sep 04 23:39:29.637 INFO O| Finalize: Updating package cache ... Done
52362026-09-04T23:39:30.718Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52372026-09-04T23:39:30.765Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52382026-09-04T23:39:30.833Z[ recovery-image] Sep 04 23:39:29.795 INFO O| Sep 04 23:39:29.795 INFO O| Finalize: Updating image state ... Done
52392026-09-04T23:39:31.029Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52402026-09-04T23:39:31.211Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52412026-09-04T23:39:31.311Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52422026-09-04T23:39:31.378Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52432026-09-04T23:39:31.447Z[verify-libraries] Compiling blowfish v0.10.0
52442026-09-04T23:39:31.480Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52452026-09-04T23:39:31.598Z[verify-libraries] Compiling petname v2.0.2
52462026-09-04T23:39:31.723Z[verify-libraries] Compiling arrayref v0.3.9
52472026-09-04T23:39:31.731Z[ recovery-image] Sep 04 23:39:30.683 INFO O| Sep 04 23:39:30.683 INFO O| Finalize: Creating fast lookup database ... Done
52482026-09-04T23:39:31.744Z[ recovery-image] Sep 04 23:39:30.706 INFO O| Sep 04 23:39:30.706 INFO O| Finalize: Reading search index ... Done
52492026-09-04T23:39:31.803Z[verify-libraries] Compiling constant_time_eq v0.4.2
52502026-09-04T23:39:31.847Z[verify-libraries] Compiling arrayvec v0.7.6
52512026-09-04T23:39:31.906Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52522026-09-04T23:39:32.112Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52532026-09-04T23:39:32.243Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52542026-09-04T23:39:32.431Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52552026-09-04T23:39:32.519Z[verify-libraries] Compiling ssh-cipher v0.3.0
52562026-09-04T23:39:32.657Z[verify-libraries] Compiling serde_with_macros v1.5.2
52572026-09-04T23:39:32.796Z[verify-libraries] Compiling sha3 v0.11.0
52582026-09-04T23:39:33.117Z[verify-libraries] Compiling p256 v0.14.0
52592026-09-04T23:39:33.277Z[verify-libraries] Compiling p521 v0.14.0
52602026-09-04T23:39:33.278Z[verify-libraries] Compiling p384 v0.14.0
52612026-09-04T23:39:33.384Z[verify-libraries] Compiling progenitor v0.13.0
52622026-09-04T23:39:33.432Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52632026-09-04T23:39:33.498Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52642026-09-04T23:39:33.522Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
52652026-09-04T23:39:33.532Z[ recovery-image] Sep 04 23:39:32.494 INFO O| Sep 04 23:39:32.494 INFO O| Finalize: Building new search index ... Done
52662026-09-04T23:39:33.631Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52672026-09-04T23:39:33.805Z[ recovery-image] Sep 04 23:39:32.769 INFO O| Sep 04 23:39:32.769 INFO O| Finalize: Updating package cache ... Done
52682026-09-04T23:39:33.822Z[verify-libraries] Compiling twox-hash v2.1.2
52692026-09-04T23:39:34.049Z[verify-libraries] Compiling kem v0.3.0
52702026-09-04T23:39:34.089Z[verify-libraries] Compiling module-lattice v0.2.3
52712026-09-04T23:39:34.194Z[ recovery-image] Sep 04 23:39:33.157 INFO O| Sep 04 23:39:33.157 INFO STEP 11 (pkg_install) COMPLETE
52722026-09-04T23:39:34.194Z[ recovery-image] Sep 04 23:39:33.158 INFO O| Sep 04 23:39:33.157 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52732026-09-04T23:39:34.195Z[ recovery-image] Sep 04 23:39:33.158 INFO O| Sep 04 23:39:33.157 INFO skip step because feature "recovery" is enabled
52742026-09-04T23:39:34.205Z[ recovery-image] Sep 04 23:39:33.158 INFO O| Sep 04 23:39:33.157 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52752026-09-04T23:39:34.205Z[ recovery-image] Sep 04 23:39:33.158 INFO O| Sep 04 23:39:33.157 INFO skip step because feature "omicron1" is not enabled
52762026-09-04T23:39:34.205Z[ recovery-image] Sep 04 23:39:33.158 INFO O| Sep 04 23:39:33.157 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52772026-09-04T23:39:34.209Z[ recovery-image] Sep 04 23:39:33.168 INFO O| Sep 04 23:39:33.168 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
52782026-09-04T23:39:34.290Z[verify-libraries] Compiling rtoolbox v0.0.3
52792026-09-04T23:39:34.407Z[verify-libraries] Compiling atty v0.2.14
52802026-09-04T23:39:34.420Z[verify-libraries] Compiling topological-sort v0.2.2
52812026-09-04T23:39:34.517Z[verify-libraries] Compiling sponge-cursor v0.1.0
52822026-09-04T23:39:34.557Z[verify-libraries] Compiling rpassword v7.5.4
52832026-09-04T23:39:34.586Z[verify-libraries] Compiling ml-kem v0.3.2
52842026-09-04T23:39:34.664Z[verify-libraries] Compiling sha3 v0.12.0
52852026-09-04T23:39:34.710Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52862026-09-04T23:39:34.940Z[verify-libraries] Compiling serde_with v1.14.0
52872026-09-04T23:39:35.326Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52882026-09-04T23:39:35.603Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52892026-09-04T23:39:35.666Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52902026-09-04T23:39:35.863Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52912026-09-04T23:39:35.923Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52922026-09-04T23:39:36.077Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52932026-09-04T23:39:36.172Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52942026-09-04T23:39:36.272Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52952026-09-04T23:39:36.583Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52962026-09-04T23:39:36.635Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52972026-09-04T23:39:36.931Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52982026-09-04T23:39:36.969Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52992026-09-04T23:39:37.004Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53002026-09-04T23:39:37.229Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53012026-09-04T23:39:37.253Z[verify-libraries] Compiling fatfs v0.3.6
53022026-09-04T23:39:37.337Z[verify-libraries] Compiling num-bigint v0.4.6
53032026-09-04T23:39:37.391Z[verify-libraries] Compiling generic-array v1.4.3
53042026-09-04T23:39:37.580Z[verify-libraries] Compiling russh-util v0.52.0
53052026-09-04T23:39:37.747Z[verify-libraries] Compiling enum_dispatch v0.3.13
53062026-09-04T23:39:37.822Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53072026-09-04T23:39:37.857Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53082026-09-04T23:39:38.016Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53092026-09-04T23:39:38.156Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53102026-09-04T23:39:38.196Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53112026-09-04T23:39:38.262Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53122026-09-04T23:39:38.888Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53132026-09-04T23:39:39.174Z[ recovery-image] Sep 04 23:39:38.138 INFO O| Sep 04 23:39:38.138 INFO O| Startup: Refreshing catalog 'helios' ... Done
53142026-09-04T23:39:39.587Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53152026-09-04T23:39:39.682Z[ recovery-image] Sep 04 23:39:38.643 INFO O| Sep 04 23:39:38.643 INFO O| Startup: Caching catalogs ... Done
53162026-09-04T23:39:40.141Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53172026-09-04T23:39:40.396Z[ recovery-image] Sep 04 23:39:39.358 INFO O| Sep 04 23:39:39.358 INFO O| Planning: Solver setup ... Done
53182026-09-04T23:39:40.420Z[ recovery-image] Sep 04 23:39:39.363 INFO O| Sep 04 23:39:39.363 INFO O| Planning: Running solver ... Done
53192026-09-04T23:39:40.432Z[ recovery-image] Sep 04 23:39:39.380 INFO O| Sep 04 23:39:39.380 INFO O| Planning: Finding local manifests ... Done
53202026-09-04T23:39:40.463Z[ recovery-image] Sep 04 23:39:39.430 INFO O| Sep 04 23:39:39.430 INFO O| Planning: Fetching manifests: 0/1 0% complete
53212026-09-04T23:39:40.474Z[ recovery-image] Sep 04 23:39:39.442 INFO O| Sep 04 23:39:39.442 INFO O| Planning: Fetching manifests: 1/1 100% complete
53222026-09-04T23:39:40.492Z[ recovery-image] Sep 04 23:39:39.460 INFO O| Sep 04 23:39:39.460 INFO O| Planning: Package planning ... Done
53232026-09-04T23:39:40.492Z[ recovery-image] Sep 04 23:39:39.460 INFO O| Sep 04 23:39:39.460 INFO O| Planning: Merging actions ... Done
53242026-09-04T23:39:40.514Z[ recovery-image] Sep 04 23:39:39.482 INFO O| Sep 04 23:39:39.482 INFO O| Planning: Checking for conflicting actions ... Done
53252026-09-04T23:39:40.529Z[ recovery-image] Sep 04 23:39:39.482 INFO O| Sep 04 23:39:39.482 INFO O| Planning: Consolidating action changes ... Done
53262026-09-04T23:39:40.617Z[ recovery-image] Sep 04 23:39:39.582 INFO O| Sep 04 23:39:39.582 INFO O| Planning: Evaluating mediators ... Done
53272026-09-04T23:39:40.630Z[ recovery-image] Sep 04 23:39:39.582 INFO O| Sep 04 23:39:39.582 INFO O| Planning: Planning completed in 0.92 seconds
53282026-09-04T23:39:40.630Z[ recovery-image] Sep 04 23:39:39.582 INFO O| Sep 04 23:39:39.582 INFO O| Packages to install: 1
53292026-09-04T23:39:40.637Z[ recovery-image] Sep 04 23:39:39.595 INFO O| Sep 04 23:39:39.595 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53302026-09-04T23:39:40.902Z[ recovery-image] Sep 04 23:39:39.868 INFO O| Sep 04 23:39:39.868 INFO O| Download: Completed 13.27 MB in 0.27 seconds (48.6M/s)
53312026-09-04T23:39:40.922Z[ recovery-image] Sep 04 23:39:39.888 INFO O| Sep 04 23:39:39.888 INFO O| Actions: 1/22 actions (Installing new actions)
53322026-09-04T23:39:41.156Z[ recovery-image] Sep 04 23:39:40.122 INFO O| Sep 04 23:39:40.122 INFO O| Actions: Completed 22 actions in 0.23 seconds.
53332026-09-04T23:39:41.207Z[ recovery-image] Sep 04 23:39:40.167 INFO O| Sep 04 23:39:40.167 INFO O| Finalize: Updating package state database ... Done
53342026-09-04T23:39:41.208Z[ recovery-image] Sep 04 23:39:40.167 INFO O| Sep 04 23:39:40.167 INFO O| Finalize: Updating package cache ... Done
53352026-09-04T23:39:41.243Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53362026-09-04T23:39:41.322Z[ recovery-image] Sep 04 23:39:40.287 INFO O| Sep 04 23:39:40.287 INFO O| Finalize: Updating image state ... Done
53372026-09-04T23:39:41.442Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53382026-09-04T23:39:41.925Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53392026-09-04T23:39:42.012Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53402026-09-04T23:39:42.072Z[ recovery-image] Sep 04 23:39:41.039 INFO O| Sep 04 23:39:41.039 INFO O| Finalize: Creating fast lookup database ... Done
53412026-09-04T23:39:42.095Z[ recovery-image] Sep 04 23:39:41.055 INFO O| Sep 04 23:39:41.055 INFO O| Finalize: Reading search index ... Done
53422026-09-04T23:39:42.095Z[ recovery-image] Sep 04 23:39:41.055 INFO O| Sep 04 23:39:41.055 INFO O| Finalize: Updating search index ... Done
53432026-09-04T23:39:42.102Z[ recovery-image] Sep 04 23:39:41.065 INFO O| Sep 04 23:39:41.065 INFO O| Finalize: Updating package cache ... Done
53442026-09-04T23:39:42.520Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 14 (pkg_install) COMPLETE
53452026-09-04T23:39:42.520Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53462026-09-04T23:39:42.520Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO skip step because feature "mbist" is not enabled
53472026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53482026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO skip step because feature "mfg" is not enabled
53492026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53502026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO skip step because feature "compliance" is not enabled
53512026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53522026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO skip step because feature "stress" is not enabled
53532026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53542026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO skip step because feature "compliance" is not enabled
53552026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53562026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO skip step because feature "nfs" is not enabled
53572026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53582026-09-04T23:39:42.539Z[ recovery-image] Sep 04 23:39:41.475 INFO O| Sep 04 23:39:41.475 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53592026-09-04T23:39:42.586Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53602026-09-04T23:39:42.803Z[ recovery-image] Sep 04 23:39:41.770 INFO O| Sep 04 23:39:41.770 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
53612026-09-04T23:39:42.904Z[ recovery-image] Sep 04 23:39:41.872 INFO O| Sep 04 23:39:41.872 INFO completed processing sled/ramdisk-01-os
53622026-09-04T23:39:42.922Z[ recovery-image] Sep 04 23:39:41.877 INFO image builder template: ramdisk-02-trim...
53632026-09-04T23:39:42.922Z[ recovery-image] Sep 04 23:39:41.877 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/.tmppilCWr/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
53642026-09-04T23:39:42.941Z[ recovery-image] Sep 04 23:39:41.909 INFO O| Sep 04 23:39:41.908 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53652026-09-04T23:39:42.955Z[ recovery-image] Sep 04 23:39:41.913 INFO O| Sep 04 23:39:41.913 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53662026-09-04T23:39:43.021Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53672026-09-04T23:39:43.044Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53682026-09-04T23:39:43.062Z[ recovery-image] Sep 04 23:39:42.029 INFO O| Sep 04 23:39:42.029 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
53692026-09-04T23:39:43.171Z[ recovery-image] Sep 04 23:39:42.131 INFO O| Sep 04 23:39:42.130 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53702026-09-04T23:39:43.190Z[ recovery-image] Sep 04 23:39:42.131 INFO O| Sep 04 23:39:42.131 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53712026-09-04T23:39:46.454Z[ recovery-image] Sep 04 23:39:42.135 INFO O| Sep 04 23:39:42.135 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53722026-09-04T23:39:46.454Z[ recovery-image] Sep 04 23:39:42.139 INFO O| Sep 04 23:39:42.139 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
53732026-09-04T23:39:46.454Z[ recovery-image] Sep 04 23:39:42.143 INFO O| Sep 04 23:39:42.143 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
53742026-09-04T23:39:46.476Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53752026-09-04T23:39:46.476Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53762026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.781 INFO O| Sep 04 23:39:42.781 INFO rolled back to input snapshot; work may begin
53772026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.781 INFO O| Sep 04 23:39:42.781 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53782026-09-04T23:39:46.477Z[verify-libraries] Compiling delegate v0.13.5
53792026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.786 INFO O| Sep 04 23:39:42.786 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53802026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.795 INFO O| Sep 04 23:39:42.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
53812026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.835 INFO O| Sep 04 23:39:42.835 INFO STEP 0 (remove_files) COMPLETE
53822026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.835 INFO O| Sep 04 23:39:42.835 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53832026-09-04T23:39:46.477Z[ recovery-image] Sep 04 23:39:42.845 INFO O| Sep 04 23:39:42.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
53842026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.847 INFO O| Sep 04 23:39:42.847 INFO STEP 1 (remove_files) COMPLETE
53852026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.847 INFO O| Sep 04 23:39:42.847 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53862026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.857 INFO O| Sep 04 23:39:42.857 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
53872026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.869 INFO O| Sep 04 23:39:42.869 INFO STEP 2 (remove_files) COMPLETE
53882026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.869 INFO O| Sep 04 23:39:42.869 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53892026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.880 INFO O| Sep 04 23:39:42.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
53902026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.881 INFO O| Sep 04 23:39:42.881 INFO STEP 3 (remove_files) COMPLETE
53912026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.881 INFO O| Sep 04 23:39:42.881 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53922026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.892 INFO O| Sep 04 23:39:42.892 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
53932026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.895 INFO O| Sep 04 23:39:42.895 INFO STEP 4 (remove_files) COMPLETE
53942026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.895 INFO O| Sep 04 23:39:42.895 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53952026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.906 INFO O| Sep 04 23:39:42.906 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
53962026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.906 INFO O| Sep 04 23:39:42.906 INFO STEP 5 (remove_files) COMPLETE
53972026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.906 INFO O| Sep 04 23:39:42.906 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53982026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.921 INFO O| Sep 04 23:39:42.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
53992026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.931 INFO O| Sep 04 23:39:42.931 INFO STEP 6 (remove_files) COMPLETE
54002026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54012026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO skip step because feature "heliosv2" is not enabled
54022026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54032026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO skip step because feature "recovery" is enabled
54042026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54052026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO skip step because feature "recovery" is enabled
54062026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.931 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54072026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.932 INFO skip step because feature "recovery" is enabled
54082026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.932 INFO O| Sep 04 23:39:42.932 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54092026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.942 INFO O| Sep 04 23:39:42.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
54102026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.944 INFO O| Sep 04 23:39:42.944 INFO STEP 11 (remove_files) COMPLETE
54112026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.944 INFO O| Sep 04 23:39:42.944 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54122026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.954 INFO O| Sep 04 23:39:42.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
54132026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.955 INFO O| Sep 04 23:39:42.955 INFO STEP 12 (remove_files) COMPLETE
54142026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.955 INFO O| Sep 04 23:39:42.955 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54152026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.965 INFO O| Sep 04 23:39:42.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
54162026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.966 INFO O| Sep 04 23:39:42.966 INFO STEP 13 (remove_files) COMPLETE
54172026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:42.966 INFO O| Sep 04 23:39:42.966 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54182026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:43.074 INFO O| Sep 04 23:39:43.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
54192026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:43.077 INFO O| Sep 04 23:39:43.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
54202026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:43.132 INFO O| Sep 04 23:39:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
54212026-09-04T23:39:46.478Z[ recovery-image] Sep 04 23:39:43.132 INFO O| Sep 04 23:39:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
54222026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.132 INFO O| Sep 04 23:39:43.132 INFO STEP 14 (remove_files) COMPLETE
54232026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.132 INFO O| Sep 04 23:39:43.132 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54242026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.142 INFO O| Sep 04 23:39:43.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
54252026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.143 INFO O| Sep 04 23:39:43.143 INFO STEP 15 (remove_files) COMPLETE
54262026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.143 INFO O| Sep 04 23:39:43.143 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54272026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.155 INFO O| Sep 04 23:39:43.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
54282026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.161 INFO O| Sep 04 23:39:43.161 INFO STEP 16 (remove_files) COMPLETE
54292026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.161 INFO O| Sep 04 23:39:43.161 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54302026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.186 INFO O| Sep 04 23:39:43.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
54312026-09-04T23:39:46.479Z[ recovery-image] Sep 04 23:39:43.186 INFO O| Sep 04 23:39:43.186 INFO STEP 17 (remove_files) COMPLETE
54322026-09-04T23:39:46.480Z[ recovery-image] Sep 04 23:39:43.186 INFO O| Sep 04 23:39:43.186 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54332026-09-04T23:39:46.480Z[ recovery-image] Sep 04 23:39:43.242 INFO O| Sep 04 23:39:43.241 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
54342026-09-04T23:39:46.480Z[ recovery-image] Sep 04 23:39:43.243 INFO O| Sep 04 23:39:43.243 INFO STEP 18 (remove_files) COMPLETE
54352026-09-04T23:39:46.480Z[ recovery-image] Sep 04 23:39:43.243 INFO O| Sep 04 23:39:43.243 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54362026-09-04T23:39:46.480Z[ recovery-image] Sep 04 23:39:43.256 INFO O| Sep 04 23:39:43.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
54372026-09-04T23:39:46.480Z[ recovery-image] Sep 04 23:39:43.256 INFO O| Sep 04 23:39:43.256 INFO STEP 19 (remove_files) COMPLETE
54382026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.256 INFO O| Sep 04 23:39:43.256 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54392026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.290 INFO O| Sep 04 23:39:43.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
54402026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.290 INFO O| Sep 04 23:39:43.290 INFO STEP 20 (remove_files) COMPLETE
54412026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.290 INFO O| Sep 04 23:39:43.290 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54422026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.300 INFO O| Sep 04 23:39:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
54432026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.300 INFO O| Sep 04 23:39:43.300 INFO STEP 21 (remove_files) COMPLETE
54442026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.300 INFO O| Sep 04 23:39:43.300 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54452026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.311 INFO O| Sep 04 23:39:43.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
54462026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.311 INFO O| Sep 04 23:39:43.311 INFO STEP 22 (remove_files) COMPLETE
54472026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.311 INFO O| Sep 04 23:39:43.311 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54482026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.320 INFO O| Sep 04 23:39:43.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
54492026-09-04T23:39:46.481Z[ recovery-image] Sep 04 23:39:43.320 INFO O| Sep 04 23:39:43.320 INFO STEP 23 (remove_files) COMPLETE
54502026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.320 INFO O| Sep 04 23:39:43.320 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54512026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.328 INFO O| Sep 04 23:39:43.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
54522026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.329 INFO O| Sep 04 23:39:43.328 INFO STEP 24 (remove_files) COMPLETE
54532026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.329 INFO O| Sep 04 23:39:43.328 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54542026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.337 INFO O| Sep 04 23:39:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
54552026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.337 INFO O| Sep 04 23:39:43.337 INFO STEP 25 (remove_files) COMPLETE
54562026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.337 INFO O| Sep 04 23:39:43.337 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54572026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.354 INFO O| Sep 04 23:39:43.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
54582026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.354 INFO O| Sep 04 23:39:43.354 INFO STEP 26 (remove_files) COMPLETE
54592026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.354 INFO O| Sep 04 23:39:43.354 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54602026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.364 INFO O| Sep 04 23:39:43.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
54612026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.365 INFO O| Sep 04 23:39:43.365 INFO STEP 27 (remove_files) COMPLETE
54622026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.365 INFO O| Sep 04 23:39:43.365 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54632026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.374 INFO O| Sep 04 23:39:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
54642026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.374 INFO O| Sep 04 23:39:43.374 INFO STEP 28 (remove_files) COMPLETE
54652026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.374 INFO O| Sep 04 23:39:43.374 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54662026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.391 INFO O| Sep 04 23:39:43.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
54672026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.391 INFO O| Sep 04 23:39:43.391 INFO STEP 29 (remove_files) COMPLETE
54682026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.391 INFO O| Sep 04 23:39:43.391 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54692026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.404 INFO O| Sep 04 23:39:43.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
54702026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.404 INFO O| Sep 04 23:39:43.404 INFO STEP 30 (remove_files) COMPLETE
54712026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.404 INFO O| Sep 04 23:39:43.404 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54722026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.435 INFO O| Sep 04 23:39:43.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
54732026-09-04T23:39:46.482Z[ recovery-image] Sep 04 23:39:43.435 INFO O| Sep 04 23:39:43.435 INFO STEP 31 (remove_files) COMPLETE
54742026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.435 INFO O| Sep 04 23:39:43.435 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54752026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.444 INFO O| Sep 04 23:39:43.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
54762026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.444 INFO O| Sep 04 23:39:43.444 INFO STEP 32 (remove_files) COMPLETE
54772026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.444 INFO O| Sep 04 23:39:43.444 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54782026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.456 INFO O| Sep 04 23:39:43.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
54792026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.456 INFO O| Sep 04 23:39:43.456 INFO STEP 33 (remove_files) COMPLETE
54802026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.456 INFO O| Sep 04 23:39:43.456 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54812026-09-04T23:39:46.503Z[ recovery-image] Sep 04 23:39:43.467 INFO O| Sep 04 23:39:43.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
54822026-09-04T23:39:46.503Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
54832026-09-04T23:39:46.503Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54842026-09-04T23:39:46.503Z[verify-libraries] Compiling md5 v0.8.0
54852026-09-04T23:39:46.503Z[verify-libraries] Compiling hex-literal v1.1.0
54862026-09-04T23:39:46.503Z[verify-libraries] Compiling sync-ptr v0.1.4
54872026-09-04T23:39:46.503Z[verify-libraries] Compiling seq-macro v0.3.6
54882026-09-04T23:39:46.503Z[verify-libraries] Compiling russh v0.62.4
54892026-09-04T23:39:46.503Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
54902026-09-04T23:39:46.504Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
54912026-09-04T23:39:46.504Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54922026-09-04T23:39:46.504Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54932026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.467 INFO O| Sep 04 23:39:43.467 INFO STEP 34 (remove_files) COMPLETE
54942026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.467 INFO O| Sep 04 23:39:43.467 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54952026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.477 INFO O| Sep 04 23:39:43.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
54962026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.477 INFO O| Sep 04 23:39:43.477 INFO STEP 35 (remove_files) COMPLETE
54972026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.477 INFO O| Sep 04 23:39:43.477 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
54982026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.487 INFO O| Sep 04 23:39:43.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
54992026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.487 INFO O| Sep 04 23:39:43.487 INFO STEP 36 (remove_files) COMPLETE
55002026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.487 INFO O| Sep 04 23:39:43.487 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55012026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.497 INFO O| Sep 04 23:39:43.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
55022026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.497 INFO O| Sep 04 23:39:43.497 INFO STEP 37 (remove_files) COMPLETE
55032026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.497 INFO O| Sep 04 23:39:43.497 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55042026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.507 INFO O| Sep 04 23:39:43.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
55052026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.507 INFO O| Sep 04 23:39:43.507 INFO STEP 38 (remove_files) COMPLETE
55062026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.507 INFO O| Sep 04 23:39:43.507 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55072026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.519 INFO O| Sep 04 23:39:43.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
55082026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.519 INFO O| Sep 04 23:39:43.519 INFO STEP 39 (remove_files) COMPLETE
55092026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.519 INFO O| Sep 04 23:39:43.519 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55102026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.569 INFO O| Sep 04 23:39:43.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
55112026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.569 INFO O| Sep 04 23:39:43.569 INFO STEP 40 (remove_files) COMPLETE
55122026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.569 INFO O| Sep 04 23:39:43.569 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55132026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.579 INFO O| Sep 04 23:39:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
55142026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.579 INFO O| Sep 04 23:39:43.579 INFO STEP 41 (remove_files) COMPLETE
55152026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.579 INFO O| Sep 04 23:39:43.579 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55162026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.589 INFO O| Sep 04 23:39:43.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
55172026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.589 INFO O| Sep 04 23:39:43.589 INFO STEP 42 (remove_files) COMPLETE
55182026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.589 INFO O| Sep 04 23:39:43.589 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55192026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.598 INFO O| Sep 04 23:39:43.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
55202026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.598 INFO O| Sep 04 23:39:43.598 INFO STEP 43 (remove_files) COMPLETE
55212026-09-04T23:39:46.504Z[ recovery-image] Sep 04 23:39:43.598 INFO O| Sep 04 23:39:43.598 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55222026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.609 INFO O| Sep 04 23:39:43.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
55232026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.609 INFO O| Sep 04 23:39:43.609 INFO STEP 44 (remove_files) COMPLETE
55242026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.609 INFO O| Sep 04 23:39:43.609 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55252026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.646 INFO O| Sep 04 23:39:43.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
55262026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.646 INFO O| Sep 04 23:39:43.646 INFO STEP 45 (remove_files) COMPLETE
55272026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.646 INFO O| Sep 04 23:39:43.646 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55282026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.656 INFO O| Sep 04 23:39:43.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
55292026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.656 INFO O| Sep 04 23:39:43.656 INFO STEP 46 (remove_files) COMPLETE
55302026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.656 INFO O| Sep 04 23:39:43.656 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55312026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.666 INFO O| Sep 04 23:39:43.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
55322026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.666 INFO O| Sep 04 23:39:43.666 INFO STEP 47 (remove_files) COMPLETE
55332026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.666 INFO O| Sep 04 23:39:43.666 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55342026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.675 INFO O| Sep 04 23:39:43.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
55352026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.675 INFO O| Sep 04 23:39:43.675 INFO STEP 48 (remove_files) COMPLETE
55362026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.675 INFO O| Sep 04 23:39:43.675 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55372026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.687 INFO O| Sep 04 23:39:43.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
55382026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.687 INFO O| Sep 04 23:39:43.687 INFO STEP 49 (remove_files) COMPLETE
55392026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.687 INFO O| Sep 04 23:39:43.687 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55402026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.697 INFO O| Sep 04 23:39:43.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
55412026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.698 INFO O| Sep 04 23:39:43.697 INFO STEP 50 (remove_files) COMPLETE
55422026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.698 INFO O| Sep 04 23:39:43.697 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55432026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.710 INFO O| Sep 04 23:39:43.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
55442026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.710 INFO O| Sep 04 23:39:43.710 INFO STEP 51 (remove_files) COMPLETE
55452026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.710 INFO O| Sep 04 23:39:43.710 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55462026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.747 INFO O| Sep 04 23:39:43.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
55472026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.747 INFO O| Sep 04 23:39:43.747 INFO STEP 52 (remove_files) COMPLETE
55482026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.747 INFO O| Sep 04 23:39:43.747 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55492026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.778 INFO O| Sep 04 23:39:43.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
55502026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.778 INFO O| Sep 04 23:39:43.778 INFO STEP 53 (remove_files) COMPLETE
55512026-09-04T23:39:46.505Z[ recovery-image] Sep 04 23:39:43.778 INFO O| Sep 04 23:39:43.778 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55522026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.789 INFO O| Sep 04 23:39:43.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
55532026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.789 INFO O| Sep 04 23:39:43.789 INFO STEP 54 (remove_files) COMPLETE
55542026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.789 INFO O| Sep 04 23:39:43.789 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55552026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.799 INFO O| Sep 04 23:39:43.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
55562026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.799 INFO O| Sep 04 23:39:43.799 INFO STEP 55 (remove_files) COMPLETE
55572026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.799 INFO O| Sep 04 23:39:43.799 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55582026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.823 INFO O| Sep 04 23:39:43.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
55592026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.823 INFO O| Sep 04 23:39:43.823 INFO STEP 56 (remove_files) COMPLETE
55602026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.823 INFO O| Sep 04 23:39:43.823 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55612026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.857 INFO O| Sep 04 23:39:43.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
55622026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.857 INFO O| Sep 04 23:39:43.857 INFO STEP 57 (remove_files) COMPLETE
55632026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.857 INFO O| Sep 04 23:39:43.857 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55642026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.873 INFO O| Sep 04 23:39:43.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
55652026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.873 INFO O| Sep 04 23:39:43.873 INFO STEP 58 (remove_files) COMPLETE
55662026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.873 INFO O| Sep 04 23:39:43.873 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55672026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
55682026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
55692026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55702026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55712026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55722026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
55732026-09-04T23:39:46.506Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO ok!
55742026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO STEP 59 (ensure_file) COMPLETE
55752026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.882 INFO O| Sep 04 23:39:43.882 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55762026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
55772026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
55782026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55792026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55802026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55812026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
55822026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO ok!
55832026-09-04T23:39:46.510Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO STEP 60 (ensure_file) COMPLETE
55842026-09-04T23:39:46.511Z[ recovery-image] Sep 04 23:39:43.892 INFO O| Sep 04 23:39:43.892 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55852026-09-04T23:39:46.511Z[ recovery-image] Sep 04 23:39:43.902 INFO O| Sep 04 23:39:43.902 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
55862026-09-04T23:39:46.511Z[ recovery-image] Sep 04 23:39:43.902 INFO O| Sep 04 23:39:43.902 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
55872026-09-04T23:39:46.511Z[ recovery-image] Sep 04 23:39:43.902 INFO O| Sep 04 23:39:43.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
55882026-09-04T23:39:46.511Z[ recovery-image] Sep 04 23:39:43.902 INFO O| Sep 04 23:39:43.902 INFO ok!
55892026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.902 INFO O| Sep 04 23:39:43.902 INFO STEP 61 (ensure_file) COMPLETE
55902026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.902 INFO O| Sep 04 23:39:43.902 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55912026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.915 INFO O| Sep 04 23:39:43.914 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
55922026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.915 INFO O| Sep 04 23:39:43.915 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
55932026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.915 INFO O| Sep 04 23:39:43.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
55942026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.915 INFO O| Sep 04 23:39:43.915 INFO ok!
55952026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.915 INFO O| Sep 04 23:39:43.915 INFO STEP 62 (ensure_file) COMPLETE
55962026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.915 INFO O| Sep 04 23:39:43.915 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
55972026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
55982026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
55992026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56002026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
56012026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 INFO ok!
56022026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 INFO STEP 63 (ensure_file) COMPLETE
56032026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.928 INFO O| Sep 04 23:39:43.928 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56042026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
56052026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/recovery/work/sled/ramdisk/etc/profile ...
56062026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56072026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/profile
56082026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 INFO ok!
56092026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 INFO STEP 64 (ensure_file) COMPLETE
56102026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.939 INFO O| Sep 04 23:39:43.939 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56112026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
56122026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
56132026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56142026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
56152026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO ok!
56162026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO STEP 65 (ensure_file) COMPLETE
56172026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.952 INFO O| Sep 04 23:39:43.952 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56182026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.963 INFO O| Sep 04 23:39:43.963 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
56192026-09-04T23:39:46.512Z[ recovery-image] Sep 04 23:39:43.963 INFO O| Sep 04 23:39:43.963 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
56202026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.963 INFO O| Sep 04 23:39:43.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
56212026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.963 INFO O| Sep 04 23:39:43.963 INFO ok!
56222026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.963 INFO O| Sep 04 23:39:43.963 INFO STEP 66 (assemble_files) COMPLETE
56232026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.963 INFO O| Sep 04 23:39:43.963 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56242026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.973 INFO O| Sep 04 23:39:43.972 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
56252026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.973 INFO O| Sep 04 23:39:43.972 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
56262026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.973 INFO O| Sep 04 23:39:43.973 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56272026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.973 INFO O| Sep 04 23:39:43.973 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
56282026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.973 INFO O| Sep 04 23:39:43.973 INFO ok!
56292026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.973 INFO STEP 67 (ensure_file) COMPLETE
56302026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56312026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO skip step because feature "omicron1" is not enabled
56322026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56332026-09-04T23:39:46.513Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO skip step because feature "omicron1" is not enabled
56342026-09-04T23:39:46.514Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56352026-09-04T23:39:46.514Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO skip step because feature "omicron1" is not enabled
56362026-09-04T23:39:46.515Z[ recovery-image] Sep 04 23:39:43.974 INFO O| Sep 04 23:39:43.974 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
56372026-09-04T23:39:46.515Z[ recovery-image] Sep 04 23:39:43.991 INFO O| Sep 04 23:39:43.991 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
56382026-09-04T23:39:46.515Z[ recovery-image] Sep 04 23:39:43.991 INFO O| Sep 04 23:39:43.991 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
56392026-09-04T23:39:46.515Z[ recovery-image] Sep 04 23:39:45.393 INFO O| Sep 04 23:39:45.393 INFO STEP 71 (pack_tar) COMPLETE
56402026-09-04T23:39:46.515Z[ recovery-image] Sep 04 23:39:45.393 INFO O| Sep 04 23:39:45.393 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56412026-09-04T23:39:46.515Z[ recovery-image] Sep 04 23:39:45.393 INFO O| Sep 04 23:39:45.393 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56422026-09-04T23:39:46.934Z[ recovery-image] Sep 04 23:39:45.902 INFO O| Sep 04 23:39:45.902 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
56432026-09-04T23:39:47.143Z[ recovery-image] Sep 04 23:39:46.108 INFO O| Sep 04 23:39:46.108 INFO completed processing sled/ramdisk-02-trim
56442026-09-04T23:39:47.146Z[ recovery-image] Sep 04 23:39:46.110 INFO image builder template: ramdisk-03-recovery-trim...
56452026-09-04T23:39:47.146Z[ recovery-image] Sep 04 23:39:46.110 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/.tmppilCWr/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
56462026-09-04T23:39:47.149Z[ recovery-image] Sep 04 23:39:46.115 INFO O| Sep 04 23:39:46.115 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
56472026-09-04T23:39:47.159Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
56482026-09-04T23:39:47.191Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
56492026-09-04T23:39:47.223Z[ recovery-image] Sep 04 23:39:46.191 INFO O| Sep 04 23:39:46.191 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56502026-09-04T23:39:47.227Z[ recovery-image] Sep 04 23:39:46.195 INFO O| Sep 04 23:39:46.195 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56512026-09-04T23:39:47.253Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
56522026-09-04T23:39:47.349Z[ recovery-image] Sep 04 23:39:46.317 INFO O| Sep 04 23:39:46.317 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
56532026-09-04T23:39:47.394Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56542026-09-04T23:39:47.451Z[ recovery-image] Sep 04 23:39:46.419 INFO O| Sep 04 23:39:46.419 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
56552026-09-04T23:39:47.451Z[ recovery-image] Sep 04 23:39:46.419 INFO O| Sep 04 23:39:46.419 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
56562026-09-04T23:39:47.458Z[ recovery-image] Sep 04 23:39:46.426 INFO O| Sep 04 23:39:46.426 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
56572026-09-04T23:39:47.462Z[ recovery-image] Sep 04 23:39:46.430 INFO O| Sep 04 23:39:46.430 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
56582026-09-04T23:39:47.471Z[ recovery-image] Sep 04 23:39:46.434 INFO O| Sep 04 23:39:46.434 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
56592026-09-04T23:39:47.525Z[verify-libraries] Compiling fs-err v2.11.0
56602026-09-04T23:39:47.738Z[verify-libraries] Compiling internet-checksum v0.2.1
56612026-09-04T23:39:47.994Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
56622026-09-04T23:39:48.142Z[ recovery-image] Sep 04 23:39:47.109 INFO O| Sep 04 23:39:47.109 INFO rolled back to input snapshot; work may begin
56632026-09-04T23:39:48.142Z[ recovery-image] Sep 04 23:39:47.110 INFO O| Sep 04 23:39:47.109 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
56642026-09-04T23:39:48.149Z[ recovery-image] Sep 04 23:39:47.115 INFO O| Sep 04 23:39:47.115 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-09-04T23:39:48.158Z[ recovery-image] Sep 04 23:39:47.125 INFO O| Sep 04 23:39:47.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
56662026-09-04T23:39:48.161Z[ recovery-image] Sep 04 23:39:47.128 INFO O| Sep 04 23:39:47.128 INFO STEP 0 (remove_files) COMPLETE
56672026-09-04T23:39:48.161Z[ recovery-image] Sep 04 23:39:47.128 INFO O| Sep 04 23:39:47.128 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-09-04T23:39:48.169Z[ recovery-image] Sep 04 23:39:47.137 INFO O| Sep 04 23:39:47.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
56692026-09-04T23:39:48.173Z[ recovery-image] Sep 04 23:39:47.138 INFO O| Sep 04 23:39:47.138 INFO STEP 1 (remove_files) COMPLETE
56702026-09-04T23:39:48.173Z[ recovery-image] Sep 04 23:39:47.138 INFO O| Sep 04 23:39:47.138 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-09-04T23:39:48.178Z[ recovery-image] Sep 04 23:39:47.146 INFO O| Sep 04 23:39:47.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
56722026-09-04T23:39:48.190Z[ recovery-image] Sep 04 23:39:47.158 INFO O| Sep 04 23:39:47.158 INFO STEP 2 (remove_files) COMPLETE
56732026-09-04T23:39:48.190Z[ recovery-image] Sep 04 23:39:47.158 INFO O| Sep 04 23:39:47.158 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-09-04T23:39:48.200Z[ recovery-image] Sep 04 23:39:47.167 INFO O| Sep 04 23:39:47.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
56752026-09-04T23:39:48.248Z[ recovery-image] Sep 04 23:39:47.215 INFO O| Sep 04 23:39:47.215 INFO STEP 3 (remove_files) COMPLETE
56762026-09-04T23:39:48.248Z[ recovery-image] Sep 04 23:39:47.215 INFO O| Sep 04 23:39:47.215 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-09-04T23:39:48.259Z[ recovery-image] Sep 04 23:39:47.226 INFO O| Sep 04 23:39:47.226 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
56782026-09-04T23:39:48.262Z[ recovery-image] Sep 04 23:39:47.230 INFO O| Sep 04 23:39:47.230 INFO STEP 4 (remove_files) COMPLETE
56792026-09-04T23:39:48.262Z[ recovery-image] Sep 04 23:39:47.230 INFO O| Sep 04 23:39:47.230 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-09-04T23:39:48.273Z[ recovery-image] Sep 04 23:39:47.240 INFO O| Sep 04 23:39:47.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
56812026-09-04T23:39:48.307Z[ recovery-image] Sep 04 23:39:47.275 INFO O| Sep 04 23:39:47.275 INFO STEP 5 (remove_files) COMPLETE
56822026-09-04T23:39:48.307Z[ recovery-image] Sep 04 23:39:47.275 INFO O| Sep 04 23:39:47.275 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-09-04T23:39:48.317Z[ recovery-image] Sep 04 23:39:47.285 INFO O| Sep 04 23:39:47.285 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
56842026-09-04T23:39:48.340Z[ recovery-image] Sep 04 23:39:47.308 INFO O| Sep 04 23:39:47.308 INFO STEP 6 (remove_files) COMPLETE
56852026-09-04T23:39:48.340Z[ recovery-image] Sep 04 23:39:47.308 INFO O| Sep 04 23:39:47.308 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-09-04T23:39:48.351Z[ recovery-image] Sep 04 23:39:47.319 INFO O| Sep 04 23:39:47.319 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
56872026-09-04T23:39:48.354Z[ recovery-image] Sep 04 23:39:47.321 INFO O| Sep 04 23:39:47.321 INFO STEP 7 (remove_files) COMPLETE
56882026-09-04T23:39:48.354Z[ recovery-image] Sep 04 23:39:47.321 INFO O| Sep 04 23:39:47.321 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-09-04T23:39:48.365Z[ recovery-image] Sep 04 23:39:47.332 INFO O| Sep 04 23:39:47.332 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
56902026-09-04T23:39:48.369Z[ recovery-image] Sep 04 23:39:47.334 INFO O| Sep 04 23:39:47.334 INFO STEP 8 (remove_files) COMPLETE
56912026-09-04T23:39:48.369Z[ recovery-image] Sep 04 23:39:47.334 INFO O| Sep 04 23:39:47.334 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-09-04T23:39:48.378Z[ recovery-image] Sep 04 23:39:47.346 INFO O| Sep 04 23:39:47.346 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
56932026-09-04T23:39:48.383Z[ recovery-image] Sep 04 23:39:47.351 INFO O| Sep 04 23:39:47.351 INFO STEP 9 (remove_files) COMPLETE
56942026-09-04T23:39:48.383Z[ recovery-image] Sep 04 23:39:47.351 INFO O| Sep 04 23:39:47.351 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-09-04T23:39:48.393Z[ recovery-image] Sep 04 23:39:47.361 INFO O| Sep 04 23:39:47.361 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
56962026-09-04T23:39:48.397Z[ recovery-image] Sep 04 23:39:47.364 INFO O| Sep 04 23:39:47.364 INFO STEP 10 (remove_files) COMPLETE
56972026-09-04T23:39:48.397Z[ recovery-image] Sep 04 23:39:47.364 INFO O| Sep 04 23:39:47.364 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-09-04T23:39:48.406Z[ recovery-image] Sep 04 23:39:47.374 INFO O| Sep 04 23:39:47.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
56992026-09-04T23:39:48.414Z[ recovery-image] Sep 04 23:39:47.382 INFO O| Sep 04 23:39:47.382 INFO STEP 11 (remove_files) COMPLETE
57002026-09-04T23:39:48.414Z[ recovery-image] Sep 04 23:39:47.382 INFO O| Sep 04 23:39:47.382 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-09-04T23:39:48.424Z[ recovery-image] Sep 04 23:39:47.391 INFO O| Sep 04 23:39:47.391 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
57022026-09-04T23:39:48.752Z[ recovery-image] Sep 04 23:39:47.720 INFO O| Sep 04 23:39:47.720 INFO STEP 12 (remove_files) COMPLETE
57032026-09-04T23:39:48.753Z[ recovery-image] Sep 04 23:39:47.720 INFO O| Sep 04 23:39:47.720 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-09-04T23:39:48.764Z[ recovery-image] Sep 04 23:39:47.732 INFO O| Sep 04 23:39:47.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
57052026-09-04T23:39:48.770Z[ recovery-image] Sep 04 23:39:47.737 INFO O| Sep 04 23:39:47.737 INFO STEP 13 (remove_files) COMPLETE
57062026-09-04T23:39:48.770Z[ recovery-image] Sep 04 23:39:47.737 INFO O| Sep 04 23:39:47.737 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-09-04T23:39:48.781Z[ recovery-image] Sep 04 23:39:47.748 INFO O| Sep 04 23:39:47.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
57082026-09-04T23:39:48.784Z[ recovery-image] Sep 04 23:39:47.750 INFO O| Sep 04 23:39:47.750 INFO STEP 14 (remove_files) COMPLETE
57092026-09-04T23:39:48.784Z[ recovery-image] Sep 04 23:39:47.750 INFO O| Sep 04 23:39:47.750 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-09-04T23:39:48.804Z[ recovery-image] Sep 04 23:39:47.772 INFO O| Sep 04 23:39:47.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
57112026-09-04T23:39:48.813Z[ recovery-image] Sep 04 23:39:47.780 INFO O| Sep 04 23:39:47.780 INFO STEP 15 (remove_files) COMPLETE
57122026-09-04T23:39:48.813Z[ recovery-image] Sep 04 23:39:47.780 INFO O| Sep 04 23:39:47.780 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-09-04T23:39:48.824Z[ recovery-image] Sep 04 23:39:47.792 INFO O| Sep 04 23:39:47.792 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
57142026-09-04T23:39:48.835Z[ recovery-image] Sep 04 23:39:47.795 INFO O| Sep 04 23:39:47.795 INFO STEP 16 (remove_files) COMPLETE
57152026-09-04T23:39:48.835Z[ recovery-image] Sep 04 23:39:47.796 INFO O| Sep 04 23:39:47.795 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-09-04T23:39:48.838Z[ recovery-image] Sep 04 23:39:47.806 INFO O| Sep 04 23:39:47.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
57172026-09-04T23:39:48.871Z[ recovery-image] Sep 04 23:39:47.839 INFO O| Sep 04 23:39:47.839 INFO STEP 17 (remove_files) COMPLETE
57182026-09-04T23:39:48.871Z[ recovery-image] Sep 04 23:39:47.839 INFO O| Sep 04 23:39:47.839 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-09-04T23:39:48.892Z[ recovery-image] Sep 04 23:39:47.860 INFO O| Sep 04 23:39:47.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
57202026-09-04T23:39:48.892Z[ recovery-image] Sep 04 23:39:47.860 INFO O| Sep 04 23:39:47.860 INFO STEP 18 (remove_files) COMPLETE
57212026-09-04T23:39:48.892Z[ recovery-image] Sep 04 23:39:47.860 INFO O| Sep 04 23:39:47.860 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-09-04T23:39:48.902Z[ recovery-image] Sep 04 23:39:47.870 INFO O| Sep 04 23:39:47.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
57232026-09-04T23:39:48.902Z[ recovery-image] Sep 04 23:39:47.870 INFO O| Sep 04 23:39:47.870 INFO STEP 19 (remove_files) COMPLETE
57242026-09-04T23:39:48.905Z[ recovery-image] Sep 04 23:39:47.870 INFO O| Sep 04 23:39:47.870 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-09-04T23:39:48.911Z[ recovery-image] Sep 04 23:39:47.879 INFO O| Sep 04 23:39:47.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
57262026-09-04T23:39:48.957Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
57272026-09-04T23:39:48.999Z[ recovery-image] Sep 04 23:39:47.966 INFO O| Sep 04 23:39:47.966 INFO STEP 20 (remove_files) COMPLETE
57282026-09-04T23:39:48.999Z[ recovery-image] Sep 04 23:39:47.966 INFO O| Sep 04 23:39:47.966 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-09-04T23:39:49.011Z[ recovery-image] Sep 04 23:39:47.978 INFO O| Sep 04 23:39:47.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
57302026-09-04T23:39:49.014Z[ recovery-image] Sep 04 23:39:47.980 INFO O| Sep 04 23:39:47.980 INFO STEP 21 (remove_files) COMPLETE
57312026-09-04T23:39:49.014Z[ recovery-image] Sep 04 23:39:47.980 INFO O| Sep 04 23:39:47.980 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-09-04T23:39:49.029Z[ recovery-image] Sep 04 23:39:47.996 INFO O| Sep 04 23:39:47.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
57332026-09-04T23:39:49.034Z[ recovery-image] Sep 04 23:39:48.002 INFO O| Sep 04 23:39:48.002 INFO STEP 22 (remove_files) COMPLETE
57342026-09-04T23:39:49.034Z[ recovery-image] Sep 04 23:39:48.002 INFO O| Sep 04 23:39:48.002 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-09-04T23:39:49.050Z[ recovery-image] Sep 04 23:39:48.017 INFO O| Sep 04 23:39:48.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
57362026-09-04T23:39:49.053Z[ recovery-image] Sep 04 23:39:48.017 INFO O| Sep 04 23:39:48.017 INFO STEP 23 (remove_files) COMPLETE
57372026-09-04T23:39:49.053Z[ recovery-image] Sep 04 23:39:48.017 INFO O| Sep 04 23:39:48.017 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-09-04T23:39:49.060Z[ recovery-image] Sep 04 23:39:48.028 INFO O| Sep 04 23:39:48.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
57392026-09-04T23:39:49.060Z[ recovery-image] Sep 04 23:39:48.028 INFO O| Sep 04 23:39:48.028 INFO STEP 24 (remove_files) COMPLETE
57402026-09-04T23:39:49.060Z[ recovery-image] Sep 04 23:39:48.028 INFO O| Sep 04 23:39:48.028 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-09-04T23:39:49.179Z[ recovery-image] Sep 04 23:39:48.037 INFO O| Sep 04 23:39:48.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
57422026-09-04T23:39:49.179Z[ recovery-image] Sep 04 23:39:48.048 INFO O| Sep 04 23:39:48.048 INFO STEP 25 (remove_files) COMPLETE
57432026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.048 INFO O| Sep 04 23:39:48.048 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.059 INFO O| Sep 04 23:39:48.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
57452026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.059 INFO O| Sep 04 23:39:48.059 INFO STEP 26 (remove_files) COMPLETE
57462026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.059 INFO O| Sep 04 23:39:48.059 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.070 INFO O| Sep 04 23:39:48.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
57482026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.071 INFO O| Sep 04 23:39:48.071 INFO STEP 27 (remove_files) COMPLETE
57492026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.071 INFO O| Sep 04 23:39:48.071 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.082 INFO O| Sep 04 23:39:48.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
57512026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.083 INFO O| Sep 04 23:39:48.083 INFO STEP 28 (remove_files) COMPLETE
57522026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.083 INFO O| Sep 04 23:39:48.083 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.094 INFO O| Sep 04 23:39:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
57542026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.094 INFO O| Sep 04 23:39:48.094 INFO STEP 29 (remove_files) COMPLETE
57552026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.094 INFO O| Sep 04 23:39:48.094 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.105 INFO O| Sep 04 23:39:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
57572026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.105 INFO O| Sep 04 23:39:48.105 INFO STEP 30 (remove_files) COMPLETE
57582026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.105 INFO O| Sep 04 23:39:48.105 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.114 INFO O| Sep 04 23:39:48.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
57602026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.114 INFO O| Sep 04 23:39:48.114 INFO STEP 31 (remove_files) COMPLETE
57612026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.114 INFO O| Sep 04 23:39:48.114 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.125 INFO O| Sep 04 23:39:48.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
57632026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.125 INFO O| Sep 04 23:39:48.125 INFO STEP 32 (remove_files) COMPLETE
57642026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.125 INFO O| Sep 04 23:39:48.125 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.135 INFO O| Sep 04 23:39:48.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
57662026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.135 INFO O| Sep 04 23:39:48.135 INFO STEP 33 (remove_files) COMPLETE
57672026-09-04T23:39:49.180Z[ recovery-image] Sep 04 23:39:48.135 INFO O| Sep 04 23:39:48.135 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-09-04T23:39:49.185Z[ recovery-image] Sep 04 23:39:48.146 INFO O| Sep 04 23:39:48.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
57692026-09-04T23:39:49.185Z[ recovery-image] Sep 04 23:39:48.146 INFO O| Sep 04 23:39:48.146 INFO STEP 34 (remove_files) COMPLETE
57702026-09-04T23:39:49.185Z[ recovery-image] Sep 04 23:39:48.146 INFO O| Sep 04 23:39:48.146 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-09-04T23:39:49.188Z[ recovery-image] Sep 04 23:39:48.156 INFO O| Sep 04 23:39:48.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
57722026-09-04T23:39:49.189Z[ recovery-image] Sep 04 23:39:48.156 INFO O| Sep 04 23:39:48.156 INFO STEP 35 (remove_files) COMPLETE
57732026-09-04T23:39:49.189Z[ recovery-image] Sep 04 23:39:48.156 INFO O| Sep 04 23:39:48.156 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-09-04T23:39:49.199Z[ recovery-image] Sep 04 23:39:48.167 INFO O| Sep 04 23:39:48.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
57752026-09-04T23:39:49.199Z[ recovery-image] Sep 04 23:39:48.167 INFO O| Sep 04 23:39:48.167 INFO STEP 36 (remove_files) COMPLETE
57762026-09-04T23:39:49.199Z[ recovery-image] Sep 04 23:39:48.167 INFO O| Sep 04 23:39:48.167 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-09-04T23:39:49.210Z[ recovery-image] Sep 04 23:39:48.178 INFO O| Sep 04 23:39:48.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
57782026-09-04T23:39:49.210Z[ recovery-image] Sep 04 23:39:48.178 INFO O| Sep 04 23:39:48.178 INFO STEP 37 (remove_files) COMPLETE
57792026-09-04T23:39:49.210Z[ recovery-image] Sep 04 23:39:48.178 INFO O| Sep 04 23:39:48.178 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-09-04T23:39:49.221Z[ recovery-image] Sep 04 23:39:48.188 INFO O| Sep 04 23:39:48.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
57812026-09-04T23:39:49.222Z[ recovery-image] Sep 04 23:39:48.188 INFO O| Sep 04 23:39:48.188 INFO STEP 38 (remove_files) COMPLETE
57822026-09-04T23:39:49.222Z[ recovery-image] Sep 04 23:39:48.188 INFO O| Sep 04 23:39:48.188 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-09-04T23:39:49.232Z[ recovery-image] Sep 04 23:39:48.200 INFO O| Sep 04 23:39:48.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
57842026-09-04T23:39:49.232Z[ recovery-image] Sep 04 23:39:48.200 INFO O| Sep 04 23:39:48.200 INFO STEP 39 (remove_files) COMPLETE
57852026-09-04T23:39:49.235Z[ recovery-image] Sep 04 23:39:48.200 INFO O| Sep 04 23:39:48.200 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-09-04T23:39:49.272Z[ recovery-image] Sep 04 23:39:48.211 INFO O| Sep 04 23:39:48.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
57872026-09-04T23:39:49.272Z[ recovery-image] Sep 04 23:39:48.211 INFO O| Sep 04 23:39:48.211 INFO STEP 40 (remove_files) COMPLETE
57882026-09-04T23:39:49.272Z[ recovery-image] Sep 04 23:39:48.211 INFO O| Sep 04 23:39:48.211 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-09-04T23:39:49.289Z[ recovery-image] Sep 04 23:39:48.221 INFO O| Sep 04 23:39:48.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
57902026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.221 INFO O| Sep 04 23:39:48.221 INFO STEP 41 (remove_files) COMPLETE
57912026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.221 INFO O| Sep 04 23:39:48.221 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.233 INFO O| Sep 04 23:39:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
57932026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.233 INFO O| Sep 04 23:39:48.233 INFO STEP 42 (remove_files) COMPLETE
57942026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.233 INFO O| Sep 04 23:39:48.233 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.244 INFO O| Sep 04 23:39:48.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
57962026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.244 INFO O| Sep 04 23:39:48.244 INFO STEP 43 (remove_files) COMPLETE
57972026-09-04T23:39:49.290Z[ recovery-image] Sep 04 23:39:48.244 INFO O| Sep 04 23:39:48.244 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-09-04T23:39:49.294Z[ recovery-image] Sep 04 23:39:48.254 INFO O| Sep 04 23:39:48.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
57992026-09-04T23:39:49.294Z[ recovery-image] Sep 04 23:39:48.255 INFO O| Sep 04 23:39:48.255 INFO STEP 44 (remove_files) COMPLETE
58002026-09-04T23:39:49.294Z[ recovery-image] Sep 04 23:39:48.255 INFO O| Sep 04 23:39:48.255 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-09-04T23:39:49.301Z[ recovery-image] Sep 04 23:39:48.267 INFO O| Sep 04 23:39:48.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
58022026-09-04T23:39:49.301Z[ recovery-image] Sep 04 23:39:48.267 INFO O| Sep 04 23:39:48.267 INFO STEP 45 (remove_files) COMPLETE
58032026-09-04T23:39:49.306Z[ recovery-image] Sep 04 23:39:48.267 INFO O| Sep 04 23:39:48.267 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-09-04T23:39:49.310Z[ recovery-image] Sep 04 23:39:48.278 INFO O| Sep 04 23:39:48.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
58052026-09-04T23:39:49.314Z[ recovery-image] Sep 04 23:39:48.279 INFO O| Sep 04 23:39:48.279 INFO STEP 46 (remove_files) COMPLETE
58062026-09-04T23:39:49.314Z[ recovery-image] Sep 04 23:39:48.279 INFO O| Sep 04 23:39:48.279 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-09-04T23:39:49.321Z[ recovery-image] Sep 04 23:39:48.289 INFO O| Sep 04 23:39:48.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
58082026-09-04T23:39:49.321Z[ recovery-image] Sep 04 23:39:48.289 INFO O| Sep 04 23:39:48.289 INFO STEP 47 (remove_files) COMPLETE
58092026-09-04T23:39:49.322Z[ recovery-image] Sep 04 23:39:48.289 INFO O| Sep 04 23:39:48.289 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-09-04T23:39:49.331Z[ recovery-image] Sep 04 23:39:48.298 INFO O| Sep 04 23:39:48.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
58112026-09-04T23:39:49.331Z[ recovery-image] Sep 04 23:39:48.298 INFO O| Sep 04 23:39:48.298 INFO STEP 48 (remove_files) COMPLETE
58122026-09-04T23:39:49.331Z[ recovery-image] Sep 04 23:39:48.298 INFO O| Sep 04 23:39:48.298 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-09-04T23:39:49.341Z[ recovery-image] Sep 04 23:39:48.309 INFO O| Sep 04 23:39:48.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
58142026-09-04T23:39:49.341Z[ recovery-image] Sep 04 23:39:48.309 INFO O| Sep 04 23:39:48.309 INFO STEP 49 (remove_files) COMPLETE
58152026-09-04T23:39:49.341Z[ recovery-image] Sep 04 23:39:48.309 INFO O| Sep 04 23:39:48.309 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-09-04T23:39:49.350Z[ recovery-image] Sep 04 23:39:48.318 INFO O| Sep 04 23:39:48.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
58172026-09-04T23:39:49.350Z[ recovery-image] Sep 04 23:39:48.318 INFO O| Sep 04 23:39:48.318 INFO STEP 50 (remove_files) COMPLETE
58182026-09-04T23:39:49.351Z[ recovery-image] Sep 04 23:39:48.318 INFO O| Sep 04 23:39:48.318 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-09-04T23:39:49.360Z[ recovery-image] Sep 04 23:39:48.327 INFO O| Sep 04 23:39:48.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
58202026-09-04T23:39:49.364Z[ recovery-image] Sep 04 23:39:48.328 INFO O| Sep 04 23:39:48.328 INFO STEP 51 (remove_files) COMPLETE
58212026-09-04T23:39:49.364Z[ recovery-image] Sep 04 23:39:48.328 INFO O| Sep 04 23:39:48.328 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-09-04T23:39:49.371Z[ recovery-image] Sep 04 23:39:48.339 INFO O| Sep 04 23:39:48.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
58232026-09-04T23:39:49.371Z[ recovery-image] Sep 04 23:39:48.339 INFO O| Sep 04 23:39:48.339 INFO STEP 52 (remove_files) COMPLETE
58242026-09-04T23:39:49.374Z[ recovery-image] Sep 04 23:39:48.339 INFO O| Sep 04 23:39:48.339 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-09-04T23:39:49.380Z[ recovery-image] Sep 04 23:39:48.347 INFO O| Sep 04 23:39:48.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
58262026-09-04T23:39:49.382Z[ recovery-image] Sep 04 23:39:48.349 INFO O| Sep 04 23:39:48.349 INFO STEP 53 (remove_files) COMPLETE
58272026-09-04T23:39:49.382Z[ recovery-image] Sep 04 23:39:48.349 INFO O| Sep 04 23:39:48.349 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-09-04T23:39:49.391Z[ recovery-image] Sep 04 23:39:48.358 INFO O| Sep 04 23:39:48.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
58292026-09-04T23:39:49.391Z[ recovery-image] Sep 04 23:39:48.358 INFO O| Sep 04 23:39:48.358 INFO STEP 54 (remove_files) COMPLETE
58302026-09-04T23:39:49.391Z[ recovery-image] Sep 04 23:39:48.358 INFO O| Sep 04 23:39:48.358 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-09-04T23:39:49.399Z[ recovery-image] Sep 04 23:39:48.367 INFO O| Sep 04 23:39:48.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
58322026-09-04T23:39:49.402Z[ recovery-image] Sep 04 23:39:48.367 INFO O| Sep 04 23:39:48.367 INFO STEP 55 (remove_files) COMPLETE
58332026-09-04T23:39:49.405Z[ recovery-image] Sep 04 23:39:48.367 INFO O| Sep 04 23:39:48.367 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-09-04T23:39:49.409Z[ recovery-image] Sep 04 23:39:48.377 INFO O| Sep 04 23:39:48.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
58352026-09-04T23:39:49.412Z[ recovery-image] Sep 04 23:39:48.377 INFO O| Sep 04 23:39:48.377 INFO STEP 56 (remove_files) COMPLETE
58362026-09-04T23:39:49.412Z[ recovery-image] Sep 04 23:39:48.377 INFO O| Sep 04 23:39:48.377 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-09-04T23:39:49.422Z[ recovery-image] Sep 04 23:39:48.390 INFO O| Sep 04 23:39:48.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
58382026-09-04T23:39:49.422Z[ recovery-image] Sep 04 23:39:48.390 INFO O| Sep 04 23:39:48.390 INFO STEP 57 (remove_files) COMPLETE
58392026-09-04T23:39:49.422Z[ recovery-image] Sep 04 23:39:48.390 INFO O| Sep 04 23:39:48.390 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-09-04T23:39:49.434Z[ recovery-image] Sep 04 23:39:48.402 INFO O| Sep 04 23:39:48.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
58412026-09-04T23:39:49.434Z[ recovery-image] Sep 04 23:39:48.402 INFO O| Sep 04 23:39:48.402 INFO STEP 58 (remove_files) COMPLETE
58422026-09-04T23:39:49.434Z[ recovery-image] Sep 04 23:39:48.402 INFO O| Sep 04 23:39:48.402 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-09-04T23:39:49.446Z[ recovery-image] Sep 04 23:39:48.414 INFO O| Sep 04 23:39:48.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
58442026-09-04T23:39:49.446Z[ recovery-image] Sep 04 23:39:48.414 INFO O| Sep 04 23:39:48.414 INFO STEP 59 (remove_files) COMPLETE
58452026-09-04T23:39:49.446Z[ recovery-image] Sep 04 23:39:48.414 INFO O| Sep 04 23:39:48.414 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-09-04T23:39:49.457Z[ recovery-image] Sep 04 23:39:48.425 INFO O| Sep 04 23:39:48.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
58472026-09-04T23:39:49.457Z[ recovery-image] Sep 04 23:39:48.425 INFO O| Sep 04 23:39:48.425 INFO STEP 60 (remove_files) COMPLETE
58482026-09-04T23:39:49.460Z[ recovery-image] Sep 04 23:39:48.425 INFO O| Sep 04 23:39:48.425 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-09-04T23:39:49.468Z[ recovery-image] Sep 04 23:39:48.435 INFO O| Sep 04 23:39:48.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
58502026-09-04T23:39:49.468Z[ recovery-image] Sep 04 23:39:48.436 INFO O| Sep 04 23:39:48.436 INFO STEP 61 (remove_files) COMPLETE
58512026-09-04T23:39:49.470Z[ recovery-image] Sep 04 23:39:48.436 INFO O| Sep 04 23:39:48.436 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-09-04T23:39:49.479Z[ recovery-image] Sep 04 23:39:48.446 INFO O| Sep 04 23:39:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
58532026-09-04T23:39:49.479Z[ recovery-image] Sep 04 23:39:48.446 INFO O| Sep 04 23:39:48.446 INFO STEP 62 (remove_files) COMPLETE
58542026-09-04T23:39:49.479Z[ recovery-image] Sep 04 23:39:48.446 INFO O| Sep 04 23:39:48.446 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-09-04T23:39:49.489Z[ recovery-image] Sep 04 23:39:48.456 INFO O| Sep 04 23:39:48.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
58562026-09-04T23:39:49.489Z[ recovery-image] Sep 04 23:39:48.457 INFO O| Sep 04 23:39:48.457 INFO STEP 63 (remove_files) COMPLETE
58572026-09-04T23:39:49.489Z[ recovery-image] Sep 04 23:39:48.457 INFO O| Sep 04 23:39:48.457 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-09-04T23:39:49.499Z[ recovery-image] Sep 04 23:39:48.467 INFO O| Sep 04 23:39:48.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
58592026-09-04T23:39:49.499Z[ recovery-image] Sep 04 23:39:48.467 INFO O| Sep 04 23:39:48.467 INFO STEP 64 (remove_files) COMPLETE
58602026-09-04T23:39:49.499Z[ recovery-image] Sep 04 23:39:48.467 INFO O| Sep 04 23:39:48.467 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-09-04T23:39:49.509Z[ recovery-image] Sep 04 23:39:48.477 INFO O| Sep 04 23:39:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
58622026-09-04T23:39:49.509Z[ recovery-image] Sep 04 23:39:48.477 INFO O| Sep 04 23:39:48.477 INFO STEP 65 (remove_files) COMPLETE
58632026-09-04T23:39:49.509Z[ recovery-image] Sep 04 23:39:48.477 INFO O| Sep 04 23:39:48.477 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-09-04T23:39:49.520Z[ recovery-image] Sep 04 23:39:48.487 INFO O| Sep 04 23:39:48.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
58652026-09-04T23:39:49.520Z[ recovery-image] Sep 04 23:39:48.487 INFO O| Sep 04 23:39:48.487 INFO STEP 66 (remove_files) COMPLETE
58662026-09-04T23:39:49.523Z[ recovery-image] Sep 04 23:39:48.487 INFO O| Sep 04 23:39:48.487 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-09-04T23:39:49.529Z[ recovery-image] Sep 04 23:39:48.497 INFO O| Sep 04 23:39:48.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
58682026-09-04T23:39:49.529Z[ recovery-image] Sep 04 23:39:48.497 INFO O| Sep 04 23:39:48.497 INFO STEP 67 (remove_files) COMPLETE
58692026-09-04T23:39:49.529Z[ recovery-image] Sep 04 23:39:48.497 INFO O| Sep 04 23:39:48.497 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-09-04T23:39:49.539Z[ recovery-image] Sep 04 23:39:48.507 INFO O| Sep 04 23:39:48.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
58712026-09-04T23:39:49.539Z[ recovery-image] Sep 04 23:39:48.507 INFO O| Sep 04 23:39:48.507 INFO STEP 68 (remove_files) COMPLETE
58722026-09-04T23:39:49.542Z[ recovery-image] Sep 04 23:39:48.507 INFO O| Sep 04 23:39:48.507 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-09-04T23:39:49.549Z[ recovery-image] Sep 04 23:39:48.517 INFO O| Sep 04 23:39:48.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
58742026-09-04T23:39:49.549Z[ recovery-image] Sep 04 23:39:48.517 INFO O| Sep 04 23:39:48.517 INFO STEP 69 (remove_files) COMPLETE
58752026-09-04T23:39:49.553Z[ recovery-image] Sep 04 23:39:48.517 INFO O| Sep 04 23:39:48.517 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-09-04T23:39:49.559Z[ recovery-image] Sep 04 23:39:48.526 INFO O| Sep 04 23:39:48.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
58772026-09-04T23:39:49.559Z[ recovery-image] Sep 04 23:39:48.526 INFO O| Sep 04 23:39:48.526 INFO STEP 70 (remove_files) COMPLETE
58782026-09-04T23:39:49.559Z[ recovery-image] Sep 04 23:39:48.527 INFO O| Sep 04 23:39:48.526 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-09-04T23:39:49.567Z[ recovery-image] Sep 04 23:39:48.535 INFO O| Sep 04 23:39:48.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
58802026-09-04T23:39:49.567Z[ recovery-image] Sep 04 23:39:48.535 INFO O| Sep 04 23:39:48.535 INFO STEP 71 (remove_files) COMPLETE
58812026-09-04T23:39:49.567Z[ recovery-image] Sep 04 23:39:48.535 INFO O| Sep 04 23:39:48.535 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-09-04T23:39:49.575Z[ recovery-image] Sep 04 23:39:48.543 INFO O| Sep 04 23:39:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
58832026-09-04T23:39:49.575Z[ recovery-image] Sep 04 23:39:48.543 INFO O| Sep 04 23:39:48.543 INFO STEP 72 (remove_files) COMPLETE
58842026-09-04T23:39:49.575Z[ recovery-image] Sep 04 23:39:48.543 INFO O| Sep 04 23:39:48.543 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-09-04T23:39:49.583Z[ recovery-image] Sep 04 23:39:48.551 INFO O| Sep 04 23:39:48.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
58862026-09-04T23:39:49.583Z[ recovery-image] Sep 04 23:39:48.551 INFO O| Sep 04 23:39:48.551 INFO STEP 73 (remove_files) COMPLETE
58872026-09-04T23:39:49.583Z[ recovery-image] Sep 04 23:39:48.551 INFO O| Sep 04 23:39:48.551 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-09-04T23:39:49.591Z[ recovery-image] Sep 04 23:39:48.559 INFO O| Sep 04 23:39:48.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
58892026-09-04T23:39:49.591Z[ recovery-image] Sep 04 23:39:48.559 INFO O| Sep 04 23:39:48.559 INFO STEP 74 (remove_files) COMPLETE
58902026-09-04T23:39:49.591Z[ recovery-image] Sep 04 23:39:48.559 INFO O| Sep 04 23:39:48.559 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-09-04T23:39:49.599Z[ recovery-image] Sep 04 23:39:48.567 INFO O| Sep 04 23:39:48.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
58922026-09-04T23:39:49.602Z[ recovery-image] Sep 04 23:39:48.568 INFO O| Sep 04 23:39:48.567 INFO STEP 75 (remove_files) COMPLETE
58932026-09-04T23:39:49.602Z[ recovery-image] Sep 04 23:39:48.568 INFO O| Sep 04 23:39:48.568 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-09-04T23:39:49.610Z[ recovery-image] Sep 04 23:39:48.577 INFO O| Sep 04 23:39:48.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
58952026-09-04T23:39:49.610Z[ recovery-image] Sep 04 23:39:48.577 INFO O| Sep 04 23:39:48.577 INFO STEP 76 (remove_files) COMPLETE
58962026-09-04T23:39:49.610Z[ recovery-image] Sep 04 23:39:48.577 INFO O| Sep 04 23:39:48.577 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-09-04T23:39:49.614Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
58982026-09-04T23:39:49.619Z[ recovery-image] Sep 04 23:39:48.587 INFO O| Sep 04 23:39:48.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
58992026-09-04T23:39:49.619Z[ recovery-image] Sep 04 23:39:48.587 INFO O| Sep 04 23:39:48.587 INFO STEP 77 (remove_files) COMPLETE
59002026-09-04T23:39:49.619Z[ recovery-image] Sep 04 23:39:48.587 INFO O| Sep 04 23:39:48.587 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-09-04T23:39:49.630Z[ recovery-image] Sep 04 23:39:48.598 INFO O| Sep 04 23:39:48.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
59022026-09-04T23:39:49.630Z[ recovery-image] Sep 04 23:39:48.598 INFO O| Sep 04 23:39:48.598 INFO STEP 78 (remove_files) COMPLETE
59032026-09-04T23:39:49.630Z[ recovery-image] Sep 04 23:39:48.598 INFO O| Sep 04 23:39:48.598 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-09-04T23:39:49.645Z[ recovery-image] Sep 04 23:39:48.613 INFO O| Sep 04 23:39:48.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
59052026-09-04T23:39:49.645Z[ recovery-image] Sep 04 23:39:48.613 INFO O| Sep 04 23:39:48.613 INFO STEP 79 (remove_files) COMPLETE
59062026-09-04T23:39:49.645Z[ recovery-image] Sep 04 23:39:48.613 INFO O| Sep 04 23:39:48.613 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-09-04T23:39:49.654Z[ recovery-image] Sep 04 23:39:48.622 INFO O| Sep 04 23:39:48.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
59082026-09-04T23:39:49.654Z[ recovery-image] Sep 04 23:39:48.622 INFO O| Sep 04 23:39:48.622 INFO STEP 80 (remove_files) COMPLETE
59092026-09-04T23:39:49.654Z[ recovery-image] Sep 04 23:39:48.622 INFO O| Sep 04 23:39:48.622 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-09-04T23:39:49.665Z[ recovery-image] Sep 04 23:39:48.631 INFO O| Sep 04 23:39:48.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
59112026-09-04T23:39:49.665Z[ recovery-image] Sep 04 23:39:48.631 INFO O| Sep 04 23:39:48.631 INFO STEP 81 (remove_files) COMPLETE
59122026-09-04T23:39:49.665Z[ recovery-image] Sep 04 23:39:48.631 INFO O| Sep 04 23:39:48.631 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-09-04T23:39:49.673Z[ recovery-image] Sep 04 23:39:48.640 INFO O| Sep 04 23:39:48.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
59142026-09-04T23:39:49.673Z[ recovery-image] Sep 04 23:39:48.640 INFO O| Sep 04 23:39:48.640 INFO STEP 82 (remove_files) COMPLETE
59152026-09-04T23:39:49.673Z[ recovery-image] Sep 04 23:39:48.640 INFO O| Sep 04 23:39:48.640 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-09-04T23:39:49.683Z[ recovery-image] Sep 04 23:39:48.651 INFO O| Sep 04 23:39:48.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
59172026-09-04T23:39:49.683Z[ recovery-image] Sep 04 23:39:48.651 INFO O| Sep 04 23:39:48.651 INFO STEP 83 (remove_files) COMPLETE
59182026-09-04T23:39:49.683Z[ recovery-image] Sep 04 23:39:48.651 INFO O| Sep 04 23:39:48.651 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-09-04T23:39:49.695Z[ recovery-image] Sep 04 23:39:48.662 INFO O| Sep 04 23:39:48.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
59202026-09-04T23:39:49.695Z[ recovery-image] Sep 04 23:39:48.662 INFO O| Sep 04 23:39:48.662 INFO STEP 84 (remove_files) COMPLETE
59212026-09-04T23:39:49.697Z[ recovery-image] Sep 04 23:39:48.662 INFO O| Sep 04 23:39:48.662 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-09-04T23:39:49.704Z[ recovery-image] Sep 04 23:39:48.672 INFO O| Sep 04 23:39:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
59232026-09-04T23:39:49.704Z[ recovery-image] Sep 04 23:39:48.672 INFO O| Sep 04 23:39:48.672 INFO STEP 85 (remove_files) COMPLETE
59242026-09-04T23:39:49.704Z[ recovery-image] Sep 04 23:39:48.672 INFO O| Sep 04 23:39:48.672 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-09-04T23:39:49.715Z[ recovery-image] Sep 04 23:39:48.682 INFO O| Sep 04 23:39:48.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
59262026-09-04T23:39:49.715Z[ recovery-image] Sep 04 23:39:48.683 INFO O| Sep 04 23:39:48.682 INFO STEP 86 (remove_files) COMPLETE
59272026-09-04T23:39:49.715Z[ recovery-image] Sep 04 23:39:48.683 INFO O| Sep 04 23:39:48.683 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-09-04T23:39:49.726Z[ recovery-image] Sep 04 23:39:48.693 INFO O| Sep 04 23:39:48.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
59292026-09-04T23:39:49.726Z[ recovery-image] Sep 04 23:39:48.693 INFO O| Sep 04 23:39:48.693 INFO STEP 87 (remove_files) COMPLETE
59302026-09-04T23:39:49.726Z[ recovery-image] Sep 04 23:39:48.693 INFO O| Sep 04 23:39:48.693 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-09-04T23:39:49.735Z[ recovery-image] Sep 04 23:39:48.702 INFO O| Sep 04 23:39:48.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
59322026-09-04T23:39:49.735Z[ recovery-image] Sep 04 23:39:48.702 INFO O| Sep 04 23:39:48.702 INFO STEP 88 (remove_files) COMPLETE
59332026-09-04T23:39:49.737Z[ recovery-image] Sep 04 23:39:48.702 INFO O| Sep 04 23:39:48.702 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-09-04T23:39:49.744Z[ recovery-image] Sep 04 23:39:48.712 INFO O| Sep 04 23:39:48.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
59352026-09-04T23:39:49.744Z[ recovery-image] Sep 04 23:39:48.712 INFO O| Sep 04 23:39:48.712 INFO STEP 89 (remove_files) COMPLETE
59362026-09-04T23:39:49.744Z[ recovery-image] Sep 04 23:39:48.712 INFO O| Sep 04 23:39:48.712 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-09-04T23:39:49.754Z[ recovery-image] Sep 04 23:39:48.721 INFO O| Sep 04 23:39:48.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
59382026-09-04T23:39:49.754Z[ recovery-image] Sep 04 23:39:48.721 INFO O| Sep 04 23:39:48.721 INFO STEP 90 (remove_files) COMPLETE
59392026-09-04T23:39:49.754Z[ recovery-image] Sep 04 23:39:48.721 INFO O| Sep 04 23:39:48.721 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-09-04T23:39:49.763Z[ recovery-image] Sep 04 23:39:48.731 INFO O| Sep 04 23:39:48.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
59412026-09-04T23:39:49.764Z[ recovery-image] Sep 04 23:39:48.731 INFO O| Sep 04 23:39:48.731 INFO STEP 91 (remove_files) COMPLETE
59422026-09-04T23:39:49.764Z[ recovery-image] Sep 04 23:39:48.731 INFO O| Sep 04 23:39:48.731 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-09-04T23:39:49.775Z[ recovery-image] Sep 04 23:39:48.742 INFO O| Sep 04 23:39:48.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
59442026-09-04T23:39:49.775Z[ recovery-image] Sep 04 23:39:48.742 INFO O| Sep 04 23:39:48.742 INFO STEP 92 (remove_files) COMPLETE
59452026-09-04T23:39:49.775Z[ recovery-image] Sep 04 23:39:48.742 INFO O| Sep 04 23:39:48.742 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-09-04T23:39:49.786Z[ recovery-image] Sep 04 23:39:48.753 INFO O| Sep 04 23:39:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
59472026-09-04T23:39:49.786Z[ recovery-image] Sep 04 23:39:48.754 INFO O| Sep 04 23:39:48.753 INFO STEP 93 (remove_files) COMPLETE
59482026-09-04T23:39:49.786Z[ recovery-image] Sep 04 23:39:48.754 INFO O| Sep 04 23:39:48.754 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-09-04T23:39:49.798Z[ recovery-image] Sep 04 23:39:48.765 INFO O| Sep 04 23:39:48.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
59502026-09-04T23:39:49.798Z[ recovery-image] Sep 04 23:39:48.765 INFO O| Sep 04 23:39:48.765 INFO STEP 94 (remove_files) COMPLETE
59512026-09-04T23:39:49.802Z[ recovery-image] Sep 04 23:39:48.765 INFO O| Sep 04 23:39:48.765 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-09-04T23:39:49.807Z[ recovery-image] Sep 04 23:39:48.775 INFO O| Sep 04 23:39:48.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
59532026-09-04T23:39:49.810Z[ recovery-image] Sep 04 23:39:48.776 INFO O| Sep 04 23:39:48.776 INFO STEP 95 (remove_files) COMPLETE
59542026-09-04T23:39:49.810Z[ recovery-image] Sep 04 23:39:48.776 INFO O| Sep 04 23:39:48.776 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-09-04T23:39:49.819Z[ recovery-image] Sep 04 23:39:48.787 INFO O| Sep 04 23:39:48.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
59562026-09-04T23:39:49.819Z[ recovery-image] Sep 04 23:39:48.787 INFO O| Sep 04 23:39:48.787 INFO STEP 96 (remove_files) COMPLETE
59572026-09-04T23:39:49.822Z[ recovery-image] Sep 04 23:39:48.787 INFO O| Sep 04 23:39:48.787 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-09-04T23:39:49.830Z[ recovery-image] Sep 04 23:39:48.796 INFO O| Sep 04 23:39:48.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
59592026-09-04T23:39:49.830Z[ recovery-image] Sep 04 23:39:48.796 INFO O| Sep 04 23:39:48.796 INFO STEP 97 (remove_files) COMPLETE
59602026-09-04T23:39:49.833Z[ recovery-image] Sep 04 23:39:48.796 INFO O| Sep 04 23:39:48.796 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-09-04T23:39:49.837Z[ recovery-image] Sep 04 23:39:48.805 INFO O| Sep 04 23:39:48.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
59622026-09-04T23:39:49.837Z[ recovery-image] Sep 04 23:39:48.805 INFO O| Sep 04 23:39:48.805 INFO STEP 98 (remove_files) COMPLETE
59632026-09-04T23:39:49.840Z[ recovery-image] Sep 04 23:39:48.805 INFO O| Sep 04 23:39:48.805 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-09-04T23:39:49.881Z[ recovery-image] Sep 04 23:39:48.814 INFO O| Sep 04 23:39:48.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
59652026-09-04T23:39:49.881Z[ recovery-image] Sep 04 23:39:48.814 INFO O| Sep 04 23:39:48.814 INFO STEP 99 (remove_files) COMPLETE
59662026-09-04T23:39:49.881Z[ recovery-image] Sep 04 23:39:48.814 INFO O| Sep 04 23:39:48.814 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.825 INFO O| Sep 04 23:39:48.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
59682026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.825 INFO O| Sep 04 23:39:48.825 INFO STEP 100 (remove_files) COMPLETE
59692026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.826 INFO O| Sep 04 23:39:48.825 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.836 INFO O| Sep 04 23:39:48.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
59712026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.836 INFO O| Sep 04 23:39:48.836 INFO STEP 101 (remove_files) COMPLETE
59722026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.836 INFO O| Sep 04 23:39:48.836 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.847 INFO O| Sep 04 23:39:48.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
59742026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.847 INFO O| Sep 04 23:39:48.847 INFO STEP 102 (remove_files) COMPLETE
59752026-09-04T23:39:49.885Z[ recovery-image] Sep 04 23:39:48.847 INFO O| Sep 04 23:39:48.847 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-09-04T23:39:49.889Z[ recovery-image] Sep 04 23:39:48.857 INFO O| Sep 04 23:39:48.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
59772026-09-04T23:39:49.889Z[ recovery-image] Sep 04 23:39:48.857 INFO O| Sep 04 23:39:48.857 INFO STEP 103 (remove_files) COMPLETE
59782026-09-04T23:39:49.889Z[ recovery-image] Sep 04 23:39:48.857 INFO O| Sep 04 23:39:48.857 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-09-04T23:39:49.899Z[ recovery-image] Sep 04 23:39:48.867 INFO O| Sep 04 23:39:48.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
59802026-09-04T23:39:49.899Z[ recovery-image] Sep 04 23:39:48.867 INFO O| Sep 04 23:39:48.867 INFO STEP 104 (remove_files) COMPLETE
59812026-09-04T23:39:49.899Z[ recovery-image] Sep 04 23:39:48.867 INFO O| Sep 04 23:39:48.867 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-09-04T23:39:49.909Z[ recovery-image] Sep 04 23:39:48.877 INFO O| Sep 04 23:39:48.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
59832026-09-04T23:39:49.909Z[ recovery-image] Sep 04 23:39:48.877 INFO O| Sep 04 23:39:48.877 INFO STEP 105 (remove_files) COMPLETE
59842026-09-04T23:39:49.912Z[ recovery-image] Sep 04 23:39:48.877 INFO O| Sep 04 23:39:48.877 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-09-04T23:39:49.919Z[ recovery-image] Sep 04 23:39:48.887 INFO O| Sep 04 23:39:48.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
59862026-09-04T23:39:49.919Z[ recovery-image] Sep 04 23:39:48.887 INFO O| Sep 04 23:39:48.887 INFO STEP 106 (remove_files) COMPLETE
59872026-09-04T23:39:49.919Z[ recovery-image] Sep 04 23:39:48.887 INFO O| Sep 04 23:39:48.887 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-09-04T23:39:49.929Z[ recovery-image] Sep 04 23:39:48.897 INFO O| Sep 04 23:39:48.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
59892026-09-04T23:39:49.929Z[ recovery-image] Sep 04 23:39:48.897 INFO O| Sep 04 23:39:48.897 INFO STEP 107 (remove_files) COMPLETE
59902026-09-04T23:39:49.929Z[ recovery-image] Sep 04 23:39:48.897 INFO O| Sep 04 23:39:48.897 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-09-04T23:39:49.940Z[ recovery-image] Sep 04 23:39:48.907 INFO O| Sep 04 23:39:48.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
59922026-09-04T23:39:49.940Z[ recovery-image] Sep 04 23:39:48.907 INFO O| Sep 04 23:39:48.907 INFO STEP 108 (remove_files) COMPLETE
59932026-09-04T23:39:49.943Z[ recovery-image] Sep 04 23:39:48.907 INFO O| Sep 04 23:39:48.907 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-09-04T23:39:49.950Z[ recovery-image] Sep 04 23:39:48.917 INFO O| Sep 04 23:39:48.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
59952026-09-04T23:39:49.950Z[ recovery-image] Sep 04 23:39:48.918 INFO O| Sep 04 23:39:48.917 INFO STEP 109 (remove_files) COMPLETE
59962026-09-04T23:39:49.950Z[ recovery-image] Sep 04 23:39:48.918 INFO O| Sep 04 23:39:48.917 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-09-04T23:39:49.960Z[ recovery-image] Sep 04 23:39:48.928 INFO O| Sep 04 23:39:48.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
59982026-09-04T23:39:49.960Z[ recovery-image] Sep 04 23:39:48.928 INFO O| Sep 04 23:39:48.928 INFO STEP 110 (remove_files) COMPLETE
59992026-09-04T23:39:49.960Z[ recovery-image] Sep 04 23:39:48.928 INFO O| Sep 04 23:39:48.928 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-09-04T23:39:49.970Z[ recovery-image] Sep 04 23:39:48.938 INFO O| Sep 04 23:39:48.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
60012026-09-04T23:39:49.970Z[ recovery-image] Sep 04 23:39:48.938 INFO O| Sep 04 23:39:48.938 INFO STEP 111 (remove_files) COMPLETE
60022026-09-04T23:39:49.970Z[ recovery-image] Sep 04 23:39:48.938 INFO O| Sep 04 23:39:48.938 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-09-04T23:39:49.981Z[ recovery-image] Sep 04 23:39:48.948 INFO O| Sep 04 23:39:48.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
60042026-09-04T23:39:49.981Z[ recovery-image] Sep 04 23:39:48.948 INFO O| Sep 04 23:39:48.948 INFO STEP 112 (remove_files) COMPLETE
60052026-09-04T23:39:49.983Z[ recovery-image] Sep 04 23:39:48.948 INFO O| Sep 04 23:39:48.948 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-09-04T23:39:49.984Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
60072026-09-04T23:39:49.991Z[ recovery-image] Sep 04 23:39:48.959 INFO O| Sep 04 23:39:48.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
60082026-09-04T23:39:49.991Z[ recovery-image] Sep 04 23:39:48.959 INFO O| Sep 04 23:39:48.959 INFO STEP 113 (remove_files) COMPLETE
60092026-09-04T23:39:49.991Z[ recovery-image] Sep 04 23:39:48.959 INFO O| Sep 04 23:39:48.959 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-09-04T23:39:50.002Z[ recovery-image] Sep 04 23:39:48.970 INFO O| Sep 04 23:39:48.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
60112026-09-04T23:39:50.003Z[ recovery-image] Sep 04 23:39:48.970 INFO O| Sep 04 23:39:48.970 INFO STEP 114 (remove_files) COMPLETE
60122026-09-04T23:39:50.003Z[ recovery-image] Sep 04 23:39:48.970 INFO O| Sep 04 23:39:48.970 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-09-04T23:39:50.013Z[ recovery-image] Sep 04 23:39:48.981 INFO O| Sep 04 23:39:48.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
60142026-09-04T23:39:50.013Z[ recovery-image] Sep 04 23:39:48.981 INFO O| Sep 04 23:39:48.981 INFO STEP 115 (remove_files) COMPLETE
60152026-09-04T23:39:50.016Z[ recovery-image] Sep 04 23:39:48.981 INFO O| Sep 04 23:39:48.981 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-09-04T23:39:50.024Z[ recovery-image] Sep 04 23:39:48.992 INFO O| Sep 04 23:39:48.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
60172026-09-04T23:39:50.024Z[ recovery-image] Sep 04 23:39:48.992 INFO O| Sep 04 23:39:48.992 INFO STEP 116 (remove_files) COMPLETE
60182026-09-04T23:39:50.027Z[ recovery-image] Sep 04 23:39:48.992 INFO O| Sep 04 23:39:48.992 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-09-04T23:39:50.034Z[ recovery-image] Sep 04 23:39:49.002 INFO O| Sep 04 23:39:49.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
60202026-09-04T23:39:50.034Z[ recovery-image] Sep 04 23:39:49.002 INFO O| Sep 04 23:39:49.002 INFO STEP 117 (remove_files) COMPLETE
60212026-09-04T23:39:50.038Z[ recovery-image] Sep 04 23:39:49.002 INFO O| Sep 04 23:39:49.002 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-09-04T23:39:50.045Z[ recovery-image] Sep 04 23:39:49.013 INFO O| Sep 04 23:39:49.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
60232026-09-04T23:39:50.045Z[ recovery-image] Sep 04 23:39:49.013 INFO O| Sep 04 23:39:49.013 INFO STEP 118 (remove_files) COMPLETE
60242026-09-04T23:39:50.045Z[ recovery-image] Sep 04 23:39:49.013 INFO O| Sep 04 23:39:49.013 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-09-04T23:39:50.056Z[ recovery-image] Sep 04 23:39:49.024 INFO O| Sep 04 23:39:49.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
60262026-09-04T23:39:50.056Z[ recovery-image] Sep 04 23:39:49.024 INFO O| Sep 04 23:39:49.024 INFO STEP 119 (remove_files) COMPLETE
60272026-09-04T23:39:50.059Z[ recovery-image] Sep 04 23:39:49.024 INFO O| Sep 04 23:39:49.024 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-09-04T23:39:50.069Z[ recovery-image] Sep 04 23:39:49.034 INFO O| Sep 04 23:39:49.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
60292026-09-04T23:39:50.069Z[ recovery-image] Sep 04 23:39:49.034 INFO O| Sep 04 23:39:49.034 INFO STEP 120 (remove_files) COMPLETE
60302026-09-04T23:39:50.069Z[ recovery-image] Sep 04 23:39:49.034 INFO O| Sep 04 23:39:49.034 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-09-04T23:39:50.093Z[ recovery-image] Sep 04 23:39:49.060 INFO O| Sep 04 23:39:49.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
60322026-09-04T23:39:50.093Z[ recovery-image] Sep 04 23:39:49.060 INFO O| Sep 04 23:39:49.060 INFO STEP 121 (remove_files) COMPLETE
60332026-09-04T23:39:50.093Z[ recovery-image] Sep 04 23:39:49.061 INFO O| Sep 04 23:39:49.060 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-09-04T23:39:50.105Z[ recovery-image] Sep 04 23:39:49.072 INFO O| Sep 04 23:39:49.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
60352026-09-04T23:39:50.110Z[ recovery-image] Sep 04 23:39:49.072 INFO O| Sep 04 23:39:49.072 INFO STEP 122 (remove_files) COMPLETE
60362026-09-04T23:39:50.110Z[ recovery-image] Sep 04 23:39:49.072 INFO O| Sep 04 23:39:49.072 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-09-04T23:39:50.116Z[ recovery-image] Sep 04 23:39:49.084 INFO O| Sep 04 23:39:49.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
60382026-09-04T23:39:50.119Z[ recovery-image] Sep 04 23:39:49.085 INFO O| Sep 04 23:39:49.085 INFO STEP 123 (remove_files) COMPLETE
60392026-09-04T23:39:50.119Z[ recovery-image] Sep 04 23:39:49.085 INFO O| Sep 04 23:39:49.085 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-09-04T23:39:50.129Z[ recovery-image] Sep 04 23:39:49.096 INFO O| Sep 04 23:39:49.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
60412026-09-04T23:39:50.129Z[ recovery-image] Sep 04 23:39:49.096 INFO O| Sep 04 23:39:49.096 INFO STEP 124 (remove_files) COMPLETE
60422026-09-04T23:39:50.129Z[ recovery-image] Sep 04 23:39:49.096 INFO O| Sep 04 23:39:49.096 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-09-04T23:39:50.139Z[ recovery-image] Sep 04 23:39:49.107 INFO O| Sep 04 23:39:49.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
60442026-09-04T23:39:50.139Z[ recovery-image] Sep 04 23:39:49.107 INFO O| Sep 04 23:39:49.107 INFO STEP 125 (remove_files) COMPLETE
60452026-09-04T23:39:50.142Z[ recovery-image] Sep 04 23:39:49.107 INFO O| Sep 04 23:39:49.107 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-09-04T23:39:50.149Z[ recovery-image] Sep 04 23:39:49.117 INFO O| Sep 04 23:39:49.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
60472026-09-04T23:39:50.149Z[ recovery-image] Sep 04 23:39:49.117 INFO O| Sep 04 23:39:49.117 INFO STEP 126 (remove_files) COMPLETE
60482026-09-04T23:39:50.149Z[ recovery-image] Sep 04 23:39:49.117 INFO O| Sep 04 23:39:49.117 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-09-04T23:39:50.158Z[ recovery-image] Sep 04 23:39:49.126 INFO O| Sep 04 23:39:49.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
60502026-09-04T23:39:50.161Z[ recovery-image] Sep 04 23:39:49.127 INFO O| Sep 04 23:39:49.127 INFO STEP 127 (remove_files) COMPLETE
60512026-09-04T23:39:50.161Z[ recovery-image] Sep 04 23:39:49.127 INFO O| Sep 04 23:39:49.127 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-09-04T23:39:50.168Z[ recovery-image] Sep 04 23:39:49.136 INFO O| Sep 04 23:39:49.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
60532026-09-04T23:39:50.168Z[ recovery-image] Sep 04 23:39:49.136 INFO O| Sep 04 23:39:49.136 INFO STEP 128 (remove_files) COMPLETE
60542026-09-04T23:39:50.168Z[ recovery-image] Sep 04 23:39:49.136 INFO O| Sep 04 23:39:49.136 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-09-04T23:39:50.178Z[ recovery-image] Sep 04 23:39:49.146 INFO O| Sep 04 23:39:49.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
60562026-09-04T23:39:50.178Z[ recovery-image] Sep 04 23:39:49.146 INFO O| Sep 04 23:39:49.146 INFO STEP 129 (remove_files) COMPLETE
60572026-09-04T23:39:50.178Z[ recovery-image] Sep 04 23:39:49.146 INFO O| Sep 04 23:39:49.146 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-09-04T23:39:50.187Z[ recovery-image] Sep 04 23:39:49.155 INFO O| Sep 04 23:39:49.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
60592026-09-04T23:39:50.188Z[ recovery-image] Sep 04 23:39:49.155 INFO O| Sep 04 23:39:49.155 INFO STEP 130 (remove_files) COMPLETE
60602026-09-04T23:39:50.190Z[ recovery-image] Sep 04 23:39:49.155 INFO O| Sep 04 23:39:49.155 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-09-04T23:39:50.197Z[ recovery-image] Sep 04 23:39:49.164 INFO O| Sep 04 23:39:49.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
60622026-09-04T23:39:50.197Z[ recovery-image] Sep 04 23:39:49.164 INFO O| Sep 04 23:39:49.164 INFO STEP 131 (remove_files) COMPLETE
60632026-09-04T23:39:50.197Z[ recovery-image] Sep 04 23:39:49.164 INFO O| Sep 04 23:39:49.164 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-09-04T23:39:50.206Z[ recovery-image] Sep 04 23:39:49.174 INFO O| Sep 04 23:39:49.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
60652026-09-04T23:39:50.206Z[ recovery-image] Sep 04 23:39:49.174 INFO O| Sep 04 23:39:49.174 INFO STEP 132 (remove_files) COMPLETE
60662026-09-04T23:39:50.206Z[ recovery-image] Sep 04 23:39:49.174 INFO O| Sep 04 23:39:49.174 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-09-04T23:39:50.217Z[ recovery-image] Sep 04 23:39:49.184 INFO O| Sep 04 23:39:49.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
60682026-09-04T23:39:50.218Z[ recovery-image] Sep 04 23:39:49.184 INFO O| Sep 04 23:39:49.184 INFO STEP 133 (remove_files) COMPLETE
60692026-09-04T23:39:50.218Z[ recovery-image] Sep 04 23:39:49.184 INFO O| Sep 04 23:39:49.184 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-09-04T23:39:50.226Z[ recovery-image] Sep 04 23:39:49.194 INFO O| Sep 04 23:39:49.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
60712026-09-04T23:39:50.226Z[ recovery-image] Sep 04 23:39:49.194 INFO O| Sep 04 23:39:49.194 INFO STEP 134 (remove_files) COMPLETE
60722026-09-04T23:39:50.228Z[ recovery-image] Sep 04 23:39:49.194 INFO O| Sep 04 23:39:49.194 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-09-04T23:39:50.236Z[ recovery-image] Sep 04 23:39:49.204 INFO O| Sep 04 23:39:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
60742026-09-04T23:39:50.236Z[ recovery-image] Sep 04 23:39:49.204 INFO O| Sep 04 23:39:49.204 INFO STEP 135 (remove_files) COMPLETE
60752026-09-04T23:39:50.240Z[ recovery-image] Sep 04 23:39:49.204 INFO O| Sep 04 23:39:49.204 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-09-04T23:39:50.246Z[ recovery-image] Sep 04 23:39:49.214 INFO O| Sep 04 23:39:49.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
60772026-09-04T23:39:50.246Z[ recovery-image] Sep 04 23:39:49.214 INFO O| Sep 04 23:39:49.214 INFO STEP 136 (remove_files) COMPLETE
60782026-09-04T23:39:50.246Z[ recovery-image] Sep 04 23:39:49.214 INFO O| Sep 04 23:39:49.214 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-09-04T23:39:50.256Z[ recovery-image] Sep 04 23:39:49.224 INFO O| Sep 04 23:39:49.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
60802026-09-04T23:39:50.256Z[ recovery-image] Sep 04 23:39:49.224 INFO O| Sep 04 23:39:49.224 INFO STEP 137 (remove_files) COMPLETE
60812026-09-04T23:39:50.256Z[ recovery-image] Sep 04 23:39:49.224 INFO O| Sep 04 23:39:49.224 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-09-04T23:39:50.266Z[ recovery-image] Sep 04 23:39:49.233 INFO O| Sep 04 23:39:49.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
60832026-09-04T23:39:50.266Z[ recovery-image] Sep 04 23:39:49.233 INFO O| Sep 04 23:39:49.233 INFO STEP 138 (remove_files) COMPLETE
60842026-09-04T23:39:50.269Z[ recovery-image] Sep 04 23:39:49.233 INFO O| Sep 04 23:39:49.233 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-09-04T23:39:50.277Z[ recovery-image] Sep 04 23:39:49.243 INFO O| Sep 04 23:39:49.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
60862026-09-04T23:39:50.277Z[ recovery-image] Sep 04 23:39:49.243 INFO O| Sep 04 23:39:49.243 INFO STEP 139 (remove_files) COMPLETE
60872026-09-04T23:39:50.280Z[ recovery-image] Sep 04 23:39:49.243 INFO O| Sep 04 23:39:49.243 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-09-04T23:39:50.285Z[ recovery-image] Sep 04 23:39:49.253 INFO O| Sep 04 23:39:49.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
60892026-09-04T23:39:50.285Z[ recovery-image] Sep 04 23:39:49.253 INFO O| Sep 04 23:39:49.253 INFO STEP 140 (remove_files) COMPLETE
60902026-09-04T23:39:50.285Z[ recovery-image] Sep 04 23:39:49.253 INFO O| Sep 04 23:39:49.253 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-09-04T23:39:50.295Z[ recovery-image] Sep 04 23:39:49.262 INFO O| Sep 04 23:39:49.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
60922026-09-04T23:39:50.295Z[ recovery-image] Sep 04 23:39:49.262 INFO O| Sep 04 23:39:49.262 INFO STEP 141 (remove_files) COMPLETE
60932026-09-04T23:39:50.299Z[ recovery-image] Sep 04 23:39:49.262 INFO O| Sep 04 23:39:49.262 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-09-04T23:39:50.304Z[ recovery-image] Sep 04 23:39:49.272 INFO O| Sep 04 23:39:49.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
60952026-09-04T23:39:50.304Z[ recovery-image] Sep 04 23:39:49.272 INFO O| Sep 04 23:39:49.272 INFO STEP 142 (remove_files) COMPLETE
60962026-09-04T23:39:50.305Z[ recovery-image] Sep 04 23:39:49.272 INFO O| Sep 04 23:39:49.272 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-09-04T23:39:50.314Z[ recovery-image] Sep 04 23:39:49.282 INFO O| Sep 04 23:39:49.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
60982026-09-04T23:39:50.314Z[ recovery-image] Sep 04 23:39:49.282 INFO O| Sep 04 23:39:49.282 INFO STEP 143 (remove_files) COMPLETE
60992026-09-04T23:39:50.314Z[ recovery-image] Sep 04 23:39:49.282 INFO O| Sep 04 23:39:49.282 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-09-04T23:39:50.323Z[ recovery-image] Sep 04 23:39:49.291 INFO O| Sep 04 23:39:49.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
61012026-09-04T23:39:50.323Z[ recovery-image] Sep 04 23:39:49.291 INFO O| Sep 04 23:39:49.291 INFO STEP 144 (remove_files) COMPLETE
61022026-09-04T23:39:50.323Z[ recovery-image] Sep 04 23:39:49.291 INFO O| Sep 04 23:39:49.291 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-09-04T23:39:50.333Z[ recovery-image] Sep 04 23:39:49.301 INFO O| Sep 04 23:39:49.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
61042026-09-04T23:39:50.333Z[ recovery-image] Sep 04 23:39:49.301 INFO O| Sep 04 23:39:49.301 INFO STEP 145 (remove_files) COMPLETE
61052026-09-04T23:39:50.339Z[ recovery-image] Sep 04 23:39:49.301 INFO O| Sep 04 23:39:49.301 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-09-04T23:39:50.342Z[ recovery-image] Sep 04 23:39:49.310 INFO O| Sep 04 23:39:49.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
61072026-09-04T23:39:50.342Z[ recovery-image] Sep 04 23:39:49.310 INFO O| Sep 04 23:39:49.310 INFO STEP 146 (remove_files) COMPLETE
61082026-09-04T23:39:50.342Z[ recovery-image] Sep 04 23:39:49.310 INFO O| Sep 04 23:39:49.310 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-09-04T23:39:50.350Z[ recovery-image] Sep 04 23:39:49.318 INFO O| Sep 04 23:39:49.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
61102026-09-04T23:39:50.351Z[ recovery-image] Sep 04 23:39:49.318 INFO O| Sep 04 23:39:49.318 INFO STEP 147 (remove_files) COMPLETE
61112026-09-04T23:39:50.351Z[ recovery-image] Sep 04 23:39:49.318 INFO O| Sep 04 23:39:49.318 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-09-04T23:39:50.359Z[ recovery-image] Sep 04 23:39:49.327 INFO O| Sep 04 23:39:49.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
61132026-09-04T23:39:50.360Z[ recovery-image] Sep 04 23:39:49.327 INFO O| Sep 04 23:39:49.327 INFO STEP 148 (remove_files) COMPLETE
61142026-09-04T23:39:50.360Z[ recovery-image] Sep 04 23:39:49.327 INFO O| Sep 04 23:39:49.327 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-09-04T23:39:50.368Z[ recovery-image] Sep 04 23:39:49.336 INFO O| Sep 04 23:39:49.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
61162026-09-04T23:39:50.368Z[ recovery-image] Sep 04 23:39:49.336 INFO O| Sep 04 23:39:49.336 INFO STEP 149 (remove_files) COMPLETE
61172026-09-04T23:39:50.371Z[ recovery-image] Sep 04 23:39:49.336 INFO O| Sep 04 23:39:49.336 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-09-04T23:39:50.377Z[ recovery-image] Sep 04 23:39:49.344 INFO O| Sep 04 23:39:49.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
61192026-09-04T23:39:50.377Z[ recovery-image] Sep 04 23:39:49.344 INFO O| Sep 04 23:39:49.344 INFO STEP 150 (remove_files) COMPLETE
61202026-09-04T23:39:50.377Z[ recovery-image] Sep 04 23:39:49.344 INFO O| Sep 04 23:39:49.344 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-09-04T23:39:50.385Z[ recovery-image] Sep 04 23:39:49.353 INFO O| Sep 04 23:39:49.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
61222026-09-04T23:39:50.385Z[ recovery-image] Sep 04 23:39:49.353 INFO O| Sep 04 23:39:49.353 INFO STEP 151 (remove_files) COMPLETE
61232026-09-04T23:39:50.385Z[ recovery-image] Sep 04 23:39:49.353 INFO O| Sep 04 23:39:49.353 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-09-04T23:39:50.394Z[ recovery-image] Sep 04 23:39:49.362 INFO O| Sep 04 23:39:49.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
61252026-09-04T23:39:50.394Z[ recovery-image] Sep 04 23:39:49.362 INFO O| Sep 04 23:39:49.362 INFO STEP 152 (remove_files) COMPLETE
61262026-09-04T23:39:50.394Z[ recovery-image] Sep 04 23:39:49.362 INFO O| Sep 04 23:39:49.362 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-09-04T23:39:50.403Z[ recovery-image] Sep 04 23:39:49.371 INFO O| Sep 04 23:39:49.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
61282026-09-04T23:39:50.403Z[ recovery-image] Sep 04 23:39:49.371 INFO O| Sep 04 23:39:49.371 INFO STEP 153 (remove_files) COMPLETE
61292026-09-04T23:39:50.406Z[ recovery-image] Sep 04 23:39:49.371 INFO O| Sep 04 23:39:49.371 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-09-04T23:39:50.412Z[ recovery-image] Sep 04 23:39:49.380 INFO O| Sep 04 23:39:49.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
61312026-09-04T23:39:50.412Z[ recovery-image] Sep 04 23:39:49.380 INFO O| Sep 04 23:39:49.380 INFO STEP 154 (remove_files) COMPLETE
61322026-09-04T23:39:50.412Z[ recovery-image] Sep 04 23:39:49.380 INFO O| Sep 04 23:39:49.380 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-09-04T23:39:50.421Z[ recovery-image] Sep 04 23:39:49.389 INFO O| Sep 04 23:39:49.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
61342026-09-04T23:39:50.422Z[ recovery-image] Sep 04 23:39:49.389 INFO O| Sep 04 23:39:49.389 INFO STEP 155 (remove_files) COMPLETE
61352026-09-04T23:39:50.422Z[ recovery-image] Sep 04 23:39:49.389 INFO O| Sep 04 23:39:49.389 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-09-04T23:39:50.433Z[ recovery-image] Sep 04 23:39:49.400 INFO O| Sep 04 23:39:49.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
61372026-09-04T23:39:50.433Z[ recovery-image] Sep 04 23:39:49.400 INFO O| Sep 04 23:39:49.400 INFO STEP 156 (remove_files) COMPLETE
61382026-09-04T23:39:50.436Z[ recovery-image] Sep 04 23:39:49.400 INFO O| Sep 04 23:39:49.400 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-09-04T23:39:50.443Z[ recovery-image] Sep 04 23:39:49.409 INFO O| Sep 04 23:39:49.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
61402026-09-04T23:39:50.443Z[ recovery-image] Sep 04 23:39:49.409 INFO O| Sep 04 23:39:49.409 INFO STEP 157 (remove_files) COMPLETE
61412026-09-04T23:39:50.443Z[ recovery-image] Sep 04 23:39:49.409 INFO O| Sep 04 23:39:49.409 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-09-04T23:39:50.452Z[ recovery-image] Sep 04 23:39:49.420 INFO O| Sep 04 23:39:49.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
61432026-09-04T23:39:50.452Z[ recovery-image] Sep 04 23:39:49.420 INFO O| Sep 04 23:39:49.420 INFO STEP 158 (remove_files) COMPLETE
61442026-09-04T23:39:50.452Z[ recovery-image] Sep 04 23:39:49.420 INFO O| Sep 04 23:39:49.420 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-09-04T23:39:50.462Z[ recovery-image] Sep 04 23:39:49.429 INFO O| Sep 04 23:39:49.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
61462026-09-04T23:39:50.462Z[ recovery-image] Sep 04 23:39:49.430 INFO O| Sep 04 23:39:49.429 INFO STEP 159 (remove_files) COMPLETE
61472026-09-04T23:39:50.462Z[ recovery-image] Sep 04 23:39:49.430 INFO O| Sep 04 23:39:49.429 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-09-04T23:39:50.472Z[ recovery-image] Sep 04 23:39:49.439 INFO O| Sep 04 23:39:49.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
61492026-09-04T23:39:50.472Z[ recovery-image] Sep 04 23:39:49.439 INFO O| Sep 04 23:39:49.439 INFO STEP 160 (remove_files) COMPLETE
61502026-09-04T23:39:50.475Z[ recovery-image] Sep 04 23:39:49.439 INFO O| Sep 04 23:39:49.439 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-09-04T23:39:50.481Z[ recovery-image] Sep 04 23:39:49.449 INFO O| Sep 04 23:39:49.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
61522026-09-04T23:39:50.481Z[ recovery-image] Sep 04 23:39:49.449 INFO O| Sep 04 23:39:49.449 INFO STEP 161 (remove_files) COMPLETE
61532026-09-04T23:39:50.484Z[ recovery-image] Sep 04 23:39:49.449 INFO O| Sep 04 23:39:49.449 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-09-04T23:39:50.492Z[ recovery-image] Sep 04 23:39:49.459 INFO O| Sep 04 23:39:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
61552026-09-04T23:39:50.493Z[ recovery-image] Sep 04 23:39:49.459 INFO O| Sep 04 23:39:49.459 INFO STEP 162 (remove_files) COMPLETE
61562026-09-04T23:39:50.496Z[ recovery-image] Sep 04 23:39:49.459 INFO O| Sep 04 23:39:49.459 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-09-04T23:39:50.503Z[ recovery-image] Sep 04 23:39:49.470 INFO O| Sep 04 23:39:49.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
61582026-09-04T23:39:50.503Z[ recovery-image] Sep 04 23:39:49.471 INFO O| Sep 04 23:39:49.470 INFO STEP 163 (remove_files) COMPLETE
61592026-09-04T23:39:50.503Z[ recovery-image] Sep 04 23:39:49.471 INFO O| Sep 04 23:39:49.470 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-09-04T23:39:50.512Z[ recovery-image] Sep 04 23:39:49.480 INFO O| Sep 04 23:39:49.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
61612026-09-04T23:39:50.512Z[ recovery-image] Sep 04 23:39:49.480 INFO O| Sep 04 23:39:49.480 INFO STEP 164 (remove_files) COMPLETE
61622026-09-04T23:39:50.516Z[ recovery-image] Sep 04 23:39:49.480 INFO O| Sep 04 23:39:49.480 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-09-04T23:39:50.522Z[ recovery-image] Sep 04 23:39:49.490 INFO O| Sep 04 23:39:49.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
61642026-09-04T23:39:50.522Z[ recovery-image] Sep 04 23:39:49.490 INFO O| Sep 04 23:39:49.490 INFO STEP 165 (remove_files) COMPLETE
61652026-09-04T23:39:50.522Z[ recovery-image] Sep 04 23:39:49.490 INFO O| Sep 04 23:39:49.490 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-09-04T23:39:50.532Z[ recovery-image] Sep 04 23:39:49.499 INFO O| Sep 04 23:39:49.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
61672026-09-04T23:39:50.532Z[ recovery-image] Sep 04 23:39:49.499 INFO O| Sep 04 23:39:49.499 INFO STEP 166 (remove_files) COMPLETE
61682026-09-04T23:39:50.532Z[ recovery-image] Sep 04 23:39:49.499 INFO O| Sep 04 23:39:49.499 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-09-04T23:39:50.543Z[ recovery-image] Sep 04 23:39:49.510 INFO O| Sep 04 23:39:49.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
61702026-09-04T23:39:50.551Z[ recovery-image] Sep 04 23:39:49.513 INFO O| Sep 04 23:39:49.513 INFO STEP 167 (remove_files) COMPLETE
61712026-09-04T23:39:50.551Z[ recovery-image] Sep 04 23:39:49.513 INFO O| Sep 04 23:39:49.513 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-09-04T23:39:50.555Z[ recovery-image] Sep 04 23:39:49.523 INFO O| Sep 04 23:39:49.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
61732026-09-04T23:39:50.555Z[ recovery-image] Sep 04 23:39:49.523 INFO O| Sep 04 23:39:49.523 INFO STEP 168 (remove_files) COMPLETE
61742026-09-04T23:39:50.555Z[ recovery-image] Sep 04 23:39:49.523 INFO O| Sep 04 23:39:49.523 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-09-04T23:39:50.565Z[ recovery-image] Sep 04 23:39:49.533 INFO O| Sep 04 23:39:49.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
61762026-09-04T23:39:50.565Z[ recovery-image] Sep 04 23:39:49.533 INFO O| Sep 04 23:39:49.533 INFO STEP 169 (remove_files) COMPLETE
61772026-09-04T23:39:50.565Z[ recovery-image] Sep 04 23:39:49.533 INFO O| Sep 04 23:39:49.533 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-09-04T23:39:50.574Z[ recovery-image] Sep 04 23:39:49.542 INFO O| Sep 04 23:39:49.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
61792026-09-04T23:39:50.577Z[ recovery-image] Sep 04 23:39:49.543 INFO O| Sep 04 23:39:49.543 INFO STEP 170 (remove_files) COMPLETE
61802026-09-04T23:39:50.577Z[ recovery-image] Sep 04 23:39:49.543 INFO O| Sep 04 23:39:49.543 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-09-04T23:39:50.585Z[ recovery-image] Sep 04 23:39:49.552 INFO O| Sep 04 23:39:49.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
61822026-09-04T23:39:50.585Z[ recovery-image] Sep 04 23:39:49.553 INFO O| Sep 04 23:39:49.553 INFO STEP 171 (remove_files) COMPLETE
61832026-09-04T23:39:50.588Z[ recovery-image] Sep 04 23:39:49.553 INFO O| Sep 04 23:39:49.553 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-09-04T23:39:50.595Z[ recovery-image] Sep 04 23:39:49.563 INFO O| Sep 04 23:39:49.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
61852026-09-04T23:39:50.595Z[ recovery-image] Sep 04 23:39:49.563 INFO O| Sep 04 23:39:49.563 INFO STEP 172 (remove_files) COMPLETE
61862026-09-04T23:39:50.598Z[ recovery-image] Sep 04 23:39:49.563 INFO O| Sep 04 23:39:49.563 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-09-04T23:39:50.604Z[ recovery-image] Sep 04 23:39:49.572 INFO O| Sep 04 23:39:49.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
61882026-09-04T23:39:50.605Z[ recovery-image] Sep 04 23:39:49.572 INFO O| Sep 04 23:39:49.572 INFO STEP 173 (remove_files) COMPLETE
61892026-09-04T23:39:50.607Z[ recovery-image] Sep 04 23:39:49.572 INFO O| Sep 04 23:39:49.572 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-09-04T23:39:50.614Z[ recovery-image] Sep 04 23:39:49.581 INFO O| Sep 04 23:39:49.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
61912026-09-04T23:39:50.614Z[ recovery-image] Sep 04 23:39:49.582 INFO O| Sep 04 23:39:49.581 INFO STEP 174 (remove_files) COMPLETE
61922026-09-04T23:39:50.616Z[ recovery-image] Sep 04 23:39:49.582 INFO O| Sep 04 23:39:49.582 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-09-04T23:39:50.623Z[ recovery-image] Sep 04 23:39:49.591 INFO O| Sep 04 23:39:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
61942026-09-04T23:39:50.623Z[ recovery-image] Sep 04 23:39:49.591 INFO O| Sep 04 23:39:49.591 INFO STEP 175 (remove_files) COMPLETE
61952026-09-04T23:39:50.626Z[ recovery-image] Sep 04 23:39:49.591 INFO O| Sep 04 23:39:49.591 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-09-04T23:39:50.631Z[ recovery-image] Sep 04 23:39:49.599 INFO O| Sep 04 23:39:49.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
61972026-09-04T23:39:50.634Z[ recovery-image] Sep 04 23:39:49.600 INFO O| Sep 04 23:39:49.600 INFO STEP 176 (remove_files) COMPLETE
61982026-09-04T23:39:50.634Z[ recovery-image] Sep 04 23:39:49.600 INFO O| Sep 04 23:39:49.600 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-09-04T23:39:50.641Z[ recovery-image] Sep 04 23:39:49.609 INFO O| Sep 04 23:39:49.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
62002026-09-04T23:39:50.641Z[ recovery-image] Sep 04 23:39:49.609 INFO O| Sep 04 23:39:49.609 INFO STEP 177 (remove_files) COMPLETE
62012026-09-04T23:39:50.641Z[ recovery-image] Sep 04 23:39:49.609 INFO O| Sep 04 23:39:49.609 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-09-04T23:39:50.651Z[ recovery-image] Sep 04 23:39:49.618 INFO O| Sep 04 23:39:49.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
62032026-09-04T23:39:50.651Z[ recovery-image] Sep 04 23:39:49.618 INFO O| Sep 04 23:39:49.618 INFO STEP 178 (remove_files) COMPLETE
62042026-09-04T23:39:50.653Z[ recovery-image] Sep 04 23:39:49.618 INFO O| Sep 04 23:39:49.618 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-09-04T23:39:50.679Z[ recovery-image] Sep 04 23:39:49.647 INFO O| Sep 04 23:39:49.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
62062026-09-04T23:39:50.679Z[ recovery-image] Sep 04 23:39:49.647 INFO O| Sep 04 23:39:49.647 INFO STEP 179 (remove_files) COMPLETE
62072026-09-04T23:39:50.679Z[ recovery-image] Sep 04 23:39:49.647 INFO O| Sep 04 23:39:49.647 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-09-04T23:39:50.688Z[ recovery-image] Sep 04 23:39:49.656 INFO O| Sep 04 23:39:49.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
62092026-09-04T23:39:50.689Z[ recovery-image] Sep 04 23:39:49.656 INFO O| Sep 04 23:39:49.656 INFO STEP 180 (remove_files) COMPLETE
62102026-09-04T23:39:50.689Z[ recovery-image] Sep 04 23:39:49.656 INFO O| Sep 04 23:39:49.656 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-09-04T23:39:50.698Z[ recovery-image] Sep 04 23:39:49.665 INFO O| Sep 04 23:39:49.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
62122026-09-04T23:39:50.698Z[ recovery-image] Sep 04 23:39:49.665 INFO O| Sep 04 23:39:49.665 INFO STEP 181 (remove_files) COMPLETE
62132026-09-04T23:39:50.698Z[ recovery-image] Sep 04 23:39:49.665 INFO O| Sep 04 23:39:49.665 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-09-04T23:39:50.707Z[ recovery-image] Sep 04 23:39:49.674 INFO O| Sep 04 23:39:49.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
62152026-09-04T23:39:50.707Z[ recovery-image] Sep 04 23:39:49.674 INFO O| Sep 04 23:39:49.674 INFO STEP 182 (remove_files) COMPLETE
62162026-09-04T23:39:50.710Z[ recovery-image] Sep 04 23:39:49.674 INFO O| Sep 04 23:39:49.674 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-09-04T23:39:50.716Z[ recovery-image] Sep 04 23:39:49.683 INFO O| Sep 04 23:39:49.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
62182026-09-04T23:39:50.716Z[ recovery-image] Sep 04 23:39:49.684 INFO O| Sep 04 23:39:49.684 INFO STEP 183 (remove_files) COMPLETE
62192026-09-04T23:39:50.716Z[ recovery-image] Sep 04 23:39:49.684 INFO O| Sep 04 23:39:49.684 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-09-04T23:39:50.725Z[ recovery-image] Sep 04 23:39:49.693 INFO O| Sep 04 23:39:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
62212026-09-04T23:39:50.725Z[ recovery-image] Sep 04 23:39:49.693 INFO O| Sep 04 23:39:49.693 INFO STEP 184 (remove_files) COMPLETE
62222026-09-04T23:39:50.725Z[ recovery-image] Sep 04 23:39:49.693 INFO O| Sep 04 23:39:49.693 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-09-04T23:39:50.734Z[ recovery-image] Sep 04 23:39:49.702 INFO O| Sep 04 23:39:49.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
62242026-09-04T23:39:50.734Z[ recovery-image] Sep 04 23:39:49.702 INFO O| Sep 04 23:39:49.702 INFO STEP 185 (remove_files) COMPLETE
62252026-09-04T23:39:50.734Z[ recovery-image] Sep 04 23:39:49.702 INFO O| Sep 04 23:39:49.702 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-09-04T23:39:50.743Z[ recovery-image] Sep 04 23:39:49.711 INFO O| Sep 04 23:39:49.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
62272026-09-04T23:39:50.743Z[ recovery-image] Sep 04 23:39:49.711 INFO O| Sep 04 23:39:49.711 INFO STEP 186 (remove_files) COMPLETE
62282026-09-04T23:39:50.746Z[ recovery-image] Sep 04 23:39:49.711 INFO O| Sep 04 23:39:49.711 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-09-04T23:39:50.752Z[ recovery-image] Sep 04 23:39:49.720 INFO O| Sep 04 23:39:49.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
62302026-09-04T23:39:50.752Z[ recovery-image] Sep 04 23:39:49.720 INFO O| Sep 04 23:39:49.720 INFO STEP 187 (remove_files) COMPLETE
62312026-09-04T23:39:50.752Z[ recovery-image] Sep 04 23:39:49.720 INFO O| Sep 04 23:39:49.720 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-09-04T23:39:50.761Z[ recovery-image] Sep 04 23:39:49.729 INFO O| Sep 04 23:39:49.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
62332026-09-04T23:39:50.761Z[ recovery-image] Sep 04 23:39:49.729 INFO O| Sep 04 23:39:49.729 INFO STEP 188 (remove_files) COMPLETE
62342026-09-04T23:39:50.761Z[ recovery-image] Sep 04 23:39:49.729 INFO O| Sep 04 23:39:49.729 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-09-04T23:39:50.771Z[ recovery-image] Sep 04 23:39:49.738 INFO O| Sep 04 23:39:49.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
62362026-09-04T23:39:50.771Z[ recovery-image] Sep 04 23:39:49.738 INFO O| Sep 04 23:39:49.738 INFO STEP 189 (remove_files) COMPLETE
62372026-09-04T23:39:50.774Z[ recovery-image] Sep 04 23:39:49.738 INFO O| Sep 04 23:39:49.738 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-09-04T23:39:50.781Z[ recovery-image] Sep 04 23:39:49.749 INFO O| Sep 04 23:39:49.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
62392026-09-04T23:39:50.781Z[ recovery-image] Sep 04 23:39:49.749 INFO O| Sep 04 23:39:49.749 INFO STEP 190 (remove_files) COMPLETE
62402026-09-04T23:39:50.781Z[ recovery-image] Sep 04 23:39:49.749 INFO O| Sep 04 23:39:49.749 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-09-04T23:39:50.801Z[ recovery-image] Sep 04 23:39:49.759 INFO O| Sep 04 23:39:49.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
62422026-09-04T23:39:50.801Z[ recovery-image] Sep 04 23:39:49.759 INFO O| Sep 04 23:39:49.759 INFO STEP 191 (remove_files) COMPLETE
62432026-09-04T23:39:50.801Z[ recovery-image] Sep 04 23:39:49.759 INFO O| Sep 04 23:39:49.759 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-09-04T23:39:50.801Z[ recovery-image] Sep 04 23:39:49.768 INFO O| Sep 04 23:39:49.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
62452026-09-04T23:39:50.801Z[ recovery-image] Sep 04 23:39:49.768 INFO O| Sep 04 23:39:49.768 INFO STEP 192 (remove_files) COMPLETE
62462026-09-04T23:39:50.801Z[ recovery-image] Sep 04 23:39:49.768 INFO O| Sep 04 23:39:49.768 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-09-04T23:39:50.810Z[ recovery-image] Sep 04 23:39:49.778 INFO O| Sep 04 23:39:49.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
62482026-09-04T23:39:50.810Z[ recovery-image] Sep 04 23:39:49.778 INFO O| Sep 04 23:39:49.778 INFO STEP 193 (remove_files) COMPLETE
62492026-09-04T23:39:50.810Z[ recovery-image] Sep 04 23:39:49.778 INFO O| Sep 04 23:39:49.778 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-09-04T23:39:50.820Z[ recovery-image] Sep 04 23:39:49.788 INFO O| Sep 04 23:39:49.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
62512026-09-04T23:39:50.820Z[ recovery-image] Sep 04 23:39:49.788 INFO O| Sep 04 23:39:49.788 INFO STEP 194 (remove_files) COMPLETE
62522026-09-04T23:39:50.820Z[ recovery-image] Sep 04 23:39:49.788 INFO O| Sep 04 23:39:49.788 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-09-04T23:39:50.829Z[ recovery-image] Sep 04 23:39:49.797 INFO O| Sep 04 23:39:49.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
62542026-09-04T23:39:50.830Z[ recovery-image] Sep 04 23:39:49.797 INFO O| Sep 04 23:39:49.797 INFO STEP 195 (remove_files) COMPLETE
62552026-09-04T23:39:50.832Z[ recovery-image] Sep 04 23:39:49.797 INFO O| Sep 04 23:39:49.797 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-09-04T23:39:50.839Z[ recovery-image] Sep 04 23:39:49.807 INFO O| Sep 04 23:39:49.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
62572026-09-04T23:39:50.839Z[ recovery-image] Sep 04 23:39:49.807 INFO O| Sep 04 23:39:49.807 INFO STEP 196 (remove_files) COMPLETE
62582026-09-04T23:39:50.839Z[ recovery-image] Sep 04 23:39:49.807 INFO O| Sep 04 23:39:49.807 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-09-04T23:39:50.849Z[ recovery-image] Sep 04 23:39:49.817 INFO O| Sep 04 23:39:49.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
62602026-09-04T23:39:50.849Z[ recovery-image] Sep 04 23:39:49.817 INFO O| Sep 04 23:39:49.817 INFO STEP 197 (remove_files) COMPLETE
62612026-09-04T23:39:50.849Z[ recovery-image] Sep 04 23:39:49.817 INFO O| Sep 04 23:39:49.817 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-09-04T23:39:50.860Z[ recovery-image] Sep 04 23:39:49.828 INFO O| Sep 04 23:39:49.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
62632026-09-04T23:39:50.860Z[ recovery-image] Sep 04 23:39:49.828 INFO O| Sep 04 23:39:49.828 INFO STEP 198 (remove_files) COMPLETE
62642026-09-04T23:39:50.860Z[ recovery-image] Sep 04 23:39:49.828 INFO O| Sep 04 23:39:49.828 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-09-04T23:39:50.870Z[ recovery-image] Sep 04 23:39:49.838 INFO O| Sep 04 23:39:49.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
62662026-09-04T23:39:50.870Z[ recovery-image] Sep 04 23:39:49.838 INFO O| Sep 04 23:39:49.838 INFO STEP 199 (remove_files) COMPLETE
62672026-09-04T23:39:50.870Z[ recovery-image] Sep 04 23:39:49.838 INFO O| Sep 04 23:39:49.838 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-09-04T23:39:50.879Z[ recovery-image] Sep 04 23:39:49.846 INFO O| Sep 04 23:39:49.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
62692026-09-04T23:39:50.879Z[ recovery-image] Sep 04 23:39:49.846 INFO O| Sep 04 23:39:49.846 INFO STEP 200 (remove_files) COMPLETE
62702026-09-04T23:39:50.879Z[ recovery-image] Sep 04 23:39:49.846 INFO O| Sep 04 23:39:49.846 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-09-04T23:39:50.957Z[ recovery-image] Sep 04 23:39:49.855 INFO O| Sep 04 23:39:49.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
62722026-09-04T23:39:50.957Z[ recovery-image] Sep 04 23:39:49.855 INFO O| Sep 04 23:39:49.855 INFO STEP 201 (remove_files) COMPLETE
62732026-09-04T23:39:50.957Z[ recovery-image] Sep 04 23:39:49.855 INFO O| Sep 04 23:39:49.855 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-09-04T23:39:50.957Z[ recovery-image] Sep 04 23:39:49.862 INFO O| Sep 04 23:39:49.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
62752026-09-04T23:39:50.957Z[ recovery-image] Sep 04 23:39:49.862 INFO O| Sep 04 23:39:49.862 INFO STEP 202 (remove_files) COMPLETE
62762026-09-04T23:39:50.957Z[ recovery-image] Sep 04 23:39:49.862 INFO O| Sep 04 23:39:49.862 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.871 INFO O| Sep 04 23:39:49.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
62782026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.871 INFO O| Sep 04 23:39:49.871 INFO STEP 203 (remove_files) COMPLETE
62792026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.871 INFO O| Sep 04 23:39:49.871 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-09-04T23:39:50.958Z[verify-libraries] Compiling git2 v0.20.4
62812026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.881 INFO O| Sep 04 23:39:49.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
62822026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.881 INFO O| Sep 04 23:39:49.881 INFO STEP 204 (remove_files) COMPLETE
62832026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.881 INFO O| Sep 04 23:39:49.881 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.889 INFO O| Sep 04 23:39:49.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
62852026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.889 INFO O| Sep 04 23:39:49.889 INFO STEP 205 (remove_files) COMPLETE
62862026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.889 INFO O| Sep 04 23:39:49.889 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.898 INFO O| Sep 04 23:39:49.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
62882026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.898 INFO O| Sep 04 23:39:49.898 INFO STEP 206 (remove_files) COMPLETE
62892026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.898 INFO O| Sep 04 23:39:49.898 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.908 INFO O| Sep 04 23:39:49.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
62912026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.908 INFO O| Sep 04 23:39:49.908 INFO STEP 207 (remove_files) COMPLETE
62922026-09-04T23:39:50.958Z[ recovery-image] Sep 04 23:39:49.908 INFO O| Sep 04 23:39:49.908 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-09-04T23:39:50.961Z[ recovery-image] Sep 04 23:39:49.918 INFO O| Sep 04 23:39:49.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
62942026-09-04T23:39:50.961Z[ recovery-image] Sep 04 23:39:49.918 INFO O| Sep 04 23:39:49.918 INFO STEP 208 (remove_files) COMPLETE
62952026-09-04T23:39:50.961Z[ recovery-image] Sep 04 23:39:49.918 INFO O| Sep 04 23:39:49.918 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-09-04T23:39:50.962Z[ recovery-image] Sep 04 23:39:49.927 INFO O| Sep 04 23:39:49.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
62972026-09-04T23:39:50.962Z[ recovery-image] Sep 04 23:39:49.927 INFO O| Sep 04 23:39:49.927 INFO STEP 209 (remove_files) COMPLETE
62982026-09-04T23:39:50.962Z[ recovery-image] Sep 04 23:39:49.927 INFO O| Sep 04 23:39:49.927 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-09-04T23:39:50.969Z[ recovery-image] Sep 04 23:39:49.936 INFO O| Sep 04 23:39:49.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
63002026-09-04T23:39:50.969Z[ recovery-image] Sep 04 23:39:49.936 INFO O| Sep 04 23:39:49.936 INFO STEP 210 (remove_files) COMPLETE
63012026-09-04T23:39:50.970Z[ recovery-image] Sep 04 23:39:49.937 INFO O| Sep 04 23:39:49.936 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-09-04T23:39:50.977Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
63032026-09-04T23:39:50.980Z[ recovery-image] Sep 04 23:39:49.945 INFO O| Sep 04 23:39:49.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
63042026-09-04T23:39:50.980Z[ recovery-image] Sep 04 23:39:49.945 INFO O| Sep 04 23:39:49.945 INFO STEP 211 (remove_files) COMPLETE
63052026-09-04T23:39:50.980Z[ recovery-image] Sep 04 23:39:49.945 INFO O| Sep 04 23:39:49.945 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-09-04T23:39:50.987Z[ recovery-image] Sep 04 23:39:49.955 INFO O| Sep 04 23:39:49.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
63072026-09-04T23:39:50.987Z[ recovery-image] Sep 04 23:39:49.955 INFO O| Sep 04 23:39:49.955 INFO STEP 212 (remove_files) COMPLETE
63082026-09-04T23:39:50.987Z[ recovery-image] Sep 04 23:39:49.955 INFO O| Sep 04 23:39:49.955 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-09-04T23:39:50.997Z[ recovery-image] Sep 04 23:39:49.965 INFO O| Sep 04 23:39:49.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
63102026-09-04T23:39:50.997Z[ recovery-image] Sep 04 23:39:49.965 INFO O| Sep 04 23:39:49.965 INFO STEP 213 (remove_files) COMPLETE
63112026-09-04T23:39:50.997Z[ recovery-image] Sep 04 23:39:49.965 INFO O| Sep 04 23:39:49.965 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-09-04T23:39:51.006Z[ recovery-image] Sep 04 23:39:49.974 INFO O| Sep 04 23:39:49.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
63132026-09-04T23:39:51.006Z[ recovery-image] Sep 04 23:39:49.974 INFO O| Sep 04 23:39:49.974 INFO STEP 214 (remove_files) COMPLETE
63142026-09-04T23:39:51.006Z[ recovery-image] Sep 04 23:39:49.974 INFO O| Sep 04 23:39:49.974 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-09-04T23:39:51.016Z[ recovery-image] Sep 04 23:39:49.984 INFO O| Sep 04 23:39:49.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
63162026-09-04T23:39:51.016Z[ recovery-image] Sep 04 23:39:49.984 INFO O| Sep 04 23:39:49.984 INFO STEP 215 (remove_files) COMPLETE
63172026-09-04T23:39:51.016Z[ recovery-image] Sep 04 23:39:49.984 INFO O| Sep 04 23:39:49.984 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-09-04T23:39:51.026Z[ recovery-image] Sep 04 23:39:49.994 INFO O| Sep 04 23:39:49.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
63192026-09-04T23:39:51.026Z[ recovery-image] Sep 04 23:39:49.994 INFO O| Sep 04 23:39:49.994 INFO STEP 216 (remove_files) COMPLETE
63202026-09-04T23:39:51.026Z[ recovery-image] Sep 04 23:39:49.994 INFO O| Sep 04 23:39:49.994 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-09-04T23:39:51.036Z[ recovery-image] Sep 04 23:39:50.003 INFO O| Sep 04 23:39:50.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
63222026-09-04T23:39:51.036Z[ recovery-image] Sep 04 23:39:50.003 INFO O| Sep 04 23:39:50.003 INFO STEP 217 (remove_files) COMPLETE
63232026-09-04T23:39:51.036Z[ recovery-image] Sep 04 23:39:50.003 INFO O| Sep 04 23:39:50.003 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-09-04T23:39:51.045Z[ recovery-image] Sep 04 23:39:50.013 INFO O| Sep 04 23:39:50.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
63252026-09-04T23:39:51.045Z[ recovery-image] Sep 04 23:39:50.013 INFO O| Sep 04 23:39:50.013 INFO STEP 218 (remove_files) COMPLETE
63262026-09-04T23:39:51.045Z[ recovery-image] Sep 04 23:39:50.013 INFO O| Sep 04 23:39:50.013 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-09-04T23:39:51.055Z[ recovery-image] Sep 04 23:39:50.022 INFO O| Sep 04 23:39:50.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
63282026-09-04T23:39:51.055Z[ recovery-image] Sep 04 23:39:50.022 INFO O| Sep 04 23:39:50.022 INFO STEP 219 (remove_files) COMPLETE
63292026-09-04T23:39:51.055Z[ recovery-image] Sep 04 23:39:50.022 INFO O| Sep 04 23:39:50.022 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-09-04T23:39:51.064Z[ recovery-image] Sep 04 23:39:50.031 INFO O| Sep 04 23:39:50.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
63312026-09-04T23:39:51.064Z[ recovery-image] Sep 04 23:39:50.031 INFO O| Sep 04 23:39:50.031 INFO STEP 220 (remove_files) COMPLETE
63322026-09-04T23:39:51.064Z[ recovery-image] Sep 04 23:39:50.031 INFO O| Sep 04 23:39:50.031 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-09-04T23:39:51.078Z[ recovery-image] Sep 04 23:39:50.046 INFO O| Sep 04 23:39:50.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
63342026-09-04T23:39:51.078Z[ recovery-image] Sep 04 23:39:50.046 INFO O| Sep 04 23:39:50.046 INFO STEP 221 (remove_files) COMPLETE
63352026-09-04T23:39:51.078Z[ recovery-image] Sep 04 23:39:50.046 INFO O| Sep 04 23:39:50.046 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-09-04T23:39:51.095Z[ recovery-image] Sep 04 23:39:50.063 INFO O| Sep 04 23:39:50.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
63372026-09-04T23:39:51.095Z[ recovery-image] Sep 04 23:39:50.063 INFO O| Sep 04 23:39:50.063 INFO STEP 222 (remove_files) COMPLETE
63382026-09-04T23:39:51.095Z[ recovery-image] Sep 04 23:39:50.063 INFO O| Sep 04 23:39:50.063 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-09-04T23:39:51.106Z[ recovery-image] Sep 04 23:39:50.073 INFO O| Sep 04 23:39:50.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
63402026-09-04T23:39:51.106Z[ recovery-image] Sep 04 23:39:50.073 INFO O| Sep 04 23:39:50.073 INFO STEP 223 (remove_files) COMPLETE
63412026-09-04T23:39:51.106Z[ recovery-image] Sep 04 23:39:50.073 INFO O| Sep 04 23:39:50.073 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-09-04T23:39:51.117Z[ recovery-image] Sep 04 23:39:50.084 INFO O| Sep 04 23:39:50.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
63432026-09-04T23:39:51.120Z[ recovery-image] Sep 04 23:39:50.085 INFO O| Sep 04 23:39:50.085 INFO STEP 224 (remove_files) COMPLETE
63442026-09-04T23:39:51.120Z[ recovery-image] Sep 04 23:39:50.085 INFO O| Sep 04 23:39:50.085 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-09-04T23:39:51.130Z[ recovery-image] Sep 04 23:39:50.097 INFO O| Sep 04 23:39:50.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
63462026-09-04T23:39:51.130Z[ recovery-image] Sep 04 23:39:50.097 INFO O| Sep 04 23:39:50.097 INFO STEP 225 (remove_files) COMPLETE
63472026-09-04T23:39:51.130Z[ recovery-image] Sep 04 23:39:50.097 INFO O| Sep 04 23:39:50.097 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-09-04T23:39:51.141Z[ recovery-image] Sep 04 23:39:50.109 INFO O| Sep 04 23:39:50.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
63492026-09-04T23:39:51.141Z[ recovery-image] Sep 04 23:39:50.109 INFO O| Sep 04 23:39:50.109 INFO STEP 226 (remove_files) COMPLETE
63502026-09-04T23:39:51.141Z[ recovery-image] Sep 04 23:39:50.109 INFO O| Sep 04 23:39:50.109 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-09-04T23:39:51.153Z[ recovery-image] Sep 04 23:39:50.120 INFO O| Sep 04 23:39:50.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
63522026-09-04T23:39:51.153Z[ recovery-image] Sep 04 23:39:50.120 INFO O| Sep 04 23:39:50.120 INFO STEP 227 (remove_files) COMPLETE
63532026-09-04T23:39:51.158Z[ recovery-image] Sep 04 23:39:50.120 INFO O| Sep 04 23:39:50.120 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-09-04T23:39:51.175Z[ recovery-image] Sep 04 23:39:50.142 INFO O| Sep 04 23:39:50.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
63552026-09-04T23:39:51.175Z[ recovery-image] Sep 04 23:39:50.142 INFO O| Sep 04 23:39:50.142 INFO STEP 228 (remove_files) COMPLETE
63562026-09-04T23:39:51.175Z[ recovery-image] Sep 04 23:39:50.142 INFO O| Sep 04 23:39:50.142 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-09-04T23:39:51.187Z[ recovery-image] Sep 04 23:39:50.154 INFO O| Sep 04 23:39:50.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
63582026-09-04T23:39:51.187Z[ recovery-image] Sep 04 23:39:50.154 INFO O| Sep 04 23:39:50.154 INFO STEP 229 (remove_files) COMPLETE
63592026-09-04T23:39:51.187Z[ recovery-image] Sep 04 23:39:50.154 INFO O| Sep 04 23:39:50.154 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-09-04T23:39:51.198Z[ recovery-image] Sep 04 23:39:50.166 INFO O| Sep 04 23:39:50.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
63612026-09-04T23:39:51.199Z[ recovery-image] Sep 04 23:39:50.166 INFO O| Sep 04 23:39:50.166 INFO STEP 230 (remove_files) COMPLETE
63622026-09-04T23:39:51.199Z[ recovery-image] Sep 04 23:39:50.166 INFO O| Sep 04 23:39:50.166 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-09-04T23:39:51.209Z[ recovery-image] Sep 04 23:39:50.177 INFO O| Sep 04 23:39:50.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
63642026-09-04T23:39:51.209Z[ recovery-image] Sep 04 23:39:50.177 INFO O| Sep 04 23:39:50.177 INFO STEP 231 (remove_files) COMPLETE
63652026-09-04T23:39:51.209Z[ recovery-image] Sep 04 23:39:50.177 INFO O| Sep 04 23:39:50.177 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-09-04T23:39:51.219Z[ recovery-image] Sep 04 23:39:50.187 INFO O| Sep 04 23:39:50.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
63672026-09-04T23:39:51.219Z[ recovery-image] Sep 04 23:39:50.187 INFO O| Sep 04 23:39:50.187 INFO STEP 232 (remove_files) COMPLETE
63682026-09-04T23:39:51.219Z[ recovery-image] Sep 04 23:39:50.187 INFO O| Sep 04 23:39:50.187 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-09-04T23:39:51.228Z[ recovery-image] Sep 04 23:39:50.196 INFO O| Sep 04 23:39:50.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
63702026-09-04T23:39:51.228Z[ recovery-image] Sep 04 23:39:50.196 INFO O| Sep 04 23:39:50.196 INFO STEP 233 (remove_files) COMPLETE
63712026-09-04T23:39:51.228Z[ recovery-image] Sep 04 23:39:50.196 INFO O| Sep 04 23:39:50.196 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-09-04T23:39:51.238Z[ recovery-image] Sep 04 23:39:50.205 INFO O| Sep 04 23:39:50.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
63732026-09-04T23:39:51.238Z[ recovery-image] Sep 04 23:39:50.206 INFO O| Sep 04 23:39:50.206 INFO STEP 234 (remove_files) COMPLETE
63742026-09-04T23:39:51.238Z[ recovery-image] Sep 04 23:39:50.206 INFO O| Sep 04 23:39:50.206 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-09-04T23:39:51.247Z[ recovery-image] Sep 04 23:39:50.215 INFO O| Sep 04 23:39:50.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
63762026-09-04T23:39:51.247Z[ recovery-image] Sep 04 23:39:50.215 INFO O| Sep 04 23:39:50.215 INFO STEP 235 (remove_files) COMPLETE
63772026-09-04T23:39:51.247Z[ recovery-image] Sep 04 23:39:50.215 INFO O| Sep 04 23:39:50.215 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-09-04T23:39:51.259Z[ recovery-image] Sep 04 23:39:50.226 INFO O| Sep 04 23:39:50.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
63792026-09-04T23:39:51.259Z[ recovery-image] Sep 04 23:39:50.226 INFO O| Sep 04 23:39:50.226 INFO STEP 236 (remove_files) COMPLETE
63802026-09-04T23:39:51.259Z[ recovery-image] Sep 04 23:39:50.226 INFO O| Sep 04 23:39:50.226 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-09-04T23:39:51.269Z[ recovery-image] Sep 04 23:39:50.237 INFO O| Sep 04 23:39:50.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
63822026-09-04T23:39:51.269Z[ recovery-image] Sep 04 23:39:50.237 INFO O| Sep 04 23:39:50.237 INFO STEP 237 (remove_files) COMPLETE
63832026-09-04T23:39:51.269Z[ recovery-image] Sep 04 23:39:50.237 INFO O| Sep 04 23:39:50.237 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-09-04T23:39:51.279Z[ recovery-image] Sep 04 23:39:50.246 INFO O| Sep 04 23:39:50.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
63852026-09-04T23:39:51.279Z[ recovery-image] Sep 04 23:39:50.246 INFO O| Sep 04 23:39:50.246 INFO STEP 238 (remove_files) COMPLETE
63862026-09-04T23:39:51.282Z[ recovery-image] Sep 04 23:39:50.246 INFO O| Sep 04 23:39:50.246 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-09-04T23:39:51.288Z[ recovery-image] Sep 04 23:39:50.255 INFO O| Sep 04 23:39:50.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
63882026-09-04T23:39:51.288Z[ recovery-image] Sep 04 23:39:50.255 INFO O| Sep 04 23:39:50.255 INFO STEP 239 (remove_files) COMPLETE
63892026-09-04T23:39:51.291Z[ recovery-image] Sep 04 23:39:50.255 INFO O| Sep 04 23:39:50.255 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-09-04T23:39:51.299Z[ recovery-image] Sep 04 23:39:50.267 INFO O| Sep 04 23:39:50.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
63912026-09-04T23:39:51.299Z[ recovery-image] Sep 04 23:39:50.267 INFO O| Sep 04 23:39:50.267 INFO STEP 240 (remove_files) COMPLETE
63922026-09-04T23:39:51.302Z[ recovery-image] Sep 04 23:39:50.267 INFO O| Sep 04 23:39:50.267 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-09-04T23:39:51.309Z[ recovery-image] Sep 04 23:39:50.277 INFO O| Sep 04 23:39:50.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
63942026-09-04T23:39:51.309Z[ recovery-image] Sep 04 23:39:50.277 INFO O| Sep 04 23:39:50.277 INFO STEP 241 (remove_files) COMPLETE
63952026-09-04T23:39:51.309Z[ recovery-image] Sep 04 23:39:50.277 INFO O| Sep 04 23:39:50.277 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-09-04T23:39:51.319Z[ recovery-image] Sep 04 23:39:50.286 INFO O| Sep 04 23:39:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
63972026-09-04T23:39:51.319Z[ recovery-image] Sep 04 23:39:50.286 INFO O| Sep 04 23:39:50.286 INFO STEP 242 (remove_files) COMPLETE
63982026-09-04T23:39:51.319Z[ recovery-image] Sep 04 23:39:50.286 INFO O| Sep 04 23:39:50.286 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-09-04T23:39:51.329Z[ recovery-image] Sep 04 23:39:50.296 INFO O| Sep 04 23:39:50.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
64002026-09-04T23:39:51.329Z[ recovery-image] Sep 04 23:39:50.296 INFO O| Sep 04 23:39:50.296 INFO STEP 243 (remove_files) COMPLETE
64012026-09-04T23:39:51.329Z[ recovery-image] Sep 04 23:39:50.296 INFO O| Sep 04 23:39:50.296 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-09-04T23:39:51.339Z[ recovery-image] Sep 04 23:39:50.307 INFO O| Sep 04 23:39:50.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
64032026-09-04T23:39:51.339Z[ recovery-image] Sep 04 23:39:50.307 INFO O| Sep 04 23:39:50.307 INFO STEP 244 (remove_files) COMPLETE
64042026-09-04T23:39:51.339Z[ recovery-image] Sep 04 23:39:50.307 INFO O| Sep 04 23:39:50.307 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-09-04T23:39:51.348Z[ recovery-image] Sep 04 23:39:50.315 INFO O| Sep 04 23:39:50.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
64062026-09-04T23:39:51.349Z[ recovery-image] Sep 04 23:39:50.315 INFO O| Sep 04 23:39:50.315 INFO STEP 245 (remove_files) COMPLETE
64072026-09-04T23:39:51.349Z[ recovery-image] Sep 04 23:39:50.315 INFO O| Sep 04 23:39:50.315 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-09-04T23:39:51.355Z[ recovery-image] Sep 04 23:39:50.323 INFO O| Sep 04 23:39:50.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
64092026-09-04T23:39:51.355Z[ recovery-image] Sep 04 23:39:50.323 INFO O| Sep 04 23:39:50.323 INFO STEP 246 (remove_files) COMPLETE
64102026-09-04T23:39:51.355Z[ recovery-image] Sep 04 23:39:50.323 INFO O| Sep 04 23:39:50.323 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-09-04T23:39:51.363Z[ recovery-image] Sep 04 23:39:50.331 INFO O| Sep 04 23:39:50.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
64122026-09-04T23:39:51.363Z[ recovery-image] Sep 04 23:39:50.331 INFO O| Sep 04 23:39:50.331 INFO STEP 247 (remove_files) COMPLETE
64132026-09-04T23:39:51.366Z[ recovery-image] Sep 04 23:39:50.331 INFO O| Sep 04 23:39:50.331 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-09-04T23:39:51.371Z[ recovery-image] Sep 04 23:39:50.339 INFO O| Sep 04 23:39:50.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
64152026-09-04T23:39:51.372Z[ recovery-image] Sep 04 23:39:50.339 INFO O| Sep 04 23:39:50.339 INFO STEP 248 (remove_files) COMPLETE
64162026-09-04T23:39:51.372Z[ recovery-image] Sep 04 23:39:50.339 INFO O| Sep 04 23:39:50.339 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-09-04T23:39:51.381Z[ recovery-image] Sep 04 23:39:50.348 INFO O| Sep 04 23:39:50.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
64182026-09-04T23:39:51.381Z[ recovery-image] Sep 04 23:39:50.348 INFO O| Sep 04 23:39:50.348 INFO STEP 249 (remove_files) COMPLETE
64192026-09-04T23:39:51.382Z[ recovery-image] Sep 04 23:39:50.348 INFO O| Sep 04 23:39:50.348 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-09-04T23:39:51.388Z[ recovery-image] Sep 04 23:39:50.356 INFO O| Sep 04 23:39:50.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
64212026-09-04T23:39:51.388Z[ recovery-image] Sep 04 23:39:50.356 INFO O| Sep 04 23:39:50.356 INFO STEP 250 (remove_files) COMPLETE
64222026-09-04T23:39:51.391Z[ recovery-image] Sep 04 23:39:50.356 INFO O| Sep 04 23:39:50.356 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-09-04T23:39:51.398Z[ recovery-image] Sep 04 23:39:50.364 INFO O| Sep 04 23:39:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
64242026-09-04T23:39:51.398Z[ recovery-image] Sep 04 23:39:50.364 INFO O| Sep 04 23:39:50.364 INFO STEP 251 (remove_files) COMPLETE
64252026-09-04T23:39:51.400Z[ recovery-image] Sep 04 23:39:50.364 INFO O| Sep 04 23:39:50.364 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-09-04T23:39:51.406Z[ recovery-image] Sep 04 23:39:50.374 INFO O| Sep 04 23:39:50.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
64272026-09-04T23:39:51.406Z[ recovery-image] Sep 04 23:39:50.374 INFO O| Sep 04 23:39:50.374 INFO STEP 252 (remove_files) COMPLETE
64282026-09-04T23:39:51.406Z[ recovery-image] Sep 04 23:39:50.374 INFO O| Sep 04 23:39:50.374 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-09-04T23:39:51.420Z[ recovery-image] Sep 04 23:39:50.385 INFO O| Sep 04 23:39:50.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
64302026-09-04T23:39:51.420Z[ recovery-image] Sep 04 23:39:50.385 INFO O| Sep 04 23:39:50.385 INFO STEP 253 (remove_files) COMPLETE
64312026-09-04T23:39:51.420Z[ recovery-image] Sep 04 23:39:50.385 INFO O| Sep 04 23:39:50.385 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-09-04T23:39:51.428Z[ recovery-image] Sep 04 23:39:50.396 INFO O| Sep 04 23:39:50.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
64332026-09-04T23:39:51.428Z[ recovery-image] Sep 04 23:39:50.396 INFO O| Sep 04 23:39:50.396 INFO STEP 254 (remove_files) COMPLETE
64342026-09-04T23:39:51.432Z[ recovery-image] Sep 04 23:39:50.396 INFO O| Sep 04 23:39:50.396 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-09-04T23:39:51.440Z[ recovery-image] Sep 04 23:39:50.408 INFO O| Sep 04 23:39:50.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
64362026-09-04T23:39:51.440Z[verify-libraries] Compiling samael v0.0.19
64372026-09-04T23:39:51.440Z[ recovery-image] Sep 04 23:39:50.408 INFO O| Sep 04 23:39:50.408 INFO STEP 255 (remove_files) COMPLETE
64382026-09-04T23:39:51.440Z[ recovery-image] Sep 04 23:39:50.408 INFO O| Sep 04 23:39:50.408 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-09-04T23:39:51.454Z[ recovery-image] Sep 04 23:39:50.419 INFO O| Sep 04 23:39:50.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
64402026-09-04T23:39:51.454Z[ recovery-image] Sep 04 23:39:50.419 INFO O| Sep 04 23:39:50.419 INFO STEP 256 (remove_files) COMPLETE
64412026-09-04T23:39:51.454Z[ recovery-image] Sep 04 23:39:50.419 INFO O| Sep 04 23:39:50.419 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-09-04T23:39:51.462Z[ recovery-image] Sep 04 23:39:50.430 INFO O| Sep 04 23:39:50.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
64432026-09-04T23:39:51.465Z[ recovery-image] Sep 04 23:39:50.430 INFO O| Sep 04 23:39:50.430 INFO STEP 257 (remove_files) COMPLETE
64442026-09-04T23:39:51.465Z[ recovery-image] Sep 04 23:39:50.430 INFO O| Sep 04 23:39:50.430 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-09-04T23:39:51.472Z[ recovery-image] Sep 04 23:39:50.440 INFO O| Sep 04 23:39:50.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
64462026-09-04T23:39:51.472Z[ recovery-image] Sep 04 23:39:50.440 INFO O| Sep 04 23:39:50.440 INFO STEP 258 (remove_files) COMPLETE
64472026-09-04T23:39:51.475Z[ recovery-image] Sep 04 23:39:50.440 INFO O| Sep 04 23:39:50.440 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-09-04T23:39:51.481Z[ recovery-image] Sep 04 23:39:50.449 INFO O| Sep 04 23:39:50.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
64492026-09-04T23:39:51.481Z[ recovery-image] Sep 04 23:39:50.449 INFO O| Sep 04 23:39:50.449 INFO STEP 259 (remove_files) COMPLETE
64502026-09-04T23:39:51.484Z[ recovery-image] Sep 04 23:39:50.449 INFO O| Sep 04 23:39:50.449 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-09-04T23:39:51.492Z[ recovery-image] Sep 04 23:39:50.460 INFO O| Sep 04 23:39:50.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
64522026-09-04T23:39:51.492Z[ recovery-image] Sep 04 23:39:50.460 INFO O| Sep 04 23:39:50.460 INFO STEP 260 (remove_files) COMPLETE
64532026-09-04T23:39:51.492Z[ recovery-image] Sep 04 23:39:50.460 INFO O| Sep 04 23:39:50.460 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-09-04T23:39:51.504Z[ recovery-image] Sep 04 23:39:50.470 INFO O| Sep 04 23:39:50.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
64552026-09-04T23:39:51.504Z[ recovery-image] Sep 04 23:39:50.470 INFO O| Sep 04 23:39:50.470 INFO STEP 261 (remove_files) COMPLETE
64562026-09-04T23:39:51.507Z[ recovery-image] Sep 04 23:39:50.470 INFO O| Sep 04 23:39:50.470 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-09-04T23:39:51.515Z[ recovery-image] Sep 04 23:39:50.482 INFO O| Sep 04 23:39:50.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
64582026-09-04T23:39:51.515Z[ recovery-image] Sep 04 23:39:50.482 INFO O| Sep 04 23:39:50.482 INFO STEP 262 (remove_files) COMPLETE
64592026-09-04T23:39:51.515Z[ recovery-image] Sep 04 23:39:50.482 INFO O| Sep 04 23:39:50.482 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-09-04T23:39:51.525Z[ recovery-image] Sep 04 23:39:50.493 INFO O| Sep 04 23:39:50.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
64612026-09-04T23:39:51.525Z[ recovery-image] Sep 04 23:39:50.493 INFO O| Sep 04 23:39:50.493 INFO STEP 263 (remove_files) COMPLETE
64622026-09-04T23:39:51.525Z[ recovery-image] Sep 04 23:39:50.493 INFO O| Sep 04 23:39:50.493 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-09-04T23:39:51.537Z[ recovery-image] Sep 04 23:39:50.504 INFO O| Sep 04 23:39:50.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
64642026-09-04T23:39:51.537Z[ recovery-image] Sep 04 23:39:50.504 INFO O| Sep 04 23:39:50.504 INFO STEP 264 (remove_files) COMPLETE
64652026-09-04T23:39:51.537Z[ recovery-image] Sep 04 23:39:50.504 INFO O| Sep 04 23:39:50.504 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-09-04T23:39:51.548Z[ recovery-image] Sep 04 23:39:50.516 INFO O| Sep 04 23:39:50.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
64672026-09-04T23:39:51.548Z[ recovery-image] Sep 04 23:39:50.516 INFO O| Sep 04 23:39:50.516 INFO STEP 265 (remove_files) COMPLETE
64682026-09-04T23:39:51.548Z[ recovery-image] Sep 04 23:39:50.516 INFO O| Sep 04 23:39:50.516 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-09-04T23:39:51.559Z[ recovery-image] Sep 04 23:39:50.527 INFO O| Sep 04 23:39:50.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
64702026-09-04T23:39:51.559Z[ recovery-image] Sep 04 23:39:50.527 INFO O| Sep 04 23:39:50.527 INFO STEP 266 (remove_files) COMPLETE
64712026-09-04T23:39:51.559Z[ recovery-image] Sep 04 23:39:50.527 INFO O| Sep 04 23:39:50.527 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-09-04T23:39:51.570Z[ recovery-image] Sep 04 23:39:50.537 INFO O| Sep 04 23:39:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
64732026-09-04T23:39:51.570Z[ recovery-image] Sep 04 23:39:50.537 INFO O| Sep 04 23:39:50.537 INFO STEP 267 (remove_files) COMPLETE
64742026-09-04T23:39:51.570Z[ recovery-image] Sep 04 23:39:50.537 INFO O| Sep 04 23:39:50.537 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-09-04T23:39:51.580Z[ recovery-image] Sep 04 23:39:50.548 INFO O| Sep 04 23:39:50.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
64762026-09-04T23:39:51.580Z[ recovery-image] Sep 04 23:39:50.548 INFO O| Sep 04 23:39:50.548 INFO STEP 268 (remove_files) COMPLETE
64772026-09-04T23:39:51.584Z[ recovery-image] Sep 04 23:39:50.548 INFO O| Sep 04 23:39:50.548 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-09-04T23:39:51.591Z[ recovery-image] Sep 04 23:39:50.559 INFO O| Sep 04 23:39:50.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
64792026-09-04T23:39:51.591Z[ recovery-image] Sep 04 23:39:50.559 INFO O| Sep 04 23:39:50.559 INFO STEP 269 (remove_files) COMPLETE
64802026-09-04T23:39:51.591Z[ recovery-image] Sep 04 23:39:50.559 INFO O| Sep 04 23:39:50.559 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-09-04T23:39:51.602Z[ recovery-image] Sep 04 23:39:50.569 INFO O| Sep 04 23:39:50.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
64822026-09-04T23:39:51.602Z[ recovery-image] Sep 04 23:39:50.570 INFO O| Sep 04 23:39:50.569 INFO STEP 270 (remove_files) COMPLETE
64832026-09-04T23:39:51.602Z[ recovery-image] Sep 04 23:39:50.570 INFO O| Sep 04 23:39:50.569 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-09-04T23:39:51.612Z[ recovery-image] Sep 04 23:39:50.580 INFO O| Sep 04 23:39:50.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
64852026-09-04T23:39:51.613Z[ recovery-image] Sep 04 23:39:50.580 INFO O| Sep 04 23:39:50.580 INFO STEP 271 (remove_files) COMPLETE
64862026-09-04T23:39:51.613Z[ recovery-image] Sep 04 23:39:50.580 INFO O| Sep 04 23:39:50.580 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-09-04T23:39:51.623Z[ recovery-image] Sep 04 23:39:50.590 INFO O| Sep 04 23:39:50.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
64882026-09-04T23:39:51.623Z[ recovery-image] Sep 04 23:39:50.590 INFO O| Sep 04 23:39:50.590 INFO STEP 272 (remove_files) COMPLETE
64892026-09-04T23:39:51.623Z[ recovery-image] Sep 04 23:39:50.590 INFO O| Sep 04 23:39:50.590 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-09-04T23:39:51.635Z[ recovery-image] Sep 04 23:39:50.603 INFO O| Sep 04 23:39:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
64912026-09-04T23:39:51.636Z[ recovery-image] Sep 04 23:39:50.603 INFO O| Sep 04 23:39:50.603 INFO STEP 273 (remove_files) COMPLETE
64922026-09-04T23:39:51.639Z[ recovery-image] Sep 04 23:39:50.603 INFO O| Sep 04 23:39:50.603 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-09-04T23:39:51.648Z[ recovery-image] Sep 04 23:39:50.616 INFO O| Sep 04 23:39:50.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
64942026-09-04T23:39:51.651Z[ recovery-image] Sep 04 23:39:50.617 INFO O| Sep 04 23:39:50.617 INFO STEP 274 (remove_files) COMPLETE
64952026-09-04T23:39:51.651Z[ recovery-image] Sep 04 23:39:50.617 INFO O| Sep 04 23:39:50.617 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-09-04T23:39:51.659Z[ recovery-image] Sep 04 23:39:50.627 INFO O| Sep 04 23:39:50.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
64972026-09-04T23:39:51.659Z[ recovery-image] Sep 04 23:39:50.627 INFO O| Sep 04 23:39:50.627 INFO STEP 275 (remove_files) COMPLETE
64982026-09-04T23:39:51.659Z[ recovery-image] Sep 04 23:39:50.627 INFO O| Sep 04 23:39:50.627 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-09-04T23:39:51.669Z[ recovery-image] Sep 04 23:39:50.636 INFO O| Sep 04 23:39:50.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
65002026-09-04T23:39:51.669Z[ recovery-image] Sep 04 23:39:50.636 INFO O| Sep 04 23:39:50.636 INFO STEP 276 (remove_files) COMPLETE
65012026-09-04T23:39:51.669Z[ recovery-image] Sep 04 23:39:50.636 INFO O| Sep 04 23:39:50.636 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-09-04T23:39:51.679Z[ recovery-image] Sep 04 23:39:50.646 INFO O| Sep 04 23:39:50.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
65032026-09-04T23:39:51.679Z[ recovery-image] Sep 04 23:39:50.647 INFO O| Sep 04 23:39:50.646 INFO STEP 277 (remove_files) COMPLETE
65042026-09-04T23:39:51.679Z[ recovery-image] Sep 04 23:39:50.647 INFO O| Sep 04 23:39:50.646 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-09-04T23:39:51.689Z[ recovery-image] Sep 04 23:39:50.657 INFO O| Sep 04 23:39:50.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
65062026-09-04T23:39:51.692Z[ recovery-image] Sep 04 23:39:50.657 INFO O| Sep 04 23:39:50.657 INFO STEP 278 (remove_files) COMPLETE
65072026-09-04T23:39:51.692Z[ recovery-image] Sep 04 23:39:50.657 INFO O| Sep 04 23:39:50.657 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-09-04T23:39:51.701Z[ recovery-image] Sep 04 23:39:50.669 INFO O| Sep 04 23:39:50.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
65092026-09-04T23:39:51.701Z[ recovery-image] Sep 04 23:39:50.669 INFO O| Sep 04 23:39:50.669 INFO STEP 279 (remove_files) COMPLETE
65102026-09-04T23:39:51.701Z[ recovery-image] Sep 04 23:39:50.669 INFO O| Sep 04 23:39:50.669 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-09-04T23:39:51.711Z[ recovery-image] Sep 04 23:39:50.679 INFO O| Sep 04 23:39:50.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
65122026-09-04T23:39:51.711Z[ recovery-image] Sep 04 23:39:50.679 INFO O| Sep 04 23:39:50.679 INFO STEP 280 (remove_files) COMPLETE
65132026-09-04T23:39:51.711Z[ recovery-image] Sep 04 23:39:50.679 INFO O| Sep 04 23:39:50.679 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-09-04T23:39:51.720Z[ recovery-image] Sep 04 23:39:50.688 INFO O| Sep 04 23:39:50.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
65152026-09-04T23:39:51.720Z[ recovery-image] Sep 04 23:39:50.688 INFO O| Sep 04 23:39:50.688 INFO STEP 281 (remove_files) COMPLETE
65162026-09-04T23:39:51.720Z[ recovery-image] Sep 04 23:39:50.688 INFO O| Sep 04 23:39:50.688 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-09-04T23:39:51.730Z[ recovery-image] Sep 04 23:39:50.698 INFO O| Sep 04 23:39:50.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
65182026-09-04T23:39:51.730Z[ recovery-image] Sep 04 23:39:50.698 INFO O| Sep 04 23:39:50.698 INFO STEP 282 (remove_files) COMPLETE
65192026-09-04T23:39:51.730Z[ recovery-image] Sep 04 23:39:50.698 INFO O| Sep 04 23:39:50.698 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-09-04T23:39:51.739Z[ recovery-image] Sep 04 23:39:50.706 INFO O| Sep 04 23:39:50.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
65212026-09-04T23:39:51.739Z[ recovery-image] Sep 04 23:39:50.707 INFO O| Sep 04 23:39:50.707 INFO STEP 283 (remove_files) COMPLETE
65222026-09-04T23:39:51.739Z[ recovery-image] Sep 04 23:39:50.707 INFO O| Sep 04 23:39:50.707 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-09-04T23:39:51.747Z[ recovery-image] Sep 04 23:39:50.715 INFO O| Sep 04 23:39:50.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
65242026-09-04T23:39:51.750Z[ recovery-image] Sep 04 23:39:50.716 INFO O| Sep 04 23:39:50.716 INFO STEP 284 (remove_files) COMPLETE
65252026-09-04T23:39:51.750Z[ recovery-image] Sep 04 23:39:50.716 INFO O| Sep 04 23:39:50.716 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-09-04T23:39:51.759Z[ recovery-image] Sep 04 23:39:50.726 INFO O| Sep 04 23:39:50.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
65272026-09-04T23:39:51.759Z[ recovery-image] Sep 04 23:39:50.726 INFO O| Sep 04 23:39:50.726 INFO STEP 285 (remove_files) COMPLETE
65282026-09-04T23:39:51.759Z[ recovery-image] Sep 04 23:39:50.726 INFO O| Sep 04 23:39:50.726 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-09-04T23:39:51.768Z[ recovery-image] Sep 04 23:39:50.736 INFO O| Sep 04 23:39:50.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
65302026-09-04T23:39:51.768Z[ recovery-image] Sep 04 23:39:50.736 INFO O| Sep 04 23:39:50.736 INFO STEP 286 (remove_files) COMPLETE
65312026-09-04T23:39:51.768Z[ recovery-image] Sep 04 23:39:50.736 INFO O| Sep 04 23:39:50.736 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-09-04T23:39:51.780Z[ recovery-image] Sep 04 23:39:50.746 INFO O| Sep 04 23:39:50.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
65332026-09-04T23:39:51.780Z[ recovery-image] Sep 04 23:39:50.746 INFO O| Sep 04 23:39:50.746 INFO STEP 287 (remove_files) COMPLETE
65342026-09-04T23:39:51.780Z[ recovery-image] Sep 04 23:39:50.746 INFO O| Sep 04 23:39:50.746 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-09-04T23:39:51.790Z[ recovery-image] Sep 04 23:39:50.755 INFO O| Sep 04 23:39:50.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
65362026-09-04T23:39:51.790Z[ recovery-image] Sep 04 23:39:50.755 INFO O| Sep 04 23:39:50.755 INFO STEP 288 (remove_files) COMPLETE
65372026-09-04T23:39:51.790Z[ recovery-image] Sep 04 23:39:50.755 INFO O| Sep 04 23:39:50.755 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-09-04T23:39:51.797Z[ recovery-image] Sep 04 23:39:50.764 INFO O| Sep 04 23:39:50.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
65392026-09-04T23:39:51.797Z[ recovery-image] Sep 04 23:39:50.764 INFO O| Sep 04 23:39:50.764 INFO STEP 289 (remove_files) COMPLETE
65402026-09-04T23:39:51.797Z[ recovery-image] Sep 04 23:39:50.764 INFO O| Sep 04 23:39:50.764 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-09-04T23:39:51.813Z[ recovery-image] Sep 04 23:39:50.781 INFO O| Sep 04 23:39:50.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
65422026-09-04T23:39:51.813Z[ recovery-image] Sep 04 23:39:50.781 INFO O| Sep 04 23:39:50.781 INFO STEP 290 (remove_files) COMPLETE
65432026-09-04T23:39:51.813Z[ recovery-image] Sep 04 23:39:50.781 INFO O| Sep 04 23:39:50.781 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-09-04T23:39:51.822Z[ recovery-image] Sep 04 23:39:50.790 INFO O| Sep 04 23:39:50.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
65452026-09-04T23:39:51.825Z[ recovery-image] Sep 04 23:39:50.792 INFO O| Sep 04 23:39:50.792 INFO STEP 291 (remove_files) COMPLETE
65462026-09-04T23:39:51.825Z[ recovery-image] Sep 04 23:39:50.792 INFO O| Sep 04 23:39:50.792 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-09-04T23:39:51.836Z[ recovery-image] Sep 04 23:39:50.804 INFO O| Sep 04 23:39:50.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
65482026-09-04T23:39:51.836Z[ recovery-image] Sep 04 23:39:50.804 INFO O| Sep 04 23:39:50.804 INFO STEP 292 (remove_files) COMPLETE
65492026-09-04T23:39:51.836Z[ recovery-image] Sep 04 23:39:50.804 INFO O| Sep 04 23:39:50.804 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-09-04T23:39:51.852Z[ recovery-image] Sep 04 23:39:50.819 INFO O| Sep 04 23:39:50.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
65512026-09-04T23:39:51.852Z[ recovery-image] Sep 04 23:39:50.819 INFO O| Sep 04 23:39:50.819 INFO STEP 293 (remove_files) COMPLETE
65522026-09-04T23:39:51.852Z[ recovery-image] Sep 04 23:39:50.819 INFO O| Sep 04 23:39:50.819 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-09-04T23:39:51.862Z[ recovery-image] Sep 04 23:39:50.829 INFO O| Sep 04 23:39:50.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
65542026-09-04T23:39:51.862Z[ recovery-image] Sep 04 23:39:50.829 INFO O| Sep 04 23:39:50.829 INFO STEP 294 (remove_files) COMPLETE
65552026-09-04T23:39:51.862Z[ recovery-image] Sep 04 23:39:50.829 INFO O| Sep 04 23:39:50.829 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-09-04T23:39:51.872Z[ recovery-image] Sep 04 23:39:50.839 INFO O| Sep 04 23:39:50.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
65572026-09-04T23:39:51.872Z[ recovery-image] Sep 04 23:39:50.839 INFO O| Sep 04 23:39:50.839 INFO STEP 295 (remove_files) COMPLETE
65582026-09-04T23:39:51.872Z[ recovery-image] Sep 04 23:39:50.839 INFO O| Sep 04 23:39:50.839 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-09-04T23:39:51.881Z[ recovery-image] Sep 04 23:39:50.848 INFO O| Sep 04 23:39:50.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
65602026-09-04T23:39:51.881Z[ recovery-image] Sep 04 23:39:50.848 INFO O| Sep 04 23:39:50.848 INFO STEP 296 (remove_files) COMPLETE
65612026-09-04T23:39:51.881Z[ recovery-image] Sep 04 23:39:50.848 INFO O| Sep 04 23:39:50.848 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-09-04T23:39:51.911Z[ recovery-image] Sep 04 23:39:50.879 INFO O| Sep 04 23:39:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
65632026-09-04T23:39:51.911Z[ recovery-image] Sep 04 23:39:50.879 INFO O| Sep 04 23:39:50.879 INFO STEP 297 (remove_files) COMPLETE
65642026-09-04T23:39:51.914Z[ recovery-image] Sep 04 23:39:50.879 INFO O| Sep 04 23:39:50.879 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-09-04T23:39:51.921Z[ recovery-image] Sep 04 23:39:50.889 INFO O| Sep 04 23:39:50.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
65662026-09-04T23:39:51.921Z[ recovery-image] Sep 04 23:39:50.889 INFO O| Sep 04 23:39:50.889 INFO STEP 298 (remove_files) COMPLETE
65672026-09-04T23:39:51.921Z[ recovery-image] Sep 04 23:39:50.889 INFO O| Sep 04 23:39:50.889 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-09-04T23:39:51.930Z[ recovery-image] Sep 04 23:39:50.898 INFO O| Sep 04 23:39:50.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
65692026-09-04T23:39:51.930Z[ recovery-image] Sep 04 23:39:50.898 INFO O| Sep 04 23:39:50.898 INFO STEP 299 (remove_files) COMPLETE
65702026-09-04T23:39:51.930Z[ recovery-image] Sep 04 23:39:50.898 INFO O| Sep 04 23:39:50.898 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-09-04T23:39:51.939Z[ recovery-image] Sep 04 23:39:50.906 INFO O| Sep 04 23:39:50.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
65722026-09-04T23:39:51.939Z[ recovery-image] Sep 04 23:39:50.906 INFO O| Sep 04 23:39:50.906 INFO STEP 300 (remove_files) COMPLETE
65732026-09-04T23:39:51.939Z[ recovery-image] Sep 04 23:39:50.906 INFO O| Sep 04 23:39:50.906 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-09-04T23:39:51.947Z[ recovery-image] Sep 04 23:39:50.915 INFO O| Sep 04 23:39:50.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
65752026-09-04T23:39:51.947Z[ recovery-image] Sep 04 23:39:50.915 INFO O| Sep 04 23:39:50.915 INFO STEP 301 (remove_files) COMPLETE
65762026-09-04T23:39:51.947Z[ recovery-image] Sep 04 23:39:50.915 INFO O| Sep 04 23:39:50.915 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-09-04T23:39:51.961Z[ recovery-image] Sep 04 23:39:50.924 INFO O| Sep 04 23:39:50.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
65782026-09-04T23:39:51.961Z[ recovery-image] Sep 04 23:39:50.924 INFO O| Sep 04 23:39:50.924 INFO STEP 302 (remove_files) COMPLETE
65792026-09-04T23:39:51.961Z[ recovery-image] Sep 04 23:39:50.924 INFO O| Sep 04 23:39:50.924 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-09-04T23:39:51.971Z[ recovery-image] Sep 04 23:39:50.932 INFO O| Sep 04 23:39:50.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
65812026-09-04T23:39:51.971Z[ recovery-image] Sep 04 23:39:50.932 INFO O| Sep 04 23:39:50.932 INFO STEP 303 (remove_files) COMPLETE
65822026-09-04T23:39:51.971Z[ recovery-image] Sep 04 23:39:50.932 INFO O| Sep 04 23:39:50.932 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-09-04T23:39:51.974Z[ recovery-image] Sep 04 23:39:50.942 INFO O| Sep 04 23:39:50.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
65842026-09-04T23:39:51.974Z[ recovery-image] Sep 04 23:39:50.942 INFO O| Sep 04 23:39:50.942 INFO STEP 304 (remove_files) COMPLETE
65852026-09-04T23:39:51.974Z[ recovery-image] Sep 04 23:39:50.942 INFO O| Sep 04 23:39:50.942 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-09-04T23:39:51.983Z[ recovery-image] Sep 04 23:39:50.951 INFO O| Sep 04 23:39:50.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
65872026-09-04T23:39:51.983Z[ recovery-image] Sep 04 23:39:50.951 INFO O| Sep 04 23:39:50.951 INFO STEP 305 (remove_files) COMPLETE
65882026-09-04T23:39:51.983Z[ recovery-image] Sep 04 23:39:50.951 INFO O| Sep 04 23:39:50.951 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-09-04T23:39:51.991Z[ recovery-image] Sep 04 23:39:50.959 INFO O| Sep 04 23:39:50.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
65902026-09-04T23:39:51.991Z[ recovery-image] Sep 04 23:39:50.959 INFO O| Sep 04 23:39:50.959 INFO STEP 306 (remove_files) COMPLETE
65912026-09-04T23:39:51.997Z[ recovery-image] Sep 04 23:39:50.959 INFO O| Sep 04 23:39:50.959 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-09-04T23:39:52.000Z[ recovery-image] Sep 04 23:39:50.967 INFO O| Sep 04 23:39:50.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
65932026-09-04T23:39:52.000Z[ recovery-image] Sep 04 23:39:50.967 INFO O| Sep 04 23:39:50.967 INFO STEP 307 (remove_files) COMPLETE
65942026-09-04T23:39:52.000Z[ recovery-image] Sep 04 23:39:50.967 INFO O| Sep 04 23:39:50.967 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-09-04T23:39:52.007Z[ recovery-image] Sep 04 23:39:50.974 INFO O| Sep 04 23:39:50.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
65962026-09-04T23:39:52.007Z[ recovery-image] Sep 04 23:39:50.974 INFO O| Sep 04 23:39:50.974 INFO STEP 308 (remove_files) COMPLETE
65972026-09-04T23:39:52.007Z[ recovery-image] Sep 04 23:39:50.974 INFO O| Sep 04 23:39:50.974 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-09-04T23:39:52.018Z[ recovery-image] Sep 04 23:39:50.986 INFO O| Sep 04 23:39:50.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
65992026-09-04T23:39:52.018Z[ recovery-image] Sep 04 23:39:50.986 INFO O| Sep 04 23:39:50.986 INFO STEP 309 (remove_files) COMPLETE
66002026-09-04T23:39:52.019Z[ recovery-image] Sep 04 23:39:50.986 INFO O| Sep 04 23:39:50.986 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-09-04T23:39:52.029Z[ recovery-image] Sep 04 23:39:50.996 INFO O| Sep 04 23:39:50.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
66022026-09-04T23:39:52.029Z[ recovery-image] Sep 04 23:39:50.996 INFO O| Sep 04 23:39:50.996 INFO STEP 310 (remove_files) COMPLETE
66032026-09-04T23:39:52.029Z[ recovery-image] Sep 04 23:39:50.996 INFO O| Sep 04 23:39:50.996 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-09-04T23:39:52.039Z[ recovery-image] Sep 04 23:39:51.006 INFO O| Sep 04 23:39:51.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
66052026-09-04T23:39:52.040Z[ recovery-image] Sep 04 23:39:51.006 INFO O| Sep 04 23:39:51.006 INFO STEP 311 (remove_files) COMPLETE
66062026-09-04T23:39:52.040Z[ recovery-image] Sep 04 23:39:51.006 INFO O| Sep 04 23:39:51.006 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-09-04T23:39:52.069Z[ recovery-image] Sep 04 23:39:51.036 INFO O| Sep 04 23:39:51.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
66082026-09-04T23:39:52.069Z[ recovery-image] Sep 04 23:39:51.036 INFO O| Sep 04 23:39:51.036 INFO STEP 312 (remove_files) COMPLETE
66092026-09-04T23:39:52.069Z[ recovery-image] Sep 04 23:39:51.036 INFO O| Sep 04 23:39:51.036 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-09-04T23:39:52.078Z[ recovery-image] Sep 04 23:39:51.046 INFO O| Sep 04 23:39:51.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
66112026-09-04T23:39:52.078Z[ recovery-image] Sep 04 23:39:51.046 INFO O| Sep 04 23:39:51.046 INFO STEP 313 (remove_files) COMPLETE
66122026-09-04T23:39:52.078Z[ recovery-image] Sep 04 23:39:51.046 INFO O| Sep 04 23:39:51.046 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-09-04T23:39:52.090Z[ recovery-image] Sep 04 23:39:51.058 INFO O| Sep 04 23:39:51.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
66142026-09-04T23:39:52.090Z[ recovery-image] Sep 04 23:39:51.058 INFO O| Sep 04 23:39:51.058 INFO STEP 314 (remove_files) COMPLETE
66152026-09-04T23:39:52.090Z[ recovery-image] Sep 04 23:39:51.058 INFO O| Sep 04 23:39:51.058 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-09-04T23:39:52.101Z[ recovery-image] Sep 04 23:39:51.068 INFO O| Sep 04 23:39:51.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
66172026-09-04T23:39:52.101Z[ recovery-image] Sep 04 23:39:51.069 INFO O| Sep 04 23:39:51.069 INFO STEP 315 (remove_files) COMPLETE
66182026-09-04T23:39:52.101Z[ recovery-image] Sep 04 23:39:51.069 INFO O| Sep 04 23:39:51.069 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-09-04T23:39:52.111Z[ recovery-image] Sep 04 23:39:51.079 INFO O| Sep 04 23:39:51.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
66202026-09-04T23:39:52.118Z[ recovery-image] Sep 04 23:39:51.080 INFO O| Sep 04 23:39:51.080 INFO STEP 316 (remove_files) COMPLETE
66212026-09-04T23:39:52.118Z[ recovery-image] Sep 04 23:39:51.080 INFO O| Sep 04 23:39:51.080 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-09-04T23:39:52.123Z[ recovery-image] Sep 04 23:39:51.091 INFO O| Sep 04 23:39:51.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
66232026-09-04T23:39:52.125Z[ recovery-image] Sep 04 23:39:51.091 INFO O| Sep 04 23:39:51.091 INFO STEP 317 (remove_files) COMPLETE
66242026-09-04T23:39:52.128Z[ recovery-image] Sep 04 23:39:51.091 INFO O| Sep 04 23:39:51.091 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-09-04T23:39:52.134Z[ recovery-image] Sep 04 23:39:51.101 INFO O| Sep 04 23:39:51.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
66262026-09-04T23:39:52.134Z[ recovery-image] Sep 04 23:39:51.101 INFO O| Sep 04 23:39:51.101 INFO STEP 318 (remove_files) COMPLETE
66272026-09-04T23:39:52.137Z[ recovery-image] Sep 04 23:39:51.101 INFO O| Sep 04 23:39:51.101 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-09-04T23:39:52.143Z[ recovery-image] Sep 04 23:39:51.111 INFO O| Sep 04 23:39:51.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
66292026-09-04T23:39:52.143Z[ recovery-image] Sep 04 23:39:51.111 INFO O| Sep 04 23:39:51.111 INFO STEP 319 (remove_files) COMPLETE
66302026-09-04T23:39:52.143Z[ recovery-image] Sep 04 23:39:51.111 INFO O| Sep 04 23:39:51.111 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-09-04T23:39:52.152Z[ recovery-image] Sep 04 23:39:51.120 INFO O| Sep 04 23:39:51.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
66322026-09-04T23:39:52.152Z[ recovery-image] Sep 04 23:39:51.120 INFO O| Sep 04 23:39:51.120 INFO STEP 320 (remove_files) COMPLETE
66332026-09-04T23:39:52.152Z[ recovery-image] Sep 04 23:39:51.120 INFO O| Sep 04 23:39:51.120 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-09-04T23:39:52.164Z[ recovery-image] Sep 04 23:39:51.131 INFO O| Sep 04 23:39:51.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
66352026-09-04T23:39:52.168Z[ recovery-image] Sep 04 23:39:51.131 INFO O| Sep 04 23:39:51.131 INFO STEP 321 (remove_files) COMPLETE
66362026-09-04T23:39:52.168Z[ recovery-image] Sep 04 23:39:51.131 INFO O| Sep 04 23:39:51.131 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-09-04T23:39:52.174Z[ recovery-image] Sep 04 23:39:51.142 INFO O| Sep 04 23:39:51.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
66382026-09-04T23:39:52.174Z[ recovery-image] Sep 04 23:39:51.142 INFO O| Sep 04 23:39:51.142 INFO STEP 322 (remove_files) COMPLETE
66392026-09-04T23:39:52.174Z[ recovery-image] Sep 04 23:39:51.142 INFO O| Sep 04 23:39:51.142 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-09-04T23:39:52.184Z[ recovery-image] Sep 04 23:39:51.152 INFO O| Sep 04 23:39:51.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
66412026-09-04T23:39:52.184Z[ recovery-image] Sep 04 23:39:51.152 INFO O| Sep 04 23:39:51.152 INFO STEP 323 (remove_files) COMPLETE
66422026-09-04T23:39:52.184Z[ recovery-image] Sep 04 23:39:51.152 INFO O| Sep 04 23:39:51.152 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-09-04T23:39:52.219Z[ recovery-image] Sep 04 23:39:51.186 INFO O| Sep 04 23:39:51.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
66442026-09-04T23:39:52.219Z[ recovery-image] Sep 04 23:39:51.186 INFO O| Sep 04 23:39:51.186 INFO STEP 324 (remove_files) COMPLETE
66452026-09-04T23:39:52.219Z[ recovery-image] Sep 04 23:39:51.186 INFO O| Sep 04 23:39:51.186 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-09-04T23:39:52.228Z[ recovery-image] Sep 04 23:39:51.196 INFO O| Sep 04 23:39:51.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
66472026-09-04T23:39:52.228Z[ recovery-image] Sep 04 23:39:51.196 INFO O| Sep 04 23:39:51.196 INFO STEP 325 (remove_files) COMPLETE
66482026-09-04T23:39:52.228Z[ recovery-image] Sep 04 23:39:51.196 INFO O| Sep 04 23:39:51.196 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-09-04T23:39:52.238Z[ recovery-image] Sep 04 23:39:51.205 INFO O| Sep 04 23:39:51.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
66502026-09-04T23:39:52.238Z[ recovery-image] Sep 04 23:39:51.205 INFO O| Sep 04 23:39:51.205 INFO STEP 326 (remove_files) COMPLETE
66512026-09-04T23:39:52.238Z[ recovery-image] Sep 04 23:39:51.205 INFO O| Sep 04 23:39:51.205 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-09-04T23:39:52.248Z[ recovery-image] Sep 04 23:39:51.216 INFO O| Sep 04 23:39:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
66532026-09-04T23:39:52.249Z[ recovery-image] Sep 04 23:39:51.216 INFO O| Sep 04 23:39:51.216 INFO STEP 327 (remove_files) COMPLETE
66542026-09-04T23:39:52.249Z[ recovery-image] Sep 04 23:39:51.216 INFO O| Sep 04 23:39:51.216 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-09-04T23:39:52.260Z[ recovery-image] Sep 04 23:39:51.228 INFO O| Sep 04 23:39:51.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
66562026-09-04T23:39:52.260Z[ recovery-image] Sep 04 23:39:51.228 INFO O| Sep 04 23:39:51.228 INFO STEP 328 (remove_files) COMPLETE
66572026-09-04T23:39:52.260Z[ recovery-image] Sep 04 23:39:51.228 INFO O| Sep 04 23:39:51.228 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-09-04T23:39:52.270Z[ recovery-image] Sep 04 23:39:51.238 INFO O| Sep 04 23:39:51.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
66592026-09-04T23:39:52.270Z[ recovery-image] Sep 04 23:39:51.238 INFO O| Sep 04 23:39:51.238 INFO STEP 329 (remove_files) COMPLETE
66602026-09-04T23:39:52.270Z[ recovery-image] Sep 04 23:39:51.238 INFO O| Sep 04 23:39:51.238 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-09-04T23:39:52.281Z[ recovery-image] Sep 04 23:39:51.249 INFO O| Sep 04 23:39:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
66622026-09-04T23:39:52.282Z[ recovery-image] Sep 04 23:39:51.249 INFO O| Sep 04 23:39:51.249 INFO STEP 330 (remove_files) COMPLETE
66632026-09-04T23:39:52.286Z[ recovery-image] Sep 04 23:39:51.249 INFO O| Sep 04 23:39:51.249 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-09-04T23:39:52.291Z[ recovery-image] Sep 04 23:39:51.259 INFO O| Sep 04 23:39:51.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
66652026-09-04T23:39:52.291Z[ recovery-image] Sep 04 23:39:51.259 INFO O| Sep 04 23:39:51.259 INFO STEP 331 (remove_files) COMPLETE
66662026-09-04T23:39:52.291Z[ recovery-image] Sep 04 23:39:51.259 INFO O| Sep 04 23:39:51.259 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-09-04T23:39:52.302Z[ recovery-image] Sep 04 23:39:51.269 INFO O| Sep 04 23:39:51.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
66682026-09-04T23:39:52.302Z[ recovery-image] Sep 04 23:39:51.269 INFO O| Sep 04 23:39:51.269 INFO STEP 332 (remove_files) COMPLETE
66692026-09-04T23:39:52.302Z[ recovery-image] Sep 04 23:39:51.269 INFO O| Sep 04 23:39:51.269 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-09-04T23:39:52.313Z[ recovery-image] Sep 04 23:39:51.281 INFO O| Sep 04 23:39:51.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
66712026-09-04T23:39:52.313Z[ recovery-image] Sep 04 23:39:51.281 INFO O| Sep 04 23:39:51.281 INFO STEP 333 (remove_files) COMPLETE
66722026-09-04T23:39:52.313Z[ recovery-image] Sep 04 23:39:51.281 INFO O| Sep 04 23:39:51.281 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-09-04T23:39:52.325Z[ recovery-image] Sep 04 23:39:51.292 INFO O| Sep 04 23:39:51.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
66742026-09-04T23:39:52.325Z[ recovery-image] Sep 04 23:39:51.292 INFO O| Sep 04 23:39:51.292 INFO STEP 334 (remove_files) COMPLETE
66752026-09-04T23:39:52.325Z[ recovery-image] Sep 04 23:39:51.292 INFO O| Sep 04 23:39:51.292 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-09-04T23:39:52.334Z[ recovery-image] Sep 04 23:39:51.302 INFO O| Sep 04 23:39:51.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
66772026-09-04T23:39:52.334Z[ recovery-image] Sep 04 23:39:51.302 INFO O| Sep 04 23:39:51.302 INFO STEP 335 (remove_files) COMPLETE
66782026-09-04T23:39:52.334Z[ recovery-image] Sep 04 23:39:51.302 INFO O| Sep 04 23:39:51.302 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-09-04T23:39:52.344Z[ recovery-image] Sep 04 23:39:51.311 INFO O| Sep 04 23:39:51.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
66802026-09-04T23:39:52.344Z[ recovery-image] Sep 04 23:39:51.311 INFO O| Sep 04 23:39:51.311 INFO STEP 336 (remove_files) COMPLETE
66812026-09-04T23:39:52.344Z[ recovery-image] Sep 04 23:39:51.311 INFO O| Sep 04 23:39:51.311 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-09-04T23:39:52.354Z[ recovery-image] Sep 04 23:39:51.322 INFO O| Sep 04 23:39:51.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
66832026-09-04T23:39:52.354Z[ recovery-image] Sep 04 23:39:51.322 INFO O| Sep 04 23:39:51.322 INFO STEP 337 (remove_files) COMPLETE
66842026-09-04T23:39:52.354Z[ recovery-image] Sep 04 23:39:51.322 INFO O| Sep 04 23:39:51.322 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-09-04T23:39:52.365Z[ recovery-image] Sep 04 23:39:51.332 INFO O| Sep 04 23:39:51.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
66862026-09-04T23:39:52.365Z[ recovery-image] Sep 04 23:39:51.332 INFO O| Sep 04 23:39:51.332 INFO STEP 338 (remove_files) COMPLETE
66872026-09-04T23:39:52.365Z[ recovery-image] Sep 04 23:39:51.332 INFO O| Sep 04 23:39:51.332 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-09-04T23:39:52.375Z[ recovery-image] Sep 04 23:39:51.343 INFO O| Sep 04 23:39:51.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
66892026-09-04T23:39:52.376Z[ recovery-image] Sep 04 23:39:51.343 INFO O| Sep 04 23:39:51.343 INFO STEP 339 (remove_files) COMPLETE
66902026-09-04T23:39:52.376Z[ recovery-image] Sep 04 23:39:51.343 INFO O| Sep 04 23:39:51.343 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-09-04T23:39:52.387Z[ recovery-image] Sep 04 23:39:51.353 INFO O| Sep 04 23:39:51.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
66922026-09-04T23:39:52.387Z[ recovery-image] Sep 04 23:39:51.353 INFO O| Sep 04 23:39:51.353 INFO STEP 340 (remove_files) COMPLETE
66932026-09-04T23:39:52.391Z[ recovery-image] Sep 04 23:39:51.353 INFO O| Sep 04 23:39:51.353 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-09-04T23:39:52.396Z[ recovery-image] Sep 04 23:39:51.363 INFO O| Sep 04 23:39:51.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
66952026-09-04T23:39:52.396Z[ recovery-image] Sep 04 23:39:51.363 INFO O| Sep 04 23:39:51.363 INFO STEP 341 (remove_files) COMPLETE
66962026-09-04T23:39:52.396Z[ recovery-image] Sep 04 23:39:51.363 INFO O| Sep 04 23:39:51.363 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-09-04T23:39:52.404Z[ recovery-image] Sep 04 23:39:51.372 INFO O| Sep 04 23:39:51.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
66982026-09-04T23:39:52.404Z[ recovery-image] Sep 04 23:39:51.372 INFO O| Sep 04 23:39:51.372 INFO STEP 342 (remove_files) COMPLETE
66992026-09-04T23:39:52.404Z[ recovery-image] Sep 04 23:39:51.372 INFO O| Sep 04 23:39:51.372 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-09-04T23:39:52.416Z[ recovery-image] Sep 04 23:39:51.384 INFO O| Sep 04 23:39:51.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
67012026-09-04T23:39:52.416Z[ recovery-image] Sep 04 23:39:51.384 INFO O| Sep 04 23:39:51.384 INFO STEP 343 (remove_files) COMPLETE
67022026-09-04T23:39:52.416Z[ recovery-image] Sep 04 23:39:51.384 INFO O| Sep 04 23:39:51.384 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-09-04T23:39:52.426Z[ recovery-image] Sep 04 23:39:51.393 INFO O| Sep 04 23:39:51.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
67042026-09-04T23:39:52.426Z[ recovery-image] Sep 04 23:39:51.393 INFO O| Sep 04 23:39:51.393 INFO STEP 344 (remove_files) COMPLETE
67052026-09-04T23:39:52.426Z[ recovery-image] Sep 04 23:39:51.393 INFO O| Sep 04 23:39:51.393 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-09-04T23:39:52.435Z[ recovery-image] Sep 04 23:39:51.403 INFO O| Sep 04 23:39:51.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
67072026-09-04T23:39:52.435Z[ recovery-image] Sep 04 23:39:51.403 INFO O| Sep 04 23:39:51.403 INFO STEP 345 (remove_files) COMPLETE
67082026-09-04T23:39:52.435Z[ recovery-image] Sep 04 23:39:51.403 INFO O| Sep 04 23:39:51.403 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-09-04T23:39:52.446Z[ recovery-image] Sep 04 23:39:51.414 INFO O| Sep 04 23:39:51.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
67102026-09-04T23:39:52.446Z[ recovery-image] Sep 04 23:39:51.414 INFO O| Sep 04 23:39:51.414 INFO STEP 346 (remove_files) COMPLETE
67112026-09-04T23:39:52.449Z[ recovery-image] Sep 04 23:39:51.414 INFO O| Sep 04 23:39:51.414 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-09-04T23:39:52.459Z[ recovery-image] Sep 04 23:39:51.425 INFO O| Sep 04 23:39:51.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
67132026-09-04T23:39:52.459Z[ recovery-image] Sep 04 23:39:51.425 INFO O| Sep 04 23:39:51.425 INFO STEP 347 (remove_files) COMPLETE
67142026-09-04T23:39:52.459Z[ recovery-image] Sep 04 23:39:51.425 INFO O| Sep 04 23:39:51.425 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-09-04T23:39:52.471Z[ recovery-image] Sep 04 23:39:51.436 INFO O| Sep 04 23:39:51.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
67162026-09-04T23:39:52.471Z[ recovery-image] Sep 04 23:39:51.437 INFO O| Sep 04 23:39:51.437 INFO STEP 348 (remove_files) COMPLETE
67172026-09-04T23:39:52.471Z[ recovery-image] Sep 04 23:39:51.437 INFO O| Sep 04 23:39:51.437 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-09-04T23:39:52.481Z[ recovery-image] Sep 04 23:39:51.449 INFO O| Sep 04 23:39:51.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
67192026-09-04T23:39:52.481Z[ recovery-image] Sep 04 23:39:51.449 INFO O| Sep 04 23:39:51.449 INFO STEP 349 (remove_files) COMPLETE
67202026-09-04T23:39:52.481Z[ recovery-image] Sep 04 23:39:51.449 INFO O| Sep 04 23:39:51.449 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-09-04T23:39:52.491Z[ recovery-image] Sep 04 23:39:51.459 INFO O| Sep 04 23:39:51.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
67222026-09-04T23:39:52.491Z[ recovery-image] Sep 04 23:39:51.459 INFO O| Sep 04 23:39:51.459 INFO STEP 350 (remove_files) COMPLETE
67232026-09-04T23:39:52.491Z[ recovery-image] Sep 04 23:39:51.459 INFO O| Sep 04 23:39:51.459 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-09-04T23:39:52.503Z[ recovery-image] Sep 04 23:39:51.469 INFO O| Sep 04 23:39:51.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
67252026-09-04T23:39:52.503Z[ recovery-image] Sep 04 23:39:51.469 INFO O| Sep 04 23:39:51.469 INFO STEP 351 (remove_files) COMPLETE
67262026-09-04T23:39:52.519Z[ recovery-image] Sep 04 23:39:51.469 INFO O| Sep 04 23:39:51.469 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-09-04T23:39:52.519Z[ recovery-image] Sep 04 23:39:51.479 INFO O| Sep 04 23:39:51.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
67282026-09-04T23:39:52.519Z[ recovery-image] Sep 04 23:39:51.479 INFO O| Sep 04 23:39:51.479 INFO STEP 352 (remove_files) COMPLETE
67292026-09-04T23:39:52.519Z[ recovery-image] Sep 04 23:39:51.479 INFO O| Sep 04 23:39:51.479 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-09-04T23:39:52.522Z[ recovery-image] Sep 04 23:39:51.489 INFO O| Sep 04 23:39:51.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
67312026-09-04T23:39:52.522Z[ recovery-image] Sep 04 23:39:51.489 INFO O| Sep 04 23:39:51.489 INFO STEP 353 (remove_files) COMPLETE
67322026-09-04T23:39:52.522Z[ recovery-image] Sep 04 23:39:51.489 INFO O| Sep 04 23:39:51.489 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-09-04T23:39:52.531Z[ recovery-image] Sep 04 23:39:51.499 INFO O| Sep 04 23:39:51.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
67342026-09-04T23:39:52.531Z[ recovery-image] Sep 04 23:39:51.499 INFO O| Sep 04 23:39:51.498 INFO STEP 354 (remove_files) COMPLETE
67352026-09-04T23:39:52.534Z[ recovery-image] Sep 04 23:39:51.499 INFO O| Sep 04 23:39:51.498 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-09-04T23:39:52.539Z[ recovery-image] Sep 04 23:39:51.507 INFO O| Sep 04 23:39:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
67372026-09-04T23:39:52.539Z[ recovery-image] Sep 04 23:39:51.507 INFO O| Sep 04 23:39:51.507 INFO STEP 355 (remove_files) COMPLETE
67382026-09-04T23:39:52.539Z[ recovery-image] Sep 04 23:39:51.507 INFO O| Sep 04 23:39:51.507 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-09-04T23:39:52.549Z[ recovery-image] Sep 04 23:39:51.517 INFO O| Sep 04 23:39:51.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
67402026-09-04T23:39:52.549Z[ recovery-image] Sep 04 23:39:51.517 INFO O| Sep 04 23:39:51.517 INFO STEP 356 (remove_files) COMPLETE
67412026-09-04T23:39:52.549Z[ recovery-image] Sep 04 23:39:51.517 INFO O| Sep 04 23:39:51.517 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-09-04T23:39:52.559Z[ recovery-image] Sep 04 23:39:51.527 INFO O| Sep 04 23:39:51.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
67432026-09-04T23:39:52.562Z[ recovery-image] Sep 04 23:39:51.528 INFO O| Sep 04 23:39:51.528 INFO STEP 357 (remove_files) COMPLETE
67442026-09-04T23:39:52.562Z[ recovery-image] Sep 04 23:39:51.528 INFO O| Sep 04 23:39:51.528 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-09-04T23:39:52.571Z[ recovery-image] Sep 04 23:39:51.538 INFO O| Sep 04 23:39:51.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
67462026-09-04T23:39:52.571Z[ recovery-image] Sep 04 23:39:51.538 INFO O| Sep 04 23:39:51.538 INFO STEP 358 (remove_files) COMPLETE
67472026-09-04T23:39:52.571Z[ recovery-image] Sep 04 23:39:51.538 INFO O| Sep 04 23:39:51.538 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-09-04T23:39:52.580Z[ recovery-image] Sep 04 23:39:51.548 INFO O| Sep 04 23:39:51.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
67492026-09-04T23:39:52.580Z[ recovery-image] Sep 04 23:39:51.548 INFO O| Sep 04 23:39:51.548 INFO STEP 359 (remove_files) COMPLETE
67502026-09-04T23:39:52.583Z[ recovery-image] Sep 04 23:39:51.548 INFO O| Sep 04 23:39:51.548 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-09-04T23:39:52.591Z[ recovery-image] Sep 04 23:39:51.559 INFO O| Sep 04 23:39:51.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
67522026-09-04T23:39:52.591Z[ recovery-image] Sep 04 23:39:51.559 INFO O| Sep 04 23:39:51.559 INFO STEP 360 (remove_files) COMPLETE
67532026-09-04T23:39:52.591Z[ recovery-image] Sep 04 23:39:51.559 INFO O| Sep 04 23:39:51.559 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-09-04T23:39:52.605Z[ recovery-image] Sep 04 23:39:51.568 INFO O| Sep 04 23:39:51.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
67552026-09-04T23:39:52.608Z[ recovery-image] Sep 04 23:39:51.568 INFO O| Sep 04 23:39:51.568 INFO STEP 361 (remove_files) COMPLETE
67562026-09-04T23:39:52.608Z[ recovery-image] Sep 04 23:39:51.568 INFO O| Sep 04 23:39:51.568 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-09-04T23:39:52.611Z[ recovery-image] Sep 04 23:39:51.578 INFO O| Sep 04 23:39:51.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
67582026-09-04T23:39:52.611Z[ recovery-image] Sep 04 23:39:51.578 INFO O| Sep 04 23:39:51.578 INFO STEP 362 (remove_files) COMPLETE
67592026-09-04T23:39:52.611Z[ recovery-image] Sep 04 23:39:51.578 INFO O| Sep 04 23:39:51.578 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-09-04T23:39:52.620Z[ recovery-image] Sep 04 23:39:51.588 INFO O| Sep 04 23:39:51.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
67612026-09-04T23:39:52.621Z[ recovery-image] Sep 04 23:39:51.588 INFO O| Sep 04 23:39:51.588 INFO STEP 363 (remove_files) COMPLETE
67622026-09-04T23:39:52.621Z[ recovery-image] Sep 04 23:39:51.588 INFO O| Sep 04 23:39:51.588 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-09-04T23:39:52.635Z[ recovery-image] Sep 04 23:39:51.597 INFO O| Sep 04 23:39:51.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
67642026-09-04T23:39:52.635Z[ recovery-image] Sep 04 23:39:51.597 INFO O| Sep 04 23:39:51.597 INFO STEP 364 (remove_files) COMPLETE
67652026-09-04T23:39:52.638Z[ recovery-image] Sep 04 23:39:51.597 INFO O| Sep 04 23:39:51.597 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-09-04T23:39:52.641Z[ recovery-image] Sep 04 23:39:51.606 INFO O| Sep 04 23:39:51.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
67672026-09-04T23:39:52.641Z[ recovery-image] Sep 04 23:39:51.606 INFO O| Sep 04 23:39:51.606 INFO STEP 365 (remove_files) COMPLETE
67682026-09-04T23:39:52.641Z[ recovery-image] Sep 04 23:39:51.606 INFO O| Sep 04 23:39:51.606 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-09-04T23:39:52.648Z[ recovery-image] Sep 04 23:39:51.615 INFO O| Sep 04 23:39:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
67702026-09-04T23:39:52.648Z[ recovery-image] Sep 04 23:39:51.615 INFO O| Sep 04 23:39:51.615 INFO STEP 366 (remove_files) COMPLETE
67712026-09-04T23:39:52.648Z[ recovery-image] Sep 04 23:39:51.615 INFO O| Sep 04 23:39:51.615 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-09-04T23:39:52.656Z[ recovery-image] Sep 04 23:39:51.624 INFO O| Sep 04 23:39:51.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
67732026-09-04T23:39:52.656Z[ recovery-image] Sep 04 23:39:51.624 INFO O| Sep 04 23:39:51.624 INFO STEP 367 (remove_files) COMPLETE
67742026-09-04T23:39:52.660Z[ recovery-image] Sep 04 23:39:51.624 INFO O| Sep 04 23:39:51.624 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-09-04T23:39:52.665Z[ recovery-image] Sep 04 23:39:51.633 INFO O| Sep 04 23:39:51.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
67762026-09-04T23:39:52.665Z[ recovery-image] Sep 04 23:39:51.633 INFO O| Sep 04 23:39:51.633 INFO STEP 368 (remove_files) COMPLETE
67772026-09-04T23:39:52.668Z[ recovery-image] Sep 04 23:39:51.633 INFO O| Sep 04 23:39:51.633 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-09-04T23:39:52.674Z[ recovery-image] Sep 04 23:39:51.641 INFO O| Sep 04 23:39:51.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
67792026-09-04T23:39:52.674Z[ recovery-image] Sep 04 23:39:51.641 INFO O| Sep 04 23:39:51.641 INFO STEP 369 (remove_files) COMPLETE
67802026-09-04T23:39:52.674Z[ recovery-image] Sep 04 23:39:51.642 INFO O| Sep 04 23:39:51.641 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-09-04T23:39:52.683Z[ recovery-image] Sep 04 23:39:51.650 INFO O| Sep 04 23:39:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
67822026-09-04T23:39:52.683Z[ recovery-image] Sep 04 23:39:51.651 INFO O| Sep 04 23:39:51.651 INFO STEP 370 (remove_files) COMPLETE
67832026-09-04T23:39:52.683Z[ recovery-image] Sep 04 23:39:51.651 INFO O| Sep 04 23:39:51.651 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-09-04T23:39:52.693Z[ recovery-image] Sep 04 23:39:51.660 INFO O| Sep 04 23:39:51.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
67852026-09-04T23:39:52.693Z[ recovery-image] Sep 04 23:39:51.660 INFO O| Sep 04 23:39:51.660 INFO STEP 371 (remove_files) COMPLETE
67862026-09-04T23:39:52.693Z[ recovery-image] Sep 04 23:39:51.660 INFO O| Sep 04 23:39:51.660 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-09-04T23:39:52.704Z[ recovery-image] Sep 04 23:39:51.671 INFO O| Sep 04 23:39:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
67882026-09-04T23:39:52.704Z[ recovery-image] Sep 04 23:39:51.671 INFO O| Sep 04 23:39:51.671 INFO STEP 372 (remove_files) COMPLETE
67892026-09-04T23:39:52.704Z[ recovery-image] Sep 04 23:39:51.671 INFO O| Sep 04 23:39:51.671 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-09-04T23:39:52.715Z[ recovery-image] Sep 04 23:39:51.683 INFO O| Sep 04 23:39:51.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
67912026-09-04T23:39:52.715Z[ recovery-image] Sep 04 23:39:51.683 INFO O| Sep 04 23:39:51.683 INFO STEP 373 (remove_files) COMPLETE
67922026-09-04T23:39:52.719Z[ recovery-image] Sep 04 23:39:51.683 INFO O| Sep 04 23:39:51.683 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-09-04T23:39:52.725Z[ recovery-image] Sep 04 23:39:51.693 INFO O| Sep 04 23:39:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
67942026-09-04T23:39:52.725Z[ recovery-image] Sep 04 23:39:51.693 INFO O| Sep 04 23:39:51.693 INFO STEP 374 (remove_files) COMPLETE
67952026-09-04T23:39:52.725Z[ recovery-image] Sep 04 23:39:51.693 INFO O| Sep 04 23:39:51.693 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-09-04T23:39:52.745Z[ recovery-image] Sep 04 23:39:51.712 INFO O| Sep 04 23:39:51.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
67972026-09-04T23:39:52.745Z[ recovery-image] Sep 04 23:39:51.712 INFO O| Sep 04 23:39:51.712 INFO STEP 375 (remove_files) COMPLETE
67982026-09-04T23:39:52.745Z[ recovery-image] Sep 04 23:39:51.712 INFO O| Sep 04 23:39:51.712 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-09-04T23:39:52.755Z[ recovery-image] Sep 04 23:39:51.722 INFO O| Sep 04 23:39:51.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
68002026-09-04T23:39:52.755Z[ recovery-image] Sep 04 23:39:51.722 INFO O| Sep 04 23:39:51.722 INFO STEP 376 (remove_files) COMPLETE
68012026-09-04T23:39:52.755Z[ recovery-image] Sep 04 23:39:51.722 INFO O| Sep 04 23:39:51.722 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-09-04T23:39:52.763Z[ recovery-image] Sep 04 23:39:51.731 INFO O| Sep 04 23:39:51.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
68032026-09-04T23:39:52.763Z[ recovery-image] Sep 04 23:39:51.731 INFO O| Sep 04 23:39:51.731 INFO STEP 377 (remove_files) COMPLETE
68042026-09-04T23:39:52.763Z[ recovery-image] Sep 04 23:39:51.731 INFO O| Sep 04 23:39:51.731 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-09-04T23:39:52.772Z[ recovery-image] Sep 04 23:39:51.739 INFO O| Sep 04 23:39:51.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
68062026-09-04T23:39:52.772Z[ recovery-image] Sep 04 23:39:51.739 INFO O| Sep 04 23:39:51.739 INFO STEP 378 (remove_files) COMPLETE
68072026-09-04T23:39:52.772Z[ recovery-image] Sep 04 23:39:51.739 INFO O| Sep 04 23:39:51.739 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-09-04T23:39:52.781Z[ recovery-image] Sep 04 23:39:51.749 INFO O| Sep 04 23:39:51.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
68092026-09-04T23:39:52.781Z[ recovery-image] Sep 04 23:39:51.749 INFO O| Sep 04 23:39:51.749 INFO STEP 379 (remove_files) COMPLETE
68102026-09-04T23:39:52.784Z[ recovery-image] Sep 04 23:39:51.749 INFO O| Sep 04 23:39:51.749 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-09-04T23:39:52.792Z[ recovery-image] Sep 04 23:39:51.759 INFO O| Sep 04 23:39:51.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
68122026-09-04T23:39:52.792Z[ recovery-image] Sep 04 23:39:51.759 INFO O| Sep 04 23:39:51.759 INFO STEP 380 (remove_files) COMPLETE
68132026-09-04T23:39:52.792Z[ recovery-image] Sep 04 23:39:51.759 INFO O| Sep 04 23:39:51.759 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-09-04T23:39:52.801Z[ recovery-image] Sep 04 23:39:51.768 INFO O| Sep 04 23:39:51.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
68152026-09-04T23:39:52.801Z[ recovery-image] Sep 04 23:39:51.768 INFO O| Sep 04 23:39:51.768 INFO STEP 381 (remove_files) COMPLETE
68162026-09-04T23:39:52.801Z[ recovery-image] Sep 04 23:39:51.768 INFO O| Sep 04 23:39:51.768 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-09-04T23:39:52.863Z[ recovery-image] Sep 04 23:39:51.777 INFO O| Sep 04 23:39:51.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
68182026-09-04T23:39:52.863Z[ recovery-image] Sep 04 23:39:51.777 INFO O| Sep 04 23:39:51.777 INFO STEP 382 (remove_files) COMPLETE
68192026-09-04T23:39:52.863Z[ recovery-image] Sep 04 23:39:51.777 INFO O| Sep 04 23:39:51.777 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-09-04T23:39:52.867Z[ recovery-image] Sep 04 23:39:51.785 INFO O| Sep 04 23:39:51.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
68212026-09-04T23:39:52.867Z[ recovery-image] Sep 04 23:39:51.785 INFO O| Sep 04 23:39:51.785 INFO STEP 383 (remove_files) COMPLETE
68222026-09-04T23:39:52.867Z[ recovery-image] Sep 04 23:39:51.785 INFO O| Sep 04 23:39:51.785 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-09-04T23:39:52.867Z[ recovery-image] Sep 04 23:39:51.793 INFO O| Sep 04 23:39:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
68242026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.793 INFO O| Sep 04 23:39:51.793 INFO STEP 384 (remove_files) COMPLETE
68252026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.793 INFO O| Sep 04 23:39:51.793 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.801 INFO O| Sep 04 23:39:51.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
68272026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.801 INFO O| Sep 04 23:39:51.801 INFO STEP 385 (remove_files) COMPLETE
68282026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.801 INFO O| Sep 04 23:39:51.801 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.809 INFO O| Sep 04 23:39:51.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
68302026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.811 INFO O| Sep 04 23:39:51.811 INFO STEP 386 (remove_files) COMPLETE
68312026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.811 INFO O| Sep 04 23:39:51.811 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.819 INFO O| Sep 04 23:39:51.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
68332026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.820 INFO O| Sep 04 23:39:51.820 INFO STEP 387 (remove_files) COMPLETE
68342026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.820 INFO O| Sep 04 23:39:51.820 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.829 INFO O| Sep 04 23:39:51.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
68362026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.829 INFO O| Sep 04 23:39:51.829 INFO STEP 388 (remove_files) COMPLETE
68372026-09-04T23:39:52.868Z[ recovery-image] Sep 04 23:39:51.829 INFO O| Sep 04 23:39:51.829 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-09-04T23:39:52.872Z[ recovery-image] Sep 04 23:39:51.838 INFO O| Sep 04 23:39:51.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
68392026-09-04T23:39:52.872Z[ recovery-image] Sep 04 23:39:51.838 INFO O| Sep 04 23:39:51.838 INFO STEP 389 (remove_files) COMPLETE
68402026-09-04T23:39:52.872Z[ recovery-image] Sep 04 23:39:51.838 INFO O| Sep 04 23:39:51.838 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-09-04T23:39:52.881Z[ recovery-image] Sep 04 23:39:51.848 INFO O| Sep 04 23:39:51.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
68422026-09-04T23:39:52.881Z[ recovery-image] Sep 04 23:39:51.848 INFO O| Sep 04 23:39:51.848 INFO STEP 390 (remove_files) COMPLETE
68432026-09-04T23:39:52.884Z[ recovery-image] Sep 04 23:39:51.848 INFO O| Sep 04 23:39:51.848 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-09-04T23:39:52.892Z[ recovery-image] Sep 04 23:39:51.860 INFO O| Sep 04 23:39:51.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
68452026-09-04T23:39:52.892Z[ recovery-image] Sep 04 23:39:51.860 INFO O| Sep 04 23:39:51.860 INFO STEP 391 (remove_files) COMPLETE
68462026-09-04T23:39:52.892Z[ recovery-image] Sep 04 23:39:51.860 INFO O| Sep 04 23:39:51.860 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-09-04T23:39:52.903Z[ recovery-image] Sep 04 23:39:51.871 INFO O| Sep 04 23:39:51.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
68482026-09-04T23:39:52.903Z[ recovery-image] Sep 04 23:39:51.871 INFO O| Sep 04 23:39:51.871 INFO STEP 392 (remove_files) COMPLETE
68492026-09-04T23:39:52.903Z[ recovery-image] Sep 04 23:39:51.871 INFO O| Sep 04 23:39:51.871 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-09-04T23:39:52.914Z[ recovery-image] Sep 04 23:39:51.881 INFO O| Sep 04 23:39:51.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
68512026-09-04T23:39:52.914Z[ recovery-image] Sep 04 23:39:51.882 INFO O| Sep 04 23:39:51.882 INFO STEP 393 (remove_files) COMPLETE
68522026-09-04T23:39:52.914Z[ recovery-image] Sep 04 23:39:51.882 INFO O| Sep 04 23:39:51.882 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-09-04T23:39:52.930Z[ recovery-image] Sep 04 23:39:51.897 INFO O| Sep 04 23:39:51.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
68542026-09-04T23:39:52.930Z[ recovery-image] Sep 04 23:39:51.897 INFO O| Sep 04 23:39:51.897 INFO STEP 394 (remove_files) COMPLETE
68552026-09-04T23:39:52.930Z[ recovery-image] Sep 04 23:39:51.897 INFO O| Sep 04 23:39:51.897 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-09-04T23:39:52.941Z[ recovery-image] Sep 04 23:39:51.909 INFO O| Sep 04 23:39:51.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
68572026-09-04T23:39:52.941Z[ recovery-image] Sep 04 23:39:51.909 INFO O| Sep 04 23:39:51.909 INFO STEP 395 (remove_files) COMPLETE
68582026-09-04T23:39:52.941Z[ recovery-image] Sep 04 23:39:51.909 INFO O| Sep 04 23:39:51.909 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-09-04T23:39:52.953Z[ recovery-image] Sep 04 23:39:51.920 INFO O| Sep 04 23:39:51.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
68602026-09-04T23:39:52.953Z[ recovery-image] Sep 04 23:39:51.920 INFO O| Sep 04 23:39:51.920 INFO STEP 396 (remove_files) COMPLETE
68612026-09-04T23:39:52.953Z[ recovery-image] Sep 04 23:39:51.921 INFO O| Sep 04 23:39:51.920 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-09-04T23:39:52.965Z[ recovery-image] Sep 04 23:39:51.932 INFO O| Sep 04 23:39:51.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
68632026-09-04T23:39:52.965Z[ recovery-image] Sep 04 23:39:51.932 INFO O| Sep 04 23:39:51.932 INFO STEP 397 (remove_files) COMPLETE
68642026-09-04T23:39:52.965Z[ recovery-image] Sep 04 23:39:51.932 INFO O| Sep 04 23:39:51.932 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-09-04T23:39:52.976Z[ recovery-image] Sep 04 23:39:51.944 INFO O| Sep 04 23:39:51.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
68662026-09-04T23:39:52.976Z[ recovery-image] Sep 04 23:39:51.944 INFO O| Sep 04 23:39:51.944 INFO STEP 398 (remove_files) COMPLETE
68672026-09-04T23:39:52.976Z[ recovery-image] Sep 04 23:39:51.944 INFO O| Sep 04 23:39:51.944 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-09-04T23:39:52.988Z[ recovery-image] Sep 04 23:39:51.955 INFO O| Sep 04 23:39:51.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
68692026-09-04T23:39:52.988Z[ recovery-image] Sep 04 23:39:51.955 INFO O| Sep 04 23:39:51.955 INFO STEP 399 (remove_files) COMPLETE
68702026-09-04T23:39:52.988Z[ recovery-image] Sep 04 23:39:51.955 INFO O| Sep 04 23:39:51.955 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-09-04T23:39:53.001Z[ recovery-image] Sep 04 23:39:51.968 INFO O| Sep 04 23:39:51.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
68722026-09-04T23:39:53.001Z[ recovery-image] Sep 04 23:39:51.968 INFO O| Sep 04 23:39:51.968 INFO STEP 400 (remove_files) COMPLETE
68732026-09-04T23:39:53.001Z[ recovery-image] Sep 04 23:39:51.968 INFO O| Sep 04 23:39:51.968 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-09-04T23:39:53.018Z[ recovery-image] Sep 04 23:39:51.984 INFO O| Sep 04 23:39:51.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
68752026-09-04T23:39:53.018Z[ recovery-image] Sep 04 23:39:51.984 INFO O| Sep 04 23:39:51.984 INFO STEP 401 (remove_files) COMPLETE
68762026-09-04T23:39:53.018Z[ recovery-image] Sep 04 23:39:51.984 INFO O| Sep 04 23:39:51.984 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-09-04T23:39:53.030Z[ recovery-image] Sep 04 23:39:51.998 INFO O| Sep 04 23:39:51.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
68782026-09-04T23:39:53.030Z[ recovery-image] Sep 04 23:39:51.998 INFO O| Sep 04 23:39:51.998 INFO STEP 402 (remove_files) COMPLETE
68792026-09-04T23:39:53.030Z[ recovery-image] Sep 04 23:39:51.998 INFO O| Sep 04 23:39:51.998 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-09-04T23:39:53.041Z[ recovery-image] Sep 04 23:39:52.008 INFO O| Sep 04 23:39:52.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
68812026-09-04T23:39:53.041Z[ recovery-image] Sep 04 23:39:52.009 INFO O| Sep 04 23:39:52.008 INFO STEP 403 (remove_files) COMPLETE
68822026-09-04T23:39:53.041Z[ recovery-image] Sep 04 23:39:52.009 INFO O| Sep 04 23:39:52.008 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-09-04T23:39:53.060Z[ recovery-image] Sep 04 23:39:52.027 INFO O| Sep 04 23:39:52.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
68842026-09-04T23:39:53.060Z[ recovery-image] Sep 04 23:39:52.027 INFO O| Sep 04 23:39:52.027 INFO STEP 404 (remove_files) COMPLETE
68852026-09-04T23:39:53.063Z[ recovery-image] Sep 04 23:39:52.027 INFO O| Sep 04 23:39:52.027 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-09-04T23:39:53.078Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
68872026-09-04T23:39:53.084Z[ recovery-image] Sep 04 23:39:52.052 INFO O| Sep 04 23:39:52.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
68882026-09-04T23:39:53.084Z[ recovery-image] Sep 04 23:39:52.052 INFO O| Sep 04 23:39:52.052 INFO STEP 405 (remove_files) COMPLETE
68892026-09-04T23:39:53.084Z[ recovery-image] Sep 04 23:39:52.052 INFO O| Sep 04 23:39:52.052 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-09-04T23:39:53.097Z[ recovery-image] Sep 04 23:39:52.065 INFO O| Sep 04 23:39:52.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
68912026-09-04T23:39:53.097Z[ recovery-image] Sep 04 23:39:52.065 INFO O| Sep 04 23:39:52.065 INFO STEP 406 (remove_files) COMPLETE
68922026-09-04T23:39:53.100Z[ recovery-image] Sep 04 23:39:52.065 INFO O| Sep 04 23:39:52.065 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-09-04T23:39:53.111Z[ recovery-image] Sep 04 23:39:52.079 INFO O| Sep 04 23:39:52.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
68942026-09-04T23:39:53.111Z[ recovery-image] Sep 04 23:39:52.079 INFO O| Sep 04 23:39:52.078 INFO STEP 407 (remove_files) COMPLETE
68952026-09-04T23:39:53.114Z[ recovery-image] Sep 04 23:39:52.079 INFO O| Sep 04 23:39:52.078 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-09-04T23:39:53.127Z[ recovery-image] Sep 04 23:39:52.095 INFO O| Sep 04 23:39:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
68972026-09-04T23:39:53.127Z[ recovery-image] Sep 04 23:39:52.095 INFO O| Sep 04 23:39:52.095 INFO STEP 408 (remove_files) COMPLETE
68982026-09-04T23:39:53.130Z[ recovery-image] Sep 04 23:39:52.095 INFO O| Sep 04 23:39:52.095 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-09-04T23:39:53.146Z[ recovery-image] Sep 04 23:39:52.113 INFO O| Sep 04 23:39:52.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
69002026-09-04T23:39:53.146Z[ recovery-image] Sep 04 23:39:52.113 INFO O| Sep 04 23:39:52.113 INFO STEP 409 (remove_files) COMPLETE
69012026-09-04T23:39:53.146Z[ recovery-image] Sep 04 23:39:52.113 INFO O| Sep 04 23:39:52.113 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-09-04T23:39:53.158Z[ recovery-image] Sep 04 23:39:52.125 INFO O| Sep 04 23:39:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
69032026-09-04T23:39:53.158Z[ recovery-image] Sep 04 23:39:52.125 INFO O| Sep 04 23:39:52.125 INFO STEP 410 (remove_files) COMPLETE
69042026-09-04T23:39:53.158Z[ recovery-image] Sep 04 23:39:52.125 INFO O| Sep 04 23:39:52.125 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-09-04T23:39:53.175Z[ recovery-image] Sep 04 23:39:52.142 INFO O| Sep 04 23:39:52.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
69062026-09-04T23:39:53.175Z[ recovery-image] Sep 04 23:39:52.142 INFO O| Sep 04 23:39:52.142 INFO STEP 411 (remove_files) COMPLETE
69072026-09-04T23:39:53.175Z[ recovery-image] Sep 04 23:39:52.142 INFO O| Sep 04 23:39:52.142 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-09-04T23:39:53.187Z[ recovery-image] Sep 04 23:39:52.154 INFO O| Sep 04 23:39:52.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
69092026-09-04T23:39:53.187Z[ recovery-image] Sep 04 23:39:52.155 INFO O| Sep 04 23:39:52.154 INFO STEP 412 (remove_files) COMPLETE
69102026-09-04T23:39:53.187Z[ recovery-image] Sep 04 23:39:52.155 INFO O| Sep 04 23:39:52.154 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-09-04T23:39:53.197Z[ recovery-image] Sep 04 23:39:52.165 INFO O| Sep 04 23:39:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
69122026-09-04T23:39:53.197Z[ recovery-image] Sep 04 23:39:52.165 INFO O| Sep 04 23:39:52.165 INFO STEP 413 (remove_files) COMPLETE
69132026-09-04T23:39:53.197Z[ recovery-image] Sep 04 23:39:52.165 INFO O| Sep 04 23:39:52.165 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-09-04T23:39:53.209Z[ recovery-image] Sep 04 23:39:52.177 INFO O| Sep 04 23:39:52.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
69152026-09-04T23:39:53.209Z[ recovery-image] Sep 04 23:39:52.177 INFO O| Sep 04 23:39:52.177 INFO STEP 414 (remove_files) COMPLETE
69162026-09-04T23:39:53.212Z[ recovery-image] Sep 04 23:39:52.177 INFO O| Sep 04 23:39:52.177 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-09-04T23:39:53.221Z[ recovery-image] Sep 04 23:39:52.189 INFO O| Sep 04 23:39:52.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
69182026-09-04T23:39:53.221Z[ recovery-image] Sep 04 23:39:52.189 INFO O| Sep 04 23:39:52.189 INFO STEP 415 (remove_files) COMPLETE
69192026-09-04T23:39:53.221Z[ recovery-image] Sep 04 23:39:52.189 INFO O| Sep 04 23:39:52.189 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-09-04T23:39:53.232Z[ recovery-image] Sep 04 23:39:52.200 INFO O| Sep 04 23:39:52.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
69212026-09-04T23:39:53.233Z[ recovery-image] Sep 04 23:39:52.200 INFO O| Sep 04 23:39:52.200 INFO STEP 416 (remove_files) COMPLETE
69222026-09-04T23:39:53.233Z[ recovery-image] Sep 04 23:39:52.200 INFO O| Sep 04 23:39:52.200 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-09-04T23:39:53.244Z[ recovery-image] Sep 04 23:39:52.212 INFO O| Sep 04 23:39:52.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
69242026-09-04T23:39:53.244Z[ recovery-image] Sep 04 23:39:52.212 INFO O| Sep 04 23:39:52.212 INFO STEP 417 (remove_files) COMPLETE
69252026-09-04T23:39:53.247Z[ recovery-image] Sep 04 23:39:52.212 INFO O| Sep 04 23:39:52.212 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-09-04T23:39:53.254Z[ recovery-image] Sep 04 23:39:52.222 INFO O| Sep 04 23:39:52.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
69272026-09-04T23:39:53.254Z[ recovery-image] Sep 04 23:39:52.222 INFO O| Sep 04 23:39:52.222 INFO STEP 418 (remove_files) COMPLETE
69282026-09-04T23:39:53.257Z[ recovery-image] Sep 04 23:39:52.222 INFO O| Sep 04 23:39:52.222 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-09-04T23:39:53.265Z[ recovery-image] Sep 04 23:39:52.232 INFO O| Sep 04 23:39:52.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
69302026-09-04T23:39:53.265Z[ recovery-image] Sep 04 23:39:52.232 INFO O| Sep 04 23:39:52.232 INFO STEP 419 (remove_files) COMPLETE
69312026-09-04T23:39:53.265Z[ recovery-image] Sep 04 23:39:52.233 INFO O| Sep 04 23:39:52.232 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-09-04T23:39:53.275Z[ recovery-image] Sep 04 23:39:52.243 INFO O| Sep 04 23:39:52.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
69332026-09-04T23:39:53.275Z[ recovery-image] Sep 04 23:39:52.243 INFO O| Sep 04 23:39:52.243 INFO STEP 420 (remove_files) COMPLETE
69342026-09-04T23:39:53.275Z[ recovery-image] Sep 04 23:39:52.243 INFO O| Sep 04 23:39:52.243 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-09-04T23:39:53.288Z[ recovery-image] Sep 04 23:39:52.256 INFO O| Sep 04 23:39:52.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
69362026-09-04T23:39:53.291Z[ recovery-image] Sep 04 23:39:52.256 INFO O| Sep 04 23:39:52.256 INFO STEP 421 (remove_files) COMPLETE
69372026-09-04T23:39:53.291Z[ recovery-image] Sep 04 23:39:52.256 INFO O| Sep 04 23:39:52.256 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-09-04T23:39:53.299Z[ recovery-image] Sep 04 23:39:52.266 INFO O| Sep 04 23:39:52.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
69392026-09-04T23:39:53.299Z[ recovery-image] Sep 04 23:39:52.266 INFO O| Sep 04 23:39:52.266 INFO STEP 422 (remove_files) COMPLETE
69402026-09-04T23:39:53.299Z[ recovery-image] Sep 04 23:39:52.266 INFO O| Sep 04 23:39:52.266 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-09-04T23:39:53.308Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
69422026-09-04T23:39:53.312Z[ recovery-image] Sep 04 23:39:52.278 INFO O| Sep 04 23:39:52.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
69432026-09-04T23:39:53.312Z[ recovery-image] Sep 04 23:39:52.278 INFO O| Sep 04 23:39:52.278 INFO STEP 423 (remove_files) COMPLETE
69442026-09-04T23:39:53.312Z[ recovery-image] Sep 04 23:39:52.278 INFO O| Sep 04 23:39:52.278 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-09-04T23:39:53.322Z[ recovery-image] Sep 04 23:39:52.289 INFO O| Sep 04 23:39:52.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
69462026-09-04T23:39:53.322Z[ recovery-image] Sep 04 23:39:52.290 INFO O| Sep 04 23:39:52.290 INFO STEP 424 (remove_files) COMPLETE
69472026-09-04T23:39:53.322Z[ recovery-image] Sep 04 23:39:52.290 INFO O| Sep 04 23:39:52.290 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-09-04T23:39:53.332Z[ recovery-image] Sep 04 23:39:52.299 INFO O| Sep 04 23:39:52.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
69492026-09-04T23:39:53.332Z[ recovery-image] Sep 04 23:39:52.299 INFO O| Sep 04 23:39:52.299 INFO STEP 425 (remove_files) COMPLETE
69502026-09-04T23:39:53.335Z[ recovery-image] Sep 04 23:39:52.299 INFO O| Sep 04 23:39:52.299 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-09-04T23:39:53.342Z[ recovery-image] Sep 04 23:39:52.310 INFO O| Sep 04 23:39:52.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
69522026-09-04T23:39:53.342Z[ recovery-image] Sep 04 23:39:52.310 INFO O| Sep 04 23:39:52.310 INFO STEP 426 (remove_files) COMPLETE
69532026-09-04T23:39:53.342Z[ recovery-image] Sep 04 23:39:52.310 INFO O| Sep 04 23:39:52.310 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-09-04T23:39:53.352Z[ recovery-image] Sep 04 23:39:52.320 INFO O| Sep 04 23:39:52.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
69552026-09-04T23:39:53.352Z[ recovery-image] Sep 04 23:39:52.320 INFO O| Sep 04 23:39:52.320 INFO STEP 427 (remove_files) COMPLETE
69562026-09-04T23:39:53.352Z[ recovery-image] Sep 04 23:39:52.320 INFO O| Sep 04 23:39:52.320 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-09-04T23:39:53.363Z[ recovery-image] Sep 04 23:39:52.331 INFO O| Sep 04 23:39:52.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
69582026-09-04T23:39:53.363Z[ recovery-image] Sep 04 23:39:52.331 INFO O| Sep 04 23:39:52.331 INFO STEP 428 (remove_files) COMPLETE
69592026-09-04T23:39:53.363Z[ recovery-image] Sep 04 23:39:52.331 INFO O| Sep 04 23:39:52.331 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-09-04T23:39:53.375Z[ recovery-image] Sep 04 23:39:52.343 INFO O| Sep 04 23:39:52.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
69612026-09-04T23:39:53.375Z[ recovery-image] Sep 04 23:39:52.343 INFO O| Sep 04 23:39:52.343 INFO STEP 429 (remove_files) COMPLETE
69622026-09-04T23:39:53.375Z[ recovery-image] Sep 04 23:39:52.343 INFO O| Sep 04 23:39:52.343 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-09-04T23:39:53.388Z[ recovery-image] Sep 04 23:39:52.356 INFO O| Sep 04 23:39:52.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
69642026-09-04T23:39:53.388Z[ recovery-image] Sep 04 23:39:52.356 INFO O| Sep 04 23:39:52.356 INFO STEP 430 (remove_files) COMPLETE
69652026-09-04T23:39:53.388Z[ recovery-image] Sep 04 23:39:52.356 INFO O| Sep 04 23:39:52.356 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-09-04T23:39:53.399Z[ recovery-image] Sep 04 23:39:52.366 INFO O| Sep 04 23:39:52.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
69672026-09-04T23:39:53.399Z[ recovery-image] Sep 04 23:39:52.366 INFO O| Sep 04 23:39:52.366 INFO STEP 431 (remove_files) COMPLETE
69682026-09-04T23:39:53.399Z[ recovery-image] Sep 04 23:39:52.366 INFO O| Sep 04 23:39:52.366 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-09-04T23:39:53.412Z[ recovery-image] Sep 04 23:39:52.379 INFO O| Sep 04 23:39:52.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
69702026-09-04T23:39:53.415Z[ recovery-image] Sep 04 23:39:52.379 INFO O| Sep 04 23:39:52.379 INFO STEP 432 (remove_files) COMPLETE
69712026-09-04T23:39:53.415Z[ recovery-image] Sep 04 23:39:52.379 INFO O| Sep 04 23:39:52.379 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-09-04T23:39:53.423Z[ recovery-image] Sep 04 23:39:52.391 INFO O| Sep 04 23:39:52.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
69732026-09-04T23:39:53.423Z[ recovery-image] Sep 04 23:39:52.391 INFO O| Sep 04 23:39:52.391 INFO STEP 433 (remove_files) COMPLETE
69742026-09-04T23:39:53.423Z[ recovery-image] Sep 04 23:39:52.391 INFO O| Sep 04 23:39:52.391 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-09-04T23:39:53.436Z[ recovery-image] Sep 04 23:39:52.403 INFO O| Sep 04 23:39:52.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
69762026-09-04T23:39:53.436Z[ recovery-image] Sep 04 23:39:52.403 INFO O| Sep 04 23:39:52.403 INFO STEP 434 (remove_files) COMPLETE
69772026-09-04T23:39:53.439Z[ recovery-image] Sep 04 23:39:52.403 INFO O| Sep 04 23:39:52.403 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-09-04T23:39:53.449Z[ recovery-image] Sep 04 23:39:52.416 INFO O| Sep 04 23:39:52.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
69792026-09-04T23:39:53.449Z[ recovery-image] Sep 04 23:39:52.416 INFO O| Sep 04 23:39:52.416 INFO STEP 435 (remove_files) COMPLETE
69802026-09-04T23:39:53.449Z[ recovery-image] Sep 04 23:39:52.416 INFO O| Sep 04 23:39:52.416 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-09-04T23:39:53.460Z[ recovery-image] Sep 04 23:39:52.428 INFO O| Sep 04 23:39:52.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
69822026-09-04T23:39:53.461Z[ recovery-image] Sep 04 23:39:52.428 INFO O| Sep 04 23:39:52.428 INFO STEP 436 (remove_files) COMPLETE
69832026-09-04T23:39:53.461Z[ recovery-image] Sep 04 23:39:52.428 INFO O| Sep 04 23:39:52.428 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-09-04T23:39:53.472Z[ recovery-image] Sep 04 23:39:52.439 INFO O| Sep 04 23:39:52.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
69852026-09-04T23:39:53.472Z[ recovery-image] Sep 04 23:39:52.439 INFO O| Sep 04 23:39:52.439 INFO STEP 437 (remove_files) COMPLETE
69862026-09-04T23:39:53.476Z[ recovery-image] Sep 04 23:39:52.439 INFO O| Sep 04 23:39:52.439 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-09-04T23:39:53.482Z[ recovery-image] Sep 04 23:39:52.450 INFO O| Sep 04 23:39:52.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
69882026-09-04T23:39:53.482Z[ recovery-image] Sep 04 23:39:52.450 INFO O| Sep 04 23:39:52.450 INFO STEP 438 (remove_files) COMPLETE
69892026-09-04T23:39:53.486Z[ recovery-image] Sep 04 23:39:52.450 INFO O| Sep 04 23:39:52.450 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-09-04T23:39:53.494Z[ recovery-image] Sep 04 23:39:52.461 INFO O| Sep 04 23:39:52.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
69912026-09-04T23:39:53.494Z[ recovery-image] Sep 04 23:39:52.461 INFO O| Sep 04 23:39:52.461 INFO STEP 439 (remove_files) COMPLETE
69922026-09-04T23:39:53.494Z[ recovery-image] Sep 04 23:39:52.461 INFO O| Sep 04 23:39:52.461 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-09-04T23:39:53.505Z[ recovery-image] Sep 04 23:39:52.472 INFO O| Sep 04 23:39:52.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
69942026-09-04T23:39:53.505Z[ recovery-image] Sep 04 23:39:52.472 INFO O| Sep 04 23:39:52.472 INFO STEP 440 (remove_files) COMPLETE
69952026-09-04T23:39:53.505Z[ recovery-image] Sep 04 23:39:52.472 INFO O| Sep 04 23:39:52.472 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-09-04T23:39:53.515Z[ recovery-image] Sep 04 23:39:52.482 INFO O| Sep 04 23:39:52.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
69972026-09-04T23:39:53.515Z[ recovery-image] Sep 04 23:39:52.482 INFO O| Sep 04 23:39:52.482 INFO STEP 441 (remove_files) COMPLETE
69982026-09-04T23:39:53.519Z[ recovery-image] Sep 04 23:39:52.482 INFO O| Sep 04 23:39:52.482 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-09-04T23:39:53.525Z[ recovery-image] Sep 04 23:39:52.493 INFO O| Sep 04 23:39:52.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
70002026-09-04T23:39:53.525Z[ recovery-image] Sep 04 23:39:52.493 INFO O| Sep 04 23:39:52.493 INFO STEP 442 (remove_files) COMPLETE
70012026-09-04T23:39:53.530Z[ recovery-image] Sep 04 23:39:52.493 INFO O| Sep 04 23:39:52.493 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-09-04T23:39:53.535Z[ recovery-image] Sep 04 23:39:52.503 INFO O| Sep 04 23:39:52.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
70032026-09-04T23:39:53.539Z[ recovery-image] Sep 04 23:39:52.503 INFO O| Sep 04 23:39:52.503 INFO STEP 443 (remove_files) COMPLETE
70042026-09-04T23:39:53.539Z[ recovery-image] Sep 04 23:39:52.503 INFO O| Sep 04 23:39:52.503 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-09-04T23:39:53.545Z[ recovery-image] Sep 04 23:39:52.512 INFO O| Sep 04 23:39:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
70062026-09-04T23:39:53.545Z[ recovery-image] Sep 04 23:39:52.512 INFO O| Sep 04 23:39:52.512 INFO STEP 444 (remove_files) COMPLETE
70072026-09-04T23:39:53.545Z[ recovery-image] Sep 04 23:39:52.512 INFO O| Sep 04 23:39:52.512 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-09-04T23:39:53.554Z[ recovery-image] Sep 04 23:39:52.522 INFO O| Sep 04 23:39:52.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
70092026-09-04T23:39:53.554Z[ recovery-image] Sep 04 23:39:52.522 INFO O| Sep 04 23:39:52.522 INFO STEP 445 (remove_files) COMPLETE
70102026-09-04T23:39:53.554Z[ recovery-image] Sep 04 23:39:52.522 INFO O| Sep 04 23:39:52.522 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-09-04T23:39:53.565Z[ recovery-image] Sep 04 23:39:52.532 INFO O| Sep 04 23:39:52.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
70122026-09-04T23:39:53.566Z[ recovery-image] Sep 04 23:39:52.532 INFO O| Sep 04 23:39:52.532 INFO STEP 446 (remove_files) COMPLETE
70132026-09-04T23:39:53.566Z[ recovery-image] Sep 04 23:39:52.532 INFO O| Sep 04 23:39:52.532 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-09-04T23:39:53.574Z[ recovery-image] Sep 04 23:39:52.542 INFO O| Sep 04 23:39:52.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
70152026-09-04T23:39:53.575Z[ recovery-image] Sep 04 23:39:52.542 INFO O| Sep 04 23:39:52.542 INFO STEP 447 (remove_files) COMPLETE
70162026-09-04T23:39:53.575Z[ recovery-image] Sep 04 23:39:52.542 INFO O| Sep 04 23:39:52.542 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-09-04T23:39:53.585Z[ recovery-image] Sep 04 23:39:52.553 INFO O| Sep 04 23:39:52.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
70182026-09-04T23:39:53.585Z[ recovery-image] Sep 04 23:39:52.553 INFO O| Sep 04 23:39:52.553 INFO STEP 448 (remove_files) COMPLETE
70192026-09-04T23:39:53.585Z[ recovery-image] Sep 04 23:39:52.553 INFO O| Sep 04 23:39:52.553 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-09-04T23:39:53.597Z[ recovery-image] Sep 04 23:39:52.563 INFO O| Sep 04 23:39:52.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
70212026-09-04T23:39:53.597Z[ recovery-image] Sep 04 23:39:52.564 INFO O| Sep 04 23:39:52.564 INFO STEP 449 (remove_files) COMPLETE
70222026-09-04T23:39:53.597Z[ recovery-image] Sep 04 23:39:52.564 INFO O| Sep 04 23:39:52.564 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-09-04T23:39:53.606Z[ recovery-image] Sep 04 23:39:52.574 INFO O| Sep 04 23:39:52.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
70242026-09-04T23:39:53.606Z[ recovery-image] Sep 04 23:39:52.574 INFO O| Sep 04 23:39:52.574 INFO STEP 450 (remove_files) COMPLETE
70252026-09-04T23:39:53.607Z[ recovery-image] Sep 04 23:39:52.574 INFO O| Sep 04 23:39:52.574 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-09-04T23:39:53.617Z[ recovery-image] Sep 04 23:39:52.584 INFO O| Sep 04 23:39:52.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
70272026-09-04T23:39:53.617Z[ recovery-image] Sep 04 23:39:52.584 INFO O| Sep 04 23:39:52.584 INFO STEP 451 (remove_files) COMPLETE
70282026-09-04T23:39:53.617Z[ recovery-image] Sep 04 23:39:52.584 INFO O| Sep 04 23:39:52.584 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-09-04T23:39:53.625Z[ recovery-image] Sep 04 23:39:52.593 INFO O| Sep 04 23:39:52.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
70302026-09-04T23:39:53.626Z[ recovery-image] Sep 04 23:39:52.593 INFO O| Sep 04 23:39:52.593 INFO STEP 452 (remove_files) COMPLETE
70312026-09-04T23:39:53.626Z[ recovery-image] Sep 04 23:39:52.593 INFO O| Sep 04 23:39:52.593 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-09-04T23:39:53.634Z[ recovery-image] Sep 04 23:39:52.602 INFO O| Sep 04 23:39:52.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
70332026-09-04T23:39:53.635Z[ recovery-image] Sep 04 23:39:52.602 INFO O| Sep 04 23:39:52.602 INFO STEP 453 (remove_files) COMPLETE
70342026-09-04T23:39:53.635Z[ recovery-image] Sep 04 23:39:52.602 INFO O| Sep 04 23:39:52.602 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-09-04T23:39:53.643Z[ recovery-image] Sep 04 23:39:52.611 INFO O| Sep 04 23:39:52.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
70362026-09-04T23:39:53.644Z[ recovery-image] Sep 04 23:39:52.611 INFO O| Sep 04 23:39:52.611 INFO STEP 454 (remove_files) COMPLETE
70372026-09-04T23:39:53.644Z[ recovery-image] Sep 04 23:39:52.611 INFO O| Sep 04 23:39:52.611 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-09-04T23:39:53.652Z[ recovery-image] Sep 04 23:39:52.620 INFO O| Sep 04 23:39:52.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
70392026-09-04T23:39:53.652Z[ recovery-image] Sep 04 23:39:52.620 INFO O| Sep 04 23:39:52.620 INFO STEP 455 (remove_files) COMPLETE
70402026-09-04T23:39:53.652Z[ recovery-image] Sep 04 23:39:52.620 INFO O| Sep 04 23:39:52.620 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-09-04T23:39:53.662Z[ recovery-image] Sep 04 23:39:52.629 INFO O| Sep 04 23:39:52.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
70422026-09-04T23:39:53.662Z[ recovery-image] Sep 04 23:39:52.629 INFO O| Sep 04 23:39:52.629 INFO STEP 456 (remove_files) COMPLETE
70432026-09-04T23:39:53.662Z[ recovery-image] Sep 04 23:39:52.629 INFO O| Sep 04 23:39:52.629 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-09-04T23:39:53.670Z[ recovery-image] Sep 04 23:39:52.638 INFO O| Sep 04 23:39:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
70452026-09-04T23:39:53.671Z[ recovery-image] Sep 04 23:39:52.638 INFO O| Sep 04 23:39:52.638 INFO STEP 457 (remove_files) COMPLETE
70462026-09-04T23:39:53.674Z[ recovery-image] Sep 04 23:39:52.638 INFO O| Sep 04 23:39:52.638 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-09-04T23:39:53.680Z[ recovery-image] Sep 04 23:39:52.647 INFO O| Sep 04 23:39:52.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
70482026-09-04T23:39:53.680Z[ recovery-image] Sep 04 23:39:52.647 INFO O| Sep 04 23:39:52.647 INFO STEP 458 (remove_files) COMPLETE
70492026-09-04T23:39:53.680Z[ recovery-image] Sep 04 23:39:52.647 INFO O| Sep 04 23:39:52.647 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-09-04T23:39:53.689Z[ recovery-image] Sep 04 23:39:52.655 INFO O| Sep 04 23:39:52.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
70512026-09-04T23:39:53.689Z[ recovery-image] Sep 04 23:39:52.655 INFO O| Sep 04 23:39:52.655 INFO STEP 459 (remove_files) COMPLETE
70522026-09-04T23:39:53.689Z[ recovery-image] Sep 04 23:39:52.655 INFO O| Sep 04 23:39:52.655 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-09-04T23:39:53.697Z[ recovery-image] Sep 04 23:39:52.664 INFO O| Sep 04 23:39:52.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
70542026-09-04T23:39:53.697Z[ recovery-image] Sep 04 23:39:52.664 INFO O| Sep 04 23:39:52.664 INFO STEP 460 (remove_files) COMPLETE
70552026-09-04T23:39:53.697Z[ recovery-image] Sep 04 23:39:52.664 INFO O| Sep 04 23:39:52.664 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-09-04T23:39:53.706Z[ recovery-image] Sep 04 23:39:52.673 INFO O| Sep 04 23:39:52.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
70572026-09-04T23:39:53.706Z[ recovery-image] Sep 04 23:39:52.673 INFO O| Sep 04 23:39:52.673 INFO STEP 461 (remove_files) COMPLETE
70582026-09-04T23:39:53.706Z[ recovery-image] Sep 04 23:39:52.673 INFO O| Sep 04 23:39:52.673 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-09-04T23:39:53.714Z[ recovery-image] Sep 04 23:39:52.682 INFO O| Sep 04 23:39:52.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
70602026-09-04T23:39:53.714Z[ recovery-image] Sep 04 23:39:52.682 INFO O| Sep 04 23:39:52.682 INFO STEP 462 (remove_files) COMPLETE
70612026-09-04T23:39:53.714Z[ recovery-image] Sep 04 23:39:52.682 INFO O| Sep 04 23:39:52.682 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-09-04T23:39:53.725Z[ recovery-image] Sep 04 23:39:52.692 INFO O| Sep 04 23:39:52.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
70632026-09-04T23:39:53.725Z[ recovery-image] Sep 04 23:39:52.692 INFO O| Sep 04 23:39:52.692 INFO STEP 463 (remove_files) COMPLETE
70642026-09-04T23:39:53.725Z[ recovery-image] Sep 04 23:39:52.692 INFO O| Sep 04 23:39:52.692 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-09-04T23:39:53.735Z[ recovery-image] Sep 04 23:39:52.702 INFO O| Sep 04 23:39:52.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
70662026-09-04T23:39:53.735Z[ recovery-image] Sep 04 23:39:52.702 INFO O| Sep 04 23:39:52.702 INFO STEP 464 (remove_files) COMPLETE
70672026-09-04T23:39:53.735Z[ recovery-image] Sep 04 23:39:52.702 INFO O| Sep 04 23:39:52.702 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-09-04T23:39:53.744Z[ recovery-image] Sep 04 23:39:52.712 INFO O| Sep 04 23:39:52.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
70692026-09-04T23:39:53.744Z[ recovery-image] Sep 04 23:39:52.712 INFO O| Sep 04 23:39:52.712 INFO STEP 465 (remove_files) COMPLETE
70702026-09-04T23:39:53.744Z[ recovery-image] Sep 04 23:39:52.712 INFO O| Sep 04 23:39:52.712 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-09-04T23:39:53.755Z[ recovery-image] Sep 04 23:39:52.723 INFO O| Sep 04 23:39:52.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
70722026-09-04T23:39:53.755Z[ recovery-image] Sep 04 23:39:52.723 INFO O| Sep 04 23:39:52.723 INFO STEP 466 (remove_files) COMPLETE
70732026-09-04T23:39:53.756Z[ recovery-image] Sep 04 23:39:52.723 INFO O| Sep 04 23:39:52.723 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-09-04T23:39:53.766Z[ recovery-image] Sep 04 23:39:52.733 INFO O| Sep 04 23:39:52.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
70752026-09-04T23:39:53.766Z[ recovery-image] Sep 04 23:39:52.733 INFO O| Sep 04 23:39:52.733 INFO STEP 467 (remove_files) COMPLETE
70762026-09-04T23:39:53.766Z[ recovery-image] Sep 04 23:39:52.733 INFO O| Sep 04 23:39:52.733 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-09-04T23:39:53.778Z[ recovery-image] Sep 04 23:39:52.744 INFO O| Sep 04 23:39:52.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
70782026-09-04T23:39:53.779Z[ recovery-image] Sep 04 23:39:52.744 INFO O| Sep 04 23:39:52.744 INFO STEP 468 (remove_files) COMPLETE
70792026-09-04T23:39:53.782Z[ recovery-image] Sep 04 23:39:52.744 INFO O| Sep 04 23:39:52.744 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-09-04T23:39:53.786Z[ recovery-image] Sep 04 23:39:52.754 INFO O| Sep 04 23:39:52.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
70812026-09-04T23:39:53.786Z[ recovery-image] Sep 04 23:39:52.754 INFO O| Sep 04 23:39:52.754 INFO STEP 469 (remove_files) COMPLETE
70822026-09-04T23:39:53.786Z[ recovery-image] Sep 04 23:39:52.754 INFO O| Sep 04 23:39:52.754 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-09-04T23:39:53.797Z[ recovery-image] Sep 04 23:39:52.764 INFO O| Sep 04 23:39:52.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
70842026-09-04T23:39:53.797Z[ recovery-image] Sep 04 23:39:52.764 INFO O| Sep 04 23:39:52.764 INFO STEP 470 (remove_files) COMPLETE
70852026-09-04T23:39:53.797Z[ recovery-image] Sep 04 23:39:52.764 INFO O| Sep 04 23:39:52.764 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-09-04T23:39:53.808Z[ recovery-image] Sep 04 23:39:52.775 INFO O| Sep 04 23:39:52.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
70872026-09-04T23:39:53.808Z[ recovery-image] Sep 04 23:39:52.775 INFO O| Sep 04 23:39:52.775 INFO STEP 471 (remove_files) COMPLETE
70882026-09-04T23:39:53.812Z[ recovery-image] Sep 04 23:39:52.775 INFO O| Sep 04 23:39:52.775 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-09-04T23:39:53.822Z[ recovery-image] Sep 04 23:39:52.786 INFO O| Sep 04 23:39:52.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
70902026-09-04T23:39:53.823Z[ recovery-image] Sep 04 23:39:52.786 INFO O| Sep 04 23:39:52.786 INFO STEP 472 (remove_files) COMPLETE
70912026-09-04T23:39:53.823Z[ recovery-image] Sep 04 23:39:52.786 INFO O| Sep 04 23:39:52.786 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-09-04T23:39:53.835Z[ recovery-image] Sep 04 23:39:52.799 INFO O| Sep 04 23:39:52.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
70932026-09-04T23:39:53.835Z[ recovery-image] Sep 04 23:39:52.799 INFO O| Sep 04 23:39:52.799 INFO STEP 473 (remove_files) COMPLETE
70942026-09-04T23:39:53.835Z[ recovery-image] Sep 04 23:39:52.799 INFO O| Sep 04 23:39:52.799 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-09-04T23:39:53.842Z[ recovery-image] Sep 04 23:39:52.810 INFO O| Sep 04 23:39:52.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
70962026-09-04T23:39:53.843Z[ recovery-image] Sep 04 23:39:52.810 INFO O| Sep 04 23:39:52.810 INFO STEP 474 (remove_files) COMPLETE
70972026-09-04T23:39:53.843Z[ recovery-image] Sep 04 23:39:52.810 INFO O| Sep 04 23:39:52.810 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-09-04T23:39:53.851Z[ recovery-image] Sep 04 23:39:52.819 INFO O| Sep 04 23:39:52.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
70992026-09-04T23:39:53.852Z[ recovery-image] Sep 04 23:39:52.819 INFO O| Sep 04 23:39:52.819 INFO STEP 475 (remove_files) COMPLETE
71002026-09-04T23:39:53.852Z[ recovery-image] Sep 04 23:39:52.819 INFO O| Sep 04 23:39:52.819 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-09-04T23:39:53.861Z[ recovery-image] Sep 04 23:39:52.828 INFO O| Sep 04 23:39:52.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
71022026-09-04T23:39:53.861Z[ recovery-image] Sep 04 23:39:52.828 INFO O| Sep 04 23:39:52.828 INFO STEP 476 (remove_files) COMPLETE
71032026-09-04T23:39:53.861Z[ recovery-image] Sep 04 23:39:52.828 INFO O| Sep 04 23:39:52.828 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-09-04T23:39:53.869Z[ recovery-image] Sep 04 23:39:52.837 INFO O| Sep 04 23:39:52.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
71052026-09-04T23:39:53.869Z[ recovery-image] Sep 04 23:39:52.837 INFO O| Sep 04 23:39:52.837 INFO STEP 477 (remove_files) COMPLETE
71062026-09-04T23:39:53.870Z[ recovery-image] Sep 04 23:39:52.837 INFO O| Sep 04 23:39:52.837 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-09-04T23:39:53.880Z[ recovery-image] Sep 04 23:39:52.847 INFO O| Sep 04 23:39:52.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
71082026-09-04T23:39:53.880Z[ recovery-image] Sep 04 23:39:52.847 INFO O| Sep 04 23:39:52.847 INFO STEP 478 (remove_files) COMPLETE
71092026-09-04T23:39:53.880Z[ recovery-image] Sep 04 23:39:52.847 INFO O| Sep 04 23:39:52.847 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-09-04T23:39:53.891Z[ recovery-image] Sep 04 23:39:52.858 INFO O| Sep 04 23:39:52.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
71112026-09-04T23:39:53.891Z[ recovery-image] Sep 04 23:39:52.858 INFO O| Sep 04 23:39:52.858 INFO STEP 479 (remove_files) COMPLETE
71122026-09-04T23:39:53.891Z[ recovery-image] Sep 04 23:39:52.858 INFO O| Sep 04 23:39:52.858 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-09-04T23:39:53.901Z[ recovery-image] Sep 04 23:39:52.868 INFO O| Sep 04 23:39:52.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
71142026-09-04T23:39:53.905Z[ recovery-image] Sep 04 23:39:52.869 INFO O| Sep 04 23:39:52.869 INFO STEP 480 (remove_files) COMPLETE
71152026-09-04T23:39:53.905Z[ recovery-image] Sep 04 23:39:52.869 INFO O| Sep 04 23:39:52.869 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-09-04T23:39:53.912Z[ recovery-image] Sep 04 23:39:52.879 INFO O| Sep 04 23:39:52.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
71172026-09-04T23:39:53.912Z[ recovery-image] Sep 04 23:39:52.879 INFO O| Sep 04 23:39:52.879 INFO STEP 481 (remove_files) COMPLETE
71182026-09-04T23:39:53.912Z[ recovery-image] Sep 04 23:39:52.879 INFO O| Sep 04 23:39:52.879 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-09-04T23:39:53.921Z[ recovery-image] Sep 04 23:39:52.889 INFO O| Sep 04 23:39:52.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
71202026-09-04T23:39:53.921Z[ recovery-image] Sep 04 23:39:52.889 INFO O| Sep 04 23:39:52.889 INFO STEP 482 (remove_files) COMPLETE
71212026-09-04T23:39:53.921Z[ recovery-image] Sep 04 23:39:52.889 INFO O| Sep 04 23:39:52.889 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-09-04T23:39:53.931Z[ recovery-image] Sep 04 23:39:52.899 INFO O| Sep 04 23:39:52.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
71232026-09-04T23:39:53.931Z[ recovery-image] Sep 04 23:39:52.899 INFO O| Sep 04 23:39:52.899 INFO STEP 483 (remove_files) COMPLETE
71242026-09-04T23:39:53.931Z[ recovery-image] Sep 04 23:39:52.899 INFO O| Sep 04 23:39:52.899 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-09-04T23:39:53.941Z[ recovery-image] Sep 04 23:39:52.908 INFO O| Sep 04 23:39:52.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
71262026-09-04T23:39:53.941Z[ recovery-image] Sep 04 23:39:52.908 INFO O| Sep 04 23:39:52.908 INFO STEP 484 (remove_files) COMPLETE
71272026-09-04T23:39:53.941Z[ recovery-image] Sep 04 23:39:52.908 INFO O| Sep 04 23:39:52.908 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-09-04T23:39:53.954Z[ recovery-image] Sep 04 23:39:52.922 INFO O| Sep 04 23:39:52.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
71292026-09-04T23:39:53.955Z[ recovery-image] Sep 04 23:39:52.922 INFO O| Sep 04 23:39:52.922 INFO STEP 485 (remove_files) COMPLETE
71302026-09-04T23:39:53.958Z[ recovery-image] Sep 04 23:39:52.922 INFO O| Sep 04 23:39:52.922 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-09-04T23:39:53.965Z[ recovery-image] Sep 04 23:39:52.933 INFO O| Sep 04 23:39:52.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
71322026-09-04T23:39:53.965Z[ recovery-image] Sep 04 23:39:52.933 INFO O| Sep 04 23:39:52.933 INFO STEP 486 (remove_files) COMPLETE
71332026-09-04T23:39:53.968Z[ recovery-image] Sep 04 23:39:52.933 INFO O| Sep 04 23:39:52.933 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-09-04T23:39:53.975Z[ recovery-image] Sep 04 23:39:52.942 INFO O| Sep 04 23:39:52.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
71352026-09-04T23:39:53.975Z[ recovery-image] Sep 04 23:39:52.943 INFO O| Sep 04 23:39:52.943 INFO STEP 487 (remove_files) COMPLETE
71362026-09-04T23:39:53.975Z[ recovery-image] Sep 04 23:39:52.943 INFO O| Sep 04 23:39:52.943 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-09-04T23:39:53.984Z[ recovery-image] Sep 04 23:39:52.952 INFO O| Sep 04 23:39:52.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
71382026-09-04T23:39:53.984Z[ recovery-image] Sep 04 23:39:52.952 INFO O| Sep 04 23:39:52.952 INFO STEP 488 (remove_files) COMPLETE
71392026-09-04T23:39:53.984Z[ recovery-image] Sep 04 23:39:52.952 INFO O| Sep 04 23:39:52.952 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-09-04T23:39:53.994Z[ recovery-image] Sep 04 23:39:52.961 INFO O| Sep 04 23:39:52.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
71412026-09-04T23:39:53.994Z[ recovery-image] Sep 04 23:39:52.961 INFO O| Sep 04 23:39:52.961 INFO STEP 489 (remove_files) COMPLETE
71422026-09-04T23:39:53.994Z[ recovery-image] Sep 04 23:39:52.961 INFO O| Sep 04 23:39:52.961 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-09-04T23:39:54.003Z[ recovery-image] Sep 04 23:39:52.970 INFO O| Sep 04 23:39:52.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
71442026-09-04T23:39:54.007Z[ recovery-image] Sep 04 23:39:52.973 INFO O| Sep 04 23:39:52.973 INFO STEP 490 (remove_files) COMPLETE
71452026-09-04T23:39:54.007Z[ recovery-image] Sep 04 23:39:52.973 INFO O| Sep 04 23:39:52.973 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-09-04T23:39:54.014Z[ recovery-image] Sep 04 23:39:52.982 INFO O| Sep 04 23:39:52.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
71472026-09-04T23:39:54.018Z[ recovery-image] Sep 04 23:39:52.983 INFO O| Sep 04 23:39:52.983 INFO STEP 491 (remove_files) COMPLETE
71482026-09-04T23:39:54.018Z[ recovery-image] Sep 04 23:39:52.983 INFO O| Sep 04 23:39:52.983 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-09-04T23:39:54.024Z[ recovery-image] Sep 04 23:39:52.991 INFO O| Sep 04 23:39:52.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
71502026-09-04T23:39:54.028Z[ recovery-image] Sep 04 23:39:52.992 INFO O| Sep 04 23:39:52.992 INFO STEP 492 (remove_files) COMPLETE
71512026-09-04T23:39:54.028Z[ recovery-image] Sep 04 23:39:52.992 INFO O| Sep 04 23:39:52.992 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-09-04T23:39:54.034Z[ recovery-image] Sep 04 23:39:53.001 INFO O| Sep 04 23:39:53.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
71532026-09-04T23:39:54.034Z[ recovery-image] Sep 04 23:39:53.001 INFO O| Sep 04 23:39:53.001 INFO STEP 493 (remove_files) COMPLETE
71542026-09-04T23:39:54.038Z[ recovery-image] Sep 04 23:39:53.001 INFO O| Sep 04 23:39:53.001 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-09-04T23:39:54.042Z[ recovery-image] Sep 04 23:39:53.009 INFO O| Sep 04 23:39:53.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
71562026-09-04T23:39:54.042Z[ recovery-image] Sep 04 23:39:53.009 INFO O| Sep 04 23:39:53.009 INFO STEP 494 (remove_files) COMPLETE
71572026-09-04T23:39:54.043Z[ recovery-image] Sep 04 23:39:53.009 INFO O| Sep 04 23:39:53.009 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-09-04T23:39:54.049Z[ recovery-image] Sep 04 23:39:53.017 INFO O| Sep 04 23:39:53.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
71592026-09-04T23:39:54.050Z[ recovery-image] Sep 04 23:39:53.017 INFO O| Sep 04 23:39:53.017 INFO STEP 495 (remove_files) COMPLETE
71602026-09-04T23:39:54.050Z[ recovery-image] Sep 04 23:39:53.017 INFO O| Sep 04 23:39:53.017 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-09-04T23:39:54.057Z[ recovery-image] Sep 04 23:39:53.024 INFO O| Sep 04 23:39:53.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
71622026-09-04T23:39:54.057Z[ recovery-image] Sep 04 23:39:53.024 INFO O| Sep 04 23:39:53.024 INFO STEP 496 (remove_files) COMPLETE
71632026-09-04T23:39:54.060Z[ recovery-image] Sep 04 23:39:53.024 INFO O| Sep 04 23:39:53.024 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-09-04T23:39:54.064Z[ recovery-image] Sep 04 23:39:53.032 INFO O| Sep 04 23:39:53.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
71652026-09-04T23:39:54.064Z[ recovery-image] Sep 04 23:39:53.032 INFO O| Sep 04 23:39:53.032 INFO STEP 497 (remove_files) COMPLETE
71662026-09-04T23:39:54.064Z[ recovery-image] Sep 04 23:39:53.032 INFO O| Sep 04 23:39:53.032 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-09-04T23:39:54.072Z[ recovery-image] Sep 04 23:39:53.039 INFO O| Sep 04 23:39:53.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
71682026-09-04T23:39:54.072Z[ recovery-image] Sep 04 23:39:53.039 INFO O| Sep 04 23:39:53.039 INFO STEP 498 (remove_files) COMPLETE
71692026-09-04T23:39:54.072Z[ recovery-image] Sep 04 23:39:53.039 INFO O| Sep 04 23:39:53.039 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-09-04T23:39:54.083Z[ recovery-image] Sep 04 23:39:53.050 INFO O| Sep 04 23:39:53.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
71712026-09-04T23:39:54.083Z[ recovery-image] Sep 04 23:39:53.050 INFO O| Sep 04 23:39:53.050 INFO STEP 499 (remove_files) COMPLETE
71722026-09-04T23:39:54.083Z[ recovery-image] Sep 04 23:39:53.050 INFO O| Sep 04 23:39:53.050 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-09-04T23:39:54.095Z[ recovery-image] Sep 04 23:39:53.061 INFO O| Sep 04 23:39:53.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
71742026-09-04T23:39:54.095Z[ recovery-image] Sep 04 23:39:53.061 INFO O| Sep 04 23:39:53.061 INFO STEP 500 (remove_files) COMPLETE
71752026-09-04T23:39:54.095Z[ recovery-image] Sep 04 23:39:53.061 INFO O| Sep 04 23:39:53.061 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-09-04T23:39:54.105Z[ recovery-image] Sep 04 23:39:53.072 INFO O| Sep 04 23:39:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
71772026-09-04T23:39:54.106Z[ recovery-image] Sep 04 23:39:53.072 INFO O| Sep 04 23:39:53.072 INFO STEP 501 (remove_files) COMPLETE
71782026-09-04T23:39:54.106Z[ recovery-image] Sep 04 23:39:53.072 INFO O| Sep 04 23:39:53.072 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-09-04T23:39:54.116Z[ recovery-image] Sep 04 23:39:53.082 INFO O| Sep 04 23:39:53.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
71802026-09-04T23:39:54.116Z[ recovery-image] Sep 04 23:39:53.082 INFO O| Sep 04 23:39:53.082 INFO STEP 502 (remove_files) COMPLETE
71812026-09-04T23:39:54.117Z[ recovery-image] Sep 04 23:39:53.082 INFO O| Sep 04 23:39:53.082 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-09-04T23:39:54.125Z[ recovery-image] Sep 04 23:39:53.092 INFO O| Sep 04 23:39:53.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
71832026-09-04T23:39:54.125Z[ recovery-image] Sep 04 23:39:53.092 INFO O| Sep 04 23:39:53.092 INFO STEP 503 (remove_files) COMPLETE
71842026-09-04T23:39:54.125Z[ recovery-image] Sep 04 23:39:53.092 INFO O| Sep 04 23:39:53.092 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-09-04T23:39:54.136Z[ recovery-image] Sep 04 23:39:53.103 INFO O| Sep 04 23:39:53.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
71862026-09-04T23:39:54.136Z[ recovery-image] Sep 04 23:39:53.104 INFO O| Sep 04 23:39:53.103 INFO STEP 504 (remove_files) COMPLETE
71872026-09-04T23:39:54.136Z[ recovery-image] Sep 04 23:39:53.104 INFO O| Sep 04 23:39:53.104 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-09-04T23:39:54.146Z[ recovery-image] Sep 04 23:39:53.113 INFO O| Sep 04 23:39:53.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
71892026-09-04T23:39:54.146Z[ recovery-image] Sep 04 23:39:53.113 INFO O| Sep 04 23:39:53.113 INFO STEP 505 (remove_files) COMPLETE
71902026-09-04T23:39:54.150Z[ recovery-image] Sep 04 23:39:53.113 INFO O| Sep 04 23:39:53.113 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-09-04T23:39:54.154Z[ recovery-image] Sep 04 23:39:53.121 INFO O| Sep 04 23:39:53.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
71922026-09-04T23:39:54.154Z[ recovery-image] Sep 04 23:39:53.121 INFO O| Sep 04 23:39:53.121 INFO STEP 506 (remove_files) COMPLETE
71932026-09-04T23:39:54.154Z[ recovery-image] Sep 04 23:39:53.121 INFO O| Sep 04 23:39:53.121 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-09-04T23:39:54.163Z[ recovery-image] Sep 04 23:39:53.129 INFO O| Sep 04 23:39:53.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
71952026-09-04T23:39:54.163Z[ recovery-image] Sep 04 23:39:53.129 INFO O| Sep 04 23:39:53.129 INFO STEP 507 (remove_files) COMPLETE
71962026-09-04T23:39:54.163Z[ recovery-image] Sep 04 23:39:53.129 INFO O| Sep 04 23:39:53.129 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-09-04T23:39:54.174Z[ recovery-image] Sep 04 23:39:53.140 INFO O| Sep 04 23:39:53.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
71982026-09-04T23:39:54.174Z[ recovery-image] Sep 04 23:39:53.140 INFO O| Sep 04 23:39:53.140 INFO STEP 508 (remove_files) COMPLETE
71992026-09-04T23:39:54.174Z[ recovery-image] Sep 04 23:39:53.140 INFO O| Sep 04 23:39:53.140 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-09-04T23:39:54.184Z[ recovery-image] Sep 04 23:39:53.150 INFO O| Sep 04 23:39:53.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
72012026-09-04T23:39:54.184Z[ recovery-image] Sep 04 23:39:53.150 INFO O| Sep 04 23:39:53.150 INFO STEP 509 (remove_files) COMPLETE
72022026-09-04T23:39:54.184Z[ recovery-image] Sep 04 23:39:53.150 INFO O| Sep 04 23:39:53.150 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-09-04T23:39:54.192Z[ recovery-image] Sep 04 23:39:53.160 INFO O| Sep 04 23:39:53.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
72042026-09-04T23:39:54.192Z[ recovery-image] Sep 04 23:39:53.160 INFO O| Sep 04 23:39:53.160 INFO STEP 510 (remove_files) COMPLETE
72052026-09-04T23:39:54.192Z[ recovery-image] Sep 04 23:39:53.160 INFO O| Sep 04 23:39:53.160 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-09-04T23:39:54.202Z[ recovery-image] Sep 04 23:39:53.169 INFO O| Sep 04 23:39:53.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
72072026-09-04T23:39:54.202Z[ recovery-image] Sep 04 23:39:53.169 INFO O| Sep 04 23:39:53.169 INFO STEP 511 (remove_files) COMPLETE
72082026-09-04T23:39:54.206Z[ recovery-image] Sep 04 23:39:53.169 INFO O| Sep 04 23:39:53.169 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-09-04T23:39:54.213Z[ recovery-image] Sep 04 23:39:53.181 INFO O| Sep 04 23:39:53.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
72102026-09-04T23:39:54.213Z[ recovery-image] Sep 04 23:39:53.181 INFO O| Sep 04 23:39:53.181 INFO STEP 512 (remove_files) COMPLETE
72112026-09-04T23:39:54.213Z[ recovery-image] Sep 04 23:39:53.181 INFO O| Sep 04 23:39:53.181 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-09-04T23:39:54.223Z[ recovery-image] Sep 04 23:39:53.191 INFO O| Sep 04 23:39:53.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
72132026-09-04T23:39:54.223Z[ recovery-image] Sep 04 23:39:53.191 INFO O| Sep 04 23:39:53.191 INFO STEP 513 (remove_files) COMPLETE
72142026-09-04T23:39:54.227Z[ recovery-image] Sep 04 23:39:53.191 INFO O| Sep 04 23:39:53.191 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-09-04T23:39:54.234Z[ recovery-image] Sep 04 23:39:53.200 INFO O| Sep 04 23:39:53.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
72162026-09-04T23:39:54.234Z[ recovery-image] Sep 04 23:39:53.201 INFO O| Sep 04 23:39:53.201 INFO STEP 514 (remove_files) COMPLETE
72172026-09-04T23:39:54.234Z[ recovery-image] Sep 04 23:39:53.201 INFO O| Sep 04 23:39:53.201 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-09-04T23:39:54.244Z[ recovery-image] Sep 04 23:39:53.211 INFO O| Sep 04 23:39:53.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
72192026-09-04T23:39:54.248Z[ recovery-image] Sep 04 23:39:53.212 INFO O| Sep 04 23:39:53.212 INFO STEP 515 (remove_files) COMPLETE
72202026-09-04T23:39:54.248Z[ recovery-image] Sep 04 23:39:53.212 INFO O| Sep 04 23:39:53.212 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-09-04T23:39:54.259Z[ recovery-image] Sep 04 23:39:53.221 INFO O| Sep 04 23:39:53.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
72222026-09-04T23:39:54.259Z[ recovery-image] Sep 04 23:39:53.221 INFO O| Sep 04 23:39:53.221 INFO STEP 516 (remove_files) COMPLETE
72232026-09-04T23:39:54.259Z[ recovery-image] Sep 04 23:39:53.221 INFO O| Sep 04 23:39:53.221 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-09-04T23:39:54.265Z[ recovery-image] Sep 04 23:39:53.233 INFO O| Sep 04 23:39:53.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
72252026-09-04T23:39:54.266Z[ recovery-image] Sep 04 23:39:53.233 INFO O| Sep 04 23:39:53.233 INFO STEP 517 (remove_files) COMPLETE
72262026-09-04T23:39:54.270Z[ recovery-image] Sep 04 23:39:53.233 INFO O| Sep 04 23:39:53.233 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-09-04T23:39:54.281Z[ recovery-image] Sep 04 23:39:53.246 INFO O| Sep 04 23:39:53.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
72282026-09-04T23:39:54.281Z[ recovery-image] Sep 04 23:39:53.246 INFO O| Sep 04 23:39:53.246 INFO STEP 518 (remove_files) COMPLETE
72292026-09-04T23:39:54.286Z[ recovery-image] Sep 04 23:39:53.246 INFO O| Sep 04 23:39:53.246 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.258 INFO O| Sep 04 23:39:53.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
72312026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.258 INFO O| Sep 04 23:39:53.258 INFO STEP 519 (remove_files) COMPLETE
72322026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.258 INFO O| Sep 04 23:39:53.258 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.268 INFO O| Sep 04 23:39:53.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
72342026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.268 INFO O| Sep 04 23:39:53.268 INFO STEP 520 (remove_files) COMPLETE
72352026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.268 INFO O| Sep 04 23:39:53.268 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.279 INFO O| Sep 04 23:39:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
72372026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.279 INFO O| Sep 04 23:39:53.279 INFO STEP 521 (remove_files) COMPLETE
72382026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.279 INFO O| Sep 04 23:39:53.279 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.289 INFO O| Sep 04 23:39:53.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
72402026-09-04T23:39:54.344Z[ recovery-image] Sep 04 23:39:53.289 INFO O| Sep 04 23:39:53.289 INFO STEP 522 (remove_files) COMPLETE
72412026-09-04T23:39:54.345Z[ recovery-image] Sep 04 23:39:53.289 INFO O| Sep 04 23:39:53.289 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-09-04T23:39:54.345Z[ recovery-image] Sep 04 23:39:53.300 INFO O| Sep 04 23:39:53.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
72432026-09-04T23:39:54.345Z[ recovery-image] Sep 04 23:39:53.300 INFO O| Sep 04 23:39:53.300 INFO STEP 523 (remove_files) COMPLETE
72442026-09-04T23:39:54.345Z[ recovery-image] Sep 04 23:39:53.300 INFO O| Sep 04 23:39:53.300 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-09-04T23:39:54.348Z[ recovery-image] Sep 04 23:39:53.310 INFO O| Sep 04 23:39:53.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
72462026-09-04T23:39:54.348Z[ recovery-image] Sep 04 23:39:53.310 INFO O| Sep 04 23:39:53.310 INFO STEP 524 (remove_files) COMPLETE
72472026-09-04T23:39:54.348Z[ recovery-image] Sep 04 23:39:53.310 INFO O| Sep 04 23:39:53.310 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-09-04T23:39:54.353Z[ recovery-image] Sep 04 23:39:53.321 INFO O| Sep 04 23:39:53.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
72492026-09-04T23:39:54.353Z[ recovery-image] Sep 04 23:39:53.321 INFO O| Sep 04 23:39:53.321 INFO STEP 525 (remove_files) COMPLETE
72502026-09-04T23:39:54.354Z[ recovery-image] Sep 04 23:39:53.321 INFO O| Sep 04 23:39:53.321 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-09-04T23:39:54.365Z[ recovery-image] Sep 04 23:39:53.332 INFO O| Sep 04 23:39:53.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
72522026-09-04T23:39:54.365Z[ recovery-image] Sep 04 23:39:53.332 INFO O| Sep 04 23:39:53.332 INFO STEP 526 (remove_files) COMPLETE
72532026-09-04T23:39:54.365Z[ recovery-image] Sep 04 23:39:53.332 INFO O| Sep 04 23:39:53.332 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-09-04T23:39:54.376Z[ recovery-image] Sep 04 23:39:53.344 INFO O| Sep 04 23:39:53.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
72552026-09-04T23:39:54.376Z[ recovery-image] Sep 04 23:39:53.344 INFO O| Sep 04 23:39:53.344 INFO STEP 527 (remove_files) COMPLETE
72562026-09-04T23:39:54.380Z[ recovery-image] Sep 04 23:39:53.344 INFO O| Sep 04 23:39:53.344 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-09-04T23:39:54.384Z[ recovery-image] Sep 04 23:39:53.352 INFO O| Sep 04 23:39:53.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
72582026-09-04T23:39:54.385Z[ recovery-image] Sep 04 23:39:53.352 INFO O| Sep 04 23:39:53.352 INFO STEP 528 (remove_files) COMPLETE
72592026-09-04T23:39:54.388Z[ recovery-image] Sep 04 23:39:53.352 INFO O| Sep 04 23:39:53.352 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-09-04T23:39:54.395Z[ recovery-image] Sep 04 23:39:53.361 INFO O| Sep 04 23:39:53.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
72612026-09-04T23:39:54.399Z[ recovery-image] Sep 04 23:39:53.362 INFO O| Sep 04 23:39:53.362 INFO STEP 529 (remove_files) COMPLETE
72622026-09-04T23:39:54.399Z[ recovery-image] Sep 04 23:39:53.362 INFO O| Sep 04 23:39:53.362 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-09-04T23:39:54.406Z[ recovery-image] Sep 04 23:39:53.373 INFO O| Sep 04 23:39:53.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
72642026-09-04T23:39:54.406Z[ recovery-image] Sep 04 23:39:53.373 INFO O| Sep 04 23:39:53.373 INFO STEP 530 (remove_files) COMPLETE
72652026-09-04T23:39:54.406Z[ recovery-image] Sep 04 23:39:53.373 INFO O| Sep 04 23:39:53.373 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-09-04T23:39:54.416Z[ recovery-image] Sep 04 23:39:53.384 INFO O| Sep 04 23:39:53.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
72672026-09-04T23:39:54.417Z[ recovery-image] Sep 04 23:39:53.384 INFO O| Sep 04 23:39:53.384 INFO STEP 531 (remove_files) COMPLETE
72682026-09-04T23:39:54.417Z[ recovery-image] Sep 04 23:39:53.384 INFO O| Sep 04 23:39:53.384 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-09-04T23:39:54.426Z[ recovery-image] Sep 04 23:39:53.393 INFO O| Sep 04 23:39:53.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
72702026-09-04T23:39:54.427Z[ recovery-image] Sep 04 23:39:53.393 INFO O| Sep 04 23:39:53.393 INFO STEP 532 (remove_files) COMPLETE
72712026-09-04T23:39:54.427Z[ recovery-image] Sep 04 23:39:53.393 INFO O| Sep 04 23:39:53.393 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-09-04T23:39:54.435Z[ recovery-image] Sep 04 23:39:53.403 INFO O| Sep 04 23:39:53.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
72732026-09-04T23:39:54.436Z[ recovery-image] Sep 04 23:39:53.403 INFO O| Sep 04 23:39:53.403 INFO STEP 533 (remove_files) COMPLETE
72742026-09-04T23:39:54.436Z[ recovery-image] Sep 04 23:39:53.403 INFO O| Sep 04 23:39:53.403 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-09-04T23:39:54.445Z[ recovery-image] Sep 04 23:39:53.412 INFO O| Sep 04 23:39:53.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
72762026-09-04T23:39:54.445Z[ recovery-image] Sep 04 23:39:53.413 INFO O| Sep 04 23:39:53.412 INFO STEP 534 (remove_files) COMPLETE
72772026-09-04T23:39:54.445Z[ recovery-image] Sep 04 23:39:53.413 INFO O| Sep 04 23:39:53.413 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-09-04T23:39:54.453Z[ recovery-image] Sep 04 23:39:53.421 INFO O| Sep 04 23:39:53.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
72792026-09-04T23:39:54.454Z[ recovery-image] Sep 04 23:39:53.421 INFO O| Sep 04 23:39:53.421 INFO STEP 535 (remove_files) COMPLETE
72802026-09-04T23:39:54.454Z[ recovery-image] Sep 04 23:39:53.421 INFO O| Sep 04 23:39:53.421 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-09-04T23:39:54.461Z[ recovery-image] Sep 04 23:39:53.428 INFO O| Sep 04 23:39:53.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
72822026-09-04T23:39:54.461Z[ recovery-image] Sep 04 23:39:53.428 INFO O| Sep 04 23:39:53.428 INFO STEP 536 (remove_files) COMPLETE
72832026-09-04T23:39:54.461Z[ recovery-image] Sep 04 23:39:53.428 INFO O| Sep 04 23:39:53.428 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-09-04T23:39:54.470Z[ recovery-image] Sep 04 23:39:53.437 INFO O| Sep 04 23:39:53.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
72852026-09-04T23:39:54.470Z[ recovery-image] Sep 04 23:39:53.437 INFO O| Sep 04 23:39:53.437 INFO STEP 537 (remove_files) COMPLETE
72862026-09-04T23:39:54.470Z[ recovery-image] Sep 04 23:39:53.437 INFO O| Sep 04 23:39:53.437 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-09-04T23:39:54.479Z[ recovery-image] Sep 04 23:39:53.446 INFO O| Sep 04 23:39:53.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
72882026-09-04T23:39:54.479Z[ recovery-image] Sep 04 23:39:53.446 INFO O| Sep 04 23:39:53.446 INFO STEP 538 (remove_files) COMPLETE
72892026-09-04T23:39:54.479Z[ recovery-image] Sep 04 23:39:53.446 INFO O| Sep 04 23:39:53.446 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-09-04T23:39:54.489Z[ recovery-image] Sep 04 23:39:53.456 INFO O| Sep 04 23:39:53.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
72912026-09-04T23:39:54.489Z[ recovery-image] Sep 04 23:39:53.456 INFO O| Sep 04 23:39:53.456 INFO STEP 539 (remove_files) COMPLETE
72922026-09-04T23:39:54.493Z[ recovery-image] Sep 04 23:39:53.456 INFO O| Sep 04 23:39:53.456 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-09-04T23:39:54.501Z[ recovery-image] Sep 04 23:39:53.467 INFO O| Sep 04 23:39:53.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
72942026-09-04T23:39:54.501Z[ recovery-image] Sep 04 23:39:53.467 INFO O| Sep 04 23:39:53.467 INFO STEP 540 (remove_files) COMPLETE
72952026-09-04T23:39:54.501Z[ recovery-image] Sep 04 23:39:53.467 INFO O| Sep 04 23:39:53.467 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-09-04T23:39:54.508Z[ recovery-image] Sep 04 23:39:53.476 INFO O| Sep 04 23:39:53.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
72972026-09-04T23:39:54.508Z[ recovery-image] Sep 04 23:39:53.476 INFO O| Sep 04 23:39:53.476 INFO STEP 541 (remove_files) COMPLETE
72982026-09-04T23:39:54.509Z[ recovery-image] Sep 04 23:39:53.476 INFO O| Sep 04 23:39:53.476 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-09-04T23:39:54.517Z[ recovery-image] Sep 04 23:39:53.485 INFO O| Sep 04 23:39:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
73002026-09-04T23:39:54.517Z[ recovery-image] Sep 04 23:39:53.485 INFO O| Sep 04 23:39:53.485 INFO STEP 542 (remove_files) COMPLETE
73012026-09-04T23:39:54.518Z[ recovery-image] Sep 04 23:39:53.485 INFO O| Sep 04 23:39:53.485 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-09-04T23:39:54.528Z[ recovery-image] Sep 04 23:39:53.494 INFO O| Sep 04 23:39:53.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
73032026-09-04T23:39:54.528Z[ recovery-image] Sep 04 23:39:53.494 INFO O| Sep 04 23:39:53.494 INFO STEP 543 (remove_files) COMPLETE
73042026-09-04T23:39:54.532Z[ recovery-image] Sep 04 23:39:53.494 INFO O| Sep 04 23:39:53.494 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-09-04T23:39:54.539Z[ recovery-image] Sep 04 23:39:53.506 INFO O| Sep 04 23:39:53.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
73062026-09-04T23:39:54.539Z[ recovery-image] Sep 04 23:39:53.506 INFO O| Sep 04 23:39:53.506 INFO STEP 544 (remove_files) COMPLETE
73072026-09-04T23:39:54.539Z[ recovery-image] Sep 04 23:39:53.506 INFO O| Sep 04 23:39:53.506 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-09-04T23:39:54.550Z[ recovery-image] Sep 04 23:39:53.516 INFO O| Sep 04 23:39:53.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
73092026-09-04T23:39:54.550Z[ recovery-image] Sep 04 23:39:53.516 INFO O| Sep 04 23:39:53.516 INFO STEP 545 (remove_files) COMPLETE
73102026-09-04T23:39:54.550Z[ recovery-image] Sep 04 23:39:53.516 INFO O| Sep 04 23:39:53.516 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-09-04T23:39:54.558Z[ recovery-image] Sep 04 23:39:53.525 INFO O| Sep 04 23:39:53.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
73122026-09-04T23:39:54.558Z[ recovery-image] Sep 04 23:39:53.525 INFO O| Sep 04 23:39:53.525 INFO STEP 546 (remove_files) COMPLETE
73132026-09-04T23:39:54.564Z[ recovery-image] Sep 04 23:39:53.525 INFO O| Sep 04 23:39:53.525 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-09-04T23:39:54.567Z[ recovery-image] Sep 04 23:39:53.535 INFO O| Sep 04 23:39:53.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
73152026-09-04T23:39:54.567Z[ recovery-image] Sep 04 23:39:53.535 INFO O| Sep 04 23:39:53.535 INFO STEP 547 (remove_files) COMPLETE
73162026-09-04T23:39:54.567Z[ recovery-image] Sep 04 23:39:53.535 INFO O| Sep 04 23:39:53.535 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-09-04T23:39:54.578Z[ recovery-image] Sep 04 23:39:53.545 INFO O| Sep 04 23:39:53.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
73182026-09-04T23:39:54.578Z[ recovery-image] Sep 04 23:39:53.545 INFO O| Sep 04 23:39:53.545 INFO STEP 548 (remove_files) COMPLETE
73192026-09-04T23:39:54.578Z[ recovery-image] Sep 04 23:39:53.545 INFO O| Sep 04 23:39:53.545 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-09-04T23:39:54.588Z[ recovery-image] Sep 04 23:39:53.555 INFO O| Sep 04 23:39:53.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
73212026-09-04T23:39:54.588Z[ recovery-image] Sep 04 23:39:53.556 INFO O| Sep 04 23:39:53.556 INFO STEP 549 (remove_files) COMPLETE
73222026-09-04T23:39:54.588Z[ recovery-image] Sep 04 23:39:53.556 INFO O| Sep 04 23:39:53.556 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-09-04T23:39:54.601Z[ recovery-image] Sep 04 23:39:53.566 INFO O| Sep 04 23:39:53.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
73242026-09-04T23:39:54.605Z[ recovery-image] Sep 04 23:39:53.566 INFO O| Sep 04 23:39:53.566 INFO STEP 550 (remove_files) COMPLETE
73252026-09-04T23:39:54.605Z[ recovery-image] Sep 04 23:39:53.566 INFO O| Sep 04 23:39:53.566 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-09-04T23:39:54.618Z[ recovery-image] Sep 04 23:39:53.578 INFO O| Sep 04 23:39:53.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
73272026-09-04T23:39:54.618Z[ recovery-image] Sep 04 23:39:53.578 INFO O| Sep 04 23:39:53.578 INFO STEP 551 (remove_files) COMPLETE
73282026-09-04T23:39:54.622Z[ recovery-image] Sep 04 23:39:53.578 INFO O| Sep 04 23:39:53.578 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-09-04T23:39:54.625Z[ recovery-image] Sep 04 23:39:53.590 INFO O| Sep 04 23:39:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
73302026-09-04T23:39:54.625Z[ recovery-image] Sep 04 23:39:53.590 INFO O| Sep 04 23:39:53.590 INFO STEP 552 (remove_files) COMPLETE
73312026-09-04T23:39:54.625Z[ recovery-image] Sep 04 23:39:53.590 INFO O| Sep 04 23:39:53.590 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-09-04T23:39:54.634Z[ recovery-image] Sep 04 23:39:53.601 INFO O| Sep 04 23:39:53.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
73332026-09-04T23:39:54.634Z[ recovery-image] Sep 04 23:39:53.601 INFO O| Sep 04 23:39:53.601 INFO STEP 553 (remove_files) COMPLETE
73342026-09-04T23:39:54.637Z[ recovery-image] Sep 04 23:39:53.601 INFO O| Sep 04 23:39:53.601 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-09-04T23:39:54.645Z[ recovery-image] Sep 04 23:39:53.611 INFO O| Sep 04 23:39:53.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
73362026-09-04T23:39:54.645Z[ recovery-image] Sep 04 23:39:53.612 INFO O| Sep 04 23:39:53.611 INFO STEP 554 (remove_files) COMPLETE
73372026-09-04T23:39:54.645Z[ recovery-image] Sep 04 23:39:53.612 INFO O| Sep 04 23:39:53.611 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-09-04T23:39:54.654Z[ recovery-image] Sep 04 23:39:53.622 INFO O| Sep 04 23:39:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
73392026-09-04T23:39:54.654Z[ recovery-image] Sep 04 23:39:53.622 INFO O| Sep 04 23:39:53.622 INFO STEP 555 (remove_files) COMPLETE
73402026-09-04T23:39:54.654Z[ recovery-image] Sep 04 23:39:53.622 INFO O| Sep 04 23:39:53.622 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-09-04T23:39:54.665Z[ recovery-image] Sep 04 23:39:53.632 INFO O| Sep 04 23:39:53.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
73422026-09-04T23:39:54.665Z[ recovery-image] Sep 04 23:39:53.632 INFO O| Sep 04 23:39:53.632 INFO STEP 556 (remove_files) COMPLETE
73432026-09-04T23:39:54.665Z[ recovery-image] Sep 04 23:39:53.632 INFO O| Sep 04 23:39:53.632 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-09-04T23:39:54.675Z[ recovery-image] Sep 04 23:39:53.642 INFO O| Sep 04 23:39:53.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
73452026-09-04T23:39:54.675Z[ recovery-image] Sep 04 23:39:53.642 INFO O| Sep 04 23:39:53.642 INFO STEP 557 (remove_files) COMPLETE
73462026-09-04T23:39:54.679Z[ recovery-image] Sep 04 23:39:53.642 INFO O| Sep 04 23:39:53.642 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-09-04T23:39:54.685Z[ recovery-image] Sep 04 23:39:53.652 INFO O| Sep 04 23:39:53.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
73482026-09-04T23:39:54.691Z[ recovery-image] Sep 04 23:39:53.652 INFO O| Sep 04 23:39:53.652 INFO STEP 558 (remove_files) COMPLETE
73492026-09-04T23:39:54.691Z[ recovery-image] Sep 04 23:39:53.652 INFO O| Sep 04 23:39:53.652 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-09-04T23:39:54.695Z[ recovery-image] Sep 04 23:39:53.662 INFO O| Sep 04 23:39:53.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
73512026-09-04T23:39:54.695Z[ recovery-image] Sep 04 23:39:53.662 INFO O| Sep 04 23:39:53.662 INFO STEP 559 (remove_files) COMPLETE
73522026-09-04T23:39:54.695Z[ recovery-image] Sep 04 23:39:53.662 INFO O| Sep 04 23:39:53.662 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-09-04T23:39:54.704Z[ recovery-image] Sep 04 23:39:53.672 INFO O| Sep 04 23:39:53.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
73542026-09-04T23:39:54.704Z[ recovery-image] Sep 04 23:39:53.672 INFO O| Sep 04 23:39:53.672 INFO STEP 560 (remove_files) COMPLETE
73552026-09-04T23:39:54.708Z[ recovery-image] Sep 04 23:39:53.672 INFO O| Sep 04 23:39:53.672 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-09-04T23:39:54.715Z[ recovery-image] Sep 04 23:39:53.682 INFO O| Sep 04 23:39:53.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
73572026-09-04T23:39:54.715Z[ recovery-image] Sep 04 23:39:53.682 INFO O| Sep 04 23:39:53.682 INFO STEP 561 (remove_files) COMPLETE
73582026-09-04T23:39:54.715Z[ recovery-image] Sep 04 23:39:53.682 INFO O| Sep 04 23:39:53.682 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-09-04T23:39:54.726Z[ recovery-image] Sep 04 23:39:53.693 INFO O| Sep 04 23:39:53.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
73602026-09-04T23:39:54.726Z[ recovery-image] Sep 04 23:39:53.693 INFO O| Sep 04 23:39:53.693 INFO STEP 562 (remove_files) COMPLETE
73612026-09-04T23:39:54.726Z[ recovery-image] Sep 04 23:39:53.693 INFO O| Sep 04 23:39:53.693 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-09-04T23:39:54.737Z[ recovery-image] Sep 04 23:39:53.705 INFO O| Sep 04 23:39:53.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
73632026-09-04T23:39:54.737Z[ recovery-image] Sep 04 23:39:53.705 INFO O| Sep 04 23:39:53.705 INFO STEP 563 (remove_files) COMPLETE
73642026-09-04T23:39:54.741Z[ recovery-image] Sep 04 23:39:53.705 INFO O| Sep 04 23:39:53.705 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-09-04T23:39:54.747Z[ recovery-image] Sep 04 23:39:53.715 INFO O| Sep 04 23:39:53.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
73662026-09-04T23:39:54.747Z[ recovery-image] Sep 04 23:39:53.715 INFO O| Sep 04 23:39:53.715 INFO STEP 564 (remove_files) COMPLETE
73672026-09-04T23:39:54.751Z[ recovery-image] Sep 04 23:39:53.715 INFO O| Sep 04 23:39:53.715 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-09-04T23:39:54.759Z[ recovery-image] Sep 04 23:39:53.727 INFO O| Sep 04 23:39:53.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
73692026-09-04T23:39:54.759Z[ recovery-image] Sep 04 23:39:53.727 INFO O| Sep 04 23:39:53.727 INFO STEP 565 (remove_files) COMPLETE
73702026-09-04T23:39:54.759Z[ recovery-image] Sep 04 23:39:53.727 INFO O| Sep 04 23:39:53.727 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-09-04T23:39:54.772Z[ recovery-image] Sep 04 23:39:53.738 INFO O| Sep 04 23:39:53.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
73722026-09-04T23:39:54.776Z[ recovery-image] Sep 04 23:39:53.739 INFO O| Sep 04 23:39:53.739 INFO STEP 566 (remove_files) COMPLETE
73732026-09-04T23:39:54.776Z[ recovery-image] Sep 04 23:39:53.739 INFO O| Sep 04 23:39:53.739 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-09-04T23:39:54.782Z[ recovery-image] Sep 04 23:39:53.750 INFO O| Sep 04 23:39:53.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
73752026-09-04T23:39:54.782Z[ recovery-image] Sep 04 23:39:53.750 INFO O| Sep 04 23:39:53.750 INFO STEP 567 (remove_files) COMPLETE
73762026-09-04T23:39:54.782Z[ recovery-image] Sep 04 23:39:53.750 INFO O| Sep 04 23:39:53.750 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-09-04T23:39:54.793Z[ recovery-image] Sep 04 23:39:53.760 INFO O| Sep 04 23:39:53.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
73782026-09-04T23:39:54.793Z[ recovery-image] Sep 04 23:39:53.760 INFO O| Sep 04 23:39:53.760 INFO STEP 568 (remove_files) COMPLETE
73792026-09-04T23:39:54.796Z[ recovery-image] Sep 04 23:39:53.760 INFO O| Sep 04 23:39:53.760 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-09-04T23:39:54.809Z[ recovery-image] Sep 04 23:39:53.771 INFO O| Sep 04 23:39:53.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
73812026-09-04T23:39:54.813Z[ recovery-image] Sep 04 23:39:53.771 INFO O| Sep 04 23:39:53.771 INFO STEP 569 (remove_files) COMPLETE
73822026-09-04T23:39:54.813Z[ recovery-image] Sep 04 23:39:53.771 INFO O| Sep 04 23:39:53.771 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-09-04T23:39:54.817Z[ recovery-image] Sep 04 23:39:53.782 INFO O| Sep 04 23:39:53.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
73842026-09-04T23:39:54.817Z[ recovery-image] Sep 04 23:39:53.782 INFO O| Sep 04 23:39:53.782 INFO STEP 570 (remove_files) COMPLETE
73852026-09-04T23:39:54.817Z[ recovery-image] Sep 04 23:39:53.782 INFO O| Sep 04 23:39:53.782 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-09-04T23:39:54.838Z[ recovery-image] Sep 04 23:39:53.806 INFO O| Sep 04 23:39:53.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
73872026-09-04T23:39:54.839Z[ recovery-image] Sep 04 23:39:53.806 INFO O| Sep 04 23:39:53.793 INFO STEP 571 (remove_files) COMPLETE
73882026-09-04T23:39:54.839Z[ recovery-image] Sep 04 23:39:53.806 INFO O| Sep 04 23:39:53.793 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-09-04T23:39:54.843Z[ recovery-image] Sep 04 23:39:53.806 INFO O| Sep 04 23:39:53.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
73902026-09-04T23:39:54.843Z[ recovery-image] Sep 04 23:39:53.806 INFO O| Sep 04 23:39:53.804 INFO STEP 572 (remove_files) COMPLETE
73912026-09-04T23:39:54.843Z[ recovery-image] Sep 04 23:39:53.806 INFO O| Sep 04 23:39:53.804 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-09-04T23:39:54.847Z[ recovery-image] Sep 04 23:39:53.814 INFO O| Sep 04 23:39:53.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
73932026-09-04T23:39:54.847Z[ recovery-image] Sep 04 23:39:53.814 INFO O| Sep 04 23:39:53.814 INFO STEP 573 (remove_files) COMPLETE
73942026-09-04T23:39:54.847Z[ recovery-image] Sep 04 23:39:53.814 INFO O| Sep 04 23:39:53.814 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-09-04T23:39:54.852Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
73962026-09-04T23:39:54.858Z[ recovery-image] Sep 04 23:39:53.825 INFO O| Sep 04 23:39:53.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
73972026-09-04T23:39:54.862Z[ recovery-image] Sep 04 23:39:53.827 INFO O| Sep 04 23:39:53.827 INFO STEP 574 (remove_files) COMPLETE
73982026-09-04T23:39:54.862Z[ recovery-image] Sep 04 23:39:53.827 INFO O| Sep 04 23:39:53.827 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-09-04T23:39:54.870Z[ recovery-image] Sep 04 23:39:53.837 INFO O| Sep 04 23:39:53.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
74002026-09-04T23:39:54.870Z[ recovery-image] Sep 04 23:39:53.837 INFO O| Sep 04 23:39:53.837 INFO STEP 575 (remove_files) COMPLETE
74012026-09-04T23:39:54.870Z[ recovery-image] Sep 04 23:39:53.837 INFO O| Sep 04 23:39:53.837 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-09-04T23:39:54.880Z[ recovery-image] Sep 04 23:39:53.848 INFO O| Sep 04 23:39:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
74032026-09-04T23:39:54.881Z[ recovery-image] Sep 04 23:39:53.848 INFO O| Sep 04 23:39:53.848 INFO STEP 576 (remove_files) COMPLETE
74042026-09-04T23:39:54.884Z[ recovery-image] Sep 04 23:39:53.848 INFO O| Sep 04 23:39:53.848 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-09-04T23:39:54.884Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
74062026-09-04T23:39:54.890Z[ recovery-image] Sep 04 23:39:53.857 INFO O| Sep 04 23:39:53.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
74072026-09-04T23:39:54.890Z[ recovery-image] Sep 04 23:39:53.858 INFO O| Sep 04 23:39:53.857 INFO STEP 577 (remove_files) COMPLETE
74082026-09-04T23:39:54.894Z[ recovery-image] Sep 04 23:39:53.858 INFO O| Sep 04 23:39:53.857 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-09-04T23:39:54.902Z[ recovery-image] Sep 04 23:39:53.869 INFO O| Sep 04 23:39:53.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
74102026-09-04T23:39:54.902Z[ recovery-image] Sep 04 23:39:53.869 INFO O| Sep 04 23:39:53.869 INFO STEP 578 (remove_files) COMPLETE
74112026-09-04T23:39:54.902Z[ recovery-image] Sep 04 23:39:53.869 INFO O| Sep 04 23:39:53.869 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-09-04T23:39:54.912Z[ recovery-image] Sep 04 23:39:53.880 INFO O| Sep 04 23:39:53.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
74132026-09-04T23:39:54.912Z[ recovery-image] Sep 04 23:39:53.880 INFO O| Sep 04 23:39:53.880 INFO STEP 579 (remove_files) COMPLETE
74142026-09-04T23:39:54.916Z[ recovery-image] Sep 04 23:39:53.880 INFO O| Sep 04 23:39:53.880 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-09-04T23:39:54.923Z[ recovery-image] Sep 04 23:39:53.890 INFO O| Sep 04 23:39:53.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
74162026-09-04T23:39:54.923Z[ recovery-image] Sep 04 23:39:53.890 INFO O| Sep 04 23:39:53.890 INFO STEP 580 (remove_files) COMPLETE
74172026-09-04T23:39:54.923Z[ recovery-image] Sep 04 23:39:53.890 INFO O| Sep 04 23:39:53.890 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-09-04T23:39:54.933Z[ recovery-image] Sep 04 23:39:53.900 INFO O| Sep 04 23:39:53.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
74192026-09-04T23:39:54.933Z[ recovery-image] Sep 04 23:39:53.900 INFO O| Sep 04 23:39:53.900 INFO STEP 581 (remove_files) COMPLETE
74202026-09-04T23:39:54.933Z[ recovery-image] Sep 04 23:39:53.900 INFO O| Sep 04 23:39:53.900 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-09-04T23:39:54.943Z[ recovery-image] Sep 04 23:39:53.910 INFO O| Sep 04 23:39:53.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
74222026-09-04T23:39:54.943Z[ recovery-image] Sep 04 23:39:53.910 INFO O| Sep 04 23:39:53.910 INFO STEP 582 (remove_files) COMPLETE
74232026-09-04T23:39:54.943Z[ recovery-image] Sep 04 23:39:53.910 INFO O| Sep 04 23:39:53.910 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-09-04T23:39:54.952Z[ recovery-image] Sep 04 23:39:53.920 INFO O| Sep 04 23:39:53.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
74252026-09-04T23:39:54.956Z[ recovery-image] Sep 04 23:39:53.921 INFO O| Sep 04 23:39:53.921 INFO STEP 583 (remove_files) COMPLETE
74262026-09-04T23:39:54.956Z[ recovery-image] Sep 04 23:39:53.921 INFO O| Sep 04 23:39:53.921 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-09-04T23:39:54.963Z[ recovery-image] Sep 04 23:39:53.930 INFO O| Sep 04 23:39:53.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
74282026-09-04T23:39:54.963Z[ recovery-image] Sep 04 23:39:53.930 INFO O| Sep 04 23:39:53.930 INFO STEP 584 (remove_files) COMPLETE
74292026-09-04T23:39:54.963Z[ recovery-image] Sep 04 23:39:53.930 INFO O| Sep 04 23:39:53.930 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-09-04T23:39:54.972Z[ recovery-image] Sep 04 23:39:53.939 INFO O| Sep 04 23:39:53.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
74312026-09-04T23:39:54.972Z[ recovery-image] Sep 04 23:39:53.939 INFO O| Sep 04 23:39:53.939 INFO STEP 585 (remove_files) COMPLETE
74322026-09-04T23:39:54.972Z[ recovery-image] Sep 04 23:39:53.939 INFO O| Sep 04 23:39:53.939 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-09-04T23:39:54.984Z[ recovery-image] Sep 04 23:39:53.949 INFO O| Sep 04 23:39:53.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
74342026-09-04T23:39:54.984Z[ recovery-image] Sep 04 23:39:53.950 INFO O| Sep 04 23:39:53.950 INFO STEP 586 (remove_files) COMPLETE
74352026-09-04T23:39:54.984Z[ recovery-image] Sep 04 23:39:53.950 INFO O| Sep 04 23:39:53.950 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-09-04T23:39:54.992Z[ recovery-image] Sep 04 23:39:53.959 INFO O| Sep 04 23:39:53.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
74372026-09-04T23:39:54.992Z[ recovery-image] Sep 04 23:39:53.959 INFO O| Sep 04 23:39:53.959 INFO STEP 587 (remove_files) COMPLETE
74382026-09-04T23:39:54.995Z[ recovery-image] Sep 04 23:39:53.959 INFO O| Sep 04 23:39:53.959 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-09-04T23:39:55.000Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
74402026-09-04T23:39:55.005Z[ recovery-image] Sep 04 23:39:53.969 INFO O| Sep 04 23:39:53.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
74412026-09-04T23:39:55.005Z[ recovery-image] Sep 04 23:39:53.969 INFO O| Sep 04 23:39:53.969 INFO STEP 588 (remove_files) COMPLETE
74422026-09-04T23:39:55.005Z[ recovery-image] Sep 04 23:39:53.969 INFO O| Sep 04 23:39:53.969 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-09-04T23:39:55.011Z[ recovery-image] Sep 04 23:39:53.979 INFO O| Sep 04 23:39:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
74442026-09-04T23:39:55.011Z[ recovery-image] Sep 04 23:39:53.979 INFO O| Sep 04 23:39:53.979 INFO STEP 589 (remove_files) COMPLETE
74452026-09-04T23:39:55.011Z[ recovery-image] Sep 04 23:39:53.979 INFO O| Sep 04 23:39:53.979 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-09-04T23:39:55.023Z[ recovery-image] Sep 04 23:39:53.989 INFO O| Sep 04 23:39:53.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
74472026-09-04T23:39:55.023Z[ recovery-image] Sep 04 23:39:53.989 INFO O| Sep 04 23:39:53.989 INFO STEP 590 (remove_files) COMPLETE
74482026-09-04T23:39:55.023Z[ recovery-image] Sep 04 23:39:53.989 INFO O| Sep 04 23:39:53.989 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-09-04T23:39:55.031Z[ recovery-image] Sep 04 23:39:53.999 INFO O| Sep 04 23:39:53.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
74502026-09-04T23:39:55.032Z[ recovery-image] Sep 04 23:39:53.999 INFO O| Sep 04 23:39:53.999 INFO STEP 591 (remove_files) COMPLETE
74512026-09-04T23:39:55.032Z[ recovery-image] Sep 04 23:39:53.999 INFO O| Sep 04 23:39:53.999 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-09-04T23:39:55.042Z[ recovery-image] Sep 04 23:39:54.009 INFO O| Sep 04 23:39:54.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
74532026-09-04T23:39:55.042Z[ recovery-image] Sep 04 23:39:54.009 INFO O| Sep 04 23:39:54.009 INFO STEP 592 (remove_files) COMPLETE
74542026-09-04T23:39:55.045Z[ recovery-image] Sep 04 23:39:54.009 INFO O| Sep 04 23:39:54.009 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-09-04T23:39:55.051Z[ recovery-image] Sep 04 23:39:54.018 INFO O| Sep 04 23:39:54.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
74562026-09-04T23:39:55.054Z[ recovery-image] Sep 04 23:39:54.019 INFO O| Sep 04 23:39:54.019 INFO STEP 593 (remove_files) COMPLETE
74572026-09-04T23:39:55.054Z[ recovery-image] Sep 04 23:39:54.019 INFO O| Sep 04 23:39:54.019 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-09-04T23:39:55.062Z[ recovery-image] Sep 04 23:39:54.030 INFO O| Sep 04 23:39:54.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
74592026-09-04T23:39:55.062Z[ recovery-image] Sep 04 23:39:54.030 INFO O| Sep 04 23:39:54.030 INFO STEP 594 (remove_files) COMPLETE
74602026-09-04T23:39:55.062Z[ recovery-image] Sep 04 23:39:54.030 INFO O| Sep 04 23:39:54.030 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-09-04T23:39:55.072Z[ recovery-image] Sep 04 23:39:54.040 INFO O| Sep 04 23:39:54.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
74622026-09-04T23:39:55.072Z[ recovery-image] Sep 04 23:39:54.040 INFO O| Sep 04 23:39:54.040 INFO STEP 595 (remove_files) COMPLETE
74632026-09-04T23:39:55.076Z[ recovery-image] Sep 04 23:39:54.040 INFO O| Sep 04 23:39:54.040 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-09-04T23:39:55.082Z[ recovery-image] Sep 04 23:39:54.050 INFO O| Sep 04 23:39:54.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
74652026-09-04T23:39:55.082Z[ recovery-image] Sep 04 23:39:54.050 INFO O| Sep 04 23:39:54.050 INFO STEP 596 (remove_files) COMPLETE
74662026-09-04T23:39:55.082Z[ recovery-image] Sep 04 23:39:54.050 INFO O| Sep 04 23:39:54.050 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-09-04T23:39:55.093Z[ recovery-image] Sep 04 23:39:54.060 INFO O| Sep 04 23:39:54.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
74682026-09-04T23:39:55.093Z[ recovery-image] Sep 04 23:39:54.060 INFO O| Sep 04 23:39:54.060 INFO STEP 597 (remove_files) COMPLETE
74692026-09-04T23:39:55.093Z[ recovery-image] Sep 04 23:39:54.060 INFO O| Sep 04 23:39:54.060 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-09-04T23:39:55.103Z[ recovery-image] Sep 04 23:39:54.071 INFO O| Sep 04 23:39:54.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
74712026-09-04T23:39:55.103Z[ recovery-image] Sep 04 23:39:54.071 INFO O| Sep 04 23:39:54.071 INFO STEP 598 (remove_files) COMPLETE
74722026-09-04T23:39:55.103Z[ recovery-image] Sep 04 23:39:54.071 INFO O| Sep 04 23:39:54.071 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-09-04T23:39:55.112Z[ recovery-image] Sep 04 23:39:54.080 INFO O| Sep 04 23:39:54.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
74742026-09-04T23:39:55.112Z[ recovery-image] Sep 04 23:39:54.080 INFO O| Sep 04 23:39:54.080 INFO STEP 599 (remove_files) COMPLETE
74752026-09-04T23:39:55.115Z[ recovery-image] Sep 04 23:39:54.080 INFO O| Sep 04 23:39:54.080 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-09-04T23:39:55.122Z[ recovery-image] Sep 04 23:39:54.090 INFO O| Sep 04 23:39:54.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
74772026-09-04T23:39:55.123Z[ recovery-image] Sep 04 23:39:54.090 INFO O| Sep 04 23:39:54.090 INFO STEP 600 (remove_files) COMPLETE
74782026-09-04T23:39:55.123Z[ recovery-image] Sep 04 23:39:54.090 INFO O| Sep 04 23:39:54.090 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-09-04T23:39:55.132Z[ recovery-image] Sep 04 23:39:54.100 INFO O| Sep 04 23:39:54.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
74802026-09-04T23:39:55.133Z[ recovery-image] Sep 04 23:39:54.100 INFO O| Sep 04 23:39:54.100 INFO STEP 601 (remove_files) COMPLETE
74812026-09-04T23:39:55.133Z[ recovery-image] Sep 04 23:39:54.100 INFO O| Sep 04 23:39:54.100 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-09-04T23:39:55.142Z[ recovery-image] Sep 04 23:39:54.110 INFO O| Sep 04 23:39:54.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
74832026-09-04T23:39:55.142Z[ recovery-image] Sep 04 23:39:54.110 INFO O| Sep 04 23:39:54.110 INFO STEP 602 (remove_files) COMPLETE
74842026-09-04T23:39:55.142Z[ recovery-image] Sep 04 23:39:54.110 INFO O| Sep 04 23:39:54.110 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-09-04T23:39:55.153Z[ recovery-image] Sep 04 23:39:54.120 INFO O| Sep 04 23:39:54.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
74862026-09-04T23:39:55.153Z[ recovery-image] Sep 04 23:39:54.120 INFO O| Sep 04 23:39:54.120 INFO STEP 603 (remove_files) COMPLETE
74872026-09-04T23:39:55.153Z[ recovery-image] Sep 04 23:39:54.120 INFO O| Sep 04 23:39:54.120 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-09-04T23:39:55.163Z[ recovery-image] Sep 04 23:39:54.131 INFO O| Sep 04 23:39:54.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
74892026-09-04T23:39:55.167Z[ recovery-image] Sep 04 23:39:54.132 INFO O| Sep 04 23:39:54.132 INFO STEP 604 (remove_files) COMPLETE
74902026-09-04T23:39:55.167Z[ recovery-image] Sep 04 23:39:54.132 INFO O| Sep 04 23:39:54.132 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-09-04T23:39:55.174Z[ recovery-image] Sep 04 23:39:54.141 INFO O| Sep 04 23:39:54.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
74922026-09-04T23:39:55.174Z[ recovery-image] Sep 04 23:39:54.141 INFO O| Sep 04 23:39:54.141 INFO STEP 605 (remove_files) COMPLETE
74932026-09-04T23:39:55.177Z[ recovery-image] Sep 04 23:39:54.141 INFO O| Sep 04 23:39:54.141 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-09-04T23:39:55.182Z[ recovery-image] Sep 04 23:39:54.150 INFO O| Sep 04 23:39:54.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
74952026-09-04T23:39:55.182Z[ recovery-image] Sep 04 23:39:54.150 INFO O| Sep 04 23:39:54.150 INFO STEP 606 (remove_files) COMPLETE
74962026-09-04T23:39:55.183Z[ recovery-image] Sep 04 23:39:54.150 INFO O| Sep 04 23:39:54.150 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-09-04T23:39:55.194Z[ recovery-image] Sep 04 23:39:54.162 INFO O| Sep 04 23:39:54.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
74982026-09-04T23:39:55.194Z[ recovery-image] Sep 04 23:39:54.162 INFO O| Sep 04 23:39:54.162 INFO STEP 607 (remove_files) COMPLETE
74992026-09-04T23:39:55.194Z[ recovery-image] Sep 04 23:39:54.162 INFO O| Sep 04 23:39:54.162 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-09-04T23:39:55.205Z[ recovery-image] Sep 04 23:39:54.173 INFO O| Sep 04 23:39:54.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
75012026-09-04T23:39:55.205Z[ recovery-image] Sep 04 23:39:54.173 INFO O| Sep 04 23:39:54.173 INFO STEP 608 (remove_files) COMPLETE
75022026-09-04T23:39:55.205Z[ recovery-image] Sep 04 23:39:54.173 INFO O| Sep 04 23:39:54.173 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-09-04T23:39:55.217Z[ recovery-image] Sep 04 23:39:54.184 INFO O| Sep 04 23:39:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
75042026-09-04T23:39:55.217Z[ recovery-image] Sep 04 23:39:54.184 INFO O| Sep 04 23:39:54.184 INFO STEP 609 (remove_files) COMPLETE
75052026-09-04T23:39:55.217Z[ recovery-image] Sep 04 23:39:54.184 INFO O| Sep 04 23:39:54.184 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-09-04T23:39:55.226Z[ recovery-image] Sep 04 23:39:54.194 INFO O| Sep 04 23:39:54.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
75072026-09-04T23:39:55.226Z[ recovery-image] Sep 04 23:39:54.194 INFO O| Sep 04 23:39:54.194 INFO STEP 610 (remove_files) COMPLETE
75082026-09-04T23:39:55.230Z[ recovery-image] Sep 04 23:39:54.194 INFO O| Sep 04 23:39:54.194 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-09-04T23:39:55.235Z[ recovery-image] Sep 04 23:39:54.202 INFO O| Sep 04 23:39:54.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
75102026-09-04T23:39:55.235Z[ recovery-image] Sep 04 23:39:54.202 INFO O| Sep 04 23:39:54.202 INFO STEP 611 (remove_files) COMPLETE
75112026-09-04T23:39:55.235Z[ recovery-image] Sep 04 23:39:54.202 INFO O| Sep 04 23:39:54.202 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-09-04T23:39:55.246Z[ recovery-image] Sep 04 23:39:54.213 INFO O| Sep 04 23:39:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
75132026-09-04T23:39:55.246Z[ recovery-image] Sep 04 23:39:54.214 INFO O| Sep 04 23:39:54.213 INFO STEP 612 (remove_files) COMPLETE
75142026-09-04T23:39:55.246Z[ recovery-image] Sep 04 23:39:54.214 INFO O| Sep 04 23:39:54.214 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-09-04T23:39:55.256Z[ recovery-image] Sep 04 23:39:54.224 INFO O| Sep 04 23:39:54.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
75162026-09-04T23:39:55.256Z[ recovery-image] Sep 04 23:39:54.224 INFO O| Sep 04 23:39:54.224 INFO STEP 613 (remove_files) COMPLETE
75172026-09-04T23:39:55.259Z[ recovery-image] Sep 04 23:39:54.224 INFO O| Sep 04 23:39:54.224 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-09-04T23:39:55.266Z[ recovery-image] Sep 04 23:39:54.234 INFO O| Sep 04 23:39:54.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
75192026-09-04T23:39:55.266Z[ recovery-image] Sep 04 23:39:54.234 INFO O| Sep 04 23:39:54.234 INFO STEP 614 (remove_files) COMPLETE
75202026-09-04T23:39:55.266Z[ recovery-image] Sep 04 23:39:54.234 INFO O| Sep 04 23:39:54.234 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-09-04T23:39:55.276Z[ recovery-image] Sep 04 23:39:54.244 INFO O| Sep 04 23:39:54.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
75222026-09-04T23:39:55.276Z[ recovery-image] Sep 04 23:39:54.244 INFO O| Sep 04 23:39:54.244 INFO STEP 615 (remove_files) COMPLETE
75232026-09-04T23:39:55.276Z[ recovery-image] Sep 04 23:39:54.244 INFO O| Sep 04 23:39:54.244 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-09-04T23:39:55.287Z[ recovery-image] Sep 04 23:39:54.255 INFO O| Sep 04 23:39:54.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
75252026-09-04T23:39:55.287Z[ recovery-image] Sep 04 23:39:54.255 INFO O| Sep 04 23:39:54.255 INFO STEP 616 (remove_files) COMPLETE
75262026-09-04T23:39:55.288Z[ recovery-image] Sep 04 23:39:54.255 INFO O| Sep 04 23:39:54.255 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-09-04T23:39:55.299Z[ recovery-image] Sep 04 23:39:54.265 INFO O| Sep 04 23:39:54.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
75282026-09-04T23:39:55.299Z[ recovery-image] Sep 04 23:39:54.265 INFO O| Sep 04 23:39:54.265 INFO STEP 617 (remove_files) COMPLETE
75292026-09-04T23:39:55.299Z[ recovery-image] Sep 04 23:39:54.265 INFO O| Sep 04 23:39:54.265 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-09-04T23:39:55.308Z[ recovery-image] Sep 04 23:39:54.275 INFO O| Sep 04 23:39:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
75312026-09-04T23:39:55.308Z[ recovery-image] Sep 04 23:39:54.275 INFO O| Sep 04 23:39:54.275 INFO STEP 618 (remove_files) COMPLETE
75322026-09-04T23:39:55.312Z[ recovery-image] Sep 04 23:39:54.275 INFO O| Sep 04 23:39:54.275 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-09-04T23:39:55.319Z[ recovery-image] Sep 04 23:39:54.284 INFO O| Sep 04 23:39:54.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
75342026-09-04T23:39:55.319Z[ recovery-image] Sep 04 23:39:54.284 INFO O| Sep 04 23:39:54.284 INFO STEP 619 (remove_files) COMPLETE
75352026-09-04T23:39:55.319Z[ recovery-image] Sep 04 23:39:54.284 INFO O| Sep 04 23:39:54.284 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-09-04T23:39:55.326Z[ recovery-image] Sep 04 23:39:54.293 INFO O| Sep 04 23:39:54.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
75372026-09-04T23:39:55.326Z[ recovery-image] Sep 04 23:39:54.293 INFO O| Sep 04 23:39:54.293 INFO STEP 620 (remove_files) COMPLETE
75382026-09-04T23:39:55.329Z[ recovery-image] Sep 04 23:39:54.293 INFO O| Sep 04 23:39:54.293 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-09-04T23:39:55.334Z[ recovery-image] Sep 04 23:39:54.302 INFO O| Sep 04 23:39:54.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
75402026-09-04T23:39:55.335Z[ recovery-image] Sep 04 23:39:54.302 INFO O| Sep 04 23:39:54.302 INFO STEP 621 (remove_files) COMPLETE
75412026-09-04T23:39:55.338Z[ recovery-image] Sep 04 23:39:54.302 INFO O| Sep 04 23:39:54.302 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-09-04T23:39:55.343Z[ recovery-image] Sep 04 23:39:54.311 INFO O| Sep 04 23:39:54.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
75432026-09-04T23:39:55.343Z[ recovery-image] Sep 04 23:39:54.311 INFO O| Sep 04 23:39:54.311 INFO STEP 622 (remove_files) COMPLETE
75442026-09-04T23:39:55.347Z[ recovery-image] Sep 04 23:39:54.311 INFO O| Sep 04 23:39:54.311 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-09-04T23:39:55.352Z[ recovery-image] Sep 04 23:39:54.320 INFO O| Sep 04 23:39:54.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
75462026-09-04T23:39:55.352Z[ recovery-image] Sep 04 23:39:54.320 INFO O| Sep 04 23:39:54.320 INFO STEP 623 (remove_files) COMPLETE
75472026-09-04T23:39:55.352Z[ recovery-image] Sep 04 23:39:54.320 INFO O| Sep 04 23:39:54.320 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-09-04T23:39:55.362Z[ recovery-image] Sep 04 23:39:54.329 INFO O| Sep 04 23:39:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
75492026-09-04T23:39:55.362Z[ recovery-image] Sep 04 23:39:54.329 INFO O| Sep 04 23:39:54.329 INFO STEP 624 (remove_files) COMPLETE
75502026-09-04T23:39:55.365Z[ recovery-image] Sep 04 23:39:54.329 INFO O| Sep 04 23:39:54.329 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-09-04T23:39:55.371Z[ recovery-image] Sep 04 23:39:54.338 INFO O| Sep 04 23:39:54.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
75522026-09-04T23:39:55.371Z[ recovery-image] Sep 04 23:39:54.338 INFO O| Sep 04 23:39:54.338 INFO STEP 625 (remove_files) COMPLETE
75532026-09-04T23:39:55.371Z[ recovery-image] Sep 04 23:39:54.338 INFO O| Sep 04 23:39:54.338 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-09-04T23:39:55.382Z[ recovery-image] Sep 04 23:39:54.349 INFO O| Sep 04 23:39:54.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
75552026-09-04T23:39:55.382Z[ recovery-image] Sep 04 23:39:54.349 INFO O| Sep 04 23:39:54.349 INFO STEP 626 (remove_files) COMPLETE
75562026-09-04T23:39:55.382Z[ recovery-image] Sep 04 23:39:54.349 INFO O| Sep 04 23:39:54.349 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-09-04T23:39:55.392Z[ recovery-image] Sep 04 23:39:54.360 INFO O| Sep 04 23:39:54.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
75582026-09-04T23:39:55.392Z[ recovery-image] Sep 04 23:39:54.360 INFO O| Sep 04 23:39:54.360 INFO STEP 627 (remove_files) COMPLETE
75592026-09-04T23:39:55.392Z[ recovery-image] Sep 04 23:39:54.360 INFO O| Sep 04 23:39:54.360 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-09-04T23:39:55.405Z[ recovery-image] Sep 04 23:39:54.371 INFO O| Sep 04 23:39:54.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
75612026-09-04T23:39:55.405Z[ recovery-image] Sep 04 23:39:54.371 INFO O| Sep 04 23:39:54.371 INFO STEP 628 (remove_files) COMPLETE
75622026-09-04T23:39:55.405Z[ recovery-image] Sep 04 23:39:54.371 INFO O| Sep 04 23:39:54.371 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-09-04T23:39:55.414Z[ recovery-image] Sep 04 23:39:54.381 INFO O| Sep 04 23:39:54.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
75642026-09-04T23:39:55.414Z[ recovery-image] Sep 04 23:39:54.381 INFO O| Sep 04 23:39:54.381 INFO STEP 629 (remove_files) COMPLETE
75652026-09-04T23:39:55.588Z[ recovery-image] Sep 04 23:39:54.381 INFO O| Sep 04 23:39:54.381 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-09-04T23:39:55.588Z[ recovery-image] Sep 04 23:39:54.391 INFO O| Sep 04 23:39:54.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
75672026-09-04T23:39:55.588Z[ recovery-image] Sep 04 23:39:54.391 INFO O| Sep 04 23:39:54.391 INFO STEP 630 (remove_files) COMPLETE
75682026-09-04T23:39:55.588Z[ recovery-image] Sep 04 23:39:54.391 INFO O| Sep 04 23:39:54.391 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-09-04T23:39:55.589Z[ recovery-image] Sep 04 23:39:54.400 INFO O| Sep 04 23:39:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
75702026-09-04T23:39:55.589Z[ recovery-image] Sep 04 23:39:54.400 INFO O| Sep 04 23:39:54.400 INFO STEP 631 (remove_files) COMPLETE
75712026-09-04T23:39:55.589Z[ recovery-image] Sep 04 23:39:54.400 INFO O| Sep 04 23:39:54.400 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-09-04T23:39:55.589Z[ recovery-image] Sep 04 23:39:54.410 INFO O| Sep 04 23:39:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
75732026-09-04T23:39:55.589Z[ recovery-image] Sep 04 23:39:54.410 INFO O| Sep 04 23:39:54.410 INFO STEP 632 (remove_files) COMPLETE
75742026-09-04T23:39:55.589Z[ recovery-image] Sep 04 23:39:54.410 INFO O| Sep 04 23:39:54.410 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-09-04T23:39:55.667Z[ recovery-image] Sep 04 23:39:54.420 INFO O| Sep 04 23:39:54.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
75762026-09-04T23:39:55.667Z[ recovery-image] Sep 04 23:39:54.420 INFO O| Sep 04 23:39:54.420 INFO STEP 633 (remove_files) COMPLETE
75772026-09-04T23:39:55.667Z[ recovery-image] Sep 04 23:39:54.420 INFO O| Sep 04 23:39:54.420 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.428 INFO O| Sep 04 23:39:54.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
75792026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.428 INFO O| Sep 04 23:39:54.428 INFO STEP 634 (remove_files) COMPLETE
75802026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.428 INFO O| Sep 04 23:39:54.428 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.438 INFO O| Sep 04 23:39:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
75822026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.438 INFO O| Sep 04 23:39:54.438 INFO STEP 635 (remove_files) COMPLETE
75832026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.438 INFO O| Sep 04 23:39:54.438 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.448 INFO O| Sep 04 23:39:54.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
75852026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.448 INFO O| Sep 04 23:39:54.448 INFO STEP 636 (remove_files) COMPLETE
75862026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.448 INFO O| Sep 04 23:39:54.448 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.458 INFO O| Sep 04 23:39:54.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
75882026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.458 INFO O| Sep 04 23:39:54.458 INFO STEP 637 (remove_files) COMPLETE
75892026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.458 INFO O| Sep 04 23:39:54.458 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.469 INFO O| Sep 04 23:39:54.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
75912026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.469 INFO O| Sep 04 23:39:54.469 INFO STEP 638 (remove_files) COMPLETE
75922026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.469 INFO O| Sep 04 23:39:54.469 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.478 INFO O| Sep 04 23:39:54.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
75942026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.479 INFO O| Sep 04 23:39:54.479 INFO STEP 639 (remove_files) COMPLETE
75952026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.479 INFO O| Sep 04 23:39:54.479 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-09-04T23:39:55.668Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
75972026-09-04T23:39:55.668Z[ recovery-image] Sep 04 23:39:54.489 INFO O| Sep 04 23:39:54.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
75982026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.489 INFO O| Sep 04 23:39:54.489 INFO STEP 640 (remove_files) COMPLETE
75992026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.489 INFO O| Sep 04 23:39:54.489 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.498 INFO O| Sep 04 23:39:54.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
76012026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.498 INFO O| Sep 04 23:39:54.498 INFO STEP 641 (remove_files) COMPLETE
76022026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.498 INFO O| Sep 04 23:39:54.498 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.506 INFO O| Sep 04 23:39:54.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
76042026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.506 INFO O| Sep 04 23:39:54.506 INFO STEP 642 (remove_files) COMPLETE
76052026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.506 INFO O| Sep 04 23:39:54.506 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.515 INFO O| Sep 04 23:39:54.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
76072026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.515 INFO O| Sep 04 23:39:54.515 INFO STEP 643 (remove_files) COMPLETE
76082026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.515 INFO O| Sep 04 23:39:54.515 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.525 INFO O| Sep 04 23:39:54.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
76102026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.525 INFO O| Sep 04 23:39:54.525 INFO STEP 644 (remove_files) COMPLETE
76112026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.525 INFO O| Sep 04 23:39:54.525 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.535 INFO O| Sep 04 23:39:54.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
76132026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.536 INFO O| Sep 04 23:39:54.536 INFO STEP 645 (remove_files) COMPLETE
76142026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.536 INFO O| Sep 04 23:39:54.536 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.545 INFO O| Sep 04 23:39:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
76162026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.545 INFO O| Sep 04 23:39:54.545 INFO STEP 646 (remove_files) COMPLETE
76172026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.545 INFO O| Sep 04 23:39:54.545 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-09-04T23:39:55.669Z[ recovery-image] Sep 04 23:39:54.556 INFO O| Sep 04 23:39:54.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
76192026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.556 INFO O| Sep 04 23:39:54.556 INFO STEP 647 (remove_files) COMPLETE
76202026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.556 INFO O| Sep 04 23:39:54.556 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.566 INFO O| Sep 04 23:39:54.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
76222026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.566 INFO O| Sep 04 23:39:54.566 INFO STEP 648 (remove_files) COMPLETE
76232026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.566 INFO O| Sep 04 23:39:54.566 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.576 INFO O| Sep 04 23:39:54.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
76252026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.576 INFO O| Sep 04 23:39:54.576 INFO STEP 649 (remove_files) COMPLETE
76262026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.576 INFO O| Sep 04 23:39:54.576 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.585 INFO O| Sep 04 23:39:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
76282026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.585 INFO O| Sep 04 23:39:54.585 INFO STEP 650 (remove_files) COMPLETE
76292026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.585 INFO O| Sep 04 23:39:54.585 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.593 INFO O| Sep 04 23:39:54.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
76312026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.593 INFO O| Sep 04 23:39:54.593 INFO STEP 651 (remove_files) COMPLETE
76322026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.593 INFO O| Sep 04 23:39:54.593 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.602 INFO O| Sep 04 23:39:54.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
76342026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.602 INFO O| Sep 04 23:39:54.602 INFO STEP 652 (remove_files) COMPLETE
76352026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.602 INFO O| Sep 04 23:39:54.602 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.613 INFO O| Sep 04 23:39:54.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
76372026-09-04T23:39:55.670Z[ recovery-image] Sep 04 23:39:54.613 INFO O| Sep 04 23:39:54.613 INFO STEP 653 (remove_files) COMPLETE
76382026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.613 INFO O| Sep 04 23:39:54.613 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.622 INFO O| Sep 04 23:39:54.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
76402026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.622 INFO O| Sep 04 23:39:54.622 INFO STEP 654 (remove_files) COMPLETE
76412026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.622 INFO O| Sep 04 23:39:54.622 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.631 INFO O| Sep 04 23:39:54.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
76432026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.632 INFO O| Sep 04 23:39:54.632 INFO STEP 655 (remove_files) COMPLETE
76442026-09-04T23:39:55.671Z[ recovery-image] Sep 04 23:39:54.632 INFO O| Sep 04 23:39:54.632 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-09-04T23:39:55.676Z[ recovery-image] Sep 04 23:39:54.642 INFO O| Sep 04 23:39:54.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
76462026-09-04T23:39:55.676Z[ recovery-image] Sep 04 23:39:54.643 INFO O| Sep 04 23:39:54.643 INFO STEP 656 (remove_files) COMPLETE
76472026-09-04T23:39:55.676Z[ recovery-image] Sep 04 23:39:54.643 INFO O| Sep 04 23:39:54.643 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-09-04T23:39:55.684Z[ recovery-image] Sep 04 23:39:54.652 INFO O| Sep 04 23:39:54.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
76492026-09-04T23:39:55.684Z[ recovery-image] Sep 04 23:39:54.652 INFO O| Sep 04 23:39:54.652 INFO STEP 657 (remove_files) COMPLETE
76502026-09-04T23:39:55.684Z[ recovery-image] Sep 04 23:39:54.652 INFO O| Sep 04 23:39:54.652 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-09-04T23:39:55.694Z[ recovery-image] Sep 04 23:39:54.661 INFO O| Sep 04 23:39:54.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
76522026-09-04T23:39:55.694Z[ recovery-image] Sep 04 23:39:54.661 INFO O| Sep 04 23:39:54.661 INFO STEP 658 (remove_files) COMPLETE
76532026-09-04T23:39:55.694Z[ recovery-image] Sep 04 23:39:54.661 INFO O| Sep 04 23:39:54.661 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-09-04T23:39:55.721Z[ recovery-image] Sep 04 23:39:54.671 INFO O| Sep 04 23:39:54.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
76552026-09-04T23:39:55.721Z[ recovery-image] Sep 04 23:39:54.671 INFO O| Sep 04 23:39:54.671 INFO STEP 659 (remove_files) COMPLETE
76562026-09-04T23:39:55.721Z[ recovery-image] Sep 04 23:39:54.671 INFO O| Sep 04 23:39:54.671 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-09-04T23:39:55.725Z[ recovery-image] Sep 04 23:39:54.680 INFO O| Sep 04 23:39:54.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
76582026-09-04T23:39:55.725Z[ recovery-image] Sep 04 23:39:54.680 INFO O| Sep 04 23:39:54.680 INFO STEP 660 (remove_files) COMPLETE
76592026-09-04T23:39:55.725Z[ recovery-image] Sep 04 23:39:54.680 INFO O| Sep 04 23:39:54.680 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-09-04T23:39:55.725Z[ recovery-image] Sep 04 23:39:54.690 INFO O| Sep 04 23:39:54.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
76612026-09-04T23:39:55.725Z[ recovery-image] Sep 04 23:39:54.691 INFO O| Sep 04 23:39:54.691 INFO STEP 661 (remove_files) COMPLETE
76622026-09-04T23:39:55.725Z[ recovery-image] Sep 04 23:39:54.691 INFO O| Sep 04 23:39:54.691 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-09-04T23:39:55.732Z[ recovery-image] Sep 04 23:39:54.699 INFO O| Sep 04 23:39:54.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
76642026-09-04T23:39:55.738Z[ recovery-image] Sep 04 23:39:54.700 INFO O| Sep 04 23:39:54.700 INFO STEP 662 (remove_files) COMPLETE
76652026-09-04T23:39:55.738Z[ recovery-image] Sep 04 23:39:54.700 INFO O| Sep 04 23:39:54.700 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-09-04T23:39:55.743Z[ recovery-image] Sep 04 23:39:54.710 INFO O| Sep 04 23:39:54.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
76672026-09-04T23:39:55.743Z[ recovery-image] Sep 04 23:39:54.710 INFO O| Sep 04 23:39:54.710 INFO STEP 663 (remove_files) COMPLETE
76682026-09-04T23:39:55.746Z[ recovery-image] Sep 04 23:39:54.710 INFO O| Sep 04 23:39:54.710 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-09-04T23:39:55.752Z[ recovery-image] Sep 04 23:39:54.720 INFO O| Sep 04 23:39:54.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
76702026-09-04T23:39:55.752Z[ recovery-image] Sep 04 23:39:54.720 INFO O| Sep 04 23:39:54.720 INFO STEP 664 (remove_files) COMPLETE
76712026-09-04T23:39:55.752Z[ recovery-image] Sep 04 23:39:54.720 INFO O| Sep 04 23:39:54.720 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-09-04T23:39:55.762Z[ recovery-image] Sep 04 23:39:54.729 INFO O| Sep 04 23:39:54.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
76732026-09-04T23:39:55.762Z[ recovery-image] Sep 04 23:39:54.729 INFO O| Sep 04 23:39:54.729 INFO STEP 665 (remove_files) COMPLETE
76742026-09-04T23:39:55.762Z[ recovery-image] Sep 04 23:39:54.729 INFO O| Sep 04 23:39:54.729 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-09-04T23:39:55.786Z[ recovery-image] Sep 04 23:39:54.739 INFO O| Sep 04 23:39:54.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
76762026-09-04T23:39:55.808Z[ recovery-image] Sep 04 23:39:54.740 INFO O| Sep 04 23:39:54.739 INFO STEP 666 (remove_files) COMPLETE
76772026-09-04T23:39:55.808Z[ recovery-image] Sep 04 23:39:54.740 INFO O| Sep 04 23:39:54.740 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-09-04T23:39:55.808Z[ recovery-image] Sep 04 23:39:54.749 INFO O| Sep 04 23:39:54.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
76792026-09-04T23:39:55.808Z[ recovery-image] Sep 04 23:39:54.749 INFO O| Sep 04 23:39:54.749 INFO STEP 667 (remove_files) COMPLETE
76802026-09-04T23:39:55.808Z[ recovery-image] Sep 04 23:39:54.749 INFO O| Sep 04 23:39:54.749 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.758 INFO O| Sep 04 23:39:54.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
76822026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.759 INFO O| Sep 04 23:39:54.759 INFO STEP 668 (remove_files) COMPLETE
76832026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.759 INFO O| Sep 04 23:39:54.759 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.767 INFO O| Sep 04 23:39:54.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
76852026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.767 INFO O| Sep 04 23:39:54.767 INFO STEP 669 (remove_files) COMPLETE
76862026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.767 INFO O| Sep 04 23:39:54.767 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.776 INFO O| Sep 04 23:39:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
76882026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.776 INFO O| Sep 04 23:39:54.776 INFO STEP 670 (remove_files) COMPLETE
76892026-09-04T23:39:55.815Z[ recovery-image] Sep 04 23:39:54.776 INFO O| Sep 04 23:39:54.776 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.785 INFO O| Sep 04 23:39:54.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
76912026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.787 INFO O| Sep 04 23:39:54.787 INFO STEP 671 (remove_files) COMPLETE
76922026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.788 INFO O| Sep 04 23:39:54.788 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.798 INFO O| Sep 04 23:39:54.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
76942026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.798 INFO O| Sep 04 23:39:54.798 INFO STEP 672 (remove_files) COMPLETE
76952026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.798 INFO O| Sep 04 23:39:54.798 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-09-04T23:39:55.897Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
76972026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.808 INFO O| Sep 04 23:39:54.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
76982026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.808 INFO O| Sep 04 23:39:54.808 INFO STEP 673 (remove_files) COMPLETE
76992026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.808 INFO O| Sep 04 23:39:54.808 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.819 INFO O| Sep 04 23:39:54.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
77012026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.819 INFO O| Sep 04 23:39:54.819 INFO STEP 674 (remove_files) COMPLETE
77022026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.819 INFO O| Sep 04 23:39:54.819 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.829 INFO O| Sep 04 23:39:54.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
77042026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.830 INFO O| Sep 04 23:39:54.830 INFO STEP 675 (remove_files) COMPLETE
77052026-09-04T23:39:55.897Z[ recovery-image] Sep 04 23:39:54.830 INFO O| Sep 04 23:39:54.830 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.838 INFO O| Sep 04 23:39:54.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
77072026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.838 INFO O| Sep 04 23:39:54.838 INFO STEP 676 (remove_files) COMPLETE
77082026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.838 INFO O| Sep 04 23:39:54.838 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.847 INFO O| Sep 04 23:39:54.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
77102026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.847 INFO O| Sep 04 23:39:54.847 INFO STEP 677 (remove_files) COMPLETE
77112026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.847 INFO O| Sep 04 23:39:54.847 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.856 INFO O| Sep 04 23:39:54.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
77132026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.856 INFO O| Sep 04 23:39:54.856 INFO STEP 678 (remove_files) COMPLETE
77142026-09-04T23:39:55.898Z[ recovery-image] Sep 04 23:39:54.856 INFO O| Sep 04 23:39:54.856 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-09-04T23:39:55.901Z[ recovery-image] Sep 04 23:39:54.865 INFO O| Sep 04 23:39:54.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
77162026-09-04T23:39:55.901Z[ recovery-image] Sep 04 23:39:54.867 INFO O| Sep 04 23:39:54.867 INFO STEP 679 (remove_files) COMPLETE
77172026-09-04T23:39:55.901Z[ recovery-image] Sep 04 23:39:54.867 INFO O| Sep 04 23:39:54.867 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-09-04T23:39:55.949Z[ recovery-image] Sep 04 23:39:54.876 INFO O| Sep 04 23:39:54.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
77192026-09-04T23:39:55.950Z[ recovery-image] Sep 04 23:39:54.876 INFO O| Sep 04 23:39:54.876 INFO STEP 680 (remove_files) COMPLETE
77202026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.876 INFO O| Sep 04 23:39:54.876 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.885 INFO O| Sep 04 23:39:54.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
77222026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.886 INFO O| Sep 04 23:39:54.886 INFO STEP 681 (remove_files) COMPLETE
77232026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.886 INFO O| Sep 04 23:39:54.886 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.896 INFO O| Sep 04 23:39:54.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
77252026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.897 INFO O| Sep 04 23:39:54.897 INFO STEP 682 (remove_files) COMPLETE
77262026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.897 INFO O| Sep 04 23:39:54.897 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-09-04T23:39:55.953Z[ recovery-image] Sep 04 23:39:54.907 INFO O| Sep 04 23:39:54.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
77282026-09-04T23:39:55.954Z[ recovery-image] Sep 04 23:39:54.907 INFO O| Sep 04 23:39:54.907 INFO STEP 683 (remove_files) COMPLETE
77292026-09-04T23:39:55.954Z[ recovery-image] Sep 04 23:39:54.907 INFO O| Sep 04 23:39:54.907 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-09-04T23:39:55.954Z[ recovery-image] Sep 04 23:39:54.917 INFO O| Sep 04 23:39:54.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
77312026-09-04T23:39:55.954Z[ recovery-image] Sep 04 23:39:54.917 INFO O| Sep 04 23:39:54.917 INFO STEP 684 (remove_files) COMPLETE
77322026-09-04T23:39:55.954Z[ recovery-image] Sep 04 23:39:54.917 INFO O| Sep 04 23:39:54.917 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-09-04T23:39:55.960Z[ recovery-image] Sep 04 23:39:54.927 INFO O| Sep 04 23:39:54.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
77342026-09-04T23:39:55.960Z[ recovery-image] Sep 04 23:39:54.927 INFO O| Sep 04 23:39:54.927 INFO STEP 685 (remove_files) COMPLETE
77352026-09-04T23:39:55.960Z[ recovery-image] Sep 04 23:39:54.927 INFO O| Sep 04 23:39:54.927 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-09-04T23:39:55.970Z[ recovery-image] Sep 04 23:39:54.937 INFO O| Sep 04 23:39:54.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
77372026-09-04T23:39:55.970Z[ recovery-image] Sep 04 23:39:54.937 INFO O| Sep 04 23:39:54.937 INFO STEP 686 (remove_files) COMPLETE
77382026-09-04T23:39:55.970Z[ recovery-image] Sep 04 23:39:54.937 INFO O| Sep 04 23:39:54.937 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-09-04T23:39:55.981Z[ recovery-image] Sep 04 23:39:54.948 INFO O| Sep 04 23:39:54.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
77402026-09-04T23:39:55.981Z[ recovery-image] Sep 04 23:39:54.948 INFO O| Sep 04 23:39:54.948 INFO STEP 687 (remove_files) COMPLETE
77412026-09-04T23:39:55.981Z[ recovery-image] Sep 04 23:39:54.948 INFO O| Sep 04 23:39:54.948 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-09-04T23:39:55.989Z[ recovery-image] Sep 04 23:39:54.956 INFO O| Sep 04 23:39:54.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
77432026-09-04T23:39:55.989Z[ recovery-image] Sep 04 23:39:54.956 INFO O| Sep 04 23:39:54.956 INFO STEP 688 (remove_files) COMPLETE
77442026-09-04T23:39:55.989Z[ recovery-image] Sep 04 23:39:54.956 INFO O| Sep 04 23:39:54.956 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.966 INFO O| Sep 04 23:39:54.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
77462026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.966 INFO O| Sep 04 23:39:54.966 INFO STEP 689 (remove_files) COMPLETE
77472026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.966 INFO O| Sep 04 23:39:54.966 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.975 INFO O| Sep 04 23:39:54.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
77492026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.976 INFO O| Sep 04 23:39:54.976 INFO STEP 690 (remove_files) COMPLETE
77502026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.976 INFO O| Sep 04 23:39:54.976 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-09-04T23:39:56.048Z[ recovery-image] Sep 04 23:39:54.987 INFO O| Sep 04 23:39:54.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
77522026-09-04T23:39:56.049Z[ recovery-image] Sep 04 23:39:54.987 INFO O| Sep 04 23:39:54.987 INFO STEP 691 (remove_files) COMPLETE
77532026-09-04T23:39:56.049Z[ recovery-image] Sep 04 23:39:54.987 INFO O| Sep 04 23:39:54.987 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-09-04T23:39:56.049Z[ recovery-image] Sep 04 23:39:54.997 INFO O| Sep 04 23:39:54.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
77552026-09-04T23:39:56.049Z[ recovery-image] Sep 04 23:39:54.997 INFO O| Sep 04 23:39:54.997 INFO STEP 692 (remove_files) COMPLETE
77562026-09-04T23:39:56.049Z[ recovery-image] Sep 04 23:39:54.997 INFO O| Sep 04 23:39:54.997 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-09-04T23:39:56.050Z[ recovery-image] Sep 04 23:39:55.006 INFO O| Sep 04 23:39:55.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
77582026-09-04T23:39:56.050Z[ recovery-image] Sep 04 23:39:55.006 INFO O| Sep 04 23:39:55.006 INFO STEP 693 (remove_files) COMPLETE
77592026-09-04T23:39:56.050Z[ recovery-image] Sep 04 23:39:55.006 INFO O| Sep 04 23:39:55.006 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-09-04T23:39:56.057Z[ recovery-image] Sep 04 23:39:55.016 INFO O| Sep 04 23:39:55.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
77612026-09-04T23:39:56.057Z[ recovery-image] Sep 04 23:39:55.016 INFO O| Sep 04 23:39:55.016 INFO STEP 694 (remove_files) COMPLETE
77622026-09-04T23:39:56.057Z[ recovery-image] Sep 04 23:39:55.016 INFO O| Sep 04 23:39:55.016 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-09-04T23:39:56.060Z[ recovery-image] Sep 04 23:39:55.025 INFO O| Sep 04 23:39:55.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
77642026-09-04T23:39:56.060Z[ recovery-image] Sep 04 23:39:55.025 INFO O| Sep 04 23:39:55.025 INFO STEP 695 (remove_files) COMPLETE
77652026-09-04T23:39:56.060Z[ recovery-image] Sep 04 23:39:55.025 INFO O| Sep 04 23:39:55.025 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-09-04T23:39:56.067Z[ recovery-image] Sep 04 23:39:55.035 INFO O| Sep 04 23:39:55.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
77672026-09-04T23:39:56.067Z[ recovery-image] Sep 04 23:39:55.035 INFO O| Sep 04 23:39:55.035 INFO STEP 696 (remove_files) COMPLETE
77682026-09-04T23:39:56.072Z[ recovery-image] Sep 04 23:39:55.035 INFO O| Sep 04 23:39:55.035 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-09-04T23:39:56.076Z[ recovery-image] Sep 04 23:39:55.044 INFO O| Sep 04 23:39:55.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
77702026-09-04T23:39:56.076Z[ recovery-image] Sep 04 23:39:55.044 INFO O| Sep 04 23:39:55.044 INFO STEP 697 (remove_files) COMPLETE
77712026-09-04T23:39:56.080Z[ recovery-image] Sep 04 23:39:55.044 INFO O| Sep 04 23:39:55.044 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-09-04T23:39:56.086Z[ recovery-image] Sep 04 23:39:55.053 INFO O| Sep 04 23:39:55.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
77732026-09-04T23:39:56.086Z[ recovery-image] Sep 04 23:39:55.053 INFO O| Sep 04 23:39:55.053 INFO STEP 698 (remove_files) COMPLETE
77742026-09-04T23:39:56.090Z[ recovery-image] Sep 04 23:39:55.053 INFO O| Sep 04 23:39:55.053 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-09-04T23:39:56.093Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
77762026-09-04T23:39:56.096Z[ recovery-image] Sep 04 23:39:55.064 INFO O| Sep 04 23:39:55.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
77772026-09-04T23:39:56.096Z[ recovery-image] Sep 04 23:39:55.064 INFO O| Sep 04 23:39:55.064 INFO STEP 699 (remove_files) COMPLETE
77782026-09-04T23:39:56.096Z[ recovery-image] Sep 04 23:39:55.064 INFO O| Sep 04 23:39:55.064 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-09-04T23:39:56.108Z[ recovery-image] Sep 04 23:39:55.075 INFO O| Sep 04 23:39:55.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
77802026-09-04T23:39:56.108Z[ recovery-image] Sep 04 23:39:55.075 INFO O| Sep 04 23:39:55.075 INFO STEP 700 (remove_files) COMPLETE
77812026-09-04T23:39:56.108Z[ recovery-image] Sep 04 23:39:55.075 INFO O| Sep 04 23:39:55.075 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-09-04T23:39:56.118Z[ recovery-image] Sep 04 23:39:55.086 INFO O| Sep 04 23:39:55.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
77832026-09-04T23:39:56.118Z[ recovery-image] Sep 04 23:39:55.086 INFO O| Sep 04 23:39:55.085 INFO STEP 701 (remove_files) COMPLETE
77842026-09-04T23:39:56.119Z[ recovery-image] Sep 04 23:39:55.086 INFO O| Sep 04 23:39:55.086 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-09-04T23:39:56.128Z[ recovery-image] Sep 04 23:39:55.096 INFO O| Sep 04 23:39:55.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
77862026-09-04T23:39:56.129Z[ recovery-image] Sep 04 23:39:55.096 INFO O| Sep 04 23:39:55.096 INFO STEP 702 (remove_files) COMPLETE
77872026-09-04T23:39:56.132Z[ recovery-image] Sep 04 23:39:55.096 INFO O| Sep 04 23:39:55.096 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-09-04T23:39:56.140Z[ recovery-image] Sep 04 23:39:55.107 INFO O| Sep 04 23:39:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
77892026-09-04T23:39:56.140Z[ recovery-image] Sep 04 23:39:55.107 INFO O| Sep 04 23:39:55.107 INFO STEP 703 (remove_files) COMPLETE
77902026-09-04T23:39:56.140Z[ recovery-image] Sep 04 23:39:55.107 INFO O| Sep 04 23:39:55.107 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-09-04T23:39:56.152Z[ recovery-image] Sep 04 23:39:55.118 INFO O| Sep 04 23:39:55.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
77922026-09-04T23:39:56.152Z[ recovery-image] Sep 04 23:39:55.118 INFO O| Sep 04 23:39:55.118 INFO STEP 704 (remove_files) COMPLETE
77932026-09-04T23:39:56.152Z[ recovery-image] Sep 04 23:39:55.118 INFO O| Sep 04 23:39:55.118 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-09-04T23:39:56.162Z[ recovery-image] Sep 04 23:39:55.129 INFO O| Sep 04 23:39:55.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
77952026-09-04T23:39:56.162Z[ recovery-image] Sep 04 23:39:55.129 INFO O| Sep 04 23:39:55.129 INFO STEP 705 (remove_files) COMPLETE
77962026-09-04T23:39:56.162Z[ recovery-image] Sep 04 23:39:55.129 INFO O| Sep 04 23:39:55.129 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-09-04T23:39:56.173Z[ recovery-image] Sep 04 23:39:55.140 INFO O| Sep 04 23:39:55.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
77982026-09-04T23:39:56.173Z[ recovery-image] Sep 04 23:39:55.140 INFO O| Sep 04 23:39:55.140 INFO STEP 706 (remove_files) COMPLETE
77992026-09-04T23:39:56.173Z[ recovery-image] Sep 04 23:39:55.140 INFO O| Sep 04 23:39:55.140 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-09-04T23:39:56.184Z[ recovery-image] Sep 04 23:39:55.151 INFO O| Sep 04 23:39:55.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
78012026-09-04T23:39:56.184Z[ recovery-image] Sep 04 23:39:55.151 INFO O| Sep 04 23:39:55.151 INFO STEP 707 (remove_files) COMPLETE
78022026-09-04T23:39:56.184Z[ recovery-image] Sep 04 23:39:55.151 INFO O| Sep 04 23:39:55.151 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-09-04T23:39:56.195Z[ recovery-image] Sep 04 23:39:55.162 INFO O| Sep 04 23:39:55.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
78042026-09-04T23:39:56.195Z[ recovery-image] Sep 04 23:39:55.162 INFO O| Sep 04 23:39:55.162 INFO STEP 708 (remove_files) COMPLETE
78052026-09-04T23:39:56.195Z[ recovery-image] Sep 04 23:39:55.162 INFO O| Sep 04 23:39:55.162 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-09-04T23:39:56.202Z[verify-libraries] Compiling yansi v1.0.1
78072026-09-04T23:39:56.206Z[ recovery-image] Sep 04 23:39:55.174 INFO O| Sep 04 23:39:55.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
78082026-09-04T23:39:56.206Z[ recovery-image] Sep 04 23:39:55.174 INFO O| Sep 04 23:39:55.174 INFO STEP 709 (remove_files) COMPLETE
78092026-09-04T23:39:56.206Z[ recovery-image] Sep 04 23:39:55.174 INFO O| Sep 04 23:39:55.174 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-09-04T23:39:56.217Z[ recovery-image] Sep 04 23:39:55.185 INFO O| Sep 04 23:39:55.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
78112026-09-04T23:39:56.217Z[ recovery-image] Sep 04 23:39:55.185 INFO O| Sep 04 23:39:55.185 INFO STEP 710 (remove_files) COMPLETE
78122026-09-04T23:39:56.221Z[ recovery-image] Sep 04 23:39:55.185 INFO O| Sep 04 23:39:55.185 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-09-04T23:39:56.229Z[ recovery-image] Sep 04 23:39:55.197 INFO O| Sep 04 23:39:55.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
78142026-09-04T23:39:56.230Z[ recovery-image] Sep 04 23:39:55.197 INFO O| Sep 04 23:39:55.197 INFO STEP 711 (remove_files) COMPLETE
78152026-09-04T23:39:56.233Z[ recovery-image] Sep 04 23:39:55.197 INFO O| Sep 04 23:39:55.197 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-09-04T23:39:56.240Z[ recovery-image] Sep 04 23:39:55.208 INFO O| Sep 04 23:39:55.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
78172026-09-04T23:39:56.240Z[ recovery-image] Sep 04 23:39:55.208 INFO O| Sep 04 23:39:55.208 INFO STEP 712 (remove_files) COMPLETE
78182026-09-04T23:39:56.241Z[ recovery-image] Sep 04 23:39:55.208 INFO O| Sep 04 23:39:55.208 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-09-04T23:39:56.250Z[ recovery-image] Sep 04 23:39:55.218 INFO O| Sep 04 23:39:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
78202026-09-04T23:39:56.250Z[ recovery-image] Sep 04 23:39:55.218 INFO O| Sep 04 23:39:55.218 INFO STEP 713 (remove_files) COMPLETE
78212026-09-04T23:39:56.251Z[ recovery-image] Sep 04 23:39:55.218 INFO O| Sep 04 23:39:55.218 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-09-04T23:39:56.261Z[ recovery-image] Sep 04 23:39:55.228 INFO O| Sep 04 23:39:55.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
78232026-09-04T23:39:56.261Z[ recovery-image] Sep 04 23:39:55.228 INFO O| Sep 04 23:39:55.228 INFO STEP 714 (remove_files) COMPLETE
78242026-09-04T23:39:56.261Z[ recovery-image] Sep 04 23:39:55.228 INFO O| Sep 04 23:39:55.228 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-09-04T23:39:56.272Z[ recovery-image] Sep 04 23:39:55.240 INFO O| Sep 04 23:39:55.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
78262026-09-04T23:39:56.272Z[ recovery-image] Sep 04 23:39:55.240 INFO O| Sep 04 23:39:55.240 INFO STEP 715 (remove_files) COMPLETE
78272026-09-04T23:39:56.272Z[ recovery-image] Sep 04 23:39:55.240 INFO O| Sep 04 23:39:55.240 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-09-04T23:39:56.283Z[ recovery-image] Sep 04 23:39:55.251 INFO O| Sep 04 23:39:55.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
78292026-09-04T23:39:56.283Z[ recovery-image] Sep 04 23:39:55.251 INFO O| Sep 04 23:39:55.251 INFO STEP 716 (remove_files) COMPLETE
78302026-09-04T23:39:56.287Z[ recovery-image] Sep 04 23:39:55.251 INFO O| Sep 04 23:39:55.251 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-09-04T23:39:56.294Z[ recovery-image] Sep 04 23:39:55.262 INFO O| Sep 04 23:39:55.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
78322026-09-04T23:39:56.294Z[ recovery-image] Sep 04 23:39:55.262 INFO O| Sep 04 23:39:55.262 INFO STEP 717 (remove_files) COMPLETE
78332026-09-04T23:39:56.294Z[ recovery-image] Sep 04 23:39:55.262 INFO O| Sep 04 23:39:55.262 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-09-04T23:39:56.306Z[ recovery-image] Sep 04 23:39:55.273 INFO O| Sep 04 23:39:55.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
78352026-09-04T23:39:56.306Z[ recovery-image] Sep 04 23:39:55.273 INFO O| Sep 04 23:39:55.273 INFO STEP 718 (remove_files) COMPLETE
78362026-09-04T23:39:56.306Z[ recovery-image] Sep 04 23:39:55.273 INFO O| Sep 04 23:39:55.273 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-09-04T23:39:56.316Z[ recovery-image] Sep 04 23:39:55.283 INFO O| Sep 04 23:39:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
78382026-09-04T23:39:56.316Z[ recovery-image] Sep 04 23:39:55.283 INFO O| Sep 04 23:39:55.283 INFO STEP 719 (remove_files) COMPLETE
78392026-09-04T23:39:56.316Z[ recovery-image] Sep 04 23:39:55.283 INFO O| Sep 04 23:39:55.283 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-09-04T23:39:56.325Z[ recovery-image] Sep 04 23:39:55.293 INFO O| Sep 04 23:39:55.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
78412026-09-04T23:39:56.325Z[ recovery-image] Sep 04 23:39:55.293 INFO O| Sep 04 23:39:55.293 INFO STEP 720 (remove_files) COMPLETE
78422026-09-04T23:39:56.326Z[ recovery-image] Sep 04 23:39:55.293 INFO O| Sep 04 23:39:55.293 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-09-04T23:39:56.337Z[ recovery-image] Sep 04 23:39:55.304 INFO O| Sep 04 23:39:55.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
78442026-09-04T23:39:56.337Z[ recovery-image] Sep 04 23:39:55.304 INFO O| Sep 04 23:39:55.304 INFO STEP 721 (remove_files) COMPLETE
78452026-09-04T23:39:56.337Z[ recovery-image] Sep 04 23:39:55.304 INFO O| Sep 04 23:39:55.304 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-09-04T23:39:56.348Z[ recovery-image] Sep 04 23:39:55.315 INFO O| Sep 04 23:39:55.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
78472026-09-04T23:39:56.348Z[ recovery-image] Sep 04 23:39:55.316 INFO O| Sep 04 23:39:55.316 INFO STEP 722 (remove_files) COMPLETE
78482026-09-04T23:39:56.348Z[ recovery-image] Sep 04 23:39:55.316 INFO O| Sep 04 23:39:55.316 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-09-04T23:39:56.359Z[ recovery-image] Sep 04 23:39:55.326 INFO O| Sep 04 23:39:55.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
78502026-09-04T23:39:56.359Z[ recovery-image] Sep 04 23:39:55.326 INFO O| Sep 04 23:39:55.326 INFO STEP 723 (remove_files) COMPLETE
78512026-09-04T23:39:56.359Z[ recovery-image] Sep 04 23:39:55.326 INFO O| Sep 04 23:39:55.326 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-09-04T23:39:56.369Z[ recovery-image] Sep 04 23:39:55.336 INFO O| Sep 04 23:39:55.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
78532026-09-04T23:39:56.369Z[ recovery-image] Sep 04 23:39:55.336 INFO O| Sep 04 23:39:55.336 INFO STEP 724 (remove_files) COMPLETE
78542026-09-04T23:39:56.369Z[ recovery-image] Sep 04 23:39:55.336 INFO O| Sep 04 23:39:55.336 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-09-04T23:39:56.379Z[ recovery-image] Sep 04 23:39:55.346 INFO O| Sep 04 23:39:55.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
78562026-09-04T23:39:56.379Z[ recovery-image] Sep 04 23:39:55.346 INFO O| Sep 04 23:39:55.346 INFO STEP 725 (remove_files) COMPLETE
78572026-09-04T23:39:56.383Z[ recovery-image] Sep 04 23:39:55.346 INFO O| Sep 04 23:39:55.346 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-09-04T23:39:56.388Z[ recovery-image] Sep 04 23:39:55.355 INFO O| Sep 04 23:39:55.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
78592026-09-04T23:39:56.388Z[ recovery-image] Sep 04 23:39:55.355 INFO O| Sep 04 23:39:55.355 INFO STEP 726 (remove_files) COMPLETE
78602026-09-04T23:39:56.392Z[ recovery-image] Sep 04 23:39:55.355 INFO O| Sep 04 23:39:55.355 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-09-04T23:39:56.397Z[ recovery-image] Sep 04 23:39:55.364 INFO O| Sep 04 23:39:55.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
78622026-09-04T23:39:56.400Z[ recovery-image] Sep 04 23:39:55.365 INFO O| Sep 04 23:39:55.365 INFO STEP 727 (remove_files) COMPLETE
78632026-09-04T23:39:56.401Z[ recovery-image] Sep 04 23:39:55.365 INFO O| Sep 04 23:39:55.365 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-09-04T23:39:56.408Z[ recovery-image] Sep 04 23:39:55.375 INFO O| Sep 04 23:39:55.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
78652026-09-04T23:39:56.408Z[ recovery-image] Sep 04 23:39:55.376 INFO O| Sep 04 23:39:55.376 INFO STEP 728 (remove_files) COMPLETE
78662026-09-04T23:39:56.408Z[ recovery-image] Sep 04 23:39:55.376 INFO O| Sep 04 23:39:55.376 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-09-04T23:39:56.418Z[ recovery-image] Sep 04 23:39:55.386 INFO O| Sep 04 23:39:55.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
78682026-09-04T23:39:56.419Z[ recovery-image] Sep 04 23:39:55.386 INFO O| Sep 04 23:39:55.386 INFO STEP 729 (remove_files) COMPLETE
78692026-09-04T23:39:56.419Z[ recovery-image] Sep 04 23:39:55.386 INFO O| Sep 04 23:39:55.386 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-09-04T23:39:56.430Z[ recovery-image] Sep 04 23:39:55.397 INFO O| Sep 04 23:39:55.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
78712026-09-04T23:39:56.430Z[ recovery-image] Sep 04 23:39:55.397 INFO O| Sep 04 23:39:55.397 INFO STEP 730 (remove_files) COMPLETE
78722026-09-04T23:39:56.430Z[ recovery-image] Sep 04 23:39:55.397 INFO O| Sep 04 23:39:55.397 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-09-04T23:39:56.440Z[ recovery-image] Sep 04 23:39:55.407 INFO O| Sep 04 23:39:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
78742026-09-04T23:39:56.440Z[ recovery-image] Sep 04 23:39:55.407 INFO O| Sep 04 23:39:55.407 INFO STEP 731 (remove_files) COMPLETE
78752026-09-04T23:39:56.440Z[ recovery-image] Sep 04 23:39:55.407 INFO O| Sep 04 23:39:55.407 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-09-04T23:39:56.452Z[ recovery-image] Sep 04 23:39:55.419 INFO O| Sep 04 23:39:55.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
78772026-09-04T23:39:56.452Z[ recovery-image] Sep 04 23:39:55.419 INFO O| Sep 04 23:39:55.419 INFO STEP 732 (remove_files) COMPLETE
78782026-09-04T23:39:56.452Z[ recovery-image] Sep 04 23:39:55.419 INFO O| Sep 04 23:39:55.419 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-09-04T23:39:56.463Z[ recovery-image] Sep 04 23:39:55.431 INFO O| Sep 04 23:39:55.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
78802026-09-04T23:39:56.464Z[ recovery-image] Sep 04 23:39:55.431 INFO O| Sep 04 23:39:55.431 INFO STEP 733 (remove_files) COMPLETE
78812026-09-04T23:39:56.464Z[ recovery-image] Sep 04 23:39:55.431 INFO O| Sep 04 23:39:55.431 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-09-04T23:39:56.475Z[ recovery-image] Sep 04 23:39:55.442 INFO O| Sep 04 23:39:55.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
78832026-09-04T23:39:56.475Z[ recovery-image] Sep 04 23:39:55.442 INFO O| Sep 04 23:39:55.442 INFO STEP 734 (remove_files) COMPLETE
78842026-09-04T23:39:56.478Z[ recovery-image] Sep 04 23:39:55.442 INFO O| Sep 04 23:39:55.442 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-09-04T23:39:56.487Z[ recovery-image] Sep 04 23:39:55.453 INFO O| Sep 04 23:39:55.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
78862026-09-04T23:39:56.487Z[ recovery-image] Sep 04 23:39:55.453 INFO O| Sep 04 23:39:55.453 INFO STEP 735 (remove_files) COMPLETE
78872026-09-04T23:39:56.490Z[ recovery-image] Sep 04 23:39:55.453 INFO O| Sep 04 23:39:55.453 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-09-04T23:39:56.496Z[ recovery-image] Sep 04 23:39:55.463 INFO O| Sep 04 23:39:55.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
78892026-09-04T23:39:56.496Z[ recovery-image] Sep 04 23:39:55.463 INFO O| Sep 04 23:39:55.463 INFO STEP 736 (remove_files) COMPLETE
78902026-09-04T23:39:56.496Z[ recovery-image] Sep 04 23:39:55.463 INFO O| Sep 04 23:39:55.463 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-09-04T23:39:56.507Z[ recovery-image] Sep 04 23:39:55.474 INFO O| Sep 04 23:39:55.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
78922026-09-04T23:39:56.507Z[ recovery-image] Sep 04 23:39:55.474 INFO O| Sep 04 23:39:55.474 INFO STEP 737 (remove_files) COMPLETE
78932026-09-04T23:39:56.507Z[ recovery-image] Sep 04 23:39:55.474 INFO O| Sep 04 23:39:55.474 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-09-04T23:39:56.519Z[ recovery-image] Sep 04 23:39:55.486 INFO O| Sep 04 23:39:55.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
78952026-09-04T23:39:56.519Z[ recovery-image] Sep 04 23:39:55.486 INFO O| Sep 04 23:39:55.486 INFO STEP 738 (remove_files) COMPLETE
78962026-09-04T23:39:56.522Z[ recovery-image] Sep 04 23:39:55.486 INFO O| Sep 04 23:39:55.486 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-09-04T23:39:56.529Z[ recovery-image] Sep 04 23:39:55.497 INFO O| Sep 04 23:39:55.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
78982026-09-04T23:39:56.529Z[ recovery-image] Sep 04 23:39:55.497 INFO O| Sep 04 23:39:55.497 INFO STEP 739 (remove_files) COMPLETE
78992026-09-04T23:39:56.529Z[ recovery-image] Sep 04 23:39:55.497 INFO O| Sep 04 23:39:55.497 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-09-04T23:39:56.540Z[ recovery-image] Sep 04 23:39:55.507 INFO O| Sep 04 23:39:55.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
79012026-09-04T23:39:56.540Z[ recovery-image] Sep 04 23:39:55.507 INFO O| Sep 04 23:39:55.507 INFO STEP 740 (remove_files) COMPLETE
79022026-09-04T23:39:56.540Z[ recovery-image] Sep 04 23:39:55.507 INFO O| Sep 04 23:39:55.507 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-09-04T23:39:56.550Z[ recovery-image] Sep 04 23:39:55.517 INFO O| Sep 04 23:39:55.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
79042026-09-04T23:39:56.550Z[ recovery-image] Sep 04 23:39:55.517 INFO O| Sep 04 23:39:55.517 INFO STEP 741 (remove_files) COMPLETE
79052026-09-04T23:39:56.550Z[ recovery-image] Sep 04 23:39:55.517 INFO O| Sep 04 23:39:55.517 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-09-04T23:39:56.559Z[ recovery-image] Sep 04 23:39:55.527 INFO O| Sep 04 23:39:55.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
79072026-09-04T23:39:56.559Z[ recovery-image] Sep 04 23:39:55.527 INFO O| Sep 04 23:39:55.527 INFO STEP 742 (remove_files) COMPLETE
79082026-09-04T23:39:56.563Z[ recovery-image] Sep 04 23:39:55.527 INFO O| Sep 04 23:39:55.527 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-09-04T23:39:56.571Z[ recovery-image] Sep 04 23:39:55.539 INFO O| Sep 04 23:39:55.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
79102026-09-04T23:39:56.571Z[ recovery-image] Sep 04 23:39:55.539 INFO O| Sep 04 23:39:55.539 INFO STEP 743 (remove_files) COMPLETE
79112026-09-04T23:39:56.576Z[ recovery-image] Sep 04 23:39:55.539 INFO O| Sep 04 23:39:55.539 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-09-04T23:39:56.582Z[ recovery-image] Sep 04 23:39:55.550 INFO O| Sep 04 23:39:55.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
79132026-09-04T23:39:56.582Z[ recovery-image] Sep 04 23:39:55.550 INFO O| Sep 04 23:39:55.550 INFO STEP 744 (remove_files) COMPLETE
79142026-09-04T23:39:56.582Z[ recovery-image] Sep 04 23:39:55.550 INFO O| Sep 04 23:39:55.550 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-09-04T23:39:56.586Z[verify-libraries] Compiling pretty_assertions v1.4.1
79162026-09-04T23:39:56.592Z[ recovery-image] Sep 04 23:39:55.560 INFO O| Sep 04 23:39:55.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
79172026-09-04T23:39:56.593Z[ recovery-image] Sep 04 23:39:55.560 INFO O| Sep 04 23:39:55.560 INFO STEP 745 (remove_files) COMPLETE
79182026-09-04T23:39:56.593Z[ recovery-image] Sep 04 23:39:55.560 INFO O| Sep 04 23:39:55.560 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-09-04T23:39:56.603Z[ recovery-image] Sep 04 23:39:55.570 INFO O| Sep 04 23:39:55.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
79202026-09-04T23:39:56.603Z[ recovery-image] Sep 04 23:39:55.570 INFO O| Sep 04 23:39:55.570 INFO STEP 746 (remove_files) COMPLETE
79212026-09-04T23:39:56.603Z[ recovery-image] Sep 04 23:39:55.570 INFO O| Sep 04 23:39:55.570 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-09-04T23:39:56.614Z[ recovery-image] Sep 04 23:39:55.581 INFO O| Sep 04 23:39:55.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
79232026-09-04T23:39:56.614Z[ recovery-image] Sep 04 23:39:55.581 INFO O| Sep 04 23:39:55.581 INFO STEP 747 (remove_files) COMPLETE
79242026-09-04T23:39:56.614Z[ recovery-image] Sep 04 23:39:55.581 INFO O| Sep 04 23:39:55.581 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-09-04T23:39:56.623Z[ recovery-image] Sep 04 23:39:55.590 INFO O| Sep 04 23:39:55.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
79262026-09-04T23:39:56.623Z[ recovery-image] Sep 04 23:39:55.591 INFO O| Sep 04 23:39:55.591 INFO STEP 748 (remove_files) COMPLETE
79272026-09-04T23:39:56.624Z[ recovery-image] Sep 04 23:39:55.591 INFO O| Sep 04 23:39:55.591 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-09-04T23:39:56.638Z[ recovery-image] Sep 04 23:39:55.605 INFO O| Sep 04 23:39:55.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
79292026-09-04T23:39:56.638Z[ recovery-image] Sep 04 23:39:55.605 INFO O| Sep 04 23:39:55.605 INFO STEP 749 (remove_files) COMPLETE
79302026-09-04T23:39:56.638Z[ recovery-image] Sep 04 23:39:55.605 INFO O| Sep 04 23:39:55.605 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-09-04T23:39:56.648Z[ recovery-image] Sep 04 23:39:55.615 INFO O| Sep 04 23:39:55.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
79322026-09-04T23:39:56.648Z[ recovery-image] Sep 04 23:39:55.615 INFO O| Sep 04 23:39:55.615 INFO STEP 750 (remove_files) COMPLETE
79332026-09-04T23:39:56.653Z[ recovery-image] Sep 04 23:39:55.615 INFO O| Sep 04 23:39:55.615 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-09-04T23:39:56.658Z[ recovery-image] Sep 04 23:39:55.626 INFO O| Sep 04 23:39:55.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
79352026-09-04T23:39:56.658Z[ recovery-image] Sep 04 23:39:55.626 INFO O| Sep 04 23:39:55.626 INFO STEP 751 (remove_files) COMPLETE
79362026-09-04T23:39:56.658Z[ recovery-image] Sep 04 23:39:55.626 INFO O| Sep 04 23:39:55.626 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-09-04T23:39:56.667Z[ recovery-image] Sep 04 23:39:55.635 INFO O| Sep 04 23:39:55.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
79382026-09-04T23:39:56.667Z[ recovery-image] Sep 04 23:39:55.635 INFO O| Sep 04 23:39:55.635 INFO STEP 752 (remove_files) COMPLETE
79392026-09-04T23:39:56.669Z[ recovery-image] Sep 04 23:39:55.635 INFO O| Sep 04 23:39:55.635 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-09-04T23:39:56.676Z[ recovery-image] Sep 04 23:39:55.643 INFO O| Sep 04 23:39:55.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
79412026-09-04T23:39:56.676Z[ recovery-image] Sep 04 23:39:55.643 INFO O| Sep 04 23:39:55.643 INFO STEP 753 (remove_files) COMPLETE
79422026-09-04T23:39:56.679Z[ recovery-image] Sep 04 23:39:55.643 INFO O| Sep 04 23:39:55.643 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-09-04T23:39:56.686Z[ recovery-image] Sep 04 23:39:55.653 INFO O| Sep 04 23:39:55.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
79442026-09-04T23:39:56.686Z[ recovery-image] Sep 04 23:39:55.653 INFO O| Sep 04 23:39:55.653 INFO STEP 754 (remove_files) COMPLETE
79452026-09-04T23:39:56.690Z[ recovery-image] Sep 04 23:39:55.653 INFO O| Sep 04 23:39:55.653 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-09-04T23:39:56.696Z[ recovery-image] Sep 04 23:39:55.664 INFO O| Sep 04 23:39:55.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
79472026-09-04T23:39:56.696Z[ recovery-image] Sep 04 23:39:55.664 INFO O| Sep 04 23:39:55.664 INFO STEP 755 (remove_files) COMPLETE
79482026-09-04T23:39:56.696Z[ recovery-image] Sep 04 23:39:55.664 INFO O| Sep 04 23:39:55.664 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-09-04T23:39:56.700Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
79502026-09-04T23:39:56.706Z[ recovery-image] Sep 04 23:39:55.674 INFO O| Sep 04 23:39:55.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
79512026-09-04T23:39:56.706Z[ recovery-image] Sep 04 23:39:55.674 INFO O| Sep 04 23:39:55.674 INFO STEP 756 (remove_files) COMPLETE
79522026-09-04T23:39:56.706Z[ recovery-image] Sep 04 23:39:55.674 INFO O| Sep 04 23:39:55.674 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-09-04T23:39:56.716Z[ recovery-image] Sep 04 23:39:55.683 INFO O| Sep 04 23:39:55.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
79542026-09-04T23:39:56.716Z[ recovery-image] Sep 04 23:39:55.683 INFO O| Sep 04 23:39:55.683 INFO STEP 757 (remove_files) COMPLETE
79552026-09-04T23:39:56.720Z[ recovery-image] Sep 04 23:39:55.683 INFO O| Sep 04 23:39:55.683 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-09-04T23:39:56.724Z[ recovery-image] Sep 04 23:39:55.691 INFO O| Sep 04 23:39:55.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
79572026-09-04T23:39:56.724Z[ recovery-image] Sep 04 23:39:55.691 INFO O| Sep 04 23:39:55.691 INFO STEP 758 (remove_files) COMPLETE
79582026-09-04T23:39:56.727Z[ recovery-image] Sep 04 23:39:55.691 INFO O| Sep 04 23:39:55.691 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-09-04T23:39:56.731Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
79602026-09-04T23:39:56.734Z[ recovery-image] Sep 04 23:39:55.700 INFO O| Sep 04 23:39:55.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
79612026-09-04T23:39:56.734Z[ recovery-image] Sep 04 23:39:55.700 INFO O| Sep 04 23:39:55.700 INFO STEP 759 (remove_files) COMPLETE
79622026-09-04T23:39:56.734Z[ recovery-image] Sep 04 23:39:55.700 INFO O| Sep 04 23:39:55.700 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-09-04T23:39:56.744Z[ recovery-image] Sep 04 23:39:55.711 INFO O| Sep 04 23:39:55.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
79642026-09-04T23:39:56.744Z[ recovery-image] Sep 04 23:39:55.711 INFO O| Sep 04 23:39:55.711 INFO STEP 760 (remove_files) COMPLETE
79652026-09-04T23:39:56.748Z[ recovery-image] Sep 04 23:39:55.711 INFO O| Sep 04 23:39:55.711 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-09-04T23:39:56.758Z[ recovery-image] Sep 04 23:39:55.722 INFO O| Sep 04 23:39:55.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
79672026-09-04T23:39:56.758Z[ recovery-image] Sep 04 23:39:55.722 INFO O| Sep 04 23:39:55.722 INFO STEP 761 (remove_files) COMPLETE
79682026-09-04T23:39:56.758Z[ recovery-image] Sep 04 23:39:55.722 INFO O| Sep 04 23:39:55.722 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-09-04T23:39:56.769Z[ recovery-image] Sep 04 23:39:55.737 INFO O| Sep 04 23:39:55.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
79702026-09-04T23:39:56.769Z[ recovery-image] Sep 04 23:39:55.737 INFO O| Sep 04 23:39:55.737 INFO STEP 762 (remove_files) COMPLETE
79712026-09-04T23:39:56.770Z[ recovery-image] Sep 04 23:39:55.737 INFO O| Sep 04 23:39:55.737 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-09-04T23:39:56.780Z[ recovery-image] Sep 04 23:39:55.747 INFO O| Sep 04 23:39:55.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
79732026-09-04T23:39:56.780Z[ recovery-image] Sep 04 23:39:55.747 INFO O| Sep 04 23:39:55.747 INFO STEP 763 (remove_files) COMPLETE
79742026-09-04T23:39:56.780Z[ recovery-image] Sep 04 23:39:55.747 INFO O| Sep 04 23:39:55.747 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-09-04T23:39:56.791Z[ recovery-image] Sep 04 23:39:55.758 INFO O| Sep 04 23:39:55.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
79762026-09-04T23:39:56.791Z[ recovery-image] Sep 04 23:39:55.758 INFO O| Sep 04 23:39:55.758 INFO STEP 764 (remove_files) COMPLETE
79772026-09-04T23:39:56.791Z[ recovery-image] Sep 04 23:39:55.758 INFO O| Sep 04 23:39:55.758 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-09-04T23:39:56.801Z[ recovery-image] Sep 04 23:39:55.768 INFO O| Sep 04 23:39:55.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
79792026-09-04T23:39:56.801Z[ recovery-image] Sep 04 23:39:55.768 INFO O| Sep 04 23:39:55.768 INFO STEP 765 (remove_files) COMPLETE
79802026-09-04T23:39:56.805Z[ recovery-image] Sep 04 23:39:55.768 INFO O| Sep 04 23:39:55.768 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-09-04T23:39:56.815Z[ recovery-image] Sep 04 23:39:55.783 INFO O| Sep 04 23:39:55.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
79822026-09-04T23:39:56.815Z[ recovery-image] Sep 04 23:39:55.783 INFO O| Sep 04 23:39:55.783 INFO STEP 766 (remove_files) COMPLETE
79832026-09-04T23:39:56.815Z[ recovery-image] Sep 04 23:39:55.783 INFO O| Sep 04 23:39:55.783 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-09-04T23:39:56.825Z[ recovery-image] Sep 04 23:39:55.792 INFO O| Sep 04 23:39:55.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
79852026-09-04T23:39:56.825Z[ recovery-image] Sep 04 23:39:55.792 INFO O| Sep 04 23:39:55.792 INFO STEP 767 (remove_files) COMPLETE
79862026-09-04T23:39:56.825Z[ recovery-image] Sep 04 23:39:55.792 INFO O| Sep 04 23:39:55.792 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-09-04T23:39:56.835Z[ recovery-image] Sep 04 23:39:55.803 INFO O| Sep 04 23:39:55.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
79882026-09-04T23:39:56.835Z[ recovery-image] Sep 04 23:39:55.803 INFO O| Sep 04 23:39:55.803 INFO STEP 768 (remove_files) COMPLETE
79892026-09-04T23:39:56.835Z[ recovery-image] Sep 04 23:39:55.803 INFO O| Sep 04 23:39:55.803 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-09-04T23:39:56.845Z[ recovery-image] Sep 04 23:39:55.812 INFO O| Sep 04 23:39:55.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
79912026-09-04T23:39:56.845Z[ recovery-image] Sep 04 23:39:55.812 INFO O| Sep 04 23:39:55.812 INFO STEP 769 (remove_files) COMPLETE
79922026-09-04T23:39:56.845Z[ recovery-image] Sep 04 23:39:55.812 INFO O| Sep 04 23:39:55.812 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-09-04T23:39:56.854Z[ recovery-image] Sep 04 23:39:55.821 INFO O| Sep 04 23:39:55.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
79942026-09-04T23:39:56.854Z[ recovery-image] Sep 04 23:39:55.822 INFO O| Sep 04 23:39:55.822 INFO STEP 770 (remove_files) COMPLETE
79952026-09-04T23:39:56.858Z[ recovery-image] Sep 04 23:39:55.822 INFO O| Sep 04 23:39:55.822 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-09-04T23:39:56.864Z[ recovery-image] Sep 04 23:39:55.831 INFO O| Sep 04 23:39:55.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
79972026-09-04T23:39:56.864Z[ recovery-image] Sep 04 23:39:55.831 INFO O| Sep 04 23:39:55.831 INFO STEP 771 (remove_files) COMPLETE
79982026-09-04T23:39:56.867Z[ recovery-image] Sep 04 23:39:55.831 INFO O| Sep 04 23:39:55.831 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-09-04T23:39:56.874Z[ recovery-image] Sep 04 23:39:55.841 INFO O| Sep 04 23:39:55.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
80002026-09-04T23:39:56.877Z[ recovery-image] Sep 04 23:39:55.841 INFO O| Sep 04 23:39:55.841 INFO STEP 772 (remove_files) COMPLETE
80012026-09-04T23:39:56.877Z[ recovery-image] Sep 04 23:39:55.841 INFO O| Sep 04 23:39:55.841 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-09-04T23:39:56.883Z[ recovery-image] Sep 04 23:39:55.851 INFO O| Sep 04 23:39:55.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
80032026-09-04T23:39:56.883Z[ recovery-image] Sep 04 23:39:55.851 INFO O| Sep 04 23:39:55.851 INFO STEP 773 (remove_files) COMPLETE
80042026-09-04T23:39:56.887Z[ recovery-image] Sep 04 23:39:55.851 INFO O| Sep 04 23:39:55.851 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-09-04T23:39:56.893Z[ recovery-image] Sep 04 23:39:55.860 INFO O| Sep 04 23:39:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
80062026-09-04T23:39:56.896Z[ recovery-image] Sep 04 23:39:55.860 INFO O| Sep 04 23:39:55.860 INFO STEP 774 (remove_files) COMPLETE
80072026-09-04T23:39:56.896Z[ recovery-image] Sep 04 23:39:55.860 INFO O| Sep 04 23:39:55.860 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-09-04T23:39:56.904Z[ recovery-image] Sep 04 23:39:55.871 INFO O| Sep 04 23:39:55.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
80092026-09-04T23:39:56.904Z[ recovery-image] Sep 04 23:39:55.871 INFO O| Sep 04 23:39:55.871 INFO STEP 775 (remove_files) COMPLETE
80102026-09-04T23:39:56.904Z[ recovery-image] Sep 04 23:39:55.871 INFO O| Sep 04 23:39:55.871 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-09-04T23:39:56.915Z[ recovery-image] Sep 04 23:39:55.882 INFO O| Sep 04 23:39:55.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
80122026-09-04T23:39:56.915Z[ recovery-image] Sep 04 23:39:55.882 INFO O| Sep 04 23:39:55.882 INFO STEP 776 (remove_files) COMPLETE
80132026-09-04T23:39:56.915Z[ recovery-image] Sep 04 23:39:55.882 INFO O| Sep 04 23:39:55.882 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-09-04T23:39:56.925Z[ recovery-image] Sep 04 23:39:55.892 INFO O| Sep 04 23:39:55.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
80152026-09-04T23:39:56.925Z[ recovery-image] Sep 04 23:39:55.892 INFO O| Sep 04 23:39:55.892 INFO STEP 777 (remove_files) COMPLETE
80162026-09-04T23:39:56.925Z[ recovery-image] Sep 04 23:39:55.892 INFO O| Sep 04 23:39:55.892 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-09-04T23:39:56.938Z[ recovery-image] Sep 04 23:39:55.905 INFO O| Sep 04 23:39:55.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
80182026-09-04T23:39:56.938Z[ recovery-image] Sep 04 23:39:55.905 INFO O| Sep 04 23:39:55.905 INFO STEP 778 (remove_files) COMPLETE
80192026-09-04T23:39:56.941Z[ recovery-image] Sep 04 23:39:55.905 INFO O| Sep 04 23:39:55.905 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-09-04T23:39:56.949Z[ recovery-image] Sep 04 23:39:55.916 INFO O| Sep 04 23:39:55.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
80212026-09-04T23:39:56.949Z[ recovery-image] Sep 04 23:39:55.916 INFO O| Sep 04 23:39:55.916 INFO STEP 779 (remove_files) COMPLETE
80222026-09-04T23:39:56.953Z[ recovery-image] Sep 04 23:39:55.917 INFO O| Sep 04 23:39:55.916 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-09-04T23:39:56.960Z[ recovery-image] Sep 04 23:39:55.927 INFO O| Sep 04 23:39:55.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
80242026-09-04T23:39:56.960Z[ recovery-image] Sep 04 23:39:55.928 INFO O| Sep 04 23:39:55.928 INFO STEP 780 (remove_files) COMPLETE
80252026-09-04T23:39:56.960Z[ recovery-image] Sep 04 23:39:55.928 INFO O| Sep 04 23:39:55.928 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-09-04T23:39:56.971Z[ recovery-image] Sep 04 23:39:55.938 INFO O| Sep 04 23:39:55.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
80272026-09-04T23:39:56.971Z[ recovery-image] Sep 04 23:39:55.938 INFO O| Sep 04 23:39:55.938 INFO STEP 781 (remove_files) COMPLETE
80282026-09-04T23:39:56.975Z[ recovery-image] Sep 04 23:39:55.938 INFO O| Sep 04 23:39:55.938 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-09-04T23:39:56.981Z[ recovery-image] Sep 04 23:39:55.948 INFO O| Sep 04 23:39:55.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
80302026-09-04T23:39:56.981Z[ recovery-image] Sep 04 23:39:55.948 INFO O| Sep 04 23:39:55.948 INFO STEP 782 (remove_files) COMPLETE
80312026-09-04T23:39:56.984Z[ recovery-image] Sep 04 23:39:55.948 INFO O| Sep 04 23:39:55.948 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-09-04T23:39:56.990Z[ recovery-image] Sep 04 23:39:55.957 INFO O| Sep 04 23:39:55.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
80332026-09-04T23:39:56.990Z[ recovery-image] Sep 04 23:39:55.957 INFO O| Sep 04 23:39:55.957 INFO STEP 783 (remove_files) COMPLETE
80342026-09-04T23:39:56.990Z[ recovery-image] Sep 04 23:39:55.957 INFO O| Sep 04 23:39:55.957 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-09-04T23:39:56.999Z[ recovery-image] Sep 04 23:39:55.967 INFO O| Sep 04 23:39:55.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
80362026-09-04T23:39:57.000Z[ recovery-image] Sep 04 23:39:55.967 INFO O| Sep 04 23:39:55.967 INFO STEP 784 (remove_files) COMPLETE
80372026-09-04T23:39:57.000Z[ recovery-image] Sep 04 23:39:55.967 INFO O| Sep 04 23:39:55.967 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-09-04T23:39:57.008Z[ recovery-image] Sep 04 23:39:55.976 INFO O| Sep 04 23:39:55.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
80392026-09-04T23:39:57.009Z[ recovery-image] Sep 04 23:39:55.976 INFO O| Sep 04 23:39:55.976 INFO STEP 785 (remove_files) COMPLETE
80402026-09-04T23:39:57.012Z[ recovery-image] Sep 04 23:39:55.976 INFO O| Sep 04 23:39:55.976 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-09-04T23:39:57.017Z[ recovery-image] Sep 04 23:39:55.985 INFO O| Sep 04 23:39:55.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
80422026-09-04T23:39:57.017Z[ recovery-image] Sep 04 23:39:55.985 INFO O| Sep 04 23:39:55.985 INFO STEP 786 (remove_files) COMPLETE
80432026-09-04T23:39:57.017Z[ recovery-image] Sep 04 23:39:55.985 INFO O| Sep 04 23:39:55.985 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-09-04T23:39:57.028Z[ recovery-image] Sep 04 23:39:55.995 INFO O| Sep 04 23:39:55.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
80452026-09-04T23:39:57.028Z[ recovery-image] Sep 04 23:39:55.995 INFO O| Sep 04 23:39:55.995 INFO STEP 787 (remove_files) COMPLETE
80462026-09-04T23:39:57.028Z[ recovery-image] Sep 04 23:39:55.995 INFO O| Sep 04 23:39:55.995 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-09-04T23:39:57.037Z[ recovery-image] Sep 04 23:39:56.004 INFO O| Sep 04 23:39:56.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
80482026-09-04T23:39:57.037Z[ recovery-image] Sep 04 23:39:56.004 INFO O| Sep 04 23:39:56.004 INFO STEP 788 (remove_files) COMPLETE
80492026-09-04T23:39:57.037Z[ recovery-image] Sep 04 23:39:56.004 INFO O| Sep 04 23:39:56.004 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-09-04T23:39:57.047Z[ recovery-image] Sep 04 23:39:56.014 INFO O| Sep 04 23:39:56.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
80512026-09-04T23:39:57.047Z[ recovery-image] Sep 04 23:39:56.014 INFO O| Sep 04 23:39:56.014 INFO STEP 789 (remove_files) COMPLETE
80522026-09-04T23:39:57.047Z[ recovery-image] Sep 04 23:39:56.014 INFO O| Sep 04 23:39:56.014 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-09-04T23:39:57.055Z[ recovery-image] Sep 04 23:39:56.023 INFO O| Sep 04 23:39:56.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
80542026-09-04T23:39:57.056Z[ recovery-image] Sep 04 23:39:56.023 INFO O| Sep 04 23:39:56.023 INFO STEP 790 (remove_files) COMPLETE
80552026-09-04T23:39:57.056Z[ recovery-image] Sep 04 23:39:56.023 INFO O| Sep 04 23:39:56.023 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-09-04T23:39:57.065Z[ recovery-image] Sep 04 23:39:56.032 INFO O| Sep 04 23:39:56.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
80572026-09-04T23:39:57.065Z[ recovery-image] Sep 04 23:39:56.032 INFO O| Sep 04 23:39:56.032 INFO STEP 791 (remove_files) COMPLETE
80582026-09-04T23:39:57.069Z[ recovery-image] Sep 04 23:39:56.032 INFO O| Sep 04 23:39:56.032 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-09-04T23:39:57.076Z[ recovery-image] Sep 04 23:39:56.044 INFO O| Sep 04 23:39:56.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
80602026-09-04T23:39:57.076Z[ recovery-image] Sep 04 23:39:56.044 INFO O| Sep 04 23:39:56.044 INFO STEP 792 (remove_files) COMPLETE
80612026-09-04T23:39:57.080Z[ recovery-image] Sep 04 23:39:56.044 INFO O| Sep 04 23:39:56.044 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-09-04T23:39:57.088Z[ recovery-image] Sep 04 23:39:56.056 INFO O| Sep 04 23:39:56.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
80632026-09-04T23:39:57.089Z[ recovery-image] Sep 04 23:39:56.056 INFO O| Sep 04 23:39:56.056 INFO STEP 793 (remove_files) COMPLETE
80642026-09-04T23:39:57.089Z[ recovery-image] Sep 04 23:39:56.056 INFO O| Sep 04 23:39:56.056 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-09-04T23:39:57.101Z[ recovery-image] Sep 04 23:39:56.068 INFO O| Sep 04 23:39:56.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
80662026-09-04T23:39:57.101Z[ recovery-image] Sep 04 23:39:56.068 INFO O| Sep 04 23:39:56.068 INFO STEP 794 (remove_files) COMPLETE
80672026-09-04T23:39:57.101Z[ recovery-image] Sep 04 23:39:56.068 INFO O| Sep 04 23:39:56.068 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-09-04T23:39:57.110Z[ recovery-image] Sep 04 23:39:56.077 INFO O| Sep 04 23:39:56.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
80692026-09-04T23:39:57.110Z[ recovery-image] Sep 04 23:39:56.077 INFO O| Sep 04 23:39:56.077 INFO STEP 795 (remove_files) COMPLETE
80702026-09-04T23:39:57.110Z[ recovery-image] Sep 04 23:39:56.077 INFO O| Sep 04 23:39:56.077 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-09-04T23:39:57.120Z[ recovery-image] Sep 04 23:39:56.087 INFO O| Sep 04 23:39:56.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
80722026-09-04T23:39:57.120Z[ recovery-image] Sep 04 23:39:56.087 INFO O| Sep 04 23:39:56.087 INFO STEP 796 (remove_files) COMPLETE
80732026-09-04T23:39:57.120Z[ recovery-image] Sep 04 23:39:56.087 INFO O| Sep 04 23:39:56.087 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-09-04T23:39:57.131Z[ recovery-image] Sep 04 23:39:56.098 INFO O| Sep 04 23:39:56.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
80752026-09-04T23:39:57.131Z[ recovery-image] Sep 04 23:39:56.098 INFO O| Sep 04 23:39:56.098 INFO STEP 797 (remove_files) COMPLETE
80762026-09-04T23:39:57.131Z[ recovery-image] Sep 04 23:39:56.098 INFO O| Sep 04 23:39:56.098 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-09-04T23:39:57.141Z[ recovery-image] Sep 04 23:39:56.108 INFO O| Sep 04 23:39:56.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
80782026-09-04T23:39:57.141Z[ recovery-image] Sep 04 23:39:56.108 INFO O| Sep 04 23:39:56.108 INFO STEP 798 (remove_files) COMPLETE
80792026-09-04T23:39:57.141Z[ recovery-image] Sep 04 23:39:56.108 INFO O| Sep 04 23:39:56.108 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-09-04T23:39:57.149Z[ recovery-image] Sep 04 23:39:56.116 INFO O| Sep 04 23:39:56.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
80812026-09-04T23:39:57.149Z[ recovery-image] Sep 04 23:39:56.116 INFO O| Sep 04 23:39:56.116 INFO STEP 799 (remove_files) COMPLETE
80822026-09-04T23:39:57.149Z[ recovery-image] Sep 04 23:39:56.116 INFO O| Sep 04 23:39:56.116 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-09-04T23:39:57.158Z[ recovery-image] Sep 04 23:39:56.125 INFO O| Sep 04 23:39:56.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
80842026-09-04T23:39:57.159Z[ recovery-image] Sep 04 23:39:56.125 INFO O| Sep 04 23:39:56.125 INFO STEP 800 (remove_files) COMPLETE
80852026-09-04T23:39:57.159Z[ recovery-image] Sep 04 23:39:56.125 INFO O| Sep 04 23:39:56.125 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-09-04T23:39:57.167Z[ recovery-image] Sep 04 23:39:56.134 INFO O| Sep 04 23:39:56.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
80872026-09-04T23:39:57.167Z[ recovery-image] Sep 04 23:39:56.134 INFO O| Sep 04 23:39:56.134 INFO STEP 801 (remove_files) COMPLETE
80882026-09-04T23:39:57.172Z[ recovery-image] Sep 04 23:39:56.134 INFO O| Sep 04 23:39:56.134 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-09-04T23:39:57.176Z[ recovery-image] Sep 04 23:39:56.143 INFO O| Sep 04 23:39:56.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
80902026-09-04T23:39:57.176Z[ recovery-image] Sep 04 23:39:56.143 INFO O| Sep 04 23:39:56.143 INFO STEP 802 (remove_files) COMPLETE
80912026-09-04T23:39:57.176Z[ recovery-image] Sep 04 23:39:56.143 INFO O| Sep 04 23:39:56.143 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-09-04T23:39:57.185Z[ recovery-image] Sep 04 23:39:56.152 INFO O| Sep 04 23:39:56.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
80932026-09-04T23:39:57.186Z[ recovery-image] Sep 04 23:39:56.152 INFO O| Sep 04 23:39:56.152 INFO STEP 803 (remove_files) COMPLETE
80942026-09-04T23:39:57.186Z[ recovery-image] Sep 04 23:39:56.152 INFO O| Sep 04 23:39:56.152 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-09-04T23:39:57.193Z[ recovery-image] Sep 04 23:39:56.160 INFO O| Sep 04 23:39:56.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
80962026-09-04T23:39:57.193Z[ recovery-image] Sep 04 23:39:56.160 INFO O| Sep 04 23:39:56.160 INFO STEP 804 (remove_files) COMPLETE
80972026-09-04T23:39:57.193Z[ recovery-image] Sep 04 23:39:56.160 INFO O| Sep 04 23:39:56.160 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-09-04T23:39:57.202Z[ recovery-image] Sep 04 23:39:56.169 INFO O| Sep 04 23:39:56.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
80992026-09-04T23:39:57.205Z[ recovery-image] Sep 04 23:39:56.170 INFO O| Sep 04 23:39:56.170 INFO STEP 805 (remove_files) COMPLETE
81002026-09-04T23:39:57.205Z[ recovery-image] Sep 04 23:39:56.170 INFO O| Sep 04 23:39:56.170 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-09-04T23:39:57.209Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
81022026-09-04T23:39:57.213Z[ recovery-image] Sep 04 23:39:56.180 INFO O| Sep 04 23:39:56.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
81032026-09-04T23:39:57.213Z[ recovery-image] Sep 04 23:39:56.180 INFO O| Sep 04 23:39:56.180 INFO STEP 806 (remove_files) COMPLETE
81042026-09-04T23:39:57.216Z[ recovery-image] Sep 04 23:39:56.180 INFO O| Sep 04 23:39:56.180 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-09-04T23:39:57.224Z[ recovery-image] Sep 04 23:39:56.191 INFO O| Sep 04 23:39:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
81062026-09-04T23:39:57.224Z[ recovery-image] Sep 04 23:39:56.191 INFO O| Sep 04 23:39:56.191 INFO STEP 807 (remove_files) COMPLETE
81072026-09-04T23:39:57.224Z[ recovery-image] Sep 04 23:39:56.191 INFO O| Sep 04 23:39:56.191 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-09-04T23:39:57.234Z[ recovery-image] Sep 04 23:39:56.201 INFO O| Sep 04 23:39:56.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
81092026-09-04T23:39:57.234Z[ recovery-image] Sep 04 23:39:56.201 INFO O| Sep 04 23:39:56.201 INFO STEP 808 (remove_files) COMPLETE
81102026-09-04T23:39:57.234Z[ recovery-image] Sep 04 23:39:56.201 INFO O| Sep 04 23:39:56.201 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-09-04T23:39:57.244Z[ recovery-image] Sep 04 23:39:56.211 INFO O| Sep 04 23:39:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
81122026-09-04T23:39:57.244Z[ recovery-image] Sep 04 23:39:56.211 INFO O| Sep 04 23:39:56.211 INFO STEP 809 (remove_files) COMPLETE
81132026-09-04T23:39:57.244Z[ recovery-image] Sep 04 23:39:56.211 INFO O| Sep 04 23:39:56.211 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-09-04T23:39:57.254Z[ recovery-image] Sep 04 23:39:56.221 INFO O| Sep 04 23:39:56.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
81152026-09-04T23:39:57.254Z[ recovery-image] Sep 04 23:39:56.221 INFO O| Sep 04 23:39:56.221 INFO STEP 810 (remove_files) COMPLETE
81162026-09-04T23:39:57.254Z[ recovery-image] Sep 04 23:39:56.221 INFO O| Sep 04 23:39:56.221 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-09-04T23:39:57.263Z[ recovery-image] Sep 04 23:39:56.231 INFO O| Sep 04 23:39:56.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
81182026-09-04T23:39:57.264Z[ recovery-image] Sep 04 23:39:56.231 INFO O| Sep 04 23:39:56.231 INFO STEP 811 (remove_files) COMPLETE
81192026-09-04T23:39:57.267Z[ recovery-image] Sep 04 23:39:56.231 INFO O| Sep 04 23:39:56.231 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-09-04T23:39:57.274Z[ recovery-image] Sep 04 23:39:56.241 INFO O| Sep 04 23:39:56.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
81212026-09-04T23:39:57.274Z[ recovery-image] Sep 04 23:39:56.241 INFO O| Sep 04 23:39:56.241 INFO STEP 812 (remove_files) COMPLETE
81222026-09-04T23:39:57.274Z[ recovery-image] Sep 04 23:39:56.241 INFO O| Sep 04 23:39:56.241 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-09-04T23:39:57.285Z[ recovery-image] Sep 04 23:39:56.252 INFO O| Sep 04 23:39:56.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
81242026-09-04T23:39:57.285Z[ recovery-image] Sep 04 23:39:56.252 INFO O| Sep 04 23:39:56.252 INFO STEP 813 (remove_files) COMPLETE
81252026-09-04T23:39:57.285Z[ recovery-image] Sep 04 23:39:56.252 INFO O| Sep 04 23:39:56.252 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-09-04T23:39:57.296Z[ recovery-image] Sep 04 23:39:56.262 INFO O| Sep 04 23:39:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
81272026-09-04T23:39:57.296Z[ recovery-image] Sep 04 23:39:56.262 INFO O| Sep 04 23:39:56.262 INFO STEP 814 (remove_files) COMPLETE
81282026-09-04T23:39:57.296Z[ recovery-image] Sep 04 23:39:56.262 INFO O| Sep 04 23:39:56.262 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-09-04T23:39:57.304Z[ recovery-image] Sep 04 23:39:56.271 INFO O| Sep 04 23:39:56.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
81302026-09-04T23:39:57.304Z[ recovery-image] Sep 04 23:39:56.271 INFO O| Sep 04 23:39:56.271 INFO STEP 815 (remove_files) COMPLETE
81312026-09-04T23:39:57.308Z[ recovery-image] Sep 04 23:39:56.271 INFO O| Sep 04 23:39:56.271 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-09-04T23:39:57.316Z[ recovery-image] Sep 04 23:39:56.283 INFO O| Sep 04 23:39:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
81332026-09-04T23:39:57.316Z[ recovery-image] Sep 04 23:39:56.283 INFO O| Sep 04 23:39:56.283 INFO STEP 816 (remove_files) COMPLETE
81342026-09-04T23:39:57.316Z[ recovery-image] Sep 04 23:39:56.283 INFO O| Sep 04 23:39:56.283 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-09-04T23:39:57.327Z[ recovery-image] Sep 04 23:39:56.295 INFO O| Sep 04 23:39:56.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
81362026-09-04T23:39:57.328Z[ recovery-image] Sep 04 23:39:56.295 INFO O| Sep 04 23:39:56.295 INFO STEP 817 (remove_files) COMPLETE
81372026-09-04T23:39:57.331Z[ recovery-image] Sep 04 23:39:56.295 INFO O| Sep 04 23:39:56.295 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-09-04T23:39:57.338Z[ recovery-image] Sep 04 23:39:56.306 INFO O| Sep 04 23:39:56.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
81392026-09-04T23:39:57.342Z[ recovery-image] Sep 04 23:39:56.306 INFO O| Sep 04 23:39:56.306 INFO STEP 818 (remove_files) COMPLETE
81402026-09-04T23:39:57.342Z[ recovery-image] Sep 04 23:39:56.306 INFO O| Sep 04 23:39:56.306 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-09-04T23:39:57.353Z[ recovery-image] Sep 04 23:39:56.320 INFO O| Sep 04 23:39:56.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
81422026-09-04T23:39:57.353Z[ recovery-image] Sep 04 23:39:56.320 INFO O| Sep 04 23:39:56.320 INFO STEP 819 (remove_files) COMPLETE
81432026-09-04T23:39:57.353Z[ recovery-image] Sep 04 23:39:56.320 INFO O| Sep 04 23:39:56.320 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-09-04T23:39:57.365Z[ recovery-image] Sep 04 23:39:56.330 INFO O| Sep 04 23:39:56.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
81452026-09-04T23:39:57.365Z[ recovery-image] Sep 04 23:39:56.331 INFO O| Sep 04 23:39:56.330 INFO STEP 820 (remove_files) COMPLETE
81462026-09-04T23:39:57.365Z[ recovery-image] Sep 04 23:39:56.331 INFO O| Sep 04 23:39:56.331 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-09-04T23:39:57.376Z[ recovery-image] Sep 04 23:39:56.339 INFO O| Sep 04 23:39:56.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
81482026-09-04T23:39:57.376Z[ recovery-image] Sep 04 23:39:56.339 INFO O| Sep 04 23:39:56.339 INFO STEP 821 (remove_files) COMPLETE
81492026-09-04T23:39:57.376Z[ recovery-image] Sep 04 23:39:56.339 INFO O| Sep 04 23:39:56.339 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-09-04T23:39:57.381Z[ recovery-image] Sep 04 23:39:56.348 INFO O| Sep 04 23:39:56.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
81512026-09-04T23:39:57.381Z[ recovery-image] Sep 04 23:39:56.348 INFO O| Sep 04 23:39:56.348 INFO STEP 822 (remove_files) COMPLETE
81522026-09-04T23:39:57.381Z[ recovery-image] Sep 04 23:39:56.348 INFO O| Sep 04 23:39:56.348 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-09-04T23:39:57.386Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
81542026-09-04T23:39:57.391Z[ recovery-image] Sep 04 23:39:56.358 INFO O| Sep 04 23:39:56.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
81552026-09-04T23:39:57.391Z[ recovery-image] Sep 04 23:39:56.358 INFO O| Sep 04 23:39:56.358 INFO STEP 823 (remove_files) COMPLETE
81562026-09-04T23:39:57.391Z[ recovery-image] Sep 04 23:39:56.358 INFO O| Sep 04 23:39:56.358 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-09-04T23:39:57.400Z[ recovery-image] Sep 04 23:39:56.367 INFO O| Sep 04 23:39:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
81582026-09-04T23:39:57.400Z[ recovery-image] Sep 04 23:39:56.368 INFO O| Sep 04 23:39:56.368 INFO STEP 824 (remove_files) COMPLETE
81592026-09-04T23:39:57.401Z[ recovery-image] Sep 04 23:39:56.368 INFO O| Sep 04 23:39:56.368 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-09-04T23:39:57.410Z[ recovery-image] Sep 04 23:39:56.378 INFO O| Sep 04 23:39:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
81612026-09-04T23:39:57.410Z[ recovery-image] Sep 04 23:39:56.378 INFO O| Sep 04 23:39:56.378 INFO STEP 825 (remove_files) COMPLETE
81622026-09-04T23:39:57.414Z[ recovery-image] Sep 04 23:39:56.378 INFO O| Sep 04 23:39:56.378 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-09-04T23:39:57.421Z[ recovery-image] Sep 04 23:39:56.388 INFO O| Sep 04 23:39:56.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
81642026-09-04T23:39:57.421Z[ recovery-image] Sep 04 23:39:56.388 INFO O| Sep 04 23:39:56.388 INFO STEP 826 (remove_files) COMPLETE
81652026-09-04T23:39:57.421Z[ recovery-image] Sep 04 23:39:56.388 INFO O| Sep 04 23:39:56.388 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-09-04T23:39:57.426Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
81672026-09-04T23:39:57.431Z[ recovery-image] Sep 04 23:39:56.398 INFO O| Sep 04 23:39:56.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
81682026-09-04T23:39:57.431Z[ recovery-image] Sep 04 23:39:56.398 INFO O| Sep 04 23:39:56.398 INFO STEP 827 (remove_files) COMPLETE
81692026-09-04T23:39:57.431Z[ recovery-image] Sep 04 23:39:56.398 INFO O| Sep 04 23:39:56.398 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-09-04T23:39:57.442Z[ recovery-image] Sep 04 23:39:56.407 INFO O| Sep 04 23:39:56.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
81712026-09-04T23:39:57.446Z[ recovery-image] Sep 04 23:39:56.408 INFO O| Sep 04 23:39:56.408 INFO STEP 828 (remove_files) COMPLETE
81722026-09-04T23:39:57.446Z[ recovery-image] Sep 04 23:39:56.408 INFO O| Sep 04 23:39:56.408 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-09-04T23:39:57.451Z[ recovery-image] Sep 04 23:39:56.418 INFO O| Sep 04 23:39:56.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
81742026-09-04T23:39:57.454Z[ recovery-image] Sep 04 23:39:56.419 INFO O| Sep 04 23:39:56.419 INFO STEP 829 (remove_files) COMPLETE
81752026-09-04T23:39:57.454Z[ recovery-image] Sep 04 23:39:56.419 INFO O| Sep 04 23:39:56.419 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-09-04T23:39:57.462Z[ recovery-image] Sep 04 23:39:56.429 INFO O| Sep 04 23:39:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
81772026-09-04T23:39:57.462Z[ recovery-image] Sep 04 23:39:56.429 INFO O| Sep 04 23:39:56.429 INFO STEP 830 (remove_files) COMPLETE
81782026-09-04T23:39:57.462Z[ recovery-image] Sep 04 23:39:56.429 INFO O| Sep 04 23:39:56.429 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-09-04T23:39:57.471Z[ recovery-image] Sep 04 23:39:56.439 INFO O| Sep 04 23:39:56.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
81802026-09-04T23:39:57.471Z[ recovery-image] Sep 04 23:39:56.439 INFO O| Sep 04 23:39:56.439 INFO STEP 831 (remove_files) COMPLETE
81812026-09-04T23:39:57.472Z[ recovery-image] Sep 04 23:39:56.439 INFO O| Sep 04 23:39:56.439 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-09-04T23:39:57.480Z[ recovery-image] Sep 04 23:39:56.447 INFO O| Sep 04 23:39:56.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
81832026-09-04T23:39:57.485Z[ recovery-image] Sep 04 23:39:56.448 INFO O| Sep 04 23:39:56.448 INFO STEP 832 (remove_files) COMPLETE
81842026-09-04T23:39:57.485Z[ recovery-image] Sep 04 23:39:56.448 INFO O| Sep 04 23:39:56.448 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-09-04T23:39:57.491Z[ recovery-image] Sep 04 23:39:56.458 INFO O| Sep 04 23:39:56.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
81862026-09-04T23:39:57.491Z[ recovery-image] Sep 04 23:39:56.459 INFO O| Sep 04 23:39:56.459 INFO STEP 833 (remove_files) COMPLETE
81872026-09-04T23:39:57.495Z[ recovery-image] Sep 04 23:39:56.459 INFO O| Sep 04 23:39:56.459 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-09-04T23:39:57.502Z[ recovery-image] Sep 04 23:39:56.468 INFO O| Sep 04 23:39:56.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
81892026-09-04T23:39:57.502Z[ recovery-image] Sep 04 23:39:56.468 INFO O| Sep 04 23:39:56.468 INFO STEP 834 (remove_files) COMPLETE
81902026-09-04T23:39:57.507Z[ recovery-image] Sep 04 23:39:56.468 INFO O| Sep 04 23:39:56.468 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-09-04T23:39:57.511Z[ recovery-image] Sep 04 23:39:56.478 INFO O| Sep 04 23:39:56.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
81922026-09-04T23:39:57.511Z[ recovery-image] Sep 04 23:39:56.479 INFO O| Sep 04 23:39:56.478 INFO STEP 835 (remove_files) COMPLETE
81932026-09-04T23:39:57.517Z[ recovery-image] Sep 04 23:39:56.479 INFO O| Sep 04 23:39:56.478 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-09-04T23:39:57.520Z[ recovery-image] Sep 04 23:39:56.487 INFO O| Sep 04 23:39:56.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
81952026-09-04T23:39:57.522Z[ recovery-image] Sep 04 23:39:56.487 INFO O| Sep 04 23:39:56.487 INFO STEP 836 (remove_files) COMPLETE
81962026-09-04T23:39:57.525Z[ recovery-image] Sep 04 23:39:56.487 INFO O| Sep 04 23:39:56.487 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-09-04T23:39:57.531Z[ recovery-image] Sep 04 23:39:56.498 INFO O| Sep 04 23:39:56.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
81982026-09-04T23:39:57.531Z[ recovery-image] Sep 04 23:39:56.498 INFO O| Sep 04 23:39:56.498 INFO STEP 837 (remove_files) COMPLETE
81992026-09-04T23:39:57.531Z[ recovery-image] Sep 04 23:39:56.498 INFO O| Sep 04 23:39:56.498 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-09-04T23:39:57.541Z[ recovery-image] Sep 04 23:39:56.508 INFO O| Sep 04 23:39:56.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
82012026-09-04T23:39:57.541Z[ recovery-image] Sep 04 23:39:56.508 INFO O| Sep 04 23:39:56.508 INFO STEP 838 (remove_files) COMPLETE
82022026-09-04T23:39:57.544Z[ recovery-image] Sep 04 23:39:56.508 INFO O| Sep 04 23:39:56.508 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-09-04T23:39:57.550Z[ recovery-image] Sep 04 23:39:56.517 INFO O| Sep 04 23:39:56.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
82042026-09-04T23:39:57.550Z[ recovery-image] Sep 04 23:39:56.517 INFO O| Sep 04 23:39:56.517 INFO STEP 839 (remove_files) COMPLETE
82052026-09-04T23:39:57.550Z[ recovery-image] Sep 04 23:39:56.517 INFO O| Sep 04 23:39:56.517 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-09-04T23:39:57.558Z[ recovery-image] Sep 04 23:39:56.525 INFO O| Sep 04 23:39:56.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
82072026-09-04T23:39:57.558Z[ recovery-image] Sep 04 23:39:56.525 INFO O| Sep 04 23:39:56.525 INFO STEP 840 (remove_files) COMPLETE
82082026-09-04T23:39:57.558Z[ recovery-image] Sep 04 23:39:56.525 INFO O| Sep 04 23:39:56.525 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-09-04T23:39:57.568Z[ recovery-image] Sep 04 23:39:56.535 INFO O| Sep 04 23:39:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
82102026-09-04T23:39:57.569Z[ recovery-image] Sep 04 23:39:56.535 INFO O| Sep 04 23:39:56.535 INFO STEP 841 (remove_files) COMPLETE
82112026-09-04T23:39:57.569Z[ recovery-image] Sep 04 23:39:56.535 INFO O| Sep 04 23:39:56.535 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-09-04T23:39:57.578Z[ recovery-image] Sep 04 23:39:56.545 INFO O| Sep 04 23:39:56.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
82132026-09-04T23:39:57.578Z[ recovery-image] Sep 04 23:39:56.545 INFO O| Sep 04 23:39:56.545 INFO STEP 842 (remove_files) COMPLETE
82142026-09-04T23:39:57.581Z[ recovery-image] Sep 04 23:39:56.545 INFO O| Sep 04 23:39:56.545 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-09-04T23:39:57.588Z[ recovery-image] Sep 04 23:39:56.555 INFO O| Sep 04 23:39:56.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
82162026-09-04T23:39:57.588Z[ recovery-image] Sep 04 23:39:56.555 INFO O| Sep 04 23:39:56.555 INFO STEP 843 (remove_files) COMPLETE
82172026-09-04T23:39:57.592Z[ recovery-image] Sep 04 23:39:56.555 INFO O| Sep 04 23:39:56.555 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-09-04T23:39:57.598Z[ recovery-image] Sep 04 23:39:56.565 INFO O| Sep 04 23:39:56.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
82192026-09-04T23:39:57.598Z[ recovery-image] Sep 04 23:39:56.565 INFO O| Sep 04 23:39:56.565 INFO STEP 844 (remove_files) COMPLETE
82202026-09-04T23:39:57.602Z[ recovery-image] Sep 04 23:39:56.565 INFO O| Sep 04 23:39:56.565 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-09-04T23:39:57.610Z[ recovery-image] Sep 04 23:39:56.576 INFO O| Sep 04 23:39:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
82222026-09-04T23:39:57.610Z[ recovery-image] Sep 04 23:39:56.576 INFO O| Sep 04 23:39:56.576 INFO STEP 845 (remove_files) COMPLETE
82232026-09-04T23:39:57.610Z[ recovery-image] Sep 04 23:39:56.576 INFO O| Sep 04 23:39:56.576 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-09-04T23:39:57.620Z[ recovery-image] Sep 04 23:39:56.587 INFO O| Sep 04 23:39:56.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
82252026-09-04T23:39:57.621Z[ recovery-image] Sep 04 23:39:56.588 INFO O| Sep 04 23:39:56.588 INFO STEP 846 (remove_files) COMPLETE
82262026-09-04T23:39:57.621Z[ recovery-image] Sep 04 23:39:56.588 INFO O| Sep 04 23:39:56.588 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-09-04T23:39:57.630Z[ recovery-image] Sep 04 23:39:56.597 INFO O| Sep 04 23:39:56.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
82282026-09-04T23:39:57.630Z[ recovery-image] Sep 04 23:39:56.597 INFO O| Sep 04 23:39:56.597 INFO STEP 847 (remove_files) COMPLETE
82292026-09-04T23:39:57.630Z[ recovery-image] Sep 04 23:39:56.597 INFO O| Sep 04 23:39:56.597 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-09-04T23:39:57.640Z[ recovery-image] Sep 04 23:39:56.607 INFO O| Sep 04 23:39:56.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
82312026-09-04T23:39:57.640Z[ recovery-image] Sep 04 23:39:56.607 INFO O| Sep 04 23:39:56.607 INFO STEP 848 (remove_files) COMPLETE
82322026-09-04T23:39:57.640Z[ recovery-image] Sep 04 23:39:56.607 INFO O| Sep 04 23:39:56.607 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-09-04T23:39:57.652Z[ recovery-image] Sep 04 23:39:56.619 INFO O| Sep 04 23:39:56.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
82342026-09-04T23:39:57.652Z[ recovery-image] Sep 04 23:39:56.619 INFO O| Sep 04 23:39:56.619 INFO STEP 849 (remove_files) COMPLETE
82352026-09-04T23:39:57.655Z[ recovery-image] Sep 04 23:39:56.619 INFO O| Sep 04 23:39:56.619 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-09-04T23:39:57.662Z[ recovery-image] Sep 04 23:39:56.629 INFO O| Sep 04 23:39:56.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
82372026-09-04T23:39:57.662Z[ recovery-image] Sep 04 23:39:56.630 INFO O| Sep 04 23:39:56.629 INFO STEP 850 (remove_files) COMPLETE
82382026-09-04T23:39:57.662Z[ recovery-image] Sep 04 23:39:56.630 INFO O| Sep 04 23:39:56.629 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-09-04T23:39:57.673Z[ recovery-image] Sep 04 23:39:56.641 INFO O| Sep 04 23:39:56.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
82402026-09-04T23:39:57.673Z[ recovery-image] Sep 04 23:39:56.641 INFO O| Sep 04 23:39:56.641 INFO STEP 851 (remove_files) COMPLETE
82412026-09-04T23:39:57.673Z[ recovery-image] Sep 04 23:39:56.641 INFO O| Sep 04 23:39:56.641 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-09-04T23:39:57.684Z[ recovery-image] Sep 04 23:39:56.651 INFO O| Sep 04 23:39:56.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
82432026-09-04T23:39:57.684Z[ recovery-image] Sep 04 23:39:56.651 INFO O| Sep 04 23:39:56.651 INFO STEP 852 (remove_files) COMPLETE
82442026-09-04T23:39:57.684Z[ recovery-image] Sep 04 23:39:56.651 INFO O| Sep 04 23:39:56.651 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-09-04T23:39:57.693Z[ recovery-image] Sep 04 23:39:56.660 INFO O| Sep 04 23:39:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
82462026-09-04T23:39:57.693Z[ recovery-image] Sep 04 23:39:56.660 INFO O| Sep 04 23:39:56.660 INFO STEP 853 (remove_files) COMPLETE
82472026-09-04T23:39:57.693Z[ recovery-image] Sep 04 23:39:56.660 INFO O| Sep 04 23:39:56.660 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-09-04T23:39:57.702Z[ recovery-image] Sep 04 23:39:56.669 INFO O| Sep 04 23:39:56.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
82492026-09-04T23:39:57.702Z[ recovery-image] Sep 04 23:39:56.669 INFO O| Sep 04 23:39:56.669 INFO STEP 854 (remove_files) COMPLETE
82502026-09-04T23:39:57.702Z[ recovery-image] Sep 04 23:39:56.669 INFO O| Sep 04 23:39:56.669 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-09-04T23:39:57.711Z[ recovery-image] Sep 04 23:39:56.678 INFO O| Sep 04 23:39:56.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
82522026-09-04T23:39:57.711Z[ recovery-image] Sep 04 23:39:56.678 INFO O| Sep 04 23:39:56.678 INFO STEP 855 (remove_files) COMPLETE
82532026-09-04T23:39:57.711Z[ recovery-image] Sep 04 23:39:56.678 INFO O| Sep 04 23:39:56.678 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-09-04T23:39:57.721Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
82552026-09-04T23:39:57.725Z[ recovery-image] Sep 04 23:39:56.689 INFO O| Sep 04 23:39:56.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
82562026-09-04T23:39:57.725Z[ recovery-image] Sep 04 23:39:56.689 INFO O| Sep 04 23:39:56.689 INFO STEP 856 (remove_files) COMPLETE
82572026-09-04T23:39:57.725Z[ recovery-image] Sep 04 23:39:56.689 INFO O| Sep 04 23:39:56.689 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-09-04T23:39:57.733Z[ recovery-image] Sep 04 23:39:56.700 INFO O| Sep 04 23:39:56.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
82592026-09-04T23:39:57.733Z[ recovery-image] Sep 04 23:39:56.700 INFO O| Sep 04 23:39:56.700 INFO STEP 857 (remove_files) COMPLETE
82602026-09-04T23:39:57.733Z[ recovery-image] Sep 04 23:39:56.700 INFO O| Sep 04 23:39:56.700 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-09-04T23:39:57.742Z[ recovery-image] Sep 04 23:39:56.709 INFO O| Sep 04 23:39:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
82622026-09-04T23:39:57.742Z[ recovery-image] Sep 04 23:39:56.709 INFO O| Sep 04 23:39:56.709 INFO STEP 858 (remove_files) COMPLETE
82632026-09-04T23:39:57.742Z[ recovery-image] Sep 04 23:39:56.709 INFO O| Sep 04 23:39:56.709 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-09-04T23:39:57.751Z[ recovery-image] Sep 04 23:39:56.718 INFO O| Sep 04 23:39:56.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
82652026-09-04T23:39:57.751Z[ recovery-image] Sep 04 23:39:56.718 INFO O| Sep 04 23:39:56.718 INFO STEP 859 (remove_files) COMPLETE
82662026-09-04T23:39:57.751Z[ recovery-image] Sep 04 23:39:56.718 INFO O| Sep 04 23:39:56.718 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-09-04T23:39:57.760Z[ recovery-image] Sep 04 23:39:56.727 INFO O| Sep 04 23:39:56.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
82682026-09-04T23:39:57.760Z[ recovery-image] Sep 04 23:39:56.728 INFO O| Sep 04 23:39:56.728 INFO STEP 860 (remove_files) COMPLETE
82692026-09-04T23:39:57.760Z[ recovery-image] Sep 04 23:39:56.728 INFO O| Sep 04 23:39:56.728 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-09-04T23:39:57.771Z[ recovery-image] Sep 04 23:39:56.738 INFO O| Sep 04 23:39:56.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
82712026-09-04T23:39:57.771Z[ recovery-image] Sep 04 23:39:56.738 INFO O| Sep 04 23:39:56.738 INFO STEP 861 (remove_files) COMPLETE
82722026-09-04T23:39:57.771Z[ recovery-image] Sep 04 23:39:56.738 INFO O| Sep 04 23:39:56.738 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-09-04T23:39:57.781Z[ recovery-image] Sep 04 23:39:56.749 INFO O| Sep 04 23:39:56.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
82742026-09-04T23:39:57.781Z[ recovery-image] Sep 04 23:39:56.749 INFO O| Sep 04 23:39:56.749 INFO STEP 862 (remove_files) COMPLETE
82752026-09-04T23:39:57.781Z[ recovery-image] Sep 04 23:39:56.749 INFO O| Sep 04 23:39:56.749 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-09-04T23:39:57.792Z[ recovery-image] Sep 04 23:39:56.759 INFO O| Sep 04 23:39:56.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
82772026-09-04T23:39:57.792Z[ recovery-image] Sep 04 23:39:56.759 INFO O| Sep 04 23:39:56.759 INFO STEP 863 (remove_files) COMPLETE
82782026-09-04T23:39:57.792Z[ recovery-image] Sep 04 23:39:56.759 INFO O| Sep 04 23:39:56.759 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-09-04T23:39:57.802Z[ recovery-image] Sep 04 23:39:56.769 INFO O| Sep 04 23:39:56.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
82802026-09-04T23:39:57.802Z[ recovery-image] Sep 04 23:39:56.769 INFO O| Sep 04 23:39:56.769 INFO STEP 864 (remove_files) COMPLETE
82812026-09-04T23:39:57.803Z[ recovery-image] Sep 04 23:39:56.769 INFO O| Sep 04 23:39:56.769 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-09-04T23:39:57.811Z[ recovery-image] Sep 04 23:39:56.779 INFO O| Sep 04 23:39:56.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
82832026-09-04T23:39:57.811Z[ recovery-image] Sep 04 23:39:56.779 INFO O| Sep 04 23:39:56.779 INFO STEP 865 (remove_files) COMPLETE
82842026-09-04T23:39:57.812Z[ recovery-image] Sep 04 23:39:56.779 INFO O| Sep 04 23:39:56.779 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-09-04T23:39:57.821Z[ recovery-image] Sep 04 23:39:56.787 INFO O| Sep 04 23:39:56.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
82862026-09-04T23:39:57.821Z[ recovery-image] Sep 04 23:39:56.787 INFO O| Sep 04 23:39:56.787 INFO STEP 866 (remove_files) COMPLETE
82872026-09-04T23:39:57.821Z[ recovery-image] Sep 04 23:39:56.787 INFO O| Sep 04 23:39:56.787 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-09-04T23:39:57.832Z[ recovery-image] Sep 04 23:39:56.799 INFO O| Sep 04 23:39:56.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
82892026-09-04T23:39:57.832Z[ recovery-image] Sep 04 23:39:56.799 INFO O| Sep 04 23:39:56.799 INFO STEP 867 (remove_files) COMPLETE
82902026-09-04T23:39:57.832Z[ recovery-image] Sep 04 23:39:56.799 INFO O| Sep 04 23:39:56.799 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-09-04T23:39:57.845Z[ recovery-image] Sep 04 23:39:56.809 INFO O| Sep 04 23:39:56.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
82922026-09-04T23:39:57.846Z[ recovery-image] Sep 04 23:39:56.809 INFO O| Sep 04 23:39:56.809 INFO STEP 868 (remove_files) COMPLETE
82932026-09-04T23:39:57.846Z[ recovery-image] Sep 04 23:39:56.809 INFO O| Sep 04 23:39:56.809 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-09-04T23:39:57.855Z[ recovery-image] Sep 04 23:39:56.820 INFO O| Sep 04 23:39:56.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
82952026-09-04T23:39:57.855Z[ recovery-image] Sep 04 23:39:56.820 INFO O| Sep 04 23:39:56.820 INFO STEP 869 (remove_files) COMPLETE
82962026-09-04T23:39:57.859Z[ recovery-image] Sep 04 23:39:56.820 INFO O| Sep 04 23:39:56.820 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-09-04T23:39:57.864Z[ recovery-image] Sep 04 23:39:56.831 INFO O| Sep 04 23:39:56.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
82982026-09-04T23:39:57.864Z[ recovery-image] Sep 04 23:39:56.831 INFO O| Sep 04 23:39:56.831 INFO STEP 870 (remove_files) COMPLETE
82992026-09-04T23:39:57.864Z[ recovery-image] Sep 04 23:39:56.831 INFO O| Sep 04 23:39:56.831 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-09-04T23:39:57.874Z[ recovery-image] Sep 04 23:39:56.841 INFO O| Sep 04 23:39:56.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
83012026-09-04T23:39:57.874Z[ recovery-image] Sep 04 23:39:56.841 INFO O| Sep 04 23:39:56.841 INFO STEP 871 (remove_files) COMPLETE
83022026-09-04T23:39:57.874Z[ recovery-image] Sep 04 23:39:56.841 INFO O| Sep 04 23:39:56.841 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-09-04T23:39:57.885Z[ recovery-image] Sep 04 23:39:56.852 INFO O| Sep 04 23:39:56.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
83042026-09-04T23:39:57.885Z[ recovery-image] Sep 04 23:39:56.852 INFO O| Sep 04 23:39:56.852 INFO STEP 872 (remove_files) COMPLETE
83052026-09-04T23:39:57.885Z[ recovery-image] Sep 04 23:39:56.852 INFO O| Sep 04 23:39:56.852 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-09-04T23:39:57.895Z[ recovery-image] Sep 04 23:39:56.862 INFO O| Sep 04 23:39:56.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
83072026-09-04T23:39:57.895Z[ recovery-image] Sep 04 23:39:56.862 INFO O| Sep 04 23:39:56.862 INFO STEP 873 (remove_files) COMPLETE
83082026-09-04T23:39:57.895Z[ recovery-image] Sep 04 23:39:56.862 INFO O| Sep 04 23:39:56.862 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-09-04T23:39:57.907Z[ recovery-image] Sep 04 23:39:56.874 INFO O| Sep 04 23:39:56.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
83102026-09-04T23:39:57.907Z[ recovery-image] Sep 04 23:39:56.874 INFO O| Sep 04 23:39:56.874 INFO STEP 874 (remove_files) COMPLETE
83112026-09-04T23:39:57.907Z[ recovery-image] Sep 04 23:39:56.874 INFO O| Sep 04 23:39:56.874 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-09-04T23:39:57.917Z[ recovery-image] Sep 04 23:39:56.884 INFO O| Sep 04 23:39:56.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
83132026-09-04T23:39:57.917Z[ recovery-image] Sep 04 23:39:56.885 INFO O| Sep 04 23:39:56.885 INFO STEP 875 (remove_files) COMPLETE
83142026-09-04T23:39:57.921Z[ recovery-image] Sep 04 23:39:56.885 INFO O| Sep 04 23:39:56.885 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-09-04T23:39:57.929Z[ recovery-image] Sep 04 23:39:56.896 INFO O| Sep 04 23:39:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
83162026-09-04T23:39:57.929Z[ recovery-image] Sep 04 23:39:56.896 INFO O| Sep 04 23:39:56.896 INFO STEP 876 (remove_files) COMPLETE
83172026-09-04T23:39:57.929Z[ recovery-image] Sep 04 23:39:56.896 INFO O| Sep 04 23:39:56.896 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-09-04T23:39:57.940Z[ recovery-image] Sep 04 23:39:56.907 INFO O| Sep 04 23:39:56.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
83192026-09-04T23:39:57.940Z[ recovery-image] Sep 04 23:39:56.907 INFO O| Sep 04 23:39:56.907 INFO STEP 877 (remove_files) COMPLETE
83202026-09-04T23:39:57.943Z[ recovery-image] Sep 04 23:39:56.907 INFO O| Sep 04 23:39:56.907 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-09-04T23:39:57.950Z[ recovery-image] Sep 04 23:39:56.917 INFO O| Sep 04 23:39:56.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
83222026-09-04T23:39:57.950Z[ recovery-image] Sep 04 23:39:56.917 INFO O| Sep 04 23:39:56.917 INFO STEP 878 (remove_files) COMPLETE
83232026-09-04T23:39:57.954Z[ recovery-image] Sep 04 23:39:56.917 INFO O| Sep 04 23:39:56.917 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-09-04T23:39:57.959Z[ recovery-image] Sep 04 23:39:56.927 INFO O| Sep 04 23:39:56.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
83252026-09-04T23:39:57.959Z[ recovery-image] Sep 04 23:39:56.927 INFO O| Sep 04 23:39:56.927 INFO STEP 879 (remove_files) COMPLETE
83262026-09-04T23:39:57.960Z[ recovery-image] Sep 04 23:39:56.927 INFO O| Sep 04 23:39:56.927 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-09-04T23:39:57.970Z[ recovery-image] Sep 04 23:39:56.937 INFO O| Sep 04 23:39:56.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
83282026-09-04T23:39:57.970Z[ recovery-image] Sep 04 23:39:56.937 INFO O| Sep 04 23:39:56.937 INFO STEP 880 (remove_files) COMPLETE
83292026-09-04T23:39:57.970Z[ recovery-image] Sep 04 23:39:56.937 INFO O| Sep 04 23:39:56.937 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-09-04T23:39:57.981Z[ recovery-image] Sep 04 23:39:56.949 INFO O| Sep 04 23:39:56.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
83312026-09-04T23:39:57.982Z[ recovery-image] Sep 04 23:39:56.949 INFO O| Sep 04 23:39:56.949 INFO STEP 881 (remove_files) COMPLETE
83322026-09-04T23:39:57.982Z[ recovery-image] Sep 04 23:39:56.949 INFO O| Sep 04 23:39:56.949 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-09-04T23:39:57.994Z[ recovery-image] Sep 04 23:39:56.961 INFO O| Sep 04 23:39:56.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
83342026-09-04T23:39:57.994Z[ recovery-image] Sep 04 23:39:56.961 INFO O| Sep 04 23:39:56.961 INFO STEP 882 (remove_files) COMPLETE
83352026-09-04T23:39:57.994Z[ recovery-image] Sep 04 23:39:56.961 INFO O| Sep 04 23:39:56.961 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-09-04T23:39:58.005Z[ recovery-image] Sep 04 23:39:56.971 INFO O| Sep 04 23:39:56.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
83372026-09-04T23:39:58.005Z[ recovery-image] Sep 04 23:39:56.971 INFO O| Sep 04 23:39:56.971 INFO STEP 883 (remove_files) COMPLETE
83382026-09-04T23:39:58.005Z[ recovery-image] Sep 04 23:39:56.971 INFO O| Sep 04 23:39:56.971 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-09-04T23:39:58.017Z[ recovery-image] Sep 04 23:39:56.983 INFO O| Sep 04 23:39:56.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
83402026-09-04T23:39:58.017Z[ recovery-image] Sep 04 23:39:56.983 INFO O| Sep 04 23:39:56.982 INFO STEP 884 (remove_files) COMPLETE
83412026-09-04T23:39:58.017Z[ recovery-image] Sep 04 23:39:56.983 INFO O| Sep 04 23:39:56.982 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-09-04T23:39:58.026Z[ recovery-image] Sep 04 23:39:56.993 INFO O| Sep 04 23:39:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
83432026-09-04T23:39:58.026Z[ recovery-image] Sep 04 23:39:56.993 INFO O| Sep 04 23:39:56.993 INFO STEP 885 (remove_files) COMPLETE
83442026-09-04T23:39:58.027Z[ recovery-image] Sep 04 23:39:56.993 INFO O| Sep 04 23:39:56.993 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-09-04T23:39:58.036Z[ recovery-image] Sep 04 23:39:57.003 INFO O| Sep 04 23:39:57.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
83462026-09-04T23:39:58.036Z[ recovery-image] Sep 04 23:39:57.003 INFO O| Sep 04 23:39:57.003 INFO STEP 886 (remove_files) COMPLETE
83472026-09-04T23:39:58.036Z[ recovery-image] Sep 04 23:39:57.003 INFO O| Sep 04 23:39:57.003 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-09-04T23:39:58.104Z[ recovery-image] Sep 04 23:39:57.013 INFO O| Sep 04 23:39:57.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
83492026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.013 INFO O| Sep 04 23:39:57.013 INFO STEP 887 (remove_files) COMPLETE
83502026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.013 INFO O| Sep 04 23:39:57.013 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.057 INFO O| Sep 04 23:39:57.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
83522026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.057 INFO O| Sep 04 23:39:57.057 INFO STEP 888 (remove_files) COMPLETE
83532026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.057 INFO O| Sep 04 23:39:57.057 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.069 INFO O| Sep 04 23:39:57.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
83552026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.069 INFO O| Sep 04 23:39:57.069 INFO STEP 889 (remove_files) COMPLETE
83562026-09-04T23:39:58.116Z[ recovery-image] Sep 04 23:39:57.069 INFO O| Sep 04 23:39:57.069 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-09-04T23:39:58.120Z[ recovery-image] Sep 04 23:39:57.082 INFO O| Sep 04 23:39:57.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
83582026-09-04T23:39:58.120Z[ recovery-image] Sep 04 23:39:57.082 INFO O| Sep 04 23:39:57.082 INFO STEP 890 (remove_files) COMPLETE
83592026-09-04T23:39:58.120Z[ recovery-image] Sep 04 23:39:57.082 INFO O| Sep 04 23:39:57.082 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-09-04T23:39:58.125Z[ recovery-image] Sep 04 23:39:57.093 INFO O| Sep 04 23:39:57.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
83612026-09-04T23:39:58.125Z[ recovery-image] Sep 04 23:39:57.093 INFO O| Sep 04 23:39:57.093 INFO STEP 891 (remove_files) COMPLETE
83622026-09-04T23:39:58.125Z[ recovery-image] Sep 04 23:39:57.093 INFO O| Sep 04 23:39:57.093 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-09-04T23:39:58.137Z[ recovery-image] Sep 04 23:39:57.104 INFO O| Sep 04 23:39:57.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
83642026-09-04T23:39:58.137Z[ recovery-image] Sep 04 23:39:57.104 INFO O| Sep 04 23:39:57.104 INFO STEP 892 (remove_files) COMPLETE
83652026-09-04T23:39:58.137Z[ recovery-image] Sep 04 23:39:57.104 INFO O| Sep 04 23:39:57.104 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-09-04T23:39:58.148Z[ recovery-image] Sep 04 23:39:57.116 INFO O| Sep 04 23:39:57.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
83672026-09-04T23:39:58.148Z[ recovery-image] Sep 04 23:39:57.116 INFO O| Sep 04 23:39:57.116 INFO STEP 893 (remove_files) COMPLETE
83682026-09-04T23:39:58.149Z[ recovery-image] Sep 04 23:39:57.116 INFO O| Sep 04 23:39:57.116 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-09-04T23:39:58.159Z[ recovery-image] Sep 04 23:39:57.127 INFO O| Sep 04 23:39:57.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
83702026-09-04T23:39:58.159Z[ recovery-image] Sep 04 23:39:57.127 INFO O| Sep 04 23:39:57.127 INFO STEP 894 (remove_files) COMPLETE
83712026-09-04T23:39:58.159Z[ recovery-image] Sep 04 23:39:57.127 INFO O| Sep 04 23:39:57.127 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-09-04T23:39:58.172Z[ recovery-image] Sep 04 23:39:57.138 INFO O| Sep 04 23:39:57.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
83732026-09-04T23:39:58.173Z[ recovery-image] Sep 04 23:39:57.138 INFO O| Sep 04 23:39:57.138 INFO STEP 895 (remove_files) COMPLETE
83742026-09-04T23:39:58.173Z[ recovery-image] Sep 04 23:39:57.138 INFO O| Sep 04 23:39:57.138 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-09-04T23:39:58.190Z[ recovery-image] Sep 04 23:39:57.150 INFO O| Sep 04 23:39:57.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
83762026-09-04T23:39:58.193Z[ recovery-image] Sep 04 23:39:57.155 INFO O| Sep 04 23:39:57.150 INFO STEP 896 (remove_files) COMPLETE
83772026-09-04T23:39:58.193Z[ recovery-image] Sep 04 23:39:57.156 INFO O| Sep 04 23:39:57.151 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-09-04T23:39:58.197Z[ recovery-image] Sep 04 23:39:57.163 INFO O| Sep 04 23:39:57.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
83792026-09-04T23:39:58.197Z[ recovery-image] Sep 04 23:39:57.163 INFO O| Sep 04 23:39:57.162 INFO STEP 897 (remove_files) COMPLETE
83802026-09-04T23:39:58.197Z[ recovery-image] Sep 04 23:39:57.163 INFO O| Sep 04 23:39:57.162 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-09-04T23:39:58.202Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
83822026-09-04T23:39:58.206Z[ recovery-image] Sep 04 23:39:57.174 INFO O| Sep 04 23:39:57.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
83832026-09-04T23:39:58.206Z[ recovery-image] Sep 04 23:39:57.174 INFO O| Sep 04 23:39:57.174 INFO STEP 898 (remove_files) COMPLETE
83842026-09-04T23:39:58.210Z[ recovery-image] Sep 04 23:39:57.174 INFO O| Sep 04 23:39:57.174 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-09-04T23:39:58.218Z[ recovery-image] Sep 04 23:39:57.185 INFO O| Sep 04 23:39:57.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
83862026-09-04T23:39:58.218Z[ recovery-image] Sep 04 23:39:57.185 INFO O| Sep 04 23:39:57.185 INFO STEP 899 (remove_files) COMPLETE
83872026-09-04T23:39:58.218Z[ recovery-image] Sep 04 23:39:57.185 INFO O| Sep 04 23:39:57.185 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-09-04T23:39:58.229Z[ recovery-image] Sep 04 23:39:57.196 INFO O| Sep 04 23:39:57.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
83892026-09-04T23:39:58.229Z[ recovery-image] Sep 04 23:39:57.196 INFO O| Sep 04 23:39:57.196 INFO STEP 900 (remove_files) COMPLETE
83902026-09-04T23:39:58.229Z[ recovery-image] Sep 04 23:39:57.196 INFO O| Sep 04 23:39:57.196 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-09-04T23:39:58.240Z[ recovery-image] Sep 04 23:39:57.207 INFO O| Sep 04 23:39:57.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
83922026-09-04T23:39:58.240Z[ recovery-image] Sep 04 23:39:57.207 INFO O| Sep 04 23:39:57.207 INFO STEP 901 (remove_files) COMPLETE
83932026-09-04T23:39:58.240Z[ recovery-image] Sep 04 23:39:57.207 INFO O| Sep 04 23:39:57.207 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-09-04T23:39:58.251Z[ recovery-image] Sep 04 23:39:57.218 INFO O| Sep 04 23:39:57.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
83952026-09-04T23:39:58.251Z[ recovery-image] Sep 04 23:39:57.218 INFO O| Sep 04 23:39:57.218 INFO STEP 902 (remove_files) COMPLETE
83962026-09-04T23:39:58.255Z[ recovery-image] Sep 04 23:39:57.218 INFO O| Sep 04 23:39:57.218 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-09-04T23:39:58.263Z[ recovery-image] Sep 04 23:39:57.228 INFO O| Sep 04 23:39:57.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
83982026-09-04T23:39:58.264Z[ recovery-image] Sep 04 23:39:57.228 INFO O| Sep 04 23:39:57.228 INFO STEP 903 (remove_files) COMPLETE
83992026-09-04T23:39:58.264Z[ recovery-image] Sep 04 23:39:57.228 INFO O| Sep 04 23:39:57.228 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-09-04T23:39:58.271Z[ recovery-image] Sep 04 23:39:57.238 INFO O| Sep 04 23:39:57.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
84012026-09-04T23:39:58.271Z[ recovery-image] Sep 04 23:39:57.238 INFO O| Sep 04 23:39:57.238 INFO STEP 904 (remove_files) COMPLETE
84022026-09-04T23:39:58.271Z[ recovery-image] Sep 04 23:39:57.238 INFO O| Sep 04 23:39:57.238 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-09-04T23:39:58.279Z[ recovery-image] Sep 04 23:39:57.247 INFO O| Sep 04 23:39:57.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
84042026-09-04T23:39:58.279Z[ recovery-image] Sep 04 23:39:57.247 INFO O| Sep 04 23:39:57.247 INFO STEP 905 (remove_files) COMPLETE
84052026-09-04T23:39:58.279Z[ recovery-image] Sep 04 23:39:57.247 INFO O| Sep 04 23:39:57.247 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-09-04T23:39:58.283Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
84072026-09-04T23:39:58.288Z[ recovery-image] Sep 04 23:39:57.256 INFO O| Sep 04 23:39:57.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
84082026-09-04T23:39:58.289Z[ recovery-image] Sep 04 23:39:57.256 INFO O| Sep 04 23:39:57.256 INFO STEP 906 (remove_files) COMPLETE
84092026-09-04T23:39:58.289Z[ recovery-image] Sep 04 23:39:57.256 INFO O| Sep 04 23:39:57.256 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-09-04T23:39:58.302Z[ recovery-image] Sep 04 23:39:57.266 INFO O| Sep 04 23:39:57.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
84112026-09-04T23:39:58.302Z[ recovery-image] Sep 04 23:39:57.266 INFO O| Sep 04 23:39:57.266 INFO STEP 907 (remove_files) COMPLETE
84122026-09-04T23:39:58.302Z[ recovery-image] Sep 04 23:39:57.266 INFO O| Sep 04 23:39:57.266 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-09-04T23:39:58.309Z[ recovery-image] Sep 04 23:39:57.276 INFO O| Sep 04 23:39:57.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
84142026-09-04T23:39:58.309Z[ recovery-image] Sep 04 23:39:57.276 INFO O| Sep 04 23:39:57.276 INFO STEP 908 (remove_files) COMPLETE
84152026-09-04T23:39:58.313Z[ recovery-image] Sep 04 23:39:57.276 INFO O| Sep 04 23:39:57.276 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-09-04T23:39:58.319Z[ recovery-image] Sep 04 23:39:57.286 INFO O| Sep 04 23:39:57.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
84172026-09-04T23:39:58.319Z[ recovery-image] Sep 04 23:39:57.287 INFO O| Sep 04 23:39:57.287 INFO STEP 909 (remove_files) COMPLETE
84182026-09-04T23:39:58.319Z[ recovery-image] Sep 04 23:39:57.287 INFO O| Sep 04 23:39:57.287 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-09-04T23:39:58.330Z[ recovery-image] Sep 04 23:39:57.297 INFO O| Sep 04 23:39:57.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
84202026-09-04T23:39:58.330Z[ recovery-image] Sep 04 23:39:57.297 INFO O| Sep 04 23:39:57.297 INFO STEP 910 (remove_files) COMPLETE
84212026-09-04T23:39:58.330Z[ recovery-image] Sep 04 23:39:57.297 INFO O| Sep 04 23:39:57.297 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-09-04T23:39:58.339Z[ recovery-image] Sep 04 23:39:57.307 INFO O| Sep 04 23:39:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
84232026-09-04T23:39:58.340Z[ recovery-image] Sep 04 23:39:57.307 INFO O| Sep 04 23:39:57.307 INFO STEP 911 (remove_files) COMPLETE
84242026-09-04T23:39:58.343Z[ recovery-image] Sep 04 23:39:57.307 INFO O| Sep 04 23:39:57.307 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-09-04T23:39:58.348Z[ recovery-image] Sep 04 23:39:57.316 INFO O| Sep 04 23:39:57.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
84262026-09-04T23:39:58.352Z[ recovery-image] Sep 04 23:39:57.316 INFO O| Sep 04 23:39:57.316 INFO STEP 912 (remove_files) COMPLETE
84272026-09-04T23:39:58.352Z[ recovery-image] Sep 04 23:39:57.316 INFO O| Sep 04 23:39:57.316 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-09-04T23:39:58.357Z[ recovery-image] Sep 04 23:39:57.324 INFO O| Sep 04 23:39:57.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
84292026-09-04T23:39:58.357Z[ recovery-image] Sep 04 23:39:57.324 INFO O| Sep 04 23:39:57.324 INFO STEP 913 (remove_files) COMPLETE
84302026-09-04T23:39:58.357Z[ recovery-image] Sep 04 23:39:57.324 INFO O| Sep 04 23:39:57.324 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-09-04T23:39:58.367Z[ recovery-image] Sep 04 23:39:57.334 INFO O| Sep 04 23:39:57.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
84322026-09-04T23:39:58.367Z[ recovery-image] Sep 04 23:39:57.334 INFO O| Sep 04 23:39:57.334 INFO STEP 914 (remove_files) COMPLETE
84332026-09-04T23:39:58.367Z[ recovery-image] Sep 04 23:39:57.334 INFO O| Sep 04 23:39:57.334 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-09-04T23:39:58.377Z[ recovery-image] Sep 04 23:39:57.344 INFO O| Sep 04 23:39:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
84352026-09-04T23:39:58.377Z[ recovery-image] Sep 04 23:39:57.344 INFO O| Sep 04 23:39:57.344 INFO STEP 915 (remove_files) COMPLETE
84362026-09-04T23:39:58.381Z[ recovery-image] Sep 04 23:39:57.344 INFO O| Sep 04 23:39:57.344 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-09-04T23:39:58.386Z[ recovery-image] Sep 04 23:39:57.354 INFO O| Sep 04 23:39:57.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
84382026-09-04T23:39:58.386Z[ recovery-image] Sep 04 23:39:57.354 INFO O| Sep 04 23:39:57.354 INFO STEP 916 (remove_files) COMPLETE
84392026-09-04T23:39:58.386Z[ recovery-image] Sep 04 23:39:57.354 INFO O| Sep 04 23:39:57.354 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-09-04T23:39:58.396Z[ recovery-image] Sep 04 23:39:57.363 INFO O| Sep 04 23:39:57.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
84412026-09-04T23:39:58.396Z[ recovery-image] Sep 04 23:39:57.363 INFO O| Sep 04 23:39:57.363 INFO STEP 917 (remove_files) COMPLETE
84422026-09-04T23:39:58.396Z[ recovery-image] Sep 04 23:39:57.363 INFO O| Sep 04 23:39:57.363 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-09-04T23:39:58.405Z[ recovery-image] Sep 04 23:39:57.373 INFO O| Sep 04 23:39:57.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
84442026-09-04T23:39:58.406Z[ recovery-image] Sep 04 23:39:57.373 INFO O| Sep 04 23:39:57.373 INFO STEP 918 (remove_files) COMPLETE
84452026-09-04T23:39:58.409Z[ recovery-image] Sep 04 23:39:57.373 INFO O| Sep 04 23:39:57.373 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-09-04T23:39:58.416Z[ recovery-image] Sep 04 23:39:57.382 INFO O| Sep 04 23:39:57.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
84472026-09-04T23:39:58.416Z[ recovery-image] Sep 04 23:39:57.382 INFO O| Sep 04 23:39:57.382 INFO STEP 919 (remove_files) COMPLETE
84482026-09-04T23:39:58.416Z[ recovery-image] Sep 04 23:39:57.382 INFO O| Sep 04 23:39:57.382 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-09-04T23:39:58.423Z[ recovery-image] Sep 04 23:39:57.391 INFO O| Sep 04 23:39:57.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
84502026-09-04T23:39:58.423Z[ recovery-image] Sep 04 23:39:57.391 INFO O| Sep 04 23:39:57.391 INFO STEP 920 (remove_files) COMPLETE
84512026-09-04T23:39:58.423Z[ recovery-image] Sep 04 23:39:57.391 INFO O| Sep 04 23:39:57.391 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-09-04T23:39:58.432Z[ recovery-image] Sep 04 23:39:57.399 INFO O| Sep 04 23:39:57.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
84532026-09-04T23:39:58.432Z[ recovery-image] Sep 04 23:39:57.399 INFO O| Sep 04 23:39:57.399 INFO STEP 921 (remove_files) COMPLETE
84542026-09-04T23:39:58.432Z[ recovery-image] Sep 04 23:39:57.399 INFO O| Sep 04 23:39:57.399 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-09-04T23:39:58.442Z[ recovery-image] Sep 04 23:39:57.408 INFO O| Sep 04 23:39:57.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
84562026-09-04T23:39:58.443Z[ recovery-image] Sep 04 23:39:57.408 INFO O| Sep 04 23:39:57.408 INFO STEP 922 (remove_files) COMPLETE
84572026-09-04T23:39:58.448Z[ recovery-image] Sep 04 23:39:57.408 INFO O| Sep 04 23:39:57.408 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-09-04T23:39:58.453Z[ recovery-image] Sep 04 23:39:57.418 INFO O| Sep 04 23:39:57.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
84592026-09-04T23:39:58.454Z[ recovery-image] Sep 04 23:39:57.418 INFO O| Sep 04 23:39:57.418 INFO STEP 923 (remove_files) COMPLETE
84602026-09-04T23:39:58.454Z[ recovery-image] Sep 04 23:39:57.418 INFO O| Sep 04 23:39:57.418 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-09-04T23:39:58.460Z[ recovery-image] Sep 04 23:39:57.428 INFO O| Sep 04 23:39:57.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
84622026-09-04T23:39:58.460Z[ recovery-image] Sep 04 23:39:57.428 INFO O| Sep 04 23:39:57.428 INFO STEP 924 (remove_files) COMPLETE
84632026-09-04T23:39:58.460Z[ recovery-image] Sep 04 23:39:57.428 INFO O| Sep 04 23:39:57.428 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-09-04T23:39:58.471Z[ recovery-image] Sep 04 23:39:57.438 INFO O| Sep 04 23:39:57.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
84652026-09-04T23:39:58.471Z[ recovery-image] Sep 04 23:39:57.438 INFO O| Sep 04 23:39:57.438 INFO STEP 925 (remove_files) COMPLETE
84662026-09-04T23:39:58.471Z[ recovery-image] Sep 04 23:39:57.438 INFO O| Sep 04 23:39:57.438 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-09-04T23:39:58.481Z[ recovery-image] Sep 04 23:39:57.448 INFO O| Sep 04 23:39:57.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
84682026-09-04T23:39:58.481Z[ recovery-image] Sep 04 23:39:57.448 INFO O| Sep 04 23:39:57.448 INFO STEP 926 (remove_files) COMPLETE
84692026-09-04T23:39:58.481Z[ recovery-image] Sep 04 23:39:57.448 INFO O| Sep 04 23:39:57.448 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-09-04T23:39:58.491Z[ recovery-image] Sep 04 23:39:57.457 INFO O| Sep 04 23:39:57.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
84712026-09-04T23:39:58.491Z[ recovery-image] Sep 04 23:39:57.457 INFO O| Sep 04 23:39:57.457 INFO STEP 927 (remove_files) COMPLETE
84722026-09-04T23:39:58.491Z[ recovery-image] Sep 04 23:39:57.457 INFO O| Sep 04 23:39:57.457 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-09-04T23:39:58.499Z[ recovery-image] Sep 04 23:39:57.467 INFO O| Sep 04 23:39:57.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
84742026-09-04T23:39:58.499Z[ recovery-image] Sep 04 23:39:57.467 INFO O| Sep 04 23:39:57.467 INFO STEP 928 (remove_files) COMPLETE
84752026-09-04T23:39:58.499Z[ recovery-image] Sep 04 23:39:57.467 INFO O| Sep 04 23:39:57.467 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-09-04T23:39:58.512Z[ recovery-image] Sep 04 23:39:57.476 INFO O| Sep 04 23:39:57.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
84772026-09-04T23:39:58.512Z[ recovery-image] Sep 04 23:39:57.476 INFO O| Sep 04 23:39:57.476 INFO STEP 929 (remove_files) COMPLETE
84782026-09-04T23:39:58.515Z[ recovery-image] Sep 04 23:39:57.476 INFO O| Sep 04 23:39:57.476 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-09-04T23:39:58.520Z[ recovery-image] Sep 04 23:39:57.486 INFO O| Sep 04 23:39:57.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
84802026-09-04T23:39:58.520Z[ recovery-image] Sep 04 23:39:57.486 INFO O| Sep 04 23:39:57.486 INFO STEP 930 (remove_files) COMPLETE
84812026-09-04T23:39:58.520Z[ recovery-image] Sep 04 23:39:57.486 INFO O| Sep 04 23:39:57.486 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-09-04T23:39:58.528Z[ recovery-image] Sep 04 23:39:57.495 INFO O| Sep 04 23:39:57.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
84832026-09-04T23:39:58.529Z[ recovery-image] Sep 04 23:39:57.496 INFO O| Sep 04 23:39:57.496 INFO STEP 931 (remove_files) COMPLETE
84842026-09-04T23:39:58.529Z[ recovery-image] Sep 04 23:39:57.496 INFO O| Sep 04 23:39:57.496 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-09-04T23:39:58.538Z[ recovery-image] Sep 04 23:39:57.506 INFO O| Sep 04 23:39:57.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
84862026-09-04T23:39:58.538Z[ recovery-image] Sep 04 23:39:57.506 INFO O| Sep 04 23:39:57.506 INFO STEP 932 (remove_files) COMPLETE
84872026-09-04T23:39:58.539Z[ recovery-image] Sep 04 23:39:57.506 INFO O| Sep 04 23:39:57.506 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-09-04T23:39:58.550Z[ recovery-image] Sep 04 23:39:57.516 INFO O| Sep 04 23:39:57.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
84892026-09-04T23:39:58.550Z[ recovery-image] Sep 04 23:39:57.516 INFO O| Sep 04 23:39:57.516 INFO STEP 933 (remove_files) COMPLETE
84902026-09-04T23:39:58.550Z[ recovery-image] Sep 04 23:39:57.516 INFO O| Sep 04 23:39:57.516 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-09-04T23:39:58.558Z[ recovery-image] Sep 04 23:39:57.525 INFO O| Sep 04 23:39:57.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
84922026-09-04T23:39:58.558Z[ recovery-image] Sep 04 23:39:57.525 INFO O| Sep 04 23:39:57.525 INFO STEP 934 (remove_files) COMPLETE
84932026-09-04T23:39:58.558Z[ recovery-image] Sep 04 23:39:57.525 INFO O| Sep 04 23:39:57.525 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-09-04T23:39:58.568Z[ recovery-image] Sep 04 23:39:57.534 INFO O| Sep 04 23:39:57.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
84952026-09-04T23:39:58.568Z[ recovery-image] Sep 04 23:39:57.534 INFO O| Sep 04 23:39:57.534 INFO STEP 935 (remove_files) COMPLETE
84962026-09-04T23:39:58.568Z[ recovery-image] Sep 04 23:39:57.534 INFO O| Sep 04 23:39:57.534 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-09-04T23:39:58.577Z[ recovery-image] Sep 04 23:39:57.544 INFO O| Sep 04 23:39:57.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
84982026-09-04T23:39:58.577Z[ recovery-image] Sep 04 23:39:57.544 INFO O| Sep 04 23:39:57.544 INFO STEP 936 (remove_files) COMPLETE
84992026-09-04T23:39:58.577Z[ recovery-image] Sep 04 23:39:57.544 INFO O| Sep 04 23:39:57.544 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-09-04T23:39:58.581Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
85012026-09-04T23:39:58.586Z[ recovery-image] Sep 04 23:39:57.554 INFO O| Sep 04 23:39:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
85022026-09-04T23:39:58.587Z[ recovery-image] Sep 04 23:39:57.554 INFO O| Sep 04 23:39:57.554 INFO STEP 937 (remove_files) COMPLETE
85032026-09-04T23:39:58.587Z[ recovery-image] Sep 04 23:39:57.554 INFO O| Sep 04 23:39:57.554 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-09-04T23:39:58.596Z[ recovery-image] Sep 04 23:39:57.563 INFO O| Sep 04 23:39:57.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
85052026-09-04T23:39:58.596Z[ recovery-image] Sep 04 23:39:57.563 INFO O| Sep 04 23:39:57.563 INFO STEP 938 (remove_files) COMPLETE
85062026-09-04T23:39:58.596Z[ recovery-image] Sep 04 23:39:57.563 INFO O| Sep 04 23:39:57.563 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-09-04T23:39:58.606Z[ recovery-image] Sep 04 23:39:57.572 INFO O| Sep 04 23:39:57.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
85082026-09-04T23:39:58.606Z[ recovery-image] Sep 04 23:39:57.572 INFO O| Sep 04 23:39:57.572 INFO STEP 939 (remove_files) COMPLETE
85092026-09-04T23:39:58.606Z[ recovery-image] Sep 04 23:39:57.572 INFO O| Sep 04 23:39:57.572 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-09-04T23:39:58.612Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
85112026-09-04T23:39:58.615Z[ recovery-image] Sep 04 23:39:57.582 INFO O| Sep 04 23:39:57.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
85122026-09-04T23:39:58.616Z[ recovery-image] Sep 04 23:39:57.582 INFO O| Sep 04 23:39:57.582 INFO STEP 940 (remove_files) COMPLETE
85132026-09-04T23:39:58.619Z[ recovery-image] Sep 04 23:39:57.582 INFO O| Sep 04 23:39:57.582 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-09-04T23:39:58.625Z[ recovery-image] Sep 04 23:39:57.593 INFO O| Sep 04 23:39:57.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
85152026-09-04T23:39:58.625Z[ recovery-image] Sep 04 23:39:57.593 INFO O| Sep 04 23:39:57.593 INFO STEP 941 (remove_files) COMPLETE
85162026-09-04T23:39:58.625Z[ recovery-image] Sep 04 23:39:57.593 INFO O| Sep 04 23:39:57.593 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-09-04T23:39:58.636Z[ recovery-image] Sep 04 23:39:57.603 INFO O| Sep 04 23:39:57.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
85182026-09-04T23:39:58.636Z[ recovery-image] Sep 04 23:39:57.603 INFO O| Sep 04 23:39:57.603 INFO STEP 942 (remove_files) COMPLETE
85192026-09-04T23:39:58.636Z[ recovery-image] Sep 04 23:39:57.603 INFO O| Sep 04 23:39:57.603 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-09-04T23:39:58.640Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
85212026-09-04T23:39:58.646Z[ recovery-image] Sep 04 23:39:57.614 INFO O| Sep 04 23:39:57.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
85222026-09-04T23:39:58.647Z[ recovery-image] Sep 04 23:39:57.614 INFO O| Sep 04 23:39:57.614 INFO STEP 943 (remove_files) COMPLETE
85232026-09-04T23:39:58.647Z[ recovery-image] Sep 04 23:39:57.614 INFO O| Sep 04 23:39:57.614 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-09-04T23:39:58.657Z[ recovery-image] Sep 04 23:39:57.624 INFO O| Sep 04 23:39:57.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
85252026-09-04T23:39:58.657Z[ recovery-image] Sep 04 23:39:57.624 INFO O| Sep 04 23:39:57.624 INFO STEP 944 (remove_files) COMPLETE
85262026-09-04T23:39:58.657Z[ recovery-image] Sep 04 23:39:57.624 INFO O| Sep 04 23:39:57.624 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-09-04T23:39:58.667Z[ recovery-image] Sep 04 23:39:57.633 INFO O| Sep 04 23:39:57.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
85282026-09-04T23:39:58.667Z[ recovery-image] Sep 04 23:39:57.633 INFO O| Sep 04 23:39:57.633 INFO STEP 945 (remove_files) COMPLETE
85292026-09-04T23:39:58.667Z[ recovery-image] Sep 04 23:39:57.633 INFO O| Sep 04 23:39:57.633 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-09-04T23:39:58.676Z[ recovery-image] Sep 04 23:39:57.643 INFO O| Sep 04 23:39:57.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
85312026-09-04T23:39:58.676Z[ recovery-image] Sep 04 23:39:57.643 INFO O| Sep 04 23:39:57.643 INFO STEP 946 (remove_files) COMPLETE
85322026-09-04T23:39:58.680Z[ recovery-image] Sep 04 23:39:57.643 INFO O| Sep 04 23:39:57.643 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-09-04T23:39:58.687Z[ recovery-image] Sep 04 23:39:57.654 INFO O| Sep 04 23:39:57.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
85342026-09-04T23:39:58.687Z[ recovery-image] Sep 04 23:39:57.654 INFO O| Sep 04 23:39:57.654 INFO STEP 947 (remove_files) COMPLETE
85352026-09-04T23:39:58.687Z[ recovery-image] Sep 04 23:39:57.654 INFO O| Sep 04 23:39:57.654 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-09-04T23:39:58.695Z[ recovery-image] Sep 04 23:39:57.663 INFO O| Sep 04 23:39:57.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
85372026-09-04T23:39:58.695Z[ recovery-image] Sep 04 23:39:57.663 INFO O| Sep 04 23:39:57.663 INFO STEP 948 (remove_files) COMPLETE
85382026-09-04T23:39:58.695Z[ recovery-image] Sep 04 23:39:57.663 INFO O| Sep 04 23:39:57.663 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-09-04T23:39:58.704Z[ recovery-image] Sep 04 23:39:57.671 INFO O| Sep 04 23:39:57.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
85402026-09-04T23:39:58.705Z[ recovery-image] Sep 04 23:39:57.672 INFO O| Sep 04 23:39:57.672 INFO STEP 949 (remove_files) COMPLETE
85412026-09-04T23:39:58.705Z[ recovery-image] Sep 04 23:39:57.672 INFO O| Sep 04 23:39:57.672 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-09-04T23:39:58.713Z[ recovery-image] Sep 04 23:39:57.680 INFO O| Sep 04 23:39:57.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
85432026-09-04T23:39:58.713Z[ recovery-image] Sep 04 23:39:57.680 INFO O| Sep 04 23:39:57.680 INFO STEP 950 (remove_files) COMPLETE
85442026-09-04T23:39:58.716Z[ recovery-image] Sep 04 23:39:57.680 INFO O| Sep 04 23:39:57.680 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-09-04T23:39:58.721Z[ recovery-image] Sep 04 23:39:57.689 INFO O| Sep 04 23:39:57.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
85462026-09-04T23:39:58.725Z[ recovery-image] Sep 04 23:39:57.689 INFO O| Sep 04 23:39:57.689 INFO STEP 951 (remove_files) COMPLETE
85472026-09-04T23:39:58.725Z[ recovery-image] Sep 04 23:39:57.689 INFO O| Sep 04 23:39:57.689 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-09-04T23:39:58.731Z[ recovery-image] Sep 04 23:39:57.698 INFO O| Sep 04 23:39:57.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
85492026-09-04T23:39:58.731Z[ recovery-image] Sep 04 23:39:57.698 INFO O| Sep 04 23:39:57.698 INFO STEP 952 (remove_files) COMPLETE
85502026-09-04T23:39:58.731Z[ recovery-image] Sep 04 23:39:57.698 INFO O| Sep 04 23:39:57.698 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-09-04T23:39:58.740Z[ recovery-image] Sep 04 23:39:57.708 INFO O| Sep 04 23:39:57.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
85522026-09-04T23:39:58.740Z[ recovery-image] Sep 04 23:39:57.708 INFO O| Sep 04 23:39:57.708 INFO STEP 953 (remove_files) COMPLETE
85532026-09-04T23:39:58.744Z[ recovery-image] Sep 04 23:39:57.708 INFO O| Sep 04 23:39:57.708 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-09-04T23:39:58.750Z[ recovery-image] Sep 04 23:39:57.718 INFO O| Sep 04 23:39:57.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
85552026-09-04T23:39:58.750Z[ recovery-image] Sep 04 23:39:57.718 INFO O| Sep 04 23:39:57.718 INFO STEP 954 (remove_files) COMPLETE
85562026-09-04T23:39:58.751Z[ recovery-image] Sep 04 23:39:57.718 INFO O| Sep 04 23:39:57.718 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-09-04T23:39:58.762Z[ recovery-image] Sep 04 23:39:57.729 INFO O| Sep 04 23:39:57.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
85582026-09-04T23:39:58.762Z[ recovery-image] Sep 04 23:39:57.729 INFO O| Sep 04 23:39:57.729 INFO STEP 955 (remove_files) COMPLETE
85592026-09-04T23:39:58.762Z[ recovery-image] Sep 04 23:39:57.729 INFO O| Sep 04 23:39:57.729 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-09-04T23:39:58.772Z[ recovery-image] Sep 04 23:39:57.739 INFO O| Sep 04 23:39:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
85612026-09-04T23:39:58.772Z[ recovery-image] Sep 04 23:39:57.739 INFO O| Sep 04 23:39:57.739 INFO STEP 956 (remove_files) COMPLETE
85622026-09-04T23:39:58.776Z[ recovery-image] Sep 04 23:39:57.739 INFO O| Sep 04 23:39:57.739 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-09-04T23:39:58.782Z[ recovery-image] Sep 04 23:39:57.749 INFO O| Sep 04 23:39:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
85642026-09-04T23:39:58.782Z[ recovery-image] Sep 04 23:39:57.749 INFO O| Sep 04 23:39:57.749 INFO STEP 957 (remove_files) COMPLETE
85652026-09-04T23:39:58.782Z[ recovery-image] Sep 04 23:39:57.749 INFO O| Sep 04 23:39:57.749 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-09-04T23:39:58.793Z[ recovery-image] Sep 04 23:39:57.761 INFO O| Sep 04 23:39:57.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
85672026-09-04T23:39:58.794Z[ recovery-image] Sep 04 23:39:57.761 INFO O| Sep 04 23:39:57.761 INFO STEP 958 (remove_files) COMPLETE
85682026-09-04T23:39:58.798Z[ recovery-image] Sep 04 23:39:57.761 INFO O| Sep 04 23:39:57.761 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-09-04T23:39:58.803Z[ recovery-image] Sep 04 23:39:57.770 INFO O| Sep 04 23:39:57.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
85702026-09-04T23:39:58.803Z[ recovery-image] Sep 04 23:39:57.770 INFO O| Sep 04 23:39:57.770 INFO STEP 959 (remove_files) COMPLETE
85712026-09-04T23:39:58.803Z[ recovery-image] Sep 04 23:39:57.770 INFO O| Sep 04 23:39:57.770 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-09-04T23:39:58.812Z[ recovery-image] Sep 04 23:39:57.779 INFO O| Sep 04 23:39:57.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
85732026-09-04T23:39:58.812Z[ recovery-image] Sep 04 23:39:57.779 INFO O| Sep 04 23:39:57.779 INFO STEP 960 (remove_files) COMPLETE
85742026-09-04T23:39:58.812Z[ recovery-image] Sep 04 23:39:57.779 INFO O| Sep 04 23:39:57.779 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-09-04T23:39:58.821Z[ recovery-image] Sep 04 23:39:57.788 INFO O| Sep 04 23:39:57.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
85762026-09-04T23:39:58.821Z[ recovery-image] Sep 04 23:39:57.788 INFO O| Sep 04 23:39:57.788 INFO STEP 961 (remove_files) COMPLETE
85772026-09-04T23:39:58.821Z[ recovery-image] Sep 04 23:39:57.788 INFO O| Sep 04 23:39:57.788 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-09-04T23:39:58.833Z[ recovery-image] Sep 04 23:39:57.797 INFO O| Sep 04 23:39:57.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
85792026-09-04T23:39:58.833Z[ recovery-image] Sep 04 23:39:57.797 INFO O| Sep 04 23:39:57.797 INFO STEP 962 (remove_files) COMPLETE
85802026-09-04T23:39:58.833Z[ recovery-image] Sep 04 23:39:57.797 INFO O| Sep 04 23:39:57.797 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-09-04T23:39:58.840Z[ recovery-image] Sep 04 23:39:57.807 INFO O| Sep 04 23:39:57.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
85822026-09-04T23:39:58.840Z[ recovery-image] Sep 04 23:39:57.807 INFO O| Sep 04 23:39:57.807 INFO STEP 963 (remove_files) COMPLETE
85832026-09-04T23:39:58.840Z[ recovery-image] Sep 04 23:39:57.807 INFO O| Sep 04 23:39:57.807 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-09-04T23:39:58.844Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
85852026-09-04T23:39:58.850Z[ recovery-image] Sep 04 23:39:57.817 INFO O| Sep 04 23:39:57.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
85862026-09-04T23:39:58.853Z[ recovery-image] Sep 04 23:39:57.817 INFO O| Sep 04 23:39:57.817 INFO STEP 964 (remove_files) COMPLETE
85872026-09-04T23:39:58.853Z[ recovery-image] Sep 04 23:39:57.817 INFO O| Sep 04 23:39:57.817 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-09-04T23:39:58.858Z[ recovery-image] Sep 04 23:39:57.826 INFO O| Sep 04 23:39:57.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
85892026-09-04T23:39:58.858Z[ recovery-image] Sep 04 23:39:57.826 INFO O| Sep 04 23:39:57.826 INFO STEP 965 (remove_files) COMPLETE
85902026-09-04T23:39:58.858Z[ recovery-image] Sep 04 23:39:57.826 INFO O| Sep 04 23:39:57.826 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-09-04T23:39:58.866Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24238:20260902T165440Z
85922026-09-04T23:39:58.869Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24238:20260902T165440Z
85932026-09-04T23:39:58.869Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
85942026-09-04T23:39:58.869Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
85952026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
85962026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
85972026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.833 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
85982026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.834 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
85992026-09-04T23:39:58.870Z[ recovery-image] Sep 04 23:39:57.836 INFO O| Sep 04 23:39:57.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
86002026-09-04T23:39:58.870Z[ recovery-image] Sep 04 23:39:57.837 INFO O| Sep 04 23:39:57.836 INFO STEP 966 (remove_files) COMPLETE
86012026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.834 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260904T232529Z
86022026-09-04T23:39:58.870Z[ recovery-image] Sep 04 23:39:57.837 INFO O| Sep 04 23:39:57.837 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.834 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
86042026-09-04T23:39:58.870Z[ host-image] Sep 04 23:39:57.834 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
86052026-09-04T23:39:58.874Z[ host-image] Sep 04 23:39:57.834 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24238:20260902T165441Z
86062026-09-04T23:39:58.874Z[ host-image] Sep 04 23:39:57.835 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24238:20260902T165441Z
86072026-09-04T23:39:58.874Z[ host-image] Sep 04 23:39:57.835 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24238:20260902T165441Z
86082026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.835 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24238:20260902T165441Z
86092026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.835 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
86102026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.835 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24238:20260902T165441Z
86112026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24238:20260902T165441Z
86122026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24238:20260902T165441Z
86132026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24238:20260902T165441Z
86142026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24238:20260902T165442Z
86152026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24238:20260902T165442Z
86162026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24238:20260902T165442Z
86172026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24238:20260902T165442Z
86182026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24238:20260902T165442Z
86192026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24238:20260902T165442Z
86202026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24238:20260902T165442Z
86212026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24238:20260902T165443Z
86222026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24238:20260902T165443Z
86232026-09-04T23:39:58.875Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24238:20260902T165444Z
86242026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24238:20260902T165444Z
86252026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
86262026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.836 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24238:20260902T165445Z
86272026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.837 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24238:20260902T165445Z
86282026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.837 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24238:20260902T165446Z
86292026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.837 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24238:20260902T165446Z
86302026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.837 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24238:20260902T165446Z
86312026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.837 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24238:20260902T165447Z
86322026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.837 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24238:20260902T165447Z
86332026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.840 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
86342026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.840 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24238:20260902T165447Z
86352026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.840 INFO O| install = pkg://helios/library/expat@2.8.3-3.0:20260902T163107Z
86362026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.840 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
86372026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.840 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
86382026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.840 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
86392026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.841 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24238:20260902T165447Z
86402026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.841 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
86412026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.841 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
86422026-09-04T23:39:58.876Z[ host-image] Sep 04 23:39:57.841 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
86432026-09-04T23:39:58.877Z[ host-image] Sep 04 23:39:57.841 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
86442026-09-04T23:39:58.886Z[ host-image] Sep 04 23:39:57.844 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
86452026-09-04T23:39:58.886Z[ host-image] Sep 04 23:39:57.844 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
86462026-09-04T23:39:58.886Z[ host-image] Sep 04 23:39:57.844 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
86472026-09-04T23:39:58.886Z[ host-image] Sep 04 23:39:57.845 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
86482026-09-04T23:39:58.886Z[ host-image] Sep 04 23:39:57.845 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
86492026-09-04T23:39:58.886Z[ host-image] Sep 04 23:39:57.845 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
86502026-09-04T23:39:58.886Z[ recovery-image] Sep 04 23:39:57.848 INFO O| Sep 04 23:39:57.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
86512026-09-04T23:39:58.886Z[ recovery-image] Sep 04 23:39:57.848 INFO O| Sep 04 23:39:57.848 INFO STEP 967 (remove_files) COMPLETE
86522026-09-04T23:39:58.886Z[ recovery-image] Sep 04 23:39:57.848 INFO O| Sep 04 23:39:57.848 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-09-04T23:39:58.890Z[ host-image] Sep 04 23:39:57.857 INFO O| install = pkg://helios/library/security/openssl-3@3.5.8-3.0:20260902T163624Z
86542026-09-04T23:39:58.891Z[ host-image] Sep 04 23:39:57.857 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
86552026-09-04T23:39:58.891Z[ host-image] Sep 04 23:39:57.857 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
86562026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24238:20260902T165448Z
86572026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24238:20260902T165450Z
86582026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
86592026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24238:20260902T165451Z
86602026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
86612026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
86622026-09-04T23:39:58.894Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
86632026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/rsync@3.5.0-3.0:20260902T163025Z
86642026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24238:20260902T165451Z
86652026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.858 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
86662026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.859 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
86672026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.859 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
86682026-09-04T23:39:58.895Z[ recovery-image] Sep 04 23:39:57.859 INFO O| Sep 04 23:39:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
86692026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.859 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
86702026-09-04T23:39:58.895Z[ recovery-image] Sep 04 23:39:57.859 INFO O| Sep 04 23:39:57.859 INFO STEP 968 (remove_files) COMPLETE
86712026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.859 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24238:20260902T165451Z
86722026-09-04T23:39:58.895Z[ recovery-image] Sep 04 23:39:57.859 INFO O| Sep 04 23:39:57.859 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-09-04T23:39:58.895Z[ host-image] Sep 04 23:39:57.859 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
86742026-09-04T23:39:58.899Z[ host-image] Sep 04 23:39:57.863 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
86752026-09-04T23:39:58.899Z[ host-image] Sep 04 23:39:57.863 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24238:20260902T165451Z
86762026-09-04T23:39:58.899Z[ host-image] Sep 04 23:39:57.864 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24238:20260902T165451Z
86772026-09-04T23:39:58.899Z[ host-image] Sep 04 23:39:57.864 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24238:20260902T165451Z
86782026-09-04T23:39:58.899Z[ host-image] Sep 04 23:39:57.864 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
86792026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.864 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24238:20260902T165452Z
86802026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.864 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24238:20260902T165452Z
86812026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.864 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24238:20260902T165452Z
86822026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.865 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24238:20260902T165452Z
86832026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
86842026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24238:20260902T165452Z
86852026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24238:20260902T165453Z
86862026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
86872026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24238:20260902T165453Z
86882026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24238:20260902T165453Z
86892026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24238:20260902T165453Z
86902026-09-04T23:39:58.900Z[ host-image] Sep 04 23:39:57.866 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24238:20260902T165453Z
86912026-09-04T23:39:58.904Z[ host-image] Sep 04 23:39:57.868 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24238:20260902T165453Z
86922026-09-04T23:39:58.904Z[ host-image] Sep 04 23:39:57.868 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
86932026-09-04T23:39:58.904Z[ host-image] Sep 04 23:39:57.869 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24238:20260902T165453Z
86942026-09-04T23:39:58.904Z[ host-image] Sep 04 23:39:57.869 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24238:20260902T165453Z
86952026-09-04T23:39:58.905Z[ recovery-image] Sep 04 23:39:57.869 INFO O| Sep 04 23:39:57.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
86962026-09-04T23:39:58.905Z[ host-image] Sep 04 23:39:57.869 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24238:20260902T165453Z
86972026-09-04T23:39:58.905Z[ host-image] Sep 04 23:39:57.869 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24238:20260902T165453Z
86982026-09-04T23:39:58.905Z[ recovery-image] Sep 04 23:39:57.869 INFO O| Sep 04 23:39:57.869 INFO STEP 969 (remove_files) COMPLETE
86992026-09-04T23:39:58.905Z[ recovery-image] Sep 04 23:39:57.869 INFO O| Sep 04 23:39:57.869 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-09-04T23:39:58.905Z[ host-image] Sep 04 23:39:57.870 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24238:20260902T165453Z
87012026-09-04T23:39:58.905Z[ host-image] Sep 04 23:39:57.870 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24238:20260902T165454Z
87022026-09-04T23:39:58.905Z[ host-image] Sep 04 23:39:57.870 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24238:20260902T165454Z
87032026-09-04T23:39:58.905Z[ host-image] Sep 04 23:39:57.870 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24238:20260902T165454Z
87042026-09-04T23:39:58.909Z[ host-image] Sep 04 23:39:57.873 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24238:20260902T165454Z
87052026-09-04T23:39:58.909Z[ host-image] Sep 04 23:39:57.873 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24238:20260902T165454Z
87062026-09-04T23:39:58.909Z[ host-image] Sep 04 23:39:57.873 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24238:20260902T165454Z
87072026-09-04T23:39:58.909Z[ host-image] Sep 04 23:39:57.873 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24238:20260902T165454Z
87082026-09-04T23:39:58.909Z[ host-image] Sep 04 23:39:57.873 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24238:20260902T165454Z
87092026-09-04T23:39:58.913Z[ recovery-image] Sep 04 23:39:57.879 INFO O| Sep 04 23:39:57.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
87102026-09-04T23:39:58.913Z[ recovery-image] Sep 04 23:39:57.879 INFO O| Sep 04 23:39:57.879 INFO STEP 970 (remove_files) COMPLETE
87112026-09-04T23:39:58.913Z[ recovery-image] Sep 04 23:39:57.879 INFO O| Sep 04 23:39:57.879 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-09-04T23:39:58.913Z[ host-image] Sep 04 23:39:57.880 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24238:20260902T165456Z
87132026-09-04T23:39:58.913Z[ host-image] Sep 04 23:39:57.880 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24238:20260902T165454Z
87142026-09-04T23:39:58.913Z[ host-image] Sep 04 23:39:57.880 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24238:20260902T165455Z
87152026-09-04T23:39:58.913Z[ host-image] Sep 04 23:39:57.880 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
87162026-09-04T23:39:58.913Z[ host-image] Sep 04 23:39:57.880 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
87172026-09-04T23:39:58.921Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24238:20260902T165455Z
87182026-09-04T23:39:58.921Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
87192026-09-04T23:39:58.921Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24238:20260902T165455Z
87202026-09-04T23:39:58.925Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24238:20260902T165455Z
87212026-09-04T23:39:58.925Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24238:20260902T165455Z
87222026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
87232026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
87242026-09-04T23:39:58.926Z[ recovery-image] Sep 04 23:39:57.889 INFO O| Sep 04 23:39:57.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
87252026-09-04T23:39:58.926Z[ recovery-image] Sep 04 23:39:57.889 INFO O| Sep 04 23:39:57.889 INFO STEP 971 (remove_files) COMPLETE
87262026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24238:20260902T165455Z
87272026-09-04T23:39:58.926Z[ recovery-image] Sep 04 23:39:57.889 INFO O| Sep 04 23:39:57.889 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24238:20260902T165455Z
87292026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.889 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24238:20260902T165455Z
87302026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.890 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24238:20260902T165455Z
87312026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.890 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24238:20260902T165456Z
87322026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.890 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24238:20260902T165456Z
87332026-09-04T23:39:58.926Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87342026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.890 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
87352026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24238:20260902T165456Z
87362026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/microcode/intel@20260812-3.0.24238:20260902T165456Z
87372026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24238:20260902T165456Z
87382026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24238:20260902T165457Z
87392026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24238:20260902T165456Z
87402026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24238:20260902T165457Z
87412026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
87422026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
87432026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.891 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24238:20260902T165458Z
87442026-09-04T23:39:58.926Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24238:20260902T165458Z
87452026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
87462026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
87472026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
87482026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
87492026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
87502026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.892 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
87512026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.893 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
87522026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.893 INFO O| tempdir @ "/tmp/.tmpYRnVvv/tmp"
87532026-09-04T23:39:58.927Z[ host-image] Sep 04 23:39:57.893 INFO O| image root @ "/tmp/.tmpYRnVvv/tmp/root"
87542026-09-04T23:39:58.931Z[ host-image] Sep 04 23:39:57.893 INFO O| creating image...
87552026-09-04T23:39:58.934Z[ recovery-image] Sep 04 23:39:57.899 INFO O| Sep 04 23:39:57.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
87562026-09-04T23:39:58.935Z[ recovery-image] Sep 04 23:39:57.899 INFO O| Sep 04 23:39:57.899 INFO STEP 972 (remove_files) COMPLETE
87572026-09-04T23:39:58.935Z[ recovery-image] Sep 04 23:39:57.899 INFO O| Sep 04 23:39:57.899 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87582026-09-04T23:39:58.942Z[ recovery-image] Sep 04 23:39:57.909 INFO O| Sep 04 23:39:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
87592026-09-04T23:39:58.942Z[ recovery-image] Sep 04 23:39:57.909 INFO O| Sep 04 23:39:57.909 INFO STEP 973 (remove_files) COMPLETE
87602026-09-04T23:39:58.942Z[ recovery-image] Sep 04 23:39:57.909 INFO O| Sep 04 23:39:57.909 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87612026-09-04T23:39:58.952Z[ recovery-image] Sep 04 23:39:57.919 INFO O| Sep 04 23:39:57.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
87622026-09-04T23:39:58.952Z[ recovery-image] Sep 04 23:39:57.919 INFO O| Sep 04 23:39:57.919 INFO STEP 974 (remove_files) COMPLETE
87632026-09-04T23:39:58.952Z[ recovery-image] Sep 04 23:39:57.919 INFO O| Sep 04 23:39:57.919 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87642026-09-04T23:39:58.961Z[ recovery-image] Sep 04 23:39:57.929 INFO O| Sep 04 23:39:57.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
87652026-09-04T23:39:58.962Z[ recovery-image] Sep 04 23:39:57.929 INFO O| Sep 04 23:39:57.929 INFO STEP 975 (remove_files) COMPLETE
87662026-09-04T23:39:58.962Z[ recovery-image] Sep 04 23:39:57.929 INFO O| Sep 04 23:39:57.929 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87672026-09-04T23:39:58.971Z[ recovery-image] Sep 04 23:39:57.938 INFO O| Sep 04 23:39:57.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
87682026-09-04T23:39:58.976Z[ recovery-image] Sep 04 23:39:57.939 INFO O| Sep 04 23:39:57.939 INFO STEP 976 (remove_files) COMPLETE
87692026-09-04T23:39:58.976Z[ recovery-image] Sep 04 23:39:57.939 INFO O| Sep 04 23:39:57.939 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87702026-09-04T23:39:58.983Z[ recovery-image] Sep 04 23:39:57.950 INFO O| Sep 04 23:39:57.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
87712026-09-04T23:39:58.983Z[ recovery-image] Sep 04 23:39:57.950 INFO O| Sep 04 23:39:57.950 INFO STEP 977 (remove_files) COMPLETE
87722026-09-04T23:39:58.987Z[ recovery-image] Sep 04 23:39:57.950 INFO O| Sep 04 23:39:57.950 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87732026-09-04T23:39:58.994Z[ recovery-image] Sep 04 23:39:57.961 INFO O| Sep 04 23:39:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
87742026-09-04T23:39:58.994Z[ recovery-image] Sep 04 23:39:57.962 INFO O| Sep 04 23:39:57.962 INFO STEP 978 (remove_files) COMPLETE
87752026-09-04T23:39:58.994Z[ recovery-image] Sep 04 23:39:57.962 INFO O| Sep 04 23:39:57.962 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87762026-09-04T23:39:59.005Z[ recovery-image] Sep 04 23:39:57.972 INFO O| Sep 04 23:39:57.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
87772026-09-04T23:39:59.005Z[ recovery-image] Sep 04 23:39:57.972 INFO O| Sep 04 23:39:57.972 INFO STEP 979 (remove_files) COMPLETE
87782026-09-04T23:39:59.009Z[ recovery-image] Sep 04 23:39:57.972 INFO O| Sep 04 23:39:57.972 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87792026-09-04T23:39:59.016Z[ recovery-image] Sep 04 23:39:57.983 INFO O| Sep 04 23:39:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
87802026-09-04T23:39:59.016Z[ recovery-image] Sep 04 23:39:57.983 INFO O| Sep 04 23:39:57.983 INFO STEP 980 (remove_files) COMPLETE
87812026-09-04T23:39:59.016Z[ recovery-image] Sep 04 23:39:57.983 INFO O| Sep 04 23:39:57.983 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87822026-09-04T23:39:59.026Z[ recovery-image] Sep 04 23:39:57.993 INFO O| Sep 04 23:39:57.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
87832026-09-04T23:39:59.026Z[ recovery-image] Sep 04 23:39:57.993 INFO O| Sep 04 23:39:57.993 INFO STEP 981 (remove_files) COMPLETE
87842026-09-04T23:39:59.026Z[ recovery-image] Sep 04 23:39:57.993 INFO O| Sep 04 23:39:57.993 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87852026-09-04T23:39:59.035Z[ recovery-image] Sep 04 23:39:58.003 INFO O| Sep 04 23:39:58.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
87862026-09-04T23:39:59.035Z[ recovery-image] Sep 04 23:39:58.003 INFO O| Sep 04 23:39:58.003 INFO STEP 982 (remove_files) COMPLETE
87872026-09-04T23:39:59.039Z[ recovery-image] Sep 04 23:39:58.003 INFO O| Sep 04 23:39:58.003 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87882026-09-04T23:39:59.044Z[ recovery-image] Sep 04 23:39:58.011 INFO O| Sep 04 23:39:58.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
87892026-09-04T23:39:59.044Z[ recovery-image] Sep 04 23:39:58.011 INFO O| Sep 04 23:39:58.011 INFO STEP 983 (remove_files) COMPLETE
87902026-09-04T23:39:59.044Z[ recovery-image] Sep 04 23:39:58.011 INFO O| Sep 04 23:39:58.011 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87912026-09-04T23:39:59.053Z[ recovery-image] Sep 04 23:39:58.020 INFO O| Sep 04 23:39:58.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
87922026-09-04T23:39:59.053Z[ recovery-image] Sep 04 23:39:58.020 INFO O| Sep 04 23:39:58.020 INFO STEP 984 (remove_files) COMPLETE
87932026-09-04T23:39:59.056Z[ recovery-image] Sep 04 23:39:58.020 INFO O| Sep 04 23:39:58.020 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87942026-09-04T23:39:59.060Z[verify-libraries] Compiling drift v0.2.0
87952026-09-04T23:39:59.064Z[ recovery-image] Sep 04 23:39:58.030 INFO O| Sep 04 23:39:58.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
87962026-09-04T23:39:59.064Z[ recovery-image] Sep 04 23:39:58.030 INFO O| Sep 04 23:39:58.030 INFO STEP 985 (remove_files) COMPLETE
87972026-09-04T23:39:59.064Z[ recovery-image] Sep 04 23:39:58.030 INFO O| Sep 04 23:39:58.030 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87982026-09-04T23:39:59.071Z[ recovery-image] Sep 04 23:39:58.039 INFO O| Sep 04 23:39:58.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
87992026-09-04T23:39:59.072Z[ recovery-image] Sep 04 23:39:58.039 INFO O| Sep 04 23:39:58.039 INFO STEP 986 (remove_files) COMPLETE
88002026-09-04T23:39:59.075Z[ recovery-image] Sep 04 23:39:58.039 INFO O| Sep 04 23:39:58.039 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88012026-09-04T23:39:59.083Z[ recovery-image] Sep 04 23:39:58.050 INFO O| Sep 04 23:39:58.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
88022026-09-04T23:39:59.083Z[ recovery-image] Sep 04 23:39:58.050 INFO O| Sep 04 23:39:58.050 INFO STEP 987 (remove_files) COMPLETE
88032026-09-04T23:39:59.083Z[ recovery-image] Sep 04 23:39:58.050 INFO O| Sep 04 23:39:58.050 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88042026-09-04T23:39:59.090Z[verify-libraries] Compiling uzers v0.12.2
88052026-09-04T23:39:59.094Z[ recovery-image] Sep 04 23:39:58.061 INFO O| Sep 04 23:39:58.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
88062026-09-04T23:39:59.094Z[ recovery-image] Sep 04 23:39:58.061 INFO O| Sep 04 23:39:58.061 INFO STEP 988 (remove_files) COMPLETE
88072026-09-04T23:39:59.095Z[ recovery-image] Sep 04 23:39:58.061 INFO O| Sep 04 23:39:58.061 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88082026-09-04T23:39:59.104Z[ recovery-image] Sep 04 23:39:58.071 INFO O| Sep 04 23:39:58.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
88092026-09-04T23:39:59.104Z[ recovery-image] Sep 04 23:39:58.071 INFO O| Sep 04 23:39:58.071 INFO STEP 989 (remove_files) COMPLETE
88102026-09-04T23:39:59.104Z[ recovery-image] Sep 04 23:39:58.071 INFO O| Sep 04 23:39:58.071 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88112026-09-04T23:39:59.114Z[ recovery-image] Sep 04 23:39:58.081 INFO O| Sep 04 23:39:58.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
88122026-09-04T23:39:59.114Z[ recovery-image] Sep 04 23:39:58.081 INFO O| Sep 04 23:39:58.081 INFO STEP 990 (remove_files) COMPLETE
88132026-09-04T23:39:59.115Z[ recovery-image] Sep 04 23:39:58.081 INFO O| Sep 04 23:39:58.081 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88142026-09-04T23:39:59.124Z[ recovery-image] Sep 04 23:39:58.091 INFO O| Sep 04 23:39:58.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
88152026-09-04T23:39:59.124Z[ recovery-image] Sep 04 23:39:58.091 INFO O| Sep 04 23:39:58.091 INFO STEP 991 (remove_files) COMPLETE
88162026-09-04T23:39:59.124Z[ recovery-image] Sep 04 23:39:58.091 INFO O| Sep 04 23:39:58.091 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88172026-09-04T23:39:59.134Z[ recovery-image] Sep 04 23:39:58.102 INFO O| Sep 04 23:39:58.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
88182026-09-04T23:39:59.134Z[ recovery-image] Sep 04 23:39:58.102 INFO O| Sep 04 23:39:58.102 INFO STEP 992 (remove_files) COMPLETE
88192026-09-04T23:39:59.138Z[ recovery-image] Sep 04 23:39:58.102 INFO O| Sep 04 23:39:58.102 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88202026-09-04T23:39:59.144Z[ recovery-image] Sep 04 23:39:58.112 INFO O| Sep 04 23:39:58.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
88212026-09-04T23:39:59.144Z[ recovery-image] Sep 04 23:39:58.112 INFO O| Sep 04 23:39:58.112 INFO STEP 993 (remove_files) COMPLETE
88222026-09-04T23:39:59.149Z[ recovery-image] Sep 04 23:39:58.112 INFO O| Sep 04 23:39:58.112 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88232026-09-04T23:39:59.155Z[ recovery-image] Sep 04 23:39:58.123 INFO O| Sep 04 23:39:58.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
88242026-09-04T23:39:59.155Z[ recovery-image] Sep 04 23:39:58.123 INFO O| Sep 04 23:39:58.122 INFO STEP 994 (remove_files) COMPLETE
88252026-09-04T23:39:59.156Z[ recovery-image] Sep 04 23:39:58.123 INFO O| Sep 04 23:39:58.122 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88262026-09-04T23:39:59.165Z[ recovery-image] Sep 04 23:39:58.132 INFO O| Sep 04 23:39:58.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
88272026-09-04T23:39:59.165Z[ recovery-image] Sep 04 23:39:58.132 INFO O| Sep 04 23:39:58.132 INFO STEP 995 (remove_files) COMPLETE
88282026-09-04T23:39:59.165Z[ recovery-image] Sep 04 23:39:58.132 INFO O| Sep 04 23:39:58.132 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88292026-09-04T23:39:59.172Z[verify-libraries] Compiling parse-size v1.1.0
88302026-09-04T23:39:59.177Z[ recovery-image] Sep 04 23:39:58.144 INFO O| Sep 04 23:39:58.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
88312026-09-04T23:39:59.177Z[ recovery-image] Sep 04 23:39:58.144 INFO O| Sep 04 23:39:58.144 INFO STEP 996 (remove_files) COMPLETE
88322026-09-04T23:39:59.177Z[ recovery-image] Sep 04 23:39:58.144 INFO O| Sep 04 23:39:58.144 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88332026-09-04T23:39:59.188Z[ recovery-image] Sep 04 23:39:58.155 INFO O| Sep 04 23:39:58.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
88342026-09-04T23:39:59.188Z[ recovery-image] Sep 04 23:39:58.155 INFO O| Sep 04 23:39:58.155 INFO STEP 997 (remove_files) COMPLETE
88352026-09-04T23:39:59.191Z[ recovery-image] Sep 04 23:39:58.155 INFO O| Sep 04 23:39:58.155 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88362026-09-04T23:39:59.197Z[ recovery-image] Sep 04 23:39:58.165 INFO O| Sep 04 23:39:58.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
88372026-09-04T23:39:59.197Z[ recovery-image] Sep 04 23:39:58.165 INFO O| Sep 04 23:39:58.165 INFO STEP 998 (remove_files) COMPLETE
88382026-09-04T23:39:59.198Z[ recovery-image] Sep 04 23:39:58.165 INFO O| Sep 04 23:39:58.165 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88392026-09-04T23:39:59.224Z[ recovery-image] Sep 04 23:39:58.191 INFO O| Sep 04 23:39:58.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
88402026-09-04T23:39:59.224Z[ recovery-image] Sep 04 23:39:58.191 INFO O| Sep 04 23:39:58.191 INFO STEP 999 (remove_files) COMPLETE
88412026-09-04T23:39:59.224Z[ recovery-image] Sep 04 23:39:58.191 INFO O| Sep 04 23:39:58.191 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88422026-09-04T23:39:59.235Z[ recovery-image] Sep 04 23:39:58.203 INFO O| Sep 04 23:39:58.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
88432026-09-04T23:39:59.235Z[ recovery-image] Sep 04 23:39:58.203 INFO O| Sep 04 23:39:58.203 INFO STEP 1000 (remove_files) COMPLETE
88442026-09-04T23:39:59.235Z[ recovery-image] Sep 04 23:39:58.203 INFO O| Sep 04 23:39:58.203 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88452026-09-04T23:39:59.245Z[ recovery-image] Sep 04 23:39:58.213 INFO O| Sep 04 23:39:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
88462026-09-04T23:39:59.246Z[ recovery-image] Sep 04 23:39:58.213 INFO O| Sep 04 23:39:58.213 INFO STEP 1001 (remove_files) COMPLETE
88472026-09-04T23:39:59.249Z[ recovery-image] Sep 04 23:39:58.213 INFO O| Sep 04 23:39:58.213 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88482026-09-04T23:39:59.390Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88492026-09-04T23:39:59.451Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88502026-09-04T23:39:59.542Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88512026-09-04T23:39:59.785Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88522026-09-04T23:40:00.356Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
88532026-09-04T23:40:00.403Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88542026-09-04T23:40:00.494Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88552026-09-04T23:40:02.101Z[ recovery-image] Sep 04 23:40:01.068 INFO O| Sep 04 23:40:01.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
88562026-09-04T23:40:02.101Z[ recovery-image] Sep 04 23:40:01.068 INFO O| Sep 04 23:40:01.068 INFO STEP 1002 (remove_files) COMPLETE
88572026-09-04T23:40:02.105Z[ recovery-image] Sep 04 23:40:01.068 INFO O| Sep 04 23:40:01.068 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88582026-09-04T23:40:02.110Z[ recovery-image] Sep 04 23:40:01.078 INFO O| Sep 04 23:40:01.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
88592026-09-04T23:40:02.110Z[ recovery-image] Sep 04 23:40:01.078 INFO O| Sep 04 23:40:01.078 INFO STEP 1003 (remove_files) COMPLETE
88602026-09-04T23:40:02.111Z[ recovery-image] Sep 04 23:40:01.078 INFO O| Sep 04 23:40:01.078 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88612026-09-04T23:40:02.122Z[ recovery-image] Sep 04 23:40:01.089 INFO O| Sep 04 23:40:01.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
88622026-09-04T23:40:02.122Z[ recovery-image] Sep 04 23:40:01.089 INFO O| Sep 04 23:40:01.089 INFO STEP 1004 (remove_files) COMPLETE
88632026-09-04T23:40:02.122Z[ recovery-image] Sep 04 23:40:01.089 INFO O| Sep 04 23:40:01.089 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88642026-09-04T23:40:02.133Z[ recovery-image] Sep 04 23:40:01.100 INFO O| Sep 04 23:40:01.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
88652026-09-04T23:40:02.133Z[ recovery-image] Sep 04 23:40:01.100 INFO O| Sep 04 23:40:01.100 INFO STEP 1005 (remove_files) COMPLETE
88662026-09-04T23:40:02.133Z[ recovery-image] Sep 04 23:40:01.100 INFO O| Sep 04 23:40:01.100 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88672026-09-04T23:40:02.144Z[ recovery-image] Sep 04 23:40:01.112 INFO O| Sep 04 23:40:01.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
88682026-09-04T23:40:02.144Z[ recovery-image] Sep 04 23:40:01.112 INFO O| Sep 04 23:40:01.112 INFO STEP 1006 (remove_files) COMPLETE
88692026-09-04T23:40:02.148Z[ recovery-image] Sep 04 23:40:01.112 INFO O| Sep 04 23:40:01.112 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88702026-09-04T23:40:02.154Z[ recovery-image] Sep 04 23:40:01.122 INFO O| Sep 04 23:40:01.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
88712026-09-04T23:40:02.154Z[ recovery-image] Sep 04 23:40:01.122 INFO O| Sep 04 23:40:01.122 INFO STEP 1007 (remove_files) COMPLETE
88722026-09-04T23:40:02.158Z[ recovery-image] Sep 04 23:40:01.122 INFO O| Sep 04 23:40:01.122 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88732026-09-04T23:40:02.164Z[ recovery-image] Sep 04 23:40:01.131 INFO O| Sep 04 23:40:01.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
88742026-09-04T23:40:02.164Z[ recovery-image] Sep 04 23:40:01.131 INFO O| Sep 04 23:40:01.131 INFO STEP 1008 (remove_files) COMPLETE
88752026-09-04T23:40:02.165Z[ recovery-image] Sep 04 23:40:01.131 INFO O| Sep 04 23:40:01.131 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88762026-09-04T23:40:02.173Z[ recovery-image] Sep 04 23:40:01.140 INFO O| Sep 04 23:40:01.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
88772026-09-04T23:40:02.173Z[ recovery-image] Sep 04 23:40:01.140 INFO O| Sep 04 23:40:01.140 INFO STEP 1009 (remove_files) COMPLETE
88782026-09-04T23:40:02.173Z[ recovery-image] Sep 04 23:40:01.140 INFO O| Sep 04 23:40:01.140 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88792026-09-04T23:40:02.184Z[ recovery-image] Sep 04 23:40:01.151 INFO O| Sep 04 23:40:01.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
88802026-09-04T23:40:02.184Z[ recovery-image] Sep 04 23:40:01.151 INFO O| Sep 04 23:40:01.151 INFO STEP 1010 (remove_files) COMPLETE
88812026-09-04T23:40:02.184Z[ recovery-image] Sep 04 23:40:01.151 INFO O| Sep 04 23:40:01.151 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88822026-09-04T23:40:02.193Z[ host-image] Sep 04 23:40:01.160 INFO O| copying publishers...
88832026-09-04T23:40:02.197Z[ recovery-image] Sep 04 23:40:01.162 INFO O| Sep 04 23:40:01.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
88842026-09-04T23:40:02.197Z[ recovery-image] Sep 04 23:40:01.162 INFO O| Sep 04 23:40:01.162 INFO STEP 1011 (remove_files) COMPLETE
88852026-09-04T23:40:02.197Z[ recovery-image] Sep 04 23:40:01.162 INFO O| Sep 04 23:40:01.162 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88862026-09-04T23:40:02.204Z[ recovery-image] Sep 04 23:40:01.171 INFO O| Sep 04 23:40:01.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
88872026-09-04T23:40:02.208Z[ recovery-image] Sep 04 23:40:01.172 INFO O| Sep 04 23:40:01.172 INFO STEP 1012 (remove_files) COMPLETE
88882026-09-04T23:40:02.208Z[ recovery-image] Sep 04 23:40:01.172 INFO O| Sep 04 23:40:01.172 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88892026-09-04T23:40:02.213Z[ recovery-image] Sep 04 23:40:01.180 INFO O| Sep 04 23:40:01.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
88902026-09-04T23:40:02.213Z[ recovery-image] Sep 04 23:40:01.180 INFO O| Sep 04 23:40:01.180 INFO STEP 1013 (remove_files) COMPLETE
88912026-09-04T23:40:02.213Z[ recovery-image] Sep 04 23:40:01.180 INFO O| Sep 04 23:40:01.180 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88922026-09-04T23:40:02.221Z[ recovery-image] Sep 04 23:40:01.188 INFO O| Sep 04 23:40:01.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
88932026-09-04T23:40:02.222Z[ recovery-image] Sep 04 23:40:01.188 INFO O| Sep 04 23:40:01.188 INFO STEP 1014 (remove_files) COMPLETE
88942026-09-04T23:40:02.225Z[ recovery-image] Sep 04 23:40:01.188 INFO O| Sep 04 23:40:01.188 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88952026-09-04T23:40:02.229Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88962026-09-04T23:40:02.229Z[ recovery-image] Sep 04 23:40:01.196 INFO O| Sep 04 23:40:01.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
88972026-09-04T23:40:02.229Z[ recovery-image] Sep 04 23:40:01.196 INFO O| Sep 04 23:40:01.196 INFO STEP 1015 (remove_files) COMPLETE
88982026-09-04T23:40:02.229Z[ recovery-image] Sep 04 23:40:01.196 INFO O| Sep 04 23:40:01.196 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
88992026-09-04T23:40:02.237Z[ recovery-image] Sep 04 23:40:01.204 INFO O| Sep 04 23:40:01.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
89002026-09-04T23:40:02.237Z[ recovery-image] Sep 04 23:40:01.205 INFO O| Sep 04 23:40:01.205 INFO STEP 1016 (remove_files) COMPLETE
89012026-09-04T23:40:02.241Z[ recovery-image] Sep 04 23:40:01.205 INFO O| Sep 04 23:40:01.205 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89022026-09-04T23:40:02.245Z[ recovery-image] Sep 04 23:40:01.213 INFO O| Sep 04 23:40:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
89032026-09-04T23:40:02.245Z[ recovery-image] Sep 04 23:40:01.213 INFO O| Sep 04 23:40:01.213 INFO STEP 1017 (remove_files) COMPLETE
89042026-09-04T23:40:02.249Z[ recovery-image] Sep 04 23:40:01.213 INFO O| Sep 04 23:40:01.213 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89052026-09-04T23:40:02.253Z[ recovery-image] Sep 04 23:40:01.221 INFO O| Sep 04 23:40:01.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
89062026-09-04T23:40:02.253Z[ recovery-image] Sep 04 23:40:01.221 INFO O| Sep 04 23:40:01.221 INFO STEP 1018 (remove_files) COMPLETE
89072026-09-04T23:40:02.260Z[ recovery-image] Sep 04 23:40:01.221 INFO O| Sep 04 23:40:01.221 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89082026-09-04T23:40:02.265Z[ recovery-image] Sep 04 23:40:01.233 INFO O| Sep 04 23:40:01.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
89092026-09-04T23:40:02.266Z[ recovery-image] Sep 04 23:40:01.233 INFO O| Sep 04 23:40:01.233 INFO STEP 1019 (remove_files) COMPLETE
89102026-09-04T23:40:02.269Z[ recovery-image] Sep 04 23:40:01.233 INFO O| Sep 04 23:40:01.233 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89112026-09-04T23:40:02.277Z[ recovery-image] Sep 04 23:40:01.244 INFO O| Sep 04 23:40:01.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
89122026-09-04T23:40:02.277Z[ recovery-image] Sep 04 23:40:01.245 INFO O| Sep 04 23:40:01.245 INFO STEP 1020 (remove_files) COMPLETE
89132026-09-04T23:40:02.277Z[ recovery-image] Sep 04 23:40:01.245 INFO O| Sep 04 23:40:01.245 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89142026-09-04T23:40:02.287Z[ recovery-image] Sep 04 23:40:01.255 INFO O| Sep 04 23:40:01.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
89152026-09-04T23:40:02.287Z[ recovery-image] Sep 04 23:40:01.255 INFO O| Sep 04 23:40:01.255 INFO STEP 1021 (remove_files) COMPLETE
89162026-09-04T23:40:02.287Z[ recovery-image] Sep 04 23:40:01.255 INFO O| Sep 04 23:40:01.255 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89172026-09-04T23:40:02.297Z[ recovery-image] Sep 04 23:40:01.264 INFO O| Sep 04 23:40:01.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
89182026-09-04T23:40:02.297Z[ recovery-image] Sep 04 23:40:01.264 INFO O| Sep 04 23:40:01.264 INFO STEP 1022 (remove_files) COMPLETE
89192026-09-04T23:40:02.297Z[ recovery-image] Sep 04 23:40:01.264 INFO O| Sep 04 23:40:01.264 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89202026-09-04T23:40:02.306Z[ recovery-image] Sep 04 23:40:01.273 INFO O| Sep 04 23:40:01.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
89212026-09-04T23:40:02.306Z[ recovery-image] Sep 04 23:40:01.273 INFO O| Sep 04 23:40:01.273 INFO STEP 1023 (remove_files) COMPLETE
89222026-09-04T23:40:02.306Z[ recovery-image] Sep 04 23:40:01.273 INFO O| Sep 04 23:40:01.273 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89232026-09-04T23:40:02.317Z[ recovery-image] Sep 04 23:40:01.284 INFO O| Sep 04 23:40:01.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
89242026-09-04T23:40:02.317Z[ recovery-image] Sep 04 23:40:01.284 INFO O| Sep 04 23:40:01.284 INFO STEP 1024 (remove_files) COMPLETE
89252026-09-04T23:40:02.318Z[ recovery-image] Sep 04 23:40:01.284 INFO O| Sep 04 23:40:01.284 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89262026-09-04T23:40:02.328Z[ recovery-image] Sep 04 23:40:01.296 INFO O| Sep 04 23:40:01.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
89272026-09-04T23:40:02.329Z[ recovery-image] Sep 04 23:40:01.296 INFO O| Sep 04 23:40:01.296 INFO STEP 1025 (remove_files) COMPLETE
89282026-09-04T23:40:02.329Z[ recovery-image] Sep 04 23:40:01.296 INFO O| Sep 04 23:40:01.296 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89292026-09-04T23:40:02.339Z[ recovery-image] Sep 04 23:40:01.306 INFO O| Sep 04 23:40:01.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
89302026-09-04T23:40:02.339Z[ recovery-image] Sep 04 23:40:01.306 INFO O| Sep 04 23:40:01.306 INFO STEP 1026 (remove_files) COMPLETE
89312026-09-04T23:40:02.339Z[ recovery-image] Sep 04 23:40:01.306 INFO O| Sep 04 23:40:01.306 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89322026-09-04T23:40:02.349Z[ recovery-image] Sep 04 23:40:01.316 INFO O| Sep 04 23:40:01.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
89332026-09-04T23:40:02.349Z[ recovery-image] Sep 04 23:40:01.316 INFO O| Sep 04 23:40:01.316 INFO STEP 1027 (remove_files) COMPLETE
89342026-09-04T23:40:02.349Z[ recovery-image] Sep 04 23:40:01.316 INFO O| Sep 04 23:40:01.316 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89352026-09-04T23:40:02.358Z[ recovery-image] Sep 04 23:40:01.325 INFO O| Sep 04 23:40:01.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
89362026-09-04T23:40:02.362Z[ recovery-image] Sep 04 23:40:01.326 INFO O| Sep 04 23:40:01.326 INFO STEP 1028 (remove_files) COMPLETE
89372026-09-04T23:40:02.362Z[ recovery-image] Sep 04 23:40:01.326 INFO O| Sep 04 23:40:01.326 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89382026-09-04T23:40:02.368Z[ recovery-image] Sep 04 23:40:01.335 INFO O| Sep 04 23:40:01.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
89392026-09-04T23:40:02.368Z[ recovery-image] Sep 04 23:40:01.335 INFO O| Sep 04 23:40:01.335 INFO STEP 1029 (remove_files) COMPLETE
89402026-09-04T23:40:02.368Z[ recovery-image] Sep 04 23:40:01.336 INFO O| Sep 04 23:40:01.335 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89412026-09-04T23:40:02.400Z[ recovery-image] Sep 04 23:40:01.367 INFO O| Sep 04 23:40:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
89422026-09-04T23:40:02.400Z[ recovery-image] Sep 04 23:40:01.367 INFO O| Sep 04 23:40:01.367 INFO STEP 1030 (remove_files) COMPLETE
89432026-09-04T23:40:02.404Z[ recovery-image] Sep 04 23:40:01.367 INFO O| Sep 04 23:40:01.367 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89442026-09-04T23:40:02.411Z[ recovery-image] Sep 04 23:40:01.379 INFO O| Sep 04 23:40:01.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
89452026-09-04T23:40:02.417Z[ recovery-image] Sep 04 23:40:01.379 INFO O| Sep 04 23:40:01.379 INFO STEP 1031 (remove_files) COMPLETE
89462026-09-04T23:40:02.417Z[ recovery-image] Sep 04 23:40:01.379 INFO O| Sep 04 23:40:01.379 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89472026-09-04T23:40:02.424Z[ recovery-image] Sep 04 23:40:01.391 INFO O| Sep 04 23:40:01.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
89482026-09-04T23:40:02.424Z[ recovery-image] Sep 04 23:40:01.391 INFO O| Sep 04 23:40:01.391 INFO STEP 1032 (remove_files) COMPLETE
89492026-09-04T23:40:02.424Z[ recovery-image] Sep 04 23:40:01.391 INFO O| Sep 04 23:40:01.391 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89502026-09-04T23:40:02.437Z[ recovery-image] Sep 04 23:40:01.404 INFO O| Sep 04 23:40:01.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
89512026-09-04T23:40:02.437Z[ recovery-image] Sep 04 23:40:01.404 INFO O| Sep 04 23:40:01.404 INFO STEP 1033 (remove_files) COMPLETE
89522026-09-04T23:40:02.437Z[ recovery-image] Sep 04 23:40:01.404 INFO O| Sep 04 23:40:01.404 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89532026-09-04T23:40:02.448Z[ recovery-image] Sep 04 23:40:01.415 INFO O| Sep 04 23:40:01.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
89542026-09-04T23:40:02.448Z[ recovery-image] Sep 04 23:40:01.415 INFO O| Sep 04 23:40:01.415 INFO STEP 1034 (remove_files) COMPLETE
89552026-09-04T23:40:02.452Z[ recovery-image] Sep 04 23:40:01.415 INFO O| Sep 04 23:40:01.415 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89562026-09-04T23:40:02.458Z[ recovery-image] Sep 04 23:40:01.425 INFO O| Sep 04 23:40:01.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
89572026-09-04T23:40:02.461Z[ recovery-image] Sep 04 23:40:01.425 INFO O| Sep 04 23:40:01.425 INFO STEP 1035 (remove_files) COMPLETE
89582026-09-04T23:40:02.461Z[ recovery-image] Sep 04 23:40:01.425 INFO O| Sep 04 23:40:01.425 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89592026-09-04T23:40:02.469Z[ recovery-image] Sep 04 23:40:01.436 INFO O| Sep 04 23:40:01.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
89602026-09-04T23:40:02.469Z[ recovery-image] Sep 04 23:40:01.437 INFO O| Sep 04 23:40:01.436 INFO STEP 1036 (remove_files) COMPLETE
89612026-09-04T23:40:02.469Z[ recovery-image] Sep 04 23:40:01.437 INFO O| Sep 04 23:40:01.436 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89622026-09-04T23:40:02.481Z[ recovery-image] Sep 04 23:40:01.448 INFO O| Sep 04 23:40:01.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
89632026-09-04T23:40:02.481Z[ recovery-image] Sep 04 23:40:01.448 INFO O| Sep 04 23:40:01.448 INFO STEP 1037 (remove_files) COMPLETE
89642026-09-04T23:40:02.485Z[ recovery-image] Sep 04 23:40:01.448 INFO O| Sep 04 23:40:01.448 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89652026-09-04T23:40:02.491Z[ recovery-image] Sep 04 23:40:01.459 INFO O| Sep 04 23:40:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
89662026-09-04T23:40:02.491Z[ recovery-image] Sep 04 23:40:01.459 INFO O| Sep 04 23:40:01.459 INFO STEP 1038 (remove_files) COMPLETE
89672026-09-04T23:40:02.492Z[ recovery-image] Sep 04 23:40:01.459 INFO O| Sep 04 23:40:01.459 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89682026-09-04T23:40:02.504Z[ recovery-image] Sep 04 23:40:01.471 INFO O| Sep 04 23:40:01.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
89692026-09-04T23:40:02.505Z[ recovery-image] Sep 04 23:40:01.471 INFO O| Sep 04 23:40:01.471 INFO STEP 1039 (remove_files) COMPLETE
89702026-09-04T23:40:02.505Z[ recovery-image] Sep 04 23:40:01.471 INFO O| Sep 04 23:40:01.471 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89712026-09-04T23:40:02.515Z[ recovery-image] Sep 04 23:40:01.482 INFO O| Sep 04 23:40:01.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
89722026-09-04T23:40:02.515Z[ recovery-image] Sep 04 23:40:01.482 INFO O| Sep 04 23:40:01.482 INFO STEP 1040 (remove_files) COMPLETE
89732026-09-04T23:40:02.519Z[ recovery-image] Sep 04 23:40:01.482 INFO O| Sep 04 23:40:01.482 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89742026-09-04T23:40:02.527Z[ recovery-image] Sep 04 23:40:01.494 INFO O| Sep 04 23:40:01.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
89752026-09-04T23:40:02.527Z[ recovery-image] Sep 04 23:40:01.494 INFO O| Sep 04 23:40:01.494 INFO STEP 1041 (remove_files) COMPLETE
89762026-09-04T23:40:02.527Z[ recovery-image] Sep 04 23:40:01.494 INFO O| Sep 04 23:40:01.494 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89772026-09-04T23:40:02.540Z[ recovery-image] Sep 04 23:40:01.506 INFO O| Sep 04 23:40:01.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
89782026-09-04T23:40:02.540Z[ recovery-image] Sep 04 23:40:01.506 INFO O| Sep 04 23:40:01.506 INFO STEP 1042 (remove_files) COMPLETE
89792026-09-04T23:40:02.545Z[ recovery-image] Sep 04 23:40:01.506 INFO O| Sep 04 23:40:01.506 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89802026-09-04T23:40:02.551Z[ recovery-image] Sep 04 23:40:01.518 INFO O| Sep 04 23:40:01.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
89812026-09-04T23:40:02.551Z[ recovery-image] Sep 04 23:40:01.518 INFO O| Sep 04 23:40:01.518 INFO STEP 1043 (remove_files) COMPLETE
89822026-09-04T23:40:02.551Z[ recovery-image] Sep 04 23:40:01.518 INFO O| Sep 04 23:40:01.518 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89832026-09-04T23:40:02.562Z[ recovery-image] Sep 04 23:40:01.529 INFO O| Sep 04 23:40:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
89842026-09-04T23:40:02.562Z[ recovery-image] Sep 04 23:40:01.529 INFO O| Sep 04 23:40:01.529 INFO STEP 1044 (remove_files) COMPLETE
89852026-09-04T23:40:02.562Z[ recovery-image] Sep 04 23:40:01.529 INFO O| Sep 04 23:40:01.529 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89862026-09-04T23:40:02.574Z[ recovery-image] Sep 04 23:40:01.541 INFO O| Sep 04 23:40:01.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
89872026-09-04T23:40:02.574Z[ recovery-image] Sep 04 23:40:01.541 INFO O| Sep 04 23:40:01.541 INFO STEP 1045 (remove_files) COMPLETE
89882026-09-04T23:40:02.574Z[ recovery-image] Sep 04 23:40:01.541 INFO O| Sep 04 23:40:01.541 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89892026-09-04T23:40:02.585Z[ recovery-image] Sep 04 23:40:01.552 INFO O| Sep 04 23:40:01.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
89902026-09-04T23:40:02.585Z[ recovery-image] Sep 04 23:40:01.552 INFO O| Sep 04 23:40:01.552 INFO STEP 1046 (remove_files) COMPLETE
89912026-09-04T23:40:02.589Z[ recovery-image] Sep 04 23:40:01.552 INFO O| Sep 04 23:40:01.552 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89922026-09-04T23:40:02.858Z[ recovery-image] Sep 04 23:40:01.825 INFO O| Sep 04 23:40:01.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
89932026-09-04T23:40:02.858Z[ recovery-image] Sep 04 23:40:01.825 INFO O| Sep 04 23:40:01.825 INFO STEP 1047 (remove_files) COMPLETE
89942026-09-04T23:40:02.858Z[ recovery-image] Sep 04 23:40:01.825 INFO O| Sep 04 23:40:01.825 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89952026-09-04T23:40:02.881Z[ recovery-image] Sep 04 23:40:01.848 INFO O| Sep 04 23:40:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
89962026-09-04T23:40:02.882Z[ recovery-image] Sep 04 23:40:01.849 INFO O| Sep 04 23:40:01.849 INFO STEP 1048 (remove_files) COMPLETE
89972026-09-04T23:40:02.882Z[ recovery-image] Sep 04 23:40:01.849 INFO O| Sep 04 23:40:01.849 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
89982026-09-04T23:40:02.894Z[ recovery-image] Sep 04 23:40:01.861 INFO O| Sep 04 23:40:01.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
89992026-09-04T23:40:02.894Z[ recovery-image] Sep 04 23:40:01.861 INFO O| Sep 04 23:40:01.861 INFO STEP 1049 (remove_files) COMPLETE
90002026-09-04T23:40:02.898Z[ recovery-image] Sep 04 23:40:01.861 INFO O| Sep 04 23:40:01.861 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90012026-09-04T23:40:02.905Z[ recovery-image] Sep 04 23:40:01.872 INFO O| Sep 04 23:40:01.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
90022026-09-04T23:40:02.905Z[ recovery-image] Sep 04 23:40:01.872 INFO O| Sep 04 23:40:01.872 INFO STEP 1050 (remove_files) COMPLETE
90032026-09-04T23:40:02.905Z[ recovery-image] Sep 04 23:40:01.872 INFO O| Sep 04 23:40:01.872 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90042026-09-04T23:40:02.915Z[ recovery-image] Sep 04 23:40:01.882 INFO O| Sep 04 23:40:01.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
90052026-09-04T23:40:02.915Z[ recovery-image] Sep 04 23:40:01.882 INFO O| Sep 04 23:40:01.882 INFO STEP 1051 (remove_files) COMPLETE
90062026-09-04T23:40:02.915Z[ recovery-image] Sep 04 23:40:01.882 INFO O| Sep 04 23:40:01.882 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90072026-09-04T23:40:02.924Z[ recovery-image] Sep 04 23:40:01.891 INFO O| Sep 04 23:40:01.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
90082026-09-04T23:40:02.924Z[ recovery-image] Sep 04 23:40:01.891 INFO O| Sep 04 23:40:01.891 INFO STEP 1052 (remove_files) COMPLETE
90092026-09-04T23:40:02.924Z[ recovery-image] Sep 04 23:40:01.891 INFO O| Sep 04 23:40:01.891 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90102026-09-04T23:40:02.933Z[ recovery-image] Sep 04 23:40:01.901 INFO O| Sep 04 23:40:01.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
90112026-09-04T23:40:02.933Z[ recovery-image] Sep 04 23:40:01.901 INFO O| Sep 04 23:40:01.901 INFO STEP 1053 (remove_files) COMPLETE
90122026-09-04T23:40:02.937Z[ recovery-image] Sep 04 23:40:01.901 INFO O| Sep 04 23:40:01.901 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90132026-09-04T23:40:02.943Z[ recovery-image] Sep 04 23:40:01.911 INFO O| Sep 04 23:40:01.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
90142026-09-04T23:40:02.944Z[ recovery-image] Sep 04 23:40:01.911 INFO O| Sep 04 23:40:01.911 INFO STEP 1054 (remove_files) COMPLETE
90152026-09-04T23:40:02.948Z[ recovery-image] Sep 04 23:40:01.911 INFO O| Sep 04 23:40:01.911 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90162026-09-04T23:40:02.954Z[ recovery-image] Sep 04 23:40:01.921 INFO O| Sep 04 23:40:01.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
90172026-09-04T23:40:02.954Z[ recovery-image] Sep 04 23:40:01.921 INFO O| Sep 04 23:40:01.921 INFO STEP 1055 (remove_files) COMPLETE
90182026-09-04T23:40:02.954Z[ recovery-image] Sep 04 23:40:01.921 INFO O| Sep 04 23:40:01.921 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90192026-09-04T23:40:02.963Z[ recovery-image] Sep 04 23:40:01.931 INFO O| Sep 04 23:40:01.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
90202026-09-04T23:40:02.963Z[ recovery-image] Sep 04 23:40:01.931 INFO O| Sep 04 23:40:01.931 INFO STEP 1056 (remove_files) COMPLETE
90212026-09-04T23:40:02.967Z[ recovery-image] Sep 04 23:40:01.931 INFO O| Sep 04 23:40:01.931 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90222026-09-04T23:40:02.973Z[ recovery-image] Sep 04 23:40:01.940 INFO O| Sep 04 23:40:01.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
90232026-09-04T23:40:02.973Z[ recovery-image] Sep 04 23:40:01.940 INFO O| Sep 04 23:40:01.940 INFO STEP 1057 (remove_files) COMPLETE
90242026-09-04T23:40:02.973Z[ recovery-image] Sep 04 23:40:01.940 INFO O| Sep 04 23:40:01.940 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90252026-09-04T23:40:02.982Z[ recovery-image] Sep 04 23:40:01.949 INFO O| Sep 04 23:40:01.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
90262026-09-04T23:40:02.982Z[ recovery-image] Sep 04 23:40:01.949 INFO O| Sep 04 23:40:01.949 INFO STEP 1058 (remove_files) COMPLETE
90272026-09-04T23:40:02.986Z[ recovery-image] Sep 04 23:40:01.949 INFO O| Sep 04 23:40:01.949 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90282026-09-04T23:40:02.992Z[ recovery-image] Sep 04 23:40:01.959 INFO O| Sep 04 23:40:01.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
90292026-09-04T23:40:02.992Z[ recovery-image] Sep 04 23:40:01.959 INFO O| Sep 04 23:40:01.959 INFO STEP 1059 (remove_files) COMPLETE
90302026-09-04T23:40:02.992Z[ recovery-image] Sep 04 23:40:01.959 INFO O| Sep 04 23:40:01.959 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90312026-09-04T23:40:03.004Z[ recovery-image] Sep 04 23:40:01.971 INFO O| Sep 04 23:40:01.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
90322026-09-04T23:40:03.004Z[ recovery-image] Sep 04 23:40:01.971 INFO O| Sep 04 23:40:01.971 INFO STEP 1060 (remove_files) COMPLETE
90332026-09-04T23:40:03.004Z[ recovery-image] Sep 04 23:40:01.971 INFO O| Sep 04 23:40:01.971 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90342026-09-04T23:40:03.013Z[ recovery-image] Sep 04 23:40:01.980 INFO O| Sep 04 23:40:01.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
90352026-09-04T23:40:03.013Z[ recovery-image] Sep 04 23:40:01.980 INFO O| Sep 04 23:40:01.980 INFO STEP 1061 (remove_files) COMPLETE
90362026-09-04T23:40:03.013Z[ recovery-image] Sep 04 23:40:01.980 INFO O| Sep 04 23:40:01.980 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90372026-09-04T23:40:03.024Z[ recovery-image] Sep 04 23:40:01.991 INFO O| Sep 04 23:40:01.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
90382026-09-04T23:40:03.024Z[ recovery-image] Sep 04 23:40:01.991 INFO O| Sep 04 23:40:01.991 INFO STEP 1062 (remove_files) COMPLETE
90392026-09-04T23:40:03.028Z[ recovery-image] Sep 04 23:40:01.991 INFO O| Sep 04 23:40:01.991 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90402026-09-04T23:40:03.035Z[ recovery-image] Sep 04 23:40:02.002 INFO O| Sep 04 23:40:02.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
90412026-09-04T23:40:03.035Z[ recovery-image] Sep 04 23:40:02.002 INFO O| Sep 04 23:40:02.002 INFO STEP 1063 (remove_files) COMPLETE
90422026-09-04T23:40:03.039Z[ recovery-image] Sep 04 23:40:02.002 INFO O| Sep 04 23:40:02.002 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90432026-09-04T23:40:03.046Z[ recovery-image] Sep 04 23:40:02.013 INFO O| Sep 04 23:40:02.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
90442026-09-04T23:40:03.046Z[ recovery-image] Sep 04 23:40:02.013 INFO O| Sep 04 23:40:02.013 INFO STEP 1064 (remove_files) COMPLETE
90452026-09-04T23:40:03.056Z[ recovery-image] Sep 04 23:40:02.013 INFO O| Sep 04 23:40:02.013 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90462026-09-04T23:40:03.061Z[ recovery-image] Sep 04 23:40:02.024 INFO O| Sep 04 23:40:02.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
90472026-09-04T23:40:03.061Z[ recovery-image] Sep 04 23:40:02.024 INFO O| Sep 04 23:40:02.024 INFO STEP 1065 (remove_files) COMPLETE
90482026-09-04T23:40:03.061Z[ recovery-image] Sep 04 23:40:02.024 INFO O| Sep 04 23:40:02.024 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90492026-09-04T23:40:03.068Z[ recovery-image] Sep 04 23:40:02.035 INFO O| Sep 04 23:40:02.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
90502026-09-04T23:40:03.068Z[ recovery-image] Sep 04 23:40:02.035 INFO O| Sep 04 23:40:02.035 INFO STEP 1066 (remove_files) COMPLETE
90512026-09-04T23:40:03.072Z[ recovery-image] Sep 04 23:40:02.035 INFO O| Sep 04 23:40:02.035 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90522026-09-04T23:40:03.077Z[ recovery-image] Sep 04 23:40:02.044 INFO O| Sep 04 23:40:02.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
90532026-09-04T23:40:03.077Z[ recovery-image] Sep 04 23:40:02.044 INFO O| Sep 04 23:40:02.044 INFO STEP 1067 (remove_files) COMPLETE
90542026-09-04T23:40:03.077Z[ recovery-image] Sep 04 23:40:02.044 INFO O| Sep 04 23:40:02.044 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90552026-09-04T23:40:03.091Z[ recovery-image] Sep 04 23:40:02.059 INFO O| Sep 04 23:40:02.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
90562026-09-04T23:40:03.092Z[ recovery-image] Sep 04 23:40:02.059 INFO O| Sep 04 23:40:02.059 INFO STEP 1068 (remove_files) COMPLETE
90572026-09-04T23:40:03.092Z[ recovery-image] Sep 04 23:40:02.059 INFO O| Sep 04 23:40:02.059 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90582026-09-04T23:40:03.101Z[ recovery-image] Sep 04 23:40:02.068 INFO O| Sep 04 23:40:02.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
90592026-09-04T23:40:03.101Z[ recovery-image] Sep 04 23:40:02.068 INFO O| Sep 04 23:40:02.068 INFO STEP 1069 (remove_files) COMPLETE
90602026-09-04T23:40:03.105Z[ recovery-image] Sep 04 23:40:02.068 INFO O| Sep 04 23:40:02.068 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90612026-09-04T23:40:03.111Z[ recovery-image] Sep 04 23:40:02.078 INFO O| Sep 04 23:40:02.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
90622026-09-04T23:40:03.111Z[ recovery-image] Sep 04 23:40:02.078 INFO O| Sep 04 23:40:02.078 INFO STEP 1070 (remove_files) COMPLETE
90632026-09-04T23:40:03.111Z[ recovery-image] Sep 04 23:40:02.078 INFO O| Sep 04 23:40:02.078 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90642026-09-04T23:40:03.122Z[ recovery-image] Sep 04 23:40:02.089 INFO O| Sep 04 23:40:02.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
90652026-09-04T23:40:03.122Z[ recovery-image] Sep 04 23:40:02.089 INFO O| Sep 04 23:40:02.089 INFO STEP 1071 (remove_files) COMPLETE
90662026-09-04T23:40:03.128Z[ recovery-image] Sep 04 23:40:02.089 INFO O| Sep 04 23:40:02.089 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90672026-09-04T23:40:03.134Z[ recovery-image] Sep 04 23:40:02.101 INFO O| Sep 04 23:40:02.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
90682026-09-04T23:40:03.134Z[ recovery-image] Sep 04 23:40:02.101 INFO O| Sep 04 23:40:02.101 INFO STEP 1072 (remove_files) COMPLETE
90692026-09-04T23:40:03.134Z[ recovery-image] Sep 04 23:40:02.101 INFO O| Sep 04 23:40:02.101 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90702026-09-04T23:40:03.144Z[ recovery-image] Sep 04 23:40:02.111 INFO O| Sep 04 23:40:02.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
90712026-09-04T23:40:03.148Z[ recovery-image] Sep 04 23:40:02.111 INFO O| Sep 04 23:40:02.111 INFO STEP 1073 (remove_files) COMPLETE
90722026-09-04T23:40:03.148Z[ recovery-image] Sep 04 23:40:02.111 INFO O| Sep 04 23:40:02.111 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90732026-09-04T23:40:03.155Z[ recovery-image] Sep 04 23:40:02.121 INFO O| Sep 04 23:40:02.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
90742026-09-04T23:40:03.155Z[ recovery-image] Sep 04 23:40:02.121 INFO O| Sep 04 23:40:02.121 INFO STEP 1074 (remove_files) COMPLETE
90752026-09-04T23:40:03.155Z[ recovery-image] Sep 04 23:40:02.121 INFO O| Sep 04 23:40:02.121 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90762026-09-04T23:40:03.165Z[ recovery-image] Sep 04 23:40:02.132 INFO O| Sep 04 23:40:02.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
90772026-09-04T23:40:03.165Z[ recovery-image] Sep 04 23:40:02.132 INFO O| Sep 04 23:40:02.132 INFO STEP 1075 (remove_files) COMPLETE
90782026-09-04T23:40:03.165Z[ recovery-image] Sep 04 23:40:02.132 INFO O| Sep 04 23:40:02.132 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90792026-09-04T23:40:03.175Z[ recovery-image] Sep 04 23:40:02.142 INFO O| Sep 04 23:40:02.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
90802026-09-04T23:40:03.175Z[ recovery-image] Sep 04 23:40:02.142 INFO O| Sep 04 23:40:02.142 INFO STEP 1076 (remove_files) COMPLETE
90812026-09-04T23:40:03.179Z[ recovery-image] Sep 04 23:40:02.142 INFO O| Sep 04 23:40:02.142 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90822026-09-04T23:40:03.185Z[ recovery-image] Sep 04 23:40:02.152 INFO O| Sep 04 23:40:02.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
90832026-09-04T23:40:03.185Z[ recovery-image] Sep 04 23:40:02.152 INFO O| Sep 04 23:40:02.152 INFO STEP 1077 (remove_files) COMPLETE
90842026-09-04T23:40:03.185Z[ recovery-image] Sep 04 23:40:02.152 INFO O| Sep 04 23:40:02.152 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90852026-09-04T23:40:03.196Z[ recovery-image] Sep 04 23:40:02.163 INFO O| Sep 04 23:40:02.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
90862026-09-04T23:40:03.196Z[ recovery-image] Sep 04 23:40:02.163 INFO O| Sep 04 23:40:02.163 INFO STEP 1078 (remove_files) COMPLETE
90872026-09-04T23:40:03.199Z[ recovery-image] Sep 04 23:40:02.163 INFO O| Sep 04 23:40:02.163 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90882026-09-04T23:40:03.205Z[ recovery-image] Sep 04 23:40:02.173 INFO O| Sep 04 23:40:02.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
90892026-09-04T23:40:03.206Z[ recovery-image] Sep 04 23:40:02.173 INFO O| Sep 04 23:40:02.173 INFO STEP 1079 (remove_files) COMPLETE
90902026-09-04T23:40:03.210Z[ recovery-image] Sep 04 23:40:02.173 INFO O| Sep 04 23:40:02.173 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90912026-09-04T23:40:03.218Z[ recovery-image] Sep 04 23:40:02.185 INFO O| Sep 04 23:40:02.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
90922026-09-04T23:40:03.218Z[ recovery-image] Sep 04 23:40:02.185 INFO O| Sep 04 23:40:02.185 INFO STEP 1080 (remove_files) COMPLETE
90932026-09-04T23:40:03.218Z[ recovery-image] Sep 04 23:40:02.185 INFO O| Sep 04 23:40:02.185 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90942026-09-04T23:40:03.230Z[ recovery-image] Sep 04 23:40:02.197 INFO O| Sep 04 23:40:02.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
90952026-09-04T23:40:03.230Z[ recovery-image] Sep 04 23:40:02.197 INFO O| Sep 04 23:40:02.197 INFO STEP 1081 (remove_files) COMPLETE
90962026-09-04T23:40:03.230Z[ recovery-image] Sep 04 23:40:02.197 INFO O| Sep 04 23:40:02.197 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
90972026-09-04T23:40:03.241Z[ recovery-image] Sep 04 23:40:02.209 INFO O| Sep 04 23:40:02.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
90982026-09-04T23:40:03.241Z[ recovery-image] Sep 04 23:40:02.209 INFO O| Sep 04 23:40:02.209 INFO STEP 1082 (remove_files) COMPLETE
90992026-09-04T23:40:03.242Z[ recovery-image] Sep 04 23:40:02.209 INFO O| Sep 04 23:40:02.209 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91002026-09-04T23:40:03.252Z[ recovery-image] Sep 04 23:40:02.219 INFO O| Sep 04 23:40:02.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
91012026-09-04T23:40:03.252Z[ recovery-image] Sep 04 23:40:02.219 INFO O| Sep 04 23:40:02.219 INFO STEP 1083 (remove_files) COMPLETE
91022026-09-04T23:40:03.252Z[ recovery-image] Sep 04 23:40:02.219 INFO O| Sep 04 23:40:02.219 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91032026-09-04T23:40:03.263Z[ recovery-image] Sep 04 23:40:02.231 INFO O| Sep 04 23:40:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
91042026-09-04T23:40:03.264Z[ recovery-image] Sep 04 23:40:02.231 INFO O| Sep 04 23:40:02.231 INFO STEP 1084 (remove_files) COMPLETE
91052026-09-04T23:40:03.267Z[ recovery-image] Sep 04 23:40:02.231 INFO O| Sep 04 23:40:02.231 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91062026-09-04T23:40:03.273Z[ recovery-image] Sep 04 23:40:02.241 INFO O| Sep 04 23:40:02.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
91072026-09-04T23:40:03.273Z[ recovery-image] Sep 04 23:40:02.241 INFO O| Sep 04 23:40:02.241 INFO STEP 1085 (remove_files) COMPLETE
91082026-09-04T23:40:03.274Z[ recovery-image] Sep 04 23:40:02.241 INFO O| Sep 04 23:40:02.241 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91092026-09-04T23:40:03.285Z[ recovery-image] Sep 04 23:40:02.253 INFO O| Sep 04 23:40:02.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
91102026-09-04T23:40:03.285Z[ recovery-image] Sep 04 23:40:02.253 INFO O| Sep 04 23:40:02.253 INFO STEP 1086 (remove_files) COMPLETE
91112026-09-04T23:40:03.286Z[ recovery-image] Sep 04 23:40:02.253 INFO O| Sep 04 23:40:02.253 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91122026-09-04T23:40:03.295Z[ recovery-image] Sep 04 23:40:02.262 INFO O| Sep 04 23:40:02.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
91132026-09-04T23:40:03.295Z[ recovery-image] Sep 04 23:40:02.263 INFO O| Sep 04 23:40:02.262 INFO STEP 1087 (remove_files) COMPLETE
91142026-09-04T23:40:03.295Z[ recovery-image] Sep 04 23:40:02.263 INFO O| Sep 04 23:40:02.262 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91152026-09-04T23:40:03.304Z[ recovery-image] Sep 04 23:40:02.271 INFO O| Sep 04 23:40:02.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
91162026-09-04T23:40:03.304Z[ recovery-image] Sep 04 23:40:02.271 INFO O| Sep 04 23:40:02.271 INFO STEP 1088 (remove_files) COMPLETE
91172026-09-04T23:40:03.304Z[ recovery-image] Sep 04 23:40:02.271 INFO O| Sep 04 23:40:02.271 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91182026-09-04T23:40:03.314Z[ recovery-image] Sep 04 23:40:02.281 INFO O| Sep 04 23:40:02.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
91192026-09-04T23:40:03.314Z[ recovery-image] Sep 04 23:40:02.281 INFO O| Sep 04 23:40:02.281 INFO STEP 1089 (remove_files) COMPLETE
91202026-09-04T23:40:03.314Z[ recovery-image] Sep 04 23:40:02.281 INFO O| Sep 04 23:40:02.281 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91212026-09-04T23:40:03.324Z[ recovery-image] Sep 04 23:40:02.291 INFO O| Sep 04 23:40:02.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
91222026-09-04T23:40:03.324Z[ recovery-image] Sep 04 23:40:02.291 INFO O| Sep 04 23:40:02.291 INFO STEP 1090 (remove_files) COMPLETE
91232026-09-04T23:40:03.324Z[ recovery-image] Sep 04 23:40:02.291 INFO O| Sep 04 23:40:02.291 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91242026-09-04T23:40:03.330Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91252026-09-04T23:40:03.336Z[ recovery-image] Sep 04 23:40:02.302 INFO O| Sep 04 23:40:02.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
91262026-09-04T23:40:03.336Z[ recovery-image] Sep 04 23:40:02.302 INFO O| Sep 04 23:40:02.302 INFO STEP 1091 (remove_files) COMPLETE
91272026-09-04T23:40:03.339Z[ recovery-image] Sep 04 23:40:02.302 INFO O| Sep 04 23:40:02.302 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91282026-09-04T23:40:03.346Z[ recovery-image] Sep 04 23:40:02.313 INFO O| Sep 04 23:40:02.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
91292026-09-04T23:40:03.346Z[ recovery-image] Sep 04 23:40:02.313 INFO O| Sep 04 23:40:02.313 INFO STEP 1092 (remove_files) COMPLETE
91302026-09-04T23:40:03.350Z[ recovery-image] Sep 04 23:40:02.313 INFO O| Sep 04 23:40:02.313 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91312026-09-04T23:40:03.356Z[ recovery-image] Sep 04 23:40:02.324 INFO O| Sep 04 23:40:02.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
91322026-09-04T23:40:03.356Z[ recovery-image] Sep 04 23:40:02.324 INFO O| Sep 04 23:40:02.324 INFO STEP 1093 (remove_files) COMPLETE
91332026-09-04T23:40:03.356Z[ recovery-image] Sep 04 23:40:02.324 INFO O| Sep 04 23:40:02.324 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91342026-09-04T23:40:03.368Z[ recovery-image] Sep 04 23:40:02.333 INFO O| Sep 04 23:40:02.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
91352026-09-04T23:40:03.368Z[ recovery-image] Sep 04 23:40:02.333 INFO O| Sep 04 23:40:02.333 INFO STEP 1094 (remove_files) COMPLETE
91362026-09-04T23:40:03.372Z[ recovery-image] Sep 04 23:40:02.333 INFO O| Sep 04 23:40:02.333 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91372026-09-04T23:40:03.378Z[ recovery-image] Sep 04 23:40:02.344 INFO O| Sep 04 23:40:02.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
91382026-09-04T23:40:03.378Z[ recovery-image] Sep 04 23:40:02.344 INFO O| Sep 04 23:40:02.344 INFO STEP 1095 (remove_files) COMPLETE
91392026-09-04T23:40:03.378Z[ recovery-image] Sep 04 23:40:02.344 INFO O| Sep 04 23:40:02.344 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91402026-09-04T23:40:03.387Z[ recovery-image] Sep 04 23:40:02.354 INFO O| Sep 04 23:40:02.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
91412026-09-04T23:40:03.388Z[ recovery-image] Sep 04 23:40:02.355 INFO O| Sep 04 23:40:02.354 INFO STEP 1096 (remove_files) COMPLETE
91422026-09-04T23:40:03.388Z[ recovery-image] Sep 04 23:40:02.355 INFO O| Sep 04 23:40:02.355 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91432026-09-04T23:40:03.399Z[ recovery-image] Sep 04 23:40:02.366 INFO O| Sep 04 23:40:02.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
91442026-09-04T23:40:03.399Z[ recovery-image] Sep 04 23:40:02.366 INFO O| Sep 04 23:40:02.366 INFO STEP 1097 (remove_files) COMPLETE
91452026-09-04T23:40:03.399Z[ recovery-image] Sep 04 23:40:02.366 INFO O| Sep 04 23:40:02.366 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91462026-09-04T23:40:03.411Z[ recovery-image] Sep 04 23:40:02.378 INFO O| Sep 04 23:40:02.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
91472026-09-04T23:40:03.411Z[ recovery-image] Sep 04 23:40:02.378 INFO O| Sep 04 23:40:02.378 INFO STEP 1098 (remove_files) COMPLETE
91482026-09-04T23:40:03.415Z[ recovery-image] Sep 04 23:40:02.378 INFO O| Sep 04 23:40:02.378 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91492026-09-04T23:40:03.427Z[ recovery-image] Sep 04 23:40:02.389 INFO O| Sep 04 23:40:02.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
91502026-09-04T23:40:03.427Z[ recovery-image] Sep 04 23:40:02.389 INFO O| Sep 04 23:40:02.389 INFO STEP 1099 (remove_files) COMPLETE
91512026-09-04T23:40:03.427Z[ recovery-image] Sep 04 23:40:02.389 INFO O| Sep 04 23:40:02.389 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91522026-09-04T23:40:03.431Z[ recovery-image] Sep 04 23:40:02.399 INFO O| Sep 04 23:40:02.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
91532026-09-04T23:40:03.432Z[ recovery-image] Sep 04 23:40:02.399 INFO O| Sep 04 23:40:02.399 INFO STEP 1100 (remove_files) COMPLETE
91542026-09-04T23:40:03.432Z[ recovery-image] Sep 04 23:40:02.399 INFO O| Sep 04 23:40:02.399 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91552026-09-04T23:40:03.443Z[ recovery-image] Sep 04 23:40:02.410 INFO O| Sep 04 23:40:02.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
91562026-09-04T23:40:03.444Z[ recovery-image] Sep 04 23:40:02.410 INFO O| Sep 04 23:40:02.410 INFO STEP 1101 (remove_files) COMPLETE
91572026-09-04T23:40:03.444Z[ recovery-image] Sep 04 23:40:02.410 INFO O| Sep 04 23:40:02.410 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91582026-09-04T23:40:03.452Z[ recovery-image] Sep 04 23:40:02.420 INFO O| Sep 04 23:40:02.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
91592026-09-04T23:40:03.452Z[ recovery-image] Sep 04 23:40:02.420 INFO O| Sep 04 23:40:02.420 INFO STEP 1102 (remove_files) COMPLETE
91602026-09-04T23:40:03.456Z[ recovery-image] Sep 04 23:40:02.420 INFO O| Sep 04 23:40:02.420 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91612026-09-04T23:40:03.461Z[ recovery-image] Sep 04 23:40:02.429 INFO O| Sep 04 23:40:02.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
91622026-09-04T23:40:03.461Z[ recovery-image] Sep 04 23:40:02.429 INFO O| Sep 04 23:40:02.429 INFO STEP 1103 (remove_files) COMPLETE
91632026-09-04T23:40:03.466Z[ recovery-image] Sep 04 23:40:02.429 INFO O| Sep 04 23:40:02.429 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91642026-09-04T23:40:03.471Z[ recovery-image] Sep 04 23:40:02.438 INFO O| Sep 04 23:40:02.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
91652026-09-04T23:40:03.471Z[ recovery-image] Sep 04 23:40:02.438 INFO O| Sep 04 23:40:02.438 INFO STEP 1104 (remove_files) COMPLETE
91662026-09-04T23:40:03.471Z[ recovery-image] Sep 04 23:40:02.438 INFO O| Sep 04 23:40:02.438 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91672026-09-04T23:40:03.480Z[ recovery-image] Sep 04 23:40:02.447 INFO O| Sep 04 23:40:02.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
91682026-09-04T23:40:03.480Z[ recovery-image] Sep 04 23:40:02.447 INFO O| Sep 04 23:40:02.447 INFO STEP 1105 (remove_files) COMPLETE
91692026-09-04T23:40:03.480Z[ recovery-image] Sep 04 23:40:02.447 INFO O| Sep 04 23:40:02.447 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91702026-09-04T23:40:03.489Z[ recovery-image] Sep 04 23:40:02.456 INFO O| Sep 04 23:40:02.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
91712026-09-04T23:40:03.489Z[ recovery-image] Sep 04 23:40:02.456 INFO O| Sep 04 23:40:02.456 INFO STEP 1106 (remove_files) COMPLETE
91722026-09-04T23:40:03.489Z[ recovery-image] Sep 04 23:40:02.456 INFO O| Sep 04 23:40:02.456 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91732026-09-04T23:40:03.500Z[ recovery-image] Sep 04 23:40:02.467 INFO O| Sep 04 23:40:02.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
91742026-09-04T23:40:03.500Z[ recovery-image] Sep 04 23:40:02.467 INFO O| Sep 04 23:40:02.467 INFO STEP 1107 (remove_files) COMPLETE
91752026-09-04T23:40:03.500Z[ recovery-image] Sep 04 23:40:02.467 INFO O| Sep 04 23:40:02.467 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91762026-09-04T23:40:03.511Z[ recovery-image] Sep 04 23:40:02.476 INFO O| Sep 04 23:40:02.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
91772026-09-04T23:40:03.511Z[ recovery-image] Sep 04 23:40:02.476 INFO O| Sep 04 23:40:02.476 INFO STEP 1108 (remove_files) COMPLETE
91782026-09-04T23:40:03.511Z[ recovery-image] Sep 04 23:40:02.476 INFO O| Sep 04 23:40:02.476 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91792026-09-04T23:40:03.519Z[ recovery-image] Sep 04 23:40:02.486 INFO O| Sep 04 23:40:02.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
91802026-09-04T23:40:03.523Z[ recovery-image] Sep 04 23:40:02.487 INFO O| Sep 04 23:40:02.487 INFO STEP 1109 (remove_files) COMPLETE
91812026-09-04T23:40:03.523Z[ recovery-image] Sep 04 23:40:02.487 INFO O| Sep 04 23:40:02.487 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91822026-09-04T23:40:03.530Z[ recovery-image] Sep 04 23:40:02.498 INFO O| Sep 04 23:40:02.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
91832026-09-04T23:40:03.531Z[ recovery-image] Sep 04 23:40:02.498 INFO O| Sep 04 23:40:02.498 INFO STEP 1110 (remove_files) COMPLETE
91842026-09-04T23:40:03.531Z[ recovery-image] Sep 04 23:40:02.498 INFO O| Sep 04 23:40:02.498 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91852026-09-04T23:40:03.541Z[ recovery-image] Sep 04 23:40:02.508 INFO O| Sep 04 23:40:02.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
91862026-09-04T23:40:03.541Z[ recovery-image] Sep 04 23:40:02.508 INFO O| Sep 04 23:40:02.508 INFO STEP 1111 (remove_files) COMPLETE
91872026-09-04T23:40:03.541Z[ recovery-image] Sep 04 23:40:02.508 INFO O| Sep 04 23:40:02.508 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91882026-09-04T23:40:03.551Z[ recovery-image] Sep 04 23:40:02.518 INFO O| Sep 04 23:40:02.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
91892026-09-04T23:40:03.551Z[ recovery-image] Sep 04 23:40:02.518 INFO O| Sep 04 23:40:02.518 INFO STEP 1112 (remove_files) COMPLETE
91902026-09-04T23:40:03.551Z[ recovery-image] Sep 04 23:40:02.518 INFO O| Sep 04 23:40:02.518 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91912026-09-04T23:40:03.561Z[ recovery-image] Sep 04 23:40:02.528 INFO O| Sep 04 23:40:02.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
91922026-09-04T23:40:03.561Z[ recovery-image] Sep 04 23:40:02.528 INFO O| Sep 04 23:40:02.528 INFO STEP 1113 (remove_files) COMPLETE
91932026-09-04T23:40:03.566Z[ recovery-image] Sep 04 23:40:02.528 INFO O| Sep 04 23:40:02.528 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91942026-09-04T23:40:03.572Z[ recovery-image] Sep 04 23:40:02.539 INFO O| Sep 04 23:40:02.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
91952026-09-04T23:40:03.576Z[ recovery-image] Sep 04 23:40:02.539 INFO O| Sep 04 23:40:02.539 INFO STEP 1114 (remove_files) COMPLETE
91962026-09-04T23:40:03.576Z[ recovery-image] Sep 04 23:40:02.539 INFO O| Sep 04 23:40:02.539 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
91972026-09-04T23:40:03.581Z[ recovery-image] Sep 04 23:40:02.548 INFO O| Sep 04 23:40:02.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
91982026-09-04T23:40:03.582Z[ recovery-image] Sep 04 23:40:02.548 INFO O| Sep 04 23:40:02.548 INFO STEP 1115 (remove_files) COMPLETE
91992026-09-04T23:40:03.582Z[ recovery-image] Sep 04 23:40:02.548 INFO O| Sep 04 23:40:02.548 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92002026-09-04T23:40:03.592Z[ recovery-image] Sep 04 23:40:02.557 INFO O| Sep 04 23:40:02.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
92012026-09-04T23:40:03.596Z[ recovery-image] Sep 04 23:40:02.557 INFO O| Sep 04 23:40:02.557 INFO STEP 1116 (remove_files) COMPLETE
92022026-09-04T23:40:03.596Z[ recovery-image] Sep 04 23:40:02.557 INFO O| Sep 04 23:40:02.557 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
92032026-09-04T23:40:03.600Z[ recovery-image] Sep 04 23:40:02.566 INFO O| Sep 04 23:40:02.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
92042026-09-04T23:40:03.600Z[ recovery-image] Sep 04 23:40:02.566 INFO O| Sep 04 23:40:02.566 INFO STEP 1117 (remove_files) COMPLETE
92052026-09-04T23:40:03.600Z[ recovery-image] Sep 04 23:40:02.566 INFO O| Sep 04 23:40:02.566 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
92062026-09-04T23:40:03.612Z[ recovery-image] Sep 04 23:40:02.580 INFO O| Sep 04 23:40:02.579 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
92072026-09-04T23:40:03.613Z[ recovery-image] Sep 04 23:40:02.580 INFO O| Sep 04 23:40:02.579 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
92082026-09-04T23:40:03.823Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
92092026-09-04T23:40:03.958Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
92102026-09-04T23:40:04.428Z[ recovery-image] Sep 04 23:40:03.395 INFO O| Sep 04 23:40:03.395 INFO STEP 1118 (pack_tar) COMPLETE
92112026-09-04T23:40:04.428Z[ recovery-image] Sep 04 23:40:03.395 INFO O| Sep 04 23:40:03.395 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92122026-09-04T23:40:04.428Z[ recovery-image] Sep 04 23:40:03.395 INFO O| Sep 04 23:40:03.395 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
92132026-09-04T23:40:04.546Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92142026-09-04T23:40:04.829Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92152026-09-04T23:40:04.858Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
92162026-09-04T23:40:04.931Z[ recovery-image] Sep 04 23:40:03.898 INFO O| Sep 04 23:40:03.898 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
92172026-09-04T23:40:04.950Z[verify-libraries] Compiling multimap v0.10.1
92182026-09-04T23:40:05.030Z[ recovery-image] Sep 04 23:40:03.997 INFO O| Sep 04 23:40:03.997 INFO completed processing sled/ramdisk-03-recovery-trim
92192026-09-04T23:40:05.034Z[ recovery-image] Sep 04 23:40:04.001 INFO image builder template: zfs-recovery...
92202026-09-04T23:40:05.034Z[ recovery-image] Sep 04 23:40:04.001 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/.tmppilCWr/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
92212026-09-04T23:40:05.062Z[ recovery-image] Sep 04 23:40:04.028 INFO O| Sep 04 23:40:04.028 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
92222026-09-04T23:40:05.065Z[ recovery-image] Sep 04 23:40:04.032 INFO O| Sep 04 23:40:04.032 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92232026-09-04T23:40:05.109Z[verify-libraries] Compiling termios v0.3.3
92242026-09-04T23:40:05.157Z[ recovery-image] Sep 04 23:40:04.125 INFO O| Sep 04 23:40:04.124 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
92252026-09-04T23:40:05.224Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92262026-09-04T23:40:05.229Z[ recovery-image] Sep 04 23:40:04.196 INFO O| Sep 04 23:40:04.196 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
92272026-09-04T23:40:05.229Z[ recovery-image] Sep 04 23:40:04.196 INFO O| Sep 04 23:40:04.196 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
92282026-09-04T23:40:05.233Z[ recovery-image] Sep 04 23:40:04.201 INFO O| Sep 04 23:40:04.200 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92292026-09-04T23:40:05.310Z[ recovery-image] Sep 04 23:40:04.277 INFO O| Sep 04 23:40:04.277 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
92302026-09-04T23:40:05.395Z[ recovery-image] Sep 04 23:40:04.362 INFO O| Sep 04 23:40:04.362 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
92312026-09-04T23:40:05.404Z[ recovery-image] Sep 04 23:40:04.372 INFO O| Sep 04 23:40:04.372 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92322026-09-04T23:40:05.409Z[ recovery-image] Sep 04 23:40:04.376 INFO O| Sep 04 23:40:04.376 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
92332026-09-04T23:40:05.413Z[ recovery-image] Sep 04 23:40:04.377 INFO O| Sep 04 23:40:04.377 INFO no lofi found
92342026-09-04T23:40:05.413Z[ recovery-image] Sep 04 23:40:04.377 INFO O| Sep 04 23:40:04.377 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
92352026-09-04T23:40:05.413Z[ recovery-image] Sep 04 23:40:04.378 INFO O| Sep 04 23:40:04.377 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
92362026-09-04T23:40:05.413Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
92372026-09-04T23:40:05.613Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92382026-09-04T23:40:05.938Z[ host-image] Sep 04 23:40:04.905 INFO O| adding properties...
92392026-09-04T23:40:06.972Z[ host-image] Sep 04 23:40:05.939 INFO O| installing packages...
92402026-09-04T23:40:07.035Z[ recovery-image] Sep 04 23:40:06.001 INFO O| Sep 04 23:40:06.001 INFO lofi device = /dev/dsk/c2t1d0p0
92412026-09-04T23:40:07.035Z[ recovery-image] Sep 04 23:40:06.001 INFO O| Sep 04 23:40:06.001 INFO pool device = /dev/dsk/c2t1d0p0
92422026-09-04T23:40:07.035Z[ recovery-image] Sep 04 23:40:06.001 INFO O| Sep 04 23:40:06.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"]
92432026-09-04T23:40:07.272Z[ recovery-image] Sep 04 23:40:06.239 INFO O| Sep 04 23:40:06.239 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92442026-09-04T23:40:07.272Z[ recovery-image] Sep 04 23:40:06.239 INFO O| Sep 04 23:40:06.239 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92452026-09-04T23:40:07.300Z[ recovery-image] Sep 04 23:40:06.267 INFO O| Sep 04 23:40:06.267 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92462026-09-04T23:40:07.396Z[ recovery-image] Sep 04 23:40:06.363 INFO O| Sep 04 23:40:06.363 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92472026-09-04T23:40:07.432Z[ recovery-image] Sep 04 23:40:06.399 INFO O| Sep 04 23:40:06.398 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
92482026-09-04T23:40:07.453Z[ recovery-image] Sep 04 23:40:06.420 INFO O| Sep 04 23:40:06.420 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
92492026-09-04T23:40:07.473Z[ recovery-image] Sep 04 23:40:06.440 INFO O| Sep 04 23:40:06.440 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
92502026-09-04T23:40:07.518Z[ recovery-image] Sep 04 23:40:06.484 INFO O| Sep 04 23:40:06.484 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92512026-09-04T23:40:07.518Z[ recovery-image] Sep 04 23:40:06.484 INFO O| Sep 04 23:40:06.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
92522026-09-04T23:40:07.518Z[ recovery-image] Sep 04 23:40:06.484 INFO O| Sep 04 23:40:06.484 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92532026-09-04T23:40:07.526Z[ recovery-image] Sep 04 23:40:06.492 INFO O| Sep 04 23:40:06.492 INFO boot environment UUID: 4cce522c-7574-43ac-b016-cb41382a7004
92542026-09-04T23:40:07.526Z[ recovery-image] Sep 04 23:40:06.492 INFO O| Sep 04 23:40:06.492 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4cce522c-7574-43ac-b016-cb41382a7004
92552026-09-04T23:40:07.546Z[ recovery-image] Sep 04 23:40:06.511 INFO O| Sep 04 23:40:06.511 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92562026-09-04T23:40:07.561Z[ recovery-image] Sep 04 23:40:06.528 INFO O| Sep 04 23:40:06.528 INFO STEP 0 (create_be) COMPLETE
92572026-09-04T23:40:07.561Z[ recovery-image] Sep 04 23:40:06.528 INFO O| Sep 04 23:40:06.528 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92582026-09-04T23:40:07.578Z[ recovery-image] Sep 04 23:40:06.545 INFO O| Sep 04 23:40:06.544 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"]
92592026-09-04T23:40:11.050Z[verify-libraries] Compiling polar-core v0.27.3
92602026-09-04T23:40:16.686Z[ recovery-image] Sep 04 23:40:15.653 INFO O| Sep 04 23:40:15.653 INFO STEP 1 (unpack_tar) COMPLETE
92612026-09-04T23:40:16.686Z[ recovery-image] Sep 04 23:40:15.653 INFO O| Sep 04 23:40:15.653 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92622026-09-04T23:40:17.629Z[ recovery-image] Sep 04 23:40:16.580 INFO O| Sep 04 23:40:16.579 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
92632026-09-04T23:40:18.151Z[ recovery-image] Sep 04 23:40:17.119 INFO O| Sep 04 23:40:17.119 INFO STEP 2 (devfsadm) COMPLETE
92642026-09-04T23:40:18.151Z[ recovery-image] Sep 04 23:40:17.119 INFO O| Sep 04 23:40:17.119 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92652026-09-04T23:40:18.189Z[ recovery-image] Sep 04 23:40:17.156 INFO O| Sep 04 23:40:17.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92662026-09-04T23:40:18.189Z[ recovery-image] Sep 04 23:40:17.156 INFO O| Sep 04 23:40:17.156 INFO STEP 3 (ensure_dir) COMPLETE
92672026-09-04T23:40:18.192Z[ recovery-image] Sep 04 23:40:17.156 INFO O| Sep 04 23:40:17.156 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682026-09-04T23:40:18.200Z[ recovery-image] Sep 04 23:40:17.168 INFO O| Sep 04 23:40:17.167 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
92692026-09-04T23:40:18.200Z[ recovery-image] Sep 04 23:40:17.168 INFO O| Sep 04 23:40:17.168 INFO STEP 4 (ensure_dir) COMPLETE
92702026-09-04T23:40:18.200Z[ recovery-image] Sep 04 23:40:17.168 INFO O| Sep 04 23:40:17.168 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712026-09-04T23:40:18.210Z[ recovery-image] Sep 04 23:40:17.178 INFO O| Sep 04 23:40:17.178 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
92722026-09-04T23:40:18.211Z[ recovery-image] Sep 04 23:40:17.178 INFO O| Sep 04 23:40:17.178 INFO STEP 5 (ensure_dir) COMPLETE
92732026-09-04T23:40:18.215Z[ recovery-image] Sep 04 23:40:17.178 INFO O| Sep 04 23:40:17.178 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-09-04T23:40:18.225Z[ recovery-image] Sep 04 23:40:17.190 INFO O| Sep 04 23:40:17.190 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92752026-09-04T23:40:18.225Z[ recovery-image] Sep 04 23:40:17.190 INFO O| Sep 04 23:40:17.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
92762026-09-04T23:40:18.225Z[ recovery-image] Sep 04 23:40:17.190 INFO O| Sep 04 23:40:17.190 INFO STEP 6 (ensure_dir) COMPLETE
92772026-09-04T23:40:18.225Z[ recovery-image] Sep 04 23:40:17.190 INFO O| Sep 04 23:40:17.190 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-09-04T23:40:18.238Z[ recovery-image] Sep 04 23:40:17.205 INFO O| Sep 04 23:40:17.205 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92792026-09-04T23:40:18.238Z[ recovery-image] Sep 04 23:40:17.205 INFO O| Sep 04 23:40:17.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
92802026-09-04T23:40:18.238Z[ recovery-image] Sep 04 23:40:17.205 INFO O| Sep 04 23:40:17.205 INFO STEP 7 (ensure_dir) COMPLETE
92812026-09-04T23:40:18.244Z[ recovery-image] Sep 04 23:40:17.205 INFO O| Sep 04 23:40:17.205 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822026-09-04T23:40:18.251Z[ recovery-image] Sep 04 23:40:17.218 INFO O| Sep 04 23:40:17.218 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
92832026-09-04T23:40:18.254Z[ recovery-image] Sep 04 23:40:17.219 INFO O| Sep 04 23:40:17.219 INFO STEP 8 (remove_files) COMPLETE
92842026-09-04T23:40:18.254Z[ recovery-image] Sep 04 23:40:17.219 INFO O| Sep 04 23:40:17.219 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92852026-09-04T23:40:18.263Z[ recovery-image] Sep 04 23:40:17.231 INFO O| Sep 04 23:40:17.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
92862026-09-04T23:40:18.271Z[ recovery-image] Sep 04 23:40:17.231 INFO O| Sep 04 23:40:17.231 INFO STEP 9 (remove_files) COMPLETE
92872026-09-04T23:40:18.271Z[ recovery-image] Sep 04 23:40:17.231 INFO O| Sep 04 23:40:17.231 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92882026-09-04T23:40:18.275Z[ recovery-image] Sep 04 23:40:17.243 INFO O| Sep 04 23:40:17.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
92892026-09-04T23:40:18.281Z[ recovery-image] Sep 04 23:40:17.243 INFO O| Sep 04 23:40:17.243 INFO STEP 10 (remove_files) COMPLETE
92902026-09-04T23:40:18.281Z[ recovery-image] Sep 04 23:40:17.243 INFO O| Sep 04 23:40:17.243 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-09-04T23:40:18.292Z[ recovery-image] Sep 04 23:40:17.255 INFO O| Sep 04 23:40:17.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
92922026-09-04T23:40:18.292Z[ recovery-image] Sep 04 23:40:17.255 INFO O| Sep 04 23:40:17.255 INFO STEP 11 (remove_files) COMPLETE
92932026-09-04T23:40:18.292Z[ recovery-image] Sep 04 23:40:17.255 INFO O| Sep 04 23:40:17.255 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-09-04T23:40:18.298Z[ recovery-image] Sep 04 23:40:17.265 INFO O| Sep 04 23:40:17.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
92952026-09-04T23:40:18.298Z[ recovery-image] Sep 04 23:40:17.266 INFO O| Sep 04 23:40:17.266 INFO STEP 12 (remove_files) COMPLETE
92962026-09-04T23:40:18.298Z[ recovery-image] Sep 04 23:40:17.266 INFO O| Sep 04 23:40:17.266 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-09-04T23:40:18.311Z[ recovery-image] Sep 04 23:40:17.278 INFO O| Sep 04 23:40:17.278 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92982026-09-04T23:40:18.311Z[ recovery-image] Sep 04 23:40:17.278 INFO O| Sep 04 23:40:17.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
92992026-09-04T23:40:18.311Z[ recovery-image] Sep 04 23:40:17.278 INFO O| Sep 04 23:40:17.278 INFO STEP 13 (ensure_dir) COMPLETE
93002026-09-04T23:40:18.314Z[ recovery-image] Sep 04 23:40:17.278 INFO O| Sep 04 23:40:17.278 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-09-04T23:40:18.324Z[ recovery-image] Sep 04 23:40:17.292 INFO O| Sep 04 23:40:17.292 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93022026-09-04T23:40:18.324Z[ recovery-image] Sep 04 23:40:17.292 INFO O| Sep 04 23:40:17.292 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93032026-09-04T23:40:18.324Z[ recovery-image] Sep 04 23:40:17.292 INFO O| Sep 04 23:40:17.292 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
93042026-09-04T23:40:18.328Z[ recovery-image] Sep 04 23:40:17.292 INFO O| Sep 04 23:40:17.292 INFO STEP 14 (ensure_dir) COMPLETE
93052026-09-04T23:40:18.328Z[ recovery-image] Sep 04 23:40:17.292 INFO O| Sep 04 23:40:17.292 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062026-09-04T23:40:18.340Z[ recovery-image] Sep 04 23:40:17.304 INFO O| Sep 04 23:40:17.304 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93072026-09-04T23:40:18.340Z[ recovery-image] Sep 04 23:40:17.304 INFO O| Sep 04 23:40:17.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93082026-09-04T23:40:18.340Z[ recovery-image] Sep 04 23:40:17.304 INFO O| Sep 04 23:40:17.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
93092026-09-04T23:40:18.343Z[ recovery-image] Sep 04 23:40:17.304 INFO O| Sep 04 23:40:17.304 INFO STEP 15 (ensure_dir) COMPLETE
93102026-09-04T23:40:18.343Z[ recovery-image] Sep 04 23:40:17.304 INFO O| Sep 04 23:40:17.304 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93112026-09-04T23:40:18.347Z[ recovery-image] Sep 04 23:40:17.314 INFO O| Sep 04 23:40:17.314 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93122026-09-04T23:40:18.347Z[ recovery-image] Sep 04 23:40:17.314 INFO O| Sep 04 23:40:17.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
93132026-09-04T23:40:18.347Z[ recovery-image] Sep 04 23:40:17.314 INFO O| Sep 04 23:40:17.314 INFO STEP 16 (ensure_dir) COMPLETE
93142026-09-04T23:40:18.347Z[ recovery-image] Sep 04 23:40:17.314 INFO O| Sep 04 23:40:17.314 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152026-09-04T23:40:18.355Z[ recovery-image] Sep 04 23:40:17.323 INFO O| Sep 04 23:40:17.323 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93162026-09-04T23:40:18.356Z[ recovery-image] Sep 04 23:40:17.323 INFO O| Sep 04 23:40:17.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
93172026-09-04T23:40:18.356Z[ recovery-image] Sep 04 23:40:17.323 INFO O| Sep 04 23:40:17.323 INFO STEP 17 (ensure_dir) COMPLETE
93182026-09-04T23:40:18.359Z[ recovery-image] Sep 04 23:40:17.323 INFO O| Sep 04 23:40:17.323 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192026-09-04T23:40:18.367Z[ recovery-image] Sep 04 23:40:17.334 INFO O| Sep 04 23:40:17.334 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93202026-09-04T23:40:18.367Z[ recovery-image] Sep 04 23:40:17.334 INFO O| Sep 04 23:40:17.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
93212026-09-04T23:40:18.370Z[ recovery-image] Sep 04 23:40:17.334 INFO O| Sep 04 23:40:17.334 INFO ok!
93222026-09-04T23:40:18.371Z[ recovery-image] Sep 04 23:40:17.334 INFO O| Sep 04 23:40:17.334 INFO STEP 18 (ensure_symlink) COMPLETE
93232026-09-04T23:40:18.371Z[ recovery-image] Sep 04 23:40:17.334 INFO O| Sep 04 23:40:17.334 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93242026-09-04T23:40:18.379Z[ recovery-image] Sep 04 23:40:17.346 INFO O| Sep 04 23:40:17.346 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
93252026-09-04T23:40:18.379Z[ recovery-image] Sep 04 23:40:17.346 INFO O| Sep 04 23:40:17.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
93262026-09-04T23:40:18.379Z[ recovery-image] Sep 04 23:40:17.346 INFO O| Sep 04 23:40:17.346 INFO ok!
93272026-09-04T23:40:18.379Z[ recovery-image] Sep 04 23:40:17.346 INFO O| Sep 04 23:40:17.346 INFO STEP 19 (ensure_file) COMPLETE
93282026-09-04T23:40:18.382Z[ recovery-image] Sep 04 23:40:17.346 INFO O| Sep 04 23:40:17.346 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93292026-09-04T23:40:18.390Z[ recovery-image] Sep 04 23:40:17.357 INFO O| Sep 04 23:40:17.357 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
93302026-09-04T23:40:18.390Z[ recovery-image] Sep 04 23:40:17.357 INFO O| Sep 04 23:40:17.357 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93312026-09-04T23:40:18.393Z[ recovery-image] Sep 04 23:40:17.357 INFO O| Sep 04 23:40:17.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
93322026-09-04T23:40:18.393Z[ recovery-image] Sep 04 23:40:17.357 INFO O| Sep 04 23:40:17.357 INFO ok!
93332026-09-04T23:40:18.393Z[ recovery-image] Sep 04 23:40:17.357 INFO O| Sep 04 23:40:17.357 INFO STEP 20 (ensure_symlink) COMPLETE
93342026-09-04T23:40:18.393Z[ recovery-image] Sep 04 23:40:17.357 INFO O| Sep 04 23:40:17.357 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93352026-09-04T23:40:18.407Z[ recovery-image] Sep 04 23:40:17.368 INFO O| Sep 04 23:40:17.368 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
93362026-09-04T23:40:18.407Z[ recovery-image] Sep 04 23:40:17.368 INFO O| Sep 04 23:40:17.368 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93372026-09-04T23:40:18.407Z[ recovery-image] Sep 04 23:40:17.368 INFO O| Sep 04 23:40:17.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
93382026-09-04T23:40:18.407Z[ recovery-image] Sep 04 23:40:17.368 INFO O| Sep 04 23:40:17.368 INFO ok!
93392026-09-04T23:40:18.407Z[ recovery-image] Sep 04 23:40:17.368 INFO O| Sep 04 23:40:17.368 INFO STEP 21 (ensure_symlink) COMPLETE
93402026-09-04T23:40:18.407Z[ recovery-image] Sep 04 23:40:17.368 INFO O| Sep 04 23:40:17.368 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93412026-09-04T23:40:18.412Z[ recovery-image] Sep 04 23:40:17.379 INFO O| Sep 04 23:40:17.379 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
93422026-09-04T23:40:18.412Z[ recovery-image] Sep 04 23:40:17.379 INFO O| Sep 04 23:40:17.379 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93432026-09-04T23:40:18.412Z[ recovery-image] Sep 04 23:40:17.379 INFO O| Sep 04 23:40:17.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
93442026-09-04T23:40:18.412Z[ recovery-image] Sep 04 23:40:17.379 INFO O| Sep 04 23:40:17.379 INFO ok!
93452026-09-04T23:40:18.412Z[ recovery-image] Sep 04 23:40:17.379 INFO O| Sep 04 23:40:17.379 INFO STEP 22 (ensure_symlink) COMPLETE
93462026-09-04T23:40:18.415Z[ recovery-image] Sep 04 23:40:17.379 INFO O| Sep 04 23:40:17.379 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93472026-09-04T23:40:18.437Z[ recovery-image] Sep 04 23:40:17.391 INFO O| Sep 04 23:40:17.391 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
93482026-09-04T23:40:18.438Z[ recovery-image] Sep 04 23:40:17.391 INFO O| Sep 04 23:40:17.391 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93492026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.391 INFO O| Sep 04 23:40:17.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
93502026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.391 INFO O| Sep 04 23:40:17.391 INFO ok!
93512026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.391 INFO O| Sep 04 23:40:17.391 INFO STEP 23 (ensure_symlink) COMPLETE
93522026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.391 INFO O| Sep 04 23:40:17.391 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93532026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.402 INFO O| Sep 04 23:40:17.402 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93542026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.402 INFO O| Sep 04 23:40:17.402 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 ...
93552026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.402 INFO O| Sep 04 23:40:17.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
93562026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.402 INFO O| Sep 04 23:40:17.402 INFO ok!
93572026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.402 INFO O| Sep 04 23:40:17.402 INFO STEP 24 (ensure_file) COMPLETE
93582026-09-04T23:40:18.441Z[ recovery-image] Sep 04 23:40:17.402 INFO O| Sep 04 23:40:17.402 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592026-09-04T23:40:18.445Z[ recovery-image] Sep 04 23:40:17.413 INFO O| Sep 04 23:40:17.413 INFO updating shadow file
93602026-09-04T23:40:18.445Z[ recovery-image] Sep 04 23:40:17.413 INFO O| Sep 04 23:40:17.413 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93612026-09-04T23:40:18.449Z[ recovery-image] Sep 04 23:40:17.413 INFO O| Sep 04 23:40:17.413 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
93622026-09-04T23:40:18.449Z[ recovery-image] Sep 04 23:40:17.413 INFO O| Sep 04 23:40:17.413 INFO STEP 25 (shadow) COMPLETE
93632026-09-04T23:40:18.449Z[ recovery-image] Sep 04 23:40:17.413 INFO O| Sep 04 23:40:17.413 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93642026-09-04T23:40:18.457Z[ recovery-image] Sep 04 23:40:17.424 INFO O| Sep 04 23:40:17.424 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
93652026-09-04T23:40:18.457Z[ recovery-image] Sep 04 23:40:17.424 INFO O| Sep 04 23:40:17.424 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
93662026-09-04T23:40:18.460Z[ recovery-image] Sep 04 23:40:17.424 INFO O| Sep 04 23:40:17.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
93672026-09-04T23:40:18.460Z[ recovery-image] Sep 04 23:40:17.424 INFO O| Sep 04 23:40:17.424 INFO ok!
93682026-09-04T23:40:18.460Z[ recovery-image] Sep 04 23:40:17.424 INFO O| Sep 04 23:40:17.424 INFO STEP 26 (ensure_file) COMPLETE
93692026-09-04T23:40:18.460Z[ recovery-image] Sep 04 23:40:17.424 INFO O| Sep 04 23:40:17.424 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93702026-09-04T23:40:18.470Z[ recovery-image] Sep 04 23:40:17.437 INFO O| Sep 04 23:40:17.437 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
93712026-09-04T23:40:18.470Z[ recovery-image] Sep 04 23:40:17.437 INFO O| Sep 04 23:40:17.437 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
93722026-09-04T23:40:18.470Z[ recovery-image] Sep 04 23:40:17.437 INFO O| Sep 04 23:40:17.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
93732026-09-04T23:40:18.470Z[ recovery-image] Sep 04 23:40:17.437 INFO O| Sep 04 23:40:17.437 INFO ok!
93742026-09-04T23:40:18.473Z[ recovery-image] Sep 04 23:40:17.437 INFO O| Sep 04 23:40:17.437 INFO STEP 27 (ensure_file) COMPLETE
93752026-09-04T23:40:18.473Z[ recovery-image] Sep 04 23:40:17.437 INFO O| Sep 04 23:40:17.437 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93762026-09-04T23:40:18.480Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93772026-09-04T23:40:18.480Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
93782026-09-04T23:40:18.483Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93792026-09-04T23:40:18.487Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
93802026-09-04T23:40:18.487Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 INFO ok!
93812026-09-04T23:40:18.487Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 INFO STEP 28 (ensure_file) COMPLETE
93822026-09-04T23:40:18.487Z[ recovery-image] Sep 04 23:40:17.447 INFO O| Sep 04 23:40:17.447 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93832026-09-04T23:40:18.491Z[ recovery-image] Sep 04 23:40:17.457 INFO O| Sep 04 23:40:17.457 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
93842026-09-04T23:40:18.491Z[ recovery-image] Sep 04 23:40:17.457 INFO O| Sep 04 23:40:17.457 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
93852026-09-04T23:40:18.491Z[ recovery-image] Sep 04 23:40:17.457 INFO O| Sep 04 23:40:17.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
93862026-09-04T23:40:18.491Z[ recovery-image] Sep 04 23:40:17.457 INFO O| Sep 04 23:40:17.457 INFO ok!
93872026-09-04T23:40:18.491Z[ recovery-image] Sep 04 23:40:17.457 INFO O| Sep 04 23:40:17.457 INFO STEP 29 (ensure_file) COMPLETE
93882026-09-04T23:40:18.491Z[ recovery-image] Sep 04 23:40:17.457 INFO O| Sep 04 23:40:17.457 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93892026-09-04T23:40:18.500Z[ recovery-image] Sep 04 23:40:17.468 INFO O| Sep 04 23:40:17.467 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93902026-09-04T23:40:18.500Z[ recovery-image] Sep 04 23:40:17.468 INFO O| Sep 04 23:40:17.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93912026-09-04T23:40:18.500Z[ recovery-image] Sep 04 23:40:17.468 INFO O| Sep 04 23:40:17.468 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
93922026-09-04T23:40:18.500Z[ recovery-image] Sep 04 23:40:17.468 INFO O| Sep 04 23:40:17.468 INFO STEP 30 (ensure_dir) COMPLETE
93932026-09-04T23:40:18.500Z[ recovery-image] Sep 04 23:40:17.468 INFO O| Sep 04 23:40:17.468 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93942026-09-04T23:40:18.510Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
93952026-09-04T23:40:18.510Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 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 ...
93962026-09-04T23:40:18.511Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 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
93972026-09-04T23:40:18.514Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
93982026-09-04T23:40:18.514Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 INFO ok!
93992026-09-04T23:40:18.514Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 INFO STEP 31 (ensure_file) COMPLETE
94002026-09-04T23:40:18.514Z[ recovery-image] Sep 04 23:40:17.478 INFO O| Sep 04 23:40:17.478 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94012026-09-04T23:40:18.520Z[ recovery-image] Sep 04 23:40:17.488 INFO O| Sep 04 23:40:17.488 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94022026-09-04T23:40:18.520Z[ recovery-image] Sep 04 23:40:17.488 INFO O| Sep 04 23:40:17.488 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94032026-09-04T23:40:18.520Z[ recovery-image] Sep 04 23:40:17.488 INFO O| Sep 04 23:40:17.488 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
94042026-09-04T23:40:18.524Z[ recovery-image] Sep 04 23:40:17.488 INFO O| Sep 04 23:40:17.488 INFO STEP 32 (ensure_dir) COMPLETE
94052026-09-04T23:40:18.524Z[ recovery-image] Sep 04 23:40:17.488 INFO O| Sep 04 23:40:17.488 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94062026-09-04T23:40:18.530Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94072026-09-04T23:40:18.530Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 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 ...
94082026-09-04T23:40:18.530Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 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
94092026-09-04T23:40:18.530Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
94102026-09-04T23:40:18.534Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 INFO ok!
94112026-09-04T23:40:18.534Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 INFO STEP 33 (ensure_file) COMPLETE
94122026-09-04T23:40:18.534Z[ recovery-image] Sep 04 23:40:17.498 INFO O| Sep 04 23:40:17.498 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94132026-09-04T23:40:18.540Z[ recovery-image] Sep 04 23:40:17.508 INFO O| Sep 04 23:40:17.508 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
94142026-09-04T23:40:18.540Z[ recovery-image] Sep 04 23:40:17.508 INFO O| Sep 04 23:40:17.508 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
94152026-09-04T23:40:18.540Z[ recovery-image] Sep 04 23:40:17.508 INFO O| Sep 04 23:40:17.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
94162026-09-04T23:40:18.540Z[ recovery-image] Sep 04 23:40:17.508 INFO O| Sep 04 23:40:17.508 INFO ok!
94172026-09-04T23:40:18.544Z[ recovery-image] Sep 04 23:40:17.508 INFO O| Sep 04 23:40:17.508 INFO STEP 34 (ensure_file) COMPLETE
94182026-09-04T23:40:18.544Z[ recovery-image] Sep 04 23:40:17.508 INFO O| Sep 04 23:40:17.508 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94192026-09-04T23:40:18.553Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
94202026-09-04T23:40:18.553Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
94212026-09-04T23:40:18.557Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94222026-09-04T23:40:18.557Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
94232026-09-04T23:40:18.557Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 INFO ok!
94242026-09-04T23:40:18.557Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 INFO STEP 35 (ensure_file) COMPLETE
94252026-09-04T23:40:18.557Z[ recovery-image] Sep 04 23:40:17.520 INFO O| Sep 04 23:40:17.520 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94262026-09-04T23:40:18.564Z[ recovery-image] Sep 04 23:40:17.531 INFO O| Sep 04 23:40:17.531 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
94272026-09-04T23:40:18.564Z[ recovery-image] Sep 04 23:40:17.531 INFO O| Sep 04 23:40:17.531 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
94282026-09-04T23:40:18.564Z[ recovery-image] Sep 04 23:40:17.531 INFO O| Sep 04 23:40:17.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
94292026-09-04T23:40:18.567Z[ recovery-image] Sep 04 23:40:17.531 INFO O| Sep 04 23:40:17.531 INFO ok!
94302026-09-04T23:40:18.567Z[ recovery-image] Sep 04 23:40:17.531 INFO O| Sep 04 23:40:17.531 INFO STEP 36 (ensure_file) COMPLETE
94312026-09-04T23:40:18.567Z[ recovery-image] Sep 04 23:40:17.531 INFO O| Sep 04 23:40:17.531 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94322026-09-04T23:40:18.586Z[ recovery-image] Sep 04 23:40:17.553 INFO O| Sep 04 23:40:17.553 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94332026-09-04T23:40:18.586Z[ recovery-image] Sep 04 23:40:17.553 INFO O| Sep 04 23:40:17.553 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
94342026-09-04T23:40:18.590Z[ recovery-image] Sep 04 23:40:17.554 INFO O| Sep 04 23:40:17.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
94352026-09-04T23:40:18.590Z[ recovery-image] Sep 04 23:40:17.554 INFO O| Sep 04 23:40:17.554 INFO ok!
94362026-09-04T23:40:18.590Z[ recovery-image] Sep 04 23:40:17.554 INFO O| Sep 04 23:40:17.554 INFO STEP 37 (ensure_file) COMPLETE
94372026-09-04T23:40:18.590Z[ recovery-image] Sep 04 23:40:17.554 INFO O| Sep 04 23:40:17.554 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94382026-09-04T23:40:18.596Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
94392026-09-04T23:40:18.597Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
94402026-09-04T23:40:18.597Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94412026-09-04T23:40:18.597Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94422026-09-04T23:40:18.597Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94432026-09-04T23:40:18.597Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
94442026-09-04T23:40:18.597Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO ok!
94452026-09-04T23:40:18.600Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO STEP 38 (ensure_file) COMPLETE
94462026-09-04T23:40:18.600Z[ recovery-image] Sep 04 23:40:17.564 INFO O| Sep 04 23:40:17.564 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94472026-09-04T23:40:18.610Z[ recovery-image] Sep 04 23:40:17.577 INFO O| Sep 04 23:40:17.577 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94482026-09-04T23:40:18.610Z[ recovery-image] Sep 04 23:40:17.577 INFO O| Sep 04 23:40:17.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94492026-09-04T23:40:18.613Z[ recovery-image] Sep 04 23:40:17.577 INFO O| Sep 04 23:40:17.577 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
94502026-09-04T23:40:18.613Z[ recovery-image] Sep 04 23:40:17.577 INFO O| Sep 04 23:40:17.577 INFO STEP 39 (ensure_dir) COMPLETE
94512026-09-04T23:40:18.613Z[ recovery-image] Sep 04 23:40:17.577 INFO O| Sep 04 23:40:17.577 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94522026-09-04T23:40:18.622Z[ recovery-image] Sep 04 23:40:17.589 INFO O| Sep 04 23:40:17.589 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
94532026-09-04T23:40:18.622Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.589 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 ...
94542026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 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
94552026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 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
94562026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 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
94572026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 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
94582026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 INFO ok!
94592026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 INFO STEP 40 (ensure_file) COMPLETE
94602026-09-04T23:40:18.626Z[ recovery-image] Sep 04 23:40:17.590 INFO O| Sep 04 23:40:17.590 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94612026-09-04T23:40:18.634Z[ recovery-image] Sep 04 23:40:17.601 INFO O| Sep 04 23:40:17.601 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94622026-09-04T23:40:18.634Z[ recovery-image] Sep 04 23:40:17.601 INFO O| Sep 04 23:40:17.601 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 ...
94632026-09-04T23:40:18.634Z[ recovery-image] Sep 04 23:40:17.601 INFO O| Sep 04 23:40:17.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94642026-09-04T23:40:18.637Z[ recovery-image] Sep 04 23:40:17.601 INFO O| Sep 04 23:40:17.601 INFO ok!
94652026-09-04T23:40:18.637Z[ recovery-image] Sep 04 23:40:17.601 INFO O| Sep 04 23:40:17.601 INFO STEP 41 (ensure_symlink) COMPLETE
94662026-09-04T23:40:18.637Z[ recovery-image] Sep 04 23:40:17.601 INFO O| Sep 04 23:40:17.601 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94672026-09-04T23:40:18.645Z[ recovery-image] Sep 04 23:40:17.612 INFO O| Sep 04 23:40:17.612 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
94682026-09-04T23:40:18.645Z[ recovery-image] Sep 04 23:40:17.612 INFO O| Sep 04 23:40:17.612 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94692026-09-04T23:40:18.648Z[ recovery-image] Sep 04 23:40:17.612 INFO O| Sep 04 23:40:17.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
94702026-09-04T23:40:18.648Z[ recovery-image] Sep 04 23:40:17.612 INFO O| Sep 04 23:40:17.612 INFO ok!
94712026-09-04T23:40:18.648Z[ recovery-image] Sep 04 23:40:17.612 INFO O| Sep 04 23:40:17.612 INFO STEP 42 (ensure_symlink) COMPLETE
94722026-09-04T23:40:18.648Z[ recovery-image] Sep 04 23:40:17.612 INFO O| Sep 04 23:40:17.612 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94732026-09-04T23:40:18.656Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
94742026-09-04T23:40:18.656Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
94752026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94762026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94772026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94782026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
94792026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO ok!
94802026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO STEP 43 (ensure_file) COMPLETE
94812026-09-04T23:40:18.659Z[ recovery-image] Sep 04 23:40:17.623 INFO O| Sep 04 23:40:17.623 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94822026-09-04T23:40:18.666Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.633 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
94832026-09-04T23:40:18.666Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.633 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 ...
94842026-09-04T23:40:18.666Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.634 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
94852026-09-04T23:40:18.669Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.634 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
94862026-09-04T23:40:18.669Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.634 INFO ok!
94872026-09-04T23:40:18.669Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.634 INFO STEP 44 (ensure_file) COMPLETE
94882026-09-04T23:40:18.669Z[ recovery-image] Sep 04 23:40:17.634 INFO O| Sep 04 23:40:17.634 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
94892026-09-04T23:40:18.677Z[ recovery-image] Sep 04 23:40:17.645 INFO O| Sep 04 23:40:17.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
94902026-09-04T23:40:18.677Z[ recovery-image] Sep 04 23:40:17.645 INFO O| Sep 04 23:40:17.644 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
94912026-09-04T23:40:18.682Z[ recovery-image] Sep 04 23:40:17.645 INFO O| Sep 04 23:40:17.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
94922026-09-04T23:40:18.682Z[ recovery-image] Sep 04 23:40:17.645 INFO O| Sep 04 23:40:17.645 INFO ok!
94932026-09-04T23:40:18.682Z[ recovery-image] Sep 04 23:40:17.645 INFO O| Sep 04 23:40:17.645 INFO STEP 45 (ensure_file) COMPLETE
94942026-09-04T23:40:18.682Z[ recovery-image] Sep 04 23:40:17.645 INFO O| Sep 04 23:40:17.645 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94952026-09-04T23:40:18.688Z[ recovery-image] Sep 04 23:40:17.656 INFO O| Sep 04 23:40:17.656 INFO updating shadow file
94962026-09-04T23:40:18.688Z[ recovery-image] Sep 04 23:40:17.656 INFO O| Sep 04 23:40:17.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
94972026-09-04T23:40:18.691Z[ recovery-image] Sep 04 23:40:17.656 INFO O| Sep 04 23:40:17.656 INFO STEP 46 (shadow) COMPLETE
94982026-09-04T23:40:18.691Z[ recovery-image] Sep 04 23:40:17.656 INFO O| Sep 04 23:40:17.656 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94992026-09-04T23:40:18.699Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.666 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
95002026-09-04T23:40:18.699Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.667 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
95012026-09-04T23:40:18.699Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.667 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95022026-09-04T23:40:18.699Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.667 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
95032026-09-04T23:40:18.703Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.667 INFO ok!
95042026-09-04T23:40:18.703Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.667 INFO STEP 47 (ensure_file) COMPLETE
95052026-09-04T23:40:18.703Z[ recovery-image] Sep 04 23:40:17.667 INFO O| Sep 04 23:40:17.667 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95062026-09-04T23:40:18.710Z[ recovery-image] Sep 04 23:40:17.678 INFO O| Sep 04 23:40:17.678 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
95072026-09-04T23:40:18.710Z[ recovery-image] Sep 04 23:40:17.678 INFO O| Sep 04 23:40:17.678 INFO STEP 48 (ensure_dir) COMPLETE
95082026-09-04T23:40:18.710Z[ recovery-image] Sep 04 23:40:17.678 INFO O| Sep 04 23:40:17.678 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95092026-09-04T23:40:18.721Z[ recovery-image] Sep 04 23:40:17.688 INFO O| Sep 04 23:40:17.688 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95102026-09-04T23:40:18.721Z[ recovery-image] Sep 04 23:40:17.688 INFO O| Sep 04 23:40:17.688 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
95112026-09-04T23:40:18.721Z[ recovery-image] Sep 04 23:40:17.689 INFO O| Sep 04 23:40:17.688 INFO STEP 49 (ensure_dir) COMPLETE
95122026-09-04T23:40:18.725Z[ recovery-image] Sep 04 23:40:17.689 INFO O| Sep 04 23:40:17.688 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95132026-09-04T23:40:18.731Z[ recovery-image] Sep 04 23:40:17.698 INFO O| Sep 04 23:40:17.698 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95142026-09-04T23:40:18.731Z[ recovery-image] Sep 04 23:40:17.698 INFO O| Sep 04 23:40:17.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
95152026-09-04T23:40:18.731Z[ recovery-image] Sep 04 23:40:17.698 INFO O| Sep 04 23:40:17.698 INFO STEP 50 (ensure_dir) COMPLETE
95162026-09-04T23:40:18.735Z[ recovery-image] Sep 04 23:40:17.698 INFO O| Sep 04 23:40:17.698 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95172026-09-04T23:40:18.741Z[ recovery-image] Sep 04 23:40:17.707 INFO O| Sep 04 23:40:17.707 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
95182026-09-04T23:40:18.741Z[ recovery-image] Sep 04 23:40:17.707 INFO O| Sep 04 23:40:17.707 INFO copying /tmp/.tmppilCWr/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
95192026-09-04T23:40:18.754Z[ recovery-image] Sep 04 23:40:17.719 INFO O| Sep 04 23:40:17.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
95202026-09-04T23:40:18.754Z[ recovery-image] Sep 04 23:40:17.719 INFO O| Sep 04 23:40:17.719 INFO ok!
95212026-09-04T23:40:18.757Z[ recovery-image] Sep 04 23:40:17.719 INFO O| Sep 04 23:40:17.719 INFO STEP 51 (ensure_file) COMPLETE
95222026-09-04T23:40:18.757Z[ recovery-image] Sep 04 23:40:17.720 INFO O| Sep 04 23:40:17.719 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95232026-09-04T23:40:18.764Z[ recovery-image] Sep 04 23:40:17.731 INFO O| Sep 04 23:40:17.731 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95242026-09-04T23:40:18.764Z[ recovery-image] Sep 04 23:40:17.731 INFO O| Sep 04 23:40:17.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
95252026-09-04T23:40:18.764Z[ recovery-image] Sep 04 23:40:17.731 INFO O| Sep 04 23:40:17.731 INFO STEP 52 (ensure_dir) COMPLETE
95262026-09-04T23:40:18.764Z[ recovery-image] Sep 04 23:40:17.731 INFO O| Sep 04 23:40:17.731 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95272026-09-04T23:40:18.774Z[ recovery-image] Sep 04 23:40:17.741 INFO O| Sep 04 23:40:17.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
95282026-09-04T23:40:18.774Z[ recovery-image] Sep 04 23:40:17.742 INFO O| Sep 04 23:40:17.741 INFO copying /tmp/.tmppilCWr/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
95292026-09-04T23:40:18.774Z[ recovery-image] Sep 04 23:40:17.742 INFO O| Sep 04 23:40:17.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
95302026-09-04T23:40:18.774Z[ recovery-image] Sep 04 23:40:17.742 INFO O| Sep 04 23:40:17.742 INFO ok!
95312026-09-04T23:40:18.778Z[ recovery-image] Sep 04 23:40:17.742 INFO O| Sep 04 23:40:17.742 INFO STEP 53 (ensure_file) COMPLETE
95322026-09-04T23:40:18.778Z[ recovery-image] Sep 04 23:40:17.742 INFO O| Sep 04 23:40:17.742 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95332026-09-04T23:40:18.784Z[ recovery-image] Sep 04 23:40:17.752 INFO O| Sep 04 23:40:17.752 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95342026-09-04T23:40:18.784Z[ recovery-image] Sep 04 23:40:17.752 INFO O| Sep 04 23:40:17.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
95352026-09-04T23:40:18.789Z[ recovery-image] Sep 04 23:40:17.752 INFO O| Sep 04 23:40:17.752 INFO STEP 54 (ensure_dir) COMPLETE
95362026-09-04T23:40:18.789Z[ recovery-image] Sep 04 23:40:17.752 INFO O| Sep 04 23:40:17.752 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95372026-09-04T23:40:18.795Z[ recovery-image] Sep 04 23:40:17.762 INFO O| Sep 04 23:40:17.762 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
95382026-09-04T23:40:18.795Z[ recovery-image] Sep 04 23:40:17.762 INFO O| Sep 04 23:40:17.762 INFO copying /tmp/.tmppilCWr/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
95392026-09-04T23:40:19.636Z[verify-libraries] Compiling oso v0.27.3
95402026-09-04T23:40:20.175Z[ host-image] Sep 04 23:40:19.142 INFO O| seeding SMF database...
95412026-09-04T23:40:20.791Z[ recovery-image] Sep 04 23:40:19.758 INFO O| Sep 04 23:40:19.758 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
95422026-09-04T23:40:20.791Z[ recovery-image] Sep 04 23:40:19.758 INFO O| Sep 04 23:40:19.758 INFO ok!
95432026-09-04T23:40:20.794Z[ recovery-image] Sep 04 23:40:19.758 INFO O| Sep 04 23:40:19.758 INFO STEP 55 (ensure_file) COMPLETE
95442026-09-04T23:40:20.795Z[ recovery-image] Sep 04 23:40:19.758 INFO O| Sep 04 23:40:19.758 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95452026-09-04T23:40:20.802Z[ recovery-image] Sep 04 23:40:19.770 INFO O| Sep 04 23:40:19.769 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
95462026-09-04T23:40:20.802Z[ recovery-image] Sep 04 23:40:19.770 INFO O| Sep 04 23:40:19.770 INFO copying /tmp/.tmppilCWr/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
95472026-09-04T23:40:22.749Z[ recovery-image] Sep 04 23:40:21.716 INFO O| Sep 04 23:40:21.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
95482026-09-04T23:40:22.749Z[ recovery-image] Sep 04 23:40:21.716 INFO O| Sep 04 23:40:21.716 INFO ok!
95492026-09-04T23:40:22.749Z[ recovery-image] Sep 04 23:40:21.716 INFO O| Sep 04 23:40:21.716 INFO STEP 56 (ensure_file) COMPLETE
95502026-09-04T23:40:22.753Z[ recovery-image] Sep 04 23:40:21.716 INFO O| Sep 04 23:40:21.716 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95512026-09-04T23:40:22.759Z[ recovery-image] Sep 04 23:40:21.726 INFO O| Sep 04 23:40:21.726 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95522026-09-04T23:40:22.759Z[ recovery-image] Sep 04 23:40:21.726 INFO O| Sep 04 23:40:21.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
95532026-09-04T23:40:22.762Z[ recovery-image] Sep 04 23:40:21.726 INFO O| Sep 04 23:40:21.726 INFO STEP 57 (ensure_dir) COMPLETE
95542026-09-04T23:40:22.762Z[ recovery-image] Sep 04 23:40:21.726 INFO O| Sep 04 23:40:21.726 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95552026-09-04T23:40:22.769Z[ recovery-image] Sep 04 23:40:21.737 INFO O| Sep 04 23:40:21.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95562026-09-04T23:40:22.769Z[ recovery-image] Sep 04 23:40:21.737 INFO O| Sep 04 23:40:21.737 INFO copying /tmp/.tmppilCWr/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 ...
95572026-09-04T23:40:22.772Z[ recovery-image] Sep 04 23:40:21.737 INFO O| Sep 04 23:40:21.737 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
95582026-09-04T23:40:22.772Z[ recovery-image] Sep 04 23:40:21.737 INFO O| Sep 04 23:40:21.737 INFO ok!
95592026-09-04T23:40:22.772Z[ recovery-image] Sep 04 23:40:21.737 INFO O| Sep 04 23:40:21.737 INFO STEP 58 (ensure_file) COMPLETE
95602026-09-04T23:40:22.772Z[ recovery-image] Sep 04 23:40:21.737 INFO O| Sep 04 23:40:21.737 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95612026-09-04T23:40:22.798Z[ recovery-image] Sep 04 23:40:21.765 INFO O| Sep 04 23:40:21.765 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95622026-09-04T23:40:22.798Z[ recovery-image] Sep 04 23:40:21.765 INFO O| Sep 04 23:40:21.765 INFO copying /tmp/.tmppilCWr/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 ...
95632026-09-04T23:40:22.798Z[ recovery-image] Sep 04 23:40:21.765 INFO O| Sep 04 23:40:21.765 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
95642026-09-04T23:40:22.802Z[ recovery-image] Sep 04 23:40:21.765 INFO O| Sep 04 23:40:21.765 INFO ok!
95652026-09-04T23:40:22.802Z[ recovery-image] Sep 04 23:40:21.765 INFO O| Sep 04 23:40:21.765 INFO STEP 59 (ensure_file) COMPLETE
95662026-09-04T23:40:22.802Z[ recovery-image] Sep 04 23:40:21.765 INFO O| Sep 04 23:40:21.765 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95672026-09-04T23:40:22.809Z[ recovery-image] Sep 04 23:40:21.776 INFO O| Sep 04 23:40:21.776 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95682026-09-04T23:40:22.809Z[ recovery-image] Sep 04 23:40:21.776 INFO O| Sep 04 23:40:21.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
95692026-09-04T23:40:22.812Z[ recovery-image] Sep 04 23:40:21.776 INFO O| Sep 04 23:40:21.776 INFO STEP 60 (ensure_dir) COMPLETE
95702026-09-04T23:40:22.812Z[ recovery-image] Sep 04 23:40:21.776 INFO O| Sep 04 23:40:21.776 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95712026-09-04T23:40:22.821Z[ recovery-image] Sep 04 23:40:21.786 INFO O| Sep 04 23:40:21.786 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95722026-09-04T23:40:22.821Z[ recovery-image] Sep 04 23:40:21.786 INFO O| Sep 04 23:40:21.786 INFO copying /tmp/.tmppilCWr/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 ...
95732026-09-04T23:40:22.821Z[ recovery-image] Sep 04 23:40:21.786 INFO O| Sep 04 23:40:21.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95742026-09-04T23:40:22.821Z[ recovery-image] Sep 04 23:40:21.786 INFO O| Sep 04 23:40:21.786 INFO ok!
95752026-09-04T23:40:22.821Z[ recovery-image] Sep 04 23:40:21.786 INFO O| Sep 04 23:40:21.786 INFO STEP 61 (ensure_file) COMPLETE
95762026-09-04T23:40:22.821Z[ recovery-image] Sep 04 23:40:21.786 INFO O| Sep 04 23:40:21.786 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95772026-09-04T23:40:22.827Z[ recovery-image] Sep 04 23:40:21.794 INFO O| Sep 04 23:40:21.794 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95782026-09-04T23:40:22.827Z[ recovery-image] Sep 04 23:40:21.794 INFO O| Sep 04 23:40:21.794 INFO copying /tmp/.tmppilCWr/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 ...
95792026-09-04T23:40:22.830Z[ recovery-image] Sep 04 23:40:21.794 INFO O| Sep 04 23:40:21.794 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
95802026-09-04T23:40:22.830Z[ recovery-image] Sep 04 23:40:21.794 INFO O| Sep 04 23:40:21.794 INFO ok!
95812026-09-04T23:40:22.830Z[ recovery-image] Sep 04 23:40:21.794 INFO O| Sep 04 23:40:21.794 INFO STEP 62 (ensure_file) COMPLETE
95822026-09-04T23:40:22.830Z[ recovery-image] Sep 04 23:40:21.794 INFO O| Sep 04 23:40:21.794 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95832026-09-04T23:40:22.835Z[ recovery-image] Sep 04 23:40:21.803 INFO O| Sep 04 23:40:21.803 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95842026-09-04T23:40:22.835Z[ recovery-image] Sep 04 23:40:21.803 INFO O| Sep 04 23:40:21.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
95852026-09-04T23:40:22.835Z[ recovery-image] Sep 04 23:40:21.803 INFO O| Sep 04 23:40:21.803 INFO STEP 63 (ensure_dir) COMPLETE
95862026-09-04T23:40:22.835Z[ recovery-image] Sep 04 23:40:21.803 INFO O| Sep 04 23:40:21.803 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95872026-09-04T23:40:22.847Z[ recovery-image] Sep 04 23:40:21.814 INFO O| Sep 04 23:40:21.814 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95882026-09-04T23:40:22.847Z[ recovery-image] Sep 04 23:40:21.815 INFO O| Sep 04 23:40:21.814 INFO copying /tmp/.tmppilCWr/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 ...
95892026-09-04T23:40:22.847Z[ recovery-image] Sep 04 23:40:21.815 INFO O| Sep 04 23:40:21.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95902026-09-04T23:40:22.847Z[ recovery-image] Sep 04 23:40:21.815 INFO O| Sep 04 23:40:21.815 INFO ok!
95912026-09-04T23:40:22.851Z[ recovery-image] Sep 04 23:40:21.815 INFO O| Sep 04 23:40:21.815 INFO STEP 64 (ensure_file) COMPLETE
95922026-09-04T23:40:22.851Z[ recovery-image] Sep 04 23:40:21.815 INFO O| Sep 04 23:40:21.815 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95932026-09-04T23:40:22.857Z[ recovery-image] Sep 04 23:40:21.825 INFO O| Sep 04 23:40:21.825 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
95942026-09-04T23:40:22.857Z[ recovery-image] Sep 04 23:40:21.825 INFO O| Sep 04 23:40:21.825 INFO copying /tmp/.tmppilCWr/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
95952026-09-04T23:40:22.861Z[ recovery-image] Sep 04 23:40:21.825 INFO O| Sep 04 23:40:21.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95962026-09-04T23:40:22.861Z[ recovery-image] Sep 04 23:40:21.825 INFO O| Sep 04 23:40:21.825 INFO ok!
95972026-09-04T23:40:22.861Z[ recovery-image] Sep 04 23:40:21.825 INFO O| Sep 04 23:40:21.825 INFO STEP 65 (ensure_file) COMPLETE
95982026-09-04T23:40:22.861Z[ recovery-image] Sep 04 23:40:21.825 INFO O| Sep 04 23:40:21.825 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95992026-09-04T23:40:22.867Z[ recovery-image] Sep 04 23:40:21.835 INFO O| Sep 04 23:40:21.835 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
96002026-09-04T23:40:22.867Z[ recovery-image] Sep 04 23:40:21.835 INFO O| Sep 04 23:40:21.835 INFO STEP 66 (ensure_dir) COMPLETE
96012026-09-04T23:40:22.867Z[ recovery-image] Sep 04 23:40:21.835 INFO O| Sep 04 23:40:21.835 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96022026-09-04T23:40:22.877Z[ recovery-image] Sep 04 23:40:21.843 INFO O| Sep 04 23:40:21.843 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
96032026-09-04T23:40:22.877Z[ recovery-image] Sep 04 23:40:21.843 INFO O| Sep 04 23:40:21.843 INFO STEP 67 (ensure_dir) COMPLETE
96042026-09-04T23:40:22.877Z[ recovery-image] Sep 04 23:40:21.843 INFO O| Sep 04 23:40:21.843 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96052026-09-04T23:40:22.885Z[ recovery-image] Sep 04 23:40:21.851 INFO O| Sep 04 23:40:21.851 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
96062026-09-04T23:40:22.885Z[ recovery-image] Sep 04 23:40:21.851 INFO O| Sep 04 23:40:21.851 INFO STEP 68 (ensure_dir) COMPLETE
96072026-09-04T23:40:22.885Z[ recovery-image] Sep 04 23:40:21.851 INFO O| Sep 04 23:40:21.851 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96082026-09-04T23:40:22.892Z[ recovery-image] Sep 04 23:40:21.859 INFO O| Sep 04 23:40:21.859 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
96092026-09-04T23:40:22.892Z[ recovery-image] Sep 04 23:40:21.859 INFO O| Sep 04 23:40:21.859 INFO STEP 69 (ensure_dir) COMPLETE
96102026-09-04T23:40:22.892Z[ recovery-image] Sep 04 23:40:21.859 INFO O| Sep 04 23:40:21.859 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96112026-09-04T23:40:22.899Z[ recovery-image] Sep 04 23:40:21.867 INFO O| Sep 04 23:40:21.867 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
96122026-09-04T23:40:22.899Z[ recovery-image] Sep 04 23:40:21.867 INFO O| Sep 04 23:40:21.867 INFO copying /tmp/.tmppilCWr/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
96132026-09-04T23:40:22.899Z[ recovery-image] Sep 04 23:40:21.867 INFO O| Sep 04 23:40:21.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
96142026-09-04T23:40:22.900Z[ recovery-image] Sep 04 23:40:21.867 INFO O| Sep 04 23:40:21.867 INFO ok!
96152026-09-04T23:40:22.903Z[ recovery-image] Sep 04 23:40:21.867 INFO O| Sep 04 23:40:21.867 INFO STEP 70 (ensure_file) COMPLETE
96162026-09-04T23:40:22.903Z[ recovery-image] Sep 04 23:40:21.867 INFO O| Sep 04 23:40:21.867 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172026-09-04T23:40:22.911Z[ recovery-image] Sep 04 23:40:21.879 INFO O| Sep 04 23:40:21.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
96182026-09-04T23:40:22.914Z[ recovery-image] Sep 04 23:40:21.879 INFO O| Sep 04 23:40:21.879 INFO STEP 71 (remove_files) COMPLETE
96192026-09-04T23:40:22.914Z[ recovery-image] Sep 04 23:40:21.879 INFO O| Sep 04 23:40:21.879 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202026-09-04T23:40:22.921Z[ recovery-image] Sep 04 23:40:21.889 INFO O| Sep 04 23:40:21.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
96212026-09-04T23:40:22.921Z[ recovery-image] Sep 04 23:40:21.889 INFO O| Sep 04 23:40:21.889 INFO STEP 72 (remove_files) COMPLETE
96222026-09-04T23:40:22.921Z[ recovery-image] Sep 04 23:40:21.889 INFO O| Sep 04 23:40:21.889 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232026-09-04T23:40:22.931Z[ recovery-image] Sep 04 23:40:21.899 INFO O| Sep 04 23:40:21.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
96242026-09-04T23:40:22.931Z[ recovery-image] Sep 04 23:40:21.899 INFO O| Sep 04 23:40:21.899 INFO STEP 73 (remove_files) COMPLETE
96252026-09-04T23:40:22.931Z[ recovery-image] Sep 04 23:40:21.899 INFO O| Sep 04 23:40:21.899 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262026-09-04T23:40:22.942Z[ recovery-image] Sep 04 23:40:21.909 INFO O| Sep 04 23:40:21.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
96272026-09-04T23:40:22.942Z[ recovery-image] Sep 04 23:40:21.909 INFO O| Sep 04 23:40:21.909 INFO STEP 74 (remove_files) COMPLETE
96282026-09-04T23:40:22.942Z[ recovery-image] Sep 04 23:40:21.909 INFO O| Sep 04 23:40:21.909 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292026-09-04T23:40:22.951Z[ recovery-image] Sep 04 23:40:21.919 INFO O| Sep 04 23:40:21.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
96302026-09-04T23:40:22.951Z[ recovery-image] Sep 04 23:40:21.919 INFO O| Sep 04 23:40:21.919 INFO STEP 75 (remove_files) COMPLETE
96312026-09-04T23:40:22.951Z[ recovery-image] Sep 04 23:40:21.919 INFO O| Sep 04 23:40:21.919 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322026-09-04T23:40:22.963Z[ recovery-image] Sep 04 23:40:21.930 INFO O| Sep 04 23:40:21.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
96332026-09-04T23:40:22.963Z[ recovery-image] Sep 04 23:40:21.930 INFO O| Sep 04 23:40:21.930 INFO STEP 76 (remove_files) COMPLETE
96342026-09-04T23:40:22.963Z[ recovery-image] Sep 04 23:40:21.930 INFO O| Sep 04 23:40:21.930 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352026-09-04T23:40:22.973Z[ recovery-image] Sep 04 23:40:21.940 INFO O| Sep 04 23:40:21.940 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
96362026-09-04T23:40:22.973Z[ recovery-image] Sep 04 23:40:21.940 INFO O| Sep 04 23:40:21.940 INFO STEP 77 (remove_files) COMPLETE
96372026-09-04T23:40:22.973Z[ recovery-image] Sep 04 23:40:21.940 INFO O| Sep 04 23:40:21.940 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382026-09-04T23:40:22.982Z[ recovery-image] Sep 04 23:40:21.950 INFO O| Sep 04 23:40:21.950 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
96392026-09-04T23:40:22.982Z[ recovery-image] Sep 04 23:40:21.950 INFO O| Sep 04 23:40:21.950 INFO STEP 78 (remove_files) COMPLETE
96402026-09-04T23:40:22.982Z[ recovery-image] Sep 04 23:40:21.950 INFO O| Sep 04 23:40:21.950 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412026-09-04T23:40:22.991Z[ recovery-image] Sep 04 23:40:21.958 INFO O| Sep 04 23:40:21.958 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
96422026-09-04T23:40:22.991Z[ recovery-image] Sep 04 23:40:21.958 INFO O| Sep 04 23:40:21.958 INFO STEP 79 (remove_files) COMPLETE
96432026-09-04T23:40:22.991Z[ recovery-image] Sep 04 23:40:21.958 INFO O| Sep 04 23:40:21.958 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442026-09-04T23:40:22.999Z[ recovery-image] Sep 04 23:40:21.967 INFO O| Sep 04 23:40:21.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
96452026-09-04T23:40:22.999Z[ recovery-image] Sep 04 23:40:21.967 INFO O| Sep 04 23:40:21.967 INFO STEP 80 (remove_files) COMPLETE
96462026-09-04T23:40:22.999Z[ recovery-image] Sep 04 23:40:21.967 INFO O| Sep 04 23:40:21.967 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472026-09-04T23:40:23.008Z[ recovery-image] Sep 04 23:40:21.976 INFO O| Sep 04 23:40:21.976 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
96482026-09-04T23:40:23.008Z[ recovery-image] Sep 04 23:40:21.976 INFO O| Sep 04 23:40:21.976 INFO STEP 81 (remove_files) COMPLETE
96492026-09-04T23:40:23.008Z[ recovery-image] Sep 04 23:40:21.976 INFO O| Sep 04 23:40:21.976 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502026-09-04T23:40:23.018Z[ recovery-image] Sep 04 23:40:21.985 INFO O| Sep 04 23:40:21.985 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
96512026-09-04T23:40:23.018Z[ recovery-image] Sep 04 23:40:21.985 INFO O| Sep 04 23:40:21.985 INFO STEP 82 (remove_files) COMPLETE
96522026-09-04T23:40:23.018Z[ recovery-image] Sep 04 23:40:21.985 INFO O| Sep 04 23:40:21.985 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532026-09-04T23:40:23.027Z[ recovery-image] Sep 04 23:40:21.994 INFO O| Sep 04 23:40:21.994 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
96542026-09-04T23:40:23.027Z[ recovery-image] Sep 04 23:40:21.994 INFO O| Sep 04 23:40:21.994 INFO STEP 83 (remove_files) COMPLETE
96552026-09-04T23:40:23.030Z[ recovery-image] Sep 04 23:40:21.994 INFO O| Sep 04 23:40:21.994 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562026-09-04T23:40:23.036Z[ recovery-image] Sep 04 23:40:22.003 INFO O| Sep 04 23:40:22.003 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
96572026-09-04T23:40:23.036Z[ recovery-image] Sep 04 23:40:22.003 INFO O| Sep 04 23:40:22.003 INFO STEP 84 (remove_files) COMPLETE
96582026-09-04T23:40:23.036Z[ recovery-image] Sep 04 23:40:22.003 INFO O| Sep 04 23:40:22.003 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592026-09-04T23:40:23.046Z[ recovery-image] Sep 04 23:40:22.014 INFO O| Sep 04 23:40:22.013 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96602026-09-04T23:40:23.046Z[ recovery-image] Sep 04 23:40:22.014 INFO O| Sep 04 23:40:22.014 INFO STEP 85 (remove_files) COMPLETE
96612026-09-04T23:40:23.046Z[ recovery-image] Sep 04 23:40:22.014 INFO O| Sep 04 23:40:22.014 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622026-09-04T23:40:23.057Z[ recovery-image] Sep 04 23:40:22.024 INFO O| Sep 04 23:40:22.024 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96632026-09-04T23:40:23.057Z[ recovery-image] Sep 04 23:40:22.024 INFO O| Sep 04 23:40:22.024 INFO STEP 86 (remove_files) COMPLETE
96642026-09-04T23:40:23.057Z[ recovery-image] Sep 04 23:40:22.024 INFO O| Sep 04 23:40:22.024 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652026-09-04T23:40:23.067Z[ recovery-image] Sep 04 23:40:22.035 INFO O| Sep 04 23:40:22.035 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96662026-09-04T23:40:23.067Z[ recovery-image] Sep 04 23:40:22.035 INFO O| Sep 04 23:40:22.035 INFO STEP 87 (remove_files) COMPLETE
96672026-09-04T23:40:23.067Z[ recovery-image] Sep 04 23:40:22.035 INFO O| Sep 04 23:40:22.035 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682026-09-04T23:40:23.077Z[ recovery-image] Sep 04 23:40:22.045 INFO O| Sep 04 23:40:22.045 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96692026-09-04T23:40:23.077Z[ recovery-image] Sep 04 23:40:22.045 INFO O| Sep 04 23:40:22.045 INFO STEP 88 (remove_files) COMPLETE
96702026-09-04T23:40:23.081Z[ recovery-image] Sep 04 23:40:22.045 INFO O| Sep 04 23:40:22.045 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712026-09-04T23:40:23.087Z[ recovery-image] Sep 04 23:40:22.055 INFO O| Sep 04 23:40:22.055 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96722026-09-04T23:40:23.087Z[ recovery-image] Sep 04 23:40:22.055 INFO O| Sep 04 23:40:22.055 INFO STEP 89 (remove_files) COMPLETE
96732026-09-04T23:40:23.087Z[ recovery-image] Sep 04 23:40:22.055 INFO O| Sep 04 23:40:22.055 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742026-09-04T23:40:23.098Z[ recovery-image] Sep 04 23:40:22.065 INFO O| Sep 04 23:40:22.065 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96752026-09-04T23:40:23.098Z[ recovery-image] Sep 04 23:40:22.065 INFO O| Sep 04 23:40:22.065 INFO STEP 90 (remove_files) COMPLETE
96762026-09-04T23:40:23.101Z[ recovery-image] Sep 04 23:40:22.065 INFO O| Sep 04 23:40:22.065 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772026-09-04T23:40:23.108Z[ recovery-image] Sep 04 23:40:22.075 INFO O| Sep 04 23:40:22.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96782026-09-04T23:40:23.108Z[ recovery-image] Sep 04 23:40:22.075 INFO O| Sep 04 23:40:22.075 INFO STEP 91 (remove_files) COMPLETE
96792026-09-04T23:40:23.108Z[ recovery-image] Sep 04 23:40:22.075 INFO O| Sep 04 23:40:22.075 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802026-09-04T23:40:23.119Z[ recovery-image] Sep 04 23:40:22.086 INFO O| Sep 04 23:40:22.086 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96812026-09-04T23:40:23.119Z[ recovery-image] Sep 04 23:40:22.086 INFO O| Sep 04 23:40:22.086 INFO STEP 92 (remove_files) COMPLETE
96822026-09-04T23:40:23.122Z[ recovery-image] Sep 04 23:40:22.086 INFO O| Sep 04 23:40:22.086 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832026-09-04T23:40:23.130Z[ recovery-image] Sep 04 23:40:22.097 INFO O| Sep 04 23:40:22.097 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96842026-09-04T23:40:23.130Z[ recovery-image] Sep 04 23:40:22.097 INFO O| Sep 04 23:40:22.097 INFO STEP 93 (remove_files) COMPLETE
96852026-09-04T23:40:23.133Z[ recovery-image] Sep 04 23:40:22.097 INFO O| Sep 04 23:40:22.097 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862026-09-04T23:40:23.140Z[ recovery-image] Sep 04 23:40:22.107 INFO O| Sep 04 23:40:22.107 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96872026-09-04T23:40:23.140Z[ recovery-image] Sep 04 23:40:22.107 INFO O| Sep 04 23:40:22.107 INFO STEP 94 (remove_files) COMPLETE
96882026-09-04T23:40:23.143Z[ recovery-image] Sep 04 23:40:22.107 INFO O| Sep 04 23:40:22.107 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892026-09-04T23:40:23.150Z[ recovery-image] Sep 04 23:40:22.117 INFO O| Sep 04 23:40:22.117 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96902026-09-04T23:40:23.150Z[ recovery-image] Sep 04 23:40:22.117 INFO O| Sep 04 23:40:22.117 INFO STEP 95 (remove_files) COMPLETE
96912026-09-04T23:40:23.150Z[ recovery-image] Sep 04 23:40:22.117 INFO O| Sep 04 23:40:22.117 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96922026-09-04T23:40:23.160Z[ recovery-image] Sep 04 23:40:22.127 INFO O| Sep 04 23:40:22.127 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96932026-09-04T23:40:23.160Z[ recovery-image] Sep 04 23:40:22.128 INFO O| Sep 04 23:40:22.127 INFO STEP 96 (remove_files) COMPLETE
96942026-09-04T23:40:23.163Z[ recovery-image] Sep 04 23:40:22.128 INFO O| Sep 04 23:40:22.128 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96952026-09-04T23:40:23.171Z[ recovery-image] Sep 04 23:40:22.138 INFO O| Sep 04 23:40:22.138 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96962026-09-04T23:40:23.171Z[ recovery-image] Sep 04 23:40:22.138 INFO O| Sep 04 23:40:22.138 INFO STEP 97 (remove_files) COMPLETE
96972026-09-04T23:40:23.174Z[ recovery-image] Sep 04 23:40:22.138 INFO O| Sep 04 23:40:22.138 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96982026-09-04T23:40:23.182Z[ recovery-image] Sep 04 23:40:22.149 INFO O| Sep 04 23:40:22.149 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96992026-09-04T23:40:23.182Z[ recovery-image] Sep 04 23:40:22.149 INFO O| Sep 04 23:40:22.149 INFO STEP 98 (remove_files) COMPLETE
97002026-09-04T23:40:23.185Z[ recovery-image] Sep 04 23:40:22.149 INFO O| Sep 04 23:40:22.149 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97012026-09-04T23:40:23.192Z[ recovery-image] Sep 04 23:40:22.160 INFO O| Sep 04 23:40:22.160 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
97022026-09-04T23:40:23.192Z[ recovery-image] Sep 04 23:40:22.160 INFO O| Sep 04 23:40:22.160 INFO STEP 99 (remove_files) COMPLETE
97032026-09-04T23:40:23.192Z[ recovery-image] Sep 04 23:40:22.160 INFO O| Sep 04 23:40:22.160 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
97042026-09-04T23:40:23.208Z[ recovery-image] Sep 04 23:40:22.176 INFO O| Sep 04 23:40:22.176 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
97052026-09-04T23:40:23.208Z[ recovery-image] Sep 04 23:40:22.176 INFO O| Sep 04 23:40:22.176 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"}
97062026-09-04T23:40:23.825Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
97072026-09-04T23:40:24.954Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
97082026-09-04T23:40:25.383Z[ host-image] Sep 04 23:40:24.350 INFO O| configuring SMF profile...
97092026-09-04T23:40:25.383Z[ host-image] Sep 04 23:40:24.350 INFO O| modifying shadow(5)...
97102026-09-04T23:40:25.383Z[ host-image] Sep 04 23:40:24.350 INFO O| loading user and group database...
97112026-09-04T23:40:25.387Z[ host-image] Sep 04 23:40:24.350 INFO O| loading facet selections...
97122026-09-04T23:40:25.753Z[ host-image] Sep 04 23:40:24.719 INFO O| devel -> true
97132026-09-04T23:40:25.753Z[ host-image] Sep 04 23:40:24.719 INFO O| doc.man -> true
97142026-09-04T23:40:25.753Z[ host-image] Sep 04 23:40:24.719 INFO O| version-lock.shell/ksh93 -> true
97152026-09-04T23:40:25.753Z[ host-image] Sep 04 23:40:24.719 INFO O| version-lock.system/data/hardware-registry -> true
97162026-09-04T23:40:25.758Z[ host-image] Sep 04 23:40:24.719 INFO O| version-lock.system/data/zoneinfo -> true
97172026-09-04T23:40:25.759Z[ host-image] Sep 04 23:40:24.719 INFO O| version-lock.system/microcode/amd -> true
97182026-09-04T23:40:25.759Z[ host-image] Sep 04 23:40:24.719 INFO O| version-lock.system/microcode/intel -> true
97192026-09-04T23:40:25.759Z[ host-image] Sep 04 23:40:24.719 INFO O| version-lock.system/microcode/oxide -> true
97202026-09-04T23:40:25.759Z[ host-image] Sep 04 23:40:24.719 INFO O| assessing packaged files...
97212026-09-04T23:40:27.350Z[ recovery-image] Sep 04 23:40:26.317 INFO O| Sep 04 23:40:26.317 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
97222026-09-04T23:40:27.350Z[ recovery-image] Sep 04 23:40:26.317 INFO O| Sep 04 23:40:26.317 INFO E| svccfg: Loaded 69 smf(7) service descriptions
97232026-09-04T23:40:27.363Z[ recovery-image] Sep 04 23:40:26.330 INFO O| Sep 04 23:40:26.330 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
97242026-09-04T23:40:27.472Z[ recovery-image] Sep 04 23:40:26.440 INFO O| Sep 04 23:40:26.440 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97252026-09-04T23:40:27.535Z[ recovery-image] Sep 04 23:40:26.502 INFO O| Sep 04 23:40:26.502 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
97262026-09-04T23:40:27.608Z[ recovery-image] Sep 04 23:40:26.575 INFO O| Sep 04 23:40:26.575 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
97272026-09-04T23:40:27.609Z[ recovery-image] Sep 04 23:40:26.575 INFO O| Sep 04 23:40:26.575 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 ...
97282026-09-04T23:40:27.614Z[ recovery-image] Sep 04 23:40:26.577 INFO O| Sep 04 23:40:26.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
97292026-09-04T23:40:27.614Z[ recovery-image] Sep 04 23:40:26.577 INFO O| Sep 04 23:40:26.577 INFO ok!
97302026-09-04T23:40:27.614Z[ recovery-image] Sep 04 23:40:26.577 INFO O| Sep 04 23:40:26.577 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
97312026-09-04T23:40:27.614Z[ recovery-image] Sep 04 23:40:26.577 INFO O| Sep 04 23:40:26.577 INFO STEP 100 (seed_smf) COMPLETE
97322026-09-04T23:40:27.614Z[ recovery-image] Sep 04 23:40:26.577 INFO O| Sep 04 23:40:26.577 INFO steps complete; finalising image!
97332026-09-04T23:40:27.614Z[ recovery-image] Sep 04 23:40:26.577 INFO O| Sep 04 23:40:26.577 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
97342026-09-04T23:40:27.678Z[ recovery-image] Sep 04 23:40:26.643 INFO O| Sep 04 23:40:26.643 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Sep 4 23:40:26 2026)
97352026-09-04T23:40:27.883Z[ recovery-image] Sep 04 23:40:26.850 INFO O| Sep 04 23:40:26.850 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97362026-09-04T23:40:28.090Z[ recovery-image] Sep 04 23:40:27.057 INFO O| Sep 04 23:40:27.057 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97372026-09-04T23:40:28.296Z[ recovery-image] Sep 04 23:40:27.264 INFO O| Sep 04 23:40:27.263 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97382026-09-04T23:40:28.443Z[ host-image] Sep 04 23:40:27.410 INFO O| creating archive...
97392026-09-04T23:40:28.470Z[ host-image] Sep 04 23:40:27.437 INFO O| missing from packaging:
97402026-09-04T23:40:28.470Z[ host-image] Sep 04 23:40:27.438 INFO O| "etc/.pwd.lock"
97412026-09-04T23:40:28.470Z[ host-image] Sep 04 23:40:27.438 INFO O| "etc/bash"
97422026-09-04T23:40:28.474Z[ host-image] Sep 04 23:40:27.441 INFO O| "etc/svc/profile/generic.xml"
97432026-09-04T23:40:28.474Z[ host-image] Sep 04 23:40:27.441 INFO O| "etc/svc/profile/inetd_services.xml"
97442026-09-04T23:40:28.474Z[ host-image] Sep 04 23:40:27.441 INFO O| "etc/svc/profile/name_service.xml"
97452026-09-04T23:40:28.474Z[ host-image] Sep 04 23:40:27.441 INFO O| "etc/svc/profile/platform.xml"
97462026-09-04T23:40:28.474Z[ host-image] Sep 04 23:40:27.441 INFO O| "etc/svc/profile/platform_omicron1.xml"
97472026-09-04T23:40:28.474Z[ host-image] Sep 04 23:40:27.441 INFO O| "etc/svc/repository.db"
97482026-09-04T23:40:28.480Z[ host-image] Sep 04 23:40:27.448 INFO O| "opt/ooce/share"
97492026-09-04T23:40:28.480Z[ host-image] Sep 04 23:40:27.448 INFO O| "opt/ooce/share/man"
97502026-09-04T23:40:28.484Z[ host-image] Sep 04 23:40:27.448 INFO O| "opt/ooce/share/man/man1"
97512026-09-04T23:40:28.495Z[ host-image] Sep 04 23:40:27.457 INFO O| finishing archive...
97522026-09-04T23:40:28.539Z[ recovery-image] Sep 04 23:40:27.506 INFO O| Sep 04 23:40:27.506 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97532026-09-04T23:40:28.749Z[ recovery-image] Sep 04 23:40:27.713 INFO O| Sep 04 23:40:27.713 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97542026-09-04T23:40:28.953Z[ recovery-image] Sep 04 23:40:27.920 INFO O| Sep 04 23:40:27.920 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97552026-09-04T23:40:29.159Z[ recovery-image] Sep 04 23:40:28.126 INFO O| Sep 04 23:40:28.126 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97562026-09-04T23:40:29.366Z[ recovery-image] Sep 04 23:40:28.334 INFO O| Sep 04 23:40:28.334 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97572026-09-04T23:40:29.573Z[ recovery-image] Sep 04 23:40:28.540 INFO O| Sep 04 23:40:28.540 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97582026-09-04T23:40:29.779Z[ recovery-image] Sep 04 23:40:28.746 INFO O| Sep 04 23:40:28.746 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97592026-09-04T23:40:29.986Z[ recovery-image] Sep 04 23:40:28.953 INFO O| Sep 04 23:40:28.953 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97602026-09-04T23:40:30.191Z[ recovery-image] Sep 04 23:40:29.159 INFO O| Sep 04 23:40:29.159 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97612026-09-04T23:40:30.398Z[ recovery-image] Sep 04 23:40:29.365 INFO O| Sep 04 23:40:29.365 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97622026-09-04T23:40:30.604Z[ recovery-image] Sep 04 23:40:29.571 INFO O| Sep 04 23:40:29.571 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97632026-09-04T23:40:30.809Z[ recovery-image] Sep 04 23:40:29.776 INFO O| Sep 04 23:40:29.776 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97642026-09-04T23:40:30.957Z[ host-image] Sep 04 23:40:29.924 INFO O| creating gzonly manifest...
97652026-09-04T23:40:30.963Z[ host-image] Sep 04 23:40:29.930 INFO O| ok
97662026-09-04T23:40:31.015Z[ recovery-image] Sep 04 23:40:29.983 INFO O| Sep 04 23:40:29.983 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri Sep 4 23:40:26 2026)
97672026-09-04T23:40:31.076Z[ host-image] Sep 04 23:40:30.043 INFO image builder template: ramdisk-02-trim...
97682026-09-04T23:40:31.076Z[ host-image] Sep 04 23:40:30.044 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/.tmppilCWr/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
97692026-09-04T23:40:31.100Z[ host-image] Sep 04 23:40:30.067 INFO O| Sep 04 23:40:30.067 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97702026-09-04T23:40:31.104Z[ host-image] Sep 04 23:40:30.072 INFO O| Sep 04 23:40:30.071 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97712026-09-04T23:40:31.398Z[ recovery-image] Sep 04 23:40:30.363 INFO O| Sep 04 23:40:30.363 INFO temporary pool has 462M used, 1.30G avail, 1.00x compressratio
97722026-09-04T23:40:31.398Z[ recovery-image] Sep 04 23:40:30.363 INFO O| Sep 04 23:40:30.363 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97732026-09-04T23:40:31.471Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
97742026-09-04T23:40:32.081Z[ recovery-image] Sep 04 23:40:31.048 INFO O| Sep 04 23:40:31.048 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
97752026-09-04T23:40:32.081Z[ recovery-image] Sep 04 23:40:31.048 INFO O| Sep 04 23:40:31.048 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97762026-09-04T23:40:32.219Z[ host-image] Sep 04 23:40:31.181 INFO O| Sep 04 23:40:31.181 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
97772026-09-04T23:40:33.035Z[ host-image] Sep 04 23:40:32.001 INFO O| Sep 04 23:40:32.001 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
97782026-09-04T23:40:33.038Z[ host-image] Sep 04 23:40:32.001 INFO O| Sep 04 23:40:32.001 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
97792026-09-04T23:40:33.042Z[ host-image] Sep 04 23:40:32.008 INFO O| Sep 04 23:40:32.008 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97802026-09-04T23:40:33.046Z[ host-image] Sep 04 23:40:32.013 INFO O| Sep 04 23:40:32.013 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
97812026-09-04T23:40:33.065Z[ host-image] Sep 04 23:40:32.032 INFO O| Sep 04 23:40:32.032 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
97822026-09-04T23:40:34.827Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
97832026-09-04T23:40:34.875Z[ recovery-image] Sep 04 23:40:33.842 INFO O| Sep 04 23:40:33.842 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97842026-09-04T23:40:34.876Z[ recovery-image] Sep 04 23:40:33.842 INFO O| Sep 04 23:40:33.842 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97852026-09-04T23:40:34.879Z[ recovery-image] Sep 04 23:40:33.842 INFO O| Sep 04 23:40:33.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97862026-09-04T23:40:34.880Z[ recovery-image] Sep 04 23:40:33.842 INFO O| Sep 04 23:40:33.842 INFO completed processing sled/zfs-recovery
97872026-09-04T23:40:34.880Z[ recovery-image] Sep 04 23:40:33.842 INFO O| Sep 04 23:40:33.842 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97882026-09-04T23:40:35.398Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
97892026-09-04T23:40:40.103Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
97902026-09-04T23:40:40.615Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
97912026-09-04T23:40:41.905Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
97922026-09-04T23:40:42.869Z[ host-image] Sep 04 23:40:41.836 INFO O| Sep 04 23:40:41.836 INFO rolled back to input snapshot; work may begin
97932026-09-04T23:40:42.869Z[ host-image] Sep 04 23:40:41.837 INFO O| Sep 04 23:40:41.836 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
97942026-09-04T23:40:42.875Z[ host-image] Sep 04 23:40:41.843 INFO O| Sep 04 23:40:41.843 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97952026-09-04T23:40:42.892Z[ host-image] Sep 04 23:40:41.856 INFO O| Sep 04 23:40:41.856 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
97962026-09-04T23:40:43.004Z[ host-image] Sep 04 23:40:41.971 INFO O| Sep 04 23:40:41.971 INFO STEP 0 (remove_files) COMPLETE
97972026-09-04T23:40:43.004Z[ host-image] Sep 04 23:40:41.971 INFO O| Sep 04 23:40:41.971 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97982026-09-04T23:40:43.017Z[ host-image] Sep 04 23:40:41.984 INFO O| Sep 04 23:40:41.984 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
97992026-09-04T23:40:43.022Z[ host-image] Sep 04 23:40:41.986 INFO O| Sep 04 23:40:41.986 INFO STEP 1 (remove_files) COMPLETE
98002026-09-04T23:40:43.022Z[ host-image] Sep 04 23:40:41.986 INFO O| Sep 04 23:40:41.986 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98012026-09-04T23:40:43.033Z[ host-image] Sep 04 23:40:42.001 INFO O| Sep 04 23:40:42.001 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
98022026-09-04T23:40:43.046Z[ host-image] Sep 04 23:40:42.014 INFO O| Sep 04 23:40:42.013 INFO STEP 2 (remove_files) COMPLETE
98032026-09-04T23:40:43.046Z[ host-image] Sep 04 23:40:42.014 INFO O| Sep 04 23:40:42.014 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98042026-09-04T23:40:43.063Z[ host-image] Sep 04 23:40:42.026 INFO O| Sep 04 23:40:42.026 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
98052026-09-04T23:40:43.063Z[ host-image] Sep 04 23:40:42.027 INFO O| Sep 04 23:40:42.027 INFO STEP 3 (remove_files) COMPLETE
98062026-09-04T23:40:43.063Z[ host-image] Sep 04 23:40:42.027 INFO O| Sep 04 23:40:42.027 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98072026-09-04T23:40:43.073Z[ host-image] Sep 04 23:40:42.040 INFO O| Sep 04 23:40:42.040 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
98082026-09-04T23:40:43.085Z[ host-image] Sep 04 23:40:42.043 INFO O| Sep 04 23:40:42.043 INFO STEP 4 (remove_files) COMPLETE
98092026-09-04T23:40:43.085Z[ host-image] Sep 04 23:40:42.043 INFO O| Sep 04 23:40:42.043 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98102026-09-04T23:40:43.093Z[ host-image] Sep 04 23:40:42.060 INFO O| Sep 04 23:40:42.058 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
98112026-09-04T23:40:43.096Z[ host-image] Sep 04 23:40:42.061 INFO O| Sep 04 23:40:42.060 INFO STEP 5 (remove_files) COMPLETE
98122026-09-04T23:40:43.096Z[ host-image] Sep 04 23:40:42.061 INFO O| Sep 04 23:40:42.060 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98132026-09-04T23:40:43.106Z[ host-image] Sep 04 23:40:42.074 INFO O| Sep 04 23:40:42.073 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
98142026-09-04T23:40:43.136Z[ host-image] Sep 04 23:40:42.084 INFO O| Sep 04 23:40:42.084 INFO STEP 6 (remove_files) COMPLETE
98152026-09-04T23:40:43.136Z[ host-image] Sep 04 23:40:42.084 INFO O| Sep 04 23:40:42.084 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98162026-09-04T23:40:43.136Z[ host-image] Sep 04 23:40:42.084 INFO O| Sep 04 23:40:42.084 INFO skip step because feature "heliosv2" is not enabled
98172026-09-04T23:40:43.136Z[ host-image] Sep 04 23:40:42.084 INFO O| Sep 04 23:40:42.084 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98182026-09-04T23:40:43.136Z[ host-image] Sep 04 23:40:42.097 INFO O| Sep 04 23:40:42.097 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
98192026-09-04T23:40:43.143Z[ host-image] Sep 04 23:40:42.108 INFO O| Sep 04 23:40:42.108 INFO STEP 8 (remove_files) COMPLETE
98202026-09-04T23:40:43.143Z[ host-image] Sep 04 23:40:42.108 INFO O| Sep 04 23:40:42.108 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98212026-09-04T23:40:43.165Z[ host-image] Sep 04 23:40:42.132 INFO O| Sep 04 23:40:42.132 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
98222026-09-04T23:40:43.219Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
98232026-09-04T23:40:43.235Z[ host-image] Sep 04 23:40:42.202 INFO O| Sep 04 23:40:42.201 INFO STEP 9 (remove_files) COMPLETE
98242026-09-04T23:40:43.235Z[ host-image] Sep 04 23:40:42.202 INFO O| Sep 04 23:40:42.201 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98252026-09-04T23:40:43.247Z[ host-image] Sep 04 23:40:42.214 INFO O| Sep 04 23:40:42.214 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
98262026-09-04T23:40:43.323Z[ host-image] Sep 04 23:40:42.288 INFO O| Sep 04 23:40:42.288 INFO STEP 10 (remove_files) COMPLETE
98272026-09-04T23:40:43.323Z[ host-image] Sep 04 23:40:42.288 INFO O| Sep 04 23:40:42.288 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98282026-09-04T23:40:43.343Z[ host-image] Sep 04 23:40:42.310 INFO O| Sep 04 23:40:42.310 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
98292026-09-04T23:40:43.346Z[ host-image] Sep 04 23:40:42.313 INFO O| Sep 04 23:40:42.313 INFO STEP 11 (remove_files) COMPLETE
98302026-09-04T23:40:43.346Z[ host-image] Sep 04 23:40:42.313 INFO O| Sep 04 23:40:42.313 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98312026-09-04T23:40:43.419Z[ host-image] Sep 04 23:40:42.386 INFO O| Sep 04 23:40:42.386 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
98322026-09-04T23:40:43.423Z[ host-image] Sep 04 23:40:42.387 INFO O| Sep 04 23:40:42.387 INFO STEP 12 (remove_files) COMPLETE
98332026-09-04T23:40:43.423Z[ host-image] Sep 04 23:40:42.387 INFO O| Sep 04 23:40:42.387 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98342026-09-04T23:40:43.432Z[ host-image] Sep 04 23:40:42.399 INFO O| Sep 04 23:40:42.399 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
98352026-09-04T23:40:43.435Z[ host-image] Sep 04 23:40:42.400 INFO O| Sep 04 23:40:42.400 INFO STEP 13 (remove_files) COMPLETE
98362026-09-04T23:40:43.435Z[ host-image] Sep 04 23:40:42.400 INFO O| Sep 04 23:40:42.400 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98372026-09-04T23:40:43.732Z[ host-image] Sep 04 23:40:42.700 INFO O| Sep 04 23:40:42.699 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
98382026-09-04T23:40:43.741Z[ host-image] Sep 04 23:40:42.702 INFO O| Sep 04 23:40:42.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
98392026-09-04T23:40:43.764Z[ host-image] Sep 04 23:40:42.730 INFO O| Sep 04 23:40:42.730 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
98402026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
98412026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
98422026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
98432026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
98442026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
98452026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
98462026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
98472026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
98482026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.731 INFO O| Sep 04 23:40:42.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
98492026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
98502026-09-04T23:40:43.767Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
98512026-09-04T23:40:43.768Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
98522026-09-04T23:40:43.768Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
98532026-09-04T23:40:43.768Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
98542026-09-04T23:40:43.768Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
98552026-09-04T23:40:43.768Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
98562026-09-04T23:40:43.768Z[ host-image] Sep 04 23:40:42.732 INFO O| Sep 04 23:40:42.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
98572026-09-04T23:40:43.775Z[ host-image] Sep 04 23:40:42.742 INFO O| Sep 04 23:40:42.742 INFO STEP 14 (remove_files) COMPLETE
98582026-09-04T23:40:43.775Z[ host-image] Sep 04 23:40:42.742 INFO O| Sep 04 23:40:42.742 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98592026-09-04T23:40:43.788Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
98602026-09-04T23:40:43.796Z[ host-image] Sep 04 23:40:42.763 INFO O| Sep 04 23:40:42.763 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
98612026-09-04T23:40:43.799Z[ host-image] Sep 04 23:40:42.764 INFO O| Sep 04 23:40:42.764 INFO STEP 15 (remove_files) COMPLETE
98622026-09-04T23:40:43.799Z[ host-image] Sep 04 23:40:42.764 INFO O| Sep 04 23:40:42.764 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98632026-09-04T23:40:43.809Z[ host-image] Sep 04 23:40:42.777 INFO O| Sep 04 23:40:42.776 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
98642026-09-04T23:40:43.814Z[ recovery-image] Sep 04 23:40:42.781 INFO O| Sep 04 23:40:42.781 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
98652026-09-04T23:40:43.817Z[ host-image] Sep 04 23:40:42.783 INFO O| Sep 04 23:40:42.783 INFO STEP 16 (remove_files) COMPLETE
98662026-09-04T23:40:43.817Z[ host-image] Sep 04 23:40:42.783 INFO O| Sep 04 23:40:42.783 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98672026-09-04T23:40:43.826Z[ host-image] Sep 04 23:40:42.793 INFO O| Sep 04 23:40:42.793 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
98682026-09-04T23:40:43.830Z[ host-image] Sep 04 23:40:42.793 INFO O| Sep 04 23:40:42.793 INFO STEP 17 (remove_files) COMPLETE
98692026-09-04T23:40:43.830Z[ host-image] Sep 04 23:40:42.793 INFO O| Sep 04 23:40:42.793 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98702026-09-04T23:40:43.866Z[ host-image] Sep 04 23:40:42.832 INFO O| Sep 04 23:40:42.832 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
98712026-09-04T23:40:43.872Z[ host-image] Sep 04 23:40:42.834 INFO O| Sep 04 23:40:42.834 INFO STEP 18 (remove_files) COMPLETE
98722026-09-04T23:40:43.872Z[ host-image] Sep 04 23:40:42.834 INFO O| Sep 04 23:40:42.834 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98732026-09-04T23:40:43.881Z[ host-image] Sep 04 23:40:42.848 INFO O| Sep 04 23:40:42.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
98742026-09-04T23:40:43.942Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.850 INFO STEP 19 (remove_files) COMPLETE
98752026-09-04T23:40:43.942Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.850 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98762026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
98772026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.863 INFO STEP 20 (remove_files) COMPLETE
98782026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.863 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98792026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
98802026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.875 INFO STEP 21 (remove_files) COMPLETE
98812026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.875 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98822026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
98832026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.886 INFO STEP 22 (remove_files) COMPLETE
98842026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.886 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98852026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.896 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
98862026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.897 INFO STEP 23 (remove_files) COMPLETE
98872026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.897 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98882026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
98892026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.907 INFO STEP 24 (remove_files) COMPLETE
98902026-09-04T23:40:43.948Z[ host-image] Sep 04 23:40:42.909 INFO O| Sep 04 23:40:42.907 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98912026-09-04T23:40:43.954Z[ host-image] Sep 04 23:40:42.917 INFO O| Sep 04 23:40:42.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
98922026-09-04T23:40:43.954Z[ host-image] Sep 04 23:40:42.917 INFO O| Sep 04 23:40:42.917 INFO STEP 25 (remove_files) COMPLETE
98932026-09-04T23:40:43.954Z[ host-image] Sep 04 23:40:42.917 INFO O| Sep 04 23:40:42.917 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98942026-09-04T23:40:43.973Z[ host-image] Sep 04 23:40:42.936 INFO O| Sep 04 23:40:42.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
98952026-09-04T23:40:43.973Z[ host-image] Sep 04 23:40:42.936 INFO O| Sep 04 23:40:42.936 INFO STEP 26 (remove_files) COMPLETE
98962026-09-04T23:40:43.973Z[ host-image] Sep 04 23:40:42.936 INFO O| Sep 04 23:40:42.936 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98972026-09-04T23:40:43.992Z[ host-image] Sep 04 23:40:42.957 INFO O| Sep 04 23:40:42.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
98982026-09-04T23:40:43.992Z[ host-image] Sep 04 23:40:42.957 INFO O| Sep 04 23:40:42.957 INFO STEP 27 (remove_files) COMPLETE
98992026-09-04T23:40:43.992Z[ host-image] Sep 04 23:40:42.957 INFO O| Sep 04 23:40:42.957 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99002026-09-04T23:40:44.014Z[ host-image] Sep 04 23:40:42.981 INFO O| Sep 04 23:40:42.981 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
99012026-09-04T23:40:44.014Z[ host-image] Sep 04 23:40:42.981 INFO O| Sep 04 23:40:42.981 INFO STEP 28 (remove_files) COMPLETE
99022026-09-04T23:40:44.017Z[ host-image] Sep 04 23:40:42.981 INFO O| Sep 04 23:40:42.981 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99032026-09-04T23:40:44.050Z[ host-image] Sep 04 23:40:43.017 INFO O| Sep 04 23:40:43.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
99042026-09-04T23:40:44.050Z[ host-image] Sep 04 23:40:43.017 INFO O| Sep 04 23:40:43.017 INFO STEP 29 (remove_files) COMPLETE
99052026-09-04T23:40:44.050Z[ host-image] Sep 04 23:40:43.017 INFO O| Sep 04 23:40:43.017 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99062026-09-04T23:40:44.062Z[ host-image] Sep 04 23:40:43.029 INFO O| Sep 04 23:40:43.029 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
99072026-09-04T23:40:44.065Z[ host-image] Sep 04 23:40:43.029 INFO O| Sep 04 23:40:43.029 INFO STEP 30 (remove_files) COMPLETE
99082026-09-04T23:40:44.065Z[ host-image] Sep 04 23:40:43.029 INFO O| Sep 04 23:40:43.029 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99092026-09-04T23:40:44.080Z[ host-image] Sep 04 23:40:43.046 INFO O| Sep 04 23:40:43.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
99102026-09-04T23:40:44.080Z[ host-image] Sep 04 23:40:43.046 INFO O| Sep 04 23:40:43.046 INFO STEP 31 (remove_files) COMPLETE
99112026-09-04T23:40:44.080Z[ host-image] Sep 04 23:40:43.046 INFO O| Sep 04 23:40:43.046 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99122026-09-04T23:40:44.105Z[ host-image] Sep 04 23:40:43.068 INFO O| Sep 04 23:40:43.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
99132026-09-04T23:40:44.105Z[ host-image] Sep 04 23:40:43.068 INFO O| Sep 04 23:40:43.066 INFO STEP 32 (remove_files) COMPLETE
99142026-09-04T23:40:44.105Z[ host-image] Sep 04 23:40:43.068 INFO O| Sep 04 23:40:43.066 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99152026-09-04T23:40:44.112Z[ host-image] Sep 04 23:40:43.079 INFO O| Sep 04 23:40:43.079 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
99162026-09-04T23:40:44.112Z[ host-image] Sep 04 23:40:43.079 INFO O| Sep 04 23:40:43.079 INFO STEP 33 (remove_files) COMPLETE
99172026-09-04T23:40:44.112Z[ host-image] Sep 04 23:40:43.079 INFO O| Sep 04 23:40:43.079 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99182026-09-04T23:40:44.134Z[ host-image] Sep 04 23:40:43.100 INFO O| Sep 04 23:40:43.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
99192026-09-04T23:40:44.134Z[ host-image] Sep 04 23:40:43.100 INFO O| Sep 04 23:40:43.099 INFO STEP 34 (remove_files) COMPLETE
99202026-09-04T23:40:44.134Z[ host-image] Sep 04 23:40:43.100 INFO O| Sep 04 23:40:43.099 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99212026-09-04T23:40:44.148Z[ host-image] Sep 04 23:40:43.113 INFO O| Sep 04 23:40:43.112 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
99222026-09-04T23:40:44.148Z[ host-image] Sep 04 23:40:43.113 INFO O| Sep 04 23:40:43.113 INFO STEP 35 (remove_files) COMPLETE
99232026-09-04T23:40:44.148Z[ host-image] Sep 04 23:40:43.113 INFO O| Sep 04 23:40:43.113 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99242026-09-04T23:40:44.165Z[ host-image] Sep 04 23:40:43.130 INFO O| Sep 04 23:40:43.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
99252026-09-04T23:40:44.169Z[ host-image] Sep 04 23:40:43.130 INFO O| Sep 04 23:40:43.130 INFO STEP 36 (remove_files) COMPLETE
99262026-09-04T23:40:44.172Z[ host-image] Sep 04 23:40:43.130 INFO O| Sep 04 23:40:43.130 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99272026-09-04T23:40:44.175Z[ host-image] Sep 04 23:40:43.143 INFO O| Sep 04 23:40:43.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
99282026-09-04T23:40:44.175Z[ host-image] Sep 04 23:40:43.143 INFO O| Sep 04 23:40:43.143 INFO STEP 37 (remove_files) COMPLETE
99292026-09-04T23:40:44.176Z[ host-image] Sep 04 23:40:43.143 INFO O| Sep 04 23:40:43.143 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99302026-09-04T23:40:44.187Z[ host-image] Sep 04 23:40:43.154 INFO O| Sep 04 23:40:43.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
99312026-09-04T23:40:44.187Z[ host-image] Sep 04 23:40:43.154 INFO O| Sep 04 23:40:43.154 INFO STEP 38 (remove_files) COMPLETE
99322026-09-04T23:40:44.187Z[ host-image] Sep 04 23:40:43.154 INFO O| Sep 04 23:40:43.154 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99332026-09-04T23:40:44.200Z[ host-image] Sep 04 23:40:43.166 INFO O| Sep 04 23:40:43.166 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
99342026-09-04T23:40:44.200Z[ host-image] Sep 04 23:40:43.166 INFO O| Sep 04 23:40:43.166 INFO STEP 39 (remove_files) COMPLETE
99352026-09-04T23:40:44.203Z[ host-image] Sep 04 23:40:43.166 INFO O| Sep 04 23:40:43.166 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99362026-09-04T23:40:44.210Z[ host-image] Sep 04 23:40:43.178 INFO O| Sep 04 23:40:43.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
99372026-09-04T23:40:44.210Z[ host-image] Sep 04 23:40:43.178 INFO O| Sep 04 23:40:43.178 INFO STEP 40 (remove_files) COMPLETE
99382026-09-04T23:40:44.210Z[ host-image] Sep 04 23:40:43.178 INFO O| Sep 04 23:40:43.178 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99392026-09-04T23:40:44.222Z[ host-image] Sep 04 23:40:43.189 INFO O| Sep 04 23:40:43.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
99402026-09-04T23:40:44.222Z[ host-image] Sep 04 23:40:43.189 INFO O| Sep 04 23:40:43.189 INFO STEP 41 (remove_files) COMPLETE
99412026-09-04T23:40:44.225Z[ host-image] Sep 04 23:40:43.189 INFO O| Sep 04 23:40:43.189 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99422026-09-04T23:40:44.233Z[ host-image] Sep 04 23:40:43.200 INFO O| Sep 04 23:40:43.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
99432026-09-04T23:40:44.233Z[ host-image] Sep 04 23:40:43.200 INFO O| Sep 04 23:40:43.200 INFO STEP 42 (remove_files) COMPLETE
99442026-09-04T23:40:44.236Z[ host-image] Sep 04 23:40:43.200 INFO O| Sep 04 23:40:43.200 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99452026-09-04T23:40:44.243Z[ host-image] Sep 04 23:40:43.210 INFO O| Sep 04 23:40:43.210 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
99462026-09-04T23:40:44.243Z[ host-image] Sep 04 23:40:43.210 INFO O| Sep 04 23:40:43.210 INFO STEP 43 (remove_files) COMPLETE
99472026-09-04T23:40:44.247Z[ host-image] Sep 04 23:40:43.210 INFO O| Sep 04 23:40:43.210 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99482026-09-04T23:40:44.284Z[ host-image] Sep 04 23:40:43.221 INFO O| Sep 04 23:40:43.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
99492026-09-04T23:40:44.284Z[ host-image] Sep 04 23:40:43.221 INFO O| Sep 04 23:40:43.221 INFO STEP 44 (remove_files) COMPLETE
99502026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.221 INFO O| Sep 04 23:40:43.221 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99512026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.233 INFO O| Sep 04 23:40:43.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
99522026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.233 INFO O| Sep 04 23:40:43.233 INFO STEP 45 (remove_files) COMPLETE
99532026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.233 INFO O| Sep 04 23:40:43.233 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99542026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.245 INFO O| Sep 04 23:40:43.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
99552026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.245 INFO O| Sep 04 23:40:43.245 INFO STEP 46 (remove_files) COMPLETE
99562026-09-04T23:40:44.287Z[ host-image] Sep 04 23:40:43.245 INFO O| Sep 04 23:40:43.245 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99572026-09-04T23:40:44.291Z[ host-image] Sep 04 23:40:43.257 INFO O| Sep 04 23:40:43.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
99582026-09-04T23:40:44.291Z[ host-image] Sep 04 23:40:43.257 INFO O| Sep 04 23:40:43.257 INFO STEP 47 (remove_files) COMPLETE
99592026-09-04T23:40:44.291Z[ host-image] Sep 04 23:40:43.257 INFO O| Sep 04 23:40:43.257 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99602026-09-04T23:40:44.306Z[ host-image] Sep 04 23:40:43.273 INFO O| Sep 04 23:40:43.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
99612026-09-04T23:40:44.306Z[ host-image] Sep 04 23:40:43.273 INFO O| Sep 04 23:40:43.273 INFO STEP 48 (remove_files) COMPLETE
99622026-09-04T23:40:44.306Z[ host-image] Sep 04 23:40:43.273 INFO O| Sep 04 23:40:43.273 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99632026-09-04T23:40:44.319Z[ host-image] Sep 04 23:40:43.285 INFO O| Sep 04 23:40:43.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
99642026-09-04T23:40:44.319Z[ host-image] Sep 04 23:40:43.285 INFO O| Sep 04 23:40:43.285 INFO STEP 49 (remove_files) COMPLETE
99652026-09-04T23:40:44.319Z[ host-image] Sep 04 23:40:43.285 INFO O| Sep 04 23:40:43.285 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99662026-09-04T23:40:44.330Z[ host-image] Sep 04 23:40:43.297 INFO O| Sep 04 23:40:43.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
99672026-09-04T23:40:44.330Z[ host-image] Sep 04 23:40:43.297 INFO O| Sep 04 23:40:43.297 INFO STEP 50 (remove_files) COMPLETE
99682026-09-04T23:40:44.330Z[ host-image] Sep 04 23:40:43.297 INFO O| Sep 04 23:40:43.297 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99692026-09-04T23:40:44.342Z[ host-image] Sep 04 23:40:43.309 INFO O| Sep 04 23:40:43.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
99702026-09-04T23:40:44.342Z[ host-image] Sep 04 23:40:43.309 INFO O| Sep 04 23:40:43.309 INFO STEP 51 (remove_files) COMPLETE
99712026-09-04T23:40:44.342Z[ host-image] Sep 04 23:40:43.309 INFO O| Sep 04 23:40:43.309 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99722026-09-04T23:40:44.363Z[ host-image] Sep 04 23:40:43.330 INFO O| Sep 04 23:40:43.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
99732026-09-04T23:40:44.363Z[ host-image] Sep 04 23:40:43.330 INFO O| Sep 04 23:40:43.330 INFO STEP 52 (remove_files) COMPLETE
99742026-09-04T23:40:44.367Z[ host-image] Sep 04 23:40:43.330 INFO O| Sep 04 23:40:43.330 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99752026-09-04T23:40:44.374Z[ host-image] Sep 04 23:40:43.342 INFO O| Sep 04 23:40:43.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
99762026-09-04T23:40:44.374Z[ host-image] Sep 04 23:40:43.342 INFO O| Sep 04 23:40:43.342 INFO STEP 53 (remove_files) COMPLETE
99772026-09-04T23:40:44.378Z[ host-image] Sep 04 23:40:43.342 INFO O| Sep 04 23:40:43.342 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99782026-09-04T23:40:44.387Z[ host-image] Sep 04 23:40:43.352 INFO O| Sep 04 23:40:43.352 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
99792026-09-04T23:40:44.387Z[ host-image] Sep 04 23:40:43.352 INFO O| Sep 04 23:40:43.352 INFO STEP 54 (remove_files) COMPLETE
99802026-09-04T23:40:44.387Z[ host-image] Sep 04 23:40:43.352 INFO O| Sep 04 23:40:43.352 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99812026-09-04T23:40:44.404Z[ host-image] Sep 04 23:40:43.372 INFO O| Sep 04 23:40:43.371 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
99822026-09-04T23:40:44.404Z[ host-image] Sep 04 23:40:43.372 INFO O| Sep 04 23:40:43.372 INFO STEP 55 (remove_files) COMPLETE
99832026-09-04T23:40:44.404Z[ host-image] Sep 04 23:40:43.372 INFO O| Sep 04 23:40:43.372 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99842026-09-04T23:40:44.420Z[ host-image] Sep 04 23:40:43.384 INFO O| Sep 04 23:40:43.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
99852026-09-04T23:40:44.420Z[ host-image] Sep 04 23:40:43.385 INFO O| Sep 04 23:40:43.384 INFO STEP 56 (remove_files) COMPLETE
99862026-09-04T23:40:44.420Z[ host-image] Sep 04 23:40:43.385 INFO O| Sep 04 23:40:43.385 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99872026-09-04T23:40:44.429Z[ host-image] Sep 04 23:40:43.396 INFO O| Sep 04 23:40:43.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
99882026-09-04T23:40:44.429Z[ host-image] Sep 04 23:40:43.396 INFO O| Sep 04 23:40:43.396 INFO STEP 57 (remove_files) COMPLETE
99892026-09-04T23:40:44.433Z[ host-image] Sep 04 23:40:43.396 INFO O| Sep 04 23:40:43.396 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99902026-09-04T23:40:44.440Z[ host-image] Sep 04 23:40:43.406 INFO O| Sep 04 23:40:43.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
99912026-09-04T23:40:44.440Z[ host-image] Sep 04 23:40:43.406 INFO O| Sep 04 23:40:43.406 INFO STEP 58 (remove_files) COMPLETE
99922026-09-04T23:40:44.440Z[ host-image] Sep 04 23:40:43.406 INFO O| Sep 04 23:40:43.406 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
99932026-09-04T23:40:44.452Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
99942026-09-04T23:40:44.452Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
99952026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99962026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99972026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99982026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
99992026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO ok!
100002026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO STEP 59 (ensure_file) COMPLETE
100012026-09-04T23:40:44.455Z[ host-image] Sep 04 23:40:43.419 INFO O| Sep 04 23:40:43.419 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100022026-09-04T23:40:44.464Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
100032026-09-04T23:40:44.464Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
100042026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100052026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100062026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100072026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
100082026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO ok!
100092026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO STEP 60 (ensure_file) COMPLETE
100102026-09-04T23:40:44.467Z[ host-image] Sep 04 23:40:43.431 INFO O| Sep 04 23:40:43.431 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100112026-09-04T23:40:44.476Z[ host-image] Sep 04 23:40:43.443 INFO O| Sep 04 23:40:43.443 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
100122026-09-04T23:40:44.476Z[ host-image] Sep 04 23:40:43.443 INFO O| Sep 04 23:40:43.443 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
100132026-09-04T23:40:44.476Z[ host-image] Sep 04 23:40:43.443 INFO O| Sep 04 23:40:43.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
100142026-09-04T23:40:44.478Z[ host-image] Sep 04 23:40:43.443 INFO O| Sep 04 23:40:43.443 INFO ok!
100152026-09-04T23:40:44.478Z[ host-image] Sep 04 23:40:43.443 INFO O| Sep 04 23:40:43.443 INFO STEP 61 (ensure_file) COMPLETE
100162026-09-04T23:40:44.478Z[ host-image] Sep 04 23:40:43.443 INFO O| Sep 04 23:40:43.443 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100172026-09-04T23:40:44.487Z[ host-image] Sep 04 23:40:43.454 INFO O| Sep 04 23:40:43.454 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
100182026-09-04T23:40:44.487Z[ host-image] Sep 04 23:40:43.454 INFO O| Sep 04 23:40:43.454 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
100192026-09-04T23:40:44.487Z[ host-image] Sep 04 23:40:43.454 INFO O| Sep 04 23:40:43.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
100202026-09-04T23:40:44.490Z[ host-image] Sep 04 23:40:43.454 INFO O| Sep 04 23:40:43.454 INFO ok!
100212026-09-04T23:40:44.490Z[ host-image] Sep 04 23:40:43.454 INFO O| Sep 04 23:40:43.454 INFO STEP 62 (ensure_file) COMPLETE
100222026-09-04T23:40:44.490Z[ host-image] Sep 04 23:40:43.454 INFO O| Sep 04 23:40:43.454 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100232026-09-04T23:40:44.497Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
100242026-09-04T23:40:44.497Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
100252026-09-04T23:40:44.500Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100262026-09-04T23:40:44.500Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
100272026-09-04T23:40:44.500Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 INFO ok!
100282026-09-04T23:40:44.500Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 INFO STEP 63 (ensure_file) COMPLETE
100292026-09-04T23:40:44.500Z[ host-image] Sep 04 23:40:43.464 INFO O| Sep 04 23:40:43.464 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100302026-09-04T23:40:44.508Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/profile exists, with wrong contents, unlinking
100312026-09-04T23:40:44.508Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 INFO copying /work/oxidecomputer/helios/image/templates/files/profile -> /rpool/images/build/host/work/sled/ramdisk/etc/profile ...
100322026-09-04T23:40:44.508Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100332026-09-04T23:40:44.511Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/profile
100342026-09-04T23:40:44.511Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 INFO ok!
100352026-09-04T23:40:44.511Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 INFO STEP 64 (ensure_file) COMPLETE
100362026-09-04T23:40:44.511Z[ host-image] Sep 04 23:40:43.475 INFO O| Sep 04 23:40:43.475 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100372026-09-04T23:40:44.519Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.486 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
100382026-09-04T23:40:44.519Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.487 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
100392026-09-04T23:40:44.523Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100402026-09-04T23:40:44.523Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.487 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
100412026-09-04T23:40:44.523Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.487 INFO ok!
100422026-09-04T23:40:44.523Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.487 INFO STEP 65 (ensure_file) COMPLETE
100432026-09-04T23:40:44.523Z[ host-image] Sep 04 23:40:43.487 INFO O| Sep 04 23:40:43.487 INFO STEP 66: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100442026-09-04T23:40:44.534Z[ host-image] Sep 04 23:40:43.499 INFO O| Sep 04 23:40:43.499 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
100452026-09-04T23:40:44.534Z[ host-image] Sep 04 23:40:43.499 INFO O| Sep 04 23:40:43.499 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
100462026-09-04T23:40:44.534Z[ host-image] Sep 04 23:40:43.499 INFO O| Sep 04 23:40:43.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
100472026-09-04T23:40:44.534Z[ host-image] Sep 04 23:40:43.499 INFO O| Sep 04 23:40:43.499 INFO ok!
100482026-09-04T23:40:44.535Z[ host-image] Sep 04 23:40:43.499 INFO O| Sep 04 23:40:43.499 INFO STEP 66 (assemble_files) COMPLETE
100492026-09-04T23:40:44.535Z[ host-image] Sep 04 23:40:43.499 INFO O| Sep 04 23:40:43.499 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100502026-09-04T23:40:44.544Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
100512026-09-04T23:40:44.544Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
100522026-09-04T23:40:44.544Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100532026-09-04T23:40:44.544Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
100542026-09-04T23:40:44.548Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO ok!
100552026-09-04T23:40:44.548Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO STEP 67 (ensure_file) COMPLETE
100562026-09-04T23:40:44.548Z[ host-image] Sep 04 23:40:43.511 INFO O| Sep 04 23:40:43.511 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100572026-09-04T23:40:44.557Z[ host-image] Sep 04 23:40:43.524 INFO O| Sep 04 23:40:43.524 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100582026-09-04T23:40:44.557Z[ host-image] Sep 04 23:40:43.524 INFO O| Sep 04 23:40:43.524 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100592026-09-04T23:40:44.557Z[ host-image] Sep 04 23:40:43.524 INFO O| Sep 04 23:40:43.524 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
100602026-09-04T23:40:44.560Z[ host-image] Sep 04 23:40:43.524 INFO O| Sep 04 23:40:43.524 INFO STEP 68 (ensure_dir) COMPLETE
100612026-09-04T23:40:44.560Z[ host-image] Sep 04 23:40:43.524 INFO O| Sep 04 23:40:43.524 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100622026-09-04T23:40:44.572Z[ host-image] Sep 04 23:40:43.538 INFO O| Sep 04 23:40:43.538 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
100632026-09-04T23:40:44.572Z[ host-image] Sep 04 23:40:43.539 INFO O| Sep 04 23:40:43.538 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 ...
100642026-09-04T23:40:44.583Z[ host-image] Sep 04 23:40:43.547 INFO O| Sep 04 23:40:43.547 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
100652026-09-04T23:40:44.583Z[ host-image] Sep 04 23:40:43.547 INFO O| Sep 04 23:40:43.547 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
100662026-09-04T23:40:44.583Z[ host-image] Sep 04 23:40:43.547 INFO O| Sep 04 23:40:43.547 INFO ok!
100672026-09-04T23:40:44.583Z[ host-image] Sep 04 23:40:43.547 INFO O| Sep 04 23:40:43.547 INFO STEP 69 (ensure_file) COMPLETE
100682026-09-04T23:40:44.583Z[ host-image] Sep 04 23:40:43.547 INFO O| Sep 04 23:40:43.547 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100692026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.560 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
100702026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.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 ...
100712026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.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
100722026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.560 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
100732026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.560 INFO ok!
100742026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.560 INFO STEP 70 (ensure_file) COMPLETE
100752026-09-04T23:40:44.597Z[ host-image] Sep 04 23:40:43.560 INFO O| Sep 04 23:40:43.560 INFO STEP 71: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
100762026-09-04T23:40:44.610Z[ host-image] Sep 04 23:40:43.577 INFO O| Sep 04 23:40:43.577 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
100772026-09-04T23:40:44.610Z[ host-image] Sep 04 23:40:43.577 INFO O| Sep 04 23:40:43.577 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
100782026-09-04T23:40:44.785Z[ recovery-image] Sep 04 23:40:43.747 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
100792026-09-04T23:40:44.785Z[ recovery-image] Sep 04 23:40:43.747 INFO expanded image name: "recovery 00ee5f3/${os_short_commit} 2026-09-04 23:25" -> "recovery 00ee5f3/0e29ea8 2026-09-04 23:25"
100802026-09-04T23:40:44.788Z[ recovery-image] Sep 04 23:40:43.747 INFO output artefacts stored in: "/work/os-recovery"
100812026-09-04T23:40:44.789Z[ recovery-image] Sep 04 23:40:43.747 INFO collecting git info from project "chelsio-t6-roms"...
100822026-09-04T23:40:44.801Z[ recovery-image] Sep 04 23:40:43.768 INFO collecting git info from project "pilot"...
100832026-09-04T23:40:44.812Z[ recovery-image] Sep 04 23:40:43.778 INFO collecting git info from project "image-builder"...
100842026-09-04T23:40:44.835Z[ recovery-image] Sep 04 23:40:43.801 INFO collecting git info from project "dmar-report"...
100852026-09-04T23:40:44.846Z[ recovery-image] Sep 04 23:40:43.813 INFO collecting git info from project "bootserver"...
100862026-09-04T23:40:44.854Z[ recovery-image] Sep 04 23:40:43.821 INFO collecting git info from project "amd-host-image-builder"...
100872026-09-04T23:40:44.943Z[ recovery-image] Sep 04 23:40:43.885 INFO collecting git info from project "phbl"...
100882026-09-04T23:40:44.943Z[ recovery-image] Sep 04 23:40:43.894 INFO collecting git info from project "amd-firmware"...
100892026-09-04T23:40:45.069Z[ recovery-image] Sep 04 23:40:44.025 INFO collecting git info from project "pinprick"...
100902026-09-04T23:40:45.069Z[ recovery-image] Sep 04 23:40:44.033 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100912026-09-04T23:40:45.324Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
100922026-09-04T23:40:45.895Z[ recovery-image] Sep 04 23:40:44.862 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100932026-09-04T23:40:46.361Z[ recovery-image] Sep 04 23:40:45.328 INFO creating Oxide boot image...
100942026-09-04T23:40:46.361Z[ recovery-image] Sep 04 23:40:45.328 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 00ee5f3/0e29ea8 2026-09-04 23:25", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
100952026-09-04T23:40:46.459Z[ host-image] Sep 04 23:40:45.423 INFO O| Sep 04 23:40:45.423 INFO STEP 71 (pack_tar) COMPLETE
100962026-09-04T23:40:46.459Z[ host-image] Sep 04 23:40:45.423 INFO O| Sep 04 23:40:45.423 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
100972026-09-04T23:40:46.463Z[ host-image] Sep 04 23:40:45.423 INFO O| Sep 04 23:40:45.423 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
100982026-09-04T23:40:48.514Z[ host-image] Sep 04 23:40:47.481 INFO O| Sep 04 23:40:47.481 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
100992026-09-04T23:40:49.272Z[ host-image] Sep 04 23:40:48.239 INFO O| Sep 04 23:40:48.239 INFO completed processing sled/ramdisk-02-trim
101002026-09-04T23:40:49.276Z[ host-image] Sep 04 23:40:48.242 INFO image builder template: zfs...
101012026-09-04T23:40:49.276Z[ host-image] Sep 04 23:40:48.242 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/.tmppilCWr/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
101022026-09-04T23:40:49.288Z[ host-image] Sep 04 23:40:48.255 INFO O| Sep 04 23:40:48.255 INFO skip include "stress" because feature "stress" is not enabled
101032026-09-04T23:40:49.288Z[ host-image] Sep 04 23:40:48.255 INFO O| Sep 04 23:40:48.255 INFO skip include "stress" because feature "compliance" is not enabled
101042026-09-04T23:40:49.319Z[ host-image] Sep 04 23:40:48.286 INFO O| Sep 04 23:40:48.286 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
101052026-09-04T23:40:49.323Z[ host-image] Sep 04 23:40:48.290 INFO O| Sep 04 23:40:48.290 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
101062026-09-04T23:40:50.486Z[ host-image] Sep 04 23:40:49.453 INFO O| Sep 04 23:40:49.452 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
101072026-09-04T23:40:51.069Z[ host-image] Sep 04 23:40:50.030 INFO O| Sep 04 23:40:49.998 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
101082026-09-04T23:40:51.069Z[ host-image] Sep 04 23:40:50.030 INFO O| Sep 04 23:40:49.998 INFO work dataset: rpool/images/build/host/work/sled/zfs
101092026-09-04T23:40:51.073Z[ host-image] Sep 04 23:40:50.030 INFO O| Sep 04 23:40:50.001 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
101102026-09-04T23:40:51.329Z[ host-image] Sep 04 23:40:50.296 INFO O| Sep 04 23:40:50.295 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
101112026-09-04T23:40:51.481Z[ host-image] Sep 04 23:40:50.448 INFO O| Sep 04 23:40:50.448 INFO DESTROY POOL: TEMPORARY-sled-zfs
101122026-09-04T23:40:51.491Z[ host-image] Sep 04 23:40:50.458 INFO O| Sep 04 23:40:50.458 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
101132026-09-04T23:40:51.496Z[ host-image] Sep 04 23:40:50.463 INFO O| Sep 04 23:40:50.462 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
101142026-09-04T23:40:51.496Z[ host-image] Sep 04 23:40:50.463 INFO O| Sep 04 23:40:50.463 INFO no lofi found
101152026-09-04T23:40:51.499Z[ host-image] Sep 04 23:40:50.463 INFO O| Sep 04 23:40:50.463 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
101162026-09-04T23:40:51.499Z[ host-image] Sep 04 23:40:50.463 INFO O| Sep 04 23:40:50.463 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
101172026-09-04T23:40:53.036Z[ host-image] Sep 04 23:40:52.001 INFO O| Sep 04 23:40:52.001 INFO lofi device = /dev/dsk/c2t1d0p0
101182026-09-04T23:40:53.039Z[ host-image] Sep 04 23:40:52.001 INFO O| Sep 04 23:40:52.001 INFO pool device = /dev/dsk/c2t1d0p0
101192026-09-04T23:40:53.039Z[ host-image] Sep 04 23:40:52.001 INFO O| Sep 04 23:40:52.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"]
101202026-09-04T23:40:53.106Z[ host-image] Sep 04 23:40:52.073 INFO O| Sep 04 23:40:52.073 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101212026-09-04T23:40:53.106Z[ host-image] Sep 04 23:40:52.073 INFO O| Sep 04 23:40:52.073 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
101222026-09-04T23:40:53.125Z[ host-image] Sep 04 23:40:52.092 INFO O| Sep 04 23:40:52.092 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
101232026-09-04T23:40:53.207Z[ host-image] Sep 04 23:40:52.174 INFO O| Sep 04 23:40:52.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
101242026-09-04T23:40:53.235Z[ host-image] Sep 04 23:40:52.202 INFO O| Sep 04 23:40:52.202 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
101252026-09-04T23:40:53.248Z[ host-image] Sep 04 23:40:52.215 INFO O| Sep 04 23:40:52.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
101262026-09-04T23:40:53.257Z[ host-image] Sep 04 23:40:52.224 INFO O| Sep 04 23:40:52.224 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
101272026-09-04T23:40:53.291Z[ host-image] Sep 04 23:40:52.259 INFO O| Sep 04 23:40:52.259 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
101282026-09-04T23:40:53.292Z[ host-image] Sep 04 23:40:52.259 INFO O| Sep 04 23:40:52.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
101292026-09-04T23:40:53.292Z[ host-image] Sep 04 23:40:52.259 INFO O| Sep 04 23:40:52.259 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
101302026-09-04T23:40:53.301Z[ host-image] Sep 04 23:40:52.269 INFO O| Sep 04 23:40:52.269 INFO boot environment UUID: 66f5cad9-661f-4648-97b3-bf69e33df05f
101312026-09-04T23:40:53.305Z[ host-image] Sep 04 23:40:52.269 INFO O| Sep 04 23:40:52.269 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 66f5cad9-661f-4648-97b3-bf69e33df05f
101322026-09-04T23:40:53.310Z[ host-image] Sep 04 23:40:52.277 INFO O| Sep 04 23:40:52.277 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
101332026-09-04T23:40:53.319Z[ host-image] Sep 04 23:40:52.287 INFO O| Sep 04 23:40:52.286 INFO STEP 0 (create_be) COMPLETE
101342026-09-04T23:40:53.319Z[ host-image] Sep 04 23:40:52.287 INFO O| Sep 04 23:40:52.287 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101352026-09-04T23:40:53.330Z[ host-image] Sep 04 23:40:52.297 INFO O| Sep 04 23:40:52.297 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
101362026-09-04T23:40:53.501Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
101372026-09-04T23:41:02.852Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
101382026-09-04T23:41:03.296Z[ host-image] Sep 04 23:41:02.263 INFO O| Sep 04 23:41:02.263 INFO STEP 1 (unpack_tar) COMPLETE
101392026-09-04T23:41:03.296Z[ host-image] Sep 04 23:41:02.263 INFO O| Sep 04 23:41:02.263 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101402026-09-04T23:41:03.307Z[ host-image] Sep 04 23:41:02.274 INFO O| Sep 04 23:41:02.274 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
101412026-09-04T23:41:03.665Z[ host-image] Sep 04 23:41:02.632 INFO O| Sep 04 23:41:02.632 INFO STEP 2 (devfsadm) COMPLETE
101422026-09-04T23:41:03.665Z[ host-image] Sep 04 23:41:02.632 INFO O| Sep 04 23:41:02.632 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101432026-09-04T23:41:03.677Z[ host-image] Sep 04 23:41:02.644 INFO O| Sep 04 23:41:02.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101442026-09-04T23:41:03.677Z[ host-image] Sep 04 23:41:02.644 INFO O| Sep 04 23:41:02.644 INFO STEP 3 (ensure_dir) COMPLETE
101452026-09-04T23:41:03.677Z[ host-image] Sep 04 23:41:02.644 INFO O| Sep 04 23:41:02.644 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101462026-09-04T23:41:03.688Z[ host-image] Sep 04 23:41:02.655 INFO O| Sep 04 23:41:02.655 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101472026-09-04T23:41:03.688Z[ host-image] Sep 04 23:41:02.655 INFO O| Sep 04 23:41:02.655 INFO STEP 4 (ensure_dir) COMPLETE
101482026-09-04T23:41:03.691Z[ host-image] Sep 04 23:41:02.655 INFO O| Sep 04 23:41:02.655 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101492026-09-04T23:41:03.699Z[ host-image] Sep 04 23:41:02.666 INFO O| Sep 04 23:41:02.666 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101502026-09-04T23:41:03.699Z[ host-image] Sep 04 23:41:02.666 INFO O| Sep 04 23:41:02.666 INFO STEP 5 (ensure_dir) COMPLETE
101512026-09-04T23:41:03.702Z[ host-image] Sep 04 23:41:02.666 INFO O| Sep 04 23:41:02.666 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101522026-09-04T23:41:03.709Z[ host-image] Sep 04 23:41:02.676 INFO O| Sep 04 23:41:02.676 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101532026-09-04T23:41:03.709Z[ host-image] Sep 04 23:41:02.676 INFO O| Sep 04 23:41:02.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101542026-09-04T23:41:03.709Z[ host-image] Sep 04 23:41:02.676 INFO O| Sep 04 23:41:02.676 INFO STEP 6 (ensure_dir) COMPLETE
101552026-09-04T23:41:03.713Z[ host-image] Sep 04 23:41:02.676 INFO O| Sep 04 23:41:02.676 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101562026-09-04T23:41:03.719Z[ host-image] Sep 04 23:41:02.687 INFO O| Sep 04 23:41:02.686 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101572026-09-04T23:41:03.719Z[ host-image] Sep 04 23:41:02.687 INFO O| Sep 04 23:41:02.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101582026-09-04T23:41:03.719Z[ host-image] Sep 04 23:41:02.687 INFO O| Sep 04 23:41:02.687 INFO STEP 7 (ensure_dir) COMPLETE
101592026-09-04T23:41:03.723Z[ host-image] Sep 04 23:41:02.687 INFO O| Sep 04 23:41:02.687 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101602026-09-04T23:41:03.730Z[ host-image] Sep 04 23:41:02.698 INFO O| Sep 04 23:41:02.697 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
101612026-09-04T23:41:03.736Z[ host-image] Sep 04 23:41:02.698 INFO O| Sep 04 23:41:02.698 INFO STEP 8 (remove_files) COMPLETE
101622026-09-04T23:41:03.736Z[ host-image] Sep 04 23:41:02.698 INFO O| Sep 04 23:41:02.698 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101632026-09-04T23:41:03.741Z[ host-image] Sep 04 23:41:02.709 INFO O| Sep 04 23:41:02.708 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
101642026-09-04T23:41:03.745Z[ host-image] Sep 04 23:41:02.709 INFO O| Sep 04 23:41:02.709 INFO STEP 9 (remove_files) COMPLETE
101652026-09-04T23:41:03.745Z[ host-image] Sep 04 23:41:02.709 INFO O| Sep 04 23:41:02.709 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101662026-09-04T23:41:03.753Z[ host-image] Sep 04 23:41:02.720 INFO O| Sep 04 23:41:02.720 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
101672026-09-04T23:41:03.758Z[ host-image] Sep 04 23:41:02.721 INFO O| Sep 04 23:41:02.721 INFO STEP 10 (remove_files) COMPLETE
101682026-09-04T23:41:03.758Z[ host-image] Sep 04 23:41:02.721 INFO O| Sep 04 23:41:02.721 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101692026-09-04T23:41:03.766Z[ host-image] Sep 04 23:41:02.733 INFO O| Sep 04 23:41:02.733 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
101702026-09-04T23:41:03.766Z[ host-image] Sep 04 23:41:02.733 INFO O| Sep 04 23:41:02.733 INFO STEP 11 (remove_files) COMPLETE
101712026-09-04T23:41:03.766Z[ host-image] Sep 04 23:41:02.733 INFO O| Sep 04 23:41:02.733 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101722026-09-04T23:41:03.776Z[ host-image] Sep 04 23:41:02.743 INFO O| Sep 04 23:41:02.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
101732026-09-04T23:41:03.776Z[ host-image] Sep 04 23:41:02.743 INFO O| Sep 04 23:41:02.743 INFO STEP 12 (remove_files) COMPLETE
101742026-09-04T23:41:03.776Z[ host-image] Sep 04 23:41:02.744 INFO O| Sep 04 23:41:02.743 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101752026-09-04T23:41:03.786Z[ host-image] Sep 04 23:41:02.753 INFO O| Sep 04 23:41:02.753 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101762026-09-04T23:41:03.786Z[ host-image] Sep 04 23:41:02.754 INFO O| Sep 04 23:41:02.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
101772026-09-04T23:41:03.790Z[ host-image] Sep 04 23:41:02.754 INFO O| Sep 04 23:41:02.754 INFO STEP 13 (ensure_dir) COMPLETE
101782026-09-04T23:41:03.790Z[ host-image] Sep 04 23:41:02.754 INFO O| Sep 04 23:41:02.754 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101792026-09-04T23:41:03.798Z[ host-image] Sep 04 23:41:02.765 INFO O| Sep 04 23:41:02.765 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101802026-09-04T23:41:03.798Z[ host-image] Sep 04 23:41:02.765 INFO O| Sep 04 23:41:02.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101812026-09-04T23:41:03.798Z[ host-image] Sep 04 23:41:02.765 INFO O| Sep 04 23:41:02.765 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
101822026-09-04T23:41:03.801Z[ host-image] Sep 04 23:41:02.765 INFO O| Sep 04 23:41:02.765 INFO STEP 14 (ensure_dir) COMPLETE
101832026-09-04T23:41:03.801Z[ host-image] Sep 04 23:41:02.765 INFO O| Sep 04 23:41:02.765 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101842026-09-04T23:41:03.809Z[ host-image] Sep 04 23:41:02.776 INFO O| Sep 04 23:41:02.776 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101852026-09-04T23:41:03.809Z[ host-image] Sep 04 23:41:02.776 INFO O| Sep 04 23:41:02.776 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101862026-09-04T23:41:03.809Z[ host-image] Sep 04 23:41:02.776 INFO O| Sep 04 23:41:02.776 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
101872026-09-04T23:41:03.812Z[ host-image] Sep 04 23:41:02.776 INFO O| Sep 04 23:41:02.776 INFO STEP 15 (ensure_dir) COMPLETE
101882026-09-04T23:41:03.812Z[ host-image] Sep 04 23:41:02.776 INFO O| Sep 04 23:41:02.776 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101892026-09-04T23:41:03.819Z[ host-image] Sep 04 23:41:02.786 INFO O| Sep 04 23:41:02.786 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101902026-09-04T23:41:03.819Z[ host-image] Sep 04 23:41:02.786 INFO O| Sep 04 23:41:02.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
101912026-09-04T23:41:03.819Z[ host-image] Sep 04 23:41:02.786 INFO O| Sep 04 23:41:02.786 INFO STEP 16 (ensure_dir) COMPLETE
101922026-09-04T23:41:03.822Z[ host-image] Sep 04 23:41:02.786 INFO O| Sep 04 23:41:02.786 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101932026-09-04T23:41:03.833Z[ host-image] Sep 04 23:41:02.797 INFO O| Sep 04 23:41:02.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101942026-09-04T23:41:03.833Z[ host-image] Sep 04 23:41:02.797 INFO O| Sep 04 23:41:02.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
101952026-09-04T23:41:03.833Z[ host-image] Sep 04 23:41:02.797 INFO O| Sep 04 23:41:02.797 INFO STEP 17 (ensure_dir) COMPLETE
101962026-09-04T23:41:03.833Z[ host-image] Sep 04 23:41:02.797 INFO O| Sep 04 23:41:02.797 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
101972026-09-04T23:41:03.842Z[ host-image] Sep 04 23:41:02.809 INFO O| Sep 04 23:41:02.809 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
101982026-09-04T23:41:03.842Z[ host-image] Sep 04 23:41:02.809 INFO O| Sep 04 23:41:02.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
101992026-09-04T23:41:03.842Z[ host-image] Sep 04 23:41:02.809 INFO O| Sep 04 23:41:02.809 INFO ok!
102002026-09-04T23:41:03.845Z[ host-image] Sep 04 23:41:02.809 INFO O| Sep 04 23:41:02.809 INFO STEP 18 (ensure_symlink) COMPLETE
102012026-09-04T23:41:03.845Z[ host-image] Sep 04 23:41:02.809 INFO O| Sep 04 23:41:02.809 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
102022026-09-04T23:41:03.852Z[ host-image] Sep 04 23:41:02.819 INFO O| Sep 04 23:41:02.819 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
102032026-09-04T23:41:03.852Z[ host-image] Sep 04 23:41:02.819 INFO O| Sep 04 23:41:02.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
102042026-09-04T23:41:03.852Z[ host-image] Sep 04 23:41:02.819 INFO O| Sep 04 23:41:02.819 INFO ok!
102052026-09-04T23:41:03.855Z[ host-image] Sep 04 23:41:02.819 INFO O| Sep 04 23:41:02.819 INFO STEP 19 (ensure_file) COMPLETE
102062026-09-04T23:41:03.855Z[ host-image] Sep 04 23:41:02.819 INFO O| Sep 04 23:41:02.819 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102072026-09-04T23:41:03.863Z[ host-image] Sep 04 23:41:02.830 INFO O| Sep 04 23:41:02.830 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
102082026-09-04T23:41:03.863Z[ host-image] Sep 04 23:41:02.830 INFO O| Sep 04 23:41:02.830 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
102092026-09-04T23:41:03.863Z[ host-image] Sep 04 23:41:02.830 INFO O| Sep 04 23:41:02.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
102102026-09-04T23:41:03.866Z[ host-image] Sep 04 23:41:02.830 INFO O| Sep 04 23:41:02.830 INFO ok!
102112026-09-04T23:41:03.866Z[ host-image] Sep 04 23:41:02.830 INFO O| Sep 04 23:41:02.830 INFO STEP 20 (ensure_symlink) COMPLETE
102122026-09-04T23:41:03.866Z[ host-image] Sep 04 23:41:02.830 INFO O| Sep 04 23:41:02.830 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102132026-09-04T23:41:03.872Z[ host-image] Sep 04 23:41:02.840 INFO O| Sep 04 23:41:02.840 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
102142026-09-04T23:41:03.872Z[ host-image] Sep 04 23:41:02.840 INFO O| Sep 04 23:41:02.840 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
102152026-09-04T23:41:03.872Z[ host-image] Sep 04 23:41:02.840 INFO O| Sep 04 23:41:02.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
102162026-09-04T23:41:03.876Z[ host-image] Sep 04 23:41:02.840 INFO O| Sep 04 23:41:02.840 INFO ok!
102172026-09-04T23:41:03.876Z[ host-image] Sep 04 23:41:02.840 INFO O| Sep 04 23:41:02.840 INFO STEP 21 (ensure_symlink) COMPLETE
102182026-09-04T23:41:03.876Z[ host-image] Sep 04 23:41:02.840 INFO O| Sep 04 23:41:02.840 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102192026-09-04T23:41:03.882Z[ host-image] Sep 04 23:41:02.849 INFO O| Sep 04 23:41:02.849 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
102202026-09-04T23:41:03.882Z[ host-image] Sep 04 23:41:02.849 INFO O| Sep 04 23:41:02.849 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
102212026-09-04T23:41:03.882Z[ host-image] Sep 04 23:41:02.849 INFO O| Sep 04 23:41:02.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
102222026-09-04T23:41:03.885Z[ host-image] Sep 04 23:41:02.849 INFO O| Sep 04 23:41:02.849 INFO ok!
102232026-09-04T23:41:03.885Z[ host-image] Sep 04 23:41:02.849 INFO O| Sep 04 23:41:02.849 INFO STEP 22 (ensure_symlink) COMPLETE
102242026-09-04T23:41:03.885Z[ host-image] Sep 04 23:41:02.849 INFO O| Sep 04 23:41:02.849 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
102252026-09-04T23:41:03.892Z[ host-image] Sep 04 23:41:02.859 INFO O| Sep 04 23:41:02.859 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
102262026-09-04T23:41:03.892Z[ host-image] Sep 04 23:41:02.859 INFO O| Sep 04 23:41:02.859 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
102272026-09-04T23:41:03.895Z[ host-image] Sep 04 23:41:02.859 INFO O| Sep 04 23:41:02.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
102282026-09-04T23:41:03.895Z[ host-image] Sep 04 23:41:02.859 INFO O| Sep 04 23:41:02.859 INFO ok!
102292026-09-04T23:41:03.895Z[ host-image] Sep 04 23:41:02.859 INFO O| Sep 04 23:41:02.859 INFO STEP 23 (ensure_symlink) COMPLETE
102302026-09-04T23:41:03.895Z[ host-image] Sep 04 23:41:02.859 INFO O| Sep 04 23:41:02.859 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102312026-09-04T23:41:03.905Z[ host-image] Sep 04 23:41:02.872 INFO O| Sep 04 23:41:02.871 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
102322026-09-04T23:41:03.906Z[ host-image] Sep 04 23:41:02.872 INFO O| Sep 04 23:41:02.872 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-04T23:41:03.909Z[ host-image] Sep 04 23:41:02.872 INFO O| Sep 04 23:41:02.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
102342026-09-04T23:41:03.909Z[ host-image] Sep 04 23:41:02.872 INFO O| Sep 04 23:41:02.872 INFO ok!
102352026-09-04T23:41:03.909Z[ host-image] Sep 04 23:41:02.872 INFO O| Sep 04 23:41:02.872 INFO STEP 24 (ensure_file) COMPLETE
102362026-09-04T23:41:03.909Z[ host-image] Sep 04 23:41:02.872 INFO O| Sep 04 23:41:02.872 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
102372026-09-04T23:41:03.916Z[ host-image] Sep 04 23:41:02.883 INFO O| Sep 04 23:41:02.883 INFO updating shadow file
102382026-09-04T23:41:03.916Z[ host-image] Sep 04 23:41:02.883 INFO O| Sep 04 23:41:02.883 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102392026-09-04T23:41:03.919Z[ host-image] Sep 04 23:41:02.883 INFO O| Sep 04 23:41:02.883 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
102402026-09-04T23:41:03.921Z[ host-image] Sep 04 23:41:02.883 INFO O| Sep 04 23:41:02.883 INFO STEP 25 (shadow) COMPLETE
102412026-09-04T23:41:03.921Z[ host-image] Sep 04 23:41:02.883 INFO O| Sep 04 23:41:02.883 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102422026-09-04T23:41:03.927Z[ host-image] Sep 04 23:41:02.894 INFO O| Sep 04 23:41:02.894 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
102432026-09-04T23:41:03.927Z[ host-image] Sep 04 23:41:02.894 INFO O| Sep 04 23:41:02.894 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
102442026-09-04T23:41:03.930Z[ host-image] Sep 04 23:41:02.894 INFO O| Sep 04 23:41:02.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
102452026-09-04T23:41:03.930Z[ host-image] Sep 04 23:41:02.894 INFO O| Sep 04 23:41:02.894 INFO ok!
102462026-09-04T23:41:03.930Z[ host-image] Sep 04 23:41:02.894 INFO O| Sep 04 23:41:02.894 INFO STEP 26 (ensure_file) COMPLETE
102472026-09-04T23:41:03.930Z[ host-image] Sep 04 23:41:02.894 INFO O| Sep 04 23:41:02.894 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102482026-09-04T23:41:03.938Z[ host-image] Sep 04 23:41:02.905 INFO O| Sep 04 23:41:02.905 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
102492026-09-04T23:41:03.938Z[ host-image] Sep 04 23:41:02.905 INFO O| Sep 04 23:41:02.905 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
102502026-09-04T23:41:03.938Z[ host-image] Sep 04 23:41:02.905 INFO O| Sep 04 23:41:02.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
102512026-09-04T23:41:03.941Z[ host-image] Sep 04 23:41:02.905 INFO O| Sep 04 23:41:02.905 INFO ok!
102522026-09-04T23:41:03.941Z[ host-image] Sep 04 23:41:02.905 INFO O| Sep 04 23:41:02.905 INFO STEP 27 (ensure_file) COMPLETE
102532026-09-04T23:41:03.941Z[ host-image] Sep 04 23:41:02.905 INFO O| Sep 04 23:41:02.905 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102542026-09-04T23:41:03.950Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
102552026-09-04T23:41:03.950Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
102562026-09-04T23:41:03.950Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102572026-09-04T23:41:03.950Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
102582026-09-04T23:41:03.953Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 INFO ok!
102592026-09-04T23:41:03.953Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 INFO STEP 28 (ensure_file) COMPLETE
102602026-09-04T23:41:03.953Z[ host-image] Sep 04 23:41:02.917 INFO O| Sep 04 23:41:02.917 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102612026-09-04T23:41:03.960Z[ host-image] Sep 04 23:41:02.927 INFO O| Sep 04 23:41:02.927 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
102622026-09-04T23:41:03.960Z[ host-image] Sep 04 23:41:02.927 INFO O| Sep 04 23:41:02.927 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
102632026-09-04T23:41:03.960Z[ host-image] Sep 04 23:41:02.927 INFO O| Sep 04 23:41:02.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
102642026-09-04T23:41:03.964Z[ host-image] Sep 04 23:41:02.927 INFO O| Sep 04 23:41:02.927 INFO ok!
102652026-09-04T23:41:03.964Z[ host-image] Sep 04 23:41:02.927 INFO O| Sep 04 23:41:02.927 INFO STEP 29 (ensure_file) COMPLETE
102662026-09-04T23:41:03.964Z[ host-image] Sep 04 23:41:02.927 INFO O| Sep 04 23:41:02.927 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102672026-09-04T23:41:03.970Z[ host-image] Sep 04 23:41:02.938 INFO O| Sep 04 23:41:02.937 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102682026-09-04T23:41:03.970Z[ host-image] Sep 04 23:41:02.938 INFO O| Sep 04 23:41:02.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102692026-09-04T23:41:03.970Z[ host-image] Sep 04 23:41:02.938 INFO O| Sep 04 23:41:02.938 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
102702026-09-04T23:41:03.974Z[ host-image] Sep 04 23:41:02.938 INFO O| Sep 04 23:41:02.938 INFO STEP 30 (ensure_dir) COMPLETE
102712026-09-04T23:41:03.974Z[ host-image] Sep 04 23:41:02.938 INFO O| Sep 04 23:41:02.938 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102722026-09-04T23:41:03.980Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.947 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
102732026-09-04T23:41:03.980Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.948 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-04T23:41:03.984Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.948 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-04T23:41:03.984Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
102762026-09-04T23:41:03.984Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.948 INFO ok!
102772026-09-04T23:41:03.984Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.948 INFO STEP 31 (ensure_file) COMPLETE
102782026-09-04T23:41:03.984Z[ host-image] Sep 04 23:41:02.948 INFO O| Sep 04 23:41:02.948 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
102792026-09-04T23:41:03.991Z[ host-image] Sep 04 23:41:02.958 INFO O| Sep 04 23:41:02.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102802026-09-04T23:41:03.991Z[ host-image] Sep 04 23:41:02.958 INFO O| Sep 04 23:41:02.958 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-04T23:41:03.991Z[ host-image] Sep 04 23:41:02.958 INFO O| Sep 04 23:41:02.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
102822026-09-04T23:41:03.994Z[ host-image] Sep 04 23:41:02.958 INFO O| Sep 04 23:41:02.958 INFO STEP 32 (ensure_dir) COMPLETE
102832026-09-04T23:41:03.994Z[ host-image] Sep 04 23:41:02.958 INFO O| Sep 04 23:41:02.958 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
102842026-09-04T23:41:04.001Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
102852026-09-04T23:41:04.001Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 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-04T23:41:04.001Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 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-04T23:41:04.001Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
102882026-09-04T23:41:04.005Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 INFO ok!
102892026-09-04T23:41:04.005Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 INFO STEP 33 (ensure_file) COMPLETE
102902026-09-04T23:41:04.005Z[ host-image] Sep 04 23:41:02.968 INFO O| Sep 04 23:41:02.968 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102912026-09-04T23:41:04.010Z[ host-image] Sep 04 23:41:02.977 INFO O| Sep 04 23:41:02.977 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
102922026-09-04T23:41:04.010Z[ host-image] Sep 04 23:41:02.977 INFO O| Sep 04 23:41:02.977 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
102932026-09-04T23:41:04.010Z[ host-image] Sep 04 23:41:02.977 INFO O| Sep 04 23:41:02.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
102942026-09-04T23:41:04.010Z[ host-image] Sep 04 23:41:02.977 INFO O| Sep 04 23:41:02.977 INFO ok!
102952026-09-04T23:41:04.014Z[ host-image] Sep 04 23:41:02.977 INFO O| Sep 04 23:41:02.977 INFO STEP 34 (ensure_file) COMPLETE
102962026-09-04T23:41:04.014Z[ host-image] Sep 04 23:41:02.977 INFO O| Sep 04 23:41:02.977 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102972026-09-04T23:41:04.021Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
102982026-09-04T23:41:04.021Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
102992026-09-04T23:41:04.024Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103002026-09-04T23:41:04.024Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
103012026-09-04T23:41:04.024Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 INFO ok!
103022026-09-04T23:41:04.024Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 INFO STEP 35 (ensure_file) COMPLETE
103032026-09-04T23:41:04.024Z[ host-image] Sep 04 23:41:02.988 INFO O| Sep 04 23:41:02.988 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103042026-09-04T23:41:04.031Z[ host-image] Sep 04 23:41:02.998 INFO O| Sep 04 23:41:02.998 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
103052026-09-04T23:41:04.031Z[ host-image] Sep 04 23:41:02.998 INFO O| Sep 04 23:41:02.998 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
103062026-09-04T23:41:04.034Z[ host-image] Sep 04 23:41:02.998 INFO O| Sep 04 23:41:02.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
103072026-09-04T23:41:04.034Z[ host-image] Sep 04 23:41:02.998 INFO O| Sep 04 23:41:02.998 INFO ok!
103082026-09-04T23:41:04.034Z[ host-image] Sep 04 23:41:02.998 INFO O| Sep 04 23:41:02.998 INFO STEP 36 (ensure_file) COMPLETE
103092026-09-04T23:41:04.034Z[ host-image] Sep 04 23:41:02.998 INFO O| Sep 04 23:41:02.998 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103102026-09-04T23:41:04.041Z[ host-image] Sep 04 23:41:03.008 INFO O| Sep 04 23:41:03.008 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
103112026-09-04T23:41:04.041Z[ host-image] Sep 04 23:41:03.008 INFO O| Sep 04 23:41:03.008 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
103122026-09-04T23:41:04.044Z[ host-image] Sep 04 23:41:03.009 INFO O| Sep 04 23:41:03.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
103132026-09-04T23:41:04.045Z[ host-image] Sep 04 23:41:03.009 INFO O| Sep 04 23:41:03.009 INFO ok!
103142026-09-04T23:41:04.045Z[ host-image] Sep 04 23:41:03.009 INFO O| Sep 04 23:41:03.009 INFO STEP 37 (ensure_file) COMPLETE
103152026-09-04T23:41:04.045Z[ host-image] Sep 04 23:41:03.009 INFO O| Sep 04 23:41:03.009 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103162026-09-04T23:41:04.053Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
103172026-09-04T23:41:04.053Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
103182026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103192026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103202026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103212026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
103222026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO ok!
103232026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO STEP 38 (ensure_file) COMPLETE
103242026-09-04T23:41:04.056Z[ host-image] Sep 04 23:41:03.020 INFO O| Sep 04 23:41:03.020 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103252026-09-04T23:41:04.064Z[ host-image] Sep 04 23:41:03.032 INFO O| Sep 04 23:41:03.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103262026-09-04T23:41:04.065Z[ host-image] Sep 04 23:41:03.032 INFO O| Sep 04 23:41:03.032 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-04T23:41:04.068Z[ host-image] Sep 04 23:41:03.032 INFO O| Sep 04 23:41:03.032 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
103282026-09-04T23:41:04.068Z[ host-image] Sep 04 23:41:03.032 INFO O| Sep 04 23:41:03.032 INFO STEP 39 (ensure_dir) COMPLETE
103292026-09-04T23:41:04.068Z[ host-image] Sep 04 23:41:03.032 INFO O| Sep 04 23:41:03.032 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103302026-09-04T23:41:04.075Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 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-04T23:41:04.075Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 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-04T23:41:04.075Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 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-04T23:41:04.075Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 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-04T23:41:04.079Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 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-04T23:41:04.079Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 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-04T23:41:04.079Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 INFO ok!
103372026-09-04T23:41:04.079Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 INFO STEP 40 (ensure_file) COMPLETE
103382026-09-04T23:41:04.079Z[ host-image] Sep 04 23:41:03.042 INFO O| Sep 04 23:41:03.042 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103392026-09-04T23:41:04.086Z[ host-image] Sep 04 23:41:03.053 INFO O| Sep 04 23:41:03.053 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
103402026-09-04T23:41:04.086Z[ host-image] Sep 04 23:41:03.053 INFO O| Sep 04 23:41:03.053 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-04T23:41:04.086Z[ host-image] Sep 04 23:41:03.053 INFO O| Sep 04 23:41:03.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
103422026-09-04T23:41:04.089Z[ host-image] Sep 04 23:41:03.053 INFO O| Sep 04 23:41:03.053 INFO ok!
103432026-09-04T23:41:04.089Z[ host-image] Sep 04 23:41:03.053 INFO O| Sep 04 23:41:03.053 INFO STEP 41 (ensure_symlink) COMPLETE
103442026-09-04T23:41:04.090Z[ host-image] Sep 04 23:41:03.053 INFO O| Sep 04 23:41:03.053 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
103452026-09-04T23:41:04.097Z[ host-image] Sep 04 23:41:03.063 INFO O| Sep 04 23:41:03.063 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
103462026-09-04T23:41:04.097Z[ host-image] Sep 04 23:41:03.064 INFO O| Sep 04 23:41:03.063 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
103472026-09-04T23:41:04.097Z[ host-image] Sep 04 23:41:03.064 INFO O| Sep 04 23:41:03.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
103482026-09-04T23:41:04.097Z[ host-image] Sep 04 23:41:03.064 INFO O| Sep 04 23:41:03.064 INFO ok!
103492026-09-04T23:41:04.097Z[ host-image] Sep 04 23:41:03.064 INFO O| Sep 04 23:41:03.064 INFO STEP 42 (ensure_symlink) COMPLETE
103502026-09-04T23:41:04.098Z[ host-image] Sep 04 23:41:03.064 INFO O| Sep 04 23:41:03.064 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103512026-09-04T23:41:04.107Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
103522026-09-04T23:41:04.107Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
103532026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103542026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103552026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103562026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
103572026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO ok!
103582026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO STEP 43 (ensure_file) COMPLETE
103592026-09-04T23:41:04.111Z[ host-image] Sep 04 23:41:03.074 INFO O| Sep 04 23:41:03.074 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103602026-09-04T23:41:04.118Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
103612026-09-04T23:41:04.118Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 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-04T23:41:04.118Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 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-04T23:41:04.118Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
103642026-09-04T23:41:04.118Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 INFO ok!
103652026-09-04T23:41:04.122Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 INFO STEP 44 (ensure_file) COMPLETE
103662026-09-04T23:41:04.122Z[ host-image] Sep 04 23:41:03.085 INFO O| Sep 04 23:41:03.085 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103672026-09-04T23:41:04.128Z[ host-image] Sep 04 23:41:03.095 INFO O| Sep 04 23:41:03.095 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
103682026-09-04T23:41:04.128Z[ host-image] Sep 04 23:41:03.095 INFO O| Sep 04 23:41:03.095 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-04T23:41:04.128Z[ host-image] Sep 04 23:41:03.095 INFO O| Sep 04 23:41:03.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
103702026-09-04T23:41:04.131Z[ host-image] Sep 04 23:41:03.095 INFO O| Sep 04 23:41:03.095 INFO ok!
103712026-09-04T23:41:04.131Z[ host-image] Sep 04 23:41:03.095 INFO O| Sep 04 23:41:03.095 INFO STEP 45 (ensure_file) COMPLETE
103722026-09-04T23:41:04.131Z[ host-image] Sep 04 23:41:03.095 INFO O| Sep 04 23:41:03.095 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103732026-09-04T23:41:04.139Z[ host-image] Sep 04 23:41:03.106 INFO O| Sep 04 23:41:03.106 INFO updating shadow file
103742026-09-04T23:41:04.139Z[ host-image] Sep 04 23:41:03.106 INFO O| Sep 04 23:41:03.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
103752026-09-04T23:41:04.142Z[ host-image] Sep 04 23:41:03.106 INFO O| Sep 04 23:41:03.106 INFO STEP 46 (shadow) COMPLETE
103762026-09-04T23:41:04.142Z[ host-image] Sep 04 23:41:03.107 INFO O| Sep 04 23:41:03.106 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
103772026-09-04T23:41:04.149Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
103782026-09-04T23:41:04.149Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
103792026-09-04T23:41:04.150Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103802026-09-04T23:41:04.150Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
103812026-09-04T23:41:04.150Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO ok!
103822026-09-04T23:41:04.153Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO STEP 47 (ensure_file) COMPLETE
103832026-09-04T23:41:04.153Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103842026-09-04T23:41:04.153Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO skip step because feature "mfg" is not enabled
103852026-09-04T23:41:04.153Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103862026-09-04T23:41:04.153Z[ host-image] Sep 04 23:41:03.116 INFO O| Sep 04 23:41:03.116 INFO skip step because feature "mfg" is not enabled
103872026-09-04T23:41:04.153Z[ host-image] Sep 04 23:41:03.117 INFO O| Sep 04 23:41:03.116 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103882026-09-04T23:41:04.160Z[ host-image] Sep 04 23:41:03.127 INFO O| Sep 04 23:41:03.127 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
103892026-09-04T23:41:04.160Z[ host-image] Sep 04 23:41:03.127 INFO O| Sep 04 23:41:03.127 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
103902026-09-04T23:41:04.184Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103912026-09-04T23:41:04.184Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
103922026-09-04T23:41:04.187Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO ok!
103932026-09-04T23:41:04.187Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO STEP 50 (ensure_file) COMPLETE
103942026-09-04T23:41:04.187Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103952026-09-04T23:41:04.187Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO skip step because feature "compliance" is not enabled
103962026-09-04T23:41:04.187Z[ host-image] Sep 04 23:41:03.151 INFO O| Sep 04 23:41:03.151 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
103972026-09-04T23:41:04.193Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
103982026-09-04T23:41:04.193Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 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-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104002026-09-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104012026-09-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 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-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
104032026-09-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO ok!
104042026-09-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO STEP 52 (ensure_file) COMPLETE
104052026-09-04T23:41:04.196Z[ host-image] Sep 04 23:41:03.160 INFO O| Sep 04 23:41:03.160 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104062026-09-04T23:41:04.204Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
104072026-09-04T23:41:04.204Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 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-04T23:41:04.207Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 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-04T23:41:04.207Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
104102026-09-04T23:41:04.207Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 INFO ok!
104112026-09-04T23:41:04.207Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 INFO STEP 53 (ensure_file) COMPLETE
104122026-09-04T23:41:04.207Z[ host-image] Sep 04 23:41:03.171 INFO O| Sep 04 23:41:03.171 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104132026-09-04T23:41:04.215Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
104142026-09-04T23:41:04.215Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 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-04T23:41:04.215Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 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-04T23:41:04.215Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
104172026-09-04T23:41:04.215Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 INFO ok!
104182026-09-04T23:41:04.218Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 INFO STEP 54 (ensure_file) COMPLETE
104192026-09-04T23:41:04.218Z[ host-image] Sep 04 23:41:03.182 INFO O| Sep 04 23:41:03.182 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104202026-09-04T23:41:04.224Z[ host-image] Sep 04 23:41:03.191 INFO O| Sep 04 23:41:03.191 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
104212026-09-04T23:41:04.227Z[ host-image] Sep 04 23:41:03.192 INFO O| Sep 04 23:41:03.191 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-04T23:41:04.227Z[ host-image] Sep 04 23:41:03.192 INFO O| Sep 04 23:41:03.192 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-04T23:41:04.227Z[ host-image] Sep 04 23:41:03.192 INFO O| Sep 04 23:41:03.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
104242026-09-04T23:41:04.227Z[ host-image] Sep 04 23:41:03.192 INFO O| Sep 04 23:41:03.192 INFO ok!
104252026-09-04T23:41:04.227Z[ host-image] Sep 04 23:41:03.192 INFO O| Sep 04 23:41:03.192 INFO STEP 55 (ensure_file) COMPLETE
104262026-09-04T23:41:04.227Z[ host-image] Sep 04 23:41:03.192 INFO O| Sep 04 23:41:03.192 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104272026-09-04T23:41:04.232Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
104282026-09-04T23:41:04.236Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 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-04T23:41:04.236Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 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-04T23:41:04.236Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
104312026-09-04T23:41:04.236Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 INFO ok!
104322026-09-04T23:41:04.236Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 INFO STEP 56 (ensure_file) COMPLETE
104332026-09-04T23:41:04.236Z[ host-image] Sep 04 23:41:03.200 INFO O| Sep 04 23:41:03.200 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104342026-09-04T23:41:04.242Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
104352026-09-04T23:41:04.242Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 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-04T23:41:04.242Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 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-04T23:41:04.246Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
104382026-09-04T23:41:04.246Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 INFO ok!
104392026-09-04T23:41:04.246Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 INFO STEP 57 (ensure_file) COMPLETE
104402026-09-04T23:41:04.246Z[ host-image] Sep 04 23:41:03.209 INFO O| Sep 04 23:41:03.209 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104412026-09-04T23:41:04.252Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
104422026-09-04T23:41:04.252Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 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-04T23:41:04.252Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104442026-09-04T23:41:04.256Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104452026-09-04T23:41:04.256Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 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-04T23:41:04.256Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
104472026-09-04T23:41:04.256Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO ok!
104482026-09-04T23:41:04.256Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO STEP 58 (ensure_file) COMPLETE
104492026-09-04T23:41:04.256Z[ host-image] Sep 04 23:41:03.219 INFO O| Sep 04 23:41:03.219 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104502026-09-04T23:41:04.263Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
104512026-09-04T23:41:04.263Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 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-04T23:41:04.266Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104532026-09-04T23:41:04.266Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
104542026-09-04T23:41:04.266Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 INFO ok!
104552026-09-04T23:41:04.266Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 INFO STEP 59 (ensure_file) COMPLETE
104562026-09-04T23:41:04.266Z[ host-image] Sep 04 23:41:03.230 INFO O| Sep 04 23:41:03.230 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104572026-09-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
104582026-09-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 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-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 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-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
104612026-09-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 INFO ok!
104622026-09-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 INFO STEP 60 (ensure_file) COMPLETE
104632026-09-04T23:41:04.273Z[ host-image] Sep 04 23:41:03.240 INFO O| Sep 04 23:41:03.240 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104642026-09-04T23:41:04.283Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.249 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
104652026-09-04T23:41:04.283Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.250 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-04T23:41:04.283Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.250 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-04T23:41:04.286Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.250 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
104682026-09-04T23:41:04.286Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.250 INFO ok!
104692026-09-04T23:41:04.286Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.250 INFO STEP 61 (ensure_file) COMPLETE
104702026-09-04T23:41:04.286Z[ host-image] Sep 04 23:41:03.250 INFO O| Sep 04 23:41:03.250 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104712026-09-04T23:41:04.293Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
104722026-09-04T23:41:04.293Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 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-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104742026-09-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104752026-09-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 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-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
104772026-09-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO ok!
104782026-09-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO STEP 62 (ensure_file) COMPLETE
104792026-09-04T23:41:04.296Z[ host-image] Sep 04 23:41:03.260 INFO O| Sep 04 23:41:03.260 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104802026-09-04T23:41:04.302Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
104812026-09-04T23:41:04.302Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 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-04T23:41:04.305Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 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-04T23:41:04.305Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
104842026-09-04T23:41:04.305Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 INFO ok!
104852026-09-04T23:41:04.305Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 INFO STEP 63 (ensure_file) COMPLETE
104862026-09-04T23:41:04.305Z[ host-image] Sep 04 23:41:03.269 INFO O| Sep 04 23:41:03.269 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104872026-09-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
104882026-09-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 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-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104902026-09-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
104912026-09-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 INFO ok!
104922026-09-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 INFO STEP 64 (ensure_file) COMPLETE
104932026-09-04T23:41:04.313Z[ host-image] Sep 04 23:41:03.280 INFO O| Sep 04 23:41:03.280 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
104942026-09-04T23:41:04.323Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
104952026-09-04T23:41:04.323Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 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-04T23:41:04.323Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 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-04T23:41:04.326Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
104982026-09-04T23:41:04.326Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO ok!
104992026-09-04T23:41:04.326Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO STEP 65 (ensure_file) COMPLETE
105002026-09-04T23:41:04.326Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105012026-09-04T23:41:04.326Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO skip step because feature "mbist" is not enabled
105022026-09-04T23:41:04.326Z[ host-image] Sep 04 23:41:03.290 INFO O| Sep 04 23:41:03.290 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-09-04T23:41:04.334Z[ host-image] Sep 04 23:41:03.301 INFO O| Sep 04 23:41:03.301 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
105042026-09-04T23:41:04.334Z[ host-image] Sep 04 23:41:03.301 INFO O| Sep 04 23:41:03.301 INFO STEP 67 (ensure_dir) COMPLETE
105052026-09-04T23:41:04.334Z[ host-image] Sep 04 23:41:03.301 INFO O| Sep 04 23:41:03.301 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-09-04T23:41:04.344Z[ host-image] Sep 04 23:41:03.311 INFO O| Sep 04 23:41:03.311 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105072026-09-04T23:41:04.344Z[ host-image] Sep 04 23:41:03.311 INFO O| Sep 04 23:41:03.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
105082026-09-04T23:41:04.344Z[ host-image] Sep 04 23:41:03.311 INFO O| Sep 04 23:41:03.311 INFO STEP 68 (ensure_dir) COMPLETE
105092026-09-04T23:41:04.348Z[ host-image] Sep 04 23:41:03.311 INFO O| Sep 04 23:41:03.311 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-09-04T23:41:04.355Z[ host-image] Sep 04 23:41:03.322 INFO O| Sep 04 23:41:03.322 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105112026-09-04T23:41:04.355Z[ host-image] Sep 04 23:41:03.322 INFO O| Sep 04 23:41:03.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
105122026-09-04T23:41:04.358Z[ host-image] Sep 04 23:41:03.322 INFO O| Sep 04 23:41:03.322 INFO STEP 69 (ensure_dir) COMPLETE
105132026-09-04T23:41:04.358Z[ host-image] Sep 04 23:41:03.322 INFO O| Sep 04 23:41:03.322 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-09-04T23:41:04.365Z[ host-image] Sep 04 23:41:03.332 INFO O| Sep 04 23:41:03.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
105152026-09-04T23:41:04.365Z[ host-image] Sep 04 23:41:03.332 INFO O| Sep 04 23:41:03.332 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
105162026-09-04T23:41:04.793Z[ host-image] Sep 04 23:41:03.760 INFO O| Sep 04 23:41:03.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
105172026-09-04T23:41:04.793Z[ host-image] Sep 04 23:41:03.760 INFO O| Sep 04 23:41:03.760 INFO ok!
105182026-09-04T23:41:04.793Z[ host-image] Sep 04 23:41:03.760 INFO O| Sep 04 23:41:03.760 INFO STEP 70 (ensure_file) COMPLETE
105192026-09-04T23:41:04.797Z[ host-image] Sep 04 23:41:03.760 INFO O| Sep 04 23:41:03.760 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-09-04T23:41:04.804Z[ host-image] Sep 04 23:41:03.771 INFO O| Sep 04 23:41:03.771 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
105212026-09-04T23:41:04.804Z[ host-image] Sep 04 23:41:03.771 INFO O| Sep 04 23:41:03.771 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
105222026-09-04T23:41:05.687Z[ host-image] Sep 04 23:41:04.654 INFO O| Sep 04 23:41:04.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
105232026-09-04T23:41:05.687Z[ host-image] Sep 04 23:41:04.654 INFO O| Sep 04 23:41:04.654 INFO ok!
105242026-09-04T23:41:05.687Z[ host-image] Sep 04 23:41:04.654 INFO O| Sep 04 23:41:04.654 INFO STEP 71 (ensure_file) COMPLETE
105252026-09-04T23:41:05.687Z[ host-image] Sep 04 23:41:04.654 INFO O| Sep 04 23:41:04.654 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-09-04T23:41:05.699Z[ host-image] Sep 04 23:41:04.666 INFO O| Sep 04 23:41:04.666 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105272026-09-04T23:41:05.699Z[ host-image] Sep 04 23:41:04.666 INFO O| Sep 04 23:41:04.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
105282026-09-04T23:41:05.702Z[ host-image] Sep 04 23:41:04.666 INFO O| Sep 04 23:41:04.666 INFO STEP 72 (ensure_dir) COMPLETE
105292026-09-04T23:41:05.702Z[ host-image] Sep 04 23:41:04.666 INFO O| Sep 04 23:41:04.666 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-09-04T23:41:05.710Z[ host-image] Sep 04 23:41:04.677 INFO O| Sep 04 23:41:04.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
105312026-09-04T23:41:05.710Z[ host-image] Sep 04 23:41:04.677 INFO O| Sep 04 23:41:04.677 INFO copying /tmp/.tmppilCWr/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-04T23:41:05.710Z[ host-image] Sep 04 23:41:04.677 INFO O| Sep 04 23:41:04.677 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-04T23:41:05.710Z[ host-image] Sep 04 23:41:04.677 INFO O| Sep 04 23:41:04.677 INFO ok!
105342026-09-04T23:41:05.714Z[ host-image] Sep 04 23:41:04.677 INFO O| Sep 04 23:41:04.677 INFO STEP 73 (ensure_file) COMPLETE
105352026-09-04T23:41:05.714Z[ host-image] Sep 04 23:41:04.677 INFO O| Sep 04 23:41:04.677 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-09-04T23:41:05.719Z[ host-image] Sep 04 23:41:04.686 INFO O| Sep 04 23:41:04.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
105372026-09-04T23:41:05.723Z[ host-image] Sep 04 23:41:04.686 INFO O| Sep 04 23:41:04.686 INFO copying /tmp/.tmppilCWr/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-04T23:41:05.723Z[ host-image] Sep 04 23:41:04.686 INFO O| Sep 04 23:41:04.686 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-04T23:41:05.723Z[ host-image] Sep 04 23:41:04.686 INFO O| Sep 04 23:41:04.686 INFO ok!
105402026-09-04T23:41:05.723Z[ host-image] Sep 04 23:41:04.686 INFO O| Sep 04 23:41:04.686 INFO STEP 74 (ensure_file) COMPLETE
105412026-09-04T23:41:05.723Z[ host-image] Sep 04 23:41:04.686 INFO O| Sep 04 23:41:04.686 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-09-04T23:41:05.729Z[ host-image] Sep 04 23:41:04.695 INFO O| Sep 04 23:41:04.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105432026-09-04T23:41:05.734Z[ host-image] Sep 04 23:41:04.695 INFO O| Sep 04 23:41:04.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
105442026-09-04T23:41:05.734Z[ host-image] Sep 04 23:41:04.695 INFO O| Sep 04 23:41:04.695 INFO STEP 75 (ensure_dir) COMPLETE
105452026-09-04T23:41:05.734Z[ host-image] Sep 04 23:41:04.695 INFO O| Sep 04 23:41:04.695 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-09-04T23:41:05.738Z[ host-image] Sep 04 23:41:04.704 INFO O| Sep 04 23:41:04.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
105472026-09-04T23:41:05.738Z[ host-image] Sep 04 23:41:04.704 INFO O| Sep 04 23:41:04.704 INFO copying /tmp/.tmppilCWr/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-04T23:41:05.738Z[ host-image] Sep 04 23:41:04.704 INFO O| Sep 04 23:41:04.704 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-04T23:41:05.739Z[ host-image] Sep 04 23:41:04.704 INFO O| Sep 04 23:41:04.704 INFO ok!
105502026-09-04T23:41:05.743Z[ host-image] Sep 04 23:41:04.704 INFO O| Sep 04 23:41:04.704 INFO STEP 76 (ensure_file) COMPLETE
105512026-09-04T23:41:05.743Z[ host-image] Sep 04 23:41:04.705 INFO O| Sep 04 23:41:04.704 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-09-04T23:41:05.749Z[ host-image] Sep 04 23:41:04.714 INFO O| Sep 04 23:41:04.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
105532026-09-04T23:41:05.749Z[ host-image] Sep 04 23:41:04.715 INFO O| Sep 04 23:41:04.714 INFO copying /tmp/.tmppilCWr/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-04T23:41:05.749Z[ host-image] Sep 04 23:41:04.715 INFO O| Sep 04 23:41:04.715 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-04T23:41:05.749Z[ host-image] Sep 04 23:41:04.715 INFO O| Sep 04 23:41:04.715 INFO ok!
105562026-09-04T23:41:05.749Z[ host-image] Sep 04 23:41:04.715 INFO O| Sep 04 23:41:04.715 INFO STEP 77 (ensure_file) COMPLETE
105572026-09-04T23:41:05.755Z[ host-image] Sep 04 23:41:04.715 INFO O| Sep 04 23:41:04.715 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-09-04T23:41:05.759Z[ host-image] Sep 04 23:41:04.725 INFO O| Sep 04 23:41:04.725 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105592026-09-04T23:41:05.759Z[ host-image] Sep 04 23:41:04.725 INFO O| Sep 04 23:41:04.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
105602026-09-04T23:41:05.759Z[ host-image] Sep 04 23:41:04.725 INFO O| Sep 04 23:41:04.725 INFO STEP 78 (ensure_dir) COMPLETE
105612026-09-04T23:41:05.759Z[ host-image] Sep 04 23:41:04.725 INFO O| Sep 04 23:41:04.725 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-09-04T23:41:05.768Z[ host-image] Sep 04 23:41:04.735 INFO O| Sep 04 23:41:04.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
105632026-09-04T23:41:05.769Z[ host-image] Sep 04 23:41:04.735 INFO O| Sep 04 23:41:04.735 INFO copying /tmp/.tmppilCWr/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-04T23:41:05.772Z[ host-image] Sep 04 23:41:04.735 INFO O| Sep 04 23:41:04.735 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-04T23:41:05.772Z[ host-image] Sep 04 23:41:04.735 INFO O| Sep 04 23:41:04.735 INFO ok!
105662026-09-04T23:41:05.772Z[ host-image] Sep 04 23:41:04.735 INFO O| Sep 04 23:41:04.735 INFO STEP 79 (ensure_file) COMPLETE
105672026-09-04T23:41:05.772Z[ host-image] Sep 04 23:41:04.735 INFO O| Sep 04 23:41:04.735 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-09-04T23:41:05.777Z[ host-image] Sep 04 23:41:04.744 INFO O| Sep 04 23:41:04.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
105692026-09-04T23:41:05.777Z[ host-image] Sep 04 23:41:04.744 INFO O| Sep 04 23:41:04.744 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
105702026-09-04T23:41:05.780Z[ host-image] Sep 04 23:41:04.744 INFO O| Sep 04 23:41:04.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
105712026-09-04T23:41:05.780Z[ host-image] Sep 04 23:41:04.744 INFO O| Sep 04 23:41:04.744 INFO ok!
105722026-09-04T23:41:05.780Z[ host-image] Sep 04 23:41:04.744 INFO O| Sep 04 23:41:04.744 INFO STEP 80 (ensure_file) COMPLETE
105732026-09-04T23:41:05.780Z[ host-image] Sep 04 23:41:04.744 INFO O| Sep 04 23:41:04.744 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105742026-09-04T23:41:05.786Z[ host-image] Sep 04 23:41:04.753 INFO O| Sep 04 23:41:04.753 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105752026-09-04T23:41:05.790Z[ host-image] Sep 04 23:41:04.753 INFO O| Sep 04 23:41:04.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
105762026-09-04T23:41:05.790Z[ host-image] Sep 04 23:41:04.753 INFO O| Sep 04 23:41:04.753 INFO STEP 81 (ensure_dir) COMPLETE
105772026-09-04T23:41:05.790Z[ host-image] Sep 04 23:41:04.753 INFO O| Sep 04 23:41:04.753 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-09-04T23:41:05.794Z[ host-image] Sep 04 23:41:04.761 INFO O| Sep 04 23:41:04.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
105792026-09-04T23:41:05.797Z[ host-image] Sep 04 23:41:04.761 INFO O| Sep 04 23:41:04.761 INFO copying /tmp/.tmppilCWr/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-04T23:41:06.166Z[ host-image] Sep 04 23:41:05.133 INFO O| Sep 04 23:41:05.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
105812026-09-04T23:41:06.166Z[ host-image] Sep 04 23:41:05.133 INFO O| Sep 04 23:41:05.133 INFO ok!
105822026-09-04T23:41:06.170Z[ host-image] Sep 04 23:41:05.133 INFO O| Sep 04 23:41:05.133 INFO STEP 82 (ensure_file) COMPLETE
105832026-09-04T23:41:06.170Z[ host-image] Sep 04 23:41:05.133 INFO O| Sep 04 23:41:05.133 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-09-04T23:41:06.177Z[ host-image] Sep 04 23:41:05.144 INFO O| Sep 04 23:41:05.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
105852026-09-04T23:41:06.177Z[ host-image] Sep 04 23:41:05.144 INFO O| Sep 04 23:41:05.144 INFO copying /tmp/.tmppilCWr/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-04T23:41:06.180Z[ host-image] Sep 04 23:41:05.146 INFO O| Sep 04 23:41:05.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
105872026-09-04T23:41:06.180Z[ host-image] Sep 04 23:41:05.146 INFO O| Sep 04 23:41:05.146 INFO ok!
105882026-09-04T23:41:06.180Z[ host-image] Sep 04 23:41:05.146 INFO O| Sep 04 23:41:05.146 INFO STEP 83 (ensure_file) COMPLETE
105892026-09-04T23:41:06.180Z[ host-image] Sep 04 23:41:05.146 INFO O| Sep 04 23:41:05.146 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-09-04T23:41:06.188Z[ host-image] Sep 04 23:41:05.155 INFO O| Sep 04 23:41:05.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
105912026-09-04T23:41:06.188Z[ host-image] Sep 04 23:41:05.155 INFO O| Sep 04 23:41:05.155 INFO copying /tmp/.tmppilCWr/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-04T23:41:07.239Z[ host-image] Sep 04 23:41:06.206 INFO O| Sep 04 23:41:06.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
105932026-09-04T23:41:07.239Z[ host-image] Sep 04 23:41:06.206 INFO O| Sep 04 23:41:06.206 INFO ok!
105942026-09-04T23:41:07.239Z[ host-image] Sep 04 23:41:06.206 INFO O| Sep 04 23:41:06.206 INFO STEP 84 (ensure_file) COMPLETE
105952026-09-04T23:41:07.239Z[ host-image] Sep 04 23:41:06.206 INFO O| Sep 04 23:41:06.206 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-09-04T23:41:07.251Z[ host-image] Sep 04 23:41:06.218 INFO O| Sep 04 23:41:06.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105972026-09-04T23:41:07.251Z[ host-image] Sep 04 23:41:06.218 INFO O| Sep 04 23:41:06.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
105982026-09-04T23:41:07.251Z[ host-image] Sep 04 23:41:06.218 INFO O| Sep 04 23:41:06.218 INFO STEP 85 (ensure_dir) COMPLETE
105992026-09-04T23:41:07.252Z[ host-image] Sep 04 23:41:06.218 INFO O| Sep 04 23:41:06.218 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-09-04T23:41:07.261Z[ host-image] Sep 04 23:41:06.228 INFO O| Sep 04 23:41:06.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
106012026-09-04T23:41:07.261Z[ host-image] Sep 04 23:41:06.228 INFO O| Sep 04 23:41:06.228 INFO copying /tmp/.tmppilCWr/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-04T23:41:07.265Z[ host-image] Sep 04 23:41:06.228 INFO O| Sep 04 23:41:06.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
106032026-09-04T23:41:07.265Z[ host-image] Sep 04 23:41:06.228 INFO O| Sep 04 23:41:06.228 INFO ok!
106042026-09-04T23:41:07.265Z[ host-image] Sep 04 23:41:06.228 INFO O| Sep 04 23:41:06.228 INFO STEP 86 (ensure_file) COMPLETE
106052026-09-04T23:41:07.265Z[ host-image] Sep 04 23:41:06.228 INFO O| Sep 04 23:41:06.228 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-09-04T23:41:07.271Z[ host-image] Sep 04 23:41:06.238 INFO O| Sep 04 23:41:06.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
106072026-09-04T23:41:07.271Z[ host-image] Sep 04 23:41:06.238 INFO O| Sep 04 23:41:06.238 INFO copying /tmp/.tmppilCWr/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-04T23:41:07.274Z[ host-image] Sep 04 23:41:06.238 INFO O| Sep 04 23:41:06.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
106092026-09-04T23:41:07.274Z[ host-image] Sep 04 23:41:06.238 INFO O| Sep 04 23:41:06.238 INFO ok!
106102026-09-04T23:41:07.274Z[ host-image] Sep 04 23:41:06.238 INFO O| Sep 04 23:41:06.238 INFO STEP 87 (ensure_file) COMPLETE
106112026-09-04T23:41:07.275Z[ host-image] Sep 04 23:41:06.238 INFO O| Sep 04 23:41:06.238 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-09-04T23:41:07.282Z[ host-image] Sep 04 23:41:06.249 INFO O| Sep 04 23:41:06.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
106132026-09-04T23:41:07.285Z[ host-image] Sep 04 23:41:06.249 INFO O| Sep 04 23:41:06.249 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
106142026-09-04T23:41:07.285Z[ host-image] Sep 04 23:41:06.249 INFO O| Sep 04 23:41:06.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
106152026-09-04T23:41:07.286Z[ host-image] Sep 04 23:41:06.249 INFO O| Sep 04 23:41:06.249 INFO ok!
106162026-09-04T23:41:07.286Z[ host-image] Sep 04 23:41:06.249 INFO O| Sep 04 23:41:06.249 INFO STEP 88 (ensure_file) COMPLETE
106172026-09-04T23:41:07.286Z[ host-image] Sep 04 23:41:06.249 INFO O| Sep 04 23:41:06.249 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-09-04T23:41:07.293Z[ host-image] Sep 04 23:41:06.260 INFO O| Sep 04 23:41:06.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
106192026-09-04T23:41:07.293Z[ host-image] Sep 04 23:41:06.260 INFO O| Sep 04 23:41:06.260 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
106202026-09-04T23:41:07.293Z[ host-image] Sep 04 23:41:06.260 INFO O| Sep 04 23:41:06.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
106212026-09-04T23:41:07.293Z[ host-image] Sep 04 23:41:06.260 INFO O| Sep 04 23:41:06.260 INFO ok!
106222026-09-04T23:41:07.293Z[ host-image] Sep 04 23:41:06.260 INFO O| Sep 04 23:41:06.260 INFO STEP 89 (ensure_file) COMPLETE
106232026-09-04T23:41:07.293Z[ host-image] Sep 04 23:41:06.260 INFO O| Sep 04 23:41:06.260 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-09-04T23:41:07.303Z[ host-image] Sep 04 23:41:06.270 INFO O| Sep 04 23:41:06.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106252026-09-04T23:41:07.303Z[ host-image] Sep 04 23:41:06.270 INFO O| Sep 04 23:41:06.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
106262026-09-04T23:41:07.303Z[ host-image] Sep 04 23:41:06.270 INFO O| Sep 04 23:41:06.270 INFO STEP 90 (ensure_dir) COMPLETE
106272026-09-04T23:41:07.306Z[ host-image] Sep 04 23:41:06.270 INFO O| Sep 04 23:41:06.270 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106282026-09-04T23:41:07.313Z[ host-image] Sep 04 23:41:06.280 INFO O| Sep 04 23:41:06.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
106292026-09-04T23:41:07.313Z[ host-image] Sep 04 23:41:06.280 INFO O| Sep 04 23:41:06.280 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
106302026-09-04T23:41:07.316Z[ host-image] Sep 04 23:41:06.281 INFO O| Sep 04 23:41:06.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
106312026-09-04T23:41:07.316Z[ host-image] Sep 04 23:41:06.282 INFO O| Sep 04 23:41:06.281 INFO ok!
106322026-09-04T23:41:07.316Z[ host-image] Sep 04 23:41:06.282 INFO O| Sep 04 23:41:06.281 INFO STEP 91 (ensure_file) COMPLETE
106332026-09-04T23:41:07.316Z[ host-image] Sep 04 23:41:06.282 INFO O| Sep 04 23:41:06.281 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106342026-09-04T23:41:07.326Z[ host-image] Sep 04 23:41:06.293 INFO O| Sep 04 23:41:06.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
106352026-09-04T23:41:07.326Z[ host-image] Sep 04 23:41:06.293 INFO O| Sep 04 23:41:06.293 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
106362026-09-04T23:41:07.326Z[ host-image] Sep 04 23:41:06.293 INFO O| Sep 04 23:41:06.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
106372026-09-04T23:41:07.330Z[ host-image] Sep 04 23:41:06.293 INFO O| Sep 04 23:41:06.293 INFO ok!
106382026-09-04T23:41:07.330Z[ host-image] Sep 04 23:41:06.293 INFO O| Sep 04 23:41:06.293 INFO STEP 92 (ensure_file) COMPLETE
106392026-09-04T23:41:07.330Z[ host-image] Sep 04 23:41:06.293 INFO O| Sep 04 23:41:06.293 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106402026-09-04T23:41:07.336Z[ host-image] Sep 04 23:41:06.303 INFO O| Sep 04 23:41:06.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
106412026-09-04T23:41:07.336Z[ host-image] Sep 04 23:41:06.303 INFO O| Sep 04 23:41:06.303 INFO copying /tmp/.tmppilCWr/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-04T23:41:07.872Z[ host-image] Sep 04 23:41:06.839 INFO O| Sep 04 23:41:06.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
106432026-09-04T23:41:07.872Z[ host-image] Sep 04 23:41:06.839 INFO O| Sep 04 23:41:06.839 INFO ok!
106442026-09-04T23:41:07.873Z[ host-image] Sep 04 23:41:06.839 INFO O| Sep 04 23:41:06.839 INFO STEP 93 (ensure_file) COMPLETE
106452026-09-04T23:41:07.873Z[ host-image] Sep 04 23:41:06.839 INFO O| Sep 04 23:41:06.839 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106462026-09-04T23:41:07.884Z[ host-image] Sep 04 23:41:06.851 INFO O| Sep 04 23:41:06.851 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106472026-09-04T23:41:07.884Z[ host-image] Sep 04 23:41:06.851 INFO O| Sep 04 23:41:06.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
106482026-09-04T23:41:07.888Z[ host-image] Sep 04 23:41:06.851 INFO O| Sep 04 23:41:06.851 INFO STEP 94 (ensure_dir) COMPLETE
106492026-09-04T23:41:07.888Z[ host-image] Sep 04 23:41:06.851 INFO O| Sep 04 23:41:06.851 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106502026-09-04T23:41:07.895Z[ host-image] Sep 04 23:41:06.862 INFO O| Sep 04 23:41:06.862 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106512026-09-04T23:41:07.895Z[ host-image] Sep 04 23:41:06.862 INFO O| Sep 04 23:41:06.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
106522026-09-04T23:41:07.898Z[ host-image] Sep 04 23:41:06.862 INFO O| Sep 04 23:41:06.862 INFO STEP 95 (ensure_dir) COMPLETE
106532026-09-04T23:41:07.898Z[ host-image] Sep 04 23:41:06.862 INFO O| Sep 04 23:41:06.862 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-09-04T23:41:07.905Z[ host-image] Sep 04 23:41:06.872 INFO O| Sep 04 23:41:06.872 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106552026-09-04T23:41:07.905Z[ host-image] Sep 04 23:41:06.872 INFO O| Sep 04 23:41:06.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
106562026-09-04T23:41:07.905Z[ host-image] Sep 04 23:41:06.872 INFO O| Sep 04 23:41:06.872 INFO STEP 96 (ensure_dir) COMPLETE
106572026-09-04T23:41:07.908Z[ host-image] Sep 04 23:41:06.872 INFO O| Sep 04 23:41:06.872 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-09-04T23:41:07.915Z[ host-image] Sep 04 23:41:06.882 INFO O| Sep 04 23:41:06.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106592026-09-04T23:41:07.915Z[ host-image] Sep 04 23:41:06.882 INFO O| Sep 04 23:41:06.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
106602026-09-04T23:41:07.918Z[ host-image] Sep 04 23:41:06.882 INFO O| Sep 04 23:41:06.882 INFO STEP 97 (ensure_dir) COMPLETE
106612026-09-04T23:41:07.918Z[ host-image] Sep 04 23:41:06.882 INFO O| Sep 04 23:41:06.882 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106622026-09-04T23:41:07.926Z[ host-image] Sep 04 23:41:06.893 INFO O| Sep 04 23:41:06.893 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106632026-09-04T23:41:07.926Z[ host-image] Sep 04 23:41:06.893 INFO O| Sep 04 23:41:06.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
106642026-09-04T23:41:07.926Z[ host-image] Sep 04 23:41:06.893 INFO O| Sep 04 23:41:06.893 INFO STEP 98 (ensure_dir) COMPLETE
106652026-09-04T23:41:07.926Z[ host-image] Sep 04 23:41:06.893 INFO O| Sep 04 23:41:06.893 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106662026-09-04T23:41:07.935Z[ host-image] Sep 04 23:41:06.903 INFO O| Sep 04 23:41:06.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
106672026-09-04T23:41:07.935Z[ host-image] Sep 04 23:41:06.903 INFO O| Sep 04 23:41:06.903 INFO copying /tmp/.tmppilCWr/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-04T23:41:07.936Z[ host-image] Sep 04 23:41:06.903 INFO O| Sep 04 23:41:06.903 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-04T23:41:07.936Z[ host-image] Sep 04 23:41:06.903 INFO O| Sep 04 23:41:06.903 INFO ok!
106702026-09-04T23:41:07.939Z[ host-image] Sep 04 23:41:06.903 INFO O| Sep 04 23:41:06.903 INFO STEP 99 (ensure_file) COMPLETE
106712026-09-04T23:41:07.939Z[ host-image] Sep 04 23:41:06.903 INFO O| Sep 04 23:41:06.903 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-09-04T23:41:07.946Z[ host-image] Sep 04 23:41:06.913 INFO O| Sep 04 23:41:06.913 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106732026-09-04T23:41:07.946Z[ host-image] Sep 04 23:41:06.913 INFO O| Sep 04 23:41:06.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
106742026-09-04T23:41:07.949Z[ host-image] Sep 04 23:41:06.913 INFO O| Sep 04 23:41:06.913 INFO STEP 100 (ensure_dir) COMPLETE
106752026-09-04T23:41:07.949Z[ host-image] Sep 04 23:41:06.913 INFO O| Sep 04 23:41:06.913 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106762026-09-04T23:41:07.956Z[ host-image] Sep 04 23:41:06.923 INFO O| Sep 04 23:41:06.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
106772026-09-04T23:41:07.956Z[ host-image] Sep 04 23:41:06.923 INFO O| Sep 04 23:41:06.923 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
106782026-09-04T23:41:08.733Z[ host-image] Sep 04 23:41:07.700 INFO O| Sep 04 23:41:07.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
106792026-09-04T23:41:08.734Z[ host-image] Sep 04 23:41:07.700 INFO O| Sep 04 23:41:07.699 INFO ok!
106802026-09-04T23:41:08.734Z[ host-image] Sep 04 23:41:07.700 INFO O| Sep 04 23:41:07.700 INFO STEP 101 (ensure_file) COMPLETE
106812026-09-04T23:41:08.738Z[ host-image] Sep 04 23:41:07.700 INFO O| Sep 04 23:41:07.700 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106822026-09-04T23:41:08.742Z[ host-image] Sep 04 23:41:07.709 INFO O| Sep 04 23:41:07.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
106832026-09-04T23:41:08.742Z[ host-image] Sep 04 23:41:07.709 INFO O| Sep 04 23:41:07.709 INFO copying /tmp/.tmppilCWr/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-04T23:41:08.746Z[ host-image] Sep 04 23:41:07.709 INFO O| Sep 04 23:41:07.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
106852026-09-04T23:41:08.746Z[ host-image] Sep 04 23:41:07.709 INFO O| Sep 04 23:41:07.709 INFO ok!
106862026-09-04T23:41:08.746Z[ host-image] Sep 04 23:41:07.709 INFO O| Sep 04 23:41:07.709 INFO STEP 102 (ensure_file) COMPLETE
106872026-09-04T23:41:08.746Z[ host-image] Sep 04 23:41:07.709 INFO O| Sep 04 23:41:07.709 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106882026-09-04T23:41:08.751Z[ host-image] Sep 04 23:41:07.718 INFO O| Sep 04 23:41:07.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
106892026-09-04T23:41:08.751Z[ host-image] Sep 04 23:41:07.718 INFO O| Sep 04 23:41:07.718 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
106902026-09-04T23:41:08.758Z[ host-image] Sep 04 23:41:07.725 INFO O| Sep 04 23:41:07.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
106912026-09-04T23:41:08.761Z[ host-image] Sep 04 23:41:07.725 INFO O| Sep 04 23:41:07.725 INFO ok!
106922026-09-04T23:41:08.761Z[ host-image] Sep 04 23:41:07.725 INFO O| Sep 04 23:41:07.725 INFO STEP 103 (ensure_file) COMPLETE
106932026-09-04T23:41:08.761Z[ host-image] Sep 04 23:41:07.725 INFO O| Sep 04 23:41:07.725 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106942026-09-04T23:41:08.766Z[ host-image] Sep 04 23:41:07.733 INFO O| Sep 04 23:41:07.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
106952026-09-04T23:41:08.766Z[ host-image] Sep 04 23:41:07.733 INFO O| Sep 04 23:41:07.733 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
106962026-09-04T23:41:08.770Z[ host-image] Sep 04 23:41:07.733 INFO O| Sep 04 23:41:07.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
106972026-09-04T23:41:08.770Z[ host-image] Sep 04 23:41:07.733 INFO O| Sep 04 23:41:07.733 INFO ok!
106982026-09-04T23:41:08.770Z[ host-image] Sep 04 23:41:07.733 INFO O| Sep 04 23:41:07.733 INFO STEP 104 (ensure_file) COMPLETE
106992026-09-04T23:41:08.770Z[ host-image] Sep 04 23:41:07.733 INFO O| Sep 04 23:41:07.733 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107002026-09-04T23:41:08.778Z[ host-image] Sep 04 23:41:07.745 INFO O| Sep 04 23:41:07.745 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107012026-09-04T23:41:08.779Z[ host-image] Sep 04 23:41:07.745 INFO O| Sep 04 23:41:07.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
107022026-09-04T23:41:08.779Z[ host-image] Sep 04 23:41:07.745 INFO O| Sep 04 23:41:07.745 INFO STEP 105 (ensure_dir) COMPLETE
107032026-09-04T23:41:08.782Z[ host-image] Sep 04 23:41:07.745 INFO O| Sep 04 23:41:07.745 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107042026-09-04T23:41:08.788Z[ host-image] Sep 04 23:41:07.755 INFO O| Sep 04 23:41:07.755 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
107052026-09-04T23:41:08.788Z[ host-image] Sep 04 23:41:07.755 INFO O| Sep 04 23:41:07.755 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.157Z[ host-image] Sep 04 23:41:08.123 INFO O| Sep 04 23:41:08.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
107072026-09-04T23:41:09.157Z[ host-image] Sep 04 23:41:08.123 INFO O| Sep 04 23:41:08.123 INFO ok!
107082026-09-04T23:41:09.157Z[ host-image] Sep 04 23:41:08.123 INFO O| Sep 04 23:41:08.123 INFO STEP 106 (ensure_file) COMPLETE
107092026-09-04T23:41:09.157Z[ host-image] Sep 04 23:41:08.123 INFO O| Sep 04 23:41:08.123 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107102026-09-04T23:41:09.165Z[ host-image] Sep 04 23:41:08.132 INFO O| Sep 04 23:41:08.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
107112026-09-04T23:41:09.166Z[ host-image] Sep 04 23:41:08.132 INFO O| Sep 04 23:41:08.132 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.169Z[ host-image] Sep 04 23:41:08.133 INFO O| Sep 04 23:41:08.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
107132026-09-04T23:41:09.169Z[ host-image] Sep 04 23:41:08.133 INFO O| Sep 04 23:41:08.133 INFO ok!
107142026-09-04T23:41:09.169Z[ host-image] Sep 04 23:41:08.133 INFO O| Sep 04 23:41:08.133 INFO STEP 107 (ensure_file) COMPLETE
107152026-09-04T23:41:09.169Z[ host-image] Sep 04 23:41:08.133 INFO O| Sep 04 23:41:08.133 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107162026-09-04T23:41:09.177Z[ host-image] Sep 04 23:41:08.144 INFO O| Sep 04 23:41:08.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
107172026-09-04T23:41:09.177Z[ host-image] Sep 04 23:41:08.144 INFO O| Sep 04 23:41:08.144 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.181Z[ host-image] Sep 04 23:41:08.144 INFO O| Sep 04 23:41:08.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
107192026-09-04T23:41:09.181Z[ host-image] Sep 04 23:41:08.144 INFO O| Sep 04 23:41:08.144 INFO ok!
107202026-09-04T23:41:09.181Z[ host-image] Sep 04 23:41:08.144 INFO O| Sep 04 23:41:08.144 INFO STEP 108 (ensure_file) COMPLETE
107212026-09-04T23:41:09.181Z[ host-image] Sep 04 23:41:08.144 INFO O| Sep 04 23:41:08.144 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107222026-09-04T23:41:09.188Z[ host-image] Sep 04 23:41:08.155 INFO O| Sep 04 23:41:08.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
107232026-09-04T23:41:09.188Z[ host-image] Sep 04 23:41:08.155 INFO O| Sep 04 23:41:08.155 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.191Z[ host-image] Sep 04 23:41:08.155 INFO O| Sep 04 23:41:08.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
107252026-09-04T23:41:09.191Z[ host-image] Sep 04 23:41:08.155 INFO O| Sep 04 23:41:08.155 INFO ok!
107262026-09-04T23:41:09.191Z[ host-image] Sep 04 23:41:08.155 INFO O| Sep 04 23:41:08.155 INFO STEP 109 (ensure_file) COMPLETE
107272026-09-04T23:41:09.191Z[ host-image] Sep 04 23:41:08.155 INFO O| Sep 04 23:41:08.155 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107282026-09-04T23:41:09.198Z[ host-image] Sep 04 23:41:08.164 INFO O| Sep 04 23:41:08.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
107292026-09-04T23:41:09.198Z[ host-image] Sep 04 23:41:08.164 INFO O| Sep 04 23:41:08.164 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.198Z[ host-image] Sep 04 23:41:08.165 INFO O| Sep 04 23:41:08.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
107312026-09-04T23:41:09.198Z[ host-image] Sep 04 23:41:08.165 INFO O| Sep 04 23:41:08.165 INFO ok!
107322026-09-04T23:41:09.202Z[ host-image] Sep 04 23:41:08.165 INFO O| Sep 04 23:41:08.165 INFO STEP 110 (ensure_file) COMPLETE
107332026-09-04T23:41:09.202Z[ host-image] Sep 04 23:41:08.165 INFO O| Sep 04 23:41:08.165 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107342026-09-04T23:41:09.207Z[ host-image] Sep 04 23:41:08.174 INFO O| Sep 04 23:41:08.174 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
107352026-09-04T23:41:09.207Z[ host-image] Sep 04 23:41:08.174 INFO O| Sep 04 23:41:08.174 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.211Z[ host-image] Sep 04 23:41:08.174 INFO O| Sep 04 23:41:08.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
107372026-09-04T23:41:09.211Z[ host-image] Sep 04 23:41:08.174 INFO O| Sep 04 23:41:08.174 INFO ok!
107382026-09-04T23:41:09.211Z[ host-image] Sep 04 23:41:08.174 INFO O| Sep 04 23:41:08.174 INFO STEP 111 (ensure_file) COMPLETE
107392026-09-04T23:41:09.211Z[ host-image] Sep 04 23:41:08.174 INFO O| Sep 04 23:41:08.174 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107402026-09-04T23:41:09.217Z[ host-image] Sep 04 23:41:08.184 INFO O| Sep 04 23:41:08.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
107412026-09-04T23:41:09.217Z[ host-image] Sep 04 23:41:08.184 INFO O| Sep 04 23:41:08.184 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.220Z[ host-image] Sep 04 23:41:08.184 INFO O| Sep 04 23:41:08.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
107432026-09-04T23:41:09.221Z[ host-image] Sep 04 23:41:08.184 INFO O| Sep 04 23:41:08.184 INFO ok!
107442026-09-04T23:41:09.221Z[ host-image] Sep 04 23:41:08.184 INFO O| Sep 04 23:41:08.184 INFO STEP 112 (ensure_file) COMPLETE
107452026-09-04T23:41:09.221Z[ host-image] Sep 04 23:41:08.184 INFO O| Sep 04 23:41:08.184 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107462026-09-04T23:41:09.226Z[ host-image] Sep 04 23:41:08.193 INFO O| Sep 04 23:41:08.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
107472026-09-04T23:41:09.226Z[ host-image] Sep 04 23:41:08.193 INFO O| Sep 04 23:41:08.193 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.230Z[ host-image] Sep 04 23:41:08.193 INFO O| Sep 04 23:41:08.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
107492026-09-04T23:41:09.230Z[ host-image] Sep 04 23:41:08.193 INFO O| Sep 04 23:41:08.193 INFO ok!
107502026-09-04T23:41:09.230Z[ host-image] Sep 04 23:41:08.193 INFO O| Sep 04 23:41:08.193 INFO STEP 113 (ensure_file) COMPLETE
107512026-09-04T23:41:09.230Z[ host-image] Sep 04 23:41:08.193 INFO O| Sep 04 23:41:08.193 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107522026-09-04T23:41:09.239Z[ host-image] Sep 04 23:41:08.203 INFO O| Sep 04 23:41:08.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
107532026-09-04T23:41:09.241Z[ host-image] Sep 04 23:41:08.203 INFO O| Sep 04 23:41:08.203 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.248Z[ host-image] Sep 04 23:41:08.203 INFO O| Sep 04 23:41:08.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
107552026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.203 INFO O| Sep 04 23:41:08.203 INFO ok!
107562026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.203 INFO O| Sep 04 23:41:08.203 INFO STEP 114 (ensure_file) COMPLETE
107572026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.203 INFO O| Sep 04 23:41:08.203 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107582026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.213 INFO O| Sep 04 23:41:08.213 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
107592026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.213 INFO O| Sep 04 23:41:08.213 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.213 INFO O| Sep 04 23:41:08.213 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-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.213 INFO O| Sep 04 23:41:08.213 INFO ok!
107622026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.213 INFO O| Sep 04 23:41:08.213 INFO STEP 115 (ensure_file) COMPLETE
107632026-09-04T23:41:09.249Z[ host-image] Sep 04 23:41:08.213 INFO O| Sep 04 23:41:08.213 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107642026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.223 INFO O| Sep 04 23:41:08.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
107652026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.223 INFO O| Sep 04 23:41:08.223 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.223 INFO O| Sep 04 23:41:08.223 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-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.223 INFO O| Sep 04 23:41:08.223 INFO ok!
107682026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.223 INFO O| Sep 04 23:41:08.223 INFO STEP 116 (ensure_file) COMPLETE
107692026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.223 INFO O| Sep 04 23:41:08.223 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107702026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.232 INFO O| Sep 04 23:41:08.232 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
107712026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.232 INFO O| Sep 04 23:41:08.232 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.232 INFO O| Sep 04 23:41:08.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
107732026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.232 INFO O| Sep 04 23:41:08.232 INFO ok!
107742026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.232 INFO O| Sep 04 23:41:08.232 INFO STEP 117 (ensure_file) COMPLETE
107752026-09-04T23:41:09.271Z[ host-image] Sep 04 23:41:08.232 INFO O| Sep 04 23:41:08.232 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107762026-09-04T23:41:09.277Z[ host-image] Sep 04 23:41:08.242 INFO O| Sep 04 23:41:08.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
107772026-09-04T23:41:09.277Z[ host-image] Sep 04 23:41:08.242 INFO O| Sep 04 23:41:08.242 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.277Z[ host-image] Sep 04 23:41:08.242 INFO O| Sep 04 23:41:08.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
107792026-09-04T23:41:09.277Z[ host-image] Sep 04 23:41:08.242 INFO O| Sep 04 23:41:08.242 INFO ok!
107802026-09-04T23:41:09.277Z[ host-image] Sep 04 23:41:08.242 INFO O| Sep 04 23:41:08.242 INFO STEP 118 (ensure_file) COMPLETE
107812026-09-04T23:41:09.277Z[ host-image] Sep 04 23:41:08.242 INFO O| Sep 04 23:41:08.242 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107822026-09-04T23:41:09.285Z[ host-image] Sep 04 23:41:08.252 INFO O| Sep 04 23:41:08.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
107832026-09-04T23:41:09.285Z[ host-image] Sep 04 23:41:08.252 INFO O| Sep 04 23:41:08.252 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.290Z[ host-image] Sep 04 23:41:08.252 INFO O| Sep 04 23:41:08.252 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-04T23:41:09.290Z[ host-image] Sep 04 23:41:08.252 INFO O| Sep 04 23:41:08.252 INFO ok!
107862026-09-04T23:41:09.290Z[ host-image] Sep 04 23:41:08.252 INFO O| Sep 04 23:41:08.252 INFO STEP 119 (ensure_file) COMPLETE
107872026-09-04T23:41:09.290Z[ host-image] Sep 04 23:41:08.252 INFO O| Sep 04 23:41:08.252 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107882026-09-04T23:41:09.296Z[ host-image] Sep 04 23:41:08.263 INFO O| Sep 04 23:41:08.263 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
107892026-09-04T23:41:09.296Z[ host-image] Sep 04 23:41:08.263 INFO O| Sep 04 23:41:08.263 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.301Z[ host-image] Sep 04 23:41:08.263 INFO O| Sep 04 23:41:08.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
107912026-09-04T23:41:09.301Z[ host-image] Sep 04 23:41:08.263 INFO O| Sep 04 23:41:08.263 INFO ok!
107922026-09-04T23:41:09.301Z[ host-image] Sep 04 23:41:08.263 INFO O| Sep 04 23:41:08.263 INFO STEP 120 (ensure_file) COMPLETE
107932026-09-04T23:41:09.301Z[ host-image] Sep 04 23:41:08.263 INFO O| Sep 04 23:41:08.263 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107942026-09-04T23:41:09.305Z[ host-image] Sep 04 23:41:08.273 INFO O| Sep 04 23:41:08.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
107952026-09-04T23:41:09.306Z[ host-image] Sep 04 23:41:08.273 INFO O| Sep 04 23:41:08.273 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.311Z[ host-image] Sep 04 23:41:08.273 INFO O| Sep 04 23:41:08.273 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-04T23:41:09.311Z[ host-image] Sep 04 23:41:08.273 INFO O| Sep 04 23:41:08.273 INFO ok!
107982026-09-04T23:41:09.311Z[ host-image] Sep 04 23:41:08.273 INFO O| Sep 04 23:41:08.273 INFO STEP 121 (ensure_file) COMPLETE
107992026-09-04T23:41:09.311Z[ host-image] Sep 04 23:41:08.273 INFO O| Sep 04 23:41:08.273 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108002026-09-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.283 INFO O| Sep 04 23:41:08.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
108012026-09-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.283 INFO O| Sep 04 23:41:08.283 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.283 INFO O| Sep 04 23:41:08.283 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-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.283 INFO O| Sep 04 23:41:08.283 INFO ok!
108042026-09-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.283 INFO O| Sep 04 23:41:08.283 INFO STEP 122 (ensure_file) COMPLETE
108052026-09-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.283 INFO O| Sep 04 23:41:08.283 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108062026-09-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.293 INFO O| Sep 04 23:41:08.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
108072026-09-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.293 INFO O| Sep 04 23:41:08.293 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.293 INFO O| Sep 04 23:41:08.293 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-04T23:41:09.400Z[ host-image] Sep 04 23:41:08.293 INFO O| Sep 04 23:41:08.293 INFO ok!
108102026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.293 INFO O| Sep 04 23:41:08.293 INFO STEP 123 (ensure_file) COMPLETE
108112026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.293 INFO O| Sep 04 23:41:08.293 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108122026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.302 INFO O| Sep 04 23:41:08.302 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
108132026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.302 INFO O| Sep 04 23:41:08.302 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.302 INFO O| Sep 04 23:41:08.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
108152026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.302 INFO O| Sep 04 23:41:08.302 INFO ok!
108162026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.302 INFO O| Sep 04 23:41:08.302 INFO STEP 124 (ensure_file) COMPLETE
108172026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.302 INFO O| Sep 04 23:41:08.302 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108182026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.311 INFO O| Sep 04 23:41:08.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
108192026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.311 INFO O| Sep 04 23:41:08.311 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.311 INFO O| Sep 04 23:41:08.311 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-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.311 INFO O| Sep 04 23:41:08.311 INFO ok!
108222026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.311 INFO O| Sep 04 23:41:08.311 INFO STEP 125 (ensure_file) COMPLETE
108232026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.311 INFO O| Sep 04 23:41:08.311 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108242026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.327 INFO O| Sep 04 23:41:08.327 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
108252026-09-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.327 INFO O| Sep 04 23:41:08.327 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.327 INFO O| Sep 04 23:41:08.327 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-04T23:41:09.401Z[ host-image] Sep 04 23:41:08.327 INFO O| Sep 04 23:41:08.327 INFO ok!
108282026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.327 INFO O| Sep 04 23:41:08.327 INFO STEP 126 (ensure_file) COMPLETE
108292026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.327 INFO O| Sep 04 23:41:08.327 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108302026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.335 INFO O| Sep 04 23:41:08.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
108312026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.335 INFO O| Sep 04 23:41:08.335 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.335 INFO O| Sep 04 23:41:08.335 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-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.335 INFO O| Sep 04 23:41:08.335 INFO ok!
108342026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.335 INFO O| Sep 04 23:41:08.335 INFO STEP 127 (ensure_file) COMPLETE
108352026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.335 INFO O| Sep 04 23:41:08.335 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108362026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.344 INFO O| Sep 04 23:41:08.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
108372026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.344 INFO O| Sep 04 23:41:08.344 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.344 INFO O| Sep 04 23:41:08.344 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-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.344 INFO O| Sep 04 23:41:08.344 INFO ok!
108402026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.344 INFO O| Sep 04 23:41:08.344 INFO STEP 128 (ensure_file) COMPLETE
108412026-09-04T23:41:09.402Z[ host-image] Sep 04 23:41:08.344 INFO O| Sep 04 23:41:08.344 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108422026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.355 INFO O| Sep 04 23:41:08.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
108432026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.355 INFO O| Sep 04 23:41:08.355 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.355 INFO O| Sep 04 23:41:08.355 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-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.355 INFO O| Sep 04 23:41:08.355 INFO ok!
108462026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.355 INFO O| Sep 04 23:41:08.355 INFO STEP 129 (ensure_file) COMPLETE
108472026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.355 INFO O| Sep 04 23:41:08.355 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108482026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.365 INFO O| Sep 04 23:41:08.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
108492026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.365 INFO O| Sep 04 23:41:08.365 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.365 INFO O| Sep 04 23:41:08.365 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-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.365 INFO O| Sep 04 23:41:08.365 INFO ok!
108522026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.365 INFO O| Sep 04 23:41:08.365 INFO STEP 130 (ensure_file) COMPLETE
108532026-09-04T23:41:09.403Z[ host-image] Sep 04 23:41:08.365 INFO O| Sep 04 23:41:08.365 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108542026-09-04T23:41:09.409Z[ host-image] Sep 04 23:41:08.375 INFO O| Sep 04 23:41:08.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
108552026-09-04T23:41:09.409Z[ host-image] Sep 04 23:41:08.375 INFO O| Sep 04 23:41:08.375 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.409Z[ host-image] Sep 04 23:41:08.375 INFO O| Sep 04 23:41:08.375 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-04T23:41:09.409Z[ host-image] Sep 04 23:41:08.375 INFO O| Sep 04 23:41:08.375 INFO ok!
108582026-09-04T23:41:09.409Z[ host-image] Sep 04 23:41:08.375 INFO O| Sep 04 23:41:08.375 INFO STEP 131 (ensure_file) COMPLETE
108592026-09-04T23:41:09.409Z[ host-image] Sep 04 23:41:08.375 INFO O| Sep 04 23:41:08.375 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108602026-09-04T23:41:09.417Z[ host-image] Sep 04 23:41:08.384 INFO O| Sep 04 23:41:08.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
108612026-09-04T23:41:09.417Z[ host-image] Sep 04 23:41:08.384 INFO O| Sep 04 23:41:08.384 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.421Z[ host-image] Sep 04 23:41:08.384 INFO O| Sep 04 23:41:08.384 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-04T23:41:09.421Z[ host-image] Sep 04 23:41:08.384 INFO O| Sep 04 23:41:08.384 INFO ok!
108642026-09-04T23:41:09.421Z[ host-image] Sep 04 23:41:08.384 INFO O| Sep 04 23:41:08.384 INFO STEP 132 (ensure_file) COMPLETE
108652026-09-04T23:41:09.421Z[ host-image] Sep 04 23:41:08.384 INFO O| Sep 04 23:41:08.384 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108662026-09-04T23:41:09.427Z[ host-image] Sep 04 23:41:08.394 INFO O| Sep 04 23:41:08.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
108672026-09-04T23:41:09.427Z[ host-image] Sep 04 23:41:08.394 INFO O| Sep 04 23:41:08.394 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.430Z[ host-image] Sep 04 23:41:08.394 INFO O| Sep 04 23:41:08.394 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-04T23:41:09.430Z[ host-image] Sep 04 23:41:08.394 INFO O| Sep 04 23:41:08.394 INFO ok!
108702026-09-04T23:41:09.430Z[ host-image] Sep 04 23:41:08.394 INFO O| Sep 04 23:41:08.394 INFO STEP 133 (ensure_file) COMPLETE
108712026-09-04T23:41:09.430Z[ host-image] Sep 04 23:41:08.394 INFO O| Sep 04 23:41:08.394 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108722026-09-04T23:41:09.436Z[ host-image] Sep 04 23:41:08.402 INFO O| Sep 04 23:41:08.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
108732026-09-04T23:41:09.436Z[ host-image] Sep 04 23:41:08.402 INFO O| Sep 04 23:41:08.402 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.436Z[ host-image] Sep 04 23:41:08.402 INFO O| Sep 04 23:41:08.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
108752026-09-04T23:41:09.436Z[ host-image] Sep 04 23:41:08.402 INFO O| Sep 04 23:41:08.402 INFO ok!
108762026-09-04T23:41:09.436Z[ host-image] Sep 04 23:41:08.402 INFO O| Sep 04 23:41:08.402 INFO STEP 134 (ensure_file) COMPLETE
108772026-09-04T23:41:09.436Z[ host-image] Sep 04 23:41:08.402 INFO O| Sep 04 23:41:08.402 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108782026-09-04T23:41:09.444Z[ host-image] Sep 04 23:41:08.410 INFO O| Sep 04 23:41:08.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
108792026-09-04T23:41:09.444Z[ host-image] Sep 04 23:41:08.410 INFO O| Sep 04 23:41:08.410 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.447Z[ host-image] Sep 04 23:41:08.411 INFO O| Sep 04 23:41:08.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
108812026-09-04T23:41:09.447Z[ host-image] Sep 04 23:41:08.411 INFO O| Sep 04 23:41:08.411 INFO ok!
108822026-09-04T23:41:09.447Z[ host-image] Sep 04 23:41:08.411 INFO O| Sep 04 23:41:08.411 INFO STEP 135 (ensure_file) COMPLETE
108832026-09-04T23:41:09.447Z[ host-image] Sep 04 23:41:08.411 INFO O| Sep 04 23:41:08.411 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108842026-09-04T23:41:09.454Z[ host-image] Sep 04 23:41:08.421 INFO O| Sep 04 23:41:08.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
108852026-09-04T23:41:09.454Z[ host-image] Sep 04 23:41:08.421 INFO O| Sep 04 23:41:08.421 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.458Z[ host-image] Sep 04 23:41:08.421 INFO O| Sep 04 23:41:08.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
108872026-09-04T23:41:09.458Z[ host-image] Sep 04 23:41:08.421 INFO O| Sep 04 23:41:08.421 INFO ok!
108882026-09-04T23:41:09.458Z[ host-image] Sep 04 23:41:08.421 INFO O| Sep 04 23:41:08.421 INFO STEP 136 (ensure_file) COMPLETE
108892026-09-04T23:41:09.458Z[ host-image] Sep 04 23:41:08.421 INFO O| Sep 04 23:41:08.421 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108902026-09-04T23:41:09.464Z[ host-image] Sep 04 23:41:08.431 INFO O| Sep 04 23:41:08.431 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
108912026-09-04T23:41:09.464Z[ host-image] Sep 04 23:41:08.431 INFO O| Sep 04 23:41:08.431 INFO copying /tmp/.tmppilCWr/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-04T23:41:09.467Z[ host-image] Sep 04 23:41:08.431 INFO O| Sep 04 23:41:08.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
108932026-09-04T23:41:09.467Z[ host-image] Sep 04 23:41:08.431 INFO O| Sep 04 23:41:08.431 INFO ok!
108942026-09-04T23:41:09.467Z[ host-image] Sep 04 23:41:08.431 INFO O| Sep 04 23:41:08.431 INFO STEP 137 (ensure_file) COMPLETE
108952026-09-04T23:41:09.467Z[ host-image] Sep 04 23:41:08.431 INFO O| Sep 04 23:41:08.431 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
108962026-09-04T23:41:09.472Z[ host-image] Sep 04 23:41:08.439 INFO O| Sep 04 23:41:08.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
108972026-09-04T23:41:09.472Z[ host-image] Sep 04 23:41:08.439 INFO O| Sep 04 23:41:08.439 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
108982026-09-04T23:41:09.476Z[ host-image] Sep 04 23:41:08.439 INFO O| Sep 04 23:41:08.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
108992026-09-04T23:41:09.476Z[ host-image] Sep 04 23:41:08.439 INFO O| Sep 04 23:41:08.439 INFO ok!
109002026-09-04T23:41:09.476Z[ host-image] Sep 04 23:41:08.439 INFO O| Sep 04 23:41:08.439 INFO STEP 138 (ensure_file) COMPLETE
109012026-09-04T23:41:09.476Z[ host-image] Sep 04 23:41:08.439 INFO O| Sep 04 23:41:08.439 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109022026-09-04T23:41:09.481Z[ host-image] Sep 04 23:41:08.448 INFO O| Sep 04 23:41:08.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
109032026-09-04T23:41:09.481Z[ host-image] Sep 04 23:41:08.448 INFO O| Sep 04 23:41:08.448 INFO copying /tmp/.tmppilCWr/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
109042026-09-04T23:41:16.612Z[ host-image] Sep 04 23:41:15.579 INFO O| Sep 04 23:41:15.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
109052026-09-04T23:41:16.612Z[ host-image] Sep 04 23:41:15.579 INFO O| Sep 04 23:41:15.579 INFO ok!
109062026-09-04T23:41:16.616Z[ host-image] Sep 04 23:41:15.579 INFO O| Sep 04 23:41:15.579 INFO STEP 139 (ensure_file) COMPLETE
109072026-09-04T23:41:16.616Z[ host-image] Sep 04 23:41:15.579 INFO O| Sep 04 23:41:15.579 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109082026-09-04T23:41:16.620Z[ host-image] Sep 04 23:41:15.587 INFO O| Sep 04 23:41:15.587 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
109092026-09-04T23:41:16.624Z[ host-image] Sep 04 23:41:15.587 INFO O| Sep 04 23:41:15.587 INFO STEP 140 (ensure_dir) COMPLETE
109102026-09-04T23:41:16.624Z[ host-image] Sep 04 23:41:15.587 INFO O| Sep 04 23:41:15.587 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109112026-09-04T23:41:16.630Z[ host-image] Sep 04 23:41:15.598 INFO O| Sep 04 23:41:15.597 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
109122026-09-04T23:41:16.630Z[ host-image] Sep 04 23:41:15.598 INFO O| Sep 04 23:41:15.598 INFO STEP 141 (ensure_dir) COMPLETE
109132026-09-04T23:41:16.634Z[ host-image] Sep 04 23:41:15.598 INFO O| Sep 04 23:41:15.598 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109142026-09-04T23:41:16.639Z[ host-image] Sep 04 23:41:15.607 INFO O| Sep 04 23:41:15.607 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
109152026-09-04T23:41:16.640Z[ host-image] Sep 04 23:41:15.607 INFO O| Sep 04 23:41:15.607 INFO STEP 142 (ensure_dir) COMPLETE
109162026-09-04T23:41:16.640Z[ host-image] Sep 04 23:41:15.607 INFO O| Sep 04 23:41:15.607 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109172026-09-04T23:41:16.648Z[ host-image] Sep 04 23:41:15.615 INFO O| Sep 04 23:41:15.615 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
109182026-09-04T23:41:16.648Z[ host-image] Sep 04 23:41:15.615 INFO O| Sep 04 23:41:15.615 INFO STEP 143 (ensure_dir) COMPLETE
109192026-09-04T23:41:16.651Z[ host-image] Sep 04 23:41:15.615 INFO O| Sep 04 23:41:15.615 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109202026-09-04T23:41:16.655Z[ host-image] Sep 04 23:41:15.622 INFO O| Sep 04 23:41:15.622 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
109212026-09-04T23:41:16.655Z[ host-image] Sep 04 23:41:15.622 INFO O| Sep 04 23:41:15.622 INFO copying /tmp/.tmppilCWr/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 ...
109222026-09-04T23:41:16.659Z[ host-image] Sep 04 23:41:15.622 INFO O| Sep 04 23:41:15.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
109232026-09-04T23:41:16.659Z[ host-image] Sep 04 23:41:15.622 INFO O| Sep 04 23:41:15.622 INFO ok!
109242026-09-04T23:41:16.659Z[ host-image] Sep 04 23:41:15.622 INFO O| Sep 04 23:41:15.622 INFO STEP 144 (ensure_file) COMPLETE
109252026-09-04T23:41:16.659Z[ host-image] Sep 04 23:41:15.622 INFO O| Sep 04 23:41:15.622 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109262026-09-04T23:41:16.662Z[ host-image] Sep 04 23:41:15.629 INFO O| Sep 04 23:41:15.629 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
109272026-09-04T23:41:16.665Z[ host-image] Sep 04 23:41:15.629 INFO O| Sep 04 23:41:15.629 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
109282026-09-04T23:41:16.665Z[ host-image] Sep 04 23:41:15.629 INFO O| Sep 04 23:41:15.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
109292026-09-04T23:41:16.665Z[ host-image] Sep 04 23:41:15.629 INFO O| Sep 04 23:41:15.629 INFO STEP 145 (ensure_dir) COMPLETE
109302026-09-04T23:41:16.665Z[ host-image] Sep 04 23:41:15.629 INFO O| Sep 04 23:41:15.629 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
109312026-09-04T23:41:16.671Z[ host-image] Sep 04 23:41:15.638 INFO O| Sep 04 23:41:15.638 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
109322026-09-04T23:41:16.671Z[ host-image] Sep 04 23:41:15.638 INFO O| Sep 04 23:41:15.638 INFO copying /tmp/.tmppilCWr/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
109332026-09-04T23:41:16.671Z[ host-image] Sep 04 23:41:15.638 INFO O| Sep 04 23:41:15.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
109342026-09-04T23:41:16.674Z[ host-image] Sep 04 23:41:15.638 INFO O| Sep 04 23:41:15.638 INFO ok!
109352026-09-04T23:41:16.674Z[ host-image] Sep 04 23:41:15.638 INFO O| Sep 04 23:41:15.638 INFO STEP 146 (ensure_file) COMPLETE
109362026-09-04T23:41:16.674Z[ host-image] Sep 04 23:41:15.638 INFO O| Sep 04 23:41:15.638 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109372026-09-04T23:41:16.679Z[ host-image] Sep 04 23:41:15.646 INFO O| Sep 04 23:41:15.646 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
109382026-09-04T23:41:16.682Z[ host-image] Sep 04 23:41:15.646 INFO O| Sep 04 23:41:15.646 INFO STEP 147 (remove_files) COMPLETE
109392026-09-04T23:41:16.682Z[ host-image] Sep 04 23:41:15.646 INFO O| Sep 04 23:41:15.646 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109402026-09-04T23:41:16.686Z[ host-image] Sep 04 23:41:15.653 INFO O| Sep 04 23:41:15.653 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
109412026-09-04T23:41:16.690Z[ host-image] Sep 04 23:41:15.653 INFO O| Sep 04 23:41:15.653 INFO STEP 148 (remove_files) COMPLETE
109422026-09-04T23:41:16.690Z[ host-image] Sep 04 23:41:15.653 INFO O| Sep 04 23:41:15.653 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109432026-09-04T23:41:16.694Z[ host-image] Sep 04 23:41:15.661 INFO O| Sep 04 23:41:15.661 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
109442026-09-04T23:41:16.697Z[ host-image] Sep 04 23:41:15.661 INFO O| Sep 04 23:41:15.661 INFO STEP 149 (remove_files) COMPLETE
109452026-09-04T23:41:16.697Z[ host-image] Sep 04 23:41:15.661 INFO O| Sep 04 23:41:15.661 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109462026-09-04T23:41:16.701Z[ host-image] Sep 04 23:41:15.668 INFO O| Sep 04 23:41:15.668 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
109472026-09-04T23:41:16.704Z[ host-image] Sep 04 23:41:15.669 INFO O| Sep 04 23:41:15.669 INFO STEP 150 (remove_files) COMPLETE
109482026-09-04T23:41:16.704Z[ host-image] Sep 04 23:41:15.669 INFO O| Sep 04 23:41:15.669 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109492026-09-04T23:41:16.710Z[ host-image] Sep 04 23:41:15.677 INFO O| Sep 04 23:41:15.677 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
109502026-09-04T23:41:16.710Z[ host-image] Sep 04 23:41:15.677 INFO O| Sep 04 23:41:15.677 INFO STEP 151 (remove_files) COMPLETE
109512026-09-04T23:41:16.710Z[ host-image] Sep 04 23:41:15.677 INFO O| Sep 04 23:41:15.677 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109522026-09-04T23:41:16.717Z[ host-image] Sep 04 23:41:15.684 INFO O| Sep 04 23:41:15.684 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
109532026-09-04T23:41:16.720Z[ host-image] Sep 04 23:41:15.684 INFO O| Sep 04 23:41:15.684 INFO STEP 152 (remove_files) COMPLETE
109542026-09-04T23:41:16.720Z[ host-image] Sep 04 23:41:15.684 INFO O| Sep 04 23:41:15.684 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109552026-09-04T23:41:16.725Z[ host-image] Sep 04 23:41:15.692 INFO O| Sep 04 23:41:15.692 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
109562026-09-04T23:41:16.725Z[ host-image] Sep 04 23:41:15.692 INFO O| Sep 04 23:41:15.692 INFO STEP 153 (remove_files) COMPLETE
109572026-09-04T23:41:16.725Z[ host-image] Sep 04 23:41:15.692 INFO O| Sep 04 23:41:15.692 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109582026-09-04T23:41:16.731Z[ host-image] Sep 04 23:41:15.698 INFO O| Sep 04 23:41:15.698 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
109592026-09-04T23:41:16.731Z[ host-image] Sep 04 23:41:15.698 INFO O| Sep 04 23:41:15.698 INFO STEP 154 (remove_files) COMPLETE
109602026-09-04T23:41:16.734Z[ host-image] Sep 04 23:41:15.698 INFO O| Sep 04 23:41:15.698 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109612026-09-04T23:41:16.737Z[ host-image] Sep 04 23:41:15.705 INFO O| Sep 04 23:41:15.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
109622026-09-04T23:41:16.737Z[ host-image] Sep 04 23:41:15.705 INFO O| Sep 04 23:41:15.705 INFO STEP 155 (remove_files) COMPLETE
109632026-09-04T23:41:16.737Z[ host-image] Sep 04 23:41:15.705 INFO O| Sep 04 23:41:15.705 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109642026-09-04T23:41:16.743Z[ host-image] Sep 04 23:41:15.711 INFO O| Sep 04 23:41:15.711 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
109652026-09-04T23:41:16.743Z[ host-image] Sep 04 23:41:15.711 INFO O| Sep 04 23:41:15.711 INFO STEP 156 (remove_files) COMPLETE
109662026-09-04T23:41:16.746Z[ host-image] Sep 04 23:41:15.711 INFO O| Sep 04 23:41:15.711 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109672026-09-04T23:41:16.750Z[ host-image] Sep 04 23:41:15.717 INFO O| Sep 04 23:41:15.717 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
109682026-09-04T23:41:16.750Z[ host-image] Sep 04 23:41:15.717 INFO O| Sep 04 23:41:15.717 INFO STEP 157 (remove_files) COMPLETE
109692026-09-04T23:41:16.750Z[ host-image] Sep 04 23:41:15.717 INFO O| Sep 04 23:41:15.717 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109702026-09-04T23:41:16.756Z[ host-image] Sep 04 23:41:15.723 INFO O| Sep 04 23:41:15.723 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
109712026-09-04T23:41:16.759Z[ host-image] Sep 04 23:41:15.723 INFO O| Sep 04 23:41:15.723 INFO STEP 158 (remove_files) COMPLETE
109722026-09-04T23:41:16.759Z[ host-image] Sep 04 23:41:15.723 INFO O| Sep 04 23:41:15.723 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109732026-09-04T23:41:16.762Z[ host-image] Sep 04 23:41:15.729 INFO O| Sep 04 23:41:15.729 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
109742026-09-04T23:41:16.762Z[ host-image] Sep 04 23:41:15.729 INFO O| Sep 04 23:41:15.729 INFO STEP 159 (remove_files) COMPLETE
109752026-09-04T23:41:16.762Z[ host-image] Sep 04 23:41:15.729 INFO O| Sep 04 23:41:15.729 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109762026-09-04T23:41:16.768Z[ host-image] Sep 04 23:41:15.735 INFO O| Sep 04 23:41:15.735 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
109772026-09-04T23:41:16.768Z[ host-image] Sep 04 23:41:15.735 INFO O| Sep 04 23:41:15.735 INFO STEP 160 (remove_files) COMPLETE
109782026-09-04T23:41:16.771Z[ host-image] Sep 04 23:41:15.735 INFO O| Sep 04 23:41:15.735 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109792026-09-04T23:41:16.774Z[ host-image] Sep 04 23:41:15.741 INFO O| Sep 04 23:41:15.741 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
109802026-09-04T23:41:16.775Z[ host-image] Sep 04 23:41:15.742 INFO O| Sep 04 23:41:15.742 INFO STEP 161 (remove_files) COMPLETE
109812026-09-04T23:41:16.775Z[ host-image] Sep 04 23:41:15.742 INFO O| Sep 04 23:41:15.742 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109822026-09-04T23:41:16.781Z[ host-image] Sep 04 23:41:15.748 INFO O| Sep 04 23:41:15.748 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
109832026-09-04T23:41:16.781Z[ host-image] Sep 04 23:41:15.748 INFO O| Sep 04 23:41:15.748 INFO STEP 162 (remove_files) COMPLETE
109842026-09-04T23:41:16.784Z[ host-image] Sep 04 23:41:15.748 INFO O| Sep 04 23:41:15.748 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109852026-09-04T23:41:16.787Z[ host-image] Sep 04 23:41:15.755 INFO O| Sep 04 23:41:15.755 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
109862026-09-04T23:41:16.791Z[ host-image] Sep 04 23:41:15.755 INFO O| Sep 04 23:41:15.755 INFO STEP 163 (remove_files) COMPLETE
109872026-09-04T23:41:16.791Z[ host-image] Sep 04 23:41:15.755 INFO O| Sep 04 23:41:15.755 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109882026-09-04T23:41:16.794Z[ host-image] Sep 04 23:41:15.761 INFO O| Sep 04 23:41:15.761 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
109892026-09-04T23:41:16.794Z[ host-image] Sep 04 23:41:15.761 INFO O| Sep 04 23:41:15.761 INFO STEP 164 (remove_files) COMPLETE
109902026-09-04T23:41:16.798Z[ host-image] Sep 04 23:41:15.761 INFO O| Sep 04 23:41:15.761 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109912026-09-04T23:41:16.803Z[ host-image] Sep 04 23:41:15.770 INFO O| Sep 04 23:41:15.770 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
109922026-09-04T23:41:16.803Z[ host-image] Sep 04 23:41:15.770 INFO O| Sep 04 23:41:15.770 INFO STEP 165 (remove_files) COMPLETE
109932026-09-04T23:41:16.807Z[ host-image] Sep 04 23:41:15.770 INFO O| Sep 04 23:41:15.770 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109942026-09-04T23:41:16.810Z[ host-image] Sep 04 23:41:15.777 INFO O| Sep 04 23:41:15.777 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
109952026-09-04T23:41:16.810Z[ host-image] Sep 04 23:41:15.777 INFO O| Sep 04 23:41:15.777 INFO STEP 166 (remove_files) COMPLETE
109962026-09-04T23:41:16.810Z[ host-image] Sep 04 23:41:15.777 INFO O| Sep 04 23:41:15.777 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
109972026-09-04T23:41:16.818Z[ host-image] Sep 04 23:41:15.785 INFO O| Sep 04 23:41:15.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
109982026-09-04T23:41:16.818Z[ host-image] Sep 04 23:41:15.785 INFO O| Sep 04 23:41:15.785 INFO STEP 167 (remove_files) COMPLETE
109992026-09-04T23:41:16.818Z[ host-image] Sep 04 23:41:15.785 INFO O| Sep 04 23:41:15.785 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110002026-09-04T23:41:16.825Z[ host-image] Sep 04 23:41:15.793 INFO O| Sep 04 23:41:15.793 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
110012026-09-04T23:41:16.829Z[ host-image] Sep 04 23:41:15.793 INFO O| Sep 04 23:41:15.793 INFO STEP 168 (remove_files) COMPLETE
110022026-09-04T23:41:16.829Z[ host-image] Sep 04 23:41:15.793 INFO O| Sep 04 23:41:15.793 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110032026-09-04T23:41:16.833Z[ host-image] Sep 04 23:41:15.800 INFO O| Sep 04 23:41:15.800 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
110042026-09-04T23:41:16.833Z[ host-image] Sep 04 23:41:15.800 INFO O| Sep 04 23:41:15.800 INFO STEP 169 (remove_files) COMPLETE
110052026-09-04T23:41:16.836Z[ host-image] Sep 04 23:41:15.800 INFO O| Sep 04 23:41:15.800 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110062026-09-04T23:41:16.841Z[ host-image] Sep 04 23:41:15.808 INFO O| Sep 04 23:41:15.808 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
110072026-09-04T23:41:16.841Z[ host-image] Sep 04 23:41:15.808 INFO O| Sep 04 23:41:15.808 INFO STEP 170 (remove_files) COMPLETE
110082026-09-04T23:41:16.844Z[ host-image] Sep 04 23:41:15.808 INFO O| Sep 04 23:41:15.808 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110092026-09-04T23:41:16.848Z[ host-image] Sep 04 23:41:15.816 INFO O| Sep 04 23:41:15.816 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
110102026-09-04T23:41:16.852Z[ host-image] Sep 04 23:41:15.816 INFO O| Sep 04 23:41:15.816 INFO STEP 171 (remove_files) COMPLETE
110112026-09-04T23:41:16.852Z[ host-image] Sep 04 23:41:15.816 INFO O| Sep 04 23:41:15.816 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110122026-09-04T23:41:16.856Z[ host-image] Sep 04 23:41:15.823 INFO O| Sep 04 23:41:15.823 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
110132026-09-04T23:41:16.857Z[ host-image] Sep 04 23:41:15.823 INFO O| Sep 04 23:41:15.823 INFO STEP 172 (remove_files) COMPLETE
110142026-09-04T23:41:16.860Z[ host-image] Sep 04 23:41:15.823 INFO O| Sep 04 23:41:15.823 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110152026-09-04T23:41:16.863Z[ host-image] Sep 04 23:41:15.830 INFO O| Sep 04 23:41:15.830 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
110162026-09-04T23:41:16.863Z[ host-image] Sep 04 23:41:15.830 INFO O| Sep 04 23:41:15.830 INFO STEP 173 (remove_files) COMPLETE
110172026-09-04T23:41:16.863Z[ host-image] Sep 04 23:41:15.830 INFO O| Sep 04 23:41:15.830 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110182026-09-04T23:41:16.869Z[ host-image] Sep 04 23:41:15.836 INFO O| Sep 04 23:41:15.836 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
110192026-09-04T23:41:16.869Z[ host-image] Sep 04 23:41:15.836 INFO O| Sep 04 23:41:15.836 INFO STEP 174 (remove_files) COMPLETE
110202026-09-04T23:41:16.872Z[ host-image] Sep 04 23:41:15.836 INFO O| Sep 04 23:41:15.836 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
110212026-09-04T23:41:16.876Z[ host-image] Sep 04 23:41:15.843 INFO O| Sep 04 23:41:15.843 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
110222026-09-04T23:41:16.876Z[ host-image] Sep 04 23:41:15.843 INFO O| Sep 04 23:41:15.843 INFO STEP 175 (remove_files) COMPLETE
110232026-09-04T23:41:16.876Z[ host-image] Sep 04 23:41:15.843 INFO O| Sep 04 23:41:15.843 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
110242026-09-04T23:41:16.885Z[ host-image] Sep 04 23:41:15.852 INFO O| Sep 04 23:41:15.852 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
110252026-09-04T23:41:16.885Z[ host-image] Sep 04 23:41:15.852 INFO O| Sep 04 23:41:15.852 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
110262026-09-04T23:41:21.802Z[ host-image] Sep 04 23:41:20.765 INFO O| Sep 04 23:41:20.765 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
110272026-09-04T23:41:21.802Z[ host-image] Sep 04 23:41:20.765 INFO O| Sep 04 23:41:20.765 INFO E| svccfg: Loaded 80 smf(7) service descriptions
110282026-09-04T23:41:21.811Z[ host-image] Sep 04 23:41:20.777 INFO O| Sep 04 23:41:20.777 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
110292026-09-04T23:41:21.906Z[ host-image] Sep 04 23:41:20.872 INFO O| Sep 04 23:41:20.872 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
110302026-09-04T23:41:21.961Z[ host-image] Sep 04 23:41:20.927 INFO O| Sep 04 23:41:20.927 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.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-04T23:41:22.024Z[ host-image] Sep 04 23:41:20.990 INFO O| Sep 04 23:41:20.990 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
110322026-09-04T23:41:22.025Z[ host-image] Sep 04 23:41:20.990 INFO O| Sep 04 23:41:20.990 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
110332026-09-04T23:41:22.028Z[ host-image] Sep 04 23:41:20.993 INFO O| Sep 04 23:41:20.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
110342026-09-04T23:41:22.028Z[ host-image] Sep 04 23:41:20.993 INFO O| Sep 04 23:41:20.993 INFO ok!
110352026-09-04T23:41:22.028Z[ host-image] Sep 04 23:41:20.993 INFO O| Sep 04 23:41:20.993 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
110362026-09-04T23:41:22.028Z[ host-image] Sep 04 23:41:20.993 INFO O| Sep 04 23:41:20.993 INFO STEP 176 (seed_smf) COMPLETE
110372026-09-04T23:41:22.028Z[ host-image] Sep 04 23:41:20.993 INFO O| Sep 04 23:41:20.993 INFO steps complete; finalising image!
110382026-09-04T23:41:22.028Z[ host-image] Sep 04 23:41:20.993 INFO O| Sep 04 23:41:20.993 INFO TRIM POOL: TEMPORARY-sled-zfs
110392026-09-04T23:41:22.105Z[ host-image] Sep 04 23:41:21.069 INFO O| Sep 04 23:41:21.069 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Fri Sep 4 23:41:20 2026)
110402026-09-04T23:41:22.318Z[ host-image] Sep 04 23:41:21.284 INFO O| Sep 04 23:41:21.284 INFO temporary pool has 707M used, 317M avail, 1.92x compressratio
110412026-09-04T23:41:22.319Z[ host-image] Sep 04 23:41:21.284 INFO O| Sep 04 23:41:21.284 INFO EXPORT POOL: TEMPORARY-sled-zfs
110422026-09-04T23:41:22.639Z[ host-image] Sep 04 23:41:21.605 INFO O| Sep 04 23:41:21.605 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
110432026-09-04T23:41:22.639Z[ host-image] Sep 04 23:41:21.605 INFO O| Sep 04 23:41:21.605 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
110442026-09-04T23:41:23.604Z[ host-image] Sep 04 23:41:22.570 INFO O| Sep 04 23:41:22.570 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
110452026-09-04T23:41:23.604Z[ host-image] Sep 04 23:41:22.570 INFO O| Sep 04 23:41:22.570 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
110462026-09-04T23:41:23.604Z[ host-image] Sep 04 23:41:22.570 INFO O| Sep 04 23:41:22.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
110472026-09-04T23:41:23.607Z[ host-image] Sep 04 23:41:22.570 INFO O| Sep 04 23:41:22.570 INFO completed processing sled/zfs
110482026-09-04T23:41:23.607Z[ host-image] Sep 04 23:41:22.570 INFO O| Sep 04 23:41:22.570 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
110492026-09-04T23:41:28.918Z[ recovery-image] Sep 04 23:41:27.885 INFO O| ok, image written!
110502026-09-04T23:41:28.918Z[ recovery-image] Sep 04 23:41:27.885 INFO O| ok, boot_image_csum file written!
110512026-09-04T23:41:28.921Z[ recovery-image] Sep 04 23:41:27.887 INFO creating boot archive (CPIO)...
110522026-09-04T23:41:28.922Z[ recovery-image] Sep 04 23:41:27.887 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
110532026-09-04T23:41:28.924Z[ recovery-image] Sep 04 23:41:27.891 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
110542026-09-04T23:41:28.925Z[ recovery-image] Sep 04 23:41:27.891 INFO E| + outfile=/work/os-recovery/cpio
110552026-09-04T23:41:28.925Z[ recovery-image] Sep 04 23:41:27.891 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
110562026-09-04T23:41:28.928Z[ recovery-image] Sep 04 23:41:27.894 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
110572026-09-04T23:41:28.929Z[ recovery-image] Sep 04 23:41:27.894 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
110582026-09-04T23:41:28.952Z[ recovery-image] Sep 04 23:41:27.919 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
110592026-09-04T23:41:28.956Z[ recovery-image] Sep 04 23:41:27.919 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
110602026-09-04T23:41:28.959Z[ recovery-image] Sep 04 23:41:27.924 INFO creating compressed cpio/unix for dev loaders...
110612026-09-04T23:41:28.959Z[ recovery-image] Sep 04 23:41:27.925 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
110622026-09-04T23:41:29.184Z[ recovery-image] Sep 04 23:41:28.150 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
110632026-09-04T23:41:32.437Z[ recovery-image] Sep 04 23:41:31.403 INFO creating reset image...
110642026-09-04T23:41:32.437Z[ recovery-image] Sep 04 23:41:31.403 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")
110652026-09-04T23:41:32.650Z[ recovery-image] Sep 04 23:41:31.616 INFO E| Updating crates.io index
110662026-09-04T23:41:32.853Z[ recovery-image] Sep 04 23:41:31.820 INFO E| Downloading crates ...
110672026-09-04T23:41:32.895Z[ recovery-image] Sep 04 23:41:31.861 INFO E| Downloaded os_pipe v1.2.3
110682026-09-04T23:41:32.898Z[ recovery-image] Sep 04 23:41:31.863 INFO E| Downloaded sigchld v0.2.4
110692026-09-04T23:41:32.902Z[ recovery-image] Sep 04 23:41:31.869 INFO E| Downloaded duct v1.1.1
110702026-09-04T23:41:32.905Z[ recovery-image] Sep 04 23:41:31.870 INFO E| Downloaded shared_thread v0.2.0
110712026-09-04T23:41:32.906Z[ recovery-image] Sep 04 23:41:31.871 INFO E| Downloaded shared_child v1.1.1
110722026-09-04T23:41:32.906Z[ recovery-image] Sep 04 23:41:31.872 INFO E| Downloaded clap_lex v1.1.0
110732026-09-04T23:41:32.906Z[ recovery-image] Sep 04 23:41:31.872 INFO E| Downloaded colorchoice v1.0.5
110742026-09-04T23:41:32.937Z[ recovery-image] Sep 04 23:41:31.903 INFO E| Compiling libc v0.2.186
110752026-09-04T23:41:32.937Z[ recovery-image] Sep 04 23:41:31.903 INFO E| Compiling proc-macro2 v1.0.106
110762026-09-04T23:41:32.937Z[ recovery-image] Sep 04 23:41:31.903 INFO E| Compiling signal-hook v0.3.18
110772026-09-04T23:41:32.940Z[ recovery-image] Sep 04 23:41:31.904 INFO E| Compiling quote v1.0.45
110782026-09-04T23:41:32.940Z[ recovery-image] Sep 04 23:41:31.904 INFO E| Compiling unicode-ident v1.0.24
110792026-09-04T23:41:32.940Z[ recovery-image] Sep 04 23:41:31.904 INFO E| Compiling utf8parse v0.2.2
110802026-09-04T23:41:32.940Z[ recovery-image] Sep 04 23:41:31.904 INFO E| Compiling is_terminal_polyfill v1.70.2
110812026-09-04T23:41:32.940Z[ recovery-image] Sep 04 23:41:31.904 INFO E| Compiling anstyle-query v1.1.5
110822026-09-04T23:41:32.946Z[ recovery-image] Sep 04 23:41:31.913 INFO E| Compiling colorchoice v1.0.5
110832026-09-04T23:41:32.950Z[ recovery-image] Sep 04 23:41:31.913 INFO E| Compiling anstyle v1.0.14
110842026-09-04T23:41:32.950Z[ recovery-image] Sep 04 23:41:31.914 INFO E| Compiling heck v0.5.0
110852026-09-04T23:41:32.950Z[ recovery-image] Sep 04 23:41:31.914 INFO E| Compiling strsim v0.11.1
110862026-09-04T23:41:32.950Z[ recovery-image] Sep 04 23:41:31.914 INFO E| Compiling clap_lex v1.1.0
110872026-09-04T23:41:32.950Z[ recovery-image] Sep 04 23:41:31.914 INFO E| Compiling shared_thread v0.2.0
110882026-09-04T23:41:33.054Z[ recovery-image] Sep 04 23:41:32.020 INFO E| Compiling anstyle-parse v1.0.0
110892026-09-04T23:41:33.207Z[ recovery-image] Sep 04 23:41:32.174 INFO E| Compiling anstream v1.0.0
110902026-09-04T23:41:33.400Z[ recovery-image] Sep 04 23:41:32.366 INFO E| Compiling clap_builder v4.6.0
110912026-09-04T23:41:33.638Z[ recovery-image] Sep 04 23:41:32.605 INFO E| Compiling errno v0.3.14
110922026-09-04T23:41:33.638Z[ recovery-image] Sep 04 23:41:32.605 INFO E| Compiling os_pipe v1.2.3
110932026-09-04T23:41:33.731Z[ recovery-image] Sep 04 23:41:32.698 INFO E| Compiling signal-hook-registry v1.4.8
110942026-09-04T23:41:33.919Z[ recovery-image] Sep 04 23:41:32.885 INFO E| Compiling syn v2.0.117
110952026-09-04T23:41:33.976Z[ recovery-image] Sep 04 23:41:32.942 INFO E| Compiling sigchld v0.2.4
110962026-09-04T23:41:34.063Z[ recovery-image] Sep 04 23:41:33.029 INFO E| Compiling shared_child v1.1.1
110972026-09-04T23:41:34.169Z[ recovery-image] Sep 04 23:41:33.135 INFO E| Compiling duct v1.1.1
110982026-09-04T23:41:35.812Z[ recovery-image] Sep 04 23:41:34.778 INFO E| Compiling clap_derive v4.6.1
110992026-09-04T23:41:36.328Z[ host-image] Sep 04 23:41:35.294 INFO O| Sep 04 23:41:35.294 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
111002026-09-04T23:41:36.416Z[ host-image] Sep 04 23:41:35.383 INFO BUILD STRING "heads/stlouis-0-g0e29ea8d43\n"
111012026-09-04T23:41:36.416Z[ host-image] Sep 04 23:41:35.383 INFO expanded image name: "ci 00ee5f3/${os_short_commit} 2026-09-04 23:25" -> "ci 00ee5f3/0e29ea8 2026-09-04 23:25"
111022026-09-04T23:41:36.420Z[ host-image] Sep 04 23:41:35.383 INFO output artefacts stored in: "/work/os-host"
111032026-09-04T23:41:36.420Z[ host-image] Sep 04 23:41:35.383 INFO collecting git info from project "chelsio-t6-roms"...
111042026-09-04T23:41:36.423Z[ host-image] Sep 04 23:41:35.389 INFO collecting git info from project "pilot"...
111052026-09-04T23:41:36.426Z[ host-image] Sep 04 23:41:35.393 INFO collecting git info from project "image-builder"...
111062026-09-04T23:41:36.431Z[ host-image] Sep 04 23:41:35.398 INFO collecting git info from project "dmar-report"...
111072026-09-04T23:41:36.435Z[ host-image] Sep 04 23:41:35.402 INFO collecting git info from project "bootserver"...
111082026-09-04T23:41:36.439Z[ host-image] Sep 04 23:41:35.406 INFO collecting git info from project "amd-host-image-builder"...
111092026-09-04T23:41:36.443Z[ host-image] Sep 04 23:41:35.410 INFO collecting git info from project "phbl"...
111102026-09-04T23:41:36.447Z[ host-image] Sep 04 23:41:35.414 INFO collecting git info from project "amd-firmware"...
111112026-09-04T23:41:36.456Z[ host-image] Sep 04 23:41:35.423 INFO collecting git info from project "pinprick"...
111122026-09-04T23:41:36.460Z[ host-image] Sep 04 23:41:35.427 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
111132026-09-04T23:41:36.757Z[ host-image] Sep 04 23:41:35.724 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
111142026-09-04T23:41:37.011Z[ recovery-image] Sep 04 23:41:35.978 INFO E| Compiling clap v4.6.1
111152026-09-04T23:41:37.034Z[ host-image] Sep 04 23:41:36.001 INFO creating Oxide boot image...
111162026-09-04T23:41:37.034Z[ host-image] Sep 04 23:41:36.001 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 00ee5f3/0e29ea8 2026-09-04 23:25", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111172026-09-04T23:41:37.068Z[ recovery-image] Sep 04 23:41:36.034 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
111182026-09-04T23:41:37.805Z[ host-image] Sep 04 23:41:36.771 INFO O| ok, image written!
111192026-09-04T23:41:37.805Z[ host-image] Sep 04 23:41:36.771 INFO O| ok, boot_image_csum file written!
111202026-09-04T23:41:37.808Z[ host-image] Sep 04 23:41:36.774 INFO creating boot archive (CPIO)...
111212026-09-04T23:41:37.808Z[ host-image] Sep 04 23:41:36.774 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
111222026-09-04T23:41:37.811Z[ host-image] Sep 04 23:41:36.777 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111232026-09-04T23:41:37.811Z[ host-image] Sep 04 23:41:36.777 INFO E| + outfile=/work/os-host/cpio
111242026-09-04T23:41:37.811Z[ host-image] Sep 04 23:41:36.777 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111252026-09-04T23:41:37.814Z[ host-image] Sep 04 23:41:36.779 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111262026-09-04T23:41:37.814Z[ host-image] Sep 04 23:41:36.779 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111272026-09-04T23:41:37.839Z[ host-image] Sep 04 23:41:36.806 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111282026-09-04T23:41:37.842Z[ host-image] Sep 04 23:41:36.806 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111292026-09-04T23:41:37.845Z[ host-image] Sep 04 23:41:36.812 INFO creating compressed cpio/unix for dev loaders...
111302026-09-04T23:41:37.845Z[ host-image] Sep 04 23:41:36.812 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
111312026-09-04T23:41:37.864Z[ recovery-image] Sep 04 23:41:36.831 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
111322026-09-04T23:41:37.869Z[ recovery-image] Sep 04 23:41:36.836 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
111332026-09-04T23:41:38.071Z[ host-image] Sep 04 23:41:37.037 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111342026-09-04T23:41:38.093Z[ recovery-image] Sep 04 23:41:37.060 INFO E| Downloading crates ...
111352026-09-04T23:41:38.148Z[ recovery-image] Sep 04 23:41:37.115 INFO E| Downloaded miniz_oxide v0.9.1
111362026-09-04T23:41:38.151Z[ recovery-image] Sep 04 23:41:37.117 INFO E| Downloaded bit_field v0.10.3
111372026-09-04T23:41:38.157Z[ recovery-image] Sep 04 23:41:37.122 INFO E| Downloaded bitflags v2.13.0
111382026-09-04T23:41:38.160Z[ recovery-image] Sep 04 23:41:37.124 INFO E| Downloaded bitstruct_derive v0.1.0
111392026-09-04T23:41:38.160Z[ recovery-image] Sep 04 23:41:37.125 INFO E| Downloaded bitstruct v0.1.1
111402026-09-04T23:41:38.166Z[ recovery-image] Sep 04 23:41:37.133 INFO E| Downloaded cpio_reader v0.1.2
111412026-09-04T23:41:38.169Z[ recovery-image] Sep 04 23:41:37.134 INFO E| Downloaded log v0.4.32
111422026-09-04T23:41:38.181Z[ recovery-image] Sep 04 23:41:37.148 INFO E| Downloaded raw-cpuid v10.7.0
111432026-09-04T23:41:38.196Z[ recovery-image] Sep 04 23:41:37.163 INFO E| Downloaded goblin v0.10.7
111442026-09-04T23:41:38.311Z[ recovery-image] Sep 04 23:41:37.278 INFO E| Downloaded x86 v0.52.0
111452026-09-04T23:41:38.342Z[ recovery-image] Sep 04 23:41:37.309 INFO E| Updating crates.io index
111462026-09-04T23:41:38.390Z[ recovery-image] Sep 04 23:41:37.356 INFO E| Downloading crates ...
111472026-09-04T23:41:38.408Z[ recovery-image] Sep 04 23:41:37.375 INFO E| Downloaded rustc-literal-escaper v0.0.7
111482026-09-04T23:41:38.417Z[ recovery-image] Sep 04 23:41:37.384 INFO E| Downloaded hashbrown v0.17.1
111492026-09-04T23:41:38.459Z[ recovery-image] Sep 04 23:41:37.425 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)
111502026-09-04T23:41:38.459Z[ recovery-image] Sep 04 23:41:37.425 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)
111512026-09-04T23:41:38.459Z[ recovery-image] Sep 04 23:41:37.425 INFO E| Compiling proc-macro2 v1.0.106
111522026-09-04T23:41:38.462Z[ recovery-image] Sep 04 23:41:37.425 INFO E| Compiling quote v1.0.45
111532026-09-04T23:41:38.462Z[ recovery-image] Sep 04 23:41:37.425 INFO E| Compiling unicode-ident v1.0.24
111542026-09-04T23:41:38.462Z[ recovery-image] Sep 04 23:41:37.426 INFO E| Compiling syn v1.0.109
111552026-09-04T23:41:38.462Z[ recovery-image] Sep 04 23:41:37.426 INFO E| Compiling x86 v0.52.0
111562026-09-04T23:41:38.470Z[ recovery-image] Sep 04 23:41:37.437 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111572026-09-04T23:41:38.473Z[ recovery-image] Sep 04 23:41:37.437 INFO E| Compiling seq-macro v0.3.6
111582026-09-04T23:41:39.381Z[ recovery-image] Sep 04 23:41:38.347 INFO E| Compiling syn v2.0.117
111592026-09-04T23:41:40.626Z[ recovery-image] Sep 04 23:41:39.593 INFO E| Compiling scroll_derive v0.13.1
111602026-09-04T23:41:41.333Z[ host-image] Sep 04 23:41:40.299 INFO creating reset image...
111612026-09-04T23:41:41.333Z[ host-image] Sep 04 23:41:40.299 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-04T23:41:41.404Z[ host-image] Sep 04 23:41:40.371 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111632026-09-04T23:41:41.409Z[ host-image] Sep 04 23:41:40.373 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111642026-09-04T23:41:41.661Z[ recovery-image] Sep 04 23:41:40.627 INFO E| Compiling bitstruct_derive v0.1.0
111652026-09-04T23:41:41.716Z[ host-image] Sep 04 23:41:40.682 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)
111662026-09-04T23:41:41.716Z[ host-image] Sep 04 23:41:40.682 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)
111672026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.682 INFO E| Compiling proc-macro2 v1.0.106
111682026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.682 INFO E| Compiling unicode-ident v1.0.24
111692026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.682 INFO E| Compiling quote v1.0.45
111702026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.682 INFO E| Compiling syn v1.0.109
111712026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.683 INFO E| Compiling x86 v0.52.0
111722026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.683 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111732026-09-04T23:41:41.719Z[ host-image] Sep 04 23:41:40.683 INFO E| Compiling seq-macro v0.3.6
111742026-09-04T23:41:42.629Z[ host-image] Sep 04 23:41:41.595 INFO E| Compiling syn v2.0.117
111752026-09-04T23:41:43.887Z[ host-image] Sep 04 23:41:42.853 INFO E| Compiling scroll_derive v0.13.1
111762026-09-04T23:41:44.948Z[ host-image] Sep 04 23:41:43.914 INFO E| Compiling bitstruct_derive v0.1.0
111772026-09-04T23:41:51.408Z[ recovery-image] Sep 04 23:41:50.374 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)
111782026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.796 INFO E| Compiling bitflags v1.3.2
111792026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.796 INFO E| Compiling log v0.4.32
111802026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.796 INFO E| Compiling bitflags v2.13.0
111812026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.797 INFO E| Compiling bit_field v0.10.3
111822026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.797 INFO E| Compiling plain v0.2.3
111832026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.797 INFO E| Compiling scroll v0.13.0
111842026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.797 INFO E| Compiling adler2 v2.0.1
111852026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.797 INFO E| Compiling static_assertions v1.1.0
111862026-09-04T23:41:53.833Z[ recovery-image] Sep 04 23:41:52.797 INFO E| Compiling bitstruct v0.1.1
111872026-09-04T23:41:53.889Z[ recovery-image] Sep 04 23:41:52.856 INFO E| Compiling raw-cpuid v10.7.0
111882026-09-04T23:41:53.942Z[ recovery-image] Sep 04 23:41:52.908 INFO E| Compiling miniz_oxide v0.9.1
111892026-09-04T23:41:54.042Z[ recovery-image] Sep 04 23:41:53.009 INFO E| Compiling cpio_reader v0.1.2
111902026-09-04T23:41:54.129Z[ recovery-image] Sep 04 23:41:53.095 INFO E| Compiling goblin v0.10.7
111912026-09-04T23:41:55.087Z[ host-image] Sep 04 23:41:54.053 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)
111922026-09-04T23:41:57.540Z[ recovery-image] Sep 04 23:41:56.507 INFO E| Finished `release` profile [optimized] target(s) in 19.65s
111932026-09-04T23:41:57.563Z[ recovery-image] Sep 04 23:41:56.529 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111942026-09-04T23:41:57.563Z[ recovery-image] Sep 04 23:41:56.529 INFO building ROM for gimlet
111952026-09-04T23:41:57.567Z[ recovery-image] Sep 04 23:41:56.529 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")
111962026-09-04T23:41:57.616Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling bitflags v1.3.2
111972026-09-04T23:41:57.616Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling bitflags v2.13.0
111982026-09-04T23:41:57.619Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling adler2 v2.0.1
111992026-09-04T23:41:57.620Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling plain v0.2.3
112002026-09-04T23:41:57.620Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling log v0.4.32
112012026-09-04T23:41:57.620Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling bit_field v0.10.3
112022026-09-04T23:41:57.620Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling scroll v0.13.0
112032026-09-04T23:41:57.620Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling bitstruct v0.1.1
112042026-09-04T23:41:57.620Z[ host-image] Sep 04 23:41:56.582 INFO E| Compiling static_assertions v1.1.0
112052026-09-04T23:41:57.658Z[ recovery-image] Sep 04 23:41:56.624 INFO E| Downloading crates ...
112062026-09-04T23:41:57.671Z[ host-image] Sep 04 23:41:56.637 INFO E| Compiling raw-cpuid v10.7.0
112072026-09-04T23:41:57.730Z[ host-image] Sep 04 23:41:56.697 INFO E| Compiling miniz_oxide v0.9.1
112082026-09-04T23:41:57.748Z[ recovery-image] Sep 04 23:41:56.715 INFO E| Downloaded is_terminal_polyfill v1.70.1
112092026-09-04T23:41:57.760Z[ recovery-image] Sep 04 23:41:56.726 INFO E| Downloaded anstream v0.6.18
112102026-09-04T23:41:57.766Z[ recovery-image] Sep 04 23:41:56.732 INFO E| Downloaded clap v4.5.37
112112026-09-04T23:41:57.771Z[ recovery-image] Sep 04 23:41:56.738 INFO E| Downloaded anstyle-query v1.1.2
112122026-09-04T23:41:57.774Z[ recovery-image] Sep 04 23:41:56.739 INFO E| Downloaded clap_lex v0.7.4
112132026-09-04T23:41:57.783Z[ recovery-image] Sep 04 23:41:56.749 INFO E| Downloaded colorchoice v1.0.3
112142026-09-04T23:41:57.786Z[ recovery-image] Sep 04 23:41:56.750 INFO E| Downloaded shared_child v1.0.1
112152026-09-04T23:41:57.786Z[ recovery-image] Sep 04 23:41:56.751 INFO E| Downloaded toml_datetime v0.6.9
112162026-09-04T23:41:57.786Z[ recovery-image] Sep 04 23:41:56.752 INFO E| Downloaded anstyle-parse v0.2.6
112172026-09-04T23:41:57.789Z[ recovery-image] Sep 04 23:41:56.753 INFO E| Downloaded anstyle v1.0.10
112182026-09-04T23:41:57.789Z[ recovery-image] Sep 04 23:41:56.754 INFO E| Downloaded os_pipe v1.2.1
112192026-09-04T23:41:57.789Z[ recovery-image] Sep 04 23:41:56.755 INFO E| Downloaded serde_spanned v0.6.8
112202026-09-04T23:41:57.789Z[ host-image] Sep 04 23:41:56.755 INFO E| Compiling cpio_reader v0.1.2
112212026-09-04T23:41:57.792Z[ recovery-image] Sep 04 23:41:56.758 INFO E| Downloaded toml_write v0.1.1
112222026-09-04T23:41:57.816Z[ recovery-image] Sep 04 23:41:56.783 INFO E| Downloaded clap_derive v4.5.32
112232026-09-04T23:41:57.820Z[ recovery-image] Sep 04 23:41:56.785 INFO E| Downloaded duct v0.13.7
112242026-09-04T23:41:57.833Z[ recovery-image] Sep 04 23:41:56.794 INFO E| Downloaded toml v0.8.22
112252026-09-04T23:41:57.853Z[ host-image] Sep 04 23:41:56.819 INFO E| Compiling goblin v0.10.7
112262026-09-04T23:41:57.856Z[ recovery-image] Sep 04 23:41:56.821 INFO E| Downloaded cc v1.2.20
112272026-09-04T23:41:57.861Z[ recovery-image] Sep 04 23:41:56.824 INFO E| Downloaded toml_edit v0.22.26
112282026-09-04T23:41:57.911Z[ recovery-image] Sep 04 23:41:56.876 INFO E| Downloaded winnow v0.7.7
112292026-09-04T23:41:57.915Z[ recovery-image] Sep 04 23:41:56.882 INFO E| Downloaded clap_builder v4.5.37
112302026-09-04T23:41:57.930Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling syn v2.0.101
112312026-09-04T23:41:57.930Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling libc v0.2.172
112322026-09-04T23:41:57.930Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling utf8parse v0.2.2
112332026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling is_terminal_polyfill v1.70.1
112342026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling anstyle-query v1.1.2
112352026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling once_cell v1.21.3
112362026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling colorchoice v1.0.3
112372026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling equivalent v1.0.2
112382026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling shlex v1.3.0
112392026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling hashbrown v0.15.2
112402026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling anstyle v1.0.10
112412026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling anyhow v1.0.98
112422026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling clap_lex v0.7.4
112432026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling toml_write v0.1.1
112442026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling winnow v0.7.7
112452026-09-04T23:41:57.934Z[ recovery-image] Sep 04 23:41:56.897 INFO E| Compiling strsim v0.11.1
112462026-09-04T23:41:58.279Z[ recovery-image] Sep 04 23:41:57.245 INFO E| Compiling anstyle-parse v0.2.6
112472026-09-04T23:41:58.358Z[ recovery-image] Sep 04 23:41:57.324 INFO E| Compiling cc v1.2.20
112482026-09-04T23:41:58.475Z[ recovery-image] Sep 04 23:41:57.441 INFO E| Compiling anstream v0.6.18
112492026-09-04T23:41:58.766Z[ recovery-image] Sep 04 23:41:57.732 INFO E| Compiling indexmap v2.9.0
112502026-09-04T23:41:58.772Z[ recovery-image] Sep 04 23:41:57.739 INFO E| Compiling clap_builder v4.5.37
112512026-09-04T23:41:58.979Z[ recovery-image] Sep 04 23:41:57.946 INFO E| Compiling shared_child v1.0.1
112522026-09-04T23:41:58.979Z[ recovery-image] Sep 04 23:41:57.946 INFO E| Compiling os_pipe v1.2.1
112532026-09-04T23:41:59.137Z[ recovery-image] Sep 04 23:41:58.104 INFO E| Compiling duct v0.13.7
112542026-09-04T23:41:59.838Z[ recovery-image] Sep 04 23:41:58.805 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
112552026-09-04T23:42:00.786Z[ recovery-image] Sep 04 23:41:59.752 INFO E| Compiling serde_derive v1.0.219
112562026-09-04T23:42:00.786Z[ recovery-image] Sep 04 23:41:59.753 INFO E| Compiling clap_derive v4.5.32
112572026-09-04T23:42:01.461Z[ host-image] Sep 04 23:42:00.427 INFO E| Finished `release` profile [optimized] target(s) in 20.04s
112582026-09-04T23:42:01.476Z[ host-image] Sep 04 23:42:00.443 INFO building ROM for gimlet
112592026-09-04T23:42:01.476Z[ host-image] Sep 04 23:42:00.443 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")
112602026-09-04T23:42:01.571Z[ host-image] Sep 04 23:42:00.537 INFO E| Blocking waiting for file lock on build directory
112612026-09-04T23:42:02.171Z[ recovery-image] Sep 04 23:42:01.138 INFO E| Compiling clap v4.5.37
112622026-09-04T23:42:02.790Z[ recovery-image] Sep 04 23:42:01.757 INFO E| Compiling serde v1.0.219
112632026-09-04T23:42:04.558Z[ recovery-image] Sep 04 23:42:03.524 INFO E| Compiling toml_datetime v0.6.9
112642026-09-04T23:42:04.558Z[ recovery-image] Sep 04 23:42:03.524 INFO E| Compiling serde_spanned v0.6.8
112652026-09-04T23:42:04.698Z[ recovery-image] Sep 04 23:42:03.664 INFO E| Compiling toml_edit v0.22.26
112662026-09-04T23:42:05.944Z[ recovery-image] Sep 04 23:42:04.910 INFO E| Compiling toml v0.8.22
112672026-09-04T23:42:08.104Z[ recovery-image] Sep 04 23:42:07.070 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.50s
112682026-09-04T23:42:08.111Z[ host-image] Sep 04 23:42:07.078 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
112692026-09-04T23:42:08.115Z[ recovery-image] Sep 04 23:42:07.079 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`
112702026-09-04T23:42:08.115Z[ host-image] Sep 04 23:42:07.081 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`
112712026-09-04T23:42:08.126Z[ host-image] Sep 04 23:42:07.093 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112722026-09-04T23:42:08.129Z[ recovery-image] Sep 04 23:42:07.094 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112732026-09-04T23:42:08.145Z[ recovery-image] Sep 04 23:42:07.111 INFO E| Blocking waiting for file lock on package cache
112742026-09-04T23:42:08.168Z[ host-image] Sep 04 23:42:07.134 INFO E| Blocking waiting for file lock on package cache
112752026-09-04T23:42:08.189Z[ recovery-image] Sep 04 23:42:07.156 INFO E| Blocking waiting for file lock on package cache
112762026-09-04T23:42:08.189Z[ host-image] Sep 04 23:42:07.156 INFO E| Blocking waiting for file lock on package cache
112772026-09-04T23:42:08.245Z[ recovery-image] Sep 04 23:42:07.157 INFO E| Blocking waiting for file lock on package cache
112782026-09-04T23:42:08.245Z[ host-image] Sep 04 23:42:07.173 INFO E| Blocking waiting for file lock on package cache
112792026-09-04T23:42:08.245Z[ recovery-image] Sep 04 23:42:07.186 INFO E| Blocking waiting for file lock on build directory
112802026-09-04T23:42:08.245Z[ host-image] Sep 04 23:42:07.197 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
112812026-09-04T23:42:08.245Z[ host-image] Sep 04 23:42:07.200 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`
112822026-09-04T23:42:08.245Z[ recovery-image] Sep 04 23:42:07.206 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
112832026-09-04T23:42:08.246Z[ recovery-image] Sep 04 23:42:07.209 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`
112842026-09-04T23:42:08.349Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112852026-09-04T23:42:08.349Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112862026-09-04T23:42:08.349Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112872026-09-04T23:42:08.349Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112882026-09-04T23:42:08.352Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112892026-09-04T23:42:08.352Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112902026-09-04T23:42:08.352Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112912026-09-04T23:42:08.352Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112922026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112932026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112942026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112952026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112962026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112972026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112982026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112992026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.316 INFO O| Info: ABL version: 0x100f5010
113002026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.316 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113012026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113022026-09-04T23:42:08.353Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113032026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113042026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113052026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113062026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113072026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113082026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113092026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113102026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113112026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113122026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113132026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113142026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113152026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113162026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113172026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113182026-09-04T23:42:08.354Z[ host-image] Sep 04 23:42:07.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113192026-09-04T23:42:08.357Z[ recovery-image] Sep 04 23:42:07.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
113202026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
113212026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
113222026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
113232026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
113242026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
113252026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
113262026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
113272026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
113282026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
113292026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
113302026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
113312026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
113322026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
113332026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
113342026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO O| Info: ABL version: 0x100f5010
113352026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
113362026-09-04T23:42:08.358Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
113372026-09-04T23:42:08.361Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
113382026-09-04T23:42:08.361Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
113392026-09-04T23:42:08.361Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
113402026-09-04T23:42:08.361Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
113412026-09-04T23:42:08.361Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
113422026-09-04T23:42:08.361Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
113432026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
113442026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
113452026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
113462026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
113472026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
113482026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
113492026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
113502026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
113512026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
113522026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
113532026-09-04T23:42:08.362Z[ recovery-image] Sep 04 23:42:07.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
113542026-09-04T23:42:08.385Z[ host-image] Sep 04 23:42:07.351 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
113552026-09-04T23:42:08.385Z[ host-image] Sep 04 23:42:07.351 INFO building ROM for cosmo
113562026-09-04T23:42:08.389Z[ host-image] Sep 04 23:42:07.351 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")
113572026-09-04T23:42:08.393Z[ recovery-image] Sep 04 23:42:07.359 INFO building ROM for cosmo
113582026-09-04T23:42:08.396Z[ recovery-image] Sep 04 23:42:07.359 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")
113592026-09-04T23:42:08.442Z[ recovery-image] Sep 04 23:42:07.409 INFO E| Blocking waiting for file lock on package cache
113602026-09-04T23:42:08.456Z[ host-image] Sep 04 23:42:07.423 INFO E| Blocking waiting for file lock on package cache
113612026-09-04T23:42:08.478Z[ recovery-image] Sep 04 23:42:07.444 INFO E| Blocking waiting for file lock on package cache
113622026-09-04T23:42:08.487Z[ host-image] Sep 04 23:42:07.453 INFO E| Blocking waiting for file lock on package cache
113632026-09-04T23:42:08.494Z[ host-image] Sep 04 23:42:07.461 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
113642026-09-04T23:42:08.497Z[ host-image] Sep 04 23:42:07.463 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`
113652026-09-04T23:42:08.502Z[ recovery-image] Sep 04 23:42:07.469 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
113662026-09-04T23:42:08.505Z[ recovery-image] Sep 04 23:42:07.472 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`
113672026-09-04T23:42:08.509Z[ host-image] Sep 04 23:42:07.476 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113682026-09-04T23:42:08.516Z[ recovery-image] Sep 04 23:42:07.483 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
113692026-09-04T23:42:08.534Z[ recovery-image] Sep 04 23:42:07.500 INFO E| Blocking waiting for file lock on package cache
113702026-09-04T23:42:08.552Z[ host-image] Sep 04 23:42:07.519 INFO E| Blocking waiting for file lock on package cache
113712026-09-04T23:42:08.575Z[ host-image] Sep 04 23:42:07.542 INFO E| Blocking waiting for file lock on package cache
113722026-09-04T23:42:08.578Z[ recovery-image] Sep 04 23:42:07.543 INFO E| Blocking waiting for file lock on package cache
113732026-09-04T23:42:08.589Z[ host-image] Sep 04 23:42:07.556 INFO E| Blocking waiting for file lock on package cache
113742026-09-04T23:42:08.604Z[ recovery-image] Sep 04 23:42:07.571 INFO E| Blocking waiting for file lock on build directory
113752026-09-04T23:42:08.614Z[ host-image] Sep 04 23:42:07.581 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
113762026-09-04T23:42:08.618Z[ host-image] Sep 04 23:42:07.585 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`
113772026-09-04T23:42:08.624Z[ recovery-image] Sep 04 23:42:07.591 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
113782026-09-04T23:42:08.628Z[ recovery-image] Sep 04 23:42:07.595 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`
113792026-09-04T23:42:08.840Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
113802026-09-04T23:42:08.840Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
113812026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
113822026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
113832026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
113842026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
113852026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
113862026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
113872026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
113882026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
113892026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
113902026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
113912026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
113922026-09-04T23:42:08.844Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
113932026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
113942026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
113952026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
113962026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
113972026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
113982026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
113992026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114002026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114012026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114022026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114032026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114042026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114052026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114062026-09-04T23:42:08.845Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114072026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114082026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114092026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114102026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114112026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114122026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
114132026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
114142026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
114152026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
114162026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
114172026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
114182026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
114192026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
114202026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
114212026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
114222026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
114232026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
114242026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 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-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
114262026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
114272026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
114282026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
114292026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
114302026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
114312026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
114322026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO O| Info: ABL version: 0x100af010
114332026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
114342026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
114352026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
114362026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
114372026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
114382026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
114392026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
114402026-09-04T23:42:08.846Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
114412026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
114422026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
114432026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
114442026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
114452026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
114462026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
114472026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
114482026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
114492026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
114502026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
114512026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
114522026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
114532026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
114542026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
114552026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
114562026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
114572026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
114582026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
114592026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
114602026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
114612026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
114622026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
114632026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
114642026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
114652026-09-04T23:42:08.847Z[ host-image] Sep 04 23:42:07.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
114662026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
114672026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
114682026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
114692026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
114702026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
114712026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
114722026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
114732026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
114742026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
114752026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
114762026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
114772026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
114782026-09-04T23:42:08.851Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
114792026-09-04T23:42:08.852Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
114802026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
114812026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
114822026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
114832026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
114842026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
114852026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
114862026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
114872026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
114882026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
114892026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
114902026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
114912026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
114922026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
114932026-09-04T23:42:08.853Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
114942026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
114952026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
114962026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
114972026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
114982026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
114992026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
115002026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
115012026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
115022026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
115032026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
115042026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
115052026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
115062026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
115072026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
115082026-09-04T23:42:08.854Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
115092026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
115102026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
115112026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 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-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
115132026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
115142026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
115152026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
115162026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
115172026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
115182026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
115192026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO O| Info: ABL version: 0x100af010
115202026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
115212026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
115222026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
115232026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
115242026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
115252026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
115262026-09-04T23:42:08.855Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
115272026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
115282026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
115292026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
115302026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
115312026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
115322026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
115332026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
115342026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
115352026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
115362026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
115372026-09-04T23:42:08.859Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
115382026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
115392026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
115402026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
115412026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
115422026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
115432026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
115442026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
115452026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
115462026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
115472026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
115482026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
115492026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
115502026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
115512026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
115522026-09-04T23:42:08.860Z[ recovery-image] Sep 04 23:42:07.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
115532026-09-04T23:42:08.881Z[ host-image] Sep 04 23:42:07.847 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115542026-09-04T23:42:08.881Z[ host-image] Sep 04 23:42:07.847 INFO finishing image archive at "/work/os-host/os.tar.gz"...
115552026-09-04T23:42:08.888Z[ recovery-image] Sep 04 23:42:07.855 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
115562026-09-04T23:42:08.888Z[ recovery-image] Sep 04 23:42:07.855 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
115572026-09-04T23:42:10.018Z[ host-image] Sep 04 23:42:08.984 INFO image complete! materials are in "/work/os-host"
115582026-09-04T23:42:10.021Z[ recovery-image] Sep 04 23:42:08.987 INFO image complete! materials are in "/work/os-recovery"
115592026-09-04T23:42:10.021Z[ host-image]
115602026-09-04T23:42:10.021Z[ host-image] real 4:04.800173503
115612026-09-04T23:42:10.022Z[ host-image] user 2:49.034250391
115622026-09-04T23:42:10.022Z[ host-image] sys 37.147113763
115632026-09-04T23:42:10.022Z[ host-image] trap 0.151518799
115642026-09-04T23:42:10.022Z[ host-image] tflt 0.259571592
115652026-09-04T23:42:10.022Z[ host-image] dflt 0.359129399
115662026-09-04T23:42:10.022Z[ host-image] kflt 0.000277548
115672026-09-04T23:42:10.022Z[ host-image] lock 5:07.379471251
115682026-09-04T23:42:10.025Z[ host-image] slp 21:26.626190412
115692026-09-04T23:42:10.025Z[ host-image] lat 29.365543883
115702026-09-04T23:42:10.025Z[ host-image] stop 1.687665166
115712026-09-04T23:42:10.025ZSep 04 23:42:08.989 INFO [host-image] process exited with exit status: 0 (244.806019421s)
115722026-09-04T23:42:10.025ZSep 04 23:42:08.989 INFO [tuf-v2-host] running task
115732026-09-04T23:42:10.025ZSep 04 23:42:08.990 INFO [tuf-v2-host] task succeeded (780.889µs)
115742026-09-04T23:42:10.025Z[ recovery-image]
115752026-09-04T23:42:10.025Z[ recovery-image] real 3:34.051145314
115762026-09-04T23:42:10.025Z[ recovery-image] user 2:37.160595244
115772026-09-04T23:42:10.025Z[ recovery-image] sys 38.357878247
115782026-09-04T23:42:10.025Z[ recovery-image] trap 0.124458367
115792026-09-04T23:42:10.026Z[ recovery-image] tflt 0.518680292
115802026-09-04T23:42:10.026Z[ recovery-image] dflt 0.960992026
115812026-09-04T23:42:10.026Z[ recovery-image] kflt 0.018535922
115822026-09-04T23:42:10.026Z[ recovery-image] lock 8:34.833513400
115832026-09-04T23:42:10.026Z[ recovery-image] slp 19:12.868543440
115842026-09-04T23:42:10.026Z[ recovery-image] lat 39.994343496
115852026-09-04T23:42:10.026Z[ recovery-image] stop 7.926431511
115862026-09-04T23:42:10.026ZSep 04 23:42:08.991 INFO [recovery-image] process exited with exit status: 0 (214.056420362s)
115872026-09-04T23:42:10.026ZSep 04 23:42:08.991 INFO [tuf-v2-recovery] running task
115882026-09-04T23:42:10.026ZSep 04 23:42:08.991 INFO [tuf-repo] running task
115892026-09-04T23:42:10.026ZSep 04 23:42:08.992 INFO [tuf-v2-recovery] task succeeded (587.629µs)
115902026-09-04T23:42:10.026ZSep 04 23:42:08.992 INFO [tuf-v2-repo] running task
115912026-09-04T23:42:24.529ZSep 04 23:42:23.496 INFO assembling repository in `/tmp/tufaceousmOG8aV`, component: OmicronRepoAssembler
115922026-09-04T23:42:27.147ZSep 04 23:42:26.113 INFO [tuf-v2-repo] task succeeded (17.12085615s)
115932026-09-04T23:42:29.838ZSep 04 23:42:28.804 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
115942026-09-04T23:42:30.030ZSep 04 23:42:28.996 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
115952026-09-04T23:42:31.723ZSep 04 23:42:30.689 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
115962026-09-04T23:42:31.790ZSep 04 23:42:30.756 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
115972026-09-04T23:42:31.836ZSep 04 23:42:30.803 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
115982026-09-04T23:42:31.884ZSep 04 23:42:30.850 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
115992026-09-04T23:42:31.932ZSep 04 23:42:30.898 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
116002026-09-04T23:42:31.984ZSep 04 23:42:30.951 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
116012026-09-04T23:42:32.033ZSep 04 23:42:30.999 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
116022026-09-04T23:42:39.561ZSep 04 23:42:38.527 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
116032026-09-04T23:42:39.567ZSep 04 23:42:38.533 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
116042026-09-04T23:42:39.592ZSep 04 23:42:38.558 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
116052026-09-04T23:42:39.647ZSep 04 23:42:38.614 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
116062026-09-04T23:42:39.701ZSep 04 23:42:38.667 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
116072026-09-04T23:42:39.770ZSep 04 23:42:38.736 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
116082026-09-04T23:42:39.834ZSep 04 23:42:38.800 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
116092026-09-04T23:42:39.839ZSep 04 23:42:38.806 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
116102026-09-04T23:42:39.862ZSep 04 23:42:38.828 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
116112026-09-04T23:42:41.136ZSep 04 23:42:40.102 INFO [tuf-repo] task succeeded (31.110859908s)
116122026-09-04T23:45:52.947Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 13s
116132026-09-04T23:45:52.951Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
116142026-09-04T23:45:52.951Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
116152026-09-04T23:45:55.565ZSep 04 23:45:54.529 INFO [verify-libraries] process exited with exit status: 0 (439.836437883s)
116162026-09-04T23:45:55.565ZSep 04 23:45:54.529 INFO all jobs completed in 1231.139176037s
116172026-09-04T23:45:56.462Zprocess exited: duration 1442927 ms, exit code 0
 
116182026-09-04T23:45:56.474Zfound 41 output files
116192026-09-04T23:45:56.474Zuploading: /work/manifest.toml (17334 bytes)
116202026-09-04T23:45:57.489Zuploaded: /work/manifest.toml
116212026-09-04T23:45:57.489Zuploading: /work/repo.zip (2351025981 bytes)
116222026-09-04T23:46:24.078Zuploaded: /work/repo.zip
116232026-09-04T23:46:24.078Zuploading: /work/repo.zip.sha256.txt (65 bytes)
116242026-09-04T23:46:25.100Zuploaded: /work/repo.zip.sha256.txt
116252026-09-04T23:46:25.100Zuploading: /work/helios.json (647 bytes)
116262026-09-04T23:46:26.111Zuploaded: /work/helios.json
116272026-09-04T23:46:26.111Zuploading: /work/incorporation.p5m (113595 bytes)
116282026-09-04T23:46:27.123Zuploaded: /work/incorporation.p5m
116292026-09-04T23:46:27.124Zuploading: /work/incorporation.p5p (133120 bytes)
116302026-09-04T23:46:28.141Zuploaded: /work/incorporation.p5p
116312026-09-04T23:46:28.141Zuploading: /work/helios-incorp.log (522 bytes)
116322026-09-04T23:46:29.149Zuploaded: /work/helios-incorp.log
116332026-09-04T23:46:29.149Zuploading: /work/helios-setup.log (57093 bytes)
116342026-09-04T23:46:30.162Zuploaded: /work/helios-setup.log
116352026-09-04T23:46:30.162Zuploading: /work/host-image.log (234965 bytes)
116362026-09-04T23:46:31.179Zuploaded: /work/host-image.log
116372026-09-04T23:46:31.179Zuploading: /work/host-package.log (49353 bytes)
116382026-09-04T23:46:32.193Zuploaded: /work/host-package.log
116392026-09-04T23:46:32.193Zuploading: /work/host-target.log (101 bytes)
116402026-09-04T23:46:33.204Zuploaded: /work/host-target.log
116412026-09-04T23:46:33.204Zuploading: /work/incorp-create.log (0 bytes)
116422026-09-04T23:46:34.212Zuploaded: /work/incorp-create.log
116432026-09-04T23:46:34.212Zuploading: /work/incorp-fmt.log (0 bytes)
116442026-09-04T23:46:35.219Zuploaded: /work/incorp-fmt.log
116452026-09-04T23:46:35.220Zuploading: /work/incorp-pkgsend.log (108 bytes)
116462026-09-04T23:46:36.229Zuploaded: /work/incorp-pkgsend.log
116472026-09-04T23:46:36.229Zuploading: /work/incorp-publisher.log (0 bytes)
116482026-09-04T23:46:37.237Zuploaded: /work/incorp-publisher.log
116492026-09-04T23:46:37.237Zuploading: /work/omicron-package.log (10474 bytes)
116502026-09-04T23:46:38.249Zuploaded: /work/omicron-package.log
116512026-09-04T23:46:38.249Zuploading: /work/recovery-image.log (592591 bytes)
116522026-09-04T23:46:39.272Zuploaded: /work/recovery-image.log
116532026-09-04T23:46:39.272Zuploading: /work/recovery-package.log (2621 bytes)
116542026-09-04T23:46:40.285Zuploaded: /work/recovery-package.log
116552026-09-04T23:46:40.285Zuploading: /work/recovery-target.log (98 bytes)
116562026-09-04T23:46:41.294Zuploaded: /work/recovery-target.log
116572026-09-04T23:46:41.294Zuploading: /work/stamp-clickhouse.log (117 bytes)
116582026-09-04T23:46:42.310Zuploaded: /work/stamp-clickhouse.log
116592026-09-04T23:46:42.310Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
116602026-09-04T23:46:43.323Zuploaded: /work/stamp-clickhouse_keeper.log
116612026-09-04T23:46:43.323Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
116622026-09-04T23:46:44.336Zuploaded: /work/stamp-clickhouse_server.log
116632026-09-04T23:46:44.337Zuploading: /work/stamp-cockroachdb.log (118 bytes)
116642026-09-04T23:46:45.347Zuploaded: /work/stamp-cockroachdb.log
116652026-09-04T23:46:45.348Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
116662026-09-04T23:46:46.360Zuploaded: /work/stamp-crucible-pantry-zone.log
116672026-09-04T23:46:46.361Zuploading: /work/stamp-crucible-utils.log (118 bytes)
116682026-09-04T23:46:47.368Zuploaded: /work/stamp-crucible-utils.log
116692026-09-04T23:46:47.369Zuploading: /work/stamp-crucible-zone.log (120 bytes)
116702026-09-04T23:46:48.378Zuploaded: /work/stamp-crucible-zone.log
116712026-09-04T23:46:48.378Zuploading: /work/stamp-external-dns.log (119 bytes)
116722026-09-04T23:46:49.389Zuploaded: /work/stamp-external-dns.log
116732026-09-04T23:46:49.390Zuploading: /work/stamp-installinator.log (103 bytes)
116742026-09-04T23:46:50.399Zuploaded: /work/stamp-installinator.log
116752026-09-04T23:46:50.399Zuploading: /work/stamp-internal-dns.log (119 bytes)
116762026-09-04T23:46:51.409Zuploaded: /work/stamp-internal-dns.log
116772026-09-04T23:46:51.409Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
116782026-09-04T23:46:52.420Zuploaded: /work/stamp-mg-ddm-gz.log
116792026-09-04T23:46:52.420Zuploading: /work/stamp-nexus.log (112 bytes)
116802026-09-04T23:46:53.433Zuploaded: /work/stamp-nexus.log
116812026-09-04T23:46:53.433Zuploading: /work/stamp-ntp.log (110 bytes)
116822026-09-04T23:46:54.444Zuploaded: /work/stamp-ntp.log
116832026-09-04T23:46:54.444Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
116842026-09-04T23:46:55.453Zuploaded: /work/stamp-omicron-sled-agent.log
116852026-09-04T23:46:55.453Zuploading: /work/stamp-overlay.log (114 bytes)
116862026-09-04T23:46:56.463Zuploaded: /work/stamp-overlay.log
116872026-09-04T23:46:56.463Zuploading: /work/stamp-oximeter.log (115 bytes)
116882026-09-04T23:46:57.474Zuploaded: /work/stamp-oximeter.log
116892026-09-04T23:46:57.474Zuploading: /work/stamp-oxlog.log (109 bytes)
116902026-09-04T23:46:58.484Zuploaded: /work/stamp-oxlog.log
116912026-09-04T23:46:58.484Zuploading: /work/stamp-probe.log (112 bytes)
116922026-09-04T23:46:59.494Zuploaded: /work/stamp-probe.log
116932026-09-04T23:46:59.495Zuploading: /work/stamp-propolis-server.log (122 bytes)
116942026-09-04T23:47:00.506Zuploaded: /work/stamp-propolis-server.log
116952026-09-04T23:47:00.506Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
116962026-09-04T23:47:01.515Zuploaded: /work/stamp-pumpkind-gz.log
116972026-09-04T23:47:01.515Zuploading: /work/stamp-switch-asic.log (118 bytes)
116982026-09-04T23:47:02.541Zuploaded: /work/stamp-switch-asic.log
116992026-09-04T23:47:02.541Zuploading: /work/verify-libraries.log (50340 bytes)
117002026-09-04T23:47:03.553Zuploaded: /work/verify-libraries.log